Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 05607db3767b12e2b1688c1d4c1138f7ff4649fd 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-ssh6794315004120336013.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh6853414814201321302.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 The recommended git tool is: git using credential edgex-jenkins-ssh > 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-ssh5211084105317611167.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 # timeout=10 Commit message: "Merge pull request #420 from bill-mahoney/levski-update" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 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-ssh4570309667202167780.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 65355178549468b165f8106641c96c3190b1d843 The recommended git tool is: NONE using credential edgex-jenkins-ssh > 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-ssh9939153985755159653.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-modbus-go, buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-modbus-go-settings PROJECT: device-modbus-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.18 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-modbus DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-5004 in /w/workspace/gexfoundry_device-modbus-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout Selected Git installation does not exist. Using Default The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-modbus-go.git > git init /w/workspace/gexfoundry_device-modbus-go_main # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 05607db3767b12e2b1688c1d4c1138f7ff4649fd (main) Commit message: "feat!: Use latest SDK for MessageBus Request API (#408)" > 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 05607db3767b12e2b1688c1d4c1138f7ff4649fd # timeout=10 > git rev-list --no-walk 3e881fe54d34e3489b353c0554336186a92f7554 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 22:45:31 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 22:45:31 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 22:45:31 ========================================================= 22:45:31 EdgeX Global Pipelines Version Info 22:45:31 ========================================================= [Pipeline] libraryResource [Pipeline] sh 22:45:31 ------------------- 22:45:31 stable info: 22:45:31 ------------------- 22:45:31 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 22:45:31 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 22:45:31 Message: update stable to v1.0.244 22:45:32 ------------------- 22:45:32 experimental info: 22:45:32 ------------------- 22:45:32 Commited By: **** collab-it+edgex@linuxfoundation.org 22:45:32 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 22:45:32 Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 22:45:32 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-modbus-go-settings [Pipeline] echo 22:45:32 [edgeXSetupEnvironment]: set envvar PROJECT = device-modbus-go [Pipeline] echo 22:45:32 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 22:45:32 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 22:45:32 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 22:45:32 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 22:45:32 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 22:45:32 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 22:45:32 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 22:45:32 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 22:45:32 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 22:45:32 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-modbus [Pipeline] echo 22:45:32 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 22:45:32 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 22:45:32 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 22:45:32 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 22:45:32 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 22:45:32 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 22:45:32 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 22:45:32 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 22:45:32 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 22:45:32 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 22:45:32 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 22:45:32 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 22:45:32 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 22:45:32 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 22:45:32 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 22:45:32 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 22:45:32 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 22:45:32 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 22:45:32 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 05607db3767b12e2b1688c1d4c1138f7ff4649fd [Pipeline] echo 22:45:32 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 05607db [Pipeline] echo 22:45:32 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 22:45:33 provisioning config files... 22:45:33 copy managed file [device-modbus-go-settings] to file:/w/workspace/gexfoundry_device-modbus-go_main@tmp/config5885739309149767691tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:45:33 ---> docker-login.sh 22:45:33 nexus3.edgexfoundry.org:10001 22:45:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:45:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:45:34 Configure a credential helper to remove this warning. See 22:45:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:45:34 22:45:34 Login Succeeded 22:45:34 nexus3.edgexfoundry.org:10002 22:45:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:45:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:45:34 Configure a credential helper to remove this warning. See 22:45:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:45:34 22:45:34 Login Succeeded 22:45:34 nexus3.edgexfoundry.org:10003 22:45:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:45:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:45:34 Configure a credential helper to remove this warning. See 22:45:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:45:34 22:45:34 Login Succeeded 22:45:34 nexus3.edgexfoundry.org:10004 22:45:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:45:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:45:34 Configure a credential helper to remove this warning. See 22:45:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:45:34 22:45:34 Login Succeeded 22:45:34 docker.io 22:45:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:45:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:45:35 Configure a credential helper to remove this warning. See 22:45:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:45:35 22:45:35 Login Succeeded 22:45:35 ---> docker-login.sh ends [Pipeline] } 22:45:35 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 22:45:35 + git rev-list -1 --merges 05607db3767b12e2b1688c1d4c1138f7ff4649fd~1..05607db3767b12e2b1688c1d4c1138f7ff4649fd [Pipeline] echo 22:45:35 -----------> git rev-list -1 --merges 05607db3767b12e2b1688c1d4c1138f7ff4649fd~1..05607db3767b12e2b1688c1d4c1138f7ff4649fd 05607db3767b12e2b1688c1d4c1138f7ff4649fd [false] [Pipeline] sh 22:45:36 + git log --format=format:%s -1 05607db3767b12e2b1688c1d4c1138f7ff4649fd [Pipeline] echo 22:45:36 ========================================================= 22:45:36 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 22:45:36 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 22:45:36 + git log --format=format:%s -1 05607db3767b12e2b1688c1d4c1138f7ff4649fd [Pipeline] echo 22:45:36 [semverPrep] GIT_COMMIT: 05607db3767b12e2b1688c1d4c1138f7ff4649fd, Commit Message: feat!: Use latest SDK for MessageBus Request API (#408) [Pipeline] echo 22:45:36 [semverPrep] This is not a build commit. [Pipeline] sh 22:45:36 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 22:45:36 + grep -v github /etc/ssh/ssh_known_hosts 22:45:36 + [ -e /tmp/ssh_known_hosts ] 22:45:36 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 22:45:36 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 22:45:36 + sudo tee -a /etc/ssh/ssh_known_hosts 22:45:36 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:45:37 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 22:45:37 22:45:37 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:45:37 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 22:45:37 0.1.4: Pulling from edgex-devops/py-git-semver 22:45:37 b85a868b505f: Pulling fs layer 22:45:37 e2be974225ed: Pulling fs layer 22:45:37 339a4e72a1f5: Pulling fs layer 22:45:37 988bab9f4d93: Pulling fs layer 22:45:37 1469e6f7b9e6: Pulling fs layer 22:45:37 eaf3925da568: Pulling fs layer 22:45:37 bab4dde63d76: Pulling fs layer 22:45:37 bde34c3a00c8: Pulling fs layer 22:45:37 b352a97aabf1: Pulling fs layer 22:45:37 4872d77fe225: Pulling fs layer 22:45:37 5851b861e8e6: Pulling fs layer 22:45:37 988bab9f4d93: Waiting 22:45:37 1469e6f7b9e6: Waiting 22:45:37 eaf3925da568: Waiting 22:45:37 bab4dde63d76: Waiting 22:45:37 bde34c3a00c8: Waiting 22:45:37 b352a97aabf1: Waiting 22:45:37 4872d77fe225: Waiting 22:45:37 5851b861e8e6: Waiting 22:45:37 e2be974225ed: Verifying Checksum 22:45:37 e2be974225ed: Download complete 22:45:37 988bab9f4d93: Download complete 22:45:37 1469e6f7b9e6: Verifying Checksum 22:45:37 1469e6f7b9e6: Download complete 22:45:37 eaf3925da568: Verifying Checksum 22:45:37 eaf3925da568: Download complete 22:45:37 339a4e72a1f5: Verifying Checksum 22:45:37 339a4e72a1f5: Download complete 22:45:37 bde34c3a00c8: Verifying Checksum 22:45:37 bde34c3a00c8: Download complete 22:45:38 b352a97aabf1: Download complete 22:45:38 4872d77fe225: Verifying Checksum 22:45:38 4872d77fe225: Download complete 22:45:38 5851b861e8e6: Verifying Checksum 22:45:38 5851b861e8e6: Download complete 22:45:38 b85a868b505f: Verifying Checksum 22:45:38 b85a868b505f: Download complete 22:45:38 bab4dde63d76: Verifying Checksum 22:45:38 bab4dde63d76: Download complete 22:45:39 b85a868b505f: Pull complete 22:45:39 e2be974225ed: Pull complete 22:45:40 339a4e72a1f5: Pull complete 22:45:40 988bab9f4d93: Pull complete 22:45:41 1469e6f7b9e6: Pull complete 22:45:41 eaf3925da568: Pull complete 22:45:43 bab4dde63d76: Pull complete 22:45:43 bde34c3a00c8: Pull complete 22:45:44 b352a97aabf1: Pull complete 22:45:45 4872d77fe225: Pull complete 22:45:45 5851b861e8e6: Pull complete 22:45:46 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 22:45:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 22:45:46 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:45:46 prd-ubuntu20.04-docker-8c-8g-5004 does not seem to be running inside a container 22:45:46 $ 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 22:45:52 $ docker top e4bff0909869b78ef0c65ea727878e6c270be20f63c779d08e9fc8f43dc7861c -eo pid,comm 22:45:52 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). 22:45:52 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:45:52 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:45:52 [ssh-agent] Looking for ssh-agent implementation... 22:45:52 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:45:52 $ docker exec e4bff0909869b78ef0c65ea727878e6c270be20f63c779d08e9fc8f43dc7861c ssh-agent 22:45:52 SSH_AUTH_SOCK=/tmp/ssh-P9FHlCET3weT/agent.33 22:45:52 SSH_AGENT_PID=39 22:45:52 Running ssh-add (command line suppressed) 22:45:52 Identity added: /w/workspace/gexfoundry_device-modbus-go_main@tmp/private_key_12391353169081734892.key (/w/workspace/gexfoundry_device-modbus-go_main@tmp/private_key_12391353169081734892.key) 22:45:52 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:45:53 + git tag --points-at HEAD [Pipeline] } 22:45:53 $ docker exec --env ******** --env ******** e4bff0909869b78ef0c65ea727878e6c270be20f63c779d08e9fc8f43dc7861c ssh-agent -k 22:45:53 unset SSH_AUTH_SOCK; 22:45:53 unset SSH_AGENT_PID; 22:45:53 echo Agent pid 39 killed; 22:45:53 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 22:45:53 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:45:53 [ssh-agent] Looking for ssh-agent implementation... 22:45:53 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:45:53 $ docker exec e4bff0909869b78ef0c65ea727878e6c270be20f63c779d08e9fc8f43dc7861c ssh-agent 22:45:53 SSH_AUTH_SOCK=/tmp/ssh-xH48zVoPf15U/agent.71 22:45:53 SSH_AGENT_PID=77 22:45:53 Running ssh-add (command line suppressed) 22:45:53 Identity added: /w/workspace/gexfoundry_device-modbus-go_main@tmp/private_key_943458312458549621.key (/w/workspace/gexfoundry_device-modbus-go_main@tmp/private_key_943458312458549621.key) 22:45:53 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:45:54 + git semver init 22:45:54 2023-02-07 22:45:54,258 [run_init] DEBUG init version:0.0.0 force:False 22:45:54 2023-02-07 22:45:54,259 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/gexfoundry_device-modbus-go_main/.semver 22:45:54 2023-02-07 22:45:54,260 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-modbus-go.git /w/workspace/gexfoundry_device-modbus-go_main/.semver 22:45:54 2023-02-07 22:45:54,261 [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) 22:45:55 2023-02-07 22:45:55,234 [append_file] DEBUG append to file:/w/workspace/gexfoundry_device-modbus-go_main/.git/info/exclude 22:45:55 2023-02-07 22:45:55,234 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/gexfoundry_device-modbus-go_main/.semver/main with force:False 22:45:55 2023-02-07 22:45:55,235 [read_version] DEBUG read version from /w/workspace/gexfoundry_device-modbus-go_main/.semver/main 22:45:55 2023-02-07 22:45:55,235 [read_version] DEBUG read version from /w/workspace/gexfoundry_device-modbus-go_main/.semver/main 22:45:55 3.0.0-dev.8 [Pipeline] } 22:45:55 $ docker exec --env ******** --env ******** e4bff0909869b78ef0c65ea727878e6c270be20f63c779d08e9fc8f43dc7861c ssh-agent -k 22:45:55 unset SSH_AUTH_SOCK; 22:45:55 unset SSH_AGENT_PID; 22:45:55 echo Agent pid 77 killed; 22:45:55 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:45:55 + git semver [Pipeline] } 22:45:55 $ docker stop --time=1 e4bff0909869b78ef0c65ea727878e6c270be20f63c779d08e9fc8f43dc7861c 22:45:57 $ docker rm -f --volumes e4bff0909869b78ef0c65ea727878e6c270be20f63c779d08e9fc8f43dc7861c [Pipeline] // withDockerContainer [Pipeline] sh 22:45:58 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 22:45:58 Stashed 1 file(s) [Pipeline] echo 22:45:58 [edgeXSemver]: initialized semver on version 3.0.0-dev.8 [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 22:45:58 provisioning config files... 22:45:58 copy managed file [device-modbus-go-settings] to file:/w/workspace/gexfoundry_device-modbus-go_main@tmp/config15311740667968397517tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:45:59 ---> docker-login.sh 22:45:59 nexus3.edgexfoundry.org:10001 22:45:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:45:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:45:59 Configure a credential helper to remove this warning. See 22:45:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:45:59 22:45:59 Login Succeeded 22:45:59 nexus3.edgexfoundry.org:10002 22:45:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:45:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:45:59 Configure a credential helper to remove this warning. See 22:45:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:45:59 22:45:59 Login Succeeded 22:45:59 nexus3.edgexfoundry.org:10003 22:45:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:45:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:45:59 Configure a credential helper to remove this warning. See 22:45:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:45:59 22:45:59 Login Succeeded 22:45:59 nexus3.edgexfoundry.org:10004 22:45:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:45:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:45:59 Configure a credential helper to remove this warning. See 22:45:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:45:59 22:45:59 Login Succeeded 22:45:59 docker.io 22:45:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:45:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:45:59 Configure a credential helper to remove this warning. See 22:45:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:45:59 22:45:59 Login Succeeded 22:45:59 ---> docker-login.sh ends [Pipeline] } 22:45:59 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 22:45:59 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 22:45:59 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 22:45:59 ========================================================= 22:45:59 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] 22:45:59 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:46:00 + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine --build-arg MAKE=echo noop --target=builder . 22:46:00 Sending build context to Docker daemon 6.331MB 22:46:00 Step 1/10 : ARG BASE=golang:1.18-alpine3.16 22:46:00 Step 2/10 : FROM ${BASE} AS builder 22:46:00 1.18-alpine: Pulling from edgex-devops/edgex-golang-base 22:46:00 213ec9aee27d: Pulling fs layer 22:46:00 4583459ba037: Pulling fs layer 22:46:00 93c1e223e6f2: Pulling fs layer 22:46:00 53926ce57604: Pulling fs layer 22:46:00 21b2b0c7a3f4: Pulling fs layer 22:46:00 22ff95d597cd: Pulling fs layer 22:46:00 12d6caf4c0d1: Pulling fs layer 22:46:00 96b7cbca73a9: Pulling fs layer 22:46:00 a7acece74701: Pulling fs layer 22:46:00 53926ce57604: Waiting 22:46:00 21b2b0c7a3f4: Waiting 22:46:00 22ff95d597cd: Waiting 22:46:00 12d6caf4c0d1: Waiting 22:46:00 96b7cbca73a9: Waiting 22:46:00 a7acece74701: Waiting 22:46:00 93c1e223e6f2: Verifying Checksum 22:46:00 93c1e223e6f2: Download complete 22:46:00 4583459ba037: Verifying Checksum 22:46:00 4583459ba037: Download complete 22:46:00 21b2b0c7a3f4: Verifying Checksum 22:46:00 21b2b0c7a3f4: Download complete 22:46:00 22ff95d597cd: Verifying Checksum 22:46:00 22ff95d597cd: Download complete 22:46:00 213ec9aee27d: Verifying Checksum 22:46:00 213ec9aee27d: Download complete 22:46:00 12d6caf4c0d1: Verifying Checksum 22:46:00 12d6caf4c0d1: Download complete 22:46:00 213ec9aee27d: Pull complete 22:46:01 4583459ba037: Pull complete 22:46:01 93c1e223e6f2: Pull complete 22:46:01 a7acece74701: Verifying Checksum 22:46:01 a7acece74701: Download complete 22:46:02 53926ce57604: Verifying Checksum 22:46:02 53926ce57604: Download complete 22:46:02 96b7cbca73a9: Verifying Checksum 22:46:02 96b7cbca73a9: Download complete 22:46:06 53926ce57604: Pull complete 22:46:06 21b2b0c7a3f4: Pull complete 22:46:06 22ff95d597cd: Pull complete 22:46:06 12d6caf4c0d1: Pull complete 22:46:08 96b7cbca73a9: Pull complete 22:46:08 a7acece74701: Pull complete 22:46:08 Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d 22:46:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 22:46:08 ---> db6d94c90886 22:46:08 Step 3/10 : ARG ADD_BUILD_TAGS="" 22:46:13 Still waiting to schedule task 22:46:13 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 22:46:19 ---> Running in 27bca231dd53 22:46:19 Removing intermediate container 27bca231dd53 22:46:19 ---> 158cec4cd92b 22:46:19 Step 4/10 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 22:46:19 ---> Running in 355a98bba76c 22:46:19 Removing intermediate container 355a98bba76c 22:46:19 ---> bb4a8ab0dfcb 22:46:19 Step 5/10 : RUN apk add --update --no-cache make git openssh 22:46:19 ---> Running in 7517e797ba6c 22:46:19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 22:46:19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 22:46:20 (1/8) Installing openssh-keygen (9.0_p1-r2) 22:46:20 (2/8) Installing libedit (20210910.3.1-r0) 22:46:20 (3/8) Installing openssh-client-common (9.0_p1-r2) 22:46:20 (4/8) Installing openssh-client-default (9.0_p1-r2) 22:46:20 (5/8) Installing openssh-sftp-server (9.0_p1-r2) 22:46:20 (6/8) Installing openssh-server-common (9.0_p1-r2) 22:46:20 (7/8) Installing openssh-server (9.0_p1-r2) 22:46:20 (8/8) Installing openssh (9.0_p1-r2) 22:46:20 Executing busybox-1.35.0-r17.trigger 22:46:20 OK: 217 MiB in 59 packages 22:46:22 Removing intermediate container 7517e797ba6c 22:46:22 ---> 2f02e868c87c 22:46:22 Step 6/10 : WORKDIR /device-modbus-go 22:46:22 ---> Running in ba88056327c1 22:46:22 Removing intermediate container ba88056327c1 22:46:22 ---> 6df28c8baa7b 22:46:22 Step 7/10 : COPY go.mod vendor* ./ 22:46:22 ---> a6fd0c46d331 22:46:22 Step 8/10 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 22:46:23 ---> Running in 20bb31cc873f 22:47:09 Removing intermediate container 20bb31cc873f 22:47:09 ---> b3965ffe1ec4 22:47:09 Step 9/10 : COPY . . 22:47:09 ---> 29a2da8e0a3e 22:47:09 Step 10/10 : RUN ${MAKE} 22:47:09 ---> Running in 744d4c2a67ef 22:47:09 noop 22:47:09 Removing intermediate container 744d4c2a67ef 22:47:09 ---> fc98c7c6b70a 22:47:09 Successfully built fc98c7c6b70a 22:47:09 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:47:10 + docker inspect -f . ci-base-image-x86_64 22:47:10 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:47:10 prd-ubuntu20.04-docker-8c-8g-5004 does not seem to be running inside a container 22:47:10 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_device-modbus-go_main -v /w/workspace/gexfoundry_device-modbus-go_main:/w/workspace/gexfoundry_device-modbus-go_main:rw,z -v /w/workspace/gexfoundry_device-modbus-go_main@tmp:/w/workspace/gexfoundry_device-modbus-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 22:47:11 $ docker top 15150c42c472df060382507443cb34a2775e37d89e9e44a8275779be804aefa0 -eo pid,comm [Pipeline] { [Pipeline] sh 22:47:11 + go version 22:47:11 go version go1.18.7 linux/amd64 [Pipeline] } 22:47:11 $ docker stop --time=1 15150c42c472df060382507443cb34a2775e37d89e9e44a8275779be804aefa0 22:47:13 $ docker rm -f --volumes 15150c42c472df060382507443cb34a2775e37d89e9e44a8275779be804aefa0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:47:13 + docker inspect -f . ci-base-image-x86_64 22:47:13 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:47:13 prd-ubuntu20.04-docker-8c-8g-5004 does not seem to be running inside a container 22:47:13 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -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 22:47:14 $ docker top fd4553e24797ed3f2da53ddb7d53c86503022e90483144245df079f8a11cd2cd -eo pid,comm [Pipeline] { [Pipeline] sh 22:47:14 + git config --global --add safe.directory /w/workspace/gexfoundry_device-modbus-go_main [Pipeline] fileExists [Pipeline] sh 22:47:15 + make test 22:47:15 go test ./... -coverprofile=coverage.out 22:47:15 ? github.com/edgexfoundry/device-modbus-go [no test files] 22:47:25 ? github.com/edgexfoundry/device-modbus-go/cmd [no test files] 22:47:25 ok github.com/edgexfoundry/device-modbus-go/internal/driver 0.015s coverage: 47.7% of statements 22:47:30 level=warning msg="[linters context] structcheck is disabled because of go1.18. You can track the evolution of the go1.18 support by following the https://github.com/golangci/golangci-lint/issues/2649." 22:47:30 go vet ./... 22:47:33 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 22:47:33 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 22:47:33 ./bin/test-attribution-txt.sh 22:47:33 An attribution for golang.org/x/mod is missing from Attribution.txt, please add 22:47:33 An attribution for golang.org/x/tools is missing from Attribution.txt, please add [Pipeline] echo 22:47:33 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 22:47:33 $ docker stop --time=1 fd4553e24797ed3f2da53ddb7d53c86503022e90483144245df079f8a11cd2cd 22:47:37 $ docker rm -f --volumes fd4553e24797ed3f2da53ddb7d53c86503022e90483144245df079f8a11cd2cd [Pipeline] // withDockerContainer [Pipeline] sh 22:47:38 + sudo chown -R jenkins:jenkins . [Pipeline] stash 22:47:38 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 22:47:39 + sudo chown -R jenkins:jenkins . [Pipeline] sh 22:47:39 + ls -al . 22:47:39 total 184 22:47:39 drwxrwxr-x 10 jenkins jenkins 4096 Feb 7 22:47 . 22:47:39 drwxrwxr-x 4 jenkins jenkins 4096 Feb 7 22:45 .. 22:47:39 -rw-rw-r-- 1 jenkins jenkins 140 Feb 7 22:45 .dockerignore 22:47:39 drwxrwxr-x 8 jenkins jenkins 4096 Feb 7 22:47 .git 22:47:39 drwxrwxr-x 3 jenkins jenkins 4096 Feb 7 22:45 .github 22:47:39 -rw-rw-r-- 1 jenkins jenkins 331 Feb 7 22:45 .gitignore 22:47:39 -rw-rw-r-- 1 jenkins jenkins 41 Feb 7 22:45 .golangci.yml 22:47:39 drwxr-xr-x 3 jenkins jenkins 4096 Feb 7 22:45 .semver 22:47:39 -rw-rw-r-- 1 jenkins jenkins 10017 Feb 7 22:45 Attribution.txt 22:47:39 -rw-rw-r-- 1 jenkins jenkins 11576 Feb 7 22:45 CHANGELOG.md 22:47:39 -rw-rw-r-- 1 jenkins jenkins 1365 Feb 7 22:45 Dockerfile 22:47:39 -rw-rw-r-- 1 jenkins jenkins 677 Feb 7 22:45 GOVERNANCE.md 22:47:39 -rw-rw-r-- 1 jenkins jenkins 680 Feb 7 22:45 Jenkinsfile 22:47:39 -rw-rw-r-- 1 jenkins jenkins 11340 Feb 7 22:45 LICENSE 22:47:39 -rw-rw-r-- 1 jenkins jenkins 1670 Feb 7 22:45 Makefile 22:47:39 -rw-rw-r-- 1 jenkins jenkins 622 Feb 7 22:45 OWNERS.md 22:47:39 -rw-rw-r-- 1 jenkins jenkins 4061 Feb 7 22:45 README.md 22:47:39 -rw-rw-r-- 1 jenkins jenkins 11 Feb 7 22:45 VERSION 22:47:39 drwxrwxr-x 2 jenkins jenkins 4096 Feb 7 22:45 bin 22:47:39 drwxrwxr-x 3 jenkins jenkins 4096 Feb 7 22:45 cmd 22:47:39 -rw-r--r-- 1 jenkins jenkins 23241 Feb 7 22:47 coverage.out 22:47:39 -rw-rw-r-- 1 jenkins jenkins 3495 Feb 7 22:45 go.mod 22:47:39 -rw-rw-r-- 1 jenkins jenkins 33619 Feb 7 22:45 go.sum 22:47:39 drwxrwxr-x 3 jenkins jenkins 4096 Feb 7 22:45 internal 22:47:39 drwxrwxr-x 2 jenkins jenkins 4096 Feb 7 22:45 simulator 22:47:39 drwxrwxr-x 4 jenkins jenkins 4096 Feb 7 22:45 snap 22:47:39 -rw-rw-r-- 1 jenkins jenkins 229 Feb 7 22:45 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:47:39 + 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=05607db3767b12e2b1688c1d4c1138f7ff4649fd --label arch=amd64 --label version=3.0.0-dev.8 . 22:47:39 Sending build context to Docker daemon 6.355MB 22:47:39 Step 1/22 : ARG BASE=golang:1.18-alpine3.16 22:47:39 Step 2/22 : FROM ${BASE} AS builder 22:47:39 ---> fc98c7c6b70a 22:47:39 Step 3/22 : ARG ADD_BUILD_TAGS="" 22:47:39 ---> Running in c276f8136495 22:47:40 Removing intermediate container c276f8136495 22:47:40 ---> 2a192070892e 22:47:40 Step 4/22 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 22:47:40 ---> Running in 34cbfe362306 22:47:40 Removing intermediate container 34cbfe362306 22:47:40 ---> 0bf0f18a8a1c 22:47:40 Step 5/22 : RUN apk add --update --no-cache make git openssh 22:47:41 ---> Running in 486b2d4a4426 22:47:42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 22:47:42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 22:47:42 OK: 217 MiB in 59 packages 22:47:44 Removing intermediate container 486b2d4a4426 22:47:44 ---> 115b839928a4 22:47:44 Step 6/22 : WORKDIR /device-modbus-go 22:47:44 ---> Running in 017bf20baea8 22:47:44 Removing intermediate container 017bf20baea8 22:47:44 ---> 2d0798d4d195 22:47:44 Step 7/22 : COPY go.mod vendor* ./ 22:47:44 ---> c58437d04dec 22:47:44 Step 8/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 22:47:44 ---> Running in 8259ce552101 22:47:45 Removing intermediate container 8259ce552101 22:47:45 ---> 72e64a221f47 22:47:45 Step 9/22 : COPY . . 22:47:45 ---> 2753761b9acf 22:47:45 Step 10/22 : RUN ${MAKE} 22:47:46 ---> Running in b1195a0cfbca 22:47:46 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-modbus-go.Version=3.0.0-dev.8" -trimpath -mod=readonly -o cmd/device-modbus ./cmd 22:48:18 Removing intermediate container b1195a0cfbca 22:48:18 ---> 18fca8a1aaa0 22:48:18 Step 11/22 : FROM alpine:3.14 22:48:18 3.14: Pulling from library/alpine 22:48:18 c7ed990a2339: Pulling fs layer 22:48:18 c7ed990a2339: Verifying Checksum 22:48:18 c7ed990a2339: Download complete 22:48:18 c7ed990a2339: Pull complete 22:48:18 Digest: sha256:4c869a63e1b7c0722fed1e402a6466610327c3b83bdddb94bd94fb71da7f638a 22:48:18 Status: Downloaded newer image for alpine:3.14 22:48:18 ---> dd53f409bf0b 22:48:18 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IoTech Ltd' 22:48:18 ---> Running in 2b98394ed666 22:48:18 Removing intermediate container 2b98394ed666 22:48:18 ---> 87094d87fdbe 22:48:18 Step 13/22 : RUN apk add --update --no-cache dumb-init 22:48:18 ---> Running in d3189bc97dc6 22:48:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 22:48:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 22:48:18 (1/1) Installing dumb-init (1.2.5-r1) 22:48:18 Executing busybox-1.33.1-r8.trigger 22:48:18 OK: 6 MiB in 15 packages 22:48:19 Removing intermediate container d3189bc97dc6 22:48:19 ---> 42bb1c04a38d 22:48:19 Step 14/22 : COPY --from=builder /device-modbus-go/cmd / 22:48:21 ---> e75032074553 22:48:21 Step 15/22 : COPY --from=builder /device-modbus-go/LICENSE / 22:48:22 ---> 53c64bff1b11 22:48:22 Step 16/22 : COPY --from=builder /device-modbus-go/Attribution.txt / 22:48:24 ---> 13fa42c2ae55 22:48:24 Step 17/22 : EXPOSE 59901 22:48:24 ---> Running in 99450716a9a9 22:48:24 Removing intermediate container 99450716a9a9 22:48:24 ---> b18585825d80 22:48:24 Step 18/22 : ENTRYPOINT ["/device-modbus"] 22:48:24 ---> Running in a40c2401beb3 22:48:25 Removing intermediate container a40c2401beb3 22:48:25 ---> 430e54ffe907 22:48:25 Step 19/22 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry"] 22:48:25 ---> Running in 6339b745f968 22:48:26 Removing intermediate container 6339b745f968 22:48:26 ---> e9f75bc5de2f 22:48:26 Step 20/22 : LABEL arch=amd64 22:48:26 ---> Running in 3e5a8d9d0b80 22:48:26 Removing intermediate container 3e5a8d9d0b80 22:48:26 ---> 8cdd6a860d6a 22:48:26 Step 21/22 : LABEL git_sha=05607db3767b12e2b1688c1d4c1138f7ff4649fd 22:48:26 ---> Running in 78df20b373e1 22:48:26 Removing intermediate container 78df20b373e1 22:48:26 ---> 974e66fa1071 22:48:26 Step 22/22 : LABEL version=3.0.0-dev.8 22:48:26 ---> Running in e7a09641cbf0 22:48:26 Removing intermediate container e7a09641cbf0 22:48:26 ---> 9dc7ef7ec411 22:48:26 [Warning] One or more build-args [ARCH] were not consumed 22:48:26 Successfully built 9dc7ef7ec411 22:48:26 Successfully tagged device-modbus:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 22:48:26 provisioning config files... 22:48:26 copy managed file [device-modbus-go-settings] to file:/w/workspace/gexfoundry_device-modbus-go_main@tmp/config12319978555861436880tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:48:26 ---> docker-login.sh 22:48:26 nexus3.edgexfoundry.org:10001 22:48:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:48:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:48:26 Configure a credential helper to remove this warning. See 22:48:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:48:26 22:48:26 Login Succeeded 22:48:26 nexus3.edgexfoundry.org:10002 22:48:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:48:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:48:26 Configure a credential helper to remove this warning. See 22:48:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:48:26 22:48:26 Login Succeeded 22:48:26 nexus3.edgexfoundry.org:10003 22:48:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:48:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:48:26 Configure a credential helper to remove this warning. See 22:48:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:48:26 22:48:26 Login Succeeded 22:48:26 nexus3.edgexfoundry.org:10004 22:48:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:48:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:48:26 Configure a credential helper to remove this warning. See 22:48:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:48:26 22:48:26 Login Succeeded 22:48:26 docker.io 22:48:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:48:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:48:27 Configure a credential helper to remove this warning. See 22:48:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:48:27 22:48:27 Login Succeeded 22:48:27 ---> docker-login.sh ends [Pipeline] } 22:48:27 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 22:48:27 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 22:48:27 [edgeXDocker.push] Tagging docker image device-modbus with the following tags: 22:48:27 05607db3767b12e2b1688c1d4c1138f7ff4649fd 22:48:27 latest 22:48:27 3.0.0-dev.8 22:48:27 05607db3767b12e2b1688c1d4c1138f7ff4649fd-3.0.0-dev.8 22:48:27 main 22:48:27 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:48:27 + docker tag device-modbus nexus3.edgexfoundry.org:10004/device-modbus:05607db3767b12e2b1688c1d4c1138f7ff4649fd [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:48:28 + docker push nexus3.edgexfoundry.org:10004/device-modbus:05607db3767b12e2b1688c1d4c1138f7ff4649fd 22:48:28 The push refers to repository [nexus3.edgexfoundry.org:10004/device-modbus] 22:48:28 e3f7963f8222: Preparing 22:48:28 2680ef82246b: Preparing 22:48:28 d34966e07dd0: Preparing 22:48:28 46b110f190ea: Preparing 22:48:28 63493a9ab2d4: Preparing 22:48:28 63493a9ab2d4: Layer already exists 22:48:28 46b110f190ea: Pushed 22:48:28 e3f7963f8222: Pushed 22:48:28 2680ef82246b: Pushed 22:48:31 d34966e07dd0: Pushed 22:48:31 05607db3767b12e2b1688c1d4c1138f7ff4649fd: digest: sha256:c08f0381aa768552a1204d8534ac896b40161c4971948820097b8d2ef7125098 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:48:31 + docker tag device-modbus nexus3.edgexfoundry.org:10004/device-modbus:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:48:31 + docker push nexus3.edgexfoundry.org:10004/device-modbus:latest 22:48:31 The push refers to repository [nexus3.edgexfoundry.org:10004/device-modbus] 22:48:31 e3f7963f8222: Preparing 22:48:31 2680ef82246b: Preparing 22:48:31 d34966e07dd0: Preparing 22:48:31 46b110f190ea: Preparing 22:48:31 63493a9ab2d4: Preparing 22:48:31 46b110f190ea: Layer already exists 22:48:31 e3f7963f8222: Layer already exists 22:48:31 d34966e07dd0: Layer already exists 22:48:31 63493a9ab2d4: Layer already exists 22:48:31 2680ef82246b: Layer already exists 22:48:31 latest: digest: sha256:c08f0381aa768552a1204d8534ac896b40161c4971948820097b8d2ef7125098 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:48:31 + docker tag device-modbus nexus3.edgexfoundry.org:10004/device-modbus:3.0.0-dev.8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:48:32 + docker push nexus3.edgexfoundry.org:10004/device-modbus:3.0.0-dev.8 22:48:32 The push refers to repository [nexus3.edgexfoundry.org:10004/device-modbus] 22:48:32 e3f7963f8222: Preparing 22:48:32 2680ef82246b: Preparing 22:48:32 d34966e07dd0: Preparing 22:48:32 46b110f190ea: Preparing 22:48:32 63493a9ab2d4: Preparing 22:48:32 46b110f190ea: Layer already exists 22:48:32 63493a9ab2d4: Layer already exists 22:48:32 d34966e07dd0: Layer already exists 22:48:32 e3f7963f8222: Layer already exists 22:48:32 2680ef82246b: Layer already exists 22:48:32 3.0.0-dev.8: digest: sha256:c08f0381aa768552a1204d8534ac896b40161c4971948820097b8d2ef7125098 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:48:32 + docker tag device-modbus nexus3.edgexfoundry.org:10004/device-modbus:05607db3767b12e2b1688c1d4c1138f7ff4649fd-3.0.0-dev.8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:48:32 + docker push nexus3.edgexfoundry.org:10004/device-modbus:05607db3767b12e2b1688c1d4c1138f7ff4649fd-3.0.0-dev.8 22:48:32 The push refers to repository [nexus3.edgexfoundry.org:10004/device-modbus] 22:48:32 e3f7963f8222: Preparing 22:48:32 2680ef82246b: Preparing 22:48:32 d34966e07dd0: Preparing 22:48:32 46b110f190ea: Preparing 22:48:32 63493a9ab2d4: Preparing 22:48:32 63493a9ab2d4: Layer already exists 22:48:32 e3f7963f8222: Layer already exists 22:48:32 2680ef82246b: Layer already exists 22:48:32 d34966e07dd0: Layer already exists 22:48:32 46b110f190ea: Layer already exists 22:48:32 05607db3767b12e2b1688c1d4c1138f7ff4649fd-3.0.0-dev.8: digest: sha256:c08f0381aa768552a1204d8534ac896b40161c4971948820097b8d2ef7125098 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:48:33 + docker tag device-modbus nexus3.edgexfoundry.org:10004/device-modbus:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:48:33 + docker push nexus3.edgexfoundry.org:10004/device-modbus:main 22:48:33 The push refers to repository [nexus3.edgexfoundry.org:10004/device-modbus] 22:48:33 e3f7963f8222: Preparing 22:48:33 2680ef82246b: Preparing 22:48:33 d34966e07dd0: Preparing 22:48:33 46b110f190ea: Preparing 22:48:33 63493a9ab2d4: Preparing 22:48:33 63493a9ab2d4: Layer already exists 22:48:33 e3f7963f8222: Layer already exists 22:48:33 d34966e07dd0: Layer already exists 22:48:33 46b110f190ea: Layer already exists 22:48:33 2680ef82246b: Layer already exists 22:48:33 main: digest: sha256:c08f0381aa768552a1204d8534ac896b40161c4971948820097b8d2ef7125098 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 22:48:33 ===================================================== [Pipeline] echo 22:48:33 taggedImages: 22:48:33 - nexus3.edgexfoundry.org:10004/device-modbus:05607db3767b12e2b1688c1d4c1138f7ff4649fd 22:48:33 - nexus3.edgexfoundry.org:10004/device-modbus:latest 22:48:33 - nexus3.edgexfoundry.org:10004/device-modbus:3.0.0-dev.8 22:48:33 - nexus3.edgexfoundry.org:10004/device-modbus:05607db3767b12e2b1688c1d4c1138f7ff4649fd-3.0.0-dev.8 22:48:33 - 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 22:48:33 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 22:48:33 22:48:33 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:48:34 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 22:48:34 latest: Pulling from edgex-lftools-log-publisher 22:48:34 5eb5b503b376: Pulling fs layer 22:48:34 5c69ac0246d0: Pulling fs layer 22:48:34 ec43610c2a17: Pulling fs layer 22:48:34 3a2ae6a8a46f: Pulling fs layer 22:48:34 33b1e0a273af: Pulling fs layer 22:48:34 5d3b04190fa2: Pulling fs layer 22:48:34 2f39f015ded8: Pulling fs layer 22:48:34 3a2ae6a8a46f: Waiting 22:48:34 33b1e0a273af: Waiting 22:48:34 5d3b04190fa2: Waiting 22:48:34 2f39f015ded8: Waiting 22:48:34 5c69ac0246d0: Download complete 22:48:34 3a2ae6a8a46f: Verifying Checksum 22:48:34 3a2ae6a8a46f: Download complete 22:48:34 33b1e0a273af: Verifying Checksum 22:48:34 33b1e0a273af: Download complete 22:48:34 5d3b04190fa2: Verifying Checksum 22:48:34 5d3b04190fa2: Download complete 22:48:34 ec43610c2a17: Download complete 22:48:34 5eb5b503b376: Verifying Checksum 22:48:34 5eb5b503b376: Download complete 22:48:35 2f39f015ded8: Download complete 22:48:35 5eb5b503b376: Pull complete 22:48:35 5c69ac0246d0: Pull complete 22:48:36 ec43610c2a17: Pull complete 22:48:36 3a2ae6a8a46f: Pull complete 22:48:36 33b1e0a273af: Pull complete 22:48:36 5d3b04190fa2: Pull complete 22:48:40 2f39f015ded8: Pull complete 22:48:40 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 22:48:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 22:48:40 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:48:41 prd-ubuntu20.04-docker-8c-8g-5004 does not seem to be running inside a container 22:48:41 $ 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 22:48:44 $ docker top fe153b9c966400b43fbafc1b7ef4c35963cb26ab11c41b9137990f9cd55b688c -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:48:44 ---> job-cost.sh 22:48:44 lf-activate-venv: SKIPPING 22:48:44 INFO: No Stack... 22:48:44 INFO: Retrieving Pricing Info for: v3-standard-8 22:48:45 INFO: Archiving Costs [Pipeline] sh 22:48:45 + cat /w/workspace/gexfoundry_device-modbus-go_main/archives/cost.csv 22:48:45 + cut -d, -f6 [Pipeline] lock 22:48:45 Trying to acquire lock on [jenkins-edgexfoundry-device-modbus-go-main-74-stack-cost] 22:48:45 Resource [jenkins-edgexfoundry-device-modbus-go-main-74-stack-cost] did not exist. Created. 22:48:45 Lock acquired on [jenkins-edgexfoundry-device-modbus-go-main-74-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 22:48:45 + echo total: 0.2199999988079071 [Pipeline] stash 22:48:45 Stashed 1 file(s) [Pipeline] } 22:48:45 Lock released on resource [jenkins-edgexfoundry-device-modbus-go-main-74-stack-cost] [Pipeline] // lock [Pipeline] } 22:48:45 $ docker stop --time=1 fe153b9c966400b43fbafc1b7ef4c35963cb26ab11c41b9137990f9cd55b688c 22:48:46 Running on prd-ubuntu20.04-docker-arm64-4c-16g-5010 in /w/workspace/gexfoundry_device-modbus-go_main 22:48:47 $ docker rm -f --volumes fe153b9c966400b43fbafc1b7ef4c35963cb26ab11c41b9137990f9cd55b688c [Pipeline] // withDockerContainer [Pipeline] { [Pipeline] } [Pipeline] // script [Pipeline] ws 22:48:47 Running in /w/workspace/device-modbus-go/74 [Pipeline] { [Pipeline] checkout [Pipeline] } [Pipeline] // withEnv [Pipeline] } 22:48:47 Selected Git installation does not exist. Using Default 22:48:47 The recommended git tool is: NONE [Pipeline] // stage [Pipeline] } 22:48:58 using credential edgex-jenkins-ssh 22:48:58 Cloning the remote Git repository 22:48:58 Cloning repository git@github.com:edgexfoundry/device-modbus-go.git 22:48:58 > git init /w/workspace/device-modbus-go/74 # timeout=10 22:48:58 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git 22:48:58 > git --version # timeout=10 22:48:58 > git --version # 'git version 2.25.1' 22:48:58 using GIT_SSH to set credentials SSH Credentials for GitHub 22:48:58 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 22:49:00 > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 22:49:00 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 22:49:01 Avoid second fetch 22:49:01 Checking out Revision 05607db3767b12e2b1688c1d4c1138f7ff4649fd (main) 22:49:02 Commit message: "feat!: Use latest SDK for MessageBus Request API (#408)" 22:49:01 > git config core.sparsecheckout # timeout=10 22:49:01 > git checkout -f 05607db3767b12e2b1688c1d4c1138f7ff4649fd # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 22:49:03 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 22:49:03 % Total % Received % Xferd Average Speed Time Time Time Current 22:49:03 Dload Upload Total Spent Left Speed 22:49:03 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 180k 0 --:--:-- --:--:-- --:--:-- 183k [Pipeline] sh 22:49:04 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 22:49:04 + sudo tee /etc/docker/daemon.new 22:49:04 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 22:49:04 { 22:49:04 "registry-mirrors": [ 22:49:04 "https://nexus3.edgexfoundry.org:10001" 22:49:04 ], 22:49:04 "bip": "10.250.0.254/24", 22:49:04 "hosts": [ 22:49:04 "tcp://0.0.0.0:5555", 22:49:04 "unix:///var/run/docker.sock" 22:49:04 ], 22:49:04 "mtu": 1458, 22:49:04 "selinux-enabled": true, 22:49:04 "seccomp-profile": "/etc/docker/seccomp.json" 22:49:04 } [Pipeline] sh 22:49:05 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 22:49:05 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 22:49:24 provisioning config files... 22:49:24 copy managed file [device-modbus-go-settings] to file:/w/workspace/device-modbus-go/74@tmp/config17108077261136363863tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:49:24 ---> docker-login.sh 22:49:24 nexus3.edgexfoundry.org:10001 22:49:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:49:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:49:25 Configure a credential helper to remove this warning. See 22:49:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:49:25 22:49:25 Login Succeeded 22:49:25 nexus3.edgexfoundry.org:10002 22:49:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:49:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:49:25 Configure a credential helper to remove this warning. See 22:49:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:49:25 22:49:25 Login Succeeded 22:49:25 nexus3.edgexfoundry.org:10003 22:49:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:49:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:49:26 Configure a credential helper to remove this warning. See 22:49:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:49:26 22:49:26 Login Succeeded 22:49:26 nexus3.edgexfoundry.org:10004 22:49:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:49:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:49:27 Configure a credential helper to remove this warning. See 22:49:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:49:27 22:49:27 Login Succeeded 22:49:27 docker.io 22:49:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:49:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:49:28 Configure a credential helper to remove this warning. See 22:49:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:49:28 22:49:28 Login Succeeded 22:49:28 ---> docker-login.sh ends [Pipeline] } 22:49:28 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 22:49:28 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 22:49:28 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 22:49:28 ========================================================= 22:49:28 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] 22:49:28 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:49:29 + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine --build-arg MAKE=echo noop --target=builder . 22:49:29 Sending build context to Docker daemon 3.296MB 22:49:29 Step 1/10 : ARG BASE=golang:1.18-alpine3.16 22:49:29 Step 2/10 : FROM ${BASE} AS builder 22:49:29 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 22:49:29 9b18e9b68314: Pulling fs layer 22:49:29 35d82f9e3411: Pulling fs layer 22:49:29 e16973657156: Pulling fs layer 22:49:29 fc693d55d65f: Pulling fs layer 22:49:29 7e9fc2657dce: Pulling fs layer 22:49:29 dda99020689f: Pulling fs layer 22:49:29 db1c61fa0a46: Pulling fs layer 22:49:29 891c053d2c06: Pulling fs layer 22:49:29 dda99020689f: Waiting 22:49:29 fc693d55d65f: Waiting 22:49:29 7e9fc2657dce: Waiting 22:49:29 db1c61fa0a46: Waiting 22:49:29 891c053d2c06: Waiting 22:49:29 e16973657156: Verifying Checksum 22:49:29 e16973657156: Download complete 22:49:29 35d82f9e3411: Download complete 22:49:29 7e9fc2657dce: Verifying Checksum 22:49:29 7e9fc2657dce: Download complete 22:49:29 dda99020689f: Verifying Checksum 22:49:29 dda99020689f: Download complete 22:49:29 9b18e9b68314: Verifying Checksum 22:49:29 9b18e9b68314: Download complete 22:49:30 9b18e9b68314: Pull complete 22:49:30 891c053d2c06: Verifying Checksum 22:49:30 891c053d2c06: Download complete 22:49:31 35d82f9e3411: Pull complete 22:49:31 e16973657156: Pull complete 22:49:32 db1c61fa0a46: Verifying Checksum 22:49:32 db1c61fa0a46: Download complete 22:49:32 fc693d55d65f: Verifying Checksum 22:49:32 fc693d55d65f: Download complete 22:49:45 fc693d55d65f: Pull complete 22:49:45 7e9fc2657dce: Pull complete 22:49:45 dda99020689f: Pull complete 22:49:50 db1c61fa0a46: Pull complete 22:49:51 891c053d2c06: Pull complete 22:49:51 Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 22:49:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 22:49:52 ---> f96f9c87975a 22:49:52 Step 3/10 : ARG ADD_BUILD_TAGS="" 22:49:53 ---> Running in eb38bbaaf3d9 22:49:54 Removing intermediate container eb38bbaaf3d9 22:49:54 ---> 60552283ca09 22:49:54 Step 4/10 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 22:49:54 ---> Running in 1198bfe534b8 22:49:54 Removing intermediate container 1198bfe534b8 22:49:54 ---> a0b4821e972c 22:49:54 Step 5/10 : RUN apk add --update --no-cache make git openssh 22:49:54 ---> Running in e515d4ec7d44 22:49:55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 22:49:56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 22:49:57 (1/8) Installing openssh-keygen (9.0_p1-r2) 22:49:57 (2/8) Installing libedit (20210910.3.1-r0) 22:49:57 (3/8) Installing openssh-client-common (9.0_p1-r2) 22:49:57 (4/8) Installing openssh-client-default (9.0_p1-r2) 22:49:57 (5/8) Installing openssh-sftp-server (9.0_p1-r2) 22:49:57 (6/8) Installing openssh-server-common (9.0_p1-r2) 22:49:57 (7/8) Installing openssh-server (9.0_p1-r2) 22:49:57 (8/8) Installing openssh (9.0_p1-r2) 22:49:57 Executing busybox-1.35.0-r17.trigger 22:49:57 OK: 228 MiB in 59 packages 22:49:59 Removing intermediate container e515d4ec7d44 22:49:59 ---> 3c25c7eb067e 22:49:59 Step 6/10 : WORKDIR /device-modbus-go 22:49:59 ---> Running in dc0ad2b08a6a 22:49:59 Removing intermediate container dc0ad2b08a6a 22:49:59 ---> 4dd2369f5bef 22:49:59 Step 7/10 : COPY go.mod vendor* ./ 22:50:00 ---> d07fa02f8bff 22:50:00 Step 8/10 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 22:50:00 ---> Running in 1e6fee0c0aca 22:51:22 Removing intermediate container 1e6fee0c0aca 22:51:22 ---> 42e0ce2565db 22:51:22 Step 9/10 : COPY . . 22:51:22 ---> 6a19ef391e6a 22:51:22 Step 10/10 : RUN ${MAKE} 22:51:22 ---> Running in d88b61927768 22:51:22 noop 22:51:22 Removing intermediate container d88b61927768 22:51:22 ---> fbc699af00d0 22:51:22 Successfully built fbc699af00d0 22:51:22 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:51:22 + docker inspect -f . ci-base-image-arm64 22:51:22 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:51:22 prd-ubuntu20.04-docker-arm64-4c-16g-5010 does not seem to be running inside a container 22:51:22 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-modbus-go/74 -v /w/workspace/device-modbus-go/74:/w/workspace/device-modbus-go/74:rw,z -v /w/workspace/device-modbus-go/74@tmp:/w/workspace/device-modbus-go/74@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 22:51:24 $ docker top 47769342b66294ccaa2b43c3528d22cd112ab618aad66278670f946cb91832b5 -eo pid,comm [Pipeline] { [Pipeline] sh 22:51:24 + go version 22:51:24 go version go1.18.7 linux/arm64 [Pipeline] } 22:51:24 $ docker stop --time=1 47769342b66294ccaa2b43c3528d22cd112ab618aad66278670f946cb91832b5 22:51:26 $ docker rm -f --volumes 47769342b66294ccaa2b43c3528d22cd112ab618aad66278670f946cb91832b5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:51:27 + docker inspect -f . ci-base-image-arm64 22:51:27 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:51:27 prd-ubuntu20.04-docker-arm64-4c-16g-5010 does not seem to be running inside a container 22:51:27 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/device-modbus-go/74 -v /w/workspace/device-modbus-go/74:/w/workspace/device-modbus-go/74:rw,z -v /w/workspace/device-modbus-go/74@tmp:/w/workspace/device-modbus-go/74@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 22:51:28 $ docker top 2db861ee58809d31f4a7a07f7c04a3d7063093fe8ab3815855714209e0a672cf -eo pid,comm [Pipeline] { [Pipeline] sh 22:51:29 + git config --global --add safe.directory /w/workspace/device-modbus-go/74 [Pipeline] fileExists [Pipeline] sh 22:51:30 + make test 22:51:30 go test ./... -coverprofile=coverage.out 22:51:32 ? github.com/edgexfoundry/device-modbus-go [no test files] 22:53:09 ? github.com/edgexfoundry/device-modbus-go/cmd [no test files] 22:53:09 ok github.com/edgexfoundry/device-modbus-go/internal/driver 0.061s coverage: 47.7% of statements 22:53:09 WARNING: Linting skipped (not on x86_64 or linter not installed) 22:53:09 go vet ./... 22:53:29 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 22:53:29 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 22:53:29 ./bin/test-attribution-txt.sh 22:53:30 An attribution for golang.org/x/mod is missing from Attribution.txt, please add 22:53:30 An attribution for golang.org/x/tools is missing from Attribution.txt, please add [Pipeline] echo 22:53:30 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 22:53:30 $ docker stop --time=1 2db861ee58809d31f4a7a07f7c04a3d7063093fe8ab3815855714209e0a672cf 22:53:32 $ docker rm -f --volumes 2db861ee58809d31f4a7a07f7c04a3d7063093fe8ab3815855714209e0a672cf [Pipeline] // withDockerContainer [Pipeline] sh 22:53:35 + sudo chown -R jenkins:jenkins . [Pipeline] stash 22:53:35 Warning: overwriting stash ‘coverage-report’ 22:53:36 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 22:53:36 + sudo chown -R jenkins:jenkins . [Pipeline] sh 22:53:36 + ls -al . 22:53:36 total 180 22:53:36 drwxrwxr-x 9 jenkins jenkins 4096 Feb 7 22:51 . 22:53:36 drwxrwxr-x 4 jenkins jenkins 4096 Feb 7 22:48 .. 22:53:36 -rw-rw-r-- 1 jenkins jenkins 140 Feb 7 22:49 .dockerignore 22:53:36 drwxrwxr-x 8 jenkins jenkins 4096 Feb 7 22:49 .git 22:53:36 drwxrwxr-x 3 jenkins jenkins 4096 Feb 7 22:49 .github 22:53:36 -rw-rw-r-- 1 jenkins jenkins 331 Feb 7 22:49 .gitignore 22:53:36 -rw-rw-r-- 1 jenkins jenkins 41 Feb 7 22:49 .golangci.yml 22:53:36 -rw-rw-r-- 1 jenkins jenkins 10017 Feb 7 22:49 Attribution.txt 22:53:36 -rw-rw-r-- 1 jenkins jenkins 11576 Feb 7 22:49 CHANGELOG.md 22:53:36 -rw-rw-r-- 1 jenkins jenkins 1365 Feb 7 22:49 Dockerfile 22:53:36 -rw-rw-r-- 1 jenkins jenkins 677 Feb 7 22:49 GOVERNANCE.md 22:53:36 -rw-rw-r-- 1 jenkins jenkins 680 Feb 7 22:49 Jenkinsfile 22:53:36 -rw-rw-r-- 1 jenkins jenkins 11340 Feb 7 22:49 LICENSE 22:53:36 -rw-rw-r-- 1 jenkins jenkins 1670 Feb 7 22:49 Makefile 22:53:36 -rw-rw-r-- 1 jenkins jenkins 622 Feb 7 22:49 OWNERS.md 22:53:36 -rw-rw-r-- 1 jenkins jenkins 4061 Feb 7 22:49 README.md 22:53:36 -rw-rw-r-- 1 jenkins jenkins 11 Feb 7 22:45 VERSION 22:53:36 drwxrwxr-x 2 jenkins jenkins 4096 Feb 7 22:49 bin 22:53:36 drwxrwxr-x 3 jenkins jenkins 4096 Feb 7 22:49 cmd 22:53:36 -rw-r--r-- 1 jenkins jenkins 23241 Feb 7 22:53 coverage.out 22:53:36 -rw-rw-r-- 1 jenkins jenkins 3495 Feb 7 22:49 go.mod 22:53:36 -rw-rw-r-- 1 jenkins jenkins 33619 Feb 7 22:49 go.sum 22:53:36 drwxrwxr-x 3 jenkins jenkins 4096 Feb 7 22:49 internal 22:53:36 drwxrwxr-x 2 jenkins jenkins 4096 Feb 7 22:49 simulator 22:53:36 drwxrwxr-x 4 jenkins jenkins 4096 Feb 7 22:49 snap 22:53:36 -rw-rw-r-- 1 jenkins jenkins 229 Feb 7 22:49 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:53:37 + 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=05607db3767b12e2b1688c1d4c1138f7ff4649fd --label arch=arm64 --label version=3.0.0-dev.8 . 22:53:37 Sending build context to Docker daemon 3.32MB 22:53:37 Step 1/22 : ARG BASE=golang:1.18-alpine3.16 22:53:37 Step 2/22 : FROM ${BASE} AS builder 22:53:37 ---> fbc699af00d0 22:53:37 Step 3/22 : ARG ADD_BUILD_TAGS="" 22:53:37 ---> Running in 13ca53d27934 22:53:37 Removing intermediate container 13ca53d27934 22:53:37 ---> dcec3a5e9d7d 22:53:37 Step 4/22 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 22:53:37 ---> Running in 0e0d66efd324 22:53:38 Removing intermediate container 0e0d66efd324 22:53:38 ---> bde2d9706d1c 22:53:38 Step 5/22 : RUN apk add --update --no-cache make git openssh 22:53:38 ---> Running in 8b212d26eaf7 22:53:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 22:53:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 22:53:41 OK: 228 MiB in 59 packages 22:53:42 Removing intermediate container 8b212d26eaf7 22:53:42 ---> 98db2b76b313 22:53:42 Step 6/22 : WORKDIR /device-modbus-go 22:53:42 ---> Running in d1a90c5a4df3 22:53:42 Removing intermediate container d1a90c5a4df3 22:53:42 ---> bd3dfccd691b 22:53:42 Step 7/22 : COPY go.mod vendor* ./ 22:53:42 ---> 2ee64159558d 22:53:42 Step 8/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 22:53:42 ---> Running in 22f372bc2acd 22:53:46 Removing intermediate container 22f372bc2acd 22:53:46 ---> d49478e89744 22:53:46 Step 9/22 : COPY . . 22:53:48 ---> 977d917c4ac1 22:53:48 Step 10/22 : RUN ${MAKE} 22:53:48 ---> Running in b5c51e9c1802 22:53:49 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-modbus-go.Version=3.0.0-dev.8" -trimpath -mod=readonly -o cmd/device-modbus ./cmd 22:56:11 Removing intermediate container b5c51e9c1802 22:56:11 ---> 0321fc26e361 22:56:11 Step 11/22 : FROM alpine:3.14 22:56:11 3.14: Pulling from library/alpine 22:56:11 90cda3b7c325: Pulling fs layer 22:56:11 90cda3b7c325: Verifying Checksum 22:56:11 90cda3b7c325: Download complete 22:56:11 90cda3b7c325: Pull complete 22:56:11 Digest: sha256:4c869a63e1b7c0722fed1e402a6466610327c3b83bdddb94bd94fb71da7f638a 22:56:11 Status: Downloaded newer image for alpine:3.14 22:56:11 ---> 275902a1839d 22:56:11 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IoTech Ltd' 22:56:11 ---> Running in efd59fa4856e 22:56:12 Removing intermediate container efd59fa4856e 22:56:12 ---> 9d526d3a289c 22:56:12 Step 13/22 : RUN apk add --update --no-cache dumb-init 22:56:12 ---> Running in 851f88a6ee10 22:56:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 22:56:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 22:56:14 (1/1) Installing dumb-init (1.2.5-r1) 22:56:14 Executing busybox-1.33.1-r8.trigger 22:56:14 OK: 6 MiB in 15 packages 22:56:15 Removing intermediate container 851f88a6ee10 22:56:15 ---> dda855c76fd5 22:56:15 Step 14/22 : COPY --from=builder /device-modbus-go/cmd / 22:56:17 ---> dd06524546c2 22:56:17 Step 15/22 : COPY --from=builder /device-modbus-go/LICENSE / 22:56:17 ---> 9fed8f3dacfc 22:56:17 Step 16/22 : COPY --from=builder /device-modbus-go/Attribution.txt / 22:56:18 ---> 822cfe30f669 22:56:18 Step 17/22 : EXPOSE 59901 22:56:18 ---> Running in 99479769a7ee 22:56:18 Removing intermediate container 99479769a7ee 22:56:18 ---> 9cb8c1ca084c 22:56:18 Step 18/22 : ENTRYPOINT ["/device-modbus"] 22:56:18 ---> Running in 5fdf67824249 22:56:19 Removing intermediate container 5fdf67824249 22:56:19 ---> e7ce74eebea1 22:56:19 Step 19/22 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry"] 22:56:19 ---> Running in 2cd6b45d33f1 22:56:19 Removing intermediate container 2cd6b45d33f1 22:56:19 ---> 648b693985c5 22:56:19 Step 20/22 : LABEL arch=arm64 22:56:19 ---> Running in 8e2938fb2bb0 22:56:19 Removing intermediate container 8e2938fb2bb0 22:56:19 ---> b5a5cc8254b0 22:56:19 Step 21/22 : LABEL git_sha=05607db3767b12e2b1688c1d4c1138f7ff4649fd 22:56:20 ---> Running in 58fd35eab21d 22:56:20 Removing intermediate container 58fd35eab21d 22:56:20 ---> f8f175a89210 22:56:20 Step 22/22 : LABEL version=3.0.0-dev.8 22:56:20 ---> Running in 828fcc5e876e 22:56:20 Removing intermediate container 828fcc5e876e 22:56:20 ---> 367106b1e232 22:56:20 [Warning] One or more build-args [ARCH] were not consumed 22:56:20 Successfully built 367106b1e232 22:56:20 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 22:56:20 provisioning config files... 22:56:20 copy managed file [device-modbus-go-settings] to file:/w/workspace/device-modbus-go/74@tmp/config11651033663070476410tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:56:21 ---> docker-login.sh 22:56:21 nexus3.edgexfoundry.org:10001 22:56:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:56:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:56:21 Configure a credential helper to remove this warning. See 22:56:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:56:21 22:56:21 Login Succeeded 22:56:21 nexus3.edgexfoundry.org:10002 22:56:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:56:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:56:21 Configure a credential helper to remove this warning. See 22:56:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:56:21 22:56:21 Login Succeeded 22:56:21 nexus3.edgexfoundry.org:10003 22:56:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:56:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:56:22 Configure a credential helper to remove this warning. See 22:56:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:56:22 22:56:22 Login Succeeded 22:56:22 nexus3.edgexfoundry.org:10004 22:56:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:56:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:56:22 Configure a credential helper to remove this warning. See 22:56:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:56:22 22:56:22 Login Succeeded 22:56:22 docker.io 22:56:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:56:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:56:23 Configure a credential helper to remove this warning. See 22:56:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:56:23 22:56:23 Login Succeeded 22:56:23 ---> docker-login.sh ends [Pipeline] } 22:56:23 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 22:56:23 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 22:56:23 [edgeXDocker.push] Tagging docker image device-modbus-arm64 with the following tags: 22:56:23 05607db3767b12e2b1688c1d4c1138f7ff4649fd 22:56:23 latest 22:56:23 3.0.0-dev.8 22:56:23 05607db3767b12e2b1688c1d4c1138f7ff4649fd-3.0.0-dev.8 22:56:23 main 22:56:23 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:56:23 + docker tag device-modbus-arm64 nexus3.edgexfoundry.org:10004/device-modbus-arm64:05607db3767b12e2b1688c1d4c1138f7ff4649fd [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:56:24 + docker push nexus3.edgexfoundry.org:10004/device-modbus-arm64:05607db3767b12e2b1688c1d4c1138f7ff4649fd 22:56:24 The push refers to repository [nexus3.edgexfoundry.org:10004/device-modbus-arm64] 22:56:24 18788aedd0b5: Preparing 22:56:24 7bcf45c4c8b3: Preparing 22:56:24 ec8cc574c90e: Preparing 22:56:24 6d3b82bbefad: Preparing 22:56:24 28c3ef001483: Preparing 22:56:24 28c3ef001483: Layer already exists 22:56:24 7bcf45c4c8b3: Pushed 22:56:24 18788aedd0b5: Pushed 22:56:24 6d3b82bbefad: Pushed 22:56:29 ec8cc574c90e: Pushed 22:56:29 05607db3767b12e2b1688c1d4c1138f7ff4649fd: digest: sha256:edfbffb39783ee84ab20af06b15f1f600fbc0951ddf0573775a2dd471d5d01d0 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:56:30 + docker tag device-modbus-arm64 nexus3.edgexfoundry.org:10004/device-modbus-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:56:30 + docker push nexus3.edgexfoundry.org:10004/device-modbus-arm64:latest 22:56:30 The push refers to repository [nexus3.edgexfoundry.org:10004/device-modbus-arm64] 22:56:30 18788aedd0b5: Preparing 22:56:30 7bcf45c4c8b3: Preparing 22:56:30 ec8cc574c90e: Preparing 22:56:30 6d3b82bbefad: Preparing 22:56:30 28c3ef001483: Preparing 22:56:30 6d3b82bbefad: Layer already exists 22:56:30 ec8cc574c90e: Layer already exists 22:56:30 18788aedd0b5: Layer already exists 22:56:30 28c3ef001483: Layer already exists 22:56:30 7bcf45c4c8b3: Layer already exists 22:56:30 latest: digest: sha256:edfbffb39783ee84ab20af06b15f1f600fbc0951ddf0573775a2dd471d5d01d0 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:56:31 + docker tag device-modbus-arm64 nexus3.edgexfoundry.org:10004/device-modbus-arm64:3.0.0-dev.8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:56:31 + docker push nexus3.edgexfoundry.org:10004/device-modbus-arm64:3.0.0-dev.8 22:56:31 The push refers to repository [nexus3.edgexfoundry.org:10004/device-modbus-arm64] 22:56:31 18788aedd0b5: Preparing 22:56:31 7bcf45c4c8b3: Preparing 22:56:31 ec8cc574c90e: Preparing 22:56:31 6d3b82bbefad: Preparing 22:56:31 28c3ef001483: Preparing 22:56:31 7bcf45c4c8b3: Layer already exists 22:56:31 6d3b82bbefad: Layer already exists 22:56:31 18788aedd0b5: Layer already exists 22:56:31 ec8cc574c90e: Layer already exists 22:56:31 28c3ef001483: Layer already exists 22:56:31 3.0.0-dev.8: digest: sha256:edfbffb39783ee84ab20af06b15f1f600fbc0951ddf0573775a2dd471d5d01d0 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:56:32 + docker tag device-modbus-arm64 nexus3.edgexfoundry.org:10004/device-modbus-arm64:05607db3767b12e2b1688c1d4c1138f7ff4649fd-3.0.0-dev.8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:56:32 + docker push nexus3.edgexfoundry.org:10004/device-modbus-arm64:05607db3767b12e2b1688c1d4c1138f7ff4649fd-3.0.0-dev.8 22:56:32 The push refers to repository [nexus3.edgexfoundry.org:10004/device-modbus-arm64] 22:56:32 18788aedd0b5: Preparing 22:56:32 7bcf45c4c8b3: Preparing 22:56:32 ec8cc574c90e: Preparing 22:56:32 6d3b82bbefad: Preparing 22:56:32 28c3ef001483: Preparing 22:56:32 28c3ef001483: Layer already exists 22:56:32 6d3b82bbefad: Layer already exists 22:56:32 18788aedd0b5: Layer already exists 22:56:32 ec8cc574c90e: Layer already exists 22:56:32 7bcf45c4c8b3: Layer already exists 22:56:32 05607db3767b12e2b1688c1d4c1138f7ff4649fd-3.0.0-dev.8: digest: sha256:edfbffb39783ee84ab20af06b15f1f600fbc0951ddf0573775a2dd471d5d01d0 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:56:33 + docker tag device-modbus-arm64 nexus3.edgexfoundry.org:10004/device-modbus-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:56:33 + docker push nexus3.edgexfoundry.org:10004/device-modbus-arm64:main 22:56:33 The push refers to repository [nexus3.edgexfoundry.org:10004/device-modbus-arm64] 22:56:33 18788aedd0b5: Preparing 22:56:33 7bcf45c4c8b3: Preparing 22:56:33 ec8cc574c90e: Preparing 22:56:33 6d3b82bbefad: Preparing 22:56:33 28c3ef001483: Preparing 22:56:33 6d3b82bbefad: Layer already exists 22:56:33 7bcf45c4c8b3: Layer already exists 22:56:33 28c3ef001483: Layer already exists 22:56:33 18788aedd0b5: Layer already exists 22:56:33 ec8cc574c90e: Layer already exists 22:56:33 main: digest: sha256:edfbffb39783ee84ab20af06b15f1f600fbc0951ddf0573775a2dd471d5d01d0 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 22:56:33 ===================================================== [Pipeline] echo 22:56:33 taggedImages: 22:56:33 - nexus3.edgexfoundry.org:10004/device-modbus-arm64:05607db3767b12e2b1688c1d4c1138f7ff4649fd 22:56:33 - nexus3.edgexfoundry.org:10004/device-modbus-arm64:latest 22:56:33 - nexus3.edgexfoundry.org:10004/device-modbus-arm64:3.0.0-dev.8 22:56:33 - nexus3.edgexfoundry.org:10004/device-modbus-arm64:05607db3767b12e2b1688c1d4c1138f7ff4649fd-3.0.0-dev.8 22:56:33 - 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 22:56:34 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 22:56:34 22:56:34 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:56:34 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 22:56:36 arm64: Pulling from edgex-lftools-log-publisher 22:56:36 8998bd30e6a1: Pulling fs layer 22:56:36 04944245beec: Pulling fs layer 22:56:36 699f458cf7ca: Pulling fs layer 22:56:36 765212b225bb: Pulling fs layer 22:56:36 f23df028b6ca: Pulling fs layer 22:56:36 d65c8cfc05b1: Pulling fs layer 22:56:36 2437ff75d9bd: Pulling fs layer 22:56:36 765212b225bb: Waiting 22:56:36 f23df028b6ca: Waiting 22:56:36 d65c8cfc05b1: Waiting 22:56:36 2437ff75d9bd: Waiting 22:56:36 04944245beec: Verifying Checksum 22:56:36 04944245beec: Download complete 22:56:36 765212b225bb: Verifying Checksum 22:56:36 765212b225bb: Download complete 22:56:36 f23df028b6ca: Verifying Checksum 22:56:36 f23df028b6ca: Download complete 22:56:36 d65c8cfc05b1: Verifying Checksum 22:56:36 d65c8cfc05b1: Download complete 22:56:36 699f458cf7ca: Verifying Checksum 22:56:36 699f458cf7ca: Download complete 22:56:36 8998bd30e6a1: Verifying Checksum 22:56:36 8998bd30e6a1: Download complete 22:56:39 2437ff75d9bd: Download complete 22:56:40 8998bd30e6a1: Pull complete 22:56:41 04944245beec: Pull complete 22:56:42 699f458cf7ca: Pull complete 22:56:42 765212b225bb: Pull complete 22:56:43 f23df028b6ca: Pull complete 22:56:43 d65c8cfc05b1: Pull complete 22:56:58 2437ff75d9bd: Pull complete 22:56:58 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 22:56:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 22:56:58 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:56:59 prd-ubuntu20.04-docker-arm64-4c-16g-5010 does not seem to be running inside a container 22:56:59 $ 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/74 -v /w/workspace/device-modbus-go/74:/w/workspace/device-modbus-go/74:rw,z -v /w/workspace/device-modbus-go/74@tmp:/w/workspace/device-modbus-go/74@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 22:57:01 $ docker top 3828a7f433e9c3de3191e82d74d96b5f6b61b1e24bef2090ffe135ec78cf8479 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:57:02 ---> job-cost.sh 22:57:02 lf-activate-venv: SKIPPING 22:57:02 INFO: No Stack... 22:57:03 INFO: Retrieving Pricing Info for: v3-standard-4 22:57:04 INFO: Archiving Costs [Pipeline] sh 22:57:04 + cat /w/workspace/device-modbus-go/74/archives/cost.csv 22:57:04 + cut -d, -f6 [Pipeline] lock 22:57:04 Trying to acquire lock on [jenkins-edgexfoundry-device-modbus-go-main-74-stack-cost] 22:57:04 Resource [jenkins-edgexfoundry-device-modbus-go-main-74-stack-cost] did not exist. Created. 22:57:04 Lock acquired on [jenkins-edgexfoundry-device-modbus-go-main-74-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 22:57:05 /w/workspace/device-modbus-go/74@tmp/durable-4a117140/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 22:57:06 + echo total: 0.10999999940395355 [Pipeline] stash 22:57:06 Warning: overwriting stash ‘stack-cost’ 22:57:06 Stashed 1 file(s) [Pipeline] } 22:57:06 Lock released on resource [jenkins-edgexfoundry-device-modbus-go-main-74-stack-cost] [Pipeline] // lock [Pipeline] } 22:57:06 $ docker stop --time=1 3828a7f433e9c3de3191e82d74d96b5f6b61b1e24bef2090ffe135ec78cf8479 22:57:07 $ docker rm -f --volumes 3828a7f433e9c3de3191e82d74d96b5f6b61b1e24bef2090ffe135ec78cf8479 [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 22:57:08 provisioning config files... 22:57:08 copy managed file [device-modbus-go-codecov-token] to file:/w/workspace/gexfoundry_device-modbus-go_main@tmp/config3980785145857371082tmp [Pipeline] { [Pipeline] sh 22:57:08 + set +x 22:57:08 + curl -s https://codecov.io/bash 22:57:08 + bash -s -- 22:57:08 22:57:08 _____ _ 22:57:08 / ____| | | 22:57:08 | | ___ __| | ___ ___ _____ __ 22:57:08 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 22:57:08 | |___| (_) | (_| | __/ (_| (_) \ V / 22:57:08 \_____\___/ \__,_|\___|\___\___/ \_/ 22:57:08 Bash-1.0.6 22:57:08 22:57:08 22:57:08 ==> git version 2.25.1 found 22:57:08 ==> 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 22:57:08 Release-Date: 2020-01-08 22:57:08 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 22:57:08 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 22:57:08 ==> Jenkins CI detected. 22:57:08 current dir:  /w/workspace/gexfoundry_device-modbus-go_main 22:57:08 project root: . 22:57:08 --> token set from env 22:57:08 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 22:57:08 ==> Running gcov in . (disable via -X gcov) 22:57:08 ==> Python coveragepy not found 22:57:08 ==> Searching for coverage reports in: 22:57:08 + . 22:57:08 -> Found 1 reports 22:57:08 ==> Detecting git/mercurial file structure 22:57:08 ==> Reading reports 22:57:08 + ./coverage.out bytes=23241 22:57:08 ==> Appending adjustments 22:57:08 https://docs.codecov.io/docs/fixing-reports 22:57:08 + Found adjustments 22:57:08 ==> Gzipping contents 22:57:08 4.0K /tmp/codecov.K9PPnT.gz 22:57:08 ==> Uploading reports 22:57:08 url: https://codecov.io 22:57:08 query: branch=main&commit=05607db3767b12e2b1688c1d4c1138f7ff4649fd&build=74&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-modbus-go%2Fjob%2Fmain%2F74%2F&name=&tag=&slug=edgexfoundry%2Fdevice-modbus-go&service=jenkins&flags=&pr=&job=&cmd_args= 22:57:08 -> Pinging Codecov 22:57:08 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=05607db3767b12e2b1688c1d4c1138f7ff4649fd&build=74&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-modbus-go%2Fjob%2Fmain%2F74%2F&name=&tag=&slug=edgexfoundry%2Fdevice-modbus-go&service=jenkins&flags=&pr=&job=&cmd_args= 22:57:08 -> Uploading to 22:57:08 https://storage.googleapis.com/codecov/v4/raw/2023-02-07/55DBCA73C666E3227836607328DD7E49/05607db3767b12e2b1688c1d4c1138f7ff4649fd/59d25ef4-f802-4930-92e0-33b6d981df91.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230207%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230207T225708Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=89c83f1f71e94c8f7e9eefbd3330de8c43bb98fc82b061670d16bea4a0721afa 22:57:08 % Total % Received % Xferd Average Speed Time Time Time Current 22:57:08 Dload Upload Total Spent Left Speed 22:57:09 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3883 0 0 100 3883 0 15848 --:--:-- --:--:-- --:--:-- 15848 22:57:09 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-modbus-go/commit/05607db3767b12e2b1688c1d4c1138f7ff4649fd [Pipeline] } 22:57:09 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 22:57:09 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 22:57:09 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:57:09 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 22:57:09 22:57:09 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:57:09 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 22:57:09 1.410.4: Pulling from edgex-devops/edgex-snyk-go 22:57:09 df9b9388f04a: Pulling fs layer 22:57:09 52dc419b0ee2: Pulling fs layer 22:57:09 25bc292e5bac: Pulling fs layer 22:57:09 114826534d7a: Pulling fs layer 22:57:09 4657fd5d0bcf: Pulling fs layer 22:57:09 6ad1cebc031e: Pulling fs layer 22:57:09 8a3aa393b2d8: Pulling fs layer 22:57:09 6ad1cebc031e: Waiting 22:57:09 4657fd5d0bcf: Waiting 22:57:09 114826534d7a: Waiting 22:57:09 25bc292e5bac: Verifying Checksum 22:57:09 25bc292e5bac: Download complete 22:57:09 52dc419b0ee2: Verifying Checksum 22:57:09 52dc419b0ee2: Download complete 22:57:09 4657fd5d0bcf: Verifying Checksum 22:57:09 4657fd5d0bcf: Download complete 22:57:09 df9b9388f04a: Verifying Checksum 22:57:09 df9b9388f04a: Download complete 22:57:10 df9b9388f04a: Pull complete 22:57:10 52dc419b0ee2: Pull complete 22:57:10 25bc292e5bac: Pull complete 22:57:10 6ad1cebc031e: Verifying Checksum 22:57:10 6ad1cebc031e: Download complete 22:57:11 114826534d7a: Verifying Checksum 22:57:11 114826534d7a: Download complete 22:57:11 8a3aa393b2d8: Verifying Checksum 22:57:11 8a3aa393b2d8: Download complete 22:57:14 114826534d7a: Pull complete 22:57:14 4657fd5d0bcf: Pull complete 22:57:14 6ad1cebc031e: Pull complete 22:57:17 8a3aa393b2d8: Pull complete 22:57:17 Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 22:57:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 22:57:17 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:57:17 prd-ubuntu20.04-docker-8c-8g-5004 does not seem to be running inside a container 22:57:17 $ 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 22:57:20 $ docker top 5cff673ef1ff2a1296ab7db01e40ea40459189eaa63032345b95f4e800bec307 -eo pid,comm [Pipeline] { [Pipeline] echo 22:57:20 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-modbus-go:main' [Pipeline] sh 22:57:21 + set -o pipefail 22:57:21 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-modbus-go:main' 22:57:26 22:57:26 Monitoring /w/workspace/gexfoundry_device-modbus-go_main (github.com/edgexfoundry/device-modbus-go)... 22:57:26 22:57:26 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/5174d6d0-2379-4548-918f-caa15a8d100f/history/04f90ccc-1152-4491-9686-651d0eb1a7ad 22:57:26 22:57:26 Tip: Detected multiple supported manifests (2), use --all-projects to scan all of them at once. 22:57:26 22:57:26 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 22:57:26 22:57:26 22:57:26 A medium severity vulnerability was found in the Snyk CLI versions you are using. 22:57:26 We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. 22:57:26 More details here: https://snyk.co/ue1NS [Pipeline] } 22:57:26 $ docker stop --time=1 5cff673ef1ff2a1296ab7db01e40ea40459189eaa63032345b95f4e800bec307 22:57:28 $ docker rm -f --volumes 5cff673ef1ff2a1296ab7db01e40ea40459189eaa63032345b95f4e800bec307 [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 22:57:29 + git log --format=format:%s -1 05607db3767b12e2b1688c1d4c1138f7ff4649fd [Pipeline] sh 22:57:29 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 22:57:29 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:57:30 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 22:57:30 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:57:30 prd-ubuntu20.04-docker-8c-8g-5004 does not seem to be running inside a container 22:57:30 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-modbus-go_main -v /w/workspace/gexfoundry_device-modbus-go_main:/w/workspace/gexfoundry_device-modbus-go_main:rw,z -v /w/workspace/gexfoundry_device-modbus-go_main@tmp:/w/workspace/gexfoundry_device-modbus-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 22:57:30 $ docker top 59b38a06b7a3b90463e68f77a3d431ed00dfdddaaa81cb037008a23c824656aa -eo pid,comm 22:57:30 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). 22:57:30 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:57:30 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:57:30 [ssh-agent] Looking for ssh-agent implementation... 22:57:30 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:57:30 $ docker exec 59b38a06b7a3b90463e68f77a3d431ed00dfdddaaa81cb037008a23c824656aa ssh-agent 22:57:30 SSH_AUTH_SOCK=/tmp/ssh-AHhtaaJwhI2T/agent.32 22:57:30 SSH_AGENT_PID=38 22:57:30 Running ssh-add (command line suppressed) 22:57:30 Identity added: /w/workspace/gexfoundry_device-modbus-go_main@tmp/private_key_11937706729724589970.key (/w/workspace/gexfoundry_device-modbus-go_main@tmp/private_key_11937706729724589970.key) 22:57:30 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:57:31 + git semver tag 22:57:31 2023-02-07 22:57:31,350 [run_tag] DEBUG tag force:False 22:57:31 2023-02-07 22:57:31,350 [check_head_tag] DEBUG check head tag 22:57:31 2023-02-07 22:57:31,351 [execute] INFO git cat-file --batch-check 22:57:31 2023-02-07 22:57:31,351 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_device-modbus-go_main, universal_newlines=False, shell=None, istream=) 22:57:31 2023-02-07 22:57:31,355 [execute] INFO git cat-file --batch 22:57:31 2023-02-07 22:57:31,355 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_device-modbus-go_main, universal_newlines=False, shell=None, istream=) 22:57:31 2023-02-07 22:57:31,372 [read_version] DEBUG read version from /w/workspace/gexfoundry_device-modbus-go_main/.semver/main 22:57:31 2023-02-07 22:57:31,372 [execute] INFO git tag -a v3.0.0-dev.8 -m v3.0.0-dev.8 22:57:31 2023-02-07 22:57:31,373 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.8', '-m', 'v3.0.0-dev.8'], cwd=/w/workspace/gexfoundry_device-modbus-go_main, universal_newlines=False, shell=None, istream=None) 22:57:31 2023-02-07 22:57:31,377 [read_version] DEBUG read version from /w/workspace/gexfoundry_device-modbus-go_main/.semver/main 22:57:31 3.0.0-dev.8 [Pipeline] } 22:57:31 $ docker exec --env ******** --env ******** 59b38a06b7a3b90463e68f77a3d431ed00dfdddaaa81cb037008a23c824656aa ssh-agent -k 22:57:31 unset SSH_AUTH_SOCK; 22:57:31 unset SSH_AGENT_PID; 22:57:31 echo Agent pid 38 killed; 22:57:31 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:57:31 + git semver [Pipeline] } 22:57:32 $ docker stop --time=1 59b38a06b7a3b90463e68f77a3d431ed00dfdddaaa81cb037008a23c824656aa 22:57:33 $ docker rm -f --volumes 59b38a06b7a3b90463e68f77a3d431ed00dfdddaaa81cb037008a23c824656aa [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:57:33 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 22:57:33 22:57:33 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:57:34 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 22:57:34 0.23.1-centos7: Pulling from edgex-lftools 22:57:34 ab5ef0e58194: Pulling fs layer 22:57:34 9712f1f96733: Pulling fs layer 22:57:34 63f879dbbcfc: Pulling fs layer 22:57:34 0d9ebad4ef96: Pulling fs layer 22:57:34 e9a5061849ea: Pulling fs layer 22:57:34 d747dcd14b5f: Pulling fs layer 22:57:34 2de7ff778b66: Pulling fs layer 22:57:34 0d9ebad4ef96: Waiting 22:57:34 d747dcd14b5f: Waiting 22:57:34 e9a5061849ea: Waiting 22:57:34 2de7ff778b66: Waiting 22:57:34 9712f1f96733: Verifying Checksum 22:57:34 9712f1f96733: Download complete 22:57:35 63f879dbbcfc: Verifying Checksum 22:57:35 63f879dbbcfc: Download complete 22:57:35 ab5ef0e58194: Verifying Checksum 22:57:35 ab5ef0e58194: Download complete 22:57:35 d747dcd14b5f: Download complete 22:57:35 0d9ebad4ef96: Verifying Checksum 22:57:35 0d9ebad4ef96: Download complete 22:57:35 2de7ff778b66: Verifying Checksum 22:57:35 2de7ff778b66: Download complete 22:57:35 e9a5061849ea: Download complete 22:57:38 ab5ef0e58194: Pull complete 22:57:38 9712f1f96733: Pull complete 22:57:38 63f879dbbcfc: Pull complete 22:57:41 0d9ebad4ef96: Pull complete 22:57:41 e9a5061849ea: Pull complete 22:57:41 d747dcd14b5f: Pull complete 22:57:42 2de7ff778b66: Pull complete 22:57:42 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 22:57:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 22:57:42 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:57:42 prd-ubuntu20.04-docker-8c-8g-5004 does not seem to be running inside a container 22:57:42 $ 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 22:57:46 $ docker top 944e5452cc3b611e2baacfd85f719fe023790e2e244fc1f7a06690a8adf1b3d3 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 22:57:46 provisioning config files... 22:57:46 copy managed file [sigul-config] to file:/w/workspace/gexfoundry_device-modbus-go_main@tmp/config17078307251248275278tmp 22:57:46 copy managed file [sigul-password] to file:/w/workspace/gexfoundry_device-modbus-go_main@tmp/config7596556657784374077tmp 22:57:46 copy managed file [sigul-pki] to file:/w/workspace/gexfoundry_device-modbus-go_main@tmp/config3472538832261470041tmp [Pipeline] { [Pipeline] echo 22:57:46 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 22:57:46 ---> sigul-configuration.sh 22:57:46 gpg: directory `/root/.gnupg' created 22:57:46 gpg: new configuration file `/root/.gnupg/gpg.conf' created 22:57:46 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 22:57:46 gpg: keyring `/root/.gnupg/secring.gpg' created 22:57:46 gpg: keyring `/root/.gnupg/pubring.gpg' created 22:57:46 gpg: CAST5 encrypted data 22:57:46 gpg: encrypted with 1 passphrase 22:57:46 gpg: WARNING: message was not integrity protected [Pipeline] sh 22:57:47 + mkdir /home/jenkins 22:57:47 + mkdir /home/jenkins/sigul [Pipeline] sh 22:57:47 + 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 22:57:47 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 22:57:47 ---> sigul-install.sh 22:57:47 Sigul already installed; skipping installation. [Pipeline] sh 22:57:47 + git tag --list 22:57:47 0.7.1 22:57:47 v1.0.0 22:57:47 v1.1.0 22:57:47 v1.1.1 22:57:47 v1.2.2 22:57:47 v1.3.0 22:57:47 v1.3.1 22:57:47 v2.0.0 22:57:47 v2.1.0 22:57:47 v2.1.1 22:57:47 v2.1.1-dev.1 22:57:47 v2.1.1-dev.2 22:57:47 v2.1.1-dev.3 22:57:47 v2.2.0 22:57:47 v2.2.1-dev.1 22:57:47 v2.2.1-dev.2 22:57:47 v2.2.1-dev.3 22:57:47 v2.2.1-dev.4 22:57:47 v2.2.1-dev.5 22:57:47 v2.2.1-dev.6 22:57:47 v2.2.1-dev.7 22:57:47 v2.3.0 22:57:47 v2.3.0-dev.10 22:57:47 v2.3.0-dev.11 22:57:47 v2.3.0-dev.12 22:57:47 v2.3.0-dev.13 22:57:47 v2.3.0-dev.14 22:57:47 v2.3.0-dev.15 22:57:47 v2.3.0-dev.16 22:57:47 v2.3.0-dev.17 22:57:47 v2.3.0-dev.18 22:57:47 v2.3.0-dev.19 22:57:47 v2.3.0-dev.20 22:57:47 v2.3.0-dev.21 22:57:47 v2.3.0-dev.22 22:57:47 v2.3.0-dev.23 22:57:47 v2.3.0-dev.24 22:57:47 v2.3.0-dev.25 22:57:47 v2.3.0-dev.7 22:57:47 v2.3.0-dev.8 22:57:47 v2.3.0-dev.9 22:57:47 v3.0.0-dev.1 22:57:47 v3.0.0-dev.2 22:57:47 v3.0.0-dev.3 22:57:47 v3.0.0-dev.4 22:57:47 v3.0.0-dev.5 22:57:47 v3.0.0-dev.6 22:57:47 v3.0.0-dev.7 22:57:47 v3.0.0-dev.8 [Pipeline] sh 22:57:48 + lftools sign git-tag v3.0.0-dev.8 22:57:48 Signing Git tag with Sigul... 22:57:48 Signing v3.0.0-dev.8 [Pipeline] echo 22:57:49 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 22:57:49 ---> sigul-configuration-cleanup.sh [Pipeline] } 22:57:49 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 22:57:49 $ docker stop --time=1 944e5452cc3b611e2baacfd85f719fe023790e2e244fc1f7a06690a8adf1b3d3 22:57:50 $ docker rm -f --volumes 944e5452cc3b611e2baacfd85f719fe023790e2e244fc1f7a06690a8adf1b3d3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 22:57:51 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 22:57:51 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:57:51 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 22:57:51 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:57:51 prd-ubuntu20.04-docker-8c-8g-5004 does not seem to be running inside a container 22:57:51 $ 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 22:57:52 $ docker top c29cddebb430195fe5fe8a9dbc872cb83b5ec066f4245c4c7e4561e18fa1ad1f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:57:52 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:57:52 [ssh-agent] Looking for ssh-agent implementation... 22:57:52 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:57:52 $ docker exec c29cddebb430195fe5fe8a9dbc872cb83b5ec066f4245c4c7e4561e18fa1ad1f ssh-agent 22:57:52 SSH_AUTH_SOCK=/tmp/ssh-IuZBQgxD9B6W/agent.32 22:57:52 SSH_AGENT_PID=38 22:57:52 Running ssh-add (command line suppressed) 22:57:52 Identity added: /w/workspace/gexfoundry_device-modbus-go_main@tmp/private_key_15837056891649285945.key (/w/workspace/gexfoundry_device-modbus-go_main@tmp/private_key_15837056891649285945.key) 22:57:52 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:57:52 + git semver bump pre 22:57:53 2023-02-07 22:57:52,980 [read_version] DEBUG read version from /w/workspace/gexfoundry_device-modbus-go_main/.semver/main 22:57:53 2023-02-07 22:57:52,980 [bump_version] DEBUG bumping version:3.0.0-dev.8 on axis:pre with prefix:dev 22:57:53 2023-02-07 22:57:52,981 [bump_version] DEBUG bumped version:3.0.0-dev.9 22:57:53 2023-02-07 22:57:52,981 [write_version] DEBUG write version:3.0.0-dev.9 to path:/w/workspace/gexfoundry_device-modbus-go_main/.semver/main with force:True 22:57:53 2023-02-07 22:57:52,981 [read_version] DEBUG read version from /w/workspace/gexfoundry_device-modbus-go_main/.semver/main 22:57:53 2023-02-07 22:57:52,981 [write_file] DEBUG write to file:/w/workspace/gexfoundry_device-modbus-go_main/.semver/main 22:57:53 2023-02-07 22:57:52,985 [execute] INFO git cat-file --batch-check 22:57:53 2023-02-07 22:57:52,985 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_device-modbus-go_main/.semver, universal_newlines=False, shell=None, istream=) 22:57:53 2023-02-07 22:57:52,990 [execute] INFO git cat-file --batch 22:57:53 2023-02-07 22:57:52,991 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_device-modbus-go_main/.semver, universal_newlines=False, shell=None, istream=) 22:57:53 2023-02-07 22:57:52,996 [read_version] DEBUG read version from /w/workspace/gexfoundry_device-modbus-go_main/.semver/main 22:57:53 3.0.0-dev.9 [Pipeline] } 22:57:53 $ docker exec --env ******** --env ******** c29cddebb430195fe5fe8a9dbc872cb83b5ec066f4245c4c7e4561e18fa1ad1f ssh-agent -k 22:57:53 unset SSH_AUTH_SOCK; 22:57:53 unset SSH_AGENT_PID; 22:57:53 echo Agent pid 38 killed; 22:57:53 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:57:53 + git semver [Pipeline] } 22:57:53 $ docker stop --time=1 c29cddebb430195fe5fe8a9dbc872cb83b5ec066f4245c4c7e4561e18fa1ad1f 22:57:55 $ docker rm -f --volumes c29cddebb430195fe5fe8a9dbc872cb83b5ec066f4245c4c7e4561e18fa1ad1f [Pipeline] // withDockerContainer [Pipeline] sh 22:57:55 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 22:57:55 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:57:55 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 22:57:55 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:57:55 prd-ubuntu20.04-docker-8c-8g-5004 does not seem to be running inside a container 22:57:55 $ 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 22:57:56 $ docker top cfefcbc9d9b16a7212014a6485c83766edce8e6acd3622dc746ebe58a9a45e2c -eo pid,comm 22:57:56 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). 22:57:56 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:57:56 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:57:56 [ssh-agent] Looking for ssh-agent implementation... 22:57:56 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:57:56 $ docker exec cfefcbc9d9b16a7212014a6485c83766edce8e6acd3622dc746ebe58a9a45e2c ssh-agent 22:57:56 SSH_AUTH_SOCK=/tmp/ssh-jC2KfEELg4vD/agent.32 22:57:56 SSH_AGENT_PID=38 22:57:56 Running ssh-add (command line suppressed) 22:57:56 Identity added: /w/workspace/gexfoundry_device-modbus-go_main@tmp/private_key_3102301581935864140.key (/w/workspace/gexfoundry_device-modbus-go_main@tmp/private_key_3102301581935864140.key) 22:57:56 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:57:56 + git semver push 22:57:57 2023-02-07 22:57:57,082 [run_push] DEBUG push 22:57:57 2023-02-07 22:57:57,082 [execute] INFO git cat-file --batch-check 22:57:57 2023-02-07 22:57:57,083 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_device-modbus-go_main/.semver, universal_newlines=False, shell=None, istream=) 22:57:57 2023-02-07 22:57:57,087 [execute] INFO git rev-list d19c88f25dfb932062120b09b2a29e524b131871 -- 22:57:57 2023-02-07 22:57:57,087 [execute] DEBUG Popen(['git', 'rev-list', 'd19c88f25dfb932062120b09b2a29e524b131871', '--'], cwd=/w/workspace/gexfoundry_device-modbus-go_main/.semver, universal_newlines=False, shell=None, istream=None) 22:57:57 2023-02-07 22:57:57,095 [execute] INFO git fetch -v origin 22:57:57 2023-02-07 22:57:57,096 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/gexfoundry_device-modbus-go_main/.semver, universal_newlines=True, shell=None, istream=None) 22:57:57 2023-02-07 22:57:57,740 [run_push] DEBUG no remote changes detected 22:57:57 2023-02-07 22:57:57,741 [execute] INFO git push origin semver 22:57:57 2023-02-07 22:57:57,741 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/gexfoundry_device-modbus-go_main/.semver, universal_newlines=False, shell=None, istream=None) 22:57:58 2023-02-07 22:57:58,568 [run_push] DEBUG push all version tags 22:57:58 2023-02-07 22:57:58,568 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 22:57:58 2023-02-07 22:57:58,569 [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) 22:57:59 2023-02-07 22:57:59,448 [read_version] DEBUG read version from /w/workspace/gexfoundry_device-modbus-go_main/.semver/main 22:57:59 3.0.0-dev.9 [Pipeline] } 22:57:59 $ docker exec --env ******** --env ******** cfefcbc9d9b16a7212014a6485c83766edce8e6acd3622dc746ebe58a9a45e2c ssh-agent -k 22:57:59 unset SSH_AUTH_SOCK; 22:57:59 unset SSH_AGENT_PID; 22:57:59 echo Agent pid 38 killed; 22:57:59 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:58:00 + git semver [Pipeline] } 22:58:00 $ docker stop --time=1 cfefcbc9d9b16a7212014a6485c83766edce8e6acd3622dc746ebe58a9a45e2c 22:58:01 $ docker rm -f --volumes cfefcbc9d9b16a7212014a6485c83766edce8e6acd3622dc746ebe58a9a45e2c [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 22:58:02 + [ -d /w/workspace/gexfoundry_device-modbus-go_main/archives ] 22:58:02 + ls -al /w/workspace/gexfoundry_device-modbus-go_main/archives 22:58:02 total 16 22:58:02 drwxr-xr-x 3 root root 4096 Feb 7 22:48 . 22:58:02 drwxrwxr-x 11 jenkins jenkins 4096 Feb 7 22:57 .. 22:58:02 drwxr-xr-x 2 root root 4096 Feb 7 22:48 cost 22:58:02 -rw-r--r-- 1 root root 87 Feb 7 22:48 cost.csv 22:58:02 + sudo chown -R jenkins:jenkins /w/workspace/gexfoundry_device-modbus-go_main/archives 22:58:02 + ls -al /w/workspace/gexfoundry_device-modbus-go_main/archives 22:58:02 total 16 22:58:02 drwxr-xr-x 3 jenkins jenkins 4096 Feb 7 22:48 . 22:58:02 drwxrwxr-x 11 jenkins jenkins 4096 Feb 7 22:57 .. 22:58:02 drwxr-xr-x 2 jenkins jenkins 4096 Feb 7 22:48 cost 22:58:02 -rw-r--r-- 1 jenkins jenkins 87 Feb 7 22:48 cost.csv [Pipeline] libraryResource [Pipeline] sh 22:58:02 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 22:58:03 ---> package-listing.sh 22:58:03 ++ facter osfamily 22:58:03 ++ tr '[:upper:]' '[:lower:]' 22:58:03 + OS_FAMILY=debian 22:58:03 + workspace=/w/workspace/gexfoundry_device-modbus-go_main 22:58:03 + START_PACKAGES=/tmp/packages_start.txt 22:58:03 + END_PACKAGES=/tmp/packages_end.txt 22:58:03 + DIFF_PACKAGES=/tmp/packages_diff.txt 22:58:03 + PACKAGES=/tmp/packages_start.txt 22:58:03 + '[' /w/workspace/gexfoundry_device-modbus-go_main ']' 22:58:03 + PACKAGES=/tmp/packages_end.txt 22:58:03 + case "${OS_FAMILY}" in 22:58:03 + dpkg -l 22:58:03 + grep '^ii' 22:58:03 + '[' -f /tmp/packages_start.txt ']' 22:58:03 + '[' -f /tmp/packages_end.txt ']' 22:58:03 + diff /tmp/packages_start.txt /tmp/packages_end.txt 22:58:03 + '[' /w/workspace/gexfoundry_device-modbus-go_main ']' 22:58:03 + mkdir -p /w/workspace/gexfoundry_device-modbus-go_main/archives/ 22:58:03 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-modbus-go_main/archives/ [Pipeline] echo 22:58:03 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 22:58:03 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:58:04 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 22:58:04 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:58:04 prd-ubuntu20.04-docker-8c-8g-5004 does not seem to be running inside a container 22:58:04 $ 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 22:58:05 $ docker top baa0164bc406332936cd4484f82a4af64ce2874e6e8d6450b5898751c7e6d9bc -eo pid,comm [Pipeline] { [Pipeline] sh 22:58:05 + touch /tmp/pre-build-complete [Pipeline] sh 22:58:05 + mkdir -p /var/log/sysstat [Pipeline] sh 22:58:05 + ls /var/log/sa-host 22:58:05 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 22:58:06 provisioning config files... 22:58:06 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-modbus-go_main@tmp/config12256099285983168242tmp [Pipeline] { [Pipeline] echo 22:58:06 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 22:58:06 ---> create-netrc.sh [Pipeline] } 22:58:06 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 22:58:06 ---> python-tools-install.sh [Pipeline] echo 22:58:06 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 22:58:06 ---> sudo-logs.sh 22:58:06 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 22:58:06 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 22:58:07 ---> job-cost.sh 22:58:07 lf-activate-venv: SKIPPING 22:58:07 DEBUG: total: 0.2199999988079071 22:58:07 INFO: Retrieving Stack Cost... 22:58:07 INFO: Retrieving Pricing Info for: v3-standard-8 22:58:08 INFO: Archiving Costs [Pipeline] echo 22:58:08 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 22:58:08 ---> logs-deploy.sh 22:58:08 lf-activate-venv: SKIPPING 22:58:08 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-modbus-go/main/74 22:58:08 INFO: archiving workspace using pattern(s): 22:58:09 Archives upload complete. 22:58:09 INFO: archiving logs to Nexus