Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 3364b454c95a561448dfe8dfd76d21007d3a77e4 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-ssh13316365375492983334.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-ssh4397728391075566313.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-rest-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-rest-go/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh14033517434517106015.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-ssh8555095596048128581.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-rest-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-rest-go/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh7769883174553376972.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-rest-go] ========================================================= [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-rest-go-settings PROJECT: device-rest-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-rest DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-7113 in /w/workspace/edgexfoundry_device-rest-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-rest-go.git > git init /w/workspace/edgexfoundry_device-rest-go_main # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-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-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 3364b454c95a561448dfe8dfd76d21007d3a77e4 (main) > git config remote.origin.url git@github.com:edgexfoundry/device-rest-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 3364b454c95a561448dfe8dfd76d21007d3a77e4 # timeout=10 Commit message: "refactor!: Clean up remain config items no longer needed (#258)" > git rev-list --no-walk eeb2727d50df763d785a8885935756adc9e2bce2 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 20:23:16 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 20:23:16 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 20:23:16 ========================================================= 20:23:16 EdgeX Global Pipelines Version Info 20:23:16 ========================================================= [Pipeline] libraryResource [Pipeline] sh 20:23:17 ------------------- 20:23:17 stable info: 20:23:17 ------------------- 20:23:17 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 20:23:17 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 20:23:17 Message: update stable to v1.0.244 20:23:18 ------------------- 20:23:18 experimental info: 20:23:18 ------------------- 20:23:18 Commited By: **** collab-it+edgex@linuxfoundation.org 20:23:18 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 20:23:18 Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 20:23:18 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-rest-go-settings [Pipeline] echo 20:23:18 [edgeXSetupEnvironment]: set envvar PROJECT = device-rest-go [Pipeline] echo 20:23:18 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 20:23:18 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 20:23:18 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 20:23:18 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 20:23:18 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 20:23:18 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 20:23:18 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 20:23:18 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 20:23:18 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 20:23:18 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-rest [Pipeline] echo 20:23:18 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 20:23:18 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 20:23:18 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 20:23:18 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 20:23:18 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 20:23:18 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 20:23:18 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 20:23:18 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 20:23:18 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 20:23:18 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 20:23:18 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 20:23:18 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 20:23:18 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 20:23:18 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 20:23:18 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 20:23:18 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 20:23:18 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 20:23:18 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 20:23:18 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 3364b454c95a561448dfe8dfd76d21007d3a77e4 [Pipeline] echo 20:23:18 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 3364b45 [Pipeline] echo 20:23:18 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:23:18 provisioning config files... 20:23:18 copy managed file [device-rest-go-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config8554644680793785753tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:23:18 ---> docker-login.sh 20:23:18 nexus3.edgexfoundry.org:10001 20:23:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:23:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:23:19 Configure a credential helper to remove this warning. See 20:23:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:23:19 20:23:19 Login Succeeded 20:23:19 nexus3.edgexfoundry.org:10002 20:23:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:23:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:23:19 Configure a credential helper to remove this warning. See 20:23:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:23:19 20:23:19 Login Succeeded 20:23:19 nexus3.edgexfoundry.org:10003 20:23:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:23:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:23:19 Configure a credential helper to remove this warning. See 20:23:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:23:19 20:23:19 Login Succeeded 20:23:19 nexus3.edgexfoundry.org:10004 20:23:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:23:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:23:19 Configure a credential helper to remove this warning. See 20:23:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:23:19 20:23:19 Login Succeeded 20:23:19 docker.io 20:23:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:23:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:23:20 Configure a credential helper to remove this warning. See 20:23:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:23:20 20:23:20 Login Succeeded 20:23:20 ---> docker-login.sh ends [Pipeline] } 20:23:20 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 20:23:20 + git rev-list -1 --merges 3364b454c95a561448dfe8dfd76d21007d3a77e4~1..3364b454c95a561448dfe8dfd76d21007d3a77e4 [Pipeline] echo 20:23:20 -----------> git rev-list -1 --merges 3364b454c95a561448dfe8dfd76d21007d3a77e4~1..3364b454c95a561448dfe8dfd76d21007d3a77e4 3364b454c95a561448dfe8dfd76d21007d3a77e4 [false] [Pipeline] sh 20:23:20 + git log --format=format:%s -1 3364b454c95a561448dfe8dfd76d21007d3a77e4 [Pipeline] echo 20:23:20 ========================================================= 20:23:20 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 20:23:20 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 20:23:21 + git log --format=format:%s -1 3364b454c95a561448dfe8dfd76d21007d3a77e4 [Pipeline] echo 20:23:21 [semverPrep] GIT_COMMIT: 3364b454c95a561448dfe8dfd76d21007d3a77e4, Commit Message: refactor!: Clean up remain config items no longer needed (#258) [Pipeline] echo 20:23:21 [semverPrep] This is not a build commit. [Pipeline] sh 20:23:21 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 20:23:21 + grep -v github /etc/ssh/ssh_known_hosts 20:23:21 + [ -e /tmp/ssh_known_hosts ] 20:23:21 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 20:23:21 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 20:23:21 + sudo tee -a /etc/ssh/ssh_known_hosts 20:23:21 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:23:21 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 20:23:21 20:23:21 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:23:22 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 20:23:22 0.1.4: Pulling from edgex-devops/py-git-semver 20:23:22 b85a868b505f: Pulling fs layer 20:23:22 e2be974225ed: Pulling fs layer 20:23:22 339a4e72a1f5: Pulling fs layer 20:23:22 988bab9f4d93: Pulling fs layer 20:23:22 1469e6f7b9e6: Pulling fs layer 20:23:22 eaf3925da568: Pulling fs layer 20:23:22 bab4dde63d76: Pulling fs layer 20:23:22 bde34c3a00c8: Pulling fs layer 20:23:22 b352a97aabf1: Pulling fs layer 20:23:22 4872d77fe225: Pulling fs layer 20:23:22 5851b861e8e6: Pulling fs layer 20:23:22 988bab9f4d93: Waiting 20:23:22 1469e6f7b9e6: Waiting 20:23:22 bab4dde63d76: Waiting 20:23:22 eaf3925da568: Waiting 20:23:22 4872d77fe225: Waiting 20:23:22 5851b861e8e6: Waiting 20:23:22 bde34c3a00c8: Waiting 20:23:22 b352a97aabf1: Waiting 20:23:22 e2be974225ed: Verifying Checksum 20:23:22 e2be974225ed: Download complete 20:23:22 988bab9f4d93: Verifying Checksum 20:23:22 988bab9f4d93: Download complete 20:23:22 1469e6f7b9e6: Verifying Checksum 20:23:22 1469e6f7b9e6: Download complete 20:23:22 339a4e72a1f5: Verifying Checksum 20:23:22 339a4e72a1f5: Download complete 20:23:22 eaf3925da568: Verifying Checksum 20:23:22 eaf3925da568: Download complete 20:23:22 bde34c3a00c8: Verifying Checksum 20:23:22 bde34c3a00c8: Download complete 20:23:22 b352a97aabf1: Verifying Checksum 20:23:22 b352a97aabf1: Download complete 20:23:22 4872d77fe225: Verifying Checksum 20:23:22 4872d77fe225: Download complete 20:23:22 5851b861e8e6: Download complete 20:23:22 b85a868b505f: Verifying Checksum 20:23:22 b85a868b505f: Download complete 20:23:22 bab4dde63d76: Verifying Checksum 20:23:22 bab4dde63d76: Download complete 20:23:24 b85a868b505f: Pull complete 20:23:24 e2be974225ed: Pull complete 20:23:24 339a4e72a1f5: Pull complete 20:23:24 988bab9f4d93: Pull complete 20:23:24 1469e6f7b9e6: Pull complete 20:23:25 eaf3925da568: Pull complete 20:23:27 bab4dde63d76: Pull complete 20:23:27 bde34c3a00c8: Pull complete 20:23:27 b352a97aabf1: Pull complete 20:23:27 4872d77fe225: Pull complete 20:23:27 5851b861e8e6: Pull complete 20:23:27 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 20:23:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 20:23:27 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:23:27 prd-ubuntu20.04-docker-8c-8g-7113 does not seem to be running inside a container 20:23:27 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-rest-go_main -v /w/workspace/edgexfoundry_device-rest-go_main:/w/workspace/edgexfoundry_device-rest-go_main:rw,z -v /w/workspace/edgexfoundry_device-rest-go_main@tmp:/w/workspace/edgexfoundry_device-rest-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 20:23:28 $ docker top 3b3567aae44c0a05cee598586e53628d80732a155662c9b6dab426c16fda9018 -eo pid,comm 20:23:28 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). 20:23:28 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:23:28 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:23:28 [ssh-agent] Looking for ssh-agent implementation... 20:23:29 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:23:29 $ docker exec 3b3567aae44c0a05cee598586e53628d80732a155662c9b6dab426c16fda9018 ssh-agent 20:23:29 SSH_AUTH_SOCK=/tmp/ssh-zONb0YOmusTj/agent.34 20:23:29 SSH_AGENT_PID=40 20:23:29 Running ssh-add (command line suppressed) 20:23:29 Identity added: /w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_3775193385036548077.key (/w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_3775193385036548077.key) 20:23:29 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:23:29 + git tag --points-at HEAD [Pipeline] } 20:23:29 $ docker exec --env ******** --env ******** 3b3567aae44c0a05cee598586e53628d80732a155662c9b6dab426c16fda9018 ssh-agent -k 20:23:29 unset SSH_AUTH_SOCK; 20:23:29 unset SSH_AGENT_PID; 20:23:29 echo Agent pid 40 killed; 20:23:29 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 20:23:29 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:23:29 [ssh-agent] Looking for ssh-agent implementation... 20:23:29 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:23:29 $ docker exec 3b3567aae44c0a05cee598586e53628d80732a155662c9b6dab426c16fda9018 ssh-agent 20:23:30 SSH_AUTH_SOCK=/tmp/ssh-qAdm33cMli2P/agent.73 20:23:30 SSH_AGENT_PID=79 20:23:30 Running ssh-add (command line suppressed) 20:23:30 Identity added: /w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_14764153353466692964.key (/w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_14764153353466692964.key) 20:23:30 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:23:30 + git semver init 20:23:30 2023-02-22 20:23:30,674 [run_init] DEBUG init version:0.0.0 force:False 20:23:30 2023-02-22 20:23:30,675 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_device-rest-go_main/.semver 20:23:30 2023-02-22 20:23:30,675 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-rest-go.git /w/workspace/edgexfoundry_device-rest-go_main/.semver 20:23:30 2023-02-22 20:23:30,675 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-rest-go.git', '/w/workspace/edgexfoundry_device-rest-go_main/.semver'], cwd=/w/workspace/edgexfoundry_device-rest-go_main, universal_newlines=False, shell=None, istream=None) 20:23:32 2023-02-22 20:23:31,805 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_device-rest-go_main/.git/info/exclude 20:23:32 2023-02-22 20:23:31,806 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_device-rest-go_main/.semver/main with force:False 20:23:32 2023-02-22 20:23:31,806 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main 20:23:32 2023-02-22 20:23:31,806 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main 20:23:32 3.0.0-dev.13 [Pipeline] } 20:23:32 $ docker exec --env ******** --env ******** 3b3567aae44c0a05cee598586e53628d80732a155662c9b6dab426c16fda9018 ssh-agent -k 20:23:32 unset SSH_AUTH_SOCK; 20:23:32 unset SSH_AGENT_PID; 20:23:32 echo Agent pid 79 killed; 20:23:32 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:23:32 + git semver [Pipeline] } 20:23:32 $ docker stop --time=1 3b3567aae44c0a05cee598586e53628d80732a155662c9b6dab426c16fda9018 20:23:34 $ docker rm -f --volumes 3b3567aae44c0a05cee598586e53628d80732a155662c9b6dab426c16fda9018 [Pipeline] // withDockerContainer [Pipeline] sh 20:23:34 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 20:23:34 Stashed 1 file(s) [Pipeline] echo 20:23:34 [edgeXSemver]: initialized semver on version 3.0.0-dev.13 [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 20:23:34 provisioning config files... 20:23:34 copy managed file [device-rest-go-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config9646316080089294056tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:23:35 ---> docker-login.sh 20:23:35 nexus3.edgexfoundry.org:10001 20:23:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:23:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:23:35 Configure a credential helper to remove this warning. See 20:23:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:23:35 20:23:35 Login Succeeded 20:23:35 nexus3.edgexfoundry.org:10002 20:23:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:23:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:23:35 Configure a credential helper to remove this warning. See 20:23:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:23:35 20:23:35 Login Succeeded 20:23:35 nexus3.edgexfoundry.org:10003 20:23:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:23:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:23:35 Configure a credential helper to remove this warning. See 20:23:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:23:35 20:23:35 Login Succeeded 20:23:35 nexus3.edgexfoundry.org:10004 20:23:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:23:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:23:35 Configure a credential helper to remove this warning. See 20:23:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:23:35 20:23:35 Login Succeeded 20:23:35 docker.io 20:23:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:23:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:23:35 Configure a credential helper to remove this warning. See 20:23:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:23:35 20:23:35 Login Succeeded 20:23:35 ---> docker-login.sh ends [Pipeline] } 20:23:35 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 20:23:35 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 20:23:35 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 20:23:35 ========================================================= 20:23:35 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] 20:23:35 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:23:36 + 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 . 20:23:36 Sending build context to Docker daemon 10.82MB 20:23:36 Step 1/12 : ARG BASE=golang:1.18-alpine3.16 20:23:36 Step 2/12 : FROM ${BASE} AS builder 20:23:36 1.18-alpine: Pulling from edgex-devops/edgex-golang-base 20:23:36 213ec9aee27d: Pulling fs layer 20:23:36 4583459ba037: Pulling fs layer 20:23:36 93c1e223e6f2: Pulling fs layer 20:23:36 53926ce57604: Pulling fs layer 20:23:36 21b2b0c7a3f4: Pulling fs layer 20:23:36 22ff95d597cd: Pulling fs layer 20:23:36 12d6caf4c0d1: Pulling fs layer 20:23:36 96b7cbca73a9: Pulling fs layer 20:23:36 a7acece74701: Pulling fs layer 20:23:36 53926ce57604: Waiting 20:23:36 21b2b0c7a3f4: Waiting 20:23:36 22ff95d597cd: Waiting 20:23:36 12d6caf4c0d1: Waiting 20:23:36 a7acece74701: Waiting 20:23:36 96b7cbca73a9: Waiting 20:23:36 93c1e223e6f2: Download complete 20:23:36 4583459ba037: Verifying Checksum 20:23:36 4583459ba037: Download complete 20:23:36 21b2b0c7a3f4: Verifying Checksum 20:23:36 21b2b0c7a3f4: Download complete 20:23:36 22ff95d597cd: Verifying Checksum 20:23:36 22ff95d597cd: Download complete 20:23:36 213ec9aee27d: Verifying Checksum 20:23:36 213ec9aee27d: Download complete 20:23:36 12d6caf4c0d1: Download complete 20:23:36 213ec9aee27d: Pull complete 20:23:36 4583459ba037: Pull complete 20:23:36 93c1e223e6f2: Pull complete 20:23:37 a7acece74701: Verifying Checksum 20:23:37 a7acece74701: Download complete 20:23:37 96b7cbca73a9: Verifying Checksum 20:23:37 96b7cbca73a9: Download complete 20:23:37 53926ce57604: Verifying Checksum 20:23:37 53926ce57604: Download complete 20:23:41 53926ce57604: Pull complete 20:23:41 21b2b0c7a3f4: Pull complete 20:23:41 22ff95d597cd: Pull complete 20:23:41 12d6caf4c0d1: Pull complete 20:23:44 96b7cbca73a9: Pull complete 20:23:44 a7acece74701: Pull complete 20:23:44 Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d 20:23:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 20:23:44 ---> db6d94c90886 20:23:44 Step 3/12 : ARG ADD_BUILD_TAGS="" 20:23:46 ---> Running in 08fef61d522d 20:23:46 Removing intermediate container 08fef61d522d 20:23:46 ---> d4d0e10829dc 20:23:46 Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 20:23:46 ---> Running in 51982c64dd75 20:23:46 Removing intermediate container 51982c64dd75 20:23:46 ---> c9489b34ec68 20:23:46 Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client" 20:23:46 ---> Running in f084f0be3554 20:23:47 Removing intermediate container f084f0be3554 20:23:47 ---> b0a7afbe0b21 20:23:47 Step 6/12 : ARG ALPINE_PKG_EXTRA="" 20:23:47 ---> Running in 345a645356cd 20:23:47 Removing intermediate container 345a645356cd 20:23:47 ---> 28fb85099e08 20:23:47 Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 20:23:47 ---> Running in c578a79eccda 20:23:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 20:23:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 20:23:47 (1/4) Installing openssh-keygen (9.0_p1-r2) 20:23:47 (2/4) Installing libedit (20210910.3.1-r0) 20:23:47 (3/4) Installing openssh-client-common (9.0_p1-r2) 20:23:47 (4/4) Installing openssh-client-default (9.0_p1-r2) 20:23:47 Executing busybox-1.35.0-r17.trigger 20:23:47 OK: 216 MiB in 55 packages 20:23:48 Removing intermediate container c578a79eccda 20:23:48 ---> de96c1a00d12 20:23:48 Step 8/12 : WORKDIR /device-rest-go 20:23:48 ---> Running in 5b87bb320fc1 20:23:48 Removing intermediate container 5b87bb320fc1 20:23:48 ---> 1d667f9f7a68 20:23:48 Step 9/12 : COPY go.mod vendor* ./ 20:23:48 ---> 1296efddaa28 20:23:48 Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:23:48 ---> Running in 055b90f195bf 20:23:49 Still waiting to schedule task 20:23:49 Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-7112’ 20:24:27 Removing intermediate container 055b90f195bf 20:24:27 ---> 7d1570e5ffdd 20:24:27 Step 11/12 : COPY . . 20:24:27 ---> 8e562360cd88 20:24:27 Step 12/12 : RUN $MAKE 20:24:27 ---> Running in 17d7410d117b 20:24:27 noop 20:24:27 Removing intermediate container 17d7410d117b 20:24:27 ---> 6ae16b71b424 20:24:27 Successfully built 6ae16b71b424 20:24:27 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:24:27 + docker inspect -f . ci-base-image-x86_64 20:24:27 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:24:27 prd-ubuntu20.04-docker-8c-8g-7113 does not seem to be running inside a container 20:24:27 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_device-rest-go_main -v /w/workspace/edgexfoundry_device-rest-go_main:/w/workspace/edgexfoundry_device-rest-go_main:rw,z -v /w/workspace/edgexfoundry_device-rest-go_main@tmp:/w/workspace/edgexfoundry_device-rest-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 20:24:28 $ docker top 11c9d825b1ce0bf0bc66493c5884be3ebad9b363bff68de2b598284fef1b32ea -eo pid,comm [Pipeline] { [Pipeline] sh 20:24:28 + go version 20:24:28 go version go1.18.7 linux/amd64 [Pipeline] } 20:24:28 $ docker stop --time=1 11c9d825b1ce0bf0bc66493c5884be3ebad9b363bff68de2b598284fef1b32ea 20:24:29 $ docker rm -f --volumes 11c9d825b1ce0bf0bc66493c5884be3ebad9b363bff68de2b598284fef1b32ea [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:24:30 + docker inspect -f . ci-base-image-x86_64 20:24:30 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:24:30 prd-ubuntu20.04-docker-8c-8g-7113 does not seem to be running inside a container 20:24:30 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/edgexfoundry_device-rest-go_main -v /w/workspace/edgexfoundry_device-rest-go_main:/w/workspace/edgexfoundry_device-rest-go_main:rw,z -v /w/workspace/edgexfoundry_device-rest-go_main@tmp:/w/workspace/edgexfoundry_device-rest-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 20:24:30 $ docker top 1c07f43b3afb24c0293a17f82b35b8fe953f382819b1c96c904d17db13dffc34 -eo pid,comm [Pipeline] { [Pipeline] sh 20:24:31 + git config --global --add safe.directory /w/workspace/edgexfoundry_device-rest-go_main [Pipeline] fileExists [Pipeline] sh 20:24:31 + make test 20:24:31 go test ./... -coverprofile=coverage.out ./... 20:24:31 ? github.com/edgexfoundry/device-rest-go [no test files] 20:24:41 ? github.com/edgexfoundry/device-rest-go/cmd [no test files] 20:24:42 ok github.com/edgexfoundry/device-rest-go/driver 0.015s coverage: 33.9% of statements 20:24:50 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." 20:24:50 go vet ./... 20:24:53 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 20:24:53 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 20:24:53 ./bin/test-attribution-txt.sh [Pipeline] echo 20:24:53 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 20:24:53 $ docker stop --time=1 1c07f43b3afb24c0293a17f82b35b8fe953f382819b1c96c904d17db13dffc34 20:24:55 $ docker rm -f --volumes 1c07f43b3afb24c0293a17f82b35b8fe953f382819b1c96c904d17db13dffc34 [Pipeline] // withDockerContainer [Pipeline] sh 20:24:56 + sudo chown -R jenkins:jenkins . [Pipeline] stash 20:24:56 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 20:24:56 + sudo chown -R jenkins:jenkins . [Pipeline] sh 20:24:56 + ls -al . 20:24:56 total 188 20:24:56 drwxrwxr-x 9 jenkins jenkins 4096 Feb 22 20:24 . 20:24:56 drwxrwxr-x 4 jenkins jenkins 4096 Feb 22 20:23 .. 20:24:56 -rw-rw-r-- 1 jenkins jenkins 151 Feb 22 20:23 .dockerignore 20:24:56 drwxrwxr-x 8 jenkins jenkins 4096 Feb 22 20:24 .git 20:24:56 drwxrwxr-x 3 jenkins jenkins 4096 Feb 22 20:23 .github 20:24:56 -rw-rw-r-- 1 jenkins jenkins 329 Feb 22 20:23 .gitignore 20:24:56 -rw-rw-r-- 1 jenkins jenkins 41 Feb 22 20:23 .golangci.yml 20:24:56 drwxr-xr-x 3 jenkins jenkins 4096 Feb 22 20:23 .semver 20:24:56 -rw-rw-r-- 1 jenkins jenkins 9213 Feb 22 20:23 Attribution.txt 20:24:56 -rw-rw-r-- 1 jenkins jenkins 13085 Feb 22 20:23 CHANGELOG.md 20:24:56 -rw-rw-r-- 1 jenkins jenkins 1578 Feb 22 20:23 Dockerfile 20:24:56 -rw-rw-r-- 1 jenkins jenkins 677 Feb 22 20:23 GOVERNANCE.md 20:24:56 -rw-rw-r-- 1 jenkins jenkins 680 Feb 22 20:23 Jenkinsfile 20:24:56 -rw-rw-r-- 1 jenkins jenkins 11340 Feb 22 20:23 LICENSE 20:24:56 -rw-rw-r-- 1 jenkins jenkins 1744 Feb 22 20:23 Makefile 20:24:56 -rw-rw-r-- 1 jenkins jenkins 620 Feb 22 20:23 OWNERS.md 20:24:56 -rw-rw-r-- 1 jenkins jenkins 15447 Feb 22 20:23 README.md 20:24:56 -rw-rw-r-- 1 jenkins jenkins 12 Feb 22 20:23 VERSION 20:24:56 drwxrwxr-x 2 jenkins jenkins 4096 Feb 22 20:23 bin 20:24:56 drwxrwxr-x 3 jenkins jenkins 4096 Feb 22 20:23 cmd 20:24:56 -rw-r--r-- 1 jenkins jenkins 13744 Feb 22 20:24 coverage.out 20:24:56 drwxrwxr-x 2 jenkins jenkins 4096 Feb 22 20:23 driver 20:24:56 -rw-rw-r-- 1 jenkins jenkins 3400 Feb 22 20:23 go.mod 20:24:56 -rw-rw-r-- 1 jenkins jenkins 33279 Feb 22 20:23 go.sum 20:24:56 drwxrwxr-x 4 jenkins jenkins 4096 Feb 22 20:23 snap 20:24:56 -rw-rw-r-- 1 jenkins jenkins 713 Feb 22 20:23 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:24:57 + docker build -t device-rest -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg MAKE=make build --build-arg ARCH=amd64 --label git_sha=3364b454c95a561448dfe8dfd76d21007d3a77e4 --label arch=amd64 --label version=3.0.0-dev.13 . 20:24:57 Sending build context to Docker daemon 10.83MB 20:24:57 Step 1/25 : ARG BASE=golang:1.18-alpine3.16 20:24:57 Step 2/25 : FROM ${BASE} AS builder 20:24:57 ---> 6ae16b71b424 20:24:57 Step 3/25 : ARG ADD_BUILD_TAGS="" 20:24:57 ---> Running in 622e08b057a1 20:24:57 Removing intermediate container 622e08b057a1 20:24:57 ---> 4858feea6105 20:24:57 Step 4/25 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 20:24:57 ---> Running in 8adf59f8622a 20:24:57 Removing intermediate container 8adf59f8622a 20:24:57 ---> 2d07d32f6fd8 20:24:57 Step 5/25 : ARG ALPINE_PKG_BASE="make git openssh-client" 20:24:57 ---> Running in 4741552d0c4f 20:24:57 Removing intermediate container 4741552d0c4f 20:24:57 ---> 3a98e6ce5b15 20:24:57 Step 6/25 : ARG ALPINE_PKG_EXTRA="" 20:24:57 ---> Running in 66849ff9a416 20:24:57 Removing intermediate container 66849ff9a416 20:24:57 ---> c5824c89d223 20:24:57 Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 20:24:58 ---> Running in fc58861531b8 20:24:58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 20:24:58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 20:24:58 OK: 216 MiB in 55 packages 20:24:58 Removing intermediate container fc58861531b8 20:24:58 ---> 6dfb9d365680 20:24:58 Step 8/25 : WORKDIR /device-rest-go 20:24:58 ---> Running in 5ab08ba732ef 20:24:59 Removing intermediate container 5ab08ba732ef 20:24:59 ---> 0a8c9e6167c7 20:24:59 Step 9/25 : COPY go.mod vendor* ./ 20:24:59 ---> d5b36e6818b4 20:24:59 Step 10/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:24:59 ---> Running in da2cc7892895 20:25:00 Removing intermediate container da2cc7892895 20:25:00 ---> 26fe22ce9849 20:25:00 Step 11/25 : COPY . . 20:25:00 ---> e7de68fd0c8d 20:25:00 Step 12/25 : RUN $MAKE 20:25:00 ---> Running in 0bd20bd83537 20:25:00 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-rest-go.Version=3.0.0-dev.13" -trimpath -mod=readonly -o cmd/device-rest ./cmd 20:25:22 Removing intermediate container 0bd20bd83537 20:25:22 ---> 46f72eec75ca 20:25:22 Step 13/25 : FROM alpine:3.16 20:25:22 3.16: Pulling from library/alpine 20:25:22 ef5531b6e74e: Pulling fs layer 20:25:22 ef5531b6e74e: Verifying Checksum 20:25:22 ef5531b6e74e: Download complete 20:25:22 ef5531b6e74e: Pull complete 20:25:22 Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 20:25:22 Status: Downloaded newer image for alpine:3.16 20:25:22 ---> dfd21b5a31f5 20:25:22 Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' 20:25:22 ---> Running in e9170b8fda9b 20:25:22 Removing intermediate container e9170b8fda9b 20:25:22 ---> 6d1c6291fc8e 20:25:22 Step 15/25 : LABEL Name=device-rest-go Version=${VERSION} 20:25:22 ---> Running in 525640a33ba8 20:25:22 Removing intermediate container 525640a33ba8 20:25:22 ---> 6e40362c1990 20:25:22 Step 16/25 : RUN apk add --update --no-cache dumb-init 20:25:22 ---> Running in 3dc678ac6bb5 20:25:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 20:25:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 20:25:22 (1/1) Installing dumb-init (1.2.5-r1) 20:25:22 Executing busybox-1.35.0-r17.trigger 20:25:22 OK: 6 MiB in 15 packages 20:25:22 Removing intermediate container 3dc678ac6bb5 20:25:22 ---> 5bd21b1ddb6b 20:25:22 Step 17/25 : COPY --from=builder /device-rest-go/cmd / 20:25:23 ---> a9e8937721d0 20:25:23 Step 18/25 : COPY --from=builder /device-rest-go/LICENSE / 20:25:23 ---> 74de6cfb0609 20:25:23 Step 19/25 : COPY --from=builder /device-rest-go/Attribution.txt / 20:25:23 ---> e2341280eb1a 20:25:23 Step 20/25 : EXPOSE 59986 20:25:23 ---> Running in d53cdcaae75d 20:25:23 Removing intermediate container d53cdcaae75d 20:25:23 ---> 97945373d7d6 20:25:23 Step 21/25 : ENTRYPOINT ["/device-rest"] 20:25:23 ---> Running in 8f50fc49cf55 20:25:23 Removing intermediate container 8f50fc49cf55 20:25:23 ---> 97d05f829a93 20:25:23 Step 22/25 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry"] 20:25:23 ---> Running in 9c65aba489f3 20:25:24 Removing intermediate container 9c65aba489f3 20:25:24 ---> 88362ae1cc00 20:25:24 Step 23/25 : LABEL arch=amd64 20:25:24 ---> Running in 81be7803df3c 20:25:24 Removing intermediate container 81be7803df3c 20:25:24 ---> b01644166412 20:25:24 Step 24/25 : LABEL git_sha=3364b454c95a561448dfe8dfd76d21007d3a77e4 20:25:24 ---> Running in fca7869f8d08 20:25:24 Removing intermediate container fca7869f8d08 20:25:24 ---> 9ada9fdcab7d 20:25:24 Step 25/25 : LABEL version=3.0.0-dev.13 20:25:24 ---> Running in a66596e8ae14 20:25:24 Removing intermediate container a66596e8ae14 20:25:24 ---> 56e814866513 20:25:24 [Warning] One or more build-args [ARCH] were not consumed 20:25:24 Successfully built 56e814866513 20:25:24 Successfully tagged device-rest:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:25:24 provisioning config files... 20:25:24 copy managed file [device-rest-go-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config9393500641194338657tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:25:24 ---> docker-login.sh 20:25:24 nexus3.edgexfoundry.org:10001 20:25:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:25:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:25:24 Configure a credential helper to remove this warning. See 20:25:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:25:24 20:25:24 Login Succeeded 20:25:24 nexus3.edgexfoundry.org:10002 20:25:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:25:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:25:24 Configure a credential helper to remove this warning. See 20:25:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:25:24 20:25:24 Login Succeeded 20:25:24 nexus3.edgexfoundry.org:10003 20:25:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:25:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:25:25 Configure a credential helper to remove this warning. See 20:25:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:25:25 20:25:25 Login Succeeded 20:25:25 nexus3.edgexfoundry.org:10004 20:25:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:25:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:25:25 Configure a credential helper to remove this warning. See 20:25:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:25:25 20:25:25 Login Succeeded 20:25:25 docker.io 20:25:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:25:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:25:25 Configure a credential helper to remove this warning. See 20:25:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:25:25 20:25:25 Login Succeeded 20:25:25 ---> docker-login.sh ends [Pipeline] } 20:25:25 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:25:25 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 20:25:25 [edgeXDocker.push] Tagging docker image device-rest with the following tags: 20:25:25 3364b454c95a561448dfe8dfd76d21007d3a77e4 20:25:25 latest 20:25:25 3.0.0-dev.13 20:25:25 3364b454c95a561448dfe8dfd76d21007d3a77e4-3.0.0-dev.13 20:25:25 main 20:25:25 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:25:26 + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:3364b454c95a561448dfe8dfd76d21007d3a77e4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:25:26 + docker push nexus3.edgexfoundry.org:10004/device-rest:3364b454c95a561448dfe8dfd76d21007d3a77e4 20:25:26 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] 20:25:26 efc5b1fb87e3: Preparing 20:25:26 acadc24484f9: Preparing 20:25:26 853dd29a2c6c: Preparing 20:25:26 f2bffa83c758: Preparing 20:25:26 aa5968d388b8: Preparing 20:25:26 aa5968d388b8: Layer already exists 20:25:26 efc5b1fb87e3: Pushed 20:25:26 f2bffa83c758: Pushed 20:25:26 acadc24484f9: Pushed 20:25:29 853dd29a2c6c: Pushed 20:25:29 3364b454c95a561448dfe8dfd76d21007d3a77e4: digest: sha256:d437fd7224d03bbf200f6bc19ce57993ab5045ddc8480a09b2d42c207f59901f size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:25:30 + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:25:30 + docker push nexus3.edgexfoundry.org:10004/device-rest:latest 20:25:30 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] 20:25:30 efc5b1fb87e3: Preparing 20:25:30 acadc24484f9: Preparing 20:25:30 853dd29a2c6c: Preparing 20:25:30 f2bffa83c758: Preparing 20:25:30 aa5968d388b8: Preparing 20:25:30 f2bffa83c758: Layer already exists 20:25:30 acadc24484f9: Layer already exists 20:25:30 853dd29a2c6c: Layer already exists 20:25:30 aa5968d388b8: Layer already exists 20:25:30 efc5b1fb87e3: Layer already exists 20:25:30 latest: digest: sha256:d437fd7224d03bbf200f6bc19ce57993ab5045ddc8480a09b2d42c207f59901f size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:25:30 + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:3.0.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:25:30 + docker push nexus3.edgexfoundry.org:10004/device-rest:3.0.0-dev.13 20:25:30 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] 20:25:30 efc5b1fb87e3: Preparing 20:25:30 acadc24484f9: Preparing 20:25:30 853dd29a2c6c: Preparing 20:25:30 f2bffa83c758: Preparing 20:25:30 aa5968d388b8: Preparing 20:25:30 853dd29a2c6c: Layer already exists 20:25:30 acadc24484f9: Layer already exists 20:25:30 f2bffa83c758: Layer already exists 20:25:30 efc5b1fb87e3: Layer already exists 20:25:30 aa5968d388b8: Layer already exists 20:25:30 3.0.0-dev.13: digest: sha256:d437fd7224d03bbf200f6bc19ce57993ab5045ddc8480a09b2d42c207f59901f size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:25:31 + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:3364b454c95a561448dfe8dfd76d21007d3a77e4-3.0.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:25:31 + docker push nexus3.edgexfoundry.org:10004/device-rest:3364b454c95a561448dfe8dfd76d21007d3a77e4-3.0.0-dev.13 20:25:31 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] 20:25:31 efc5b1fb87e3: Preparing 20:25:31 acadc24484f9: Preparing 20:25:31 853dd29a2c6c: Preparing 20:25:31 f2bffa83c758: Preparing 20:25:31 aa5968d388b8: Preparing 20:25:31 f2bffa83c758: Layer already exists 20:25:31 acadc24484f9: Layer already exists 20:25:31 853dd29a2c6c: Layer already exists 20:25:31 efc5b1fb87e3: Layer already exists 20:25:31 aa5968d388b8: Layer already exists 20:25:31 3364b454c95a561448dfe8dfd76d21007d3a77e4-3.0.0-dev.13: digest: sha256:d437fd7224d03bbf200f6bc19ce57993ab5045ddc8480a09b2d42c207f59901f size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:25:31 + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:25:32 + docker push nexus3.edgexfoundry.org:10004/device-rest:main 20:25:32 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] 20:25:32 efc5b1fb87e3: Preparing 20:25:32 acadc24484f9: Preparing 20:25:32 853dd29a2c6c: Preparing 20:25:32 f2bffa83c758: Preparing 20:25:32 aa5968d388b8: Preparing 20:25:32 aa5968d388b8: Layer already exists 20:25:32 853dd29a2c6c: Layer already exists 20:25:32 efc5b1fb87e3: Layer already exists 20:25:32 f2bffa83c758: Layer already exists 20:25:32 acadc24484f9: Layer already exists 20:25:32 main: digest: sha256:d437fd7224d03bbf200f6bc19ce57993ab5045ddc8480a09b2d42c207f59901f size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:25:32 ===================================================== [Pipeline] echo 20:25:32 taggedImages: 20:25:32 - nexus3.edgexfoundry.org:10004/device-rest:3364b454c95a561448dfe8dfd76d21007d3a77e4 20:25:32 - nexus3.edgexfoundry.org:10004/device-rest:latest 20:25:32 - nexus3.edgexfoundry.org:10004/device-rest:3.0.0-dev.13 20:25:32 - nexus3.edgexfoundry.org:10004/device-rest:3364b454c95a561448dfe8dfd76d21007d3a77e4-3.0.0-dev.13 20:25:32 - nexus3.edgexfoundry.org:10004/device-rest: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 20:25:32 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:25:32 20:25:32 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:25:32 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:25:32 latest: Pulling from edgex-lftools-log-publisher 20:25:32 5eb5b503b376: Pulling fs layer 20:25:32 5c69ac0246d0: Pulling fs layer 20:25:32 ec43610c2a17: Pulling fs layer 20:25:32 3a2ae6a8a46f: Pulling fs layer 20:25:32 33b1e0a273af: Pulling fs layer 20:25:32 5d3b04190fa2: Pulling fs layer 20:25:32 2f39f015ded8: Pulling fs layer 20:25:32 3a2ae6a8a46f: Waiting 20:25:32 33b1e0a273af: Waiting 20:25:32 5d3b04190fa2: Waiting 20:25:32 2f39f015ded8: Waiting 20:25:32 5c69ac0246d0: Verifying Checksum 20:25:32 5c69ac0246d0: Download complete 20:25:32 3a2ae6a8a46f: Download complete 20:25:33 33b1e0a273af: Verifying Checksum 20:25:33 33b1e0a273af: Download complete 20:25:33 5d3b04190fa2: Verifying Checksum 20:25:33 5d3b04190fa2: Download complete 20:25:33 ec43610c2a17: Verifying Checksum 20:25:33 ec43610c2a17: Download complete 20:25:33 5eb5b503b376: Verifying Checksum 20:25:33 2f39f015ded8: Download complete 20:25:34 5eb5b503b376: Pull complete 20:25:34 5c69ac0246d0: Pull complete 20:25:35 ec43610c2a17: Pull complete 20:25:35 3a2ae6a8a46f: Pull complete 20:25:35 33b1e0a273af: Pull complete 20:25:35 5d3b04190fa2: Pull complete 20:25:39 2f39f015ded8: Pull complete 20:25:39 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 20:25:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:25:39 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:25:39 prd-ubuntu20.04-docker-8c-8g-7113 does not seem to be running inside a container 20:25:39 $ 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/edgexfoundry_device-rest-go_main -v /w/workspace/edgexfoundry_device-rest-go_main:/w/workspace/edgexfoundry_device-rest-go_main:rw,z -v /w/workspace/edgexfoundry_device-rest-go_main@tmp:/w/workspace/edgexfoundry_device-rest-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 20:25:41 $ docker top a167a83e748e50b943d9e97c4f61a7fac65af14657c3ea324e635e9d0ff907f5 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:25:41 ---> job-cost.sh 20:25:41 lf-activate-venv: SKIPPING 20:25:41 INFO: No Stack... 20:25:42 INFO: Retrieving Pricing Info for: v3-standard-8 20:25:42 INFO: Archiving Costs [Pipeline] sh 20:25:42 + cat /w/workspace/edgexfoundry_device-rest-go_main/archives/cost.csv 20:25:42 + cut -d, -f6 [Pipeline] lock 20:25:42 Trying to acquire lock on [jenkins-edgexfoundry-device-rest-go-main-85-stack-cost] 20:25:42 Resource [jenkins-edgexfoundry-device-rest-go-main-85-stack-cost] did not exist. Created. 20:25:42 Lock acquired on [jenkins-edgexfoundry-device-rest-go-main-85-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 20:25:42 + echo total: 0.2199999988079071 [Pipeline] stash 20:25:43 Stashed 1 file(s) [Pipeline] } 20:25:43 Lock released on resource [jenkins-edgexfoundry-device-rest-go-main-85-stack-cost] [Pipeline] // lock [Pipeline] } 20:25:43 $ docker stop --time=1 a167a83e748e50b943d9e97c4f61a7fac65af14657c3ea324e635e9d0ff907f5 20:25:44 $ docker rm -f --volumes a167a83e748e50b943d9e97c4f61a7fac65af14657c3ea324e635e9d0ff907f5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 20:26:08 Running on prd-ubuntu20.04-docker-arm64-4c-16g-7115 in /w/workspace/edgexfoundry_device-rest-go_main [Pipeline] { [Pipeline] ws 20:26:08 Running in /w/workspace/device-rest-go/85 [Pipeline] { [Pipeline] checkout 20:26:08 The recommended git tool is: git 20:26:13 using credential edgex-jenkins-ssh 20:26:13 Cloning the remote Git repository 20:26:13 Cloning repository git@github.com:edgexfoundry/device-rest-go.git 20:26:13 > git init /w/workspace/device-rest-go/85 # timeout=10 20:26:14 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git 20:26:14 > git --version # timeout=10 20:26:14 > git --version # 'git version 2.25.1' 20:26:14 using GIT_SSH to set credentials SSH Credentials for GitHub 20:26:14 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 20:26:16 > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 20:26:16 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 20:26:17 Avoid second fetch 20:26:17 Checking out Revision 3364b454c95a561448dfe8dfd76d21007d3a77e4 (main) 20:26:17 Commit message: "refactor!: Clean up remain config items no longer needed (#258)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 20:26:17 > git config core.sparsecheckout # timeout=10 20:26:17 > git checkout -f 3364b454c95a561448dfe8dfd76d21007d3a77e4 # timeout=10 20:26:18 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 20:26:18 % Total % Received % Xferd Average Speed Time Time Time Current 20:26:18 Dload Upload Total Spent Left Speed 20:26:18 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 194k 0 --:--:-- --:--:-- --:--:-- 194k [Pipeline] sh 20:26:19 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 20:26:19 + sudo tee /etc/docker/daemon.new 20:26:19 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 20:26:19 { 20:26:19 "registry-mirrors": [ 20:26:19 "https://nexus3.edgexfoundry.org:10001" 20:26:19 ], 20:26:19 "bip": "10.250.0.254/24", 20:26:19 "hosts": [ 20:26:19 "tcp://0.0.0.0:5555", 20:26:19 "unix:///var/run/docker.sock" 20:26:19 ], 20:26:19 "mtu": 1458, 20:26:19 "selinux-enabled": true, 20:26:19 "seccomp-profile": "/etc/docker/seccomp.json" 20:26:19 } [Pipeline] sh 20:26:19 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 20:26:20 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:26:38 provisioning config files... 20:26:38 copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/85@tmp/config6989114352157482185tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:26:38 ---> docker-login.sh 20:26:38 nexus3.edgexfoundry.org:10001 20:26:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:26:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:26:39 Configure a credential helper to remove this warning. See 20:26:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:26:39 20:26:39 Login Succeeded 20:26:39 nexus3.edgexfoundry.org:10002 20:26:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:26:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:26:40 Configure a credential helper to remove this warning. See 20:26:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:26:40 20:26:40 Login Succeeded 20:26:40 nexus3.edgexfoundry.org:10003 20:26:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:26:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:26:40 Configure a credential helper to remove this warning. See 20:26:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:26:40 20:26:40 Login Succeeded 20:26:40 nexus3.edgexfoundry.org:10004 20:26:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:26:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:26:40 Configure a credential helper to remove this warning. See 20:26:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:26:40 20:26:40 Login Succeeded 20:26:40 docker.io 20:26:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:26:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:26:41 Configure a credential helper to remove this warning. See 20:26:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:26:41 20:26:41 Login Succeeded 20:26:41 ---> docker-login.sh ends [Pipeline] } 20:26:41 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 20:26:41 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 20:26:41 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 20:26:41 ========================================================= 20:26:41 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] 20:26:41 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:26:41 + 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 . 20:26:41 Sending build context to Docker daemon 138.8kB 20:26:42 Step 1/12 : ARG BASE=golang:1.18-alpine3.16 20:26:42 Step 2/12 : FROM ${BASE} AS builder 20:26:43 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 20:26:43 9b18e9b68314: Pulling fs layer 20:26:43 35d82f9e3411: Pulling fs layer 20:26:43 e16973657156: Pulling fs layer 20:26:43 fc693d55d65f: Pulling fs layer 20:26:43 7e9fc2657dce: Pulling fs layer 20:26:43 dda99020689f: Pulling fs layer 20:26:43 db1c61fa0a46: Pulling fs layer 20:26:43 891c053d2c06: Pulling fs layer 20:26:43 dda99020689f: Waiting 20:26:43 db1c61fa0a46: Waiting 20:26:43 891c053d2c06: Waiting 20:26:43 fc693d55d65f: Waiting 20:26:43 7e9fc2657dce: Waiting 20:26:43 e16973657156: Download complete 20:26:43 35d82f9e3411: Verifying Checksum 20:26:43 35d82f9e3411: Download complete 20:26:43 7e9fc2657dce: Verifying Checksum 20:26:43 7e9fc2657dce: Download complete 20:26:43 dda99020689f: Verifying Checksum 20:26:43 dda99020689f: Download complete 20:26:43 9b18e9b68314: Verifying Checksum 20:26:43 9b18e9b68314: Download complete 20:26:44 9b18e9b68314: Pull complete 20:26:44 891c053d2c06: Verifying Checksum 20:26:44 891c053d2c06: Download complete 20:26:45 35d82f9e3411: Pull complete 20:26:45 e16973657156: Pull complete 20:26:46 db1c61fa0a46: Verifying Checksum 20:26:46 db1c61fa0a46: Download complete 20:26:46 fc693d55d65f: Download complete 20:26:59 fc693d55d65f: Pull complete 20:26:59 7e9fc2657dce: Pull complete 20:26:59 dda99020689f: Pull complete 20:27:05 db1c61fa0a46: Pull complete 20:27:10 891c053d2c06: Pull complete 20:27:10 Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 20:27:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 20:27:10 ---> f96f9c87975a 20:27:10 Step 3/12 : ARG ADD_BUILD_TAGS="" 20:27:11 ---> Running in a70a2b91a402 20:27:11 Removing intermediate container a70a2b91a402 20:27:11 ---> 241d6cbbc7e4 20:27:11 Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 20:27:12 ---> Running in 95ae49a2ef31 20:27:12 Removing intermediate container 95ae49a2ef31 20:27:12 ---> db6b97dcc17f 20:27:12 Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client" 20:27:12 ---> Running in 652c328f4231 20:27:12 Removing intermediate container 652c328f4231 20:27:12 ---> e58d2e8170e6 20:27:12 Step 6/12 : ARG ALPINE_PKG_EXTRA="" 20:27:13 ---> Running in 21b25fb356d7 20:27:13 Removing intermediate container 21b25fb356d7 20:27:13 ---> 4ec7d6a20cb2 20:27:13 Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 20:27:13 ---> Running in f19cab7b1103 20:27:14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 20:27:14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 20:27:16 (1/4) Installing openssh-keygen (9.0_p1-r2) 20:27:16 (2/4) Installing libedit (20210910.3.1-r0) 20:27:16 (3/4) Installing openssh-client-common (9.0_p1-r2) 20:27:16 (4/4) Installing openssh-client-default (9.0_p1-r2) 20:27:16 Executing busybox-1.35.0-r17.trigger 20:27:16 OK: 226 MiB in 55 packages 20:27:17 Removing intermediate container f19cab7b1103 20:27:17 ---> 74804d12f64b 20:27:17 Step 8/12 : WORKDIR /device-rest-go 20:27:17 ---> Running in ad02597010f0 20:27:17 Removing intermediate container ad02597010f0 20:27:17 ---> e2c2bb795657 20:27:17 Step 9/12 : COPY go.mod vendor* ./ 20:27:18 ---> 66b0067ec7fc 20:27:18 Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:27:18 ---> Running in eed65a98504a 20:28:54 Removing intermediate container eed65a98504a 20:28:54 ---> 6cd4339f7ca2 20:28:54 Step 11/12 : COPY . . 20:28:54 ---> c3b4ae0c2594 20:28:54 Step 12/12 : RUN $MAKE 20:28:54 ---> Running in 76f835e26598 20:28:54 noop 20:28:54 Removing intermediate container 76f835e26598 20:28:54 ---> 618ca0c1c442 20:28:54 Successfully built 618ca0c1c442 20:28:54 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:28:55 + docker inspect -f . ci-base-image-arm64 20:28:55 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:28:55 prd-ubuntu20.04-docker-arm64-4c-16g-7115 does not seem to be running inside a container 20:28:55 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/85 -v /w/workspace/device-rest-go/85:/w/workspace/device-rest-go/85:rw,z -v /w/workspace/device-rest-go/85@tmp:/w/workspace/device-rest-go/85@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 20:28:56 $ docker top 3c47b7a6e2652a801e6cdef89a9c038013c6886bd70b099ee93c5635631de793 -eo pid,comm [Pipeline] { [Pipeline] sh 20:28:57 + go version 20:28:57 go version go1.18.7 linux/arm64 [Pipeline] } 20:28:57 $ docker stop --time=1 3c47b7a6e2652a801e6cdef89a9c038013c6886bd70b099ee93c5635631de793 20:28:59 $ docker rm -f --volumes 3c47b7a6e2652a801e6cdef89a9c038013c6886bd70b099ee93c5635631de793 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:29:00 + docker inspect -f . ci-base-image-arm64 20:29:00 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:29:00 prd-ubuntu20.04-docker-arm64-4c-16g-7115 does not seem to be running inside a container 20:29:00 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/device-rest-go/85 -v /w/workspace/device-rest-go/85:/w/workspace/device-rest-go/85:rw,z -v /w/workspace/device-rest-go/85@tmp:/w/workspace/device-rest-go/85@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 20:29:01 $ docker top 52c4c321d57b28d7d9982674b64d3eb2d5dbb1efb487c143f72197bf4ead44ba -eo pid,comm [Pipeline] { [Pipeline] sh 20:29:02 + git config --global --add safe.directory /w/workspace/device-rest-go/85 [Pipeline] fileExists [Pipeline] sh 20:29:05 + make test 20:29:05 go test ./... -coverprofile=coverage.out ./... 20:29:07 ? github.com/edgexfoundry/device-rest-go [no test files] 20:30:43 ? github.com/edgexfoundry/device-rest-go/cmd [no test files] 20:30:43 ok github.com/edgexfoundry/device-rest-go/driver 0.061s coverage: 33.9% of statements 20:30:43 WARNING: Linting skipped (not on x86_64 or linter not installed) 20:30:43 go vet ./... 20:31:16 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 20:31:16 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 20:31:16 ./bin/test-attribution-txt.sh [Pipeline] echo 20:31:16 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 20:31:16 $ docker stop --time=1 52c4c321d57b28d7d9982674b64d3eb2d5dbb1efb487c143f72197bf4ead44ba 20:31:18 $ docker rm -f --volumes 52c4c321d57b28d7d9982674b64d3eb2d5dbb1efb487c143f72197bf4ead44ba [Pipeline] // withDockerContainer [Pipeline] sh 20:31:19 + sudo chown -R jenkins:jenkins . [Pipeline] stash 20:31:19 Warning: overwriting stash ‘coverage-report’ 20:31:19 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 20:31:20 + sudo chown -R jenkins:jenkins . [Pipeline] sh 20:31:20 + ls -al . 20:31:20 total 184 20:31:20 drwxrwxr-x 8 jenkins jenkins 4096 Feb 22 20:29 . 20:31:20 drwxrwxr-x 4 jenkins jenkins 4096 Feb 22 20:26 .. 20:31:20 -rw-rw-r-- 1 jenkins jenkins 151 Feb 22 20:26 .dockerignore 20:31:20 drwxrwxr-x 8 jenkins jenkins 4096 Feb 22 20:26 .git 20:31:20 drwxrwxr-x 3 jenkins jenkins 4096 Feb 22 20:26 .github 20:31:20 -rw-rw-r-- 1 jenkins jenkins 329 Feb 22 20:26 .gitignore 20:31:20 -rw-rw-r-- 1 jenkins jenkins 41 Feb 22 20:26 .golangci.yml 20:31:20 -rw-rw-r-- 1 jenkins jenkins 9213 Feb 22 20:26 Attribution.txt 20:31:20 -rw-rw-r-- 1 jenkins jenkins 13085 Feb 22 20:26 CHANGELOG.md 20:31:20 -rw-rw-r-- 1 jenkins jenkins 1578 Feb 22 20:26 Dockerfile 20:31:20 -rw-rw-r-- 1 jenkins jenkins 677 Feb 22 20:26 GOVERNANCE.md 20:31:20 -rw-rw-r-- 1 jenkins jenkins 680 Feb 22 20:26 Jenkinsfile 20:31:20 -rw-rw-r-- 1 jenkins jenkins 11340 Feb 22 20:26 LICENSE 20:31:20 -rw-rw-r-- 1 jenkins jenkins 1744 Feb 22 20:26 Makefile 20:31:20 -rw-rw-r-- 1 jenkins jenkins 620 Feb 22 20:26 OWNERS.md 20:31:20 -rw-rw-r-- 1 jenkins jenkins 15447 Feb 22 20:26 README.md 20:31:20 -rw-rw-r-- 1 jenkins jenkins 12 Feb 22 20:23 VERSION 20:31:20 drwxrwxr-x 2 jenkins jenkins 4096 Feb 22 20:26 bin 20:31:20 drwxrwxr-x 3 jenkins jenkins 4096 Feb 22 20:26 cmd 20:31:20 -rw-r--r-- 1 jenkins jenkins 13744 Feb 22 20:30 coverage.out 20:31:20 drwxrwxr-x 2 jenkins jenkins 4096 Feb 22 20:26 driver 20:31:20 -rw-rw-r-- 1 jenkins jenkins 3400 Feb 22 20:26 go.mod 20:31:20 -rw-rw-r-- 1 jenkins jenkins 33279 Feb 22 20:26 go.sum 20:31:20 drwxrwxr-x 4 jenkins jenkins 4096 Feb 22 20:26 snap 20:31:20 -rw-rw-r-- 1 jenkins jenkins 713 Feb 22 20:26 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:31:20 + docker build -t device-rest-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=3364b454c95a561448dfe8dfd76d21007d3a77e4 --label arch=arm64 --label version=3.0.0-dev.13 . 20:31:20 Sending build context to Docker daemon 153.1kB 20:31:21 Step 1/25 : ARG BASE=golang:1.18-alpine3.16 20:31:21 Step 2/25 : FROM ${BASE} AS builder 20:31:21 ---> 618ca0c1c442 20:31:21 Step 3/25 : ARG ADD_BUILD_TAGS="" 20:31:21 ---> Running in 4ae789db4485 20:31:21 Removing intermediate container 4ae789db4485 20:31:21 ---> d62b640f8f40 20:31:21 Step 4/25 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 20:31:21 ---> Running in bb3650e86878 20:31:24 Removing intermediate container bb3650e86878 20:31:24 ---> bd9e8528330f 20:31:24 Step 5/25 : ARG ALPINE_PKG_BASE="make git openssh-client" 20:31:24 ---> Running in 9f88ebfcba22 20:31:24 Removing intermediate container 9f88ebfcba22 20:31:24 ---> cf1c16a9fd5d 20:31:24 Step 6/25 : ARG ALPINE_PKG_EXTRA="" 20:31:24 ---> Running in 91f833f3fa60 20:31:24 Removing intermediate container 91f833f3fa60 20:31:24 ---> 4ac2db9f5b71 20:31:24 Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 20:31:24 ---> Running in 8c34937d3fb3 20:31:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 20:31:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 20:31:27 OK: 226 MiB in 55 packages 20:31:28 Removing intermediate container 8c34937d3fb3 20:31:28 ---> f5f4b1e77025 20:31:28 Step 8/25 : WORKDIR /device-rest-go 20:31:28 ---> Running in 4c817f76f0af 20:31:29 Removing intermediate container 4c817f76f0af 20:31:29 ---> b04ce0c2d538 20:31:29 Step 9/25 : COPY go.mod vendor* ./ 20:31:29 ---> acc5ed819611 20:31:29 Step 10/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:31:29 ---> Running in f7274a29bd35 20:31:32 Removing intermediate container f7274a29bd35 20:31:32 ---> 0ab449cca4dd 20:31:32 Step 11/25 : COPY . . 20:31:32 ---> 85a7167d0b83 20:31:32 Step 12/25 : RUN $MAKE 20:31:33 ---> Running in d8e7f3c10ef8 20:31:34 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-rest-go.Version=3.0.0-dev.13" -trimpath -mod=readonly -o cmd/device-rest ./cmd 20:33:56 Removing intermediate container d8e7f3c10ef8 20:33:56 ---> 4b2962e3b24e 20:33:56 Step 13/25 : FROM alpine:3.16 20:33:56 3.16: Pulling from library/alpine 20:33:56 3760b48202b3: Pulling fs layer 20:33:56 3760b48202b3: Verifying Checksum 20:33:56 3760b48202b3: Download complete 20:33:56 3760b48202b3: Pull complete 20:33:56 Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 20:33:56 Status: Downloaded newer image for alpine:3.16 20:33:56 ---> 4c81e5bf8899 20:33:56 Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' 20:33:56 ---> Running in 42e983653d55 20:33:56 Removing intermediate container 42e983653d55 20:33:56 ---> 09dcd01ac2d2 20:33:56 Step 15/25 : LABEL Name=device-rest-go Version=${VERSION} 20:33:56 ---> Running in 9185c3c50f63 20:33:56 Removing intermediate container 9185c3c50f63 20:33:56 ---> c08a322f6f8f 20:33:56 Step 16/25 : RUN apk add --update --no-cache dumb-init 20:33:56 ---> Running in 940d988ca979 20:33:56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 20:33:56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 20:33:56 (1/1) Installing dumb-init (1.2.5-r1) 20:33:56 Executing busybox-1.35.0-r17.trigger 20:33:56 OK: 5 MiB in 15 packages 20:33:56 Removing intermediate container 940d988ca979 20:33:56 ---> 797bafdf99e6 20:33:56 Step 17/25 : COPY --from=builder /device-rest-go/cmd / 20:33:56 ---> b3b1d44f7fb3 20:33:56 Step 18/25 : COPY --from=builder /device-rest-go/LICENSE / 20:33:56 ---> b532c0eae1c9 20:33:56 Step 19/25 : COPY --from=builder /device-rest-go/Attribution.txt / 20:33:56 ---> 1ba38617cf9b 20:33:56 Step 20/25 : EXPOSE 59986 20:33:56 ---> Running in 05807944cb21 20:33:56 Removing intermediate container 05807944cb21 20:33:56 ---> 2ba1eb7af17d 20:33:56 Step 21/25 : ENTRYPOINT ["/device-rest"] 20:33:56 ---> Running in 2af4af46b89a 20:33:57 Removing intermediate container 2af4af46b89a 20:33:57 ---> 6823dbc9f68d 20:33:57 Step 22/25 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry"] 20:33:57 ---> Running in 42ec6ca04fcf 20:33:57 Removing intermediate container 42ec6ca04fcf 20:33:57 ---> 85ac2128908e 20:33:57 Step 23/25 : LABEL arch=arm64 20:33:57 ---> Running in d7cd4355b0cb 20:33:58 Removing intermediate container d7cd4355b0cb 20:33:58 ---> 81dfa1e191ca 20:33:58 Step 24/25 : LABEL git_sha=3364b454c95a561448dfe8dfd76d21007d3a77e4 20:33:58 ---> Running in abc038cd33fa 20:33:58 Removing intermediate container abc038cd33fa 20:33:58 ---> e4874b6f52b8 20:33:58 Step 25/25 : LABEL version=3.0.0-dev.13 20:33:58 ---> Running in ca526972908c 20:33:58 Removing intermediate container ca526972908c 20:33:58 ---> 5feeae04786a 20:33:58 [Warning] One or more build-args [ARCH] were not consumed 20:33:58 Successfully built 5feeae04786a 20:33:58 Successfully tagged device-rest-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:33:59 provisioning config files... 20:33:59 copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/85@tmp/config15406930656759373625tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:33:59 ---> docker-login.sh 20:33:59 nexus3.edgexfoundry.org:10001 20:33:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:33:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:33:59 Configure a credential helper to remove this warning. See 20:33:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:33:59 20:33:59 Login Succeeded 20:33:59 nexus3.edgexfoundry.org:10002 20:33:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:34:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:34:00 Configure a credential helper to remove this warning. See 20:34:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:34:00 20:34:00 Login Succeeded 20:34:00 nexus3.edgexfoundry.org:10003 20:34:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:34:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:34:00 Configure a credential helper to remove this warning. See 20:34:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:34:00 20:34:00 Login Succeeded 20:34:00 nexus3.edgexfoundry.org:10004 20:34:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:34:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:34:01 Configure a credential helper to remove this warning. See 20:34:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:34:01 20:34:01 Login Succeeded 20:34:01 docker.io 20:34:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:34:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:34:01 Configure a credential helper to remove this warning. See 20:34:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:34:01 20:34:01 Login Succeeded 20:34:01 ---> docker-login.sh ends [Pipeline] } 20:34:01 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:34:01 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 20:34:01 [edgeXDocker.push] Tagging docker image device-rest-arm64 with the following tags: 20:34:01 3364b454c95a561448dfe8dfd76d21007d3a77e4 20:34:01 latest 20:34:01 3.0.0-dev.13 20:34:01 3364b454c95a561448dfe8dfd76d21007d3a77e4-3.0.0-dev.13 20:34:01 main 20:34:01 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:34:01 + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:3364b454c95a561448dfe8dfd76d21007d3a77e4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:34:02 + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:3364b454c95a561448dfe8dfd76d21007d3a77e4 20:34:02 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] 20:34:02 5cfc4c49f36a: Preparing 20:34:02 f35ac376c23c: Preparing 20:34:02 70dab07cfd06: Preparing 20:34:02 2698abb9f939: Preparing 20:34:02 f70ee36035b9: Preparing 20:34:02 f70ee36035b9: Layer already exists 20:34:02 f35ac376c23c: Pushed 20:34:02 5cfc4c49f36a: Pushed 20:34:02 2698abb9f939: Pushed 20:34:09 70dab07cfd06: Pushed 20:34:09 3364b454c95a561448dfe8dfd76d21007d3a77e4: digest: sha256:0305c612fe3a4ae3a7a456d3f8e8df176baefcb845cf2e6d573c7ffd0e83c157 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:34:09 + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:34:10 + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:latest 20:34:10 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] 20:34:10 5cfc4c49f36a: Preparing 20:34:10 f35ac376c23c: Preparing 20:34:10 70dab07cfd06: Preparing 20:34:10 2698abb9f939: Preparing 20:34:10 f70ee36035b9: Preparing 20:34:10 5cfc4c49f36a: Layer already exists 20:34:10 70dab07cfd06: Layer already exists 20:34:10 f70ee36035b9: Layer already exists 20:34:10 f35ac376c23c: Layer already exists 20:34:10 2698abb9f939: Layer already exists 20:34:10 latest: digest: sha256:0305c612fe3a4ae3a7a456d3f8e8df176baefcb845cf2e6d573c7ffd0e83c157 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:34:10 + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:3.0.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:34:10 + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:3.0.0-dev.13 20:34:10 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] 20:34:10 5cfc4c49f36a: Preparing 20:34:10 f35ac376c23c: Preparing 20:34:10 70dab07cfd06: Preparing 20:34:10 2698abb9f939: Preparing 20:34:10 f70ee36035b9: Preparing 20:34:10 f35ac376c23c: Layer already exists 20:34:10 70dab07cfd06: Layer already exists 20:34:10 f70ee36035b9: Layer already exists 20:34:10 2698abb9f939: Layer already exists 20:34:10 5cfc4c49f36a: Layer already exists 20:34:11 3.0.0-dev.13: digest: sha256:0305c612fe3a4ae3a7a456d3f8e8df176baefcb845cf2e6d573c7ffd0e83c157 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:34:11 + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:3364b454c95a561448dfe8dfd76d21007d3a77e4-3.0.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:34:12 + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:3364b454c95a561448dfe8dfd76d21007d3a77e4-3.0.0-dev.13 20:34:12 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] 20:34:12 5cfc4c49f36a: Preparing 20:34:12 f35ac376c23c: Preparing 20:34:12 70dab07cfd06: Preparing 20:34:12 2698abb9f939: Preparing 20:34:12 f70ee36035b9: Preparing 20:34:12 f35ac376c23c: Layer already exists 20:34:12 5cfc4c49f36a: Layer already exists 20:34:12 f70ee36035b9: Layer already exists 20:34:12 70dab07cfd06: Layer already exists 20:34:12 2698abb9f939: Layer already exists 20:34:12 3364b454c95a561448dfe8dfd76d21007d3a77e4-3.0.0-dev.13: digest: sha256:0305c612fe3a4ae3a7a456d3f8e8df176baefcb845cf2e6d573c7ffd0e83c157 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:34:12 + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:34:13 + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:main 20:34:13 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] 20:34:13 5cfc4c49f36a: Preparing 20:34:13 f35ac376c23c: Preparing 20:34:13 70dab07cfd06: Preparing 20:34:13 2698abb9f939: Preparing 20:34:13 f70ee36035b9: Preparing 20:34:13 f35ac376c23c: Layer already exists 20:34:13 2698abb9f939: Layer already exists 20:34:13 70dab07cfd06: Layer already exists 20:34:13 f70ee36035b9: Layer already exists 20:34:13 5cfc4c49f36a: Layer already exists 20:34:13 main: digest: sha256:0305c612fe3a4ae3a7a456d3f8e8df176baefcb845cf2e6d573c7ffd0e83c157 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:34:13 ===================================================== [Pipeline] echo 20:34:13 taggedImages: 20:34:13 - nexus3.edgexfoundry.org:10004/device-rest-arm64:3364b454c95a561448dfe8dfd76d21007d3a77e4 20:34:13 - nexus3.edgexfoundry.org:10004/device-rest-arm64:latest 20:34:13 - nexus3.edgexfoundry.org:10004/device-rest-arm64:3.0.0-dev.13 20:34:13 - nexus3.edgexfoundry.org:10004/device-rest-arm64:3364b454c95a561448dfe8dfd76d21007d3a77e4-3.0.0-dev.13 20:34:13 - nexus3.edgexfoundry.org:10004/device-rest-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:34:13 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 20:34:13 20:34:13 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:34:14 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 20:34:15 arm64: Pulling from edgex-lftools-log-publisher 20:34:15 8998bd30e6a1: Pulling fs layer 20:34:15 04944245beec: Pulling fs layer 20:34:15 699f458cf7ca: Pulling fs layer 20:34:15 765212b225bb: Pulling fs layer 20:34:15 f23df028b6ca: Pulling fs layer 20:34:15 d65c8cfc05b1: Pulling fs layer 20:34:15 2437ff75d9bd: Pulling fs layer 20:34:15 f23df028b6ca: Waiting 20:34:15 765212b225bb: Waiting 20:34:15 d65c8cfc05b1: Waiting 20:34:15 2437ff75d9bd: Waiting 20:34:15 04944245beec: Verifying Checksum 20:34:15 04944245beec: Download complete 20:34:15 765212b225bb: Verifying Checksum 20:34:15 765212b225bb: Download complete 20:34:15 f23df028b6ca: Verifying Checksum 20:34:15 f23df028b6ca: Download complete 20:34:15 d65c8cfc05b1: Verifying Checksum 20:34:15 d65c8cfc05b1: Download complete 20:34:15 699f458cf7ca: Verifying Checksum 20:34:15 699f458cf7ca: Download complete 20:34:15 8998bd30e6a1: Verifying Checksum 20:34:15 8998bd30e6a1: Download complete 20:34:17 2437ff75d9bd: Verifying Checksum 20:34:17 2437ff75d9bd: Download complete 20:34:19 8998bd30e6a1: Pull complete 20:34:20 04944245beec: Pull complete 20:34:21 699f458cf7ca: Pull complete 20:34:21 765212b225bb: Pull complete 20:34:22 f23df028b6ca: Pull complete 20:34:22 d65c8cfc05b1: Pull complete 20:34:37 2437ff75d9bd: Pull complete 20:34:37 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 20:34:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 20:34:37 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:34:37 prd-ubuntu20.04-docker-arm64-4c-16g-7115 does not seem to be running inside a container 20:34:37 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/device-rest-go/85 -v /w/workspace/device-rest-go/85:/w/workspace/device-rest-go/85:rw,z -v /w/workspace/device-rest-go/85@tmp:/w/workspace/device-rest-go/85@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 20:34:40 $ docker top baec27caa61c86801a95a6624f96f446c9480ae100de01f40346df83dacc23fc -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:34:41 ---> job-cost.sh 20:34:41 lf-activate-venv: SKIPPING 20:34:41 INFO: No Stack... 20:34:42 INFO: Retrieving Pricing Info for: v3-standard-4 20:34:42 INFO: Archiving Costs [Pipeline] sh 20:34:43 + cat /w/workspace/device-rest-go/85/archives/cost.csv 20:34:43 + cut -d, -f6 [Pipeline] lock 20:34:43 Trying to acquire lock on [jenkins-edgexfoundry-device-rest-go-main-85-stack-cost] 20:34:43 Resource [jenkins-edgexfoundry-device-rest-go-main-85-stack-cost] did not exist. Created. 20:34:43 Lock acquired on [jenkins-edgexfoundry-device-rest-go-main-85-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 20:34:44 /w/workspace/device-rest-go/85@tmp/durable-c811e285/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 20:34:45 + echo total: 0.10999999940395355 [Pipeline] stash 20:34:45 Warning: overwriting stash ‘stack-cost’ 20:34:45 Stashed 1 file(s) [Pipeline] } 20:34:45 Lock released on resource [jenkins-edgexfoundry-device-rest-go-main-85-stack-cost] [Pipeline] // lock [Pipeline] } 20:34:45 $ docker stop --time=1 baec27caa61c86801a95a6624f96f446c9480ae100de01f40346df83dacc23fc 20:34:46 $ docker rm -f --volumes baec27caa61c86801a95a6624f96f446c9480ae100de01f40346df83dacc23fc [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 20:34:47 provisioning config files... 20:34:47 copy managed file [device-rest-go-codecov-token] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config2234170622559296641tmp [Pipeline] { [Pipeline] sh 20:34:47 + set +x 20:34:47 + curl -s https://codecov.io/bash 20:34:47 + bash -s -- 20:34:47 20:34:47 _____ _ 20:34:47 / ____| | | 20:34:47 | | ___ __| | ___ ___ _____ __ 20:34:47 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 20:34:47 | |___| (_) | (_| | __/ (_| (_) \ V / 20:34:47 \_____\___/ \__,_|\___|\___\___/ \_/ 20:34:47 Bash-1.0.6 20:34:47 20:34:47 20:34:47 ==> git version 2.25.1 found 20:34:47 ==> 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 20:34:47 Release-Date: 2020-01-08 20:34:47 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 20:34:47 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 20:34:47 ==> Jenkins CI detected. 20:34:47 current dir:  /w/workspace/edgexfoundry_device-rest-go_main 20:34:47 project root: . 20:34:47 --> token set from env 20:34:47 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 20:34:47 ==> Running gcov in . (disable via -X gcov) 20:34:47 ==> Python coveragepy not found 20:34:47 ==> Searching for coverage reports in: 20:34:47 + . 20:34:47 -> Found 1 reports 20:34:47 ==> Detecting git/mercurial file structure 20:34:47 ==> Reading reports 20:34:47 + ./coverage.out bytes=13744 20:34:47 ==> Appending adjustments 20:34:47 https://docs.codecov.io/docs/fixing-reports 20:34:47 + Found adjustments 20:34:47 ==> Gzipping contents 20:34:47 4.0K /tmp/codecov.JJb8ss.gz 20:34:47 ==> Uploading reports 20:34:47 url: https://codecov.io 20:34:47 query: branch=main&commit=3364b454c95a561448dfe8dfd76d21007d3a77e4&build=85&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rest-go%2Fjob%2Fmain%2F85%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rest-go&service=jenkins&flags=&pr=&job=&cmd_args= 20:34:47 -> Pinging Codecov 20:34:47 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=c51feb23-73ac-4f49-b3d1-d26df23137db&branch=main&commit=3364b454c95a561448dfe8dfd76d21007d3a77e4&build=85&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rest-go%2Fjob%2Fmain%2F85%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rest-go&service=jenkins&flags=&pr=&job=&cmd_args= 20:34:47 -> Uploading to 20:34:47 https://storage.googleapis.com/codecov/v4/raw/2023-02-22/4E5D53B4F1F92C436F7061BF334D961C/3364b454c95a561448dfe8dfd76d21007d3a77e4/526ebbf6-7cd0-4ef9-a7f6-fe3dcaa2515f.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230222%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230222T203447Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=b496cc786a92ec166e874dbed69fab1c90b057109bcd87b0f1e8d25c76420a85 20:34:47 % Total % Received % Xferd Average Speed Time Time Time Current 20:34:47 Dload Upload Total Spent Left Speed 20:34:48 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 2443 0 0 100 2443 0 6445 --:--:-- --:--:-- --:--:-- 6445 20:34:48 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-rest-go/commit/3364b454c95a561448dfe8dfd76d21007d3a77e4 [Pipeline] } 20:34:48 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 20:34:48 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 20:34:48 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:34:48 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 20:34:48 20:34:48 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:34:48 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 20:34:48 1.410.4: Pulling from edgex-devops/edgex-snyk-go 20:34:48 df9b9388f04a: Pulling fs layer 20:34:48 52dc419b0ee2: Pulling fs layer 20:34:48 25bc292e5bac: Pulling fs layer 20:34:48 114826534d7a: Pulling fs layer 20:34:48 4657fd5d0bcf: Pulling fs layer 20:34:48 6ad1cebc031e: Pulling fs layer 20:34:48 8a3aa393b2d8: Pulling fs layer 20:34:48 114826534d7a: Waiting 20:34:48 4657fd5d0bcf: Waiting 20:34:48 6ad1cebc031e: Waiting 20:34:48 8a3aa393b2d8: Waiting 20:34:48 25bc292e5bac: Verifying Checksum 20:34:48 25bc292e5bac: Download complete 20:34:48 52dc419b0ee2: Verifying Checksum 20:34:48 52dc419b0ee2: Download complete 20:34:48 4657fd5d0bcf: Verifying Checksum 20:34:48 4657fd5d0bcf: Download complete 20:34:48 df9b9388f04a: Verifying Checksum 20:34:48 df9b9388f04a: Download complete 20:34:49 df9b9388f04a: Pull complete 20:34:49 6ad1cebc031e: Verifying Checksum 20:34:49 6ad1cebc031e: Download complete 20:34:49 52dc419b0ee2: Pull complete 20:34:49 25bc292e5bac: Pull complete 20:34:49 114826534d7a: Verifying Checksum 20:34:49 114826534d7a: Download complete 20:34:49 8a3aa393b2d8: Verifying Checksum 20:34:49 8a3aa393b2d8: Download complete 20:34:53 114826534d7a: Pull complete 20:34:53 4657fd5d0bcf: Pull complete 20:34:53 6ad1cebc031e: Pull complete 20:34:55 8a3aa393b2d8: Pull complete 20:34:55 Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 20:34:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 20:34:55 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:34:56 prd-ubuntu20.04-docker-8c-8g-7113 does not seem to be running inside a container 20:34:56 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgexfoundry_device-rest-go_main -v /w/workspace/edgexfoundry_device-rest-go_main:/w/workspace/edgexfoundry_device-rest-go_main:rw,z -v /w/workspace/edgexfoundry_device-rest-go_main@tmp:/w/workspace/edgexfoundry_device-rest-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 20:34:58 $ docker top 74cd565302b73501d09d8a7c03eca12633714df6775d68c6a68b2c2574513ff9 -eo pid,comm [Pipeline] { [Pipeline] echo 20:34:58 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-rest-go:main' [Pipeline] sh 20:34:58 + set -o pipefail 20:34:58 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-rest-go:main' 20:35:05 20:35:05 Monitoring /w/workspace/edgexfoundry_device-rest-go_main (github.com/edgexfoundry/device-rest-go)... 20:35:05 20:35:05 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/6693b2f8-cb2c-4fe8-a536-d1b67f9ec7d5/history/617eeec6-564e-43a8-a490-e1b5cfcfb50b 20:35:05 20:35:05 Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. 20:35:05 20:35:05 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 20:35:05 20:35:06 20:35:06 A medium severity vulnerability was found in the Snyk CLI versions you are using. 20:35:06 We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. 20:35:06 More details here: https://snyk.co/ue1NS [Pipeline] } 20:35:06 $ docker stop --time=1 74cd565302b73501d09d8a7c03eca12633714df6775d68c6a68b2c2574513ff9 20:35:08 $ docker rm -f --volumes 74cd565302b73501d09d8a7c03eca12633714df6775d68c6a68b2c2574513ff9 [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 20:35:08 + git log --format=format:%s -1 3364b454c95a561448dfe8dfd76d21007d3a77e4 [Pipeline] sh 20:35:09 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 20:35:09 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:35:09 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 20:35:09 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:35:09 prd-ubuntu20.04-docker-8c-8g-7113 does not seem to be running inside a container 20:35:09 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-rest-go_main -v /w/workspace/edgexfoundry_device-rest-go_main:/w/workspace/edgexfoundry_device-rest-go_main:rw,z -v /w/workspace/edgexfoundry_device-rest-go_main@tmp:/w/workspace/edgexfoundry_device-rest-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 20:35:09 $ docker top 2acb23e07394fef76a2565fb4f11011ce93cb410c63df26f3e118654a25c01c1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:35:10 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:35:10 [ssh-agent] Looking for ssh-agent implementation... 20:35:10 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:35:10 $ docker exec 2acb23e07394fef76a2565fb4f11011ce93cb410c63df26f3e118654a25c01c1 ssh-agent 20:35:10 SSH_AUTH_SOCK=/tmp/ssh-3Rfitt1xFmLF/agent.32 20:35:10 SSH_AGENT_PID=38 20:35:10 Running ssh-add (command line suppressed) 20:35:10 Identity added: /w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_11900380520154521128.key (/w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_11900380520154521128.key) 20:35:10 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:35:10 + git semver tag 20:35:10 2023-02-22 20:35:10,829 [run_tag] DEBUG tag force:False 20:35:10 2023-02-22 20:35:10,830 [check_head_tag] DEBUG check head tag 20:35:10 2023-02-22 20:35:10,830 [execute] INFO git cat-file --batch-check 20:35:10 2023-02-22 20:35:10,831 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-rest-go_main, universal_newlines=False, shell=None, istream=) 20:35:10 2023-02-22 20:35:10,834 [execute] INFO git cat-file --batch 20:35:10 2023-02-22 20:35:10,835 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-rest-go_main, universal_newlines=False, shell=None, istream=) 20:35:10 2023-02-22 20:35:10,855 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main 20:35:10 2023-02-22 20:35:10,856 [execute] INFO git tag -a v3.0.0-dev.13 -m v3.0.0-dev.13 20:35:10 2023-02-22 20:35:10,856 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.13', '-m', 'v3.0.0-dev.13'], cwd=/w/workspace/edgexfoundry_device-rest-go_main, universal_newlines=False, shell=None, istream=None) 20:35:10 2023-02-22 20:35:10,859 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main 20:35:10 3.0.0-dev.13 [Pipeline] } 20:35:10 $ docker exec --env ******** --env ******** 2acb23e07394fef76a2565fb4f11011ce93cb410c63df26f3e118654a25c01c1 ssh-agent -k 20:35:11 unset SSH_AUTH_SOCK; 20:35:11 unset SSH_AGENT_PID; 20:35:11 echo Agent pid 38 killed; 20:35:11 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:35:11 + git semver [Pipeline] } 20:35:11 $ docker stop --time=1 2acb23e07394fef76a2565fb4f11011ce93cb410c63df26f3e118654a25c01c1 20:35:12 $ docker rm -f --volumes 2acb23e07394fef76a2565fb4f11011ce93cb410c63df26f3e118654a25c01c1 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:35:13 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 20:35:13 20:35:13 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:35:13 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 20:35:13 0.23.1-centos7: Pulling from edgex-lftools 20:35:13 ab5ef0e58194: Pulling fs layer 20:35:13 9712f1f96733: Pulling fs layer 20:35:13 63f879dbbcfc: Pulling fs layer 20:35:13 0d9ebad4ef96: Pulling fs layer 20:35:13 e9a5061849ea: Pulling fs layer 20:35:13 d747dcd14b5f: Pulling fs layer 20:35:13 2de7ff778b66: Pulling fs layer 20:35:13 e9a5061849ea: Waiting 20:35:13 d747dcd14b5f: Waiting 20:35:13 2de7ff778b66: Waiting 20:35:13 0d9ebad4ef96: Waiting 20:35:13 9712f1f96733: Download complete 20:35:14 63f879dbbcfc: Verifying Checksum 20:35:14 63f879dbbcfc: Download complete 20:35:14 0d9ebad4ef96: Verifying Checksum 20:35:14 0d9ebad4ef96: Download complete 20:35:14 e9a5061849ea: Verifying Checksum 20:35:14 e9a5061849ea: Download complete 20:35:14 d747dcd14b5f: Download complete 20:35:14 ab5ef0e58194: Verifying Checksum 20:35:14 ab5ef0e58194: Download complete 20:35:14 2de7ff778b66: Verifying Checksum 20:35:14 2de7ff778b66: Download complete 20:35:17 ab5ef0e58194: Pull complete 20:35:17 9712f1f96733: Pull complete 20:35:17 63f879dbbcfc: Pull complete 20:35:20 0d9ebad4ef96: Pull complete 20:35:21 e9a5061849ea: Pull complete 20:35:21 d747dcd14b5f: Pull complete 20:35:22 2de7ff778b66: Pull complete 20:35:22 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 20:35:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 20:35:22 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:35:22 prd-ubuntu20.04-docker-8c-8g-7113 does not seem to be running inside a container 20:35:22 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_device-rest-go_main -v /w/workspace/edgexfoundry_device-rest-go_main:/w/workspace/edgexfoundry_device-rest-go_main:rw,z -v /w/workspace/edgexfoundry_device-rest-go_main@tmp:/w/workspace/edgexfoundry_device-rest-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 20:35:24 $ docker top 1fdbd425de23f4064d3b3d85e9ab851d86f22a7c7555a9f2b6b29bcbeb8ec487 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 20:35:24 provisioning config files... 20:35:24 copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config8158008895221203627tmp 20:35:24 copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config2684923907475465099tmp 20:35:24 copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config18418402325756284678tmp [Pipeline] { [Pipeline] echo 20:35:24 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 20:35:24 ---> sigul-configuration.sh 20:35:24 gpg: directory `/root/.gnupg' created 20:35:24 gpg: new configuration file `/root/.gnupg/gpg.conf' created 20:35:24 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 20:35:24 gpg: keyring `/root/.gnupg/secring.gpg' created 20:35:24 gpg: keyring `/root/.gnupg/pubring.gpg' created 20:35:24 gpg: CAST5 encrypted data 20:35:24 gpg: encrypted with 1 passphrase 20:35:24 gpg: WARNING: message was not integrity protected [Pipeline] sh 20:35:25 + mkdir /home/jenkins 20:35:25 + mkdir /home/jenkins/sigul [Pipeline] sh 20:35:25 + 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 20:35:25 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 20:35:25 ---> sigul-install.sh 20:35:25 Sigul already installed; skipping installation. [Pipeline] sh 20:35:26 + git tag --list 20:35:26 v1.0.0 20:35:26 v1.1.0 20:35:26 v1.1.1 20:35:26 v1.1.2 20:35:26 v1.2.0 20:35:26 v1.2.1 20:35:26 v2.0.0 20:35:26 v2.1.0 20:35:26 v2.1.1 20:35:26 v2.1.1-dev.1 20:35:26 v2.1.1-dev.2 20:35:26 v2.1.1-dev.3 20:35:26 v2.2.0 20:35:26 v2.2.1-dev.1 20:35:26 v2.2.1-dev.2 20:35:26 v2.2.1-dev.3 20:35:26 v2.2.1-dev.4 20:35:26 v2.2.1-dev.5 20:35:26 v2.2.1-dev.6 20:35:26 v2.2.1-dev.7 20:35:26 v2.2.1-dev.8 20:35:26 v2.2.1-dev.9 20:35:26 v2.3.0 20:35:26 v2.3.0-dev.10 20:35:26 v2.3.0-dev.11 20:35:26 v2.3.0-dev.12 20:35:26 v2.3.0-dev.13 20:35:26 v2.3.0-dev.14 20:35:26 v2.3.0-dev.15 20:35:26 v2.3.0-dev.16 20:35:26 v2.3.0-dev.17 20:35:26 v2.3.0-dev.18 20:35:26 v2.3.0-dev.19 20:35:26 v2.3.0-dev.20 20:35:26 v2.3.0-dev.21 20:35:26 v2.3.0-dev.22 20:35:26 v2.3.0-dev.23 20:35:26 v2.3.0-dev.24 20:35:26 v2.3.0-dev.25 20:35:26 v2.3.0-dev.9 20:35:26 v3.0.0-dev.1 20:35:26 v3.0.0-dev.10 20:35:26 v3.0.0-dev.11 20:35:26 v3.0.0-dev.12 20:35:26 v3.0.0-dev.13 20:35:26 v3.0.0-dev.2 20:35:26 v3.0.0-dev.3 20:35:26 v3.0.0-dev.4 20:35:26 v3.0.0-dev.5 20:35:26 v3.0.0-dev.6 20:35:26 v3.0.0-dev.7 20:35:26 v3.0.0-dev.8 20:35:26 v3.0.0-dev.9 [Pipeline] sh 20:35:26 + lftools sign git-tag v3.0.0-dev.13 20:35:26 Signing Git tag with Sigul... 20:35:26 Signing v3.0.0-dev.13 [Pipeline] echo 20:35:27 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 20:35:27 ---> sigul-configuration-cleanup.sh [Pipeline] } 20:35:27 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 20:35:27 $ docker stop --time=1 1fdbd425de23f4064d3b3d85e9ab851d86f22a7c7555a9f2b6b29bcbeb8ec487 20:35:29 $ docker rm -f --volumes 1fdbd425de23f4064d3b3d85e9ab851d86f22a7c7555a9f2b6b29bcbeb8ec487 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 20:35:29 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 20:35:29 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:35:29 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 20:35:29 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:35:29 prd-ubuntu20.04-docker-8c-8g-7113 does not seem to be running inside a container 20:35:29 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-rest-go_main -v /w/workspace/edgexfoundry_device-rest-go_main:/w/workspace/edgexfoundry_device-rest-go_main:rw,z -v /w/workspace/edgexfoundry_device-rest-go_main@tmp:/w/workspace/edgexfoundry_device-rest-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 20:35:30 $ docker top 1e1f02f3a102a52d09652702ba60150a68e83850c7a7d8caac6874dd4e7b3304 -eo pid,comm 20:35:30 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 20:35:30 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:35:30 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:35:30 [ssh-agent] Looking for ssh-agent implementation... 20:35:30 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:35:30 $ docker exec 1e1f02f3a102a52d09652702ba60150a68e83850c7a7d8caac6874dd4e7b3304 ssh-agent 20:35:30 SSH_AUTH_SOCK=/tmp/ssh-WpUq6lN2CRlt/agent.33 20:35:30 SSH_AGENT_PID=39 20:35:30 Running ssh-add (command line suppressed) 20:35:30 Identity added: /w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_1946922010268863569.key (/w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_1946922010268863569.key) 20:35:30 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:35:31 + git semver bump pre 20:35:31 2023-02-22 20:35:31,262 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main 20:35:31 2023-02-22 20:35:31,263 [bump_version] DEBUG bumping version:3.0.0-dev.13 on axis:pre with prefix:dev 20:35:31 2023-02-22 20:35:31,263 [bump_version] DEBUG bumped version:3.0.0-dev.14 20:35:31 2023-02-22 20:35:31,263 [write_version] DEBUG write version:3.0.0-dev.14 to path:/w/workspace/edgexfoundry_device-rest-go_main/.semver/main with force:True 20:35:31 2023-02-22 20:35:31,263 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main 20:35:31 2023-02-22 20:35:31,263 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_device-rest-go_main/.semver/main 20:35:31 2023-02-22 20:35:31,265 [execute] INFO git cat-file --batch-check 20:35:31 2023-02-22 20:35:31,265 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-rest-go_main/.semver, universal_newlines=False, shell=None, istream=) 20:35:31 2023-02-22 20:35:31,271 [execute] INFO git cat-file --batch 20:35:31 2023-02-22 20:35:31,272 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-rest-go_main/.semver, universal_newlines=False, shell=None, istream=) 20:35:31 2023-02-22 20:35:31,276 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main 20:35:31 3.0.0-dev.14 [Pipeline] } 20:35:31 $ docker exec --env ******** --env ******** 1e1f02f3a102a52d09652702ba60150a68e83850c7a7d8caac6874dd4e7b3304 ssh-agent -k 20:35:31 unset SSH_AUTH_SOCK; 20:35:31 unset SSH_AGENT_PID; 20:35:31 echo Agent pid 39 killed; 20:35:31 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:35:31 + git semver [Pipeline] } 20:35:32 $ docker stop --time=1 1e1f02f3a102a52d09652702ba60150a68e83850c7a7d8caac6874dd4e7b3304 20:35:33 $ docker rm -f --volumes 1e1f02f3a102a52d09652702ba60150a68e83850c7a7d8caac6874dd4e7b3304 [Pipeline] // withDockerContainer [Pipeline] sh 20:35:33 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 20:35:33 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:35:33 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 20:35:33 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:35:34 prd-ubuntu20.04-docker-8c-8g-7113 does not seem to be running inside a container 20:35:34 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-rest-go_main -v /w/workspace/edgexfoundry_device-rest-go_main:/w/workspace/edgexfoundry_device-rest-go_main:rw,z -v /w/workspace/edgexfoundry_device-rest-go_main@tmp:/w/workspace/edgexfoundry_device-rest-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 20:35:34 $ docker top 0d94d83fdd0fc30f11181efd4e9cdc24f34074fd8cb11588683f44564a17713d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:35:34 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:35:34 [ssh-agent] Looking for ssh-agent implementation... 20:35:34 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:35:34 $ docker exec 0d94d83fdd0fc30f11181efd4e9cdc24f34074fd8cb11588683f44564a17713d ssh-agent 20:35:34 SSH_AUTH_SOCK=/tmp/ssh-uudhHSMZYfuM/agent.32 20:35:34 SSH_AGENT_PID=38 20:35:34 Running ssh-add (command line suppressed) 20:35:34 Identity added: /w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_8346182255493385286.key (/w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_8346182255493385286.key) 20:35:34 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:35:35 + git semver push 20:35:35 2023-02-22 20:35:35,368 [run_push] DEBUG push 20:35:35 2023-02-22 20:35:35,369 [execute] INFO git cat-file --batch-check 20:35:35 2023-02-22 20:35:35,369 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-rest-go_main/.semver, universal_newlines=False, shell=None, istream=) 20:35:35 2023-02-22 20:35:35,375 [execute] INFO git rev-list bc5c85cd06d186b3db18f9c9155e297e9dcd3828 -- 20:35:35 2023-02-22 20:35:35,375 [execute] DEBUG Popen(['git', 'rev-list', 'bc5c85cd06d186b3db18f9c9155e297e9dcd3828', '--'], cwd=/w/workspace/edgexfoundry_device-rest-go_main/.semver, universal_newlines=False, shell=None, istream=None) 20:35:35 2023-02-22 20:35:35,384 [execute] INFO git fetch -v origin 20:35:35 2023-02-22 20:35:35,385 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgexfoundry_device-rest-go_main/.semver, universal_newlines=True, shell=None, istream=None) 20:35:36 2023-02-22 20:35:35,972 [run_push] DEBUG no remote changes detected 20:35:36 2023-02-22 20:35:35,972 [execute] INFO git push origin semver 20:35:36 2023-02-22 20:35:35,973 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgexfoundry_device-rest-go_main/.semver, universal_newlines=False, shell=None, istream=None) 20:35:36 2023-02-22 20:35:36,848 [run_push] DEBUG push all version tags 20:35:36 2023-02-22 20:35:36,848 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 20:35:36 2023-02-22 20:35:36,849 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgexfoundry_device-rest-go_main, universal_newlines=False, shell=None, istream=None) 20:35:37 2023-02-22 20:35:37,694 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main 20:35:37 3.0.0-dev.14 [Pipeline] } 20:35:37 $ docker exec --env ******** --env ******** 0d94d83fdd0fc30f11181efd4e9cdc24f34074fd8cb11588683f44564a17713d ssh-agent -k 20:35:38 unset SSH_AUTH_SOCK; 20:35:38 unset SSH_AGENT_PID; 20:35:38 echo Agent pid 38 killed; 20:35:38 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:35:38 + git semver [Pipeline] } 20:35:38 $ docker stop --time=1 0d94d83fdd0fc30f11181efd4e9cdc24f34074fd8cb11588683f44564a17713d 20:35:39 $ docker rm -f --volumes 0d94d83fdd0fc30f11181efd4e9cdc24f34074fd8cb11588683f44564a17713d [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 20:35:40 + [ -d /w/workspace/edgexfoundry_device-rest-go_main/archives ] 20:35:40 + ls -al /w/workspace/edgexfoundry_device-rest-go_main/archives 20:35:40 total 16 20:35:40 drwxr-xr-x 3 root root 4096 Feb 22 20:25 . 20:35:40 drwxrwxr-x 10 jenkins jenkins 4096 Feb 22 20:35 .. 20:35:40 drwxr-xr-x 2 root root 4096 Feb 22 20:25 cost 20:35:40 -rw-r--r-- 1 root root 85 Feb 22 20:25 cost.csv 20:35:40 + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_device-rest-go_main/archives 20:35:40 + ls -al /w/workspace/edgexfoundry_device-rest-go_main/archives 20:35:40 total 16 20:35:40 drwxr-xr-x 3 jenkins jenkins 4096 Feb 22 20:25 . 20:35:40 drwxrwxr-x 10 jenkins jenkins 4096 Feb 22 20:35 .. 20:35:40 drwxr-xr-x 2 jenkins jenkins 4096 Feb 22 20:25 cost 20:35:40 -rw-r--r-- 1 jenkins jenkins 85 Feb 22 20:25 cost.csv [Pipeline] libraryResource [Pipeline] sh 20:35:40 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 20:35:41 ---> package-listing.sh 20:35:41 ++ facter osfamily 20:35:41 ++ tr '[:upper:]' '[:lower:]' 20:35:41 + OS_FAMILY=debian 20:35:41 + workspace=/w/workspace/edgexfoundry_device-rest-go_main 20:35:41 + START_PACKAGES=/tmp/packages_start.txt 20:35:41 + END_PACKAGES=/tmp/packages_end.txt 20:35:41 + DIFF_PACKAGES=/tmp/packages_diff.txt 20:35:41 + PACKAGES=/tmp/packages_start.txt 20:35:41 + '[' /w/workspace/edgexfoundry_device-rest-go_main ']' 20:35:41 + PACKAGES=/tmp/packages_end.txt 20:35:41 + case "${OS_FAMILY}" in 20:35:41 + dpkg -l 20:35:41 + grep '^ii' 20:35:41 + '[' -f /tmp/packages_start.txt ']' 20:35:41 + '[' -f /tmp/packages_end.txt ']' 20:35:41 + diff /tmp/packages_start.txt /tmp/packages_end.txt 20:35:41 + '[' /w/workspace/edgexfoundry_device-rest-go_main ']' 20:35:41 + mkdir -p /w/workspace/edgexfoundry_device-rest-go_main/archives/ 20:35:41 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_device-rest-go_main/archives/ [Pipeline] echo 20:35:41 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/edgexfoundry_device-rest-go_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 20:35:42 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:35:42 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:35:42 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:35:42 prd-ubuntu20.04-docker-8c-8g-7113 does not seem to be running inside a container 20:35:42 $ 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/edgexfoundry_device-rest-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/edgexfoundry_device-rest-go_main -v /w/workspace/edgexfoundry_device-rest-go_main:/w/workspace/edgexfoundry_device-rest-go_main:rw,z -v /w/workspace/edgexfoundry_device-rest-go_main@tmp:/w/workspace/edgexfoundry_device-rest-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 20:35:43 $ docker top f3d0da073547f7d09dd12047e9325d20d4d441ede2a1e05335c52ca148eaa206 -eo pid,comm [Pipeline] { [Pipeline] sh 20:35:43 + touch /tmp/pre-build-complete [Pipeline] sh 20:35:43 + mkdir -p /var/log/sysstat [Pipeline] sh 20:35:44 + ls /var/log/sa-host 20:35:44 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:35:44 provisioning config files... 20:35:44 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config1634006955512254730tmp [Pipeline] { [Pipeline] echo 20:35:44 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 20:35:44 ---> create-netrc.sh [Pipeline] } 20:35:44 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 20:35:44 ---> python-tools-install.sh [Pipeline] echo 20:35:44 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 20:35:45 ---> sudo-logs.sh 20:35:45 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 20:35:45 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 20:35:45 ---> job-cost.sh 20:35:45 lf-activate-venv: SKIPPING 20:35:45 DEBUG: total: 0.2199999988079071 20:35:45 INFO: Retrieving Stack Cost... 20:35:45 INFO: Retrieving Pricing Info for: v3-standard-8 20:35:46 INFO: Archiving Costs [Pipeline] echo 20:35:46 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 20:35:46 ---> logs-deploy.sh 20:35:46 lf-activate-venv: SKIPPING 20:35:46 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rest-go/main/85 20:35:46 INFO: archiving workspace using pattern(s): 20:35:47 Archives upload complete. 20:35:47 INFO: archiving logs to Nexus 20:35:48 ---> uname -a: 20:35:48 Linux prd-ubuntu20-04-docker-8c-8g-7113 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 20:35:48 20:35:48 20:35:48 ---> lscpu: 20:35:48 Architecture: x86_64 20:35:48 CPU op-mode(s): 32-bit, 64-bit 20:35:48 Byte Order: Little Endian 20:35:48 Address sizes: 40 bits physical, 48 bits virtual 20:35:48 CPU(s): 8 20:35:48 On-line CPU(s) list: 0-7 20:35:48 Thread(s) per core: 1 20:35:48 Core(s) per socket: 1 20:35:48 Socket(s): 8 20:35:48 NUMA node(s): 1 20:35:48 Vendor ID: AuthenticAMD 20:35:48 CPU family: 23 20:35:48 Model: 49 20:35:48 Model name: AMD EPYC-Rome Processor 20:35:48 Stepping: 0 20:35:48 CPU MHz: 2799.994 20:35:48 BogoMIPS: 5599.98 20:35:48 Virtualization: AMD-V 20:35:48 Hypervisor vendor: KVM 20:35:48 Virtualization type: full 20:35:48 L1d cache: 256 KiB 20:35:48 L1i cache: 256 KiB 20:35:48 L2 cache: 4 MiB 20:35:48 L3 cache: 128 MiB 20:35:48 NUMA node0 CPU(s): 0-7 20:35:48 Vulnerability Itlb multihit: Not affected 20:35:48 Vulnerability L1tf: Not affected 20:35:48 Vulnerability Mds: Not affected 20:35:48 Vulnerability Meltdown: Not affected 20:35:48 Vulnerability Mmio stale data: Not affected 20:35:48 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 20:35:48 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 20:35:48 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 20:35:48 Vulnerability Srbds: Not affected 20:35:48 Vulnerability Tsx async abort: Not affected 20:35:48 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 20:35:48 20:35:48 20:35:48 ---> nproc: 20:35:48 8 20:35:48 20:35:48 20:35:48 ---> df -h: 20:35:48 Filesystem Size Used Avail Use% Mounted on 20:35:48 overlay 155G 13G 143G 9% / 20:35:48 tmpfs 64M 0 64M 0% /dev 20:35:48 tmpfs 16G 0 16G 0% /sys/fs/cgroup 20:35:48 shm 64M 0 64M 0% /dev/shm 20:35:48 /dev/vda1 155G 13G 143G 9% /facter-os 20:35:48 20:35:48 20:35:48 ---> sar -b -r -n DEV: 20:35:48 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-7113) 02/22/23 _x86_64_ (8 CPU) 20:35:48 20:35:48 20:22:40 LINUX RESTART (8 CPU) 20:35:48 20:35:48 20:23:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 20:35:48 20:24:01 171.88 38.70 133.17 0.00 4345.62 74608.73 0.00 20:35:48 20:25:01 171.55 1.27 170.29 0.00 23.33 52012.93 0.00 20:35:48 20:26:01 111.95 0.12 111.83 0.00 17.73 32962.35 0.00 20:35:48 20:27:01 2.38 0.00 2.38 0.00 0.00 29.35 0.00 20:35:48 20:28:01 43.78 10.36 33.41 0.00 3420.50 6114.18 0.00 20:35:48 20:29:01 5.31 0.02 5.30 0.00 0.13 101.97 0.00 20:35:48 20:30:01 2.10 0.00 2.10 0.00 0.00 24.53 0.00 20:35:48 20:31:01 1.98 0.00 1.98 0.00 0.00 22.00 0.00 20:35:48 20:32:01 1.38 0.02 1.37 0.00 0.27 14.40 0.00 20:35:48 20:33:01 4.25 1.02 3.23 0.00 21.86 40.13 0.00 20:35:48 20:34:01 1.53 0.00 1.53 0.00 0.00 20.66 0.00 20:35:48 20:35:02 32.68 0.25 32.43 0.00 12.66 27177.20 0.00 20:35:48 Average: 45.90 4.31 41.59 0.00 653.51 16094.19 0.00 20:35:48 20:35:48 20:23:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 20:35:48 20:24:01 29144732 31591804 724488 2.20 76664 2641352 1979356 5.83 991848 2383512 5808 20:35:48 20:25:01 28264956 31444840 856376 2.60 147524 3228564 2156508 6.36 1310484 2851688 5788 20:35:48 20:26:01 27674992 31576376 725516 2.21 157536 3887484 1746836 5.15 1225084 3473708 360 20:35:48 20:27:01 27675084 31576584 725020 2.20 157588 3887484 1746836 5.15 1225124 3473708 8 20:35:48 20:28:01 27287700 31545020 737704 2.24 183824 4207432 1807772 5.33 1478980 3576420 1028 20:35:48 20:29:01 27311068 31564132 719600 2.19 182408 4204392 1782400 5.25 1460428 3573440 472 20:35:48 20:30:01 27317704 31570316 713124 2.17 182480 4204296 1782400 5.25 1453780 3573284 8 20:35:48 20:31:01 27317436 31570112 713292 2.17 182556 4204300 1782400 5.25 1453800 3573292 8 20:35:48 20:32:01 27317532 31570304 713120 2.17 182620 4204316 1782400 5.25 1453860 3573296 8 20:35:48 20:33:01 27316216 31570152 713032 2.17 182740 4204936 1808728 5.33 1454112 3573852 8 20:35:48 20:34:01 27316248 31570332 712840 2.17 182820 4204936 1808728 5.33 1454396 3573916 4 20:35:48 20:35:02 26171660 31454144 823416 2.50 200708 5126140 1928636 5.68 1659116 4416260 217464 20:35:48 Average: 27509611 31550343 739794 2.25 168289 4017136 1842750 5.43 1385084 3468031 19247 20:35:48 20:35:48 20:23:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 20:35:48 20:24:01 veth463f23b 60.76 77.14 5.88 55.14 0.00 0.00 0.00 0.00 20:35:48 20:24:01 docker0 89.54 111.11 7.23 293.76 0.00 0.00 0.00 0.00 20:35:48 20:24:01 lo 6.46 6.46 0.63 0.63 0.00 0.00 0.00 0.00 20:35:48 20:24:01 ens3 783.59 524.18 6818.48 100.65 0.00 0.00 0.00 0.00 20:35:48 20:25:01 docker0 126.05 170.02 9.41 1842.86 0.00 0.00 0.00 0.00 20:35:48 20:25:01 lo 0.47 0.47 0.04 0.04 0.00 0.00 0.00 0.00 20:35:48 20:25:01 vethf03afbe 0.00 0.08 0.00 0.01 0.00 0.00 0.00 0.00 20:35:48 20:25:01 ens3 220.31 155.22 1888.66 27.02 0.00 0.00 0.00 0.00 20:35:48 20:26:01 docker0 1.42 3.13 0.09 40.99 0.00 0.00 0.00 0.00 20:35:48 20:26:01 lo 7.26 7.26 0.71 0.71 0.00 0.00 0.00 0.00 20:35:48 20:26:01 ens3 205.03 157.86 2647.92 310.53 0.00 0.00 0.00 0.00 20:35:48 20:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:35:48 20:27:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:35:48 20:27:01 ens3 1.10 0.57 0.54 0.40 0.00 0.00 0.00 0.00 20:35:48 20:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:35:48 20:28:01 lo 0.40 0.40 0.04 0.04 0.00 0.00 0.00 0.00 20:35:48 20:28:01 ens3 161.56 77.60 2231.70 5.62 0.00 0.00 0.00 0.00 20:35:48 20:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:35:48 20:29:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:35:48 20:29:01 ens3 1.02 0.67 0.49 0.35 0.00 0.00 0.00 0.00 20:35:48 20:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:35:48 20:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:35:48 20:30:01 ens3 0.07 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:35:48 20:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:35:48 20:31:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:35:48 20:31:01 ens3 0.18 0.13 0.01 0.01 0.00 0.00 0.00 0.00 20:35:48 20:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:35:48 20:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:35:48 20:32:01 ens3 0.62 0.00 0.05 0.00 0.00 0.00 0.00 0.00 20:35:48 20:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:35:48 20:33:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:35:48 20:33:01 ens3 0.23 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:35:48 20:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:35:48 20:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:35:48 20:34:01 ens3 0.42 0.33 0.32 0.27 0.00 0.00 0.00 0.00 20:35:48 20:35:02 docker0 40.14 50.89 3.04 582.57 0.00 0.00 0.00 0.00 20:35:48 20:35:02 lo 1.27 1.27 0.12 0.12 0.00 0.00 0.00 0.00 20:35:48 20:35:02 ens3 244.48 130.54 4560.41 16.14 0.00 0.00 0.00 0.00 20:35:48 20:35:02 vethfe23e5a 40.14 50.99 3.58 582.58 0.00 0.00 0.00 0.05 20:35:48 Average: docker0 21.43 27.93 1.65 230.00 0.00 0.00 0.00 0.00 20:35:48 Average: lo 1.39 1.39 0.13 0.13 0.00 0.00 0.00 0.00 20:35:48 Average: ens3 134.89 87.27 1512.39 38.42 0.00 0.00 0.00 0.00 20:35:48 Average: vethfe23e5a 3.34 4.25 0.30 48.54 0.00 0.00 0.00 0.00 20:35:48 20:35:48 20:35:48 ---> sar -P ALL: 20:35:48 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-7113) 02/22/23 _x86_64_ (8 CPU) 20:35:48 20:35:48 20:22:40 LINUX RESTART (8 CPU) 20:35:48 20:35:48 20:23:01 CPU %user %nice %system %iowait %steal %idle 20:35:48 20:24:01 all 9.74 0.00 3.75 1.53 0.05 84.92 20:35:48 20:24:01 0 7.22 0.00 3.87 0.99 0.05 87.87 20:35:48 20:24:01 1 9.81 0.00 3.23 0.66 0.05 86.26 20:35:48 20:24:01 2 7.62 0.00 3.67 1.94 0.03 86.74 20:35:48 20:24:01 3 13.44 0.00 3.87 0.42 0.05 82.22 20:35:48 20:24:01 4 8.35 0.00 3.82 2.45 0.03 85.34 20:35:48 20:24:01 5 9.36 0.00 3.97 4.17 0.05 82.45 20:35:48 20:24:01 6 10.22 0.00 4.71 1.44 0.07 83.56 20:35:48 20:24:01 7 11.94 0.00 2.88 0.22 0.07 84.88 20:35:48 20:25:01 all 28.55 0.00 6.41 1.25 0.07 63.71 20:35:48 20:25:01 0 28.81 0.00 6.21 0.32 0.07 64.59 20:35:48 20:25:01 1 28.62 0.00 6.22 1.77 0.07 63.33 20:35:48 20:25:01 2 29.36 0.00 6.50 0.24 0.07 63.84 20:35:48 20:25:01 3 28.41 0.00 5.99 0.37 0.07 65.16 20:35:48 20:25:01 4 26.97 0.00 5.72 0.13 0.08 67.09 20:35:48 20:25:01 5 29.18 0.00 6.22 0.49 0.05 64.07 20:35:48 20:25:01 6 28.14 0.00 7.79 3.83 0.08 60.16 20:35:48 20:25:01 7 28.91 0.00 6.65 2.88 0.10 61.46 20:35:48 20:26:01 all 20.64 0.00 4.28 0.84 0.06 74.17 20:35:48 20:26:01 0 21.09 0.00 4.98 3.79 0.07 70.08 20:35:48 20:26:01 1 21.72 0.00 3.72 1.52 0.07 72.97 20:35:48 20:26:01 2 20.91 0.00 4.46 0.52 0.07 74.04 20:35:48 20:26:01 3 20.07 0.00 4.28 0.27 0.07 75.32 20:35:48 20:26:01 4 19.59 0.00 3.65 0.07 0.05 76.64 20:35:48 20:26:01 5 20.54 0.00 4.25 0.29 0.07 74.86 20:35:48 20:26:01 6 20.25 0.00 4.55 0.00 0.05 75.16 20:35:48 20:26:01 7 20.94 0.00 4.40 0.29 0.05 74.32 20:35:48 20:27:01 all 0.17 0.00 0.01 0.01 0.00 99.81 20:35:48 20:27:01 0 0.03 0.00 0.03 0.05 0.00 99.88 20:35:48 20:27:01 1 1.09 0.00 0.00 0.00 0.00 98.91 20:35:48 20:27:01 2 0.02 0.00 0.00 0.00 0.00 99.98 20:35:48 20:27:01 3 0.03 0.00 0.00 0.00 0.00 99.97 20:35:48 20:27:01 4 0.00 0.00 0.02 0.00 0.00 99.98 20:35:48 20:27:01 5 0.03 0.00 0.00 0.00 0.00 99.97 20:35:48 20:27:01 6 0.03 0.00 0.00 0.00 0.00 99.97 20:35:48 20:27:01 7 0.12 0.00 0.02 0.00 0.00 99.87 20:35:48 20:28:01 all 1.78 0.00 1.24 0.33 0.01 96.64 20:35:48 20:28:01 0 1.07 0.00 0.80 1.12 0.02 96.99 20:35:48 20:28:01 1 2.11 0.00 1.02 0.07 0.02 96.78 20:35:48 20:28:01 2 1.42 0.00 2.32 0.42 0.02 95.83 20:35:48 20:28:01 3 2.20 0.00 0.90 0.07 0.02 96.82 20:35:48 20:28:01 4 2.05 0.00 2.42 0.63 0.00 94.89 20:35:48 20:28:01 5 1.34 0.00 0.83 0.15 0.00 97.68 20:35:48 20:28:01 6 1.77 0.00 0.88 0.12 0.02 97.21 20:35:48 20:28:01 7 2.29 0.00 0.75 0.03 0.03 96.89 20:35:48 20:29:01 all 0.09 0.00 0.06 0.02 0.00 99.82 20:35:48 20:29:01 0 0.10 0.00 0.07 0.08 0.02 99.73 20:35:48 20:29:01 1 0.03 0.00 0.07 0.08 0.00 99.82 20:35:48 20:29:01 2 0.05 0.00 0.07 0.00 0.00 99.88 20:35:48 20:29:01 3 0.05 0.00 0.05 0.00 0.00 99.90 20:35:48 20:29:01 4 0.25 0.00 0.10 0.00 0.02 99.63 20:35:48 20:29:01 5 0.02 0.00 0.07 0.00 0.00 99.92 20:35:48 20:29:01 6 0.08 0.00 0.07 0.00 0.00 99.85 20:35:48 20:29:01 7 0.12 0.00 0.03 0.00 0.00 99.85 20:35:48 20:30:01 all 0.03 0.00 0.02 0.01 0.00 99.95 20:35:48 20:30:01 0 0.07 0.00 0.07 0.03 0.02 99.82 20:35:48 20:30:01 1 0.05 0.00 0.02 0.00 0.00 99.93 20:35:48 20:30:01 2 0.02 0.00 0.02 0.00 0.00 99.97 20:35:48 20:30:01 3 0.00 0.00 0.00 0.00 0.00 100.00 20:35:48 20:30:01 4 0.00 0.00 0.02 0.02 0.00 99.97 20:35:48 20:30:01 5 0.03 0.00 0.00 0.00 0.00 99.97 20:35:48 20:30:01 6 0.03 0.00 0.02 0.00 0.00 99.95 20:35:48 20:30:01 7 0.02 0.00 0.02 0.00 0.00 99.97 20:35:48 20:31:01 all 0.05 0.00 0.02 0.01 0.00 99.92 20:35:48 20:31:01 0 0.03 0.00 0.05 0.03 0.00 99.88 20:35:48 20:31:01 1 0.30 0.00 0.05 0.02 0.02 99.62 20:35:48 20:31:01 2 0.00 0.00 0.02 0.00 0.00 99.98 20:35:48 20:31:01 3 0.02 0.00 0.00 0.00 0.00 99.98 20:35:48 20:31:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:35:48 20:31:01 5 0.02 0.00 0.00 0.00 0.00 99.98 20:35:48 20:31:01 6 0.02 0.00 0.02 0.00 0.00 99.97 20:35:48 20:31:01 7 0.02 0.00 0.00 0.00 0.00 99.98 20:35:48 20:32:01 all 0.27 0.00 0.02 0.01 0.00 99.70 20:35:48 20:32:01 0 0.02 0.00 0.03 0.05 0.00 99.90 20:35:48 20:32:01 1 1.97 0.00 0.05 0.00 0.00 97.98 20:35:48 20:32:01 2 0.00 0.00 0.00 0.00 0.00 100.00 20:35:48 20:32:01 3 0.03 0.00 0.03 0.00 0.02 99.92 20:35:48 20:32:01 4 0.02 0.00 0.02 0.02 0.00 99.95 20:35:48 20:32:01 5 0.02 0.00 0.00 0.00 0.02 99.97 20:35:48 20:32:01 6 0.02 0.00 0.00 0.00 0.00 99.98 20:35:48 20:32:01 7 0.05 0.00 0.00 0.00 0.00 99.95 20:35:48 20:33:01 all 0.08 0.00 0.04 0.02 0.00 99.86 20:35:48 20:33:01 0 0.02 0.00 0.03 0.05 0.02 99.88 20:35:48 20:33:01 1 0.17 0.00 0.02 0.00 0.00 99.82 20:35:48 20:33:01 2 0.03 0.00 0.02 0.02 0.00 99.93 20:35:48 20:33:01 3 0.10 0.00 0.08 0.02 0.02 99.78 20:35:48 20:33:01 4 0.02 0.00 0.02 0.03 0.00 99.93 20:35:48 20:33:01 5 0.22 0.00 0.08 0.03 0.00 99.67 20:35:48 20:33:01 6 0.02 0.00 0.03 0.00 0.00 99.95 20:35:48 20:33:01 7 0.03 0.00 0.02 0.00 0.00 99.95 20:35:48 20:34:01 all 0.03 0.00 0.01 0.00 0.00 99.96 20:35:48 20:34:01 0 0.02 0.00 0.00 0.03 0.00 99.95 20:35:48 20:34:01 1 0.02 0.00 0.00 0.00 0.00 99.98 20:35:48 20:34:01 2 0.02 0.00 0.02 0.00 0.00 99.97 20:35:48 20:34:01 3 0.07 0.00 0.02 0.00 0.00 99.92 20:35:48 20:34:01 4 0.02 0.00 0.00 0.00 0.00 99.98 20:35:48 20:34:01 5 0.02 0.00 0.00 0.00 0.00 99.98 20:35:48 20:34:01 6 0.02 0.00 0.03 0.00 0.00 99.95 20:35:48 20:34:01 7 0.03 0.00 0.02 0.00 0.02 99.93 20:35:48 20:35:48 20:34:01 CPU %user %nice %system %iowait %steal %idle 20:35:48 20:35:02 all 3.96 0.00 1.74 0.43 0.02 93.85 20:35:48 20:35:02 0 3.61 0.00 1.76 2.50 0.02 92.12 20:35:48 20:35:02 1 3.43 0.00 1.45 0.02 0.02 95.09 20:35:48 20:35:02 2 5.31 0.00 1.76 0.27 0.02 92.65 20:35:48 20:35:02 3 3.96 0.00 1.24 0.03 0.02 94.75 20:35:48 20:35:02 4 4.99 0.00 1.97 0.17 0.03 92.84 20:35:48 20:35:02 5 3.85 0.00 1.54 0.13 0.00 94.47 20:35:48 20:35:02 6 2.98 0.00 1.86 0.32 0.03 94.80 20:35:48 20:35:02 7 3.54 0.00 2.37 0.02 0.02 94.06 20:35:48 Average: all 5.41 0.00 1.46 0.37 0.02 92.75 20:35:48 Average: 0 5.14 0.00 1.48 0.75 0.02 92.61 20:35:48 Average: 1 5.75 0.00 1.31 0.34 0.02 92.57 20:35:48 Average: 2 5.36 0.00 1.56 0.28 0.02 92.79 20:35:48 Average: 3 5.66 0.00 1.36 0.10 0.02 92.86 20:35:48 Average: 4 5.16 0.00 1.47 0.29 0.02 93.06 20:35:48 Average: 5 5.35 0.00 1.40 0.43 0.02 92.80 20:35:48 Average: 6 5.25 0.00 1.65 0.47 0.02 92.61 20:35:48 Average: 7 5.61 0.00 1.42 0.28 0.02 92.66 20:35:48 20:35:48 20:35:48