Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from b747fdb0f46d56fab49edbd998369f5c6173beb1 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-ssh10342358642388775272.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-ssh4089186699534210716.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-ssh2336876380843546879.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-ssh16008333735550643092.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-ssh13247176696592420245.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 ‘prd-centos7-blackbox-4c-2g-725’ doesn’t have label ‘ubuntu20.04-docker-8c-8g’ ‘prd-centos7-blackbox-4c-2g-726’ doesn’t have label ‘ubuntu20.04-docker-8c-8g’ ‘prd-ubuntu20.04-docker-8c-8g-939’ is offline Running on prd-ubuntu20.04-docker-8c-8g-940 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 b747fdb0f46d56fab49edbd998369f5c6173beb1 (main) Commit message: "refactor!: Rename command line flags for the sake of consistency (#394)" > 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 b747fdb0f46d56fab49edbd998369f5c6173beb1 # timeout=10 > git rev-list --no-walk 62ec25a2eb67d4cbe0628602eb20a0741648d64e # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 18:44:11 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 18:44:12 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 18:44:12 ========================================================= 18:44:12 EdgeX Global Pipelines Version Info 18:44:12 ========================================================= [Pipeline] libraryResource [Pipeline] sh 18:44:12 ------------------- 18:44:12 stable info: 18:44:12 ------------------- 18:44:12 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 18:44:12 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 18:44:12 Message: update stable to v1.0.244 18:44:13 ------------------- 18:44:13 experimental info: 18:44:13 ------------------- 18:44:13 Commited By: **** collab-it+edgex@linuxfoundation.org 18:44:13 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 18:44:13 Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 18:44:13 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-modbus-go-settings [Pipeline] echo 18:44:13 [edgeXSetupEnvironment]: set envvar PROJECT = device-modbus-go [Pipeline] echo 18:44:13 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 18:44:13 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 18:44:13 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 18:44:13 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 18:44:13 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 18:44:13 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 18:44:13 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 18:44:13 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 18:44:13 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 18:44:13 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-modbus [Pipeline] echo 18:44:13 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 18:44:13 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 18:44:13 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 18:44:13 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 18:44:13 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 18:44:13 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 18:44:13 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 18:44:13 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 18:44:13 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 18:44:13 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 18:44:13 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 18:44:13 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 18:44:13 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 18:44:13 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 18:44:13 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 18:44:13 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 18:44:13 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 18:44:13 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 18:44:13 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = b747fdb0f46d56fab49edbd998369f5c6173beb1 [Pipeline] echo 18:44:13 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = b747fdb [Pipeline] echo 18:44:13 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:44:14 provisioning config files... 18:44:14 copy managed file [device-modbus-go-settings] to file:/w/workspace/gexfoundry_device-modbus-go_main@tmp/config8034794044679011638tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:44:14 ---> docker-login.sh 18:44:14 nexus3.edgexfoundry.org:10001 18:44:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:44:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:44:14 Configure a credential helper to remove this warning. See 18:44:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:44:14 18:44:14 Login Succeeded 18:44:14 nexus3.edgexfoundry.org:10002 18:44:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:44:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:44:14 Configure a credential helper to remove this warning. See 18:44:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:44:14 18:44:14 Login Succeeded 18:44:14 nexus3.edgexfoundry.org:10003 18:44:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:44:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:44:14 Configure a credential helper to remove this warning. See 18:44:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:44:14 18:44:14 Login Succeeded 18:44:14 nexus3.edgexfoundry.org:10004 18:44:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:44:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:44:14 Configure a credential helper to remove this warning. See 18:44:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:44:14 18:44:14 Login Succeeded 18:44:14 docker.io 18:44:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:44:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:44:15 Configure a credential helper to remove this warning. See 18:44:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:44:15 18:44:15 Login Succeeded 18:44:15 ---> docker-login.sh ends [Pipeline] } 18:44:15 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 18:44:15 + git rev-list -1 --merges b747fdb0f46d56fab49edbd998369f5c6173beb1~1..b747fdb0f46d56fab49edbd998369f5c6173beb1 [Pipeline] echo 18:44:15 -----------> git rev-list -1 --merges b747fdb0f46d56fab49edbd998369f5c6173beb1~1..b747fdb0f46d56fab49edbd998369f5c6173beb1 b747fdb0f46d56fab49edbd998369f5c6173beb1 [false] [Pipeline] sh 18:44:16 + git log --format=format:%s -1 b747fdb0f46d56fab49edbd998369f5c6173beb1 [Pipeline] echo 18:44:16 ========================================================= 18:44:16 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 18:44:16 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:44:16 + git log --format=format:%s -1 b747fdb0f46d56fab49edbd998369f5c6173beb1 [Pipeline] echo 18:44:16 [semverPrep] GIT_COMMIT: b747fdb0f46d56fab49edbd998369f5c6173beb1, Commit Message: refactor!: Rename command line flags for the sake of consistency (#394) [Pipeline] echo 18:44:16 [semverPrep] This is not a build commit. [Pipeline] sh 18:44:16 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 18:44:16 + grep -v github /etc/ssh/ssh_known_hosts 18:44:16 + [ -e /tmp/ssh_known_hosts ] 18:44:16 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 18:44:16 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 18:44:16 + sudo tee -a /etc/ssh/ssh_known_hosts 18:44:16 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:44:17 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 18:44:17 18:44:17 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:44:17 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 18:44:17 0.1.4: Pulling from edgex-devops/py-git-semver 18:44:17 b85a868b505f: Pulling fs layer 18:44:17 e2be974225ed: Pulling fs layer 18:44:17 339a4e72a1f5: Pulling fs layer 18:44:17 988bab9f4d93: Pulling fs layer 18:44:17 1469e6f7b9e6: Pulling fs layer 18:44:17 eaf3925da568: Pulling fs layer 18:44:17 bab4dde63d76: Pulling fs layer 18:44:17 bde34c3a00c8: Pulling fs layer 18:44:17 b352a97aabf1: Pulling fs layer 18:44:17 4872d77fe225: Pulling fs layer 18:44:17 5851b861e8e6: Pulling fs layer 18:44:17 1469e6f7b9e6: Waiting 18:44:17 eaf3925da568: Waiting 18:44:17 bab4dde63d76: Waiting 18:44:17 bde34c3a00c8: Waiting 18:44:17 5851b861e8e6: Waiting 18:44:17 b352a97aabf1: Waiting 18:44:17 988bab9f4d93: Waiting 18:44:17 e2be974225ed: Verifying Checksum 18:44:17 e2be974225ed: Download complete 18:44:17 988bab9f4d93: Verifying Checksum 18:44:17 988bab9f4d93: Download complete 18:44:17 1469e6f7b9e6: Verifying Checksum 18:44:17 1469e6f7b9e6: Download complete 18:44:17 eaf3925da568: Verifying Checksum 18:44:17 eaf3925da568: Download complete 18:44:17 339a4e72a1f5: Verifying Checksum 18:44:17 339a4e72a1f5: Download complete 18:44:17 bde34c3a00c8: Download complete 18:44:17 b85a868b505f: Download complete 18:44:17 b352a97aabf1: Download complete 18:44:17 4872d77fe225: Verifying Checksum 18:44:17 4872d77fe225: Download complete 18:44:17 5851b861e8e6: Download complete 18:44:18 bab4dde63d76: Verifying Checksum 18:44:18 bab4dde63d76: Download complete 18:44:19 b85a868b505f: Pull complete 18:44:19 e2be974225ed: Pull complete 18:44:19 339a4e72a1f5: Pull complete 18:44:19 988bab9f4d93: Pull complete 18:44:20 1469e6f7b9e6: Pull complete 18:44:20 eaf3925da568: Pull complete 18:44:21 bab4dde63d76: Pull complete 18:44:21 bde34c3a00c8: Pull complete 18:44:22 b352a97aabf1: Pull complete 18:44:22 4872d77fe225: Pull complete 18:44:22 5851b861e8e6: Pull complete 18:44:22 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 18:44:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 18:44:22 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:44:22 prd-ubuntu20.04-docker-8c-8g-940 does not seem to be running inside a container 18:44:22 $ 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 18:44:23 $ docker top cc0aa2a5c0c24aa017740f3020b94eeaa066e15f46635d5e164b1066b43998df -eo pid,comm 18:44:23 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). 18:44:23 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:44:23 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:44:23 [ssh-agent] Looking for ssh-agent implementation... 18:44:24 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:44:24 $ docker exec cc0aa2a5c0c24aa017740f3020b94eeaa066e15f46635d5e164b1066b43998df ssh-agent 18:44:24 SSH_AUTH_SOCK=/tmp/ssh-FfNE7x8Nlr9D/agent.31 18:44:24 SSH_AGENT_PID=37 18:44:24 Running ssh-add (command line suppressed) 18:44:24 Identity added: /w/workspace/gexfoundry_device-modbus-go_main@tmp/private_key_13784290363730446275.key (/w/workspace/gexfoundry_device-modbus-go_main@tmp/private_key_13784290363730446275.key) 18:44:24 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:44:24 + git tag --points-at HEAD [Pipeline] } 18:44:24 $ docker exec --env ******** --env ******** cc0aa2a5c0c24aa017740f3020b94eeaa066e15f46635d5e164b1066b43998df ssh-agent -k 18:44:24 unset SSH_AUTH_SOCK; 18:44:24 unset SSH_AGENT_PID; 18:44:24 echo Agent pid 37 killed; 18:44:24 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 18:44:24 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:44:24 [ssh-agent] Looking for ssh-agent implementation... 18:44:24 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:44:24 $ docker exec cc0aa2a5c0c24aa017740f3020b94eeaa066e15f46635d5e164b1066b43998df ssh-agent 18:44:25 SSH_AUTH_SOCK=/tmp/ssh-yXWYe534uHvW/agent.69 18:44:25 SSH_AGENT_PID=75 18:44:25 Running ssh-add (command line suppressed) 18:44:25 Identity added: /w/workspace/gexfoundry_device-modbus-go_main@tmp/private_key_16245608179924157183.key (/w/workspace/gexfoundry_device-modbus-go_main@tmp/private_key_16245608179924157183.key) 18:44:25 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:44:25 + git semver init 18:44:25 2023-01-03 18:44:25,670 [run_init] DEBUG init version:0.0.0 force:False 18:44:25 2023-01-03 18:44:25,671 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/gexfoundry_device-modbus-go_main/.semver 18:44:25 2023-01-03 18:44:25,671 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-modbus-go.git /w/workspace/gexfoundry_device-modbus-go_main/.semver 18:44:25 2023-01-03 18:44:25,672 [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) 18:44:26 2023-01-03 18:44:26,463 [append_file] DEBUG append to file:/w/workspace/gexfoundry_device-modbus-go_main/.git/info/exclude 18:44:26 2023-01-03 18:44:26,464 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/gexfoundry_device-modbus-go_main/.semver/main with force:False 18:44:26 2023-01-03 18:44:26,464 [read_version] DEBUG read version from /w/workspace/gexfoundry_device-modbus-go_main/.semver/main 18:44:26 2023-01-03 18:44:26,464 [read_version] DEBUG read version from /w/workspace/gexfoundry_device-modbus-go_main/.semver/main 18:44:26 3.0.0-dev.3 [Pipeline] } 18:44:26 $ docker exec --env ******** --env ******** cc0aa2a5c0c24aa017740f3020b94eeaa066e15f46635d5e164b1066b43998df ssh-agent -k 18:44:26 unset SSH_AUTH_SOCK; 18:44:26 unset SSH_AGENT_PID; 18:44:26 echo Agent pid 75 killed; 18:44:26 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:44:27 + git semver [Pipeline] } 18:44:27 $ docker stop --time=1 cc0aa2a5c0c24aa017740f3020b94eeaa066e15f46635d5e164b1066b43998df 18:44:28 $ docker rm -f --volumes cc0aa2a5c0c24aa017740f3020b94eeaa066e15f46635d5e164b1066b43998df [Pipeline] // withDockerContainer [Pipeline] sh 18:44:28 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 18:44:29 Stashed 1 file(s) [Pipeline] echo 18:44:29 [edgeXSemver]: initialized semver on version 3.0.0-dev.3 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:44:29 provisioning config files... 18:44:29 copy managed file [device-modbus-go-settings] to file:/w/workspace/gexfoundry_device-modbus-go_main@tmp/config6660587960059220539tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:44:29 ---> docker-login.sh 18:44:29 nexus3.edgexfoundry.org:10001 18:44:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:44:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:44:29 Configure a credential helper to remove this warning. See 18:44:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:44:29 18:44:29 Login Succeeded 18:44:29 nexus3.edgexfoundry.org:10002 18:44:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:44:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:44:29 Configure a credential helper to remove this warning. See 18:44:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:44:29 18:44:29 Login Succeeded 18:44:29 nexus3.edgexfoundry.org:10003 18:44:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:44:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:44:30 Configure a credential helper to remove this warning. See 18:44:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:44:30 18:44:30 Login Succeeded 18:44:30 nexus3.edgexfoundry.org:10004 18:44:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:44:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:44:30 Configure a credential helper to remove this warning. See 18:44:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:44:30 18:44:30 Login Succeeded 18:44:30 docker.io 18:44:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:44:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:44:30 Configure a credential helper to remove this warning. See 18:44:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:44:30 18:44:30 Login Succeeded 18:44:30 ---> docker-login.sh ends [Pipeline] } 18:44:30 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 18:44:30 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 18:44:30 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 18:44:30 ========================================================= 18:44:30 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] 18:44:30 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:44:30 + 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 . 18:44:30 Sending build context to Docker daemon 6.331MB 18:44:30 Step 1/10 : ARG BASE=golang:1.18-alpine3.16 18:44:30 Step 2/10 : FROM ${BASE} AS builder 18:44:30 1.18-alpine: Pulling from edgex-devops/edgex-golang-base 18:44:30 213ec9aee27d: Pulling fs layer 18:44:30 4583459ba037: Pulling fs layer 18:44:30 93c1e223e6f2: Pulling fs layer 18:44:30 53926ce57604: Pulling fs layer 18:44:30 21b2b0c7a3f4: Pulling fs layer 18:44:30 22ff95d597cd: Pulling fs layer 18:44:30 12d6caf4c0d1: Pulling fs layer 18:44:30 96b7cbca73a9: Pulling fs layer 18:44:30 a7acece74701: Pulling fs layer 18:44:30 22ff95d597cd: Waiting 18:44:30 96b7cbca73a9: Waiting 18:44:30 a7acece74701: Waiting 18:44:30 12d6caf4c0d1: Waiting 18:44:30 53926ce57604: Waiting 18:44:30 21b2b0c7a3f4: Waiting 18:44:30 93c1e223e6f2: Verifying Checksum 18:44:30 93c1e223e6f2: Download complete 18:44:30 4583459ba037: Download complete 18:44:30 21b2b0c7a3f4: Verifying Checksum 18:44:30 21b2b0c7a3f4: Download complete 18:44:30 22ff95d597cd: Verifying Checksum 18:44:30 22ff95d597cd: Download complete 18:44:31 213ec9aee27d: Verifying Checksum 18:44:31 12d6caf4c0d1: Verifying Checksum 18:44:31 213ec9aee27d: Pull complete 18:44:31 4583459ba037: Pull complete 18:44:31 93c1e223e6f2: Pull complete 18:44:31 a7acece74701: Verifying Checksum 18:44:31 a7acece74701: Download complete 18:44:32 53926ce57604: Verifying Checksum 18:44:32 53926ce57604: Download complete 18:44:32 96b7cbca73a9: Verifying Checksum 18:44:32 96b7cbca73a9: Download complete 18:44:36 53926ce57604: Pull complete 18:44:36 21b2b0c7a3f4: Pull complete 18:44:36 22ff95d597cd: Pull complete 18:44:36 12d6caf4c0d1: Pull complete 18:44:38 96b7cbca73a9: Pull complete 18:44:39 a7acece74701: Pull complete 18:44:39 Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d 18:44:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 18:44:39 ---> db6d94c90886 18:44:39 Step 3/10 : ARG ADD_BUILD_TAGS="" 18:44:40 ---> Running in 48ef98dfa3b3 18:44:40 Removing intermediate container 48ef98dfa3b3 18:44:40 ---> d5e7601d03fe 18:44:40 Step 4/10 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 18:44:40 ---> Running in dd9f510d02a9 18:44:40 Removing intermediate container dd9f510d02a9 18:44:40 ---> 23c89cf8d5ae 18:44:40 Step 5/10 : RUN apk add --update --no-cache make git openssh gcc libc-dev zeromq-dev libsodium-dev 18:44:40 ---> Running in 846cc1279f44 18:44:41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 18:44:41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 18:44:41 (1/8) Installing openssh-keygen (9.0_p1-r2) 18:44:41 (2/8) Installing libedit (20210910.3.1-r0) 18:44:41 (3/8) Installing openssh-client-common (9.0_p1-r2) 18:44:41 (4/8) Installing openssh-client-default (9.0_p1-r2) 18:44:41 (5/8) Installing openssh-sftp-server (9.0_p1-r2) 18:44:41 (6/8) Installing openssh-server-common (9.0_p1-r2) 18:44:41 (7/8) Installing openssh-server (9.0_p1-r2) 18:44:41 (8/8) Installing openssh (9.0_p1-r2) 18:44:41 Executing busybox-1.35.0-r17.trigger 18:44:41 OK: 217 MiB in 59 packages 18:44:42 Removing intermediate container 846cc1279f44 18:44:42 ---> 3672a1e5a0d9 18:44:42 Step 6/10 : WORKDIR /device-modbus-go 18:44:42 ---> Running in 447926a29d05 18:44:42 Removing intermediate container 447926a29d05 18:44:42 ---> 80620358b4e9 18:44:42 Step 7/10 : COPY go.mod vendor* ./ 18:44:42 ---> de2887d2d868 18:44:42 Step 8/10 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:44:42 ---> Running in 9cdc79777a3e 18:44:44 Still waiting to schedule task 18:44:44 Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-937’ 18:45:04 Removing intermediate container 9cdc79777a3e 18:45:04 ---> fd83a88c24a4 18:45:04 Step 9/10 : COPY . . 18:45:04 ---> 64b538055138 18:45:04 Step 10/10 : RUN ${MAKE} 18:45:04 ---> Running in 4be6a661b47d 18:45:04 noop 18:45:05 Removing intermediate container 4be6a661b47d 18:45:05 ---> 86a3d3f53926 18:45:05 Successfully built 86a3d3f53926 18:45:05 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:45:05 + docker inspect -f . ci-base-image-x86_64 18:45:05 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:45:05 prd-ubuntu20.04-docker-8c-8g-940 does not seem to be running inside a container 18:45:05 $ 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 18:45:05 $ docker top 1b8dbcbef62b5aa04856edf84cccebd5e9d64318ce337d819d4227ad84a3ce0c -eo pid,comm [Pipeline] { [Pipeline] sh 18:45:06 + go version 18:45:06 go version go1.18.7 linux/amd64 [Pipeline] } 18:45:06 $ docker stop --time=1 1b8dbcbef62b5aa04856edf84cccebd5e9d64318ce337d819d4227ad84a3ce0c 18:45:07 $ docker rm -f --volumes 1b8dbcbef62b5aa04856edf84cccebd5e9d64318ce337d819d4227ad84a3ce0c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:45:07 + docker inspect -f . ci-base-image-x86_64 18:45:07 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:45:07 prd-ubuntu20.04-docker-8c-8g-940 does not seem to be running inside a container 18:45:07 $ 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 18:45:08 $ docker top b6c7261f5ffe2844385e9bf23c3cb09844c389b6447d5f7a5e3d23655f449b14 -eo pid,comm [Pipeline] { [Pipeline] sh 18:45:08 + git config --global --add safe.directory /w/workspace/gexfoundry_device-modbus-go_main [Pipeline] fileExists [Pipeline] sh 18:45:08 + make test 18:45:08 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out 18:45:09 ? github.com/edgexfoundry/device-modbus-go [no test files] 18:45:19 ? github.com/edgexfoundry/device-modbus-go/cmd [no test files] 18:45:19 ok github.com/edgexfoundry/device-modbus-go/internal/driver 0.021s coverage: 47.7% of statements 18:45:27 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." 18:45:27 CGO_ENABLED=1 GO111MODULE=on go vet ./... 18:45:30 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 18:45:30 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 18:45:30 ./bin/test-attribution-txt.sh [Pipeline] echo 18:45:30 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 18:45:30 $ docker stop --time=1 b6c7261f5ffe2844385e9bf23c3cb09844c389b6447d5f7a5e3d23655f449b14 18:45:34 $ docker rm -f --volumes b6c7261f5ffe2844385e9bf23c3cb09844c389b6447d5f7a5e3d23655f449b14 [Pipeline] // withDockerContainer [Pipeline] sh 18:45:34 + sudo chown -R jenkins:jenkins . [Pipeline] stash 18:45:34 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 18:45:35 + sudo chown -R jenkins:jenkins . [Pipeline] sh 18:45:35 + ls -al . 18:45:35 total 196 18:45:35 drwxrwxr-x 10 jenkins jenkins 4096 Jan 3 18:45 . 18:45:35 drwxrwxr-x 4 jenkins jenkins 4096 Jan 3 18:44 .. 18:45:35 -rw-rw-r-- 1 jenkins jenkins 140 Jan 3 18:44 .dockerignore 18:45:35 drwxrwxr-x 8 jenkins jenkins 4096 Jan 3 18:45 .git 18:45:35 drwxrwxr-x 3 jenkins jenkins 4096 Jan 3 18:44 .github 18:45:35 -rw-rw-r-- 1 jenkins jenkins 331 Jan 3 18:44 .gitignore 18:45:35 -rw-rw-r-- 1 jenkins jenkins 41 Jan 3 18:44 .golangci.yml 18:45:35 drwxr-xr-x 3 jenkins jenkins 4096 Jan 3 18:44 .semver 18:45:35 -rw-rw-r-- 1 jenkins jenkins 10121 Jan 3 18:44 Attribution.txt 18:45:35 -rw-rw-r-- 1 jenkins jenkins 11576 Jan 3 18:44 CHANGELOG.md 18:45:35 -rw-rw-r-- 1 jenkins jenkins 1410 Jan 3 18:44 Dockerfile 18:45:35 -rw-rw-r-- 1 jenkins jenkins 677 Jan 3 18:44 GOVERNANCE.md 18:45:35 -rw-rw-r-- 1 jenkins jenkins 680 Jan 3 18:44 Jenkinsfile 18:45:35 -rw-rw-r-- 1 jenkins jenkins 11340 Jan 3 18:44 LICENSE 18:45:35 -rw-rw-r-- 1 jenkins jenkins 2101 Jan 3 18:44 Makefile 18:45:35 -rw-rw-r-- 1 jenkins jenkins 622 Jan 3 18:44 OWNERS.md 18:45:35 -rw-rw-r-- 1 jenkins jenkins 4061 Jan 3 18:44 README.md 18:45:35 -rw-rw-r-- 1 jenkins jenkins 11 Jan 3 18:44 VERSION 18:45:35 drwxrwxr-x 2 jenkins jenkins 4096 Jan 3 18:44 bin 18:45:35 drwxrwxr-x 3 jenkins jenkins 4096 Jan 3 18:44 cmd 18:45:35 -rw-r--r-- 1 jenkins jenkins 23241 Jan 3 18:45 coverage.out 18:45:35 -rw-rw-r-- 1 jenkins jenkins 3584 Jan 3 18:44 go.mod 18:45:35 -rw-rw-r-- 1 jenkins jenkins 45355 Jan 3 18:44 go.sum 18:45:35 drwxrwxr-x 3 jenkins jenkins 4096 Jan 3 18:44 internal 18:45:35 drwxrwxr-x 2 jenkins jenkins 4096 Jan 3 18:44 simulator 18:45:35 drwxrwxr-x 4 jenkins jenkins 4096 Jan 3 18:44 snap 18:45:35 -rw-rw-r-- 1 jenkins jenkins 229 Jan 3 18:44 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:45:35 + 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=b747fdb0f46d56fab49edbd998369f5c6173beb1 --label arch=amd64 --label version=3.0.0-dev.3 . 18:45:35 Sending build context to Docker daemon 6.355MB 18:45:35 Step 1/22 : ARG BASE=golang:1.18-alpine3.16 18:45:35 Step 2/22 : FROM ${BASE} AS builder 18:45:35 ---> 86a3d3f53926 18:45:35 Step 3/22 : ARG ADD_BUILD_TAGS="" 18:45:35 ---> Running in 35949e2f53db 18:45:35 Removing intermediate container 35949e2f53db 18:45:35 ---> c8ed19da0124 18:45:35 Step 4/22 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 18:45:36 ---> Running in 30fa6b3652ae 18:45:36 Removing intermediate container 30fa6b3652ae 18:45:36 ---> 4ac4a14295be 18:45:36 Step 5/22 : RUN apk add --update --no-cache make git openssh gcc libc-dev zeromq-dev libsodium-dev 18:45:36 ---> Running in 88cb09ede5e9 18:45:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 18:45:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 18:45:36 OK: 217 MiB in 59 packages 18:45:37 Removing intermediate container 88cb09ede5e9 18:45:37 ---> f08a9d9ac529 18:45:37 Step 6/22 : WORKDIR /device-modbus-go 18:45:37 ---> Running in 0675e5ff3c39 18:45:37 Removing intermediate container 0675e5ff3c39 18:45:37 ---> 13229f30fc92 18:45:37 Step 7/22 : COPY go.mod vendor* ./ 18:45:37 ---> 8703f274a6b6 18:45:37 Step 8/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:45:37 ---> Running in 40e45af57539 18:45:38 Removing intermediate container 40e45af57539 18:45:38 ---> a715f7720844 18:45:38 Step 9/22 : COPY . . 18:45:38 ---> d60a35906806 18:45:38 Step 10/22 : RUN ${MAKE} 18:45:38 ---> Running in 0be2d516fa73 18:45:38 CGO_ENABLED=1 GO111MODULE=on go build -tags "" -ldflags "-linkmode=external -X github.com/edgexfoundry/device-modbus-go.Version=3.0.0-dev.3" -trimpath -mod=readonly -buildmode=pie -o cmd/device-modbus ./cmd 18:46:05 Removing intermediate container 0be2d516fa73 18:46:05 ---> be6832a2cbd3 18:46:05 Step 11/22 : FROM alpine:3.14 18:46:05 3.14: Pulling from library/alpine 18:46:05 c7ed990a2339: Pulling fs layer 18:46:05 c7ed990a2339: Verifying Checksum 18:46:05 c7ed990a2339: Download complete 18:46:05 c7ed990a2339: Pull complete 18:46:05 Digest: sha256:4c869a63e1b7c0722fed1e402a6466610327c3b83bdddb94bd94fb71da7f638a 18:46:05 Status: Downloaded newer image for alpine:3.14 18:46:05 ---> dd53f409bf0b 18:46:05 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IoTech Ltd' 18:46:05 ---> Running in 7a8dfbdaef67 18:46:05 Removing intermediate container 7a8dfbdaef67 18:46:05 ---> 83f784452bfe 18:46:05 Step 13/22 : RUN apk add --update --no-cache zeromq dumb-init 18:46:05 ---> Running in 9df543f62ebe 18:46:05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 18:46:05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 18:46:05 (1/6) Installing dumb-init (1.2.5-r1) 18:46:05 (2/6) Installing libgcc (10.3.1_git20210424-r2) 18:46:05 (3/6) Installing libsodium (1.0.18-r0) 18:46:05 (4/6) Installing libstdc++ (10.3.1_git20210424-r2) 18:46:05 (5/6) Installing libzmq (4.3.4-r0) 18:46:05 (6/6) Installing zeromq (4.3.4-r0) 18:46:05 Executing busybox-1.33.1-r8.trigger 18:46:05 OK: 8 MiB in 20 packages 18:46:06 Removing intermediate container 9df543f62ebe 18:46:06 ---> f72fcdf14add 18:46:06 Step 14/22 : COPY --from=builder /device-modbus-go/cmd / 18:46:07 ---> 3f439807f9ee 18:46:07 Step 15/22 : COPY --from=builder /device-modbus-go/LICENSE / 18:46:07 ---> 3ee5ac034496 18:46:07 Step 16/22 : COPY --from=builder /device-modbus-go/Attribution.txt / 18:46:07 ---> 741520a3f895 18:46:07 Step 17/22 : EXPOSE 59901 18:46:07 ---> Running in b1927b043aad 18:46:08 Removing intermediate container b1927b043aad 18:46:08 ---> a0b739875e07 18:46:08 Step 18/22 : ENTRYPOINT ["/device-modbus"] 18:46:08 ---> Running in c8810002bae1 18:46:08 Removing intermediate container c8810002bae1 18:46:08 ---> 151a163c397f 18:46:08 Step 19/22 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry"] 18:46:08 ---> Running in 2a77edaccaf8 18:46:08 Removing intermediate container 2a77edaccaf8 18:46:08 ---> 8a950fcd97f5 18:46:08 Step 20/22 : LABEL arch=amd64 18:46:08 ---> Running in 1a5e6f96bf5c 18:46:08 Removing intermediate container 1a5e6f96bf5c 18:46:08 ---> 3daff78833cd 18:46:08 Step 21/22 : LABEL git_sha=b747fdb0f46d56fab49edbd998369f5c6173beb1 18:46:08 ---> Running in 41ad841b6f33 18:46:08 Removing intermediate container 41ad841b6f33 18:46:08 ---> b3905a2fa0e3 18:46:08 Step 22/22 : LABEL version=3.0.0-dev.3 18:46:08 ---> Running in 00785c585f4b 18:46:08 Removing intermediate container 00785c585f4b 18:46:08 ---> edc13d4c7d09 18:46:08 [Warning] One or more build-args [ARCH] were not consumed 18:46:08 Successfully built edc13d4c7d09 18:46:08 Successfully tagged device-modbus:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:46:08 provisioning config files... 18:46:08 copy managed file [device-modbus-go-settings] to file:/w/workspace/gexfoundry_device-modbus-go_main@tmp/config13022395386101328414tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:46:09 ---> docker-login.sh 18:46:09 nexus3.edgexfoundry.org:10001 18:46:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:46:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:46:09 Configure a credential helper to remove this warning. See 18:46:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:46:09 18:46:09 Login Succeeded 18:46:09 nexus3.edgexfoundry.org:10002 18:46:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:46:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:46:09 Configure a credential helper to remove this warning. See 18:46:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:46:09 18:46:09 Login Succeeded 18:46:09 nexus3.edgexfoundry.org:10003 18:46:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:46:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:46:09 Configure a credential helper to remove this warning. See 18:46:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:46:09 18:46:09 Login Succeeded 18:46:09 nexus3.edgexfoundry.org:10004 18:46:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:46:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:46:09 Configure a credential helper to remove this warning. See 18:46:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:46:09 18:46:09 Login Succeeded 18:46:09 docker.io 18:46:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:46:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:46:09 Configure a credential helper to remove this warning. See 18:46:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:46:09 18:46:09 Login Succeeded 18:46:09 ---> docker-login.sh ends [Pipeline] } 18:46:09 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:46:09 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 18:46:09 [edgeXDocker.push] Tagging docker image device-modbus with the following tags: 18:46:09 b747fdb0f46d56fab49edbd998369f5c6173beb1 18:46:09 latest 18:46:09 3.0.0-dev.3 18:46:09 b747fdb0f46d56fab49edbd998369f5c6173beb1-3.0.0-dev.3 18:46:09 main 18:46:09 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:46:09 + docker tag device-modbus nexus3.edgexfoundry.org:10004/device-modbus:b747fdb0f46d56fab49edbd998369f5c6173beb1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:46:10 + docker push nexus3.edgexfoundry.org:10004/device-modbus:b747fdb0f46d56fab49edbd998369f5c6173beb1 18:46:10 The push refers to repository [nexus3.edgexfoundry.org:10004/device-modbus] 18:46:10 0afec1bd2dca: Preparing 18:46:10 69149b718d01: Preparing 18:46:10 9db2c03e27f2: Preparing 18:46:10 f75c628be012: Preparing 18:46:10 63493a9ab2d4: Preparing 18:46:10 63493a9ab2d4: Layer already exists 18:46:10 69149b718d01: Pushed 18:46:10 0afec1bd2dca: Pushed 18:46:10 f75c628be012: Pushed 18:46:13 9db2c03e27f2: Pushed 18:46:13 b747fdb0f46d56fab49edbd998369f5c6173beb1: digest: sha256:f617019fd150bb6ac0a9b4be5169ae7b07dd4a6a075347e8521e172f35454cde size: 1367 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:46:13 + docker tag device-modbus nexus3.edgexfoundry.org:10004/device-modbus:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:46:14 + docker push nexus3.edgexfoundry.org:10004/device-modbus:latest 18:46:14 The push refers to repository [nexus3.edgexfoundry.org:10004/device-modbus] 18:46:14 0afec1bd2dca: Preparing 18:46:14 69149b718d01: Preparing 18:46:14 9db2c03e27f2: Preparing 18:46:14 f75c628be012: Preparing 18:46:14 63493a9ab2d4: Preparing 18:46:14 69149b718d01: Layer already exists 18:46:14 0afec1bd2dca: Layer already exists 18:46:14 f75c628be012: Layer already exists 18:46:14 63493a9ab2d4: Layer already exists 18:46:14 9db2c03e27f2: Layer already exists 18:46:14 latest: digest: sha256:f617019fd150bb6ac0a9b4be5169ae7b07dd4a6a075347e8521e172f35454cde size: 1367 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:46:14 + docker tag device-modbus nexus3.edgexfoundry.org:10004/device-modbus:3.0.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:46:14 + docker push nexus3.edgexfoundry.org:10004/device-modbus:3.0.0-dev.3 18:46:14 The push refers to repository [nexus3.edgexfoundry.org:10004/device-modbus] 18:46:14 0afec1bd2dca: Preparing 18:46:14 69149b718d01: Preparing 18:46:14 9db2c03e27f2: Preparing 18:46:14 f75c628be012: Preparing 18:46:14 63493a9ab2d4: Preparing 18:46:14 0afec1bd2dca: Layer already exists 18:46:14 9db2c03e27f2: Layer already exists 18:46:14 63493a9ab2d4: Layer already exists 18:46:14 f75c628be012: Layer already exists 18:46:14 69149b718d01: Layer already exists 18:46:14 3.0.0-dev.3: digest: sha256:f617019fd150bb6ac0a9b4be5169ae7b07dd4a6a075347e8521e172f35454cde size: 1367 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:46:14 + docker tag device-modbus nexus3.edgexfoundry.org:10004/device-modbus:b747fdb0f46d56fab49edbd998369f5c6173beb1-3.0.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:46:15 + docker push nexus3.edgexfoundry.org:10004/device-modbus:b747fdb0f46d56fab49edbd998369f5c6173beb1-3.0.0-dev.3 18:46:15 The push refers to repository [nexus3.edgexfoundry.org:10004/device-modbus] 18:46:15 0afec1bd2dca: Preparing 18:46:15 69149b718d01: Preparing 18:46:15 9db2c03e27f2: Preparing 18:46:15 f75c628be012: Preparing 18:46:15 63493a9ab2d4: Preparing 18:46:15 0afec1bd2dca: Layer already exists 18:46:15 f75c628be012: Layer already exists 18:46:15 69149b718d01: Layer already exists 18:46:15 63493a9ab2d4: Layer already exists 18:46:15 9db2c03e27f2: Layer already exists 18:46:15 b747fdb0f46d56fab49edbd998369f5c6173beb1-3.0.0-dev.3: digest: sha256:f617019fd150bb6ac0a9b4be5169ae7b07dd4a6a075347e8521e172f35454cde size: 1367 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:46:15 + docker tag device-modbus nexus3.edgexfoundry.org:10004/device-modbus:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:46:15 + docker push nexus3.edgexfoundry.org:10004/device-modbus:main 18:46:15 The push refers to repository [nexus3.edgexfoundry.org:10004/device-modbus] 18:46:15 0afec1bd2dca: Preparing 18:46:15 69149b718d01: Preparing 18:46:15 9db2c03e27f2: Preparing 18:46:15 f75c628be012: Preparing 18:46:15 63493a9ab2d4: Preparing 18:46:15 f75c628be012: Layer already exists 18:46:15 63493a9ab2d4: Layer already exists 18:46:15 9db2c03e27f2: Layer already exists 18:46:15 69149b718d01: Layer already exists 18:46:15 0afec1bd2dca: Layer already exists 18:46:15 main: digest: sha256:f617019fd150bb6ac0a9b4be5169ae7b07dd4a6a075347e8521e172f35454cde size: 1367 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:46:15 ===================================================== [Pipeline] echo 18:46:15 taggedImages: 18:46:15 - nexus3.edgexfoundry.org:10004/device-modbus:b747fdb0f46d56fab49edbd998369f5c6173beb1 18:46:15 - nexus3.edgexfoundry.org:10004/device-modbus:latest 18:46:15 - nexus3.edgexfoundry.org:10004/device-modbus:3.0.0-dev.3 18:46:15 - nexus3.edgexfoundry.org:10004/device-modbus:b747fdb0f46d56fab49edbd998369f5c6173beb1-3.0.0-dev.3 18:46:15 - 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 18:46:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 18:46:16 18:46:16 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:46:16 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 18:46:16 latest: Pulling from edgex-lftools-log-publisher 18:46:16 5eb5b503b376: Pulling fs layer 18:46:16 5c69ac0246d0: Pulling fs layer 18:46:16 ec43610c2a17: Pulling fs layer 18:46:16 3a2ae6a8a46f: Pulling fs layer 18:46:16 33b1e0a273af: Pulling fs layer 18:46:16 5d3b04190fa2: Pulling fs layer 18:46:16 2f39f015ded8: Pulling fs layer 18:46:16 3a2ae6a8a46f: Waiting 18:46:16 33b1e0a273af: Waiting 18:46:16 5d3b04190fa2: Waiting 18:46:16 2f39f015ded8: Waiting 18:46:16 5c69ac0246d0: Download complete 18:46:16 3a2ae6a8a46f: Verifying Checksum 18:46:16 3a2ae6a8a46f: Download complete 18:46:16 33b1e0a273af: Verifying Checksum 18:46:16 33b1e0a273af: Download complete 18:46:16 5d3b04190fa2: Verifying Checksum 18:46:16 5d3b04190fa2: Download complete 18:46:16 ec43610c2a17: Verifying Checksum 18:46:16 ec43610c2a17: Download complete 18:46:16 5eb5b503b376: Download complete 18:46:17 2f39f015ded8: Download complete 18:46:18 5eb5b503b376: Pull complete 18:46:18 5c69ac0246d0: Pull complete 18:46:19 ec43610c2a17: Pull complete 18:46:19 3a2ae6a8a46f: Pull complete 18:46:19 33b1e0a273af: Pull complete 18:46:19 5d3b04190fa2: Pull complete 18:46:23 2f39f015ded8: Pull complete 18:46:23 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 18:46:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 18:46:23 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:46:23 prd-ubuntu20.04-docker-8c-8g-940 does not seem to be running inside a container 18:46:23 $ 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 18:46:30 $ docker top 6d99fca00ed860273018eccee841916b71922be68e9edf2aca9a442315e5c655 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:46:31 ---> job-cost.sh 18:46:31 lf-activate-venv: SKIPPING 18:46:31 INFO: No Stack... 18:46:31 INFO: Retrieving Pricing Info for: v3-standard-8 18:46:32 INFO: Archiving Costs [Pipeline] sh 18:46:32 + cat /w/workspace/gexfoundry_device-modbus-go_main/archives/cost.csv 18:46:32 + cut -d, -f6 [Pipeline] lock 18:46:32 Trying to acquire lock on [jenkins-edgexfoundry-device-modbus-go-main-69-stack-cost] 18:46:32 Resource [jenkins-edgexfoundry-device-modbus-go-main-69-stack-cost] did not exist. Created. 18:46:32 Lock acquired on [jenkins-edgexfoundry-device-modbus-go-main-69-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 18:46:32 + echo total: 0.2199999988079071 [Pipeline] stash 18:46:32 Stashed 1 file(s) [Pipeline] } 18:46:32 Lock released on resource [jenkins-edgexfoundry-device-modbus-go-main-69-stack-cost] [Pipeline] // lock [Pipeline] } 18:46:32 $ docker stop --time=1 6d99fca00ed860273018eccee841916b71922be68e9edf2aca9a442315e5c655 18:46:33 $ docker rm -f --volumes 6d99fca00ed860273018eccee841916b71922be68e9edf2aca9a442315e5c655 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 18:47:24 Running on prd-ubuntu20.04-docker-arm64-4c-16g-943 in /w/workspace/gexfoundry_device-modbus-go_main [Pipeline] { [Pipeline] ws 18:47:24 Running in /w/workspace/device-modbus-go/69 [Pipeline] { [Pipeline] checkout 18:47:24 Selected Git installation does not exist. Using Default 18:47:24 The recommended git tool is: NONE 18:47:30 using credential edgex-jenkins-ssh 18:47:30 Cloning the remote Git repository 18:47:30 Cloning repository git@github.com:edgexfoundry/device-modbus-go.git 18:47:30 > git init /w/workspace/device-modbus-go/69 # timeout=10 18:47:31 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git 18:47:31 > git --version # timeout=10 18:47:31 > git --version # 'git version 2.25.1' 18:47:31 using GIT_SSH to set credentials SSH Credentials for GitHub 18:47:31 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 18:47:33 > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 18:47:33 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 18:47:34 Avoid second fetch 18:47:34 Checking out Revision b747fdb0f46d56fab49edbd998369f5c6173beb1 (main) 18:47:35 Commit message: "refactor!: Rename command line flags for the sake of consistency (#394)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:47:34 > git config core.sparsecheckout # timeout=10 18:47:34 > git checkout -f b747fdb0f46d56fab49edbd998369f5c6173beb1 # timeout=10 18:47:36 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 18:47:36 % Total % Received % Xferd Average Speed Time Time Time Current 18:47:36 Dload Upload Total Spent Left Speed 18:47:36 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 150k 0 --:--:-- --:--:-- --:--:-- 150k [Pipeline] sh 18:47:37 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 18:47:37 + sudo tee /etc/docker/daemon.new 18:47:37 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 18:47:37 { 18:47:37 "registry-mirrors": [ 18:47:37 "https://nexus3.edgexfoundry.org:10001" 18:47:37 ], 18:47:37 "bip": "10.250.0.254/24", 18:47:37 "hosts": [ 18:47:37 "tcp://0.0.0.0:5555", 18:47:37 "unix:///var/run/docker.sock" 18:47:37 ], 18:47:37 "mtu": 1458, 18:47:37 "selinux-enabled": true, 18:47:37 "seccomp-profile": "/etc/docker/seccomp.json" 18:47:37 } [Pipeline] sh 18:47:37 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 18:47:38 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:47:56 provisioning config files... 18:47:56 copy managed file [device-modbus-go-settings] to file:/w/workspace/device-modbus-go/69@tmp/config10654258334714083984tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:47:56 ---> docker-login.sh 18:47:56 nexus3.edgexfoundry.org:10001 18:47:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:47:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:47:57 Configure a credential helper to remove this warning. See 18:47:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:47:57 18:47:57 Login Succeeded 18:47:57 nexus3.edgexfoundry.org:10002 18:47:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:47:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:47:57 Configure a credential helper to remove this warning. See 18:47:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:47:57 18:47:57 Login Succeeded 18:47:57 nexus3.edgexfoundry.org:10003 18:47:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:47:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:47:58 Configure a credential helper to remove this warning. See 18:47:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:47:58 18:47:58 Login Succeeded 18:47:58 nexus3.edgexfoundry.org:10004 18:47:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:47:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:47:58 Configure a credential helper to remove this warning. See 18:47:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:47:58 18:47:58 Login Succeeded 18:47:58 docker.io 18:47:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:47:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:47:59 Configure a credential helper to remove this warning. See 18:47:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:47:59 18:47:59 Login Succeeded 18:47:59 ---> docker-login.sh ends [Pipeline] } 18:47:59 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 18:47:59 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 18:47:59 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 18:47:59 ========================================================= 18:47:59 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] 18:47:59 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:47:59 + 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 . 18:48:00 Sending build context to Docker daemon 3.295MB 18:48:00 Step 1/10 : ARG BASE=golang:1.18-alpine3.16 18:48:00 Step 2/10 : FROM ${BASE} AS builder 18:48:00 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 18:48:00 9b18e9b68314: Pulling fs layer 18:48:00 35d82f9e3411: Pulling fs layer 18:48:00 e16973657156: Pulling fs layer 18:48:00 fc693d55d65f: Pulling fs layer 18:48:00 7e9fc2657dce: Pulling fs layer 18:48:00 fc693d55d65f: Waiting 18:48:00 dda99020689f: Pulling fs layer 18:48:00 db1c61fa0a46: Pulling fs layer 18:48:00 7e9fc2657dce: Waiting 18:48:00 891c053d2c06: Pulling fs layer 18:48:00 dda99020689f: Waiting 18:48:00 891c053d2c06: Waiting 18:48:00 db1c61fa0a46: Waiting 18:48:00 e16973657156: Verifying Checksum 18:48:00 e16973657156: Download complete 18:48:00 35d82f9e3411: Verifying Checksum 18:48:00 35d82f9e3411: Download complete 18:48:00 7e9fc2657dce: Download complete 18:48:00 dda99020689f: Verifying Checksum 18:48:00 dda99020689f: Download complete 18:48:00 9b18e9b68314: Verifying Checksum 18:48:00 9b18e9b68314: Download complete 18:48:01 9b18e9b68314: Pull complete 18:48:01 891c053d2c06: Verifying Checksum 18:48:01 891c053d2c06: Download complete 18:48:01 35d82f9e3411: Pull complete 18:48:02 e16973657156: Pull complete 18:48:02 db1c61fa0a46: Verifying Checksum 18:48:02 db1c61fa0a46: Download complete 18:48:03 fc693d55d65f: Verifying Checksum 18:48:03 fc693d55d65f: Download complete 18:48:16 fc693d55d65f: Pull complete 18:48:16 7e9fc2657dce: Pull complete 18:48:16 dda99020689f: Pull complete 18:48:23 db1c61fa0a46: Pull complete 18:48:25 891c053d2c06: Pull complete 18:48:25 Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 18:48:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 18:48:25 ---> f96f9c87975a 18:48:25 Step 3/10 : ARG ADD_BUILD_TAGS="" 18:48:26 ---> Running in 897f09708591 18:48:26 Removing intermediate container 897f09708591 18:48:26 ---> 9f7556bcbf1b 18:48:26 Step 4/10 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 18:48:26 ---> Running in fe05f35d803b 18:48:27 Removing intermediate container fe05f35d803b 18:48:27 ---> a6f4103c8957 18:48:27 Step 5/10 : RUN apk add --update --no-cache make git openssh gcc libc-dev zeromq-dev libsodium-dev 18:48:27 ---> Running in 66bd0c30daea 18:48:28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 18:48:29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 18:48:30 (1/8) Installing openssh-keygen (9.0_p1-r2) 18:48:30 (2/8) Installing libedit (20210910.3.1-r0) 18:48:30 (3/8) Installing openssh-client-common (9.0_p1-r2) 18:48:30 (4/8) Installing openssh-client-default (9.0_p1-r2) 18:48:30 (5/8) Installing openssh-sftp-server (9.0_p1-r2) 18:48:30 (6/8) Installing openssh-server-common (9.0_p1-r2) 18:48:30 (7/8) Installing openssh-server (9.0_p1-r2) 18:48:30 (8/8) Installing openssh (9.0_p1-r2) 18:48:30 Executing busybox-1.35.0-r17.trigger 18:48:30 OK: 228 MiB in 59 packages 18:48:31 Removing intermediate container 66bd0c30daea 18:48:31 ---> f63dd3bf1559 18:48:31 Step 6/10 : WORKDIR /device-modbus-go 18:48:31 ---> Running in b18edf90a0f1 18:48:32 Removing intermediate container b18edf90a0f1 18:48:32 ---> 8e9b42fd73ee 18:48:32 Step 7/10 : COPY go.mod vendor* ./ 18:48:32 ---> 2b7a700c6ecc 18:48:32 Step 8/10 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:48:32 ---> Running in affe3488311a 18:49:29 Removing intermediate container affe3488311a 18:49:29 ---> 0927322c4d83 18:49:29 Step 9/10 : COPY . . 18:49:29 ---> 83d2fce46dcb 18:49:29 Step 10/10 : RUN ${MAKE} 18:49:29 ---> Running in de9d22b402fc 18:49:29 noop 18:49:29 Removing intermediate container de9d22b402fc 18:49:29 ---> f636886ae009 18:49:29 Successfully built f636886ae009 18:49:29 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:49:30 + docker inspect -f . ci-base-image-arm64 18:49:30 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:49:30 prd-ubuntu20.04-docker-arm64-4c-16g-943 does not seem to be running inside a container 18:49:30 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-modbus-go/69 -v /w/workspace/device-modbus-go/69:/w/workspace/device-modbus-go/69:rw,z -v /w/workspace/device-modbus-go/69@tmp:/w/workspace/device-modbus-go/69@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 18:49:31 $ docker top cd75a7c093c12dc134de6b8fe4c40fc70d4c0e4015e0cfe3212544657c3b44b3 -eo pid,comm [Pipeline] { [Pipeline] sh 18:49:32 + go version 18:49:32 go version go1.18.7 linux/arm64 [Pipeline] } 18:49:32 $ docker stop --time=1 cd75a7c093c12dc134de6b8fe4c40fc70d4c0e4015e0cfe3212544657c3b44b3 18:49:34 $ docker rm -f --volumes cd75a7c093c12dc134de6b8fe4c40fc70d4c0e4015e0cfe3212544657c3b44b3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:49:34 + docker inspect -f . ci-base-image-arm64 18:49:34 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:49:35 prd-ubuntu20.04-docker-arm64-4c-16g-943 does not seem to be running inside a container 18:49:35 $ 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/69 -v /w/workspace/device-modbus-go/69:/w/workspace/device-modbus-go/69:rw,z -v /w/workspace/device-modbus-go/69@tmp:/w/workspace/device-modbus-go/69@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 18:49:36 $ docker top f2680e5e6140078d7ea271dbe18342145c98b3aab23f81905527f293ba8c5d4a -eo pid,comm [Pipeline] { [Pipeline] sh 18:49:37 + git config --global --add safe.directory /w/workspace/device-modbus-go/69 [Pipeline] fileExists [Pipeline] sh 18:49:37 + make test 18:49:37 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out 18:49:39 ? github.com/edgexfoundry/device-modbus-go [no test files] 18:51:16 ? github.com/edgexfoundry/device-modbus-go/cmd [no test files] 18:51:16 ok github.com/edgexfoundry/device-modbus-go/internal/driver 0.070s coverage: 47.7% of statements 18:51:16 WARNING: Linting skipped (not on x86_64 or linter not installed) 18:51:16 CGO_ENABLED=1 GO111MODULE=on go vet ./... 18:51:28 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 18:51:28 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 18:51:28 ./bin/test-attribution-txt.sh [Pipeline] echo 18:51:29 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 18:51:29 $ docker stop --time=1 f2680e5e6140078d7ea271dbe18342145c98b3aab23f81905527f293ba8c5d4a 18:51:31 $ docker rm -f --volumes f2680e5e6140078d7ea271dbe18342145c98b3aab23f81905527f293ba8c5d4a [Pipeline] // withDockerContainer [Pipeline] sh 18:51:32 + sudo chown -R jenkins:jenkins . [Pipeline] stash 18:51:32 Warning: overwriting stash ‘coverage-report’ 18:51:32 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 18:51:33 + sudo chown -R jenkins:jenkins . [Pipeline] sh 18:51:33 + ls -al . 18:51:33 total 192 18:51:33 drwxrwxr-x 9 jenkins jenkins 4096 Jan 3 18:49 . 18:51:33 drwxrwxr-x 4 jenkins jenkins 4096 Jan 3 18:47 .. 18:51:33 -rw-rw-r-- 1 jenkins jenkins 140 Jan 3 18:47 .dockerignore 18:51:33 drwxrwxr-x 8 jenkins jenkins 4096 Jan 3 18:47 .git 18:51:33 drwxrwxr-x 3 jenkins jenkins 4096 Jan 3 18:47 .github 18:51:33 -rw-rw-r-- 1 jenkins jenkins 331 Jan 3 18:47 .gitignore 18:51:33 -rw-rw-r-- 1 jenkins jenkins 41 Jan 3 18:47 .golangci.yml 18:51:33 -rw-rw-r-- 1 jenkins jenkins 10121 Jan 3 18:47 Attribution.txt 18:51:33 -rw-rw-r-- 1 jenkins jenkins 11576 Jan 3 18:47 CHANGELOG.md 18:51:33 -rw-rw-r-- 1 jenkins jenkins 1410 Jan 3 18:47 Dockerfile 18:51:33 -rw-rw-r-- 1 jenkins jenkins 677 Jan 3 18:47 GOVERNANCE.md 18:51:33 -rw-rw-r-- 1 jenkins jenkins 680 Jan 3 18:47 Jenkinsfile 18:51:33 -rw-rw-r-- 1 jenkins jenkins 11340 Jan 3 18:47 LICENSE 18:51:33 -rw-rw-r-- 1 jenkins jenkins 2101 Jan 3 18:47 Makefile 18:51:33 -rw-rw-r-- 1 jenkins jenkins 622 Jan 3 18:47 OWNERS.md 18:51:33 -rw-rw-r-- 1 jenkins jenkins 4061 Jan 3 18:47 README.md 18:51:33 -rw-rw-r-- 1 jenkins jenkins 11 Jan 3 18:44 VERSION 18:51:33 drwxrwxr-x 2 jenkins jenkins 4096 Jan 3 18:47 bin 18:51:33 drwxrwxr-x 3 jenkins jenkins 4096 Jan 3 18:47 cmd 18:51:33 -rw-r--r-- 1 jenkins jenkins 23241 Jan 3 18:51 coverage.out 18:51:33 -rw-rw-r-- 1 jenkins jenkins 3584 Jan 3 18:47 go.mod 18:51:33 -rw-rw-r-- 1 jenkins jenkins 45355 Jan 3 18:47 go.sum 18:51:33 drwxrwxr-x 3 jenkins jenkins 4096 Jan 3 18:47 internal 18:51:33 drwxrwxr-x 2 jenkins jenkins 4096 Jan 3 18:47 simulator 18:51:33 drwxrwxr-x 4 jenkins jenkins 4096 Jan 3 18:47 snap 18:51:33 -rw-rw-r-- 1 jenkins jenkins 229 Jan 3 18:47 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:51:33 + docker build -t device-modbus-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=b747fdb0f46d56fab49edbd998369f5c6173beb1 --label arch=arm64 --label version=3.0.0-dev.3 . 18:51:34 Sending build context to Docker daemon 3.319MB 18:51:34 Step 1/22 : ARG BASE=golang:1.18-alpine3.16 18:51:34 Step 2/22 : FROM ${BASE} AS builder 18:51:34 ---> f636886ae009 18:51:34 Step 3/22 : ARG ADD_BUILD_TAGS="" 18:51:34 ---> Running in 96e69b93515b 18:51:34 Removing intermediate container 96e69b93515b 18:51:34 ---> fb0a47a76c49 18:51:34 Step 4/22 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 18:51:34 ---> Running in 034fa1ae364d 18:51:35 Removing intermediate container 034fa1ae364d 18:51:35 ---> a1194b546458 18:51:35 Step 5/22 : RUN apk add --update --no-cache make git openssh gcc libc-dev zeromq-dev libsodium-dev 18:51:35 ---> Running in df9c36b8ab15 18:51:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 18:51:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 18:51:38 OK: 228 MiB in 59 packages 18:51:38 Removing intermediate container df9c36b8ab15 18:51:38 ---> 75cd374efb47 18:51:38 Step 6/22 : WORKDIR /device-modbus-go 18:51:38 ---> Running in 47a0ab748001 18:51:39 Removing intermediate container 47a0ab748001 18:51:39 ---> 5623d8b2fda6 18:51:39 Step 7/22 : COPY go.mod vendor* ./ 18:51:39 ---> 8cd077347a61 18:51:39 Step 8/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:51:40 ---> Running in 4f5472ef32a1 18:51:42 Removing intermediate container 4f5472ef32a1 18:51:42 ---> d32acab03ed0 18:51:42 Step 9/22 : COPY . . 18:51:43 ---> 1270760ff144 18:51:43 Step 10/22 : RUN ${MAKE} 18:51:43 ---> Running in 2a57027cc2c0 18:51:45 CGO_ENABLED=1 GO111MODULE=on go build -tags "" -ldflags "-linkmode=external -X github.com/edgexfoundry/device-modbus-go.Version=3.0.0-dev.3" -trimpath -mod=readonly -buildmode=pie -o cmd/device-modbus ./cmd 18:54:21 Removing intermediate container 2a57027cc2c0 18:54:21 ---> df4c5d8e6a4b 18:54:21 Step 11/22 : FROM alpine:3.14 18:54:21 3.14: Pulling from library/alpine 18:54:21 90cda3b7c325: Pulling fs layer 18:54:21 90cda3b7c325: Verifying Checksum 18:54:21 90cda3b7c325: Download complete 18:54:21 90cda3b7c325: Pull complete 18:54:21 Digest: sha256:4c869a63e1b7c0722fed1e402a6466610327c3b83bdddb94bd94fb71da7f638a 18:54:21 Status: Downloaded newer image for alpine:3.14 18:54:21 ---> 275902a1839d 18:54:21 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IoTech Ltd' 18:54:21 ---> Running in e1b1284a1c05 18:54:21 Removing intermediate container e1b1284a1c05 18:54:21 ---> 90eaf57daff8 18:54:21 Step 13/22 : RUN apk add --update --no-cache zeromq dumb-init 18:54:21 ---> Running in f48a83f84a4d 18:54:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 18:54:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 18:54:24 (1/6) Installing dumb-init (1.2.5-r1) 18:54:24 (2/6) Installing libgcc (10.3.1_git20210424-r2) 18:54:24 (3/6) Installing libsodium (1.0.18-r0) 18:54:24 (4/6) Installing libstdc++ (10.3.1_git20210424-r2) 18:54:24 (5/6) Installing libzmq (4.3.4-r0) 18:54:24 (6/6) Installing zeromq (4.3.4-r0) 18:54:24 Executing busybox-1.33.1-r8.trigger 18:54:24 OK: 8 MiB in 20 packages 18:54:25 Removing intermediate container f48a83f84a4d 18:54:25 ---> aaf1f9e1dbab 18:54:25 Step 14/22 : COPY --from=builder /device-modbus-go/cmd / 18:54:26 ---> a82fff389daa 18:54:26 Step 15/22 : COPY --from=builder /device-modbus-go/LICENSE / 18:54:27 ---> 8750846c8676 18:54:27 Step 16/22 : COPY --from=builder /device-modbus-go/Attribution.txt / 18:54:27 ---> 7e2e7dea9ad8 18:54:27 Step 17/22 : EXPOSE 59901 18:54:27 ---> Running in 6496b63b5eed 18:54:27 Removing intermediate container 6496b63b5eed 18:54:27 ---> 5d819bd7ee85 18:54:27 Step 18/22 : ENTRYPOINT ["/device-modbus"] 18:54:28 ---> Running in 9d65c93a1465 18:54:28 Removing intermediate container 9d65c93a1465 18:54:28 ---> 4ddb6acafaa3 18:54:28 Step 19/22 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry"] 18:54:28 ---> Running in db89355955ca 18:54:28 Removing intermediate container db89355955ca 18:54:28 ---> d5a298352f7c 18:54:28 Step 20/22 : LABEL arch=arm64 18:54:28 ---> Running in 03c34a586e04 18:54:28 Removing intermediate container 03c34a586e04 18:54:28 ---> a3d973721bce 18:54:28 Step 21/22 : LABEL git_sha=b747fdb0f46d56fab49edbd998369f5c6173beb1 18:54:29 ---> Running in 46538188347e 18:54:29 Removing intermediate container 46538188347e 18:54:29 ---> 08ef5b4fe5ab 18:54:29 Step 22/22 : LABEL version=3.0.0-dev.3 18:54:29 ---> Running in f4e828356362 18:54:29 Removing intermediate container f4e828356362 18:54:29 ---> e90f5c3147ce 18:54:29 [Warning] One or more build-args [ARCH] were not consumed 18:54:29 Successfully built e90f5c3147ce 18:54:29 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 18:54:29 provisioning config files... 18:54:29 copy managed file [device-modbus-go-settings] to file:/w/workspace/device-modbus-go/69@tmp/config12172040514137328570tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:54:30 ---> docker-login.sh 18:54:30 nexus3.edgexfoundry.org:10001 18:54:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:54:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:54:30 Configure a credential helper to remove this warning. See 18:54:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:54:30 18:54:30 Login Succeeded 18:54:30 nexus3.edgexfoundry.org:10002 18:54:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:54:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:54:30 Configure a credential helper to remove this warning. See 18:54:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:54:30 18:54:30 Login Succeeded 18:54:30 nexus3.edgexfoundry.org:10003 18:54:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:54:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:54:31 Configure a credential helper to remove this warning. See 18:54:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:54:31 18:54:31 Login Succeeded 18:54:31 nexus3.edgexfoundry.org:10004 18:54:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:54:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:54:31 Configure a credential helper to remove this warning. See 18:54:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:54:31 18:54:31 Login Succeeded 18:54:31 docker.io 18:54:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:54:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:54:32 Configure a credential helper to remove this warning. See 18:54:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:54:32 18:54:32 Login Succeeded 18:54:32 ---> docker-login.sh ends [Pipeline] } 18:54:32 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:54:32 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 18:54:32 [edgeXDocker.push] Tagging docker image device-modbus-arm64 with the following tags: 18:54:32 b747fdb0f46d56fab49edbd998369f5c6173beb1 18:54:32 latest 18:54:32 3.0.0-dev.3 18:54:32 b747fdb0f46d56fab49edbd998369f5c6173beb1-3.0.0-dev.3 18:54:32 main 18:54:32 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:54:32 + docker tag device-modbus-arm64 nexus3.edgexfoundry.org:10004/device-modbus-arm64:b747fdb0f46d56fab49edbd998369f5c6173beb1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:54:32 + docker push nexus3.edgexfoundry.org:10004/device-modbus-arm64:b747fdb0f46d56fab49edbd998369f5c6173beb1 18:54:32 The push refers to repository [nexus3.edgexfoundry.org:10004/device-modbus-arm64] 18:54:32 068e3616b441: Preparing 18:54:32 d03df5aa6d01: Preparing 18:54:32 ac8a69cf8da3: Preparing 18:54:32 fff849d66c39: Preparing 18:54:32 28c3ef001483: Preparing 18:54:32 28c3ef001483: Layer already exists 18:54:33 d03df5aa6d01: Pushed 18:54:33 068e3616b441: Pushed 18:54:33 fff849d66c39: Pushed 18:54:39 ac8a69cf8da3: Pushed 18:54:39 b747fdb0f46d56fab49edbd998369f5c6173beb1: digest: sha256:938d3e3b89b1a6cf556c0d9b5b66a65857a0a2a7e235542dbb68b5c9530a4db4 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:54:39 + docker tag device-modbus-arm64 nexus3.edgexfoundry.org:10004/device-modbus-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:54:39 + docker push nexus3.edgexfoundry.org:10004/device-modbus-arm64:latest 18:54:39 The push refers to repository [nexus3.edgexfoundry.org:10004/device-modbus-arm64] 18:54:39 068e3616b441: Preparing 18:54:39 d03df5aa6d01: Preparing 18:54:39 ac8a69cf8da3: Preparing 18:54:39 fff849d66c39: Preparing 18:54:39 28c3ef001483: Preparing 18:54:39 d03df5aa6d01: Layer already exists 18:54:39 28c3ef001483: Layer already exists 18:54:39 068e3616b441: Layer already exists 18:54:39 fff849d66c39: Layer already exists 18:54:39 ac8a69cf8da3: Layer already exists 18:54:39 latest: digest: sha256:938d3e3b89b1a6cf556c0d9b5b66a65857a0a2a7e235542dbb68b5c9530a4db4 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:54:40 + docker tag device-modbus-arm64 nexus3.edgexfoundry.org:10004/device-modbus-arm64:3.0.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:54:40 + docker push nexus3.edgexfoundry.org:10004/device-modbus-arm64:3.0.0-dev.3 18:54:40 The push refers to repository [nexus3.edgexfoundry.org:10004/device-modbus-arm64] 18:54:40 068e3616b441: Preparing 18:54:40 d03df5aa6d01: Preparing 18:54:40 ac8a69cf8da3: Preparing 18:54:40 fff849d66c39: Preparing 18:54:40 28c3ef001483: Preparing 18:54:40 28c3ef001483: Layer already exists 18:54:40 fff849d66c39: Layer already exists 18:54:40 068e3616b441: Layer already exists 18:54:40 ac8a69cf8da3: Layer already exists 18:54:40 d03df5aa6d01: Layer already exists 18:54:40 3.0.0-dev.3: digest: sha256:938d3e3b89b1a6cf556c0d9b5b66a65857a0a2a7e235542dbb68b5c9530a4db4 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:54:41 + docker tag device-modbus-arm64 nexus3.edgexfoundry.org:10004/device-modbus-arm64:b747fdb0f46d56fab49edbd998369f5c6173beb1-3.0.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:54:41 + docker push nexus3.edgexfoundry.org:10004/device-modbus-arm64:b747fdb0f46d56fab49edbd998369f5c6173beb1-3.0.0-dev.3 18:54:41 The push refers to repository [nexus3.edgexfoundry.org:10004/device-modbus-arm64] 18:54:41 068e3616b441: Preparing 18:54:41 d03df5aa6d01: Preparing 18:54:41 ac8a69cf8da3: Preparing 18:54:41 fff849d66c39: Preparing 18:54:41 28c3ef001483: Preparing 18:54:41 fff849d66c39: Layer already exists 18:54:41 ac8a69cf8da3: Layer already exists 18:54:41 28c3ef001483: Layer already exists 18:54:41 068e3616b441: Layer already exists 18:54:41 d03df5aa6d01: Layer already exists 18:54:42 b747fdb0f46d56fab49edbd998369f5c6173beb1-3.0.0-dev.3: digest: sha256:938d3e3b89b1a6cf556c0d9b5b66a65857a0a2a7e235542dbb68b5c9530a4db4 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:54:42 + docker tag device-modbus-arm64 nexus3.edgexfoundry.org:10004/device-modbus-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:54:42 + docker push nexus3.edgexfoundry.org:10004/device-modbus-arm64:main 18:54:42 The push refers to repository [nexus3.edgexfoundry.org:10004/device-modbus-arm64] 18:54:42 068e3616b441: Preparing 18:54:42 d03df5aa6d01: Preparing 18:54:42 ac8a69cf8da3: Preparing 18:54:42 fff849d66c39: Preparing 18:54:42 28c3ef001483: Preparing 18:54:42 d03df5aa6d01: Layer already exists 18:54:42 28c3ef001483: Layer already exists 18:54:42 068e3616b441: Layer already exists 18:54:42 fff849d66c39: Layer already exists 18:54:42 ac8a69cf8da3: Layer already exists 18:54:42 main: digest: sha256:938d3e3b89b1a6cf556c0d9b5b66a65857a0a2a7e235542dbb68b5c9530a4db4 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:54:43 ===================================================== [Pipeline] echo 18:54:43 taggedImages: 18:54:43 - nexus3.edgexfoundry.org:10004/device-modbus-arm64:b747fdb0f46d56fab49edbd998369f5c6173beb1 18:54:43 - nexus3.edgexfoundry.org:10004/device-modbus-arm64:latest 18:54:43 - nexus3.edgexfoundry.org:10004/device-modbus-arm64:3.0.0-dev.3 18:54:43 - nexus3.edgexfoundry.org:10004/device-modbus-arm64:b747fdb0f46d56fab49edbd998369f5c6173beb1-3.0.0-dev.3 18:54:43 - 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 18:54:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 18:54:43 18:54:43 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:54:43 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 18:54:43 arm64: Pulling from edgex-lftools-log-publisher 18:54:43 8998bd30e6a1: Pulling fs layer 18:54:43 04944245beec: Pulling fs layer 18:54:43 699f458cf7ca: Pulling fs layer 18:54:43 765212b225bb: Pulling fs layer 18:54:43 f23df028b6ca: Pulling fs layer 18:54:43 d65c8cfc05b1: Pulling fs layer 18:54:43 2437ff75d9bd: Pulling fs layer 18:54:43 f23df028b6ca: Waiting 18:54:43 d65c8cfc05b1: Waiting 18:54:43 2437ff75d9bd: Waiting 18:54:43 765212b225bb: Waiting 18:54:44 04944245beec: Verifying Checksum 18:54:44 04944245beec: Download complete 18:54:44 765212b225bb: Verifying Checksum 18:54:44 765212b225bb: Download complete 18:54:44 f23df028b6ca: Download complete 18:54:44 d65c8cfc05b1: Verifying Checksum 18:54:44 d65c8cfc05b1: Download complete 18:54:44 699f458cf7ca: Verifying Checksum 18:54:44 699f458cf7ca: Download complete 18:54:44 8998bd30e6a1: Verifying Checksum 18:54:44 8998bd30e6a1: Download complete 18:54:47 2437ff75d9bd: Verifying Checksum 18:54:47 2437ff75d9bd: Download complete 18:54:48 8998bd30e6a1: Pull complete 18:54:49 04944245beec: Pull complete 18:54:50 699f458cf7ca: Pull complete 18:54:50 765212b225bb: Pull complete 18:54:51 f23df028b6ca: Pull complete 18:54:51 d65c8cfc05b1: Pull complete 18:55:04 2437ff75d9bd: Pull complete 18:55:04 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 18:55:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 18:55:04 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:55:04 prd-ubuntu20.04-docker-arm64-4c-16g-943 does not seem to be running inside a container 18:55:04 $ 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/69 -v /w/workspace/device-modbus-go/69:/w/workspace/device-modbus-go/69:rw,z -v /w/workspace/device-modbus-go/69@tmp:/w/workspace/device-modbus-go/69@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 18:55:06 $ docker top 8ef28dadbe4ebfee108c1b0b6437dd926754030257a55294b8291a94b5e1a601 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:55:07 ---> job-cost.sh 18:55:07 lf-activate-venv: SKIPPING 18:55:07 INFO: No Stack... 18:55:08 INFO: Retrieving Pricing Info for: v3-standard-4 18:55:08 INFO: Archiving Costs [Pipeline] sh 18:55:09 + cat /w/workspace/device-modbus-go/69/archives/cost.csv 18:55:09 + cut -d, -f6 [Pipeline] lock 18:55:09 Trying to acquire lock on [jenkins-edgexfoundry-device-modbus-go-main-69-stack-cost] 18:55:09 Resource [jenkins-edgexfoundry-device-modbus-go-main-69-stack-cost] did not exist. Created. 18:55:09 Lock acquired on [jenkins-edgexfoundry-device-modbus-go-main-69-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 18:55:10 /w/workspace/device-modbus-go/69@tmp/durable-5ad8c4e9/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 18:55:10 + echo total: 0.10999999940395355 [Pipeline] stash 18:55:10 Warning: overwriting stash ‘stack-cost’ 18:55:10 Stashed 1 file(s) [Pipeline] } 18:55:11 Lock released on resource [jenkins-edgexfoundry-device-modbus-go-main-69-stack-cost] [Pipeline] // lock [Pipeline] } 18:55:11 $ docker stop --time=1 8ef28dadbe4ebfee108c1b0b6437dd926754030257a55294b8291a94b5e1a601 18:55:12 $ docker rm -f --volumes 8ef28dadbe4ebfee108c1b0b6437dd926754030257a55294b8291a94b5e1a601 [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 18:55:12 provisioning config files... 18:55:12 copy managed file [device-modbus-go-codecov-token] to file:/w/workspace/gexfoundry_device-modbus-go_main@tmp/config12871297846660745019tmp [Pipeline] { [Pipeline] sh 18:55:13 + set +x 18:55:13 + curl -s https://codecov.io/bash 18:55:13 + bash -s -- 18:55:13 18:55:13 _____ _ 18:55:13 / ____| | | 18:55:13 | | ___ __| | ___ ___ _____ __ 18:55:13 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 18:55:13 | |___| (_) | (_| | __/ (_| (_) \ V / 18:55:13 \_____\___/ \__,_|\___|\___\___/ \_/ 18:55:13 Bash-1.0.6 18:55:13 18:55:13 18:55:13 ==> git version 2.25.1 found 18:55:13 ==> 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 18:55:13 Release-Date: 2020-01-08 18:55:13 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 18:55:13 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 18:55:13 ==> Jenkins CI detected. 18:55:13 current dir:  /w/workspace/gexfoundry_device-modbus-go_main 18:55:13 project root: . 18:55:13 --> token set from env 18:55:13 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 18:55:13 ==> Running gcov in . (disable via -X gcov) 18:55:13 ==> Python coveragepy not found 18:55:13 ==> Searching for coverage reports in: 18:55:13 + . 18:55:13 -> Found 1 reports 18:55:13 ==> Detecting git/mercurial file structure 18:55:13 ==> Reading reports 18:55:13 + ./coverage.out bytes=23241 18:55:13 ==> Appending adjustments 18:55:13 https://docs.codecov.io/docs/fixing-reports 18:55:13 + Found adjustments 18:55:13 ==> Gzipping contents 18:55:13 4.0K /tmp/codecov.qpO8f1.gz 18:55:13 ==> Uploading reports 18:55:13 url: https://codecov.io 18:55:13 query: branch=main&commit=b747fdb0f46d56fab49edbd998369f5c6173beb1&build=69&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-modbus-go%2Fjob%2Fmain%2F69%2F&name=&tag=&slug=edgexfoundry%2Fdevice-modbus-go&service=jenkins&flags=&pr=&job=&cmd_args= 18:55:13 -> Pinging Codecov 18:55:13 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=b747fdb0f46d56fab49edbd998369f5c6173beb1&build=69&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-modbus-go%2Fjob%2Fmain%2F69%2F&name=&tag=&slug=edgexfoundry%2Fdevice-modbus-go&service=jenkins&flags=&pr=&job=&cmd_args= 18:55:13 -> Uploading to 18:55:13 https://storage.googleapis.com/codecov/v4/raw/2023-01-03/55DBCA73C666E3227836607328DD7E49/b747fdb0f46d56fab49edbd998369f5c6173beb1/17b29740-3e93-4ea9-b8ea-398a297ec86a.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230103%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230103T185513Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=b0d3a3f6eff6f7afe7d84813a68bf3bf123ca136d0d2feee2862acdf10d3c1af 18:55:13 % Total % Received % Xferd Average Speed Time Time Time Current 18:55:13 Dload Upload Total Spent Left Speed 18:55:14 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3929 0 0 100 3929 0 16578 --:--:-- --:--:-- --:--:-- 16578 18:55:14 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-modbus-go/commit/b747fdb0f46d56fab49edbd998369f5c6173beb1 [Pipeline] } 18:55:14 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 18:55:14 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 18:55:14 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:55:14 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 18:55:14 18:55:14 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:55:14 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 18:55:14 1.410.4: Pulling from edgex-devops/edgex-snyk-go 18:55:14 df9b9388f04a: Pulling fs layer 18:55:14 52dc419b0ee2: Pulling fs layer 18:55:14 25bc292e5bac: Pulling fs layer 18:55:14 114826534d7a: Pulling fs layer 18:55:14 4657fd5d0bcf: Pulling fs layer 18:55:14 6ad1cebc031e: Pulling fs layer 18:55:14 8a3aa393b2d8: Pulling fs layer 18:55:14 4657fd5d0bcf: Waiting 18:55:14 8a3aa393b2d8: Waiting 18:55:14 6ad1cebc031e: Waiting 18:55:14 114826534d7a: Waiting 18:55:14 25bc292e5bac: Verifying Checksum 18:55:14 25bc292e5bac: Download complete 18:55:14 52dc419b0ee2: Verifying Checksum 18:55:14 52dc419b0ee2: Download complete 18:55:14 4657fd5d0bcf: Download complete 18:55:14 df9b9388f04a: Download complete 18:55:15 6ad1cebc031e: Verifying Checksum 18:55:15 6ad1cebc031e: Download complete 18:55:15 df9b9388f04a: Pull complete 18:55:15 52dc419b0ee2: Pull complete 18:55:15 25bc292e5bac: Pull complete 18:55:15 8a3aa393b2d8: Verifying Checksum 18:55:15 8a3aa393b2d8: Download complete 18:55:15 114826534d7a: Verifying Checksum 18:55:15 114826534d7a: Download complete 18:55:19 114826534d7a: Pull complete 18:55:19 4657fd5d0bcf: Pull complete 18:55:19 6ad1cebc031e: Pull complete 18:55:22 8a3aa393b2d8: Pull complete 18:55:22 Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 18:55:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 18:55:22 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:55:22 prd-ubuntu20.04-docker-8c-8g-940 does not seem to be running inside a container 18:55:22 $ 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 18:55:28 $ docker top 1ab078c7ea4cb71307fdd75c13c55d24fc337cfcd599d62de3d8a5985b67449a -eo pid,comm [Pipeline] { [Pipeline] echo 18:55:28 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-modbus-go:main' [Pipeline] sh 18:55:28 + set -o pipefail 18:55:28 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-modbus-go:main' 18:55:35 18:55:35 Monitoring /w/workspace/gexfoundry_device-modbus-go_main (github.com/edgexfoundry/device-modbus-go)... 18:55:35 18:55:35 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/5174d6d0-2379-4548-918f-caa15a8d100f/history/9038ba6f-56ed-4969-8c94-c7e7a40f1833 18:55:35 18:55:35 Tip: Detected multiple supported manifests (2), use --all-projects to scan all of them at once. 18:55:35 18:55:35 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 18:55:35 18:55:35 18:55:35 A medium severity vulnerability was found in the Snyk CLI versions you are using. 18:55:35 We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. 18:55:35 More details here: https://snyk.co/ue1NS [Pipeline] } 18:55:35 $ docker stop --time=1 1ab078c7ea4cb71307fdd75c13c55d24fc337cfcd599d62de3d8a5985b67449a 18:55:40 $ docker rm -f --volumes 1ab078c7ea4cb71307fdd75c13c55d24fc337cfcd599d62de3d8a5985b67449a [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 18:55:41 + git log --format=format:%s -1 b747fdb0f46d56fab49edbd998369f5c6173beb1 [Pipeline] sh 18:55:41 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 18:55:41 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:55:41 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 18:55:41 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:55:41 prd-ubuntu20.04-docker-8c-8g-940 does not seem to be running inside a container 18:55:41 $ 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 18:55:42 $ docker top d626d1c4ffaa263450210c9f7b8878cde4606938b37ac6a1b864fda66352eb06 -eo pid,comm 18:55:42 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). 18:55:42 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:55:42 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:55:42 [ssh-agent] Looking for ssh-agent implementation... 18:55:42 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:55:42 $ docker exec d626d1c4ffaa263450210c9f7b8878cde4606938b37ac6a1b864fda66352eb06 ssh-agent 18:55:42 SSH_AUTH_SOCK=/tmp/ssh-iMHddC0Kn9Mt/agent.33 18:55:42 SSH_AGENT_PID=39 18:55:42 Running ssh-add (command line suppressed) 18:55:42 Identity added: /w/workspace/gexfoundry_device-modbus-go_main@tmp/private_key_7480296583894163434.key (/w/workspace/gexfoundry_device-modbus-go_main@tmp/private_key_7480296583894163434.key) 18:55:42 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:55:43 + git semver tag 18:55:43 2023-01-03 18:55:43,179 [run_tag] DEBUG tag force:False 18:55:43 2023-01-03 18:55:43,179 [check_head_tag] DEBUG check head tag 18:55:43 2023-01-03 18:55:43,180 [execute] INFO git cat-file --batch-check 18:55:43 2023-01-03 18:55:43,180 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_device-modbus-go_main, universal_newlines=False, shell=None, istream=) 18:55:43 2023-01-03 18:55:43,183 [execute] INFO git cat-file --batch 18:55:43 2023-01-03 18:55:43,184 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_device-modbus-go_main, universal_newlines=False, shell=None, istream=) 18:55:43 2023-01-03 18:55:43,195 [read_version] DEBUG read version from /w/workspace/gexfoundry_device-modbus-go_main/.semver/main 18:55:43 2023-01-03 18:55:43,196 [execute] INFO git tag -a v3.0.0-dev.3 -m v3.0.0-dev.3 18:55:43 2023-01-03 18:55:43,196 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.3', '-m', 'v3.0.0-dev.3'], cwd=/w/workspace/gexfoundry_device-modbus-go_main, universal_newlines=False, shell=None, istream=None) 18:55:43 2023-01-03 18:55:43,199 [read_version] DEBUG read version from /w/workspace/gexfoundry_device-modbus-go_main/.semver/main 18:55:43 3.0.0-dev.3 [Pipeline] } 18:55:43 $ docker exec --env ******** --env ******** d626d1c4ffaa263450210c9f7b8878cde4606938b37ac6a1b864fda66352eb06 ssh-agent -k 18:55:43 unset SSH_AUTH_SOCK; 18:55:43 unset SSH_AGENT_PID; 18:55:43 echo Agent pid 39 killed; 18:55:43 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:55:43 + git semver [Pipeline] } 18:55:43 $ docker stop --time=1 d626d1c4ffaa263450210c9f7b8878cde4606938b37ac6a1b864fda66352eb06 18:55:45 $ docker rm -f --volumes d626d1c4ffaa263450210c9f7b8878cde4606938b37ac6a1b864fda66352eb06 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:55:45 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 18:55:45 18:55:45 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:55:45 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 18:55:45 0.23.1-centos7: Pulling from edgex-lftools 18:55:45 ab5ef0e58194: Pulling fs layer 18:55:45 9712f1f96733: Pulling fs layer 18:55:45 63f879dbbcfc: Pulling fs layer 18:55:45 0d9ebad4ef96: Pulling fs layer 18:55:45 e9a5061849ea: Pulling fs layer 18:55:45 d747dcd14b5f: Pulling fs layer 18:55:45 2de7ff778b66: Pulling fs layer 18:55:45 0d9ebad4ef96: Waiting 18:55:45 e9a5061849ea: Waiting 18:55:45 d747dcd14b5f: Waiting 18:55:45 2de7ff778b66: Waiting 18:55:45 9712f1f96733: Verifying Checksum 18:55:45 9712f1f96733: Download complete 18:55:46 63f879dbbcfc: Verifying Checksum 18:55:46 63f879dbbcfc: Download complete 18:55:46 e9a5061849ea: Verifying Checksum 18:55:46 e9a5061849ea: Download complete 18:55:46 d747dcd14b5f: Verifying Checksum 18:55:46 d747dcd14b5f: Download complete 18:55:46 ab5ef0e58194: Verifying Checksum 18:55:46 ab5ef0e58194: Download complete 18:55:46 0d9ebad4ef96: Verifying Checksum 18:55:46 0d9ebad4ef96: Download complete 18:55:46 2de7ff778b66: Verifying Checksum 18:55:46 2de7ff778b66: Download complete 18:55:49 ab5ef0e58194: Pull complete 18:55:49 9712f1f96733: Pull complete 18:55:50 63f879dbbcfc: Pull complete 18:55:54 0d9ebad4ef96: Pull complete 18:55:54 e9a5061849ea: Pull complete 18:55:54 d747dcd14b5f: Pull complete 18:55:55 2de7ff778b66: Pull complete 18:55:55 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 18:55:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 18:55:55 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:55:55 prd-ubuntu20.04-docker-8c-8g-940 does not seem to be running inside a container 18:55:55 $ 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 18:56:02 $ docker top 6a09da2bcba0b299dd9973e3fdb6d862cb4628d5ec8d61d61cee52085fb11b03 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 18:56:02 provisioning config files... 18:56:02 copy managed file [sigul-config] to file:/w/workspace/gexfoundry_device-modbus-go_main@tmp/config7800169734126155929tmp 18:56:02 copy managed file [sigul-password] to file:/w/workspace/gexfoundry_device-modbus-go_main@tmp/config17174618109839031302tmp 18:56:02 copy managed file [sigul-pki] to file:/w/workspace/gexfoundry_device-modbus-go_main@tmp/config13128147593943133385tmp [Pipeline] { [Pipeline] echo 18:56:02 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 18:56:02 ---> sigul-configuration.sh 18:56:02 gpg: directory `/root/.gnupg' created 18:56:02 gpg: new configuration file `/root/.gnupg/gpg.conf' created 18:56:02 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 18:56:02 gpg: keyring `/root/.gnupg/secring.gpg' created 18:56:02 gpg: keyring `/root/.gnupg/pubring.gpg' created 18:56:02 gpg: CAST5 encrypted data 18:56:02 gpg: encrypted with 1 passphrase 18:56:02 gpg: WARNING: message was not integrity protected [Pipeline] sh 18:56:02 + mkdir /home/jenkins 18:56:02 + mkdir /home/jenkins/sigul [Pipeline] sh 18:56:03 + 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 18:56:03 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 18:56:03 ---> sigul-install.sh 18:56:03 Sigul already installed; skipping installation. [Pipeline] sh 18:56:03 + git tag --list 18:56:03 0.7.1 18:56:03 v1.0.0 18:56:03 v1.1.0 18:56:03 v1.1.1 18:56:03 v1.2.2 18:56:03 v1.3.0 18:56:03 v1.3.1 18:56:03 v2.0.0 18:56:03 v2.1.0 18:56:03 v2.1.1 18:56:03 v2.1.1-dev.1 18:56:03 v2.1.1-dev.2 18:56:03 v2.1.1-dev.3 18:56:03 v2.2.0 18:56:03 v2.2.1-dev.1 18:56:03 v2.2.1-dev.2 18:56:03 v2.2.1-dev.3 18:56:03 v2.2.1-dev.4 18:56:03 v2.2.1-dev.5 18:56:03 v2.2.1-dev.6 18:56:03 v2.2.1-dev.7 18:56:03 v2.3.0 18:56:03 v2.3.0-dev.10 18:56:03 v2.3.0-dev.11 18:56:03 v2.3.0-dev.12 18:56:03 v2.3.0-dev.13 18:56:03 v2.3.0-dev.14 18:56:03 v2.3.0-dev.15 18:56:03 v2.3.0-dev.16 18:56:03 v2.3.0-dev.17 18:56:03 v2.3.0-dev.18 18:56:03 v2.3.0-dev.19 18:56:03 v2.3.0-dev.20 18:56:03 v2.3.0-dev.21 18:56:03 v2.3.0-dev.22 18:56:03 v2.3.0-dev.23 18:56:03 v2.3.0-dev.24 18:56:03 v2.3.0-dev.25 18:56:03 v2.3.0-dev.7 18:56:03 v2.3.0-dev.8 18:56:03 v2.3.0-dev.9 18:56:03 v3.0.0-dev.1 18:56:03 v3.0.0-dev.2 18:56:03 v3.0.0-dev.3 [Pipeline] sh 18:56:04 + lftools sign git-tag v3.0.0-dev.3 18:56:04 Signing Git tag with Sigul... 18:56:04 Signing v3.0.0-dev.3 [Pipeline] echo 18:56:04 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 18:56:05 ---> sigul-configuration-cleanup.sh [Pipeline] } 18:56:05 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 18:56:05 $ docker stop --time=1 6a09da2bcba0b299dd9973e3fdb6d862cb4628d5ec8d61d61cee52085fb11b03 18:56:06 $ docker rm -f --volumes 6a09da2bcba0b299dd9973e3fdb6d862cb4628d5ec8d61d61cee52085fb11b03 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 18:56:07 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 18:56:07 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:56:07 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 18:56:07 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:56:07 prd-ubuntu20.04-docker-8c-8g-940 does not seem to be running inside a container 18:56:07 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-modbus-go_main -v /w/workspace/gexfoundry_device-modbus-go_main:/w/workspace/gexfoundry_device-modbus-go_main:rw,z -v /w/workspace/gexfoundry_device-modbus-go_main@tmp:/w/workspace/gexfoundry_device-modbus-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 18:56:07 $ docker top 06e1a3b22e9c8106cd7ccfe71fe26350c1aa0cd41a3219d253405b0a7cfa7d3c -eo pid,comm 18:56:07 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). 18:56:07 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:56:07 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:56:07 [ssh-agent] Looking for ssh-agent implementation... 18:56:07 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:56:07 $ docker exec 06e1a3b22e9c8106cd7ccfe71fe26350c1aa0cd41a3219d253405b0a7cfa7d3c ssh-agent 18:56:08 SSH_AUTH_SOCK=/tmp/ssh-Yl5Vg7ljUyVd/agent.32 18:56:08 SSH_AGENT_PID=38 18:56:08 Running ssh-add (command line suppressed) 18:56:08 Identity added: /w/workspace/gexfoundry_device-modbus-go_main@tmp/private_key_12369683895941903023.key (/w/workspace/gexfoundry_device-modbus-go_main@tmp/private_key_12369683895941903023.key) 18:56:08 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:56:08 + git semver bump pre 18:56:08 2023-01-03 18:56:08,693 [read_version] DEBUG read version from /w/workspace/gexfoundry_device-modbus-go_main/.semver/main 18:56:08 2023-01-03 18:56:08,694 [bump_version] DEBUG bumping version:3.0.0-dev.3 on axis:pre with prefix:dev 18:56:08 2023-01-03 18:56:08,694 [bump_version] DEBUG bumped version:3.0.0-dev.4 18:56:08 2023-01-03 18:56:08,694 [write_version] DEBUG write version:3.0.0-dev.4 to path:/w/workspace/gexfoundry_device-modbus-go_main/.semver/main with force:True 18:56:08 2023-01-03 18:56:08,694 [read_version] DEBUG read version from /w/workspace/gexfoundry_device-modbus-go_main/.semver/main 18:56:08 2023-01-03 18:56:08,694 [write_file] DEBUG write to file:/w/workspace/gexfoundry_device-modbus-go_main/.semver/main 18:56:08 2023-01-03 18:56:08,695 [execute] INFO git cat-file --batch-check 18:56:08 2023-01-03 18:56:08,696 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_device-modbus-go_main/.semver, universal_newlines=False, shell=None, istream=) 18:56:08 2023-01-03 18:56:08,701 [execute] INFO git cat-file --batch 18:56:08 2023-01-03 18:56:08,701 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_device-modbus-go_main/.semver, universal_newlines=False, shell=None, istream=) 18:56:08 2023-01-03 18:56:08,706 [read_version] DEBUG read version from /w/workspace/gexfoundry_device-modbus-go_main/.semver/main 18:56:08 3.0.0-dev.4 [Pipeline] } 18:56:08 $ docker exec --env ******** --env ******** 06e1a3b22e9c8106cd7ccfe71fe26350c1aa0cd41a3219d253405b0a7cfa7d3c ssh-agent -k 18:56:08 unset SSH_AUTH_SOCK; 18:56:08 unset SSH_AGENT_PID; 18:56:08 echo Agent pid 38 killed; 18:56:08 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:56:09 + git semver [Pipeline] } 18:56:09 $ docker stop --time=1 06e1a3b22e9c8106cd7ccfe71fe26350c1aa0cd41a3219d253405b0a7cfa7d3c 18:56:10 $ docker rm -f --volumes 06e1a3b22e9c8106cd7ccfe71fe26350c1aa0cd41a3219d253405b0a7cfa7d3c [Pipeline] // withDockerContainer [Pipeline] sh 18:56:11 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 18:56:11 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:56:11 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 18:56:11 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:56:11 prd-ubuntu20.04-docker-8c-8g-940 does not seem to be running inside a container 18:56:11 $ 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 18:56:11 $ docker top bcd3ed2cebba8329e1ca374217b1df4efab06a3a4a96bc2bbed4816afbf4bdc8 -eo pid,comm 18:56:11 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 18:56:11 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:56:11 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:56:11 [ssh-agent] Looking for ssh-agent implementation... 18:56:12 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:56:12 $ docker exec bcd3ed2cebba8329e1ca374217b1df4efab06a3a4a96bc2bbed4816afbf4bdc8 ssh-agent 18:56:12 SSH_AUTH_SOCK=/tmp/ssh-89v7t0hNDOym/agent.31 18:56:12 SSH_AGENT_PID=37 18:56:12 Running ssh-add (command line suppressed) 18:56:12 Identity added: /w/workspace/gexfoundry_device-modbus-go_main@tmp/private_key_14271946910016278063.key (/w/workspace/gexfoundry_device-modbus-go_main@tmp/private_key_14271946910016278063.key) 18:56:12 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:56:12 + git semver push 18:56:12 2023-01-03 18:56:12,684 [run_push] DEBUG push 18:56:12 2023-01-03 18:56:12,685 [execute] INFO git cat-file --batch-check 18:56:12 2023-01-03 18:56:12,685 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_device-modbus-go_main/.semver, universal_newlines=False, shell=None, istream=) 18:56:12 2023-01-03 18:56:12,689 [execute] INFO git rev-list 62451938ec3460548744f6f1a82fdb9694605387 -- 18:56:12 2023-01-03 18:56:12,689 [execute] DEBUG Popen(['git', 'rev-list', '62451938ec3460548744f6f1a82fdb9694605387', '--'], cwd=/w/workspace/gexfoundry_device-modbus-go_main/.semver, universal_newlines=False, shell=None, istream=None) 18:56:12 2023-01-03 18:56:12,697 [execute] INFO git fetch -v origin 18:56:12 2023-01-03 18:56:12,697 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/gexfoundry_device-modbus-go_main/.semver, universal_newlines=True, shell=None, istream=None) 18:56:13 2023-01-03 18:56:13,200 [run_push] DEBUG no remote changes detected 18:56:13 2023-01-03 18:56:13,200 [execute] INFO git push origin semver 18:56:13 2023-01-03 18:56:13,201 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/gexfoundry_device-modbus-go_main/.semver, universal_newlines=False, shell=None, istream=None) 18:56:14 2023-01-03 18:56:14,026 [run_push] DEBUG push all version tags 18:56:14 2023-01-03 18:56:14,026 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 18:56:14 2023-01-03 18:56:14,026 [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) 18:56:15 2023-01-03 18:56:15,123 [read_version] DEBUG read version from /w/workspace/gexfoundry_device-modbus-go_main/.semver/main 18:56:15 3.0.0-dev.4 [Pipeline] } 18:56:15 $ docker exec --env ******** --env ******** bcd3ed2cebba8329e1ca374217b1df4efab06a3a4a96bc2bbed4816afbf4bdc8 ssh-agent -k 18:56:15 unset SSH_AUTH_SOCK; 18:56:15 unset SSH_AGENT_PID; 18:56:15 echo Agent pid 37 killed; 18:56:15 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:56:15 + git semver [Pipeline] } 18:56:15 $ docker stop --time=1 bcd3ed2cebba8329e1ca374217b1df4efab06a3a4a96bc2bbed4816afbf4bdc8 18:56:17 $ docker rm -f --volumes bcd3ed2cebba8329e1ca374217b1df4efab06a3a4a96bc2bbed4816afbf4bdc8 [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 18:56:17 + [ -d /w/workspace/gexfoundry_device-modbus-go_main/archives ] 18:56:17 + ls -al /w/workspace/gexfoundry_device-modbus-go_main/archives 18:56:17 total 16 18:56:17 drwxr-xr-x 3 root root 4096 Jan 3 18:46 . 18:56:17 drwxrwxr-x 11 jenkins jenkins 4096 Jan 3 18:56 .. 18:56:17 drwxr-xr-x 2 root root 4096 Jan 3 18:46 cost 18:56:17 -rw-r--r-- 1 root root 87 Jan 3 18:46 cost.csv 18:56:17 + sudo chown -R jenkins:jenkins /w/workspace/gexfoundry_device-modbus-go_main/archives 18:56:17 + ls -al /w/workspace/gexfoundry_device-modbus-go_main/archives 18:56:17 total 16 18:56:17 drwxr-xr-x 3 jenkins jenkins 4096 Jan 3 18:46 . 18:56:17 drwxrwxr-x 11 jenkins jenkins 4096 Jan 3 18:56 .. 18:56:17 drwxr-xr-x 2 jenkins jenkins 4096 Jan 3 18:46 cost 18:56:17 -rw-r--r-- 1 jenkins jenkins 87 Jan 3 18:46 cost.csv [Pipeline] libraryResource [Pipeline] sh 18:56:18 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 18:56:18 ---> package-listing.sh 18:56:18 ++ facter osfamily 18:56:18 ++ tr '[:upper:]' '[:lower:]' 18:56:19 + OS_FAMILY=debian 18:56:19 + workspace=/w/workspace/gexfoundry_device-modbus-go_main 18:56:19 + START_PACKAGES=/tmp/packages_start.txt 18:56:19 + END_PACKAGES=/tmp/packages_end.txt 18:56:19 + DIFF_PACKAGES=/tmp/packages_diff.txt 18:56:19 + PACKAGES=/tmp/packages_start.txt 18:56:19 + '[' /w/workspace/gexfoundry_device-modbus-go_main ']' 18:56:19 + PACKAGES=/tmp/packages_end.txt 18:56:19 + case "${OS_FAMILY}" in 18:56:19 + dpkg -l 18:56:19 + grep '^ii' 18:56:19 + '[' -f /tmp/packages_start.txt ']' 18:56:19 + '[' -f /tmp/packages_end.txt ']' 18:56:19 + diff /tmp/packages_start.txt /tmp/packages_end.txt 18:56:19 + '[' /w/workspace/gexfoundry_device-modbus-go_main ']' 18:56:19 + mkdir -p /w/workspace/gexfoundry_device-modbus-go_main/archives/ 18:56:19 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-modbus-go_main/archives/ [Pipeline] echo 18:56:19 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 18:56:19 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:56:20 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 18:56:20 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:56:20 prd-ubuntu20.04-docker-8c-8g-940 does not seem to be running inside a container 18:56:20 $ 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 18:56:21 $ docker top 34baf222d93f2c9e6c78e29ca42c37e4cf7fe6430cd6e883f02877260f168290 -eo pid,comm [Pipeline] { [Pipeline] sh 18:56:21 + touch /tmp/pre-build-complete [Pipeline] sh 18:56:21 + mkdir -p /var/log/sysstat [Pipeline] sh 18:56:21 + ls /var/log/sa-host 18:56:21 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:56:22 provisioning config files... 18:56:22 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-modbus-go_main@tmp/config13132294836033443461tmp [Pipeline] { [Pipeline] echo 18:56:22 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 18:56:22 ---> create-netrc.sh [Pipeline] } 18:56:22 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 18:56:22 ---> python-tools-install.sh [Pipeline] echo 18:56:22 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 18:56:23 ---> sudo-logs.sh 18:56:23 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 18:56:23 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 18:56:23 ---> job-cost.sh 18:56:23 lf-activate-venv: SKIPPING 18:56:23 DEBUG: total: 0.2199999988079071 18:56:23 INFO: Retrieving Stack Cost... 18:56:24 INFO: Retrieving Pricing Info for: v3-standard-8 18:56:24 INFO: Archiving Costs [Pipeline] echo 18:56:24 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 18:56:24 ---> logs-deploy.sh 18:56:24 lf-activate-venv: SKIPPING 18:56:24 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-modbus-go/main/69 18:56:24 INFO: archiving workspace using pattern(s): 18:56:25 Archives upload complete. 18:56:25 INFO: archiving logs to Nexus 18:56:26 ---> uname -a: 18:56:26 Linux prd-ubuntu20-04-docker-8c-8g-940 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 18:56:26 18:56:26 18:56:26 ---> lscpu: 18:56:26 Architecture: x86_64 18:56:26 CPU op-mode(s): 32-bit, 64-bit 18:56:26 Byte Order: Little Endian 18:56:26 Address sizes: 40 bits physical, 48 bits virtual 18:56:26 CPU(s): 8 18:56:26 On-line CPU(s) list: 0-7 18:56:26 Thread(s) per core: 1 18:56:26 Core(s) per socket: 1 18:56:26 Socket(s): 8 18:56:26 NUMA node(s): 1 18:56:26 Vendor ID: AuthenticAMD 18:56:26 CPU family: 23 18:56:26 Model: 49 18:56:26 Model name: AMD EPYC-Rome Processor 18:56:26 Stepping: 0 18:56:26 CPU MHz: 2799.996 18:56:26 BogoMIPS: 5599.99 18:56:26 Virtualization: AMD-V 18:56:26 Hypervisor vendor: KVM 18:56:26 Virtualization type: full 18:56:26 L1d cache: 256 KiB 18:56:26 L1i cache: 256 KiB 18:56:26 L2 cache: 4 MiB 18:56:26 L3 cache: 128 MiB 18:56:26 NUMA node0 CPU(s): 0-7 18:56:26 Vulnerability Itlb multihit: Not affected 18:56:26 Vulnerability L1tf: Not affected 18:56:26 Vulnerability Mds: Not affected 18:56:26 Vulnerability Meltdown: Not affected 18:56:26 Vulnerability Mmio stale data: Not affected 18:56:26 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 18:56:26 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 18:56:26 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 18:56:26 Vulnerability Srbds: Not affected 18:56:26 Vulnerability Tsx async abort: Not affected 18:56:26 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities 18:56:26 18:56:26 18:56:26 ---> nproc: 18:56:26 8 18:56:26 18:56:26 18:56:26 ---> df -h: 18:56:26 Filesystem Size Used Avail Use% Mounted on 18:56:26 overlay 155G 13G 143G 9% / 18:56:26 tmpfs 64M 0 64M 0% /dev 18:56:26 tmpfs 16G 0 16G 0% /sys/fs/cgroup 18:56:26 shm 64M 0 64M 0% /dev/shm 18:56:26 /dev/vda1 155G 13G 143G 9% /facter-os 18:56:26 18:56:26 18:56:26 ---> sar -b -r -n DEV: 18:56:26 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-940) 01/03/23 _x86_64_ (8 CPU) 18:56:26 18:56:26 18:43:40 LINUX RESTART (8 CPU) 18:56:26 18:56:26 18:44:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 18:56:26 18:45:01 236.59 40.32 196.27 0.00 4381.63 201927.13 0.00 18:56:26 18:46:01 100.60 0.22 100.38 0.00 7.86 17811.92 0.00 18:56:26 18:47:01 94.08 0.07 94.02 0.00 9.33 25286.99 0.00 18:56:26 18:48:01 2.77 0.00 2.77 0.00 0.00 32.28 0.00 18:56:26 18:49:01 40.09 9.33 30.76 0.00 2884.32 5081.55 0.00 18:56:26 18:50:01 20.40 2.45 17.95 0.00 2312.55 3784.17 0.00 18:56:26 18:51:01 3.52 0.02 3.50 0.00 0.13 91.97 0.00 18:56:26 18:52:01 2.00 0.00 2.00 0.00 0.00 21.06 0.00 18:56:26 18:53:01 1.37 0.00 1.37 0.00 0.00 15.86 0.00 18:56:26 18:54:01 2.18 0.00 2.18 0.00 0.00 24.13 0.00 18:56:26 18:55:01 1.37 0.00 1.37 0.00 0.00 14.66 0.00 18:56:26 18:56:01 95.85 0.33 95.52 0.00 15.46 56146.91 0.00 18:56:26 Average: 49.81 4.34 45.47 0.00 795.88 25607.12 0.00 18:56:26 18:56:26 18:44:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 18:56:26 18:45:01 28028152 31604284 702492 2.14 135708 3607328 1851476 5.46 1130844 3247620 42696 18:56:26 18:46:01 28113712 31575304 726580 2.21 140228 3514244 1859184 5.48 1194096 3115092 113536 18:56:26 18:47:01 27789388 31585964 715824 2.18 150684 3799336 1746016 5.15 1204264 3390456 368 18:56:26 18:48:01 27789472 31586132 715504 2.18 150760 3799336 1746016 5.15 1204260 3390464 4 18:56:26 18:49:01 27445472 31570796 714504 2.17 169464 4101788 1794776 5.29 1353256 3556276 51476 18:56:26 18:50:01 27270908 31569968 713168 2.17 184248 4254640 1838608 5.42 1521804 3555768 0 18:56:26 18:51:01 27283052 31577244 706772 2.15 182836 4251668 1789420 5.27 1514984 3552816 8 18:56:26 18:52:01 27283136 31577396 706608 2.15 182912 4251676 1789420 5.27 1514852 3552816 12 18:56:26 18:53:01 27283120 31577536 706512 2.15 182992 4251648 1789420 5.27 1514800 3552924 8 18:56:26 18:54:01 27283564 31578092 706092 2.15 183076 4251688 1789420 5.27 1514916 3552928 8 18:56:26 18:55:01 27283068 31577640 706524 2.15 183164 4251664 1789420 5.27 1515016 3552932 8 18:56:26 18:56:01 25781160 31546176 733140 2.23 222104 5559588 1901312 5.60 1624480 4818664 56432 18:56:26 Average: 27386184 31577211 712810 2.17 172348 4157884 1807041 5.33 1400631 3569896 22046 18:56:26 18:56:26 18:44:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 18:56:26 18:45:01 lo 6.51 6.51 0.63 0.63 0.00 0.00 0.00 0.00 18:56:26 18:45:01 docker0 157.52 187.19 12.93 1868.53 0.00 0.00 0.00 0.00 18:56:26 18:45:01 ens3 707.20 503.98 8375.69 100.53 0.00 0.00 0.00 0.00 18:56:26 18:46:01 lo 0.47 0.47 0.04 0.04 0.00 0.00 0.00 0.00 18:56:26 18:46:01 docker0 1.67 4.13 0.10 40.55 0.00 0.00 0.00 0.00 18:56:26 18:46:01 ens3 50.62 37.63 82.44 48.26 0.00 0.00 0.00 0.00 18:56:26 18:47:01 lo 7.07 7.07 0.69 0.69 0.00 0.00 0.00 0.00 18:56:26 18:47:01 docker0 2.02 4.05 0.14 51.48 0.00 0.00 0.00 0.00 18:56:26 18:47:01 ens3 164.97 139.83 2650.32 285.02 0.00 0.00 0.00 0.00 18:56:26 18:48:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 18:56:26 18:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:56:26 18:48:01 ens3 0.95 0.62 0.52 0.40 0.00 0.00 0.00 0.00 18:56:26 18:49:01 lo 0.53 0.53 0.05 0.05 0.00 0.00 0.00 0.00 18:56:26 18:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:56:26 18:49:01 ens3 124.01 72.70 2276.04 5.17 0.00 0.00 0.00 0.00 18:56:26 18:50:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 18:56:26 18:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:56:26 18:50:01 ens3 22.36 12.80 475.81 1.00 0.00 0.00 0.00 0.00 18:56:26 18:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:56:26 18:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:56:26 18:51:01 ens3 0.08 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:56:26 18:52:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 18:56:26 18:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:56:26 18:52:01 ens3 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 18:56:26 18:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:56:26 18:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:56:26 18:53:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:56:26 18:54:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 18:56:26 18:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:56:26 18:54:01 ens3 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 18:56:26 18:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:56:26 18:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:56:26 18:55:01 ens3 0.25 0.22 0.13 0.07 0.00 0.00 0.00 0.00 18:56:26 18:56:01 lo 2.20 2.20 0.21 0.21 0.00 0.00 0.00 0.00 18:56:26 18:56:01 docker0 38.18 60.09 3.46 690.92 0.00 0.00 0.00 0.00 18:56:26 18:56:01 ens3 324.21 244.46 7862.03 35.02 0.00 0.00 0.00 0.00 18:56:26 Average: lo 1.47 1.47 0.14 0.14 0.00 0.00 0.00 0.00 18:56:26 Average: docker0 16.42 21.06 1.37 218.65 0.00 0.00 0.00 0.00 18:56:26 Average: ens3 115.42 83.78 1800.95 39.54 0.00 0.00 0.00 0.00 18:56:26 18:56:26 18:56:26 ---> sar -P ALL: 18:56:26 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-940) 01/03/23 _x86_64_ (8 CPU) 18:56:26 18:56:26 18:43:40 LINUX RESTART (8 CPU) 18:56:26 18:56:26 18:44:02 CPU %user %nice %system %iowait %steal %idle 18:56:26 18:45:01 all 13.15 0.00 5.28 2.68 0.09 78.80 18:56:26 18:45:01 0 11.77 0.00 5.07 2.24 0.07 80.85 18:56:26 18:45:01 1 12.07 0.00 5.47 2.54 0.10 79.82 18:56:26 18:45:01 2 15.93 0.00 6.25 9.90 0.09 67.83 18:56:26 18:45:01 3 10.85 0.00 4.93 0.48 0.12 83.62 18:56:26 18:45:01 4 12.72 0.00 5.39 3.21 0.09 78.59 18:56:26 18:45:01 5 15.70 0.00 4.98 0.81 0.07 78.45 18:56:26 18:45:01 6 12.10 0.00 5.05 0.83 0.07 81.96 18:56:26 18:45:01 7 14.11 0.00 5.11 1.42 0.10 79.26 18:56:26 18:46:01 all 39.85 0.00 6.66 2.97 0.09 50.43 18:56:26 18:46:01 0 40.25 0.00 6.68 1.88 0.08 51.10 18:56:26 18:46:01 1 40.73 0.00 7.05 4.13 0.08 48.00 18:56:26 18:46:01 2 40.50 0.00 6.64 0.76 0.08 52.02 18:56:26 18:46:01 3 38.52 0.00 6.72 2.05 0.08 52.63 18:56:26 18:46:01 4 41.12 0.00 6.79 5.76 0.10 46.23 18:56:26 18:46:01 5 39.01 0.00 6.96 6.43 0.07 47.53 18:56:26 18:46:01 6 39.69 0.00 6.69 2.13 0.08 51.40 18:56:26 18:46:01 7 39.02 0.00 5.73 0.58 0.10 54.56 18:56:26 18:47:01 all 4.22 0.00 1.80 2.55 0.04 91.39 18:56:26 18:47:01 0 4.85 0.00 1.63 0.08 0.03 93.40 18:56:26 18:47:01 1 4.45 0.00 2.00 9.13 0.03 84.39 18:56:26 18:47:01 2 4.39 0.00 1.60 0.24 0.03 93.74 18:56:26 18:47:01 3 3.37 0.00 2.40 0.72 0.03 93.48 18:56:26 18:47:01 4 4.23 0.00 1.62 0.22 0.03 93.90 18:56:26 18:47:01 5 3.23 0.00 2.11 5.14 0.05 89.46 18:56:26 18:47:01 6 3.80 0.00 1.34 2.81 0.03 92.02 18:56:26 18:47:01 7 5.44 0.00 1.71 2.08 0.05 90.72 18:56:26 18:48:01 all 0.02 0.00 0.01 0.01 0.00 99.96 18:56:26 18:48:01 0 0.00 0.00 0.02 0.00 0.00 99.98 18:56:26 18:48:01 1 0.02 0.00 0.02 0.07 0.00 99.90 18:56:26 18:48:01 2 0.02 0.00 0.03 0.02 0.02 99.92 18:56:26 18:48:01 3 0.03 0.00 0.00 0.00 0.00 99.97 18:56:26 18:48:01 4 0.02 0.00 0.00 0.00 0.00 99.98 18:56:26 18:48:01 5 0.00 0.00 0.00 0.00 0.02 99.98 18:56:26 18:48:01 6 0.02 0.00 0.02 0.00 0.00 99.97 18:56:26 18:48:01 7 0.03 0.00 0.00 0.00 0.00 99.97 18:56:26 18:49:01 all 1.37 0.00 0.81 0.55 0.01 97.26 18:56:26 18:49:01 0 1.70 0.00 1.12 0.90 0.00 96.28 18:56:26 18:49:01 1 1.52 0.00 0.67 1.29 0.02 96.50 18:56:26 18:49:01 2 1.99 0.00 0.65 0.15 0.02 97.19 18:56:26 18:49:01 3 1.15 0.00 0.62 1.30 0.02 96.91 18:56:26 18:49:01 4 1.13 0.00 0.75 0.42 0.02 97.68 18:56:26 18:49:01 5 1.27 0.00 1.39 0.22 0.00 97.12 18:56:26 18:49:01 6 1.12 0.00 0.63 0.03 0.02 98.20 18:56:26 18:49:01 7 1.05 0.00 0.64 0.10 0.03 98.18 18:56:26 18:50:01 all 0.92 0.00 0.67 0.30 0.01 98.11 18:56:26 18:50:01 0 1.17 0.00 0.48 0.02 0.02 98.32 18:56:26 18:50:01 1 0.40 0.00 0.32 0.58 0.02 98.68 18:56:26 18:50:01 2 0.70 0.00 0.67 1.04 0.02 97.57 18:56:26 18:50:01 3 0.92 0.00 1.33 0.02 0.02 97.71 18:56:26 18:50:01 4 1.02 0.00 0.32 0.03 0.00 98.63 18:56:26 18:50:01 5 0.80 0.00 0.85 0.02 0.02 98.32 18:56:26 18:50:01 6 1.87 0.00 0.97 0.02 0.02 97.13 18:56:26 18:50:01 7 0.47 0.00 0.40 0.65 0.00 98.48 18:56:26 18:51:01 all 0.08 0.00 0.05 0.01 0.00 99.85 18:56:26 18:51:01 0 0.08 0.00 0.02 0.00 0.00 99.90 18:56:26 18:51:01 1 0.07 0.00 0.05 0.08 0.02 99.78 18:56:26 18:51:01 2 0.02 0.00 0.03 0.00 0.00 99.95 18:56:26 18:51:01 3 0.22 0.00 0.10 0.00 0.00 99.68 18:56:26 18:51:01 4 0.03 0.00 0.03 0.00 0.00 99.93 18:56:26 18:51:01 5 0.03 0.00 0.12 0.00 0.00 99.85 18:56:26 18:51:01 6 0.13 0.00 0.03 0.00 0.00 99.83 18:56:26 18:51:01 7 0.07 0.00 0.05 0.00 0.00 99.88 18:56:26 18:52:01 all 0.02 0.00 0.01 0.01 0.01 99.96 18:56:26 18:52:01 0 0.00 0.00 0.02 0.00 0.00 99.98 18:56:26 18:52:01 1 0.07 0.00 0.03 0.02 0.03 99.85 18:56:26 18:52:01 2 0.02 0.00 0.00 0.02 0.00 99.97 18:56:26 18:52:01 3 0.00 0.00 0.00 0.00 0.00 100.00 18:56:26 18:52:01 4 0.02 0.00 0.00 0.00 0.00 99.98 18:56:26 18:52:01 5 0.02 0.00 0.00 0.00 0.00 99.98 18:56:26 18:52:01 6 0.00 0.00 0.00 0.02 0.00 99.98 18:56:26 18:52:01 7 0.02 0.00 0.00 0.00 0.02 99.97 18:56:26 18:53:01 all 0.04 0.00 0.01 0.00 0.01 99.94 18:56:26 18:53:01 0 0.02 0.00 0.00 0.00 0.02 99.97 18:56:26 18:53:01 1 0.12 0.00 0.03 0.03 0.02 99.80 18:56:26 18:53:01 2 0.00 0.00 0.03 0.00 0.00 99.97 18:56:26 18:53:01 3 0.05 0.00 0.00 0.00 0.02 99.93 18:56:26 18:53:01 4 0.05 0.00 0.02 0.00 0.00 99.93 18:56:26 18:53:01 5 0.02 0.00 0.00 0.00 0.00 99.98 18:56:26 18:53:01 6 0.00 0.00 0.00 0.00 0.00 100.00 18:56:26 18:53:01 7 0.03 0.00 0.02 0.00 0.00 99.95 18:56:26 18:54:01 all 0.18 0.00 0.01 0.01 0.01 99.79 18:56:26 18:54:01 0 0.05 0.00 0.02 0.00 0.00 99.93 18:56:26 18:54:01 1 1.37 0.00 0.03 0.02 0.02 98.56 18:56:26 18:54:01 2 0.00 0.00 0.02 0.03 0.00 99.95 18:56:26 18:54:01 3 0.02 0.00 0.00 0.02 0.00 99.97 18:56:26 18:54:01 4 0.00 0.00 0.00 0.00 0.02 99.98 18:56:26 18:54:01 5 0.00 0.00 0.02 0.00 0.00 99.98 18:56:26 18:54:01 6 0.02 0.00 0.00 0.00 0.02 99.97 18:56:26 18:54:01 7 0.00 0.00 0.02 0.00 0.00 99.98 18:56:26 18:55:01 all 0.26 0.00 0.01 0.00 0.00 99.73 18:56:26 18:55:01 0 0.00 0.00 0.00 0.00 0.00 100.00 18:56:26 18:55:01 1 1.99 0.00 0.00 0.03 0.00 97.98 18:56:26 18:55:01 2 0.02 0.00 0.03 0.00 0.02 99.93 18:56:26 18:55:01 3 0.00 0.00 0.02 0.00 0.00 99.98 18:56:26 18:55:01 4 0.02 0.00 0.00 0.00 0.00 99.98 18:56:26 18:55:01 5 0.02 0.00 0.00 0.00 0.00 99.98 18:56:26 18:55:01 6 0.02 0.00 0.00 0.00 0.00 99.98 18:56:26 18:55:01 7 0.02 0.00 0.00 0.00 0.00 99.98 18:56:26 18:56:26 18:55:01 CPU %user %nice %system %iowait %steal %idle 18:56:26 18:56:01 all 7.73 0.00 3.22 3.94 0.04 85.07 18:56:26 18:56:01 0 7.70 0.00 3.23 5.71 0.03 83.33 18:56:26 18:56:01 1 7.16 0.00 3.35 9.63 0.05 79.81 18:56:26 18:56:01 2 7.66 0.00 4.79 11.46 0.05 76.03 18:56:26 18:56:01 3 9.25 0.00 2.64 0.05 0.03 88.03 18:56:26 18:56:01 4 7.96 0.00 2.63 0.07 0.03 89.30 18:56:26 18:56:01 5 6.95 0.00 3.66 0.83 0.05 88.51 18:56:26 18:56:01 6 8.80 0.00 2.81 3.72 0.03 84.63 18:56:26 18:56:01 7 6.33 0.00 2.61 0.02 0.07 90.97 18:56:26 Average: all 5.60 0.00 1.53 1.08 0.03 91.77 18:56:26 Average: 0 5.59 0.00 1.51 0.90 0.02 91.98 18:56:26 Average: 1 5.78 0.00 1.57 2.28 0.03 90.33 18:56:26 Average: 2 5.88 0.00 1.71 1.94 0.03 90.44 18:56:26 Average: 3 5.32 0.00 1.55 0.39 0.03 92.72 18:56:26 Average: 4 5.63 0.00 1.44 0.80 0.02 92.11 18:56:26 Average: 5 5.53 0.00 1.66 1.11 0.02 91.68 18:56:26 Average: 6 5.57 0.00 1.44 0.79 0.02 92.17 18:56:26 Average: 7 5.47 0.00 1.34 0.40 0.03 92.76 18:56:26 18:56:26 18:56:26