Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 6fa13eb64575055365d964780e4ff33f2e866ca2 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-ssh669743164480861171.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-ssh2967132229352377284.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-ssh5595352329695447946.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-ssh16530596592652714621.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-ssh17535184912510206466.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 ‘prd-centos7-blackbox-4c-2g-1315’ doesn’t have label ‘ubuntu20.04-docker-8c-8g’ ‘prd-centos7-blackbox-4c-2g-1316’ doesn’t have label ‘ubuntu20.04-docker-8c-8g’ ‘prd-ubuntu18.04-docker-8c-8g-1843’ doesn’t have label ‘ubuntu20.04-docker-8c-8g’ ‘prd-ubuntu20.04-docker-8c-8g-1909’ is offline Running on prd-ubuntu20.04-docker-8c-8g-1911 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 6fa13eb64575055365d964780e4ff33f2e866ca2 (main) Commit message: "refactor!: Rework code for refactored MessageBus Configuration (#236)" > 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 6fa13eb64575055365d964780e4ff33f2e866ca2 # timeout=10 > git rev-list --no-walk a09ef0c5b5718b7e2deeb983e8068139a6f667f6 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 18:28:29 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 18:28:29 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 18:28:29 ========================================================= 18:28:29 EdgeX Global Pipelines Version Info 18:28:29 ========================================================= [Pipeline] libraryResource [Pipeline] sh 18:28:29 ------------------- 18:28:29 stable info: 18:28:29 ------------------- 18:28:29 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 18:28:29 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 18:28:29 Message: update stable to v1.0.244 18:28:30 ------------------- 18:28:30 experimental info: 18:28:30 ------------------- 18:28:30 Commited By: **** collab-it+edgex@linuxfoundation.org 18:28:30 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 18:28:30 Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 18:28:30 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-rest-go-settings [Pipeline] echo 18:28:30 [edgeXSetupEnvironment]: set envvar PROJECT = device-rest-go [Pipeline] echo 18:28:30 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 18:28:30 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 18:28:30 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 18:28:30 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 18:28:30 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 18:28:30 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 18:28:30 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 18:28:30 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 18:28:30 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 18:28:30 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-rest [Pipeline] echo 18:28:30 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 18:28:30 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 18:28:30 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 18:28:30 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 18:28:30 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 18:28:30 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 18:28:30 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 18:28:30 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 18:28:30 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 18:28:30 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 18:28:30 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 18:28:30 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 18:28:31 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 18:28:31 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 18:28:31 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 18:28:31 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 18:28:31 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 18:28:31 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 18:28:31 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 6fa13eb64575055365d964780e4ff33f2e866ca2 [Pipeline] echo 18:28:31 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 6fa13eb [Pipeline] echo 18:28:31 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:28:31 provisioning config files... 18:28:31 copy managed file [device-rest-go-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config11107452169392915845tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:28:31 ---> docker-login.sh 18:28:31 nexus3.edgexfoundry.org:10001 18:28:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:28:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:28:31 Configure a credential helper to remove this warning. See 18:28:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:28:31 18:28:31 Login Succeeded 18:28:31 nexus3.edgexfoundry.org:10002 18:28:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:28:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:28:31 Configure a credential helper to remove this warning. See 18:28:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:28:31 18:28:31 Login Succeeded 18:28:31 nexus3.edgexfoundry.org:10003 18:28:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:28:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:28:32 Configure a credential helper to remove this warning. See 18:28:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:28:32 18:28:32 Login Succeeded 18:28:32 nexus3.edgexfoundry.org:10004 18:28:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:28:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:28:32 Configure a credential helper to remove this warning. See 18:28:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:28:32 18:28:32 Login Succeeded 18:28:32 docker.io 18:28:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:28:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:28:32 Configure a credential helper to remove this warning. See 18:28:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:28:32 18:28:32 Login Succeeded 18:28:32 ---> docker-login.sh ends [Pipeline] } 18:28:32 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 18:28:32 + git rev-list -1 --merges 6fa13eb64575055365d964780e4ff33f2e866ca2~1..6fa13eb64575055365d964780e4ff33f2e866ca2 [Pipeline] echo 18:28:32 -----------> git rev-list -1 --merges 6fa13eb64575055365d964780e4ff33f2e866ca2~1..6fa13eb64575055365d964780e4ff33f2e866ca2 6fa13eb64575055365d964780e4ff33f2e866ca2 [false] [Pipeline] sh 18:28:33 + git log --format=format:%s -1 6fa13eb64575055365d964780e4ff33f2e866ca2 [Pipeline] echo 18:28:33 ========================================================= 18:28:33 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 18:28:33 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:28:33 + git log --format=format:%s -1 6fa13eb64575055365d964780e4ff33f2e866ca2 [Pipeline] echo 18:28:33 [semverPrep] GIT_COMMIT: 6fa13eb64575055365d964780e4ff33f2e866ca2, Commit Message: refactor!: Rework code for refactored MessageBus Configuration (#236) [Pipeline] echo 18:28:33 [semverPrep] This is not a build commit. [Pipeline] sh 18:28:33 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 18:28:33 + grep -v github /etc/ssh/ssh_known_hosts 18:28:33 + [ -e /tmp/ssh_known_hosts ] 18:28:33 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 18:28:33 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 18:28:33 + sudo tee -a /etc/ssh/ssh_known_hosts 18:28:33 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:28:34 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 18:28:34 18:28:34 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:28:34 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 18:28:34 0.1.4: Pulling from edgex-devops/py-git-semver 18:28:34 b85a868b505f: Pulling fs layer 18:28:34 e2be974225ed: Pulling fs layer 18:28:34 339a4e72a1f5: Pulling fs layer 18:28:34 988bab9f4d93: Pulling fs layer 18:28:34 1469e6f7b9e6: Pulling fs layer 18:28:34 eaf3925da568: Pulling fs layer 18:28:34 bab4dde63d76: Pulling fs layer 18:28:34 bde34c3a00c8: Pulling fs layer 18:28:34 b352a97aabf1: Pulling fs layer 18:28:34 4872d77fe225: Pulling fs layer 18:28:34 5851b861e8e6: Pulling fs layer 18:28:34 bab4dde63d76: Waiting 18:28:34 bde34c3a00c8: Waiting 18:28:34 b352a97aabf1: Waiting 18:28:34 eaf3925da568: Waiting 18:28:34 4872d77fe225: Waiting 18:28:34 5851b861e8e6: Waiting 18:28:34 988bab9f4d93: Waiting 18:28:34 1469e6f7b9e6: Waiting 18:28:34 e2be974225ed: Verifying Checksum 18:28:34 e2be974225ed: Download complete 18:28:34 988bab9f4d93: Download complete 18:28:34 1469e6f7b9e6: Verifying Checksum 18:28:34 339a4e72a1f5: Verifying Checksum 18:28:34 339a4e72a1f5: Download complete 18:28:34 1469e6f7b9e6: Download complete 18:28:34 eaf3925da568: Verifying Checksum 18:28:34 eaf3925da568: Download complete 18:28:34 bde34c3a00c8: Download complete 18:28:34 b352a97aabf1: Verifying Checksum 18:28:34 b352a97aabf1: Download complete 18:28:34 4872d77fe225: Verifying Checksum 18:28:34 4872d77fe225: Download complete 18:28:34 5851b861e8e6: Verifying Checksum 18:28:34 5851b861e8e6: Download complete 18:28:34 b85a868b505f: Download complete 18:28:35 bab4dde63d76: Download complete 18:28:36 b85a868b505f: Pull complete 18:28:36 e2be974225ed: Pull complete 18:28:37 339a4e72a1f5: Pull complete 18:28:37 988bab9f4d93: Pull complete 18:28:37 1469e6f7b9e6: Pull complete 18:28:37 eaf3925da568: Pull complete 18:28:39 bab4dde63d76: Pull complete 18:28:39 bde34c3a00c8: Pull complete 18:28:39 b352a97aabf1: Pull complete 18:28:39 4872d77fe225: Pull complete 18:28:39 5851b861e8e6: Pull complete 18:28:39 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 18:28:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 18:28:39 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:28:39 prd-ubuntu20.04-docker-8c-8g-1911 does not seem to be running inside a container 18:28:39 $ 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 18:28:42 $ docker top 599fe905841b65a3242edf1f5b065e6d2a3a9702e7c9135585a4faaf282f294a -eo pid,comm 18:28:42 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 18:28:42 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:28:42 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:28:42 [ssh-agent] Looking for ssh-agent implementation... 18:28:42 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:28:42 $ docker exec 599fe905841b65a3242edf1f5b065e6d2a3a9702e7c9135585a4faaf282f294a ssh-agent 18:28:42 SSH_AUTH_SOCK=/tmp/ssh-XOmqw3NH6W0U/agent.32 18:28:42 SSH_AGENT_PID=38 18:28:42 Running ssh-add (command line suppressed) 18:28:42 Identity added: /w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_12430222782518974802.key (/w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_12430222782518974802.key) 18:28:42 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:28:42 + git tag --points-at HEAD [Pipeline] } 18:28:43 $ docker exec --env ******** --env ******** 599fe905841b65a3242edf1f5b065e6d2a3a9702e7c9135585a4faaf282f294a ssh-agent -k 18:28:43 unset SSH_AUTH_SOCK; 18:28:43 unset SSH_AGENT_PID; 18:28:43 echo Agent pid 38 killed; 18:28:43 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 18:28:43 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:28:43 [ssh-agent] Looking for ssh-agent implementation... 18:28:43 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:28:43 $ docker exec 599fe905841b65a3242edf1f5b065e6d2a3a9702e7c9135585a4faaf282f294a ssh-agent 18:28:43 SSH_AUTH_SOCK=/tmp/ssh-tqdtI2Z39KW2/agent.71 18:28:43 SSH_AGENT_PID=77 18:28:43 Running ssh-add (command line suppressed) 18:28:43 Identity added: /w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_15586655836472410005.key (/w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_15586655836472410005.key) 18:28:43 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:28:43 + git semver init 18:28:44 2023-01-11 18:28:43,968 [run_init] DEBUG init version:0.0.0 force:False 18:28:44 2023-01-11 18:28:43,969 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_device-rest-go_main/.semver 18:28:44 2023-01-11 18:28:43,969 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-rest-go.git /w/workspace/edgexfoundry_device-rest-go_main/.semver 18:28:44 2023-01-11 18:28:43,969 [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) 18:28:45 2023-01-11 18:28:45,004 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_device-rest-go_main/.git/info/exclude 18:28:45 2023-01-11 18:28:45,004 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_device-rest-go_main/.semver/main with force:False 18:28:45 2023-01-11 18:28:45,004 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main 18:28:45 2023-01-11 18:28:45,005 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main 18:28:45 3.0.0-dev.5 [Pipeline] } 18:28:45 $ docker exec --env ******** --env ******** 599fe905841b65a3242edf1f5b065e6d2a3a9702e7c9135585a4faaf282f294a ssh-agent -k 18:28:45 unset SSH_AUTH_SOCK; 18:28:45 unset SSH_AGENT_PID; 18:28:45 echo Agent pid 77 killed; 18:28:45 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:28:45 + git semver [Pipeline] } 18:28:46 $ docker stop --time=1 599fe905841b65a3242edf1f5b065e6d2a3a9702e7c9135585a4faaf282f294a 18:28:47 $ docker rm -f --volumes 599fe905841b65a3242edf1f5b065e6d2a3a9702e7c9135585a4faaf282f294a [Pipeline] // withDockerContainer [Pipeline] sh 18:28:47 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 18:28:48 Stashed 1 file(s) [Pipeline] echo 18:28:48 [edgeXSemver]: initialized semver on version 3.0.0-dev.5 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:28:48 provisioning config files... 18:28:48 copy managed file [device-rest-go-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config15216030339521374447tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:28:48 ---> docker-login.sh 18:28:48 nexus3.edgexfoundry.org:10001 18:28:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:28:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:28:48 Configure a credential helper to remove this warning. See 18:28:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:28:48 18:28:48 Login Succeeded 18:28:48 nexus3.edgexfoundry.org:10002 18:28:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:28:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:28:48 Configure a credential helper to remove this warning. See 18:28:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:28:48 18:28:48 Login Succeeded 18:28:48 nexus3.edgexfoundry.org:10003 18:28:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:28:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:28:48 Configure a credential helper to remove this warning. See 18:28:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:28:48 18:28:48 Login Succeeded 18:28:48 nexus3.edgexfoundry.org:10004 18:28:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:28:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:28:48 Configure a credential helper to remove this warning. See 18:28:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:28:48 18:28:48 Login Succeeded 18:28:48 docker.io 18:28:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:28:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:28:49 Configure a credential helper to remove this warning. See 18:28:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:28:49 18:28:49 Login Succeeded 18:28:49 ---> docker-login.sh ends [Pipeline] } 18:28:49 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 18:28:49 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 18:28:49 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 18:28:49 ========================================================= 18:28:49 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] 18:28:49 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:28:49 + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine --build-arg MAKE=echo noop --target=builder . 18:28:49 Sending build context to Docker daemon 10.79MB 18:28:49 Step 1/12 : ARG BASE=golang:1.18-alpine3.16 18:28:49 Step 2/12 : FROM ${BASE} AS builder 18:28:49 1.18-alpine: Pulling from edgex-devops/edgex-golang-base 18:28:49 213ec9aee27d: Pulling fs layer 18:28:49 4583459ba037: Pulling fs layer 18:28:49 93c1e223e6f2: Pulling fs layer 18:28:49 53926ce57604: Pulling fs layer 18:28:49 21b2b0c7a3f4: Pulling fs layer 18:28:49 22ff95d597cd: Pulling fs layer 18:28:49 12d6caf4c0d1: Pulling fs layer 18:28:49 96b7cbca73a9: Pulling fs layer 18:28:49 a7acece74701: Pulling fs layer 18:28:49 53926ce57604: Waiting 18:28:49 12d6caf4c0d1: Waiting 18:28:49 96b7cbca73a9: Waiting 18:28:49 a7acece74701: Waiting 18:28:49 21b2b0c7a3f4: Waiting 18:28:49 22ff95d597cd: Waiting 18:28:49 93c1e223e6f2: Verifying Checksum 18:28:49 93c1e223e6f2: Download complete 18:28:49 4583459ba037: Verifying Checksum 18:28:49 4583459ba037: Download complete 18:28:49 21b2b0c7a3f4: Download complete 18:28:49 22ff95d597cd: Verifying Checksum 18:28:49 22ff95d597cd: Download complete 18:28:49 213ec9aee27d: Download complete 18:28:49 12d6caf4c0d1: Download complete 18:28:49 213ec9aee27d: Pull complete 18:28:50 4583459ba037: Pull complete 18:28:50 93c1e223e6f2: Pull complete 18:28:50 a7acece74701: Verifying Checksum 18:28:50 a7acece74701: Download complete 18:28:50 96b7cbca73a9: Verifying Checksum 18:28:50 96b7cbca73a9: Download complete 18:28:50 53926ce57604: Verifying Checksum 18:28:50 53926ce57604: Download complete 18:28:54 53926ce57604: Pull complete 18:28:54 21b2b0c7a3f4: Pull complete 18:28:54 22ff95d597cd: Pull complete 18:28:54 12d6caf4c0d1: Pull complete 18:28:57 96b7cbca73a9: Pull complete 18:28:57 a7acece74701: Pull complete 18:28:57 Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d 18:28:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 18:28:57 ---> db6d94c90886 18:28:57 Step 3/12 : ARG ADD_BUILD_TAGS="" 18:29:03 ---> Running in 9ce2079d36f0 18:29:03 Removing intermediate container 9ce2079d36f0 18:29:03 ---> 30f0626872f4 18:29:03 Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 18:29:03 ---> Running in e582de505904 18:29:03 Removing intermediate container e582de505904 18:29:03 ---> 45f0a2a1f7db 18:29:03 Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client" 18:29:03 ---> Running in d28419d13db0 18:29:03 Removing intermediate container d28419d13db0 18:29:03 ---> dca2c853eed9 18:29:03 Step 6/12 : ARG ALPINE_PKG_EXTRA="" 18:29:03 Still waiting to schedule task 18:29:03 Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-1908’ 18:29:03 ---> Running in 9cbccd82977b 18:29:03 Removing intermediate container 9cbccd82977b 18:29:03 ---> 311a967a830c 18:29:03 Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 18:29:03 ---> Running in d5bd35d09ff8 18:29:03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 18:29:03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 18:29:04 (1/4) Installing openssh-keygen (9.0_p1-r2) 18:29:04 (2/4) Installing libedit (20210910.3.1-r0) 18:29:04 (3/4) Installing openssh-client-common (9.0_p1-r2) 18:29:04 (4/4) Installing openssh-client-default (9.0_p1-r2) 18:29:04 Executing busybox-1.35.0-r17.trigger 18:29:04 OK: 216 MiB in 55 packages 18:29:04 Removing intermediate container d5bd35d09ff8 18:29:04 ---> ef796ec22356 18:29:04 Step 8/12 : WORKDIR /device-rest-go 18:29:04 ---> Running in b1e604168186 18:29:04 Removing intermediate container b1e604168186 18:29:04 ---> 459f3a1eee37 18:29:04 Step 9/12 : COPY go.mod vendor* ./ 18:29:04 ---> 6f5e7245de84 18:29:04 Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:29:04 ---> Running in dbe3c2841f63 18:29:31 Removing intermediate container dbe3c2841f63 18:29:31 ---> 36bbf4cd76ee 18:29:31 Step 11/12 : COPY . . 18:29:31 ---> 8dee427ffefe 18:29:31 Step 12/12 : RUN $MAKE 18:29:31 ---> Running in 183a196b31ba 18:29:31 noop 18:29:31 Removing intermediate container 183a196b31ba 18:29:31 ---> 1705de684067 18:29:31 Successfully built 1705de684067 18:29:31 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:29:31 + docker inspect -f . ci-base-image-x86_64 18:29:31 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:29:31 prd-ubuntu20.04-docker-8c-8g-1911 does not seem to be running inside a container 18:29:31 $ 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 18:29:32 $ docker top 7850224fa38ab329c47efd035e0ea81762626eddada0a91adc55ea737e71a6b7 -eo pid,comm [Pipeline] { [Pipeline] sh 18:29:32 + go version 18:29:32 go version go1.18.7 linux/amd64 [Pipeline] } 18:29:32 $ docker stop --time=1 7850224fa38ab329c47efd035e0ea81762626eddada0a91adc55ea737e71a6b7 18:29:33 $ docker rm -f --volumes 7850224fa38ab329c47efd035e0ea81762626eddada0a91adc55ea737e71a6b7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:29:34 + docker inspect -f . ci-base-image-x86_64 18:29:34 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:29:34 prd-ubuntu20.04-docker-8c-8g-1911 does not seem to be running inside a container 18:29:34 $ 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 18:29:34 $ docker top 754a7cdc0545f0dde31c3b6003a058ccece8dbab15de55d62edf6caf826c4373 -eo pid,comm [Pipeline] { [Pipeline] sh 18:29:35 + git config --global --add safe.directory /w/workspace/edgexfoundry_device-rest-go_main [Pipeline] fileExists [Pipeline] sh 18:29:35 + make test 18:29:35 go test ./... -coverprofile=coverage.out ./... 18:29:35 ? github.com/edgexfoundry/device-rest-go [no test files] 18:29:45 ? github.com/edgexfoundry/device-rest-go/cmd [no test files] 18:29:45 ok github.com/edgexfoundry/device-rest-go/driver 0.016s coverage: 55.2% of statements 18:29:52 level=warning msg="[linters context] structcheck is disabled because of go1.18. You can track the evolution of the go1.18 support by following the https://github.com/golangci/golangci-lint/issues/2649." 18:29:52 go vet ./... 18:29:55 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 18:29:55 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 18:29:55 ./bin/test-attribution-txt.sh [Pipeline] echo 18:29:55 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 18:29:55 $ docker stop --time=1 754a7cdc0545f0dde31c3b6003a058ccece8dbab15de55d62edf6caf826c4373 18:29:58 $ docker rm -f --volumes 754a7cdc0545f0dde31c3b6003a058ccece8dbab15de55d62edf6caf826c4373 [Pipeline] // withDockerContainer [Pipeline] sh 18:29:58 + sudo chown -R jenkins:jenkins . [Pipeline] stash 18:29:58 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 18:29:59 + sudo chown -R jenkins:jenkins . [Pipeline] sh 18:29:59 + ls -al . 18:29:59 total 188 18:29:59 drwxrwxr-x 9 jenkins jenkins 4096 Jan 11 18:29 . 18:29:59 drwxrwxr-x 4 jenkins jenkins 4096 Jan 11 18:28 .. 18:29:59 -rw-rw-r-- 1 jenkins jenkins 151 Jan 11 18:28 .dockerignore 18:29:59 drwxrwxr-x 8 jenkins jenkins 4096 Jan 11 18:29 .git 18:29:59 drwxrwxr-x 3 jenkins jenkins 4096 Jan 11 18:28 .github 18:29:59 -rw-rw-r-- 1 jenkins jenkins 329 Jan 11 18:28 .gitignore 18:29:59 -rw-rw-r-- 1 jenkins jenkins 41 Jan 11 18:28 .golangci.yml 18:29:59 drwxr-xr-x 3 jenkins jenkins 4096 Jan 11 18:28 .semver 18:29:59 -rw-rw-r-- 1 jenkins jenkins 8996 Jan 11 18:28 Attribution.txt 18:29:59 -rw-rw-r-- 1 jenkins jenkins 13085 Jan 11 18:28 CHANGELOG.md 18:29:59 -rw-rw-r-- 1 jenkins jenkins 1578 Jan 11 18:28 Dockerfile 18:29:59 -rw-rw-r-- 1 jenkins jenkins 677 Jan 11 18:28 GOVERNANCE.md 18:29:59 -rw-rw-r-- 1 jenkins jenkins 680 Jan 11 18:28 Jenkinsfile 18:29:59 -rw-rw-r-- 1 jenkins jenkins 11340 Jan 11 18:28 LICENSE 18:29:59 -rw-rw-r-- 1 jenkins jenkins 1744 Jan 11 18:28 Makefile 18:29:59 -rw-rw-r-- 1 jenkins jenkins 620 Jan 11 18:28 OWNERS.md 18:29:59 -rw-rw-r-- 1 jenkins jenkins 8667 Jan 11 18:28 README.md 18:29:59 -rw-rw-r-- 1 jenkins jenkins 11 Jan 11 18:28 VERSION 18:29:59 drwxrwxr-x 2 jenkins jenkins 4096 Jan 11 18:28 bin 18:29:59 drwxrwxr-x 3 jenkins jenkins 4096 Jan 11 18:28 cmd 18:29:59 -rw-r--r-- 1 jenkins jenkins 9355 Jan 11 18:29 coverage.out 18:29:59 drwxrwxr-x 2 jenkins jenkins 4096 Jan 11 18:28 driver 18:29:59 -rw-rw-r-- 1 jenkins jenkins 3488 Jan 11 18:28 go.mod 18:29:59 -rw-rw-r-- 1 jenkins jenkins 45013 Jan 11 18:28 go.sum 18:29:59 drwxrwxr-x 4 jenkins jenkins 4096 Jan 11 18:28 snap 18:29:59 -rw-rw-r-- 1 jenkins jenkins 713 Jan 11 18:28 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:29:59 + 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=6fa13eb64575055365d964780e4ff33f2e866ca2 --label arch=amd64 --label version=3.0.0-dev.5 . 18:29:59 Sending build context to Docker daemon 10.8MB 18:29:59 Step 1/25 : ARG BASE=golang:1.18-alpine3.16 18:29:59 Step 2/25 : FROM ${BASE} AS builder 18:29:59 ---> 1705de684067 18:29:59 Step 3/25 : ARG ADD_BUILD_TAGS="" 18:30:00 ---> Running in 2f6e2e5cb52c 18:30:00 Removing intermediate container 2f6e2e5cb52c 18:30:00 ---> 06c8dd7a61d1 18:30:00 Step 4/25 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 18:30:00 ---> Running in 49a8fe28a802 18:30:00 Removing intermediate container 49a8fe28a802 18:30:00 ---> 399611328650 18:30:00 Step 5/25 : ARG ALPINE_PKG_BASE="make git openssh-client" 18:30:00 ---> Running in 1af7153f8034 18:30:00 Removing intermediate container 1af7153f8034 18:30:00 ---> 28ddf010f90a 18:30:00 Step 6/25 : ARG ALPINE_PKG_EXTRA="" 18:30:00 ---> Running in 6eac39574c5c 18:30:00 Removing intermediate container 6eac39574c5c 18:30:00 ---> 4813ee5bcaaa 18:30:00 Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 18:30:00 ---> Running in 11efb5d391ba 18:30:00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 18:30:01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 18:30:01 OK: 216 MiB in 55 packages 18:30:01 Removing intermediate container 11efb5d391ba 18:30:01 ---> 49ce73265727 18:30:01 Step 8/25 : WORKDIR /device-rest-go 18:30:01 ---> Running in e8d33975455b 18:30:01 Removing intermediate container e8d33975455b 18:30:01 ---> 857dd0379374 18:30:01 Step 9/25 : COPY go.mod vendor* ./ 18:30:01 ---> e7d5a3f07cee 18:30:01 Step 10/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:30:02 ---> Running in 15d30ce00f32 18:30:03 Removing intermediate container 15d30ce00f32 18:30:03 ---> b8c8b9da315b 18:30:03 Step 11/25 : COPY . . 18:30:03 ---> 70f26d0b4bc4 18:30:03 Step 12/25 : RUN $MAKE 18:30:03 ---> Running in aa18e5e60c9d 18:30:03 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-rest-go.Version=3.0.0-dev.5" -trimpath -mod=readonly -o cmd/device-rest ./cmd 18:30:25 Removing intermediate container aa18e5e60c9d 18:30:25 ---> 2024db583822 18:30:25 Step 13/25 : FROM alpine:3.16 18:30:25 3.16: Pulling from library/alpine 18:30:25 ca7dd9ec2225: Pulling fs layer 18:30:25 ca7dd9ec2225: Verifying Checksum 18:30:25 ca7dd9ec2225: Pull complete 18:30:25 Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b 18:30:25 Status: Downloaded newer image for alpine:3.16 18:30:25 ---> bfe296a52501 18:30:25 Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' 18:30:25 ---> Running in e3d4dde79a0f 18:30:25 Removing intermediate container e3d4dde79a0f 18:30:25 ---> 57ed5862022a 18:30:25 Step 15/25 : LABEL Name=device-rest-go Version=${VERSION} 18:30:25 ---> Running in 26422653aa6b 18:30:25 Removing intermediate container 26422653aa6b 18:30:25 ---> 0386a8563239 18:30:25 Step 16/25 : RUN apk add --update --no-cache dumb-init 18:30:25 ---> Running in 28a7ac65d4ed 18:30:25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 18:30:25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 18:30:26 (1/1) Installing dumb-init (1.2.5-r1) 18:30:26 Executing busybox-1.35.0-r17.trigger 18:30:26 OK: 6 MiB in 15 packages 18:30:26 Removing intermediate container 28a7ac65d4ed 18:30:26 ---> 3a8159a10036 18:30:26 Step 17/25 : COPY --from=builder /device-rest-go/cmd / 18:30:27 ---> 760b6635d29b 18:30:27 Step 18/25 : COPY --from=builder /device-rest-go/LICENSE / 18:30:27 ---> b7de011738e1 18:30:27 Step 19/25 : COPY --from=builder /device-rest-go/Attribution.txt / 18:30:27 ---> 70761085fe6f 18:30:27 Step 20/25 : EXPOSE 59986 18:30:27 ---> Running in 975dd097ca9b 18:30:27 Removing intermediate container 975dd097ca9b 18:30:27 ---> abf3c1499a79 18:30:27 Step 21/25 : ENTRYPOINT ["/device-rest"] 18:30:27 ---> Running in 8f1acf72415c 18:30:27 Removing intermediate container 8f1acf72415c 18:30:27 ---> 58632b350782 18:30:27 Step 22/25 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry"] 18:30:27 ---> Running in e8d56b5e4b8a 18:30:27 Removing intermediate container e8d56b5e4b8a 18:30:27 ---> cd074b596678 18:30:27 Step 23/25 : LABEL arch=amd64 18:30:27 ---> Running in 30c80cd7b15e 18:30:27 Removing intermediate container 30c80cd7b15e 18:30:27 ---> e7ca440b3707 18:30:27 Step 24/25 : LABEL git_sha=6fa13eb64575055365d964780e4ff33f2e866ca2 18:30:27 ---> Running in 46ee325729ba 18:30:27 Removing intermediate container 46ee325729ba 18:30:27 ---> 3deda7be3283 18:30:27 Step 25/25 : LABEL version=3.0.0-dev.5 18:30:27 ---> Running in b3e53bdbd6c9 18:30:28 Removing intermediate container b3e53bdbd6c9 18:30:28 ---> a6a09df5ceb5 18:30:28 [Warning] One or more build-args [ARCH] were not consumed 18:30:28 Successfully built a6a09df5ceb5 18:30:28 Successfully tagged device-rest:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:30:28 provisioning config files... 18:30:28 copy managed file [device-rest-go-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config12775422659572583356tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:30:28 ---> docker-login.sh 18:30:28 nexus3.edgexfoundry.org:10001 18:30:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:30:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:30:28 Configure a credential helper to remove this warning. See 18:30:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:30:28 18:30:28 Login Succeeded 18:30:28 nexus3.edgexfoundry.org:10002 18:30:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:30:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:30:28 Configure a credential helper to remove this warning. See 18:30:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:30:28 18:30:28 Login Succeeded 18:30:28 nexus3.edgexfoundry.org:10003 18:30:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:30:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:30:28 Configure a credential helper to remove this warning. See 18:30:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:30:28 18:30:28 Login Succeeded 18:30:28 nexus3.edgexfoundry.org:10004 18:30:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:30:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:30:28 Configure a credential helper to remove this warning. See 18:30:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:30:28 18:30:28 Login Succeeded 18:30:28 docker.io 18:30:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:30:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:30:29 Configure a credential helper to remove this warning. See 18:30:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:30:29 18:30:29 Login Succeeded 18:30:29 ---> docker-login.sh ends [Pipeline] } 18:30:29 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:30:29 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 18:30:29 [edgeXDocker.push] Tagging docker image device-rest with the following tags: 18:30:29 6fa13eb64575055365d964780e4ff33f2e866ca2 18:30:29 latest 18:30:29 3.0.0-dev.5 18:30:29 6fa13eb64575055365d964780e4ff33f2e866ca2-3.0.0-dev.5 18:30:29 main 18:30:29 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:30:29 + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:6fa13eb64575055365d964780e4ff33f2e866ca2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:30:29 + docker push nexus3.edgexfoundry.org:10004/device-rest:6fa13eb64575055365d964780e4ff33f2e866ca2 18:30:29 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] 18:30:29 c6738573187f: Preparing 18:30:29 6fe6f227ec8f: Preparing 18:30:29 3f07f3ca486a: Preparing 18:30:29 c65a73804fe7: Preparing 18:30:29 e5e13b0c77cb: Preparing 18:30:29 e5e13b0c77cb: Layer already exists 18:30:29 c6738573187f: Pushed 18:30:29 c65a73804fe7: Pushed 18:30:29 6fe6f227ec8f: Pushed 18:30:33 3f07f3ca486a: Pushed 18:30:33 6fa13eb64575055365d964780e4ff33f2e866ca2: digest: sha256:1bb03af2020cd11d0ad8145150647e972870780b3279bffeb73ac4c32f6cb20d size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:30:33 + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:30:33 + docker push nexus3.edgexfoundry.org:10004/device-rest:latest 18:30:33 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] 18:30:33 c6738573187f: Preparing 18:30:33 6fe6f227ec8f: Preparing 18:30:33 3f07f3ca486a: Preparing 18:30:33 c65a73804fe7: Preparing 18:30:33 e5e13b0c77cb: Preparing 18:30:33 3f07f3ca486a: Layer already exists 18:30:33 c65a73804fe7: Layer already exists 18:30:33 6fe6f227ec8f: Layer already exists 18:30:33 c6738573187f: Layer already exists 18:30:33 e5e13b0c77cb: Layer already exists 18:30:33 latest: digest: sha256:1bb03af2020cd11d0ad8145150647e972870780b3279bffeb73ac4c32f6cb20d size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:30:34 + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:3.0.0-dev.5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:30:34 + docker push nexus3.edgexfoundry.org:10004/device-rest:3.0.0-dev.5 18:30:34 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] 18:30:34 c6738573187f: Preparing 18:30:34 6fe6f227ec8f: Preparing 18:30:34 3f07f3ca486a: Preparing 18:30:34 c65a73804fe7: Preparing 18:30:34 e5e13b0c77cb: Preparing 18:30:34 e5e13b0c77cb: Layer already exists 18:30:34 c6738573187f: Layer already exists 18:30:34 c65a73804fe7: Layer already exists 18:30:34 3f07f3ca486a: Layer already exists 18:30:34 6fe6f227ec8f: Layer already exists 18:30:34 3.0.0-dev.5: digest: sha256:1bb03af2020cd11d0ad8145150647e972870780b3279bffeb73ac4c32f6cb20d size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:30:34 + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:6fa13eb64575055365d964780e4ff33f2e866ca2-3.0.0-dev.5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:30:35 + docker push nexus3.edgexfoundry.org:10004/device-rest:6fa13eb64575055365d964780e4ff33f2e866ca2-3.0.0-dev.5 18:30:35 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] 18:30:35 c6738573187f: Preparing 18:30:35 6fe6f227ec8f: Preparing 18:30:35 3f07f3ca486a: Preparing 18:30:35 c65a73804fe7: Preparing 18:30:35 e5e13b0c77cb: Preparing 18:30:35 c6738573187f: Layer already exists 18:30:35 e5e13b0c77cb: Layer already exists 18:30:35 3f07f3ca486a: Layer already exists 18:30:35 6fe6f227ec8f: Layer already exists 18:30:35 c65a73804fe7: Layer already exists 18:30:35 6fa13eb64575055365d964780e4ff33f2e866ca2-3.0.0-dev.5: digest: sha256:1bb03af2020cd11d0ad8145150647e972870780b3279bffeb73ac4c32f6cb20d size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:30:35 + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:30:35 + docker push nexus3.edgexfoundry.org:10004/device-rest:main 18:30:35 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] 18:30:35 c6738573187f: Preparing 18:30:35 6fe6f227ec8f: Preparing 18:30:35 3f07f3ca486a: Preparing 18:30:35 c65a73804fe7: Preparing 18:30:35 e5e13b0c77cb: Preparing 18:30:35 c65a73804fe7: Layer already exists 18:30:35 6fe6f227ec8f: Layer already exists 18:30:35 e5e13b0c77cb: Layer already exists 18:30:35 c6738573187f: Layer already exists 18:30:35 3f07f3ca486a: Layer already exists 18:30:35 main: digest: sha256:1bb03af2020cd11d0ad8145150647e972870780b3279bffeb73ac4c32f6cb20d size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:30:35 ===================================================== [Pipeline] echo 18:30:35 taggedImages: 18:30:35 - nexus3.edgexfoundry.org:10004/device-rest:6fa13eb64575055365d964780e4ff33f2e866ca2 18:30:35 - nexus3.edgexfoundry.org:10004/device-rest:latest 18:30:35 - nexus3.edgexfoundry.org:10004/device-rest:3.0.0-dev.5 18:30:35 - nexus3.edgexfoundry.org:10004/device-rest:6fa13eb64575055365d964780e4ff33f2e866ca2-3.0.0-dev.5 18:30:35 - 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 18:30:36 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 18:30:36 18:30:36 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:30:36 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 18:30:36 latest: Pulling from edgex-lftools-log-publisher 18:30:36 5eb5b503b376: Pulling fs layer 18:30:36 5c69ac0246d0: Pulling fs layer 18:30:36 ec43610c2a17: Pulling fs layer 18:30:36 3a2ae6a8a46f: Pulling fs layer 18:30:36 33b1e0a273af: Pulling fs layer 18:30:36 5d3b04190fa2: Pulling fs layer 18:30:36 2f39f015ded8: Pulling fs layer 18:30:36 5d3b04190fa2: Waiting 18:30:36 3a2ae6a8a46f: Waiting 18:30:36 33b1e0a273af: Waiting 18:30:36 2f39f015ded8: Waiting 18:30:36 5c69ac0246d0: Verifying Checksum 18:30:36 5c69ac0246d0: Download complete 18:30:36 3a2ae6a8a46f: Verifying Checksum 18:30:36 3a2ae6a8a46f: Download complete 18:30:36 ec43610c2a17: Verifying Checksum 18:30:36 ec43610c2a17: Download complete 18:30:36 33b1e0a273af: Verifying Checksum 18:30:36 33b1e0a273af: Download complete 18:30:36 5d3b04190fa2: Verifying Checksum 18:30:36 5eb5b503b376: Verifying Checksum 18:30:36 5eb5b503b376: Download complete 18:30:37 2f39f015ded8: Download complete 18:30:37 5eb5b503b376: Pull complete 18:30:38 5c69ac0246d0: Pull complete 18:30:38 ec43610c2a17: Pull complete 18:30:38 3a2ae6a8a46f: Pull complete 18:30:38 33b1e0a273af: Pull complete 18:30:38 5d3b04190fa2: Pull complete 18:30:44 2f39f015ded8: Pull complete 18:30:44 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 18:30:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 18:30:44 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:30:44 prd-ubuntu20.04-docker-8c-8g-1911 does not seem to be running inside a container 18:30:44 $ 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 18:30:47 $ docker top b6442573853d1f5deec3756c9fb47a312aad57d2a25731fef706d7f8b082d0a4 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:30:47 ---> job-cost.sh 18:30:47 lf-activate-venv: SKIPPING 18:30:47 INFO: No Stack... 18:30:47 INFO: Retrieving Pricing Info for: v3-standard-8 18:30:47 INFO: Archiving Costs [Pipeline] sh 18:30:48 + cat /w/workspace/edgexfoundry_device-rest-go_main/archives/cost.csv 18:30:48 + cut -d, -f6 [Pipeline] lock 18:30:48 Trying to acquire lock on [jenkins-edgexfoundry-device-rest-go-main-77-stack-cost] 18:30:48 Resource [jenkins-edgexfoundry-device-rest-go-main-77-stack-cost] did not exist. Created. 18:30:48 Lock acquired on [jenkins-edgexfoundry-device-rest-go-main-77-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 18:30:48 + echo total: 0.2199999988079071 [Pipeline] stash 18:30:48 Stashed 1 file(s) [Pipeline] } 18:30:48 Lock released on resource [jenkins-edgexfoundry-device-rest-go-main-77-stack-cost] [Pipeline] // lock [Pipeline] } 18:30:48 $ docker stop --time=1 b6442573853d1f5deec3756c9fb47a312aad57d2a25731fef706d7f8b082d0a4 18:30:49 $ docker rm -f --volumes b6442573853d1f5deec3756c9fb47a312aad57d2a25731fef706d7f8b082d0a4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 18:31:45 Running on prd-ubuntu20.04-docker-arm64-4c-16g-1914 in /w/workspace/edgexfoundry_device-rest-go_main [Pipeline] { [Pipeline] ws 18:31:45 Running in /w/workspace/device-rest-go/77 [Pipeline] { [Pipeline] checkout 18:31:45 The recommended git tool is: git 18:31:51 using credential edgex-jenkins-ssh 18:31:51 Cloning the remote Git repository 18:31:51 Cloning repository git@github.com:edgexfoundry/device-rest-go.git 18:31:51 > git init /w/workspace/device-rest-go/77 # timeout=10 18:31:51 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git 18:31:51 > git --version # timeout=10 18:31:51 > git --version # 'git version 2.25.1' 18:31:51 using GIT_SSH to set credentials SSH Credentials for GitHub 18:31:51 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 18:31:54 Avoid second fetch 18:31:54 Checking out Revision 6fa13eb64575055365d964780e4ff33f2e866ca2 (main) 18:31:53 > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 18:31:53 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 18:31:54 > git config core.sparsecheckout # timeout=10 18:31:54 > git checkout -f 6fa13eb64575055365d964780e4ff33f2e866ca2 # timeout=10 18:31:54 Commit message: "refactor!: Rework code for refactored MessageBus Configuration (#236)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:31:55 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 18:31:55 % Total % Received % Xferd Average Speed Time Time Time Current 18:31:55 Dload Upload Total Spent Left Speed 18:31:55 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 204k 0 --:--:-- --:--:-- --:--:-- 207k [Pipeline] sh 18:31:56 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 18:31:56 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 18:31:56 + sudo tee /etc/docker/daemon.new 18:31:56 { 18:31:56 "registry-mirrors": [ 18:31:56 "https://nexus3.edgexfoundry.org:10001" 18:31:56 ], 18:31:56 "bip": "10.250.0.254/24", 18:31:56 "hosts": [ 18:31:56 "tcp://0.0.0.0:5555", 18:31:56 "unix:///var/run/docker.sock" 18:31:56 ], 18:31:56 "mtu": 1458, 18:31:56 "selinux-enabled": true, 18:31:56 "seccomp-profile": "/etc/docker/seccomp.json" 18:31:56 } [Pipeline] sh 18:31:57 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 18:31:57 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:32:15 provisioning config files... 18:32:15 copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/77@tmp/config1755402948921353062tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:32:16 ---> docker-login.sh 18:32:16 nexus3.edgexfoundry.org:10001 18:32:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:32:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:32:16 Configure a credential helper to remove this warning. See 18:32:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:32:16 18:32:16 Login Succeeded 18:32:16 nexus3.edgexfoundry.org:10002 18:32:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:32:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:32:17 Configure a credential helper to remove this warning. See 18:32:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:32:17 18:32:17 Login Succeeded 18:32:17 nexus3.edgexfoundry.org:10003 18:32:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:32:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:32:17 Configure a credential helper to remove this warning. See 18:32:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:32:17 18:32:17 Login Succeeded 18:32:17 nexus3.edgexfoundry.org:10004 18:32:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:32:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:32:18 Configure a credential helper to remove this warning. See 18:32:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:32:18 18:32:18 Login Succeeded 18:32:18 docker.io 18:32:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:32:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:32:18 Configure a credential helper to remove this warning. See 18:32:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:32:18 18:32:18 Login Succeeded 18:32:18 ---> docker-login.sh ends [Pipeline] } 18:32:18 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 18:32:19 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 18:32:19 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 18:32:19 ========================================================= 18:32:19 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] 18:32:19 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:32:19 + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine --build-arg MAKE=echo noop --target=builder . 18:32:19 Sending build context to Docker daemon 128.5kB 18:32:19 Step 1/12 : ARG BASE=golang:1.18-alpine3.16 18:32:19 Step 2/12 : FROM ${BASE} AS builder 18:32:19 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 18:32:19 9b18e9b68314: Pulling fs layer 18:32:19 35d82f9e3411: Pulling fs layer 18:32:19 e16973657156: Pulling fs layer 18:32:19 fc693d55d65f: Pulling fs layer 18:32:19 7e9fc2657dce: Pulling fs layer 18:32:19 dda99020689f: Pulling fs layer 18:32:19 db1c61fa0a46: Pulling fs layer 18:32:19 891c053d2c06: Pulling fs layer 18:32:19 fc693d55d65f: Waiting 18:32:19 7e9fc2657dce: Waiting 18:32:19 dda99020689f: Waiting 18:32:19 db1c61fa0a46: Waiting 18:32:19 891c053d2c06: Waiting 18:32:19 e16973657156: Verifying Checksum 18:32:19 e16973657156: Download complete 18:32:19 35d82f9e3411: Verifying Checksum 18:32:19 35d82f9e3411: Download complete 18:32:19 7e9fc2657dce: Verifying Checksum 18:32:19 7e9fc2657dce: Download complete 18:32:19 dda99020689f: Verifying Checksum 18:32:19 dda99020689f: Download complete 18:32:19 9b18e9b68314: Verifying Checksum 18:32:19 9b18e9b68314: Download complete 18:32:20 9b18e9b68314: Pull complete 18:32:21 891c053d2c06: Verifying Checksum 18:32:21 891c053d2c06: Download complete 18:32:21 35d82f9e3411: Pull complete 18:32:22 e16973657156: Pull complete 18:32:22 db1c61fa0a46: Verifying Checksum 18:32:22 db1c61fa0a46: Download complete 18:32:23 fc693d55d65f: Verifying Checksum 18:32:23 fc693d55d65f: Download complete 18:32:35 fc693d55d65f: Pull complete 18:32:35 7e9fc2657dce: Pull complete 18:32:36 dda99020689f: Pull complete 18:32:42 db1c61fa0a46: Pull complete 18:32:43 891c053d2c06: Pull complete 18:32:43 Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 18:32:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 18:32:43 ---> f96f9c87975a 18:32:43 Step 3/12 : ARG ADD_BUILD_TAGS="" 18:32:45 ---> Running in 677e423a7857 18:32:46 Removing intermediate container 677e423a7857 18:32:46 ---> e3293da239bb 18:32:46 Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 18:32:46 ---> Running in cd93ab282e7a 18:32:46 Removing intermediate container cd93ab282e7a 18:32:46 ---> e2536762c9ab 18:32:46 Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client" 18:32:46 ---> Running in ca6fdf8b668b 18:32:47 Removing intermediate container ca6fdf8b668b 18:32:47 ---> 658778824371 18:32:47 Step 6/12 : ARG ALPINE_PKG_EXTRA="" 18:32:47 ---> Running in dc2ada32897d 18:32:47 Removing intermediate container dc2ada32897d 18:32:47 ---> 3c243544b2f8 18:32:47 Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 18:32:47 ---> Running in 88d51d46c753 18:32:49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 18:32:49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 18:32:50 (1/4) Installing openssh-keygen (9.0_p1-r2) 18:32:50 (2/4) Installing libedit (20210910.3.1-r0) 18:32:50 (3/4) Installing openssh-client-common (9.0_p1-r2) 18:32:50 (4/4) Installing openssh-client-default (9.0_p1-r2) 18:32:50 Executing busybox-1.35.0-r17.trigger 18:32:50 OK: 226 MiB in 55 packages 18:32:51 Removing intermediate container 88d51d46c753 18:32:51 ---> a9a7df96d87d 18:32:51 Step 8/12 : WORKDIR /device-rest-go 18:32:51 ---> Running in 861b74d046c6 18:32:52 Removing intermediate container 861b74d046c6 18:32:52 ---> a9463415ceb2 18:32:52 Step 9/12 : COPY go.mod vendor* ./ 18:32:52 ---> eca8ed9dad5b 18:32:52 Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:32:52 ---> Running in e1420bd97193 18:34:00 Removing intermediate container e1420bd97193 18:34:00 ---> da0fa3112dd3 18:34:00 Step 11/12 : COPY . . 18:34:00 ---> dfd9c327723c 18:34:00 Step 12/12 : RUN $MAKE 18:34:00 ---> Running in 6e3ccc091d28 18:34:00 noop 18:34:00 Removing intermediate container 6e3ccc091d28 18:34:00 ---> 2d614dbdd4ca 18:34:00 Successfully built 2d614dbdd4ca 18:34:00 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:34:01 + docker inspect -f . ci-base-image-arm64 18:34:01 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:34:01 prd-ubuntu20.04-docker-arm64-4c-16g-1914 does not seem to be running inside a container 18:34:01 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/77 -v /w/workspace/device-rest-go/77:/w/workspace/device-rest-go/77:rw,z -v /w/workspace/device-rest-go/77@tmp:/w/workspace/device-rest-go/77@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 18:34:04 $ docker top 735225f9e07fc0679d21a53b3f724ec202b21f5411bc675f9e0a3c18ebf0ef53 -eo pid,comm [Pipeline] { [Pipeline] sh 18:34:04 + go version 18:34:04 go version go1.18.7 linux/arm64 [Pipeline] } 18:34:04 $ docker stop --time=1 735225f9e07fc0679d21a53b3f724ec202b21f5411bc675f9e0a3c18ebf0ef53 18:34:06 $ docker rm -f --volumes 735225f9e07fc0679d21a53b3f724ec202b21f5411bc675f9e0a3c18ebf0ef53 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:34:07 + docker inspect -f . ci-base-image-arm64 18:34:07 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:34:07 prd-ubuntu20.04-docker-arm64-4c-16g-1914 does not seem to be running inside a container 18:34:07 $ 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/77 -v /w/workspace/device-rest-go/77:/w/workspace/device-rest-go/77:rw,z -v /w/workspace/device-rest-go/77@tmp:/w/workspace/device-rest-go/77@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 18:34:08 $ docker top 0493f69d16bc4e3aea5dce4925623da1690998288110fe2d71b1c68353996f8b -eo pid,comm [Pipeline] { [Pipeline] sh 18:34:09 + git config --global --add safe.directory /w/workspace/device-rest-go/77 [Pipeline] fileExists [Pipeline] sh 18:34:10 + make test 18:34:10 go test ./... -coverprofile=coverage.out ./... 18:34:12 ? github.com/edgexfoundry/device-rest-go [no test files] 18:35:48 ? github.com/edgexfoundry/device-rest-go/cmd [no test files] 18:35:48 ok github.com/edgexfoundry/device-rest-go/driver 0.068s coverage: 55.2% of statements 18:35:48 WARNING: Linting skipped (not on x86_64 or linter not installed) 18:35:48 go vet ./... 18:36:21 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 18:36:21 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 18:36:21 ./bin/test-attribution-txt.sh [Pipeline] echo 18:36:21 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 18:36:21 $ docker stop --time=1 0493f69d16bc4e3aea5dce4925623da1690998288110fe2d71b1c68353996f8b 18:36:23 $ docker rm -f --volumes 0493f69d16bc4e3aea5dce4925623da1690998288110fe2d71b1c68353996f8b [Pipeline] // withDockerContainer [Pipeline] sh 18:36:24 + sudo chown -R jenkins:jenkins . [Pipeline] stash 18:36:24 Warning: overwriting stash ‘coverage-report’ 18:36:24 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 18:36:25 + sudo chown -R jenkins:jenkins . [Pipeline] sh 18:36:25 + ls -al . 18:36:25 total 184 18:36:25 drwxrwxr-x 8 jenkins jenkins 4096 Jan 11 18:34 . 18:36:25 drwxrwxr-x 4 jenkins jenkins 4096 Jan 11 18:31 .. 18:36:25 -rw-rw-r-- 1 jenkins jenkins 151 Jan 11 18:31 .dockerignore 18:36:25 drwxrwxr-x 8 jenkins jenkins 4096 Jan 11 18:31 .git 18:36:25 drwxrwxr-x 3 jenkins jenkins 4096 Jan 11 18:31 .github 18:36:25 -rw-rw-r-- 1 jenkins jenkins 329 Jan 11 18:31 .gitignore 18:36:25 -rw-rw-r-- 1 jenkins jenkins 41 Jan 11 18:31 .golangci.yml 18:36:25 -rw-rw-r-- 1 jenkins jenkins 8996 Jan 11 18:31 Attribution.txt 18:36:25 -rw-rw-r-- 1 jenkins jenkins 13085 Jan 11 18:31 CHANGELOG.md 18:36:25 -rw-rw-r-- 1 jenkins jenkins 1578 Jan 11 18:31 Dockerfile 18:36:25 -rw-rw-r-- 1 jenkins jenkins 677 Jan 11 18:31 GOVERNANCE.md 18:36:25 -rw-rw-r-- 1 jenkins jenkins 680 Jan 11 18:31 Jenkinsfile 18:36:25 -rw-rw-r-- 1 jenkins jenkins 11340 Jan 11 18:31 LICENSE 18:36:25 -rw-rw-r-- 1 jenkins jenkins 1744 Jan 11 18:31 Makefile 18:36:25 -rw-rw-r-- 1 jenkins jenkins 620 Jan 11 18:31 OWNERS.md 18:36:25 -rw-rw-r-- 1 jenkins jenkins 8667 Jan 11 18:31 README.md 18:36:25 -rw-rw-r-- 1 jenkins jenkins 11 Jan 11 18:28 VERSION 18:36:25 drwxrwxr-x 2 jenkins jenkins 4096 Jan 11 18:31 bin 18:36:25 drwxrwxr-x 3 jenkins jenkins 4096 Jan 11 18:31 cmd 18:36:25 -rw-r--r-- 1 jenkins jenkins 9355 Jan 11 18:35 coverage.out 18:36:25 drwxrwxr-x 2 jenkins jenkins 4096 Jan 11 18:31 driver 18:36:25 -rw-rw-r-- 1 jenkins jenkins 3488 Jan 11 18:31 go.mod 18:36:25 -rw-rw-r-- 1 jenkins jenkins 45013 Jan 11 18:31 go.sum 18:36:25 drwxrwxr-x 4 jenkins jenkins 4096 Jan 11 18:31 snap 18:36:25 -rw-rw-r-- 1 jenkins jenkins 713 Jan 11 18:31 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:36:25 + 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=6fa13eb64575055365d964780e4ff33f2e866ca2 --label arch=arm64 --label version=3.0.0-dev.5 . 18:36:25 Sending build context to Docker daemon 138.8kB 18:36:26 Step 1/25 : ARG BASE=golang:1.18-alpine3.16 18:36:26 Step 2/25 : FROM ${BASE} AS builder 18:36:26 ---> 2d614dbdd4ca 18:36:26 Step 3/25 : ARG ADD_BUILD_TAGS="" 18:36:26 ---> Running in 9637cd5bbd84 18:36:27 Removing intermediate container 9637cd5bbd84 18:36:27 ---> 2ca3c09b863f 18:36:27 Step 4/25 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 18:36:27 ---> Running in 9bb67b69dabb 18:36:27 Removing intermediate container 9bb67b69dabb 18:36:27 ---> 7ba37a8d6abb 18:36:27 Step 5/25 : ARG ALPINE_PKG_BASE="make git openssh-client" 18:36:27 ---> Running in f3bc4f6a90f6 18:36:28 Removing intermediate container f3bc4f6a90f6 18:36:28 ---> a542c6ef7014 18:36:28 Step 6/25 : ARG ALPINE_PKG_EXTRA="" 18:36:28 ---> Running in 77c1fd8c7804 18:36:28 Removing intermediate container 77c1fd8c7804 18:36:28 ---> 33fd277e30fc 18:36:28 Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 18:36:28 ---> Running in 2105251ac08d 18:36:30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 18:36:30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 18:36:31 OK: 226 MiB in 55 packages 18:36:32 Removing intermediate container 2105251ac08d 18:36:32 ---> 52f18eb9e8bb 18:36:32 Step 8/25 : WORKDIR /device-rest-go 18:36:32 ---> Running in 6ae8a0ab80be 18:36:32 Removing intermediate container 6ae8a0ab80be 18:36:32 ---> 6a34d48d8831 18:36:32 Step 9/25 : COPY go.mod vendor* ./ 18:36:33 ---> 633e16f247fd 18:36:33 Step 10/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:36:33 ---> Running in 5f1c83211e50 18:36:37 Removing intermediate container 5f1c83211e50 18:36:37 ---> d14fb83bfa81 18:36:37 Step 11/25 : COPY . . 18:36:37 ---> acd5ffe643fa 18:36:37 Step 12/25 : RUN $MAKE 18:36:37 ---> Running in b4a34edb6d01 18:36:38 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-rest-go.Version=3.0.0-dev.5" -trimpath -mod=readonly -o cmd/device-rest ./cmd 18:39:15 Removing intermediate container b4a34edb6d01 18:39:15 ---> e42c9196bcb8 18:39:15 Step 13/25 : FROM alpine:3.16 18:39:15 3.16: Pulling from library/alpine 18:39:15 6875df1f5354: Pulling fs layer 18:39:15 6875df1f5354: Verifying Checksum 18:39:15 6875df1f5354: Download complete 18:39:15 6875df1f5354: Pull complete 18:39:15 Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b 18:39:15 Status: Downloaded newer image for alpine:3.16 18:39:15 ---> 2b4661558fb8 18:39:15 Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' 18:39:15 ---> Running in d593a082d886 18:39:15 Removing intermediate container d593a082d886 18:39:15 ---> d1442bd99746 18:39:15 Step 15/25 : LABEL Name=device-rest-go Version=${VERSION} 18:39:16 ---> Running in bec63ba5a87c 18:39:16 Removing intermediate container bec63ba5a87c 18:39:16 ---> 0164458a3842 18:39:16 Step 16/25 : RUN apk add --update --no-cache dumb-init 18:39:16 ---> Running in def8d55d6189 18:39:17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 18:39:17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 18:39:19 (1/1) Installing dumb-init (1.2.5-r1) 18:39:19 Executing busybox-1.35.0-r17.trigger 18:39:19 OK: 5 MiB in 15 packages 18:39:20 Removing intermediate container def8d55d6189 18:39:20 ---> f9cc980a8fa2 18:39:20 Step 17/25 : COPY --from=builder /device-rest-go/cmd / 18:39:21 ---> c67b7f8195e9 18:39:21 Step 18/25 : COPY --from=builder /device-rest-go/LICENSE / 18:39:22 ---> f107b2100fbb 18:39:22 Step 19/25 : COPY --from=builder /device-rest-go/Attribution.txt / 18:39:22 ---> ffbac30b6a69 18:39:22 Step 20/25 : EXPOSE 59986 18:39:23 ---> Running in fa62e5f0ede2 18:39:23 Removing intermediate container fa62e5f0ede2 18:39:23 ---> eda46b9edd9d 18:39:23 Step 21/25 : ENTRYPOINT ["/device-rest"] 18:39:23 ---> Running in a70d267d3424 18:39:23 Removing intermediate container a70d267d3424 18:39:23 ---> d053bcf33403 18:39:23 Step 22/25 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry"] 18:39:23 ---> Running in 943f988a029b 18:39:24 Removing intermediate container 943f988a029b 18:39:24 ---> 2f46f2aedf1b 18:39:24 Step 23/25 : LABEL arch=arm64 18:39:24 ---> Running in dbc085af3294 18:39:24 Removing intermediate container dbc085af3294 18:39:24 ---> 7f4ce4badf9e 18:39:24 Step 24/25 : LABEL git_sha=6fa13eb64575055365d964780e4ff33f2e866ca2 18:39:24 ---> Running in 7d42ef20babd 18:39:25 Removing intermediate container 7d42ef20babd 18:39:25 ---> 1b20f4fb17e5 18:39:25 Step 25/25 : LABEL version=3.0.0-dev.5 18:39:25 ---> Running in 665eaaafe5db 18:39:25 Removing intermediate container 665eaaafe5db 18:39:25 ---> 863a55fbef52 18:39:25 [Warning] One or more build-args [ARCH] were not consumed 18:39:25 Successfully built 863a55fbef52 18:39:25 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 18:39:25 provisioning config files... 18:39:25 copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/77@tmp/config13786077200877325731tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:39:25 ---> docker-login.sh 18:39:25 nexus3.edgexfoundry.org:10001 18:39:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:39:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:39:26 Configure a credential helper to remove this warning. See 18:39:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:39:26 18:39:26 Login Succeeded 18:39:26 nexus3.edgexfoundry.org:10002 18:39:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:39:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:39:26 Configure a credential helper to remove this warning. See 18:39:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:39:26 18:39:26 Login Succeeded 18:39:26 nexus3.edgexfoundry.org:10003 18:39:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:39:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:39:26 Configure a credential helper to remove this warning. See 18:39:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:39:26 18:39:26 Login Succeeded 18:39:26 nexus3.edgexfoundry.org:10004 18:39:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:39:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:39:27 Configure a credential helper to remove this warning. See 18:39:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:39:27 18:39:27 Login Succeeded 18:39:27 docker.io 18:39:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:39:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:39:28 Configure a credential helper to remove this warning. See 18:39:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:39:28 18:39:28 Login Succeeded 18:39:28 ---> docker-login.sh ends [Pipeline] } 18:39:28 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:39:28 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 18:39:28 [edgeXDocker.push] Tagging docker image device-rest-arm64 with the following tags: 18:39:28 6fa13eb64575055365d964780e4ff33f2e866ca2 18:39:28 latest 18:39:28 3.0.0-dev.5 18:39:28 6fa13eb64575055365d964780e4ff33f2e866ca2-3.0.0-dev.5 18:39:28 main 18:39:28 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:39:28 + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:6fa13eb64575055365d964780e4ff33f2e866ca2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:39:28 + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:6fa13eb64575055365d964780e4ff33f2e866ca2 18:39:28 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] 18:39:28 823591752f4e: Preparing 18:39:28 9c4a7b47d723: Preparing 18:39:28 b7da9c0d947b: Preparing 18:39:28 5affd225e06e: Preparing 18:39:28 17bec77d7fdc: Preparing 18:39:28 17bec77d7fdc: Layer already exists 18:39:29 823591752f4e: Pushed 18:39:29 9c4a7b47d723: Pushed 18:39:29 5affd225e06e: Pushed 18:39:35 b7da9c0d947b: Pushed 18:39:35 6fa13eb64575055365d964780e4ff33f2e866ca2: digest: sha256:60b9323cd4088c86c5ab7ded580f64e38e15eda99b6624bb9d862deed545f083 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:39:36 + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:39:36 + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:latest 18:39:36 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] 18:39:36 823591752f4e: Preparing 18:39:36 9c4a7b47d723: Preparing 18:39:36 b7da9c0d947b: Preparing 18:39:36 5affd225e06e: Preparing 18:39:36 17bec77d7fdc: Preparing 18:39:36 9c4a7b47d723: Layer already exists 18:39:36 5affd225e06e: Layer already exists 18:39:36 823591752f4e: Layer already exists 18:39:36 17bec77d7fdc: Layer already exists 18:39:36 b7da9c0d947b: Layer already exists 18:39:36 latest: digest: sha256:60b9323cd4088c86c5ab7ded580f64e38e15eda99b6624bb9d862deed545f083 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:39:37 + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:3.0.0-dev.5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:39:37 + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:3.0.0-dev.5 18:39:37 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] 18:39:37 823591752f4e: Preparing 18:39:37 9c4a7b47d723: Preparing 18:39:37 b7da9c0d947b: Preparing 18:39:37 5affd225e06e: Preparing 18:39:37 17bec77d7fdc: Preparing 18:39:37 9c4a7b47d723: Layer already exists 18:39:37 823591752f4e: Layer already exists 18:39:37 5affd225e06e: Layer already exists 18:39:37 b7da9c0d947b: Layer already exists 18:39:37 17bec77d7fdc: Layer already exists 18:39:37 3.0.0-dev.5: digest: sha256:60b9323cd4088c86c5ab7ded580f64e38e15eda99b6624bb9d862deed545f083 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:39:38 + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:6fa13eb64575055365d964780e4ff33f2e866ca2-3.0.0-dev.5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:39:38 + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:6fa13eb64575055365d964780e4ff33f2e866ca2-3.0.0-dev.5 18:39:38 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] 18:39:38 823591752f4e: Preparing 18:39:38 9c4a7b47d723: Preparing 18:39:38 b7da9c0d947b: Preparing 18:39:38 5affd225e06e: Preparing 18:39:38 17bec77d7fdc: Preparing 18:39:38 17bec77d7fdc: Layer already exists 18:39:38 5affd225e06e: Layer already exists 18:39:38 823591752f4e: Layer already exists 18:39:38 9c4a7b47d723: Layer already exists 18:39:38 b7da9c0d947b: Layer already exists 18:39:38 6fa13eb64575055365d964780e4ff33f2e866ca2-3.0.0-dev.5: digest: sha256:60b9323cd4088c86c5ab7ded580f64e38e15eda99b6624bb9d862deed545f083 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:39:39 + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:39:39 + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:main 18:39:39 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] 18:39:39 823591752f4e: Preparing 18:39:39 9c4a7b47d723: Preparing 18:39:39 b7da9c0d947b: Preparing 18:39:39 5affd225e06e: Preparing 18:39:39 17bec77d7fdc: Preparing 18:39:39 17bec77d7fdc: Layer already exists 18:39:39 823591752f4e: Layer already exists 18:39:39 9c4a7b47d723: Layer already exists 18:39:39 5affd225e06e: Layer already exists 18:39:39 b7da9c0d947b: Layer already exists 18:39:39 main: digest: sha256:60b9323cd4088c86c5ab7ded580f64e38e15eda99b6624bb9d862deed545f083 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:39:39 ===================================================== [Pipeline] echo 18:39:39 taggedImages: 18:39:39 - nexus3.edgexfoundry.org:10004/device-rest-arm64:6fa13eb64575055365d964780e4ff33f2e866ca2 18:39:39 - nexus3.edgexfoundry.org:10004/device-rest-arm64:latest 18:39:39 - nexus3.edgexfoundry.org:10004/device-rest-arm64:3.0.0-dev.5 18:39:39 - nexus3.edgexfoundry.org:10004/device-rest-arm64:6fa13eb64575055365d964780e4ff33f2e866ca2-3.0.0-dev.5 18:39:39 - 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 18:39:40 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 18:39:40 18:39:40 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:39:40 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 18:39:40 arm64: Pulling from edgex-lftools-log-publisher 18:39:40 8998bd30e6a1: Pulling fs layer 18:39:40 04944245beec: Pulling fs layer 18:39:40 699f458cf7ca: Pulling fs layer 18:39:40 765212b225bb: Pulling fs layer 18:39:40 f23df028b6ca: Pulling fs layer 18:39:40 d65c8cfc05b1: Pulling fs layer 18:39:40 2437ff75d9bd: Pulling fs layer 18:39:40 765212b225bb: Waiting 18:39:40 f23df028b6ca: Waiting 18:39:40 d65c8cfc05b1: Waiting 18:39:40 2437ff75d9bd: Waiting 18:39:40 04944245beec: Verifying Checksum 18:39:40 04944245beec: Download complete 18:39:40 765212b225bb: Verifying Checksum 18:39:40 765212b225bb: Download complete 18:39:40 f23df028b6ca: Verifying Checksum 18:39:40 f23df028b6ca: Download complete 18:39:40 d65c8cfc05b1: Verifying Checksum 18:39:40 d65c8cfc05b1: Download complete 18:39:41 699f458cf7ca: Verifying Checksum 18:39:41 699f458cf7ca: Download complete 18:39:41 8998bd30e6a1: Verifying Checksum 18:39:41 8998bd30e6a1: Download complete 18:39:43 2437ff75d9bd: Download complete 18:39:45 8998bd30e6a1: Pull complete 18:39:46 04944245beec: Pull complete 18:39:47 699f458cf7ca: Pull complete 18:39:47 765212b225bb: Pull complete 18:39:48 f23df028b6ca: Pull complete 18:39:48 d65c8cfc05b1: Pull complete 18:40:03 2437ff75d9bd: Pull complete 18:40:03 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 18:40:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 18:40:03 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:40:04 prd-ubuntu20.04-docker-arm64-4c-16g-1914 does not seem to be running inside a container 18:40:04 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/device-rest-go/77 -v /w/workspace/device-rest-go/77:/w/workspace/device-rest-go/77:rw,z -v /w/workspace/device-rest-go/77@tmp:/w/workspace/device-rest-go/77@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:arm64 cat 18:40:06 $ docker top 0a1e62428780ab521ea6d901c0b36be8e9ebc887d264c7b4ec43032a3e52cfe7 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:40:07 ---> job-cost.sh 18:40:07 lf-activate-venv: SKIPPING 18:40:07 INFO: No Stack... 18:40:08 INFO: Retrieving Pricing Info for: v3-standard-4 18:40:08 INFO: Archiving Costs [Pipeline] sh 18:40:09 + cat /w/workspace/device-rest-go/77/archives/cost.csv 18:40:09 + cut -d, -f6 [Pipeline] lock 18:40:09 Trying to acquire lock on [jenkins-edgexfoundry-device-rest-go-main-77-stack-cost] 18:40:09 Resource [jenkins-edgexfoundry-device-rest-go-main-77-stack-cost] did not exist. Created. 18:40:09 Lock acquired on [jenkins-edgexfoundry-device-rest-go-main-77-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 18:40:10 /w/workspace/device-rest-go/77@tmp/durable-6b31b195/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 18:40:11 + echo total: 0.10999999940395355 [Pipeline] stash 18:40:11 Warning: overwriting stash ‘stack-cost’ 18:40:11 Stashed 1 file(s) [Pipeline] } 18:40:11 Lock released on resource [jenkins-edgexfoundry-device-rest-go-main-77-stack-cost] [Pipeline] // lock [Pipeline] } 18:40:11 $ docker stop --time=1 0a1e62428780ab521ea6d901c0b36be8e9ebc887d264c7b4ec43032a3e52cfe7 18:40:12 $ docker rm -f --volumes 0a1e62428780ab521ea6d901c0b36be8e9ebc887d264c7b4ec43032a3e52cfe7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider 18:40:13 provisioning config files... 18:40:13 copy managed file [device-rest-go-codecov-token] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config11342956043587188088tmp [Pipeline] { [Pipeline] sh 18:40:13 + set +x 18:40:13 + + curl -s https://codecov.io/bash 18:40:13 bash -s -- 18:40:13 18:40:13 _____ _ 18:40:13 / ____| | | 18:40:13 | | ___ __| | ___ ___ _____ __ 18:40:13 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 18:40:13 | |___| (_) | (_| | __/ (_| (_) \ V / 18:40:13 \_____\___/ \__,_|\___|\___\___/ \_/ 18:40:13 Bash-1.0.6 18:40:13 18:40:13 18:40:13 ==> git version 2.25.1 found 18:40:13 ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 18:40:13 Release-Date: 2020-01-08 18:40:13 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 18:40:13 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 18:40:13 ==> Jenkins CI detected. 18:40:13 current dir:  /w/workspace/edgexfoundry_device-rest-go_main 18:40:13 project root: . 18:40:13 --> token set from env 18:40:13 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 18:40:13 ==> Running gcov in . (disable via -X gcov) 18:40:13 ==> Python coveragepy not found 18:40:13 ==> Searching for coverage reports in: 18:40:13 + . 18:40:13 -> Found 1 reports 18:40:13 ==> Detecting git/mercurial file structure 18:40:13 ==> Reading reports 18:40:13 + ./coverage.out bytes=9355 18:40:13 ==> Appending adjustments 18:40:13 https://docs.codecov.io/docs/fixing-reports 18:40:13 + Found adjustments 18:40:13 ==> Gzipping contents 18:40:13 4.0K /tmp/codecov.QAtm6Q.gz 18:40:13 ==> Uploading reports 18:40:13 url: https://codecov.io 18:40:13 query: branch=main&commit=6fa13eb64575055365d964780e4ff33f2e866ca2&build=77&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rest-go%2Fjob%2Fmain%2F77%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rest-go&service=jenkins&flags=&pr=&job=&cmd_args= 18:40:13 -> Pinging Codecov 18:40:13 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=6fa13eb64575055365d964780e4ff33f2e866ca2&build=77&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rest-go%2Fjob%2Fmain%2F77%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rest-go&service=jenkins&flags=&pr=&job=&cmd_args= 18:40:13 -> Uploading to 18:40:13 https://storage.googleapis.com/codecov/v4/raw/2023-01-11/4E5D53B4F1F92C436F7061BF334D961C/6fa13eb64575055365d964780e4ff33f2e866ca2/e8c091dc-fb7b-464f-800b-7647e8128dcd.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230111%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230111T184013Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=8b0da4581df1642d6863a177934f544a40a232f750819dbe1f2637f9f9d3f09c 18:40:13 % Total % Received % Xferd Average Speed Time Time Time Current 18:40:13 Dload Upload Total Spent Left Speed 18:40:14 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1743 0 0 100 1743 0 5379 --:--:-- --:--:-- --:--:-- 5379 18:40:14 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-rest-go/commit/6fa13eb64575055365d964780e4ff33f2e866ca2 [Pipeline] } 18:40:14 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 18:40:14 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 18:40:14 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:40:14 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 18:40:14 18:40:14 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:40:14 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 18:40:14 1.410.4: Pulling from edgex-devops/edgex-snyk-go 18:40:14 df9b9388f04a: Pulling fs layer 18:40:14 52dc419b0ee2: Pulling fs layer 18:40:14 25bc292e5bac: Pulling fs layer 18:40:14 114826534d7a: Pulling fs layer 18:40:14 4657fd5d0bcf: Pulling fs layer 18:40:14 6ad1cebc031e: Pulling fs layer 18:40:14 8a3aa393b2d8: Pulling fs layer 18:40:14 114826534d7a: Waiting 18:40:14 6ad1cebc031e: Waiting 18:40:14 4657fd5d0bcf: Waiting 18:40:14 8a3aa393b2d8: Waiting 18:40:14 25bc292e5bac: Verifying Checksum 18:40:14 25bc292e5bac: Download complete 18:40:14 52dc419b0ee2: Download complete 18:40:14 4657fd5d0bcf: Download complete 18:40:14 df9b9388f04a: Download complete 18:40:15 df9b9388f04a: Pull complete 18:40:15 6ad1cebc031e: Verifying Checksum 18:40:15 6ad1cebc031e: Download complete 18:40:15 52dc419b0ee2: Pull complete 18:40:15 25bc292e5bac: Pull complete 18:40:15 114826534d7a: Verifying Checksum 18:40:15 114826534d7a: Download complete 18:40:15 8a3aa393b2d8: Verifying Checksum 18:40:15 8a3aa393b2d8: Download complete 18:40:19 114826534d7a: Pull complete 18:40:19 4657fd5d0bcf: Pull complete 18:40:19 6ad1cebc031e: Pull complete 18:40:22 8a3aa393b2d8: Pull complete 18:40:22 Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 18:40:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 18:40:22 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:40:22 prd-ubuntu20.04-docker-8c-8g-1911 does not seem to be running inside a container 18:40:22 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/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 18:40:27 $ docker top 1276467094bd8407cfd28fb431fa124764ae93725e7d3f4661879a732e9a71f8 -eo pid,comm [Pipeline] { [Pipeline] echo 18:40:27 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-rest-go:main' [Pipeline] sh 18:40:28 + set -o pipefail 18:40:28 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-rest-go:main' 18:40:34 18:40:34 Monitoring /w/workspace/edgexfoundry_device-rest-go_main (github.com/edgexfoundry/device-rest-go)... 18:40:34 18:40:34 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/6693b2f8-cb2c-4fe8-a536-d1b67f9ec7d5/history/ef4a5175-a0c9-4e04-96aa-ed3f4161b047 18:40:34 18:40:34 Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. 18:40:34 18:40:34 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 18:40:34 18:40:34 18:40:34 A medium severity vulnerability was found in the Snyk CLI versions you are using. 18:40:34 We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. 18:40:34 More details here: https://snyk.co/ue1NS [Pipeline] } 18:40:34 $ docker stop --time=1 1276467094bd8407cfd28fb431fa124764ae93725e7d3f4661879a732e9a71f8 18:40:38 $ docker rm -f --volumes 1276467094bd8407cfd28fb431fa124764ae93725e7d3f4661879a732e9a71f8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh 18:40:38 + git log --format=format:%s -1 6fa13eb64575055365d964780e4ff33f2e866ca2 [Pipeline] sh 18:40:39 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 18:40:39 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:40:39 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 18:40:39 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:40:39 prd-ubuntu20.04-docker-8c-8g-1911 does not seem to be running inside a container 18:40:39 $ 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 18:40:40 $ docker top f10091ebd4075e2eb64fa651dce8d63fed6b9592c8a37f6ee96db85188bb9e35 -eo pid,comm 18:40:40 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 18:40:40 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:40:40 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:40:40 [ssh-agent] Looking for ssh-agent implementation... 18:40:40 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:40:40 $ docker exec f10091ebd4075e2eb64fa651dce8d63fed6b9592c8a37f6ee96db85188bb9e35 ssh-agent 18:40:40 SSH_AUTH_SOCK=/tmp/ssh-7snGHas17oke/agent.33 18:40:40 SSH_AGENT_PID=39 18:40:40 Running ssh-add (command line suppressed) 18:40:40 Identity added: /w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_8314366803938414496.key (/w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_8314366803938414496.key) 18:40:40 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:40:40 + git semver tag 18:40:41 2023-01-11 18:40:41,062 [run_tag] DEBUG tag force:False 18:40:41 2023-01-11 18:40:41,062 [check_head_tag] DEBUG check head tag 18:40:41 2023-01-11 18:40:41,063 [execute] INFO git cat-file --batch-check 18:40:41 2023-01-11 18:40:41,063 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-rest-go_main, universal_newlines=False, shell=None, istream=) 18:40:41 2023-01-11 18:40:41,067 [execute] INFO git cat-file --batch 18:40:41 2023-01-11 18:40:41,067 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-rest-go_main, universal_newlines=False, shell=None, istream=) 18:40:41 2023-01-11 18:40:41,085 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main 18:40:41 2023-01-11 18:40:41,085 [execute] INFO git tag -a v3.0.0-dev.5 -m v3.0.0-dev.5 18:40:41 2023-01-11 18:40:41,086 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.5', '-m', 'v3.0.0-dev.5'], cwd=/w/workspace/edgexfoundry_device-rest-go_main, universal_newlines=False, shell=None, istream=None) 18:40:41 2023-01-11 18:40:41,091 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main 18:40:41 3.0.0-dev.5 [Pipeline] } 18:40:41 $ docker exec --env ******** --env ******** f10091ebd4075e2eb64fa651dce8d63fed6b9592c8a37f6ee96db85188bb9e35 ssh-agent -k 18:40:41 unset SSH_AUTH_SOCK; 18:40:41 unset SSH_AGENT_PID; 18:40:41 echo Agent pid 39 killed; 18:40:41 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:40:41 + git semver [Pipeline] } 18:40:41 $ docker stop --time=1 f10091ebd4075e2eb64fa651dce8d63fed6b9592c8a37f6ee96db85188bb9e35 18:40:43 $ docker rm -f --volumes f10091ebd4075e2eb64fa651dce8d63fed6b9592c8a37f6ee96db85188bb9e35 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:40:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 18:40:43 18:40:43 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:40:43 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 18:40:43 0.23.1-centos7: Pulling from edgex-lftools 18:40:43 ab5ef0e58194: Pulling fs layer 18:40:43 9712f1f96733: Pulling fs layer 18:40:43 63f879dbbcfc: Pulling fs layer 18:40:43 0d9ebad4ef96: Pulling fs layer 18:40:43 e9a5061849ea: Pulling fs layer 18:40:43 d747dcd14b5f: Pulling fs layer 18:40:43 2de7ff778b66: Pulling fs layer 18:40:43 2de7ff778b66: Waiting 18:40:43 d747dcd14b5f: Waiting 18:40:43 0d9ebad4ef96: Waiting 18:40:43 e9a5061849ea: Waiting 18:40:44 63f879dbbcfc: Verifying Checksum 18:40:44 63f879dbbcfc: Download complete 18:40:44 e9a5061849ea: Verifying Checksum 18:40:44 e9a5061849ea: Download complete 18:40:44 d747dcd14b5f: Download complete 18:40:44 0d9ebad4ef96: Verifying Checksum 18:40:44 0d9ebad4ef96: Download complete 18:40:44 ab5ef0e58194: Verifying Checksum 18:40:44 ab5ef0e58194: Download complete 18:40:44 2de7ff778b66: Verifying Checksum 18:40:44 2de7ff778b66: Download complete 18:40:47 ab5ef0e58194: Pull complete 18:40:47 9712f1f96733: Pull complete 18:40:48 63f879dbbcfc: Pull complete 18:40:52 0d9ebad4ef96: Pull complete 18:40:52 e9a5061849ea: Pull complete 18:40:52 d747dcd14b5f: Pull complete 18:40:53 2de7ff778b66: Pull complete 18:40:53 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 18:40:53 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 18:40:53 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:40:53 prd-ubuntu20.04-docker-8c-8g-1911 does not seem to be running inside a container 18:40:53 $ 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 18:40:58 $ docker top fff645edb597c74b1baf843df905baeea27e5862d5b7ddd165deb804a7c5671a -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 18:40:58 provisioning config files... 18:40:58 copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config7805741149662763210tmp 18:40:58 copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config1461387169522500947tmp 18:40:58 copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config13891788545864890533tmp [Pipeline] { [Pipeline] echo 18:40:58 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 18:40:59 ---> sigul-configuration.sh 18:40:59 gpg: directory `/root/.gnupg' created 18:40:59 gpg: new configuration file `/root/.gnupg/gpg.conf' created 18:40:59 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 18:40:59 gpg: keyring `/root/.gnupg/secring.gpg' created 18:40:59 gpg: keyring `/root/.gnupg/pubring.gpg' created 18:40:59 gpg: CAST5 encrypted data 18:40:59 gpg: encrypted with 1 passphrase 18:40:59 gpg: WARNING: message was not integrity protected [Pipeline] sh 18:40:59 + mkdir /home/jenkins 18:40:59 + mkdir /home/jenkins/sigul [Pipeline] sh 18:40:59 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo 18:40:59 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 18:41:00 ---> sigul-install.sh 18:41:00 Sigul already installed; skipping installation. [Pipeline] sh 18:41:00 + git tag --list 18:41:00 v1.0.0 18:41:00 v1.1.0 18:41:00 v1.1.1 18:41:00 v1.1.2 18:41:00 v1.2.0 18:41:00 v1.2.1 18:41:00 v2.0.0 18:41:00 v2.1.0 18:41:00 v2.1.1 18:41:00 v2.1.1-dev.1 18:41:00 v2.1.1-dev.2 18:41:00 v2.1.1-dev.3 18:41:00 v2.2.0 18:41:00 v2.2.1-dev.1 18:41:00 v2.2.1-dev.2 18:41:00 v2.2.1-dev.3 18:41:00 v2.2.1-dev.4 18:41:00 v2.2.1-dev.5 18:41:00 v2.2.1-dev.6 18:41:00 v2.2.1-dev.7 18:41:00 v2.2.1-dev.8 18:41:00 v2.2.1-dev.9 18:41:00 v2.3.0 18:41:00 v2.3.0-dev.10 18:41:00 v2.3.0-dev.11 18:41:00 v2.3.0-dev.12 18:41:00 v2.3.0-dev.13 18:41:00 v2.3.0-dev.14 18:41:00 v2.3.0-dev.15 18:41:00 v2.3.0-dev.16 18:41:00 v2.3.0-dev.17 18:41:00 v2.3.0-dev.18 18:41:00 v2.3.0-dev.19 18:41:00 v2.3.0-dev.20 18:41:00 v2.3.0-dev.21 18:41:00 v2.3.0-dev.22 18:41:00 v2.3.0-dev.23 18:41:00 v2.3.0-dev.24 18:41:00 v2.3.0-dev.25 18:41:00 v2.3.0-dev.9 18:41:00 v3.0.0-dev.1 18:41:00 v3.0.0-dev.2 18:41:00 v3.0.0-dev.3 18:41:00 v3.0.0-dev.4 18:41:00 v3.0.0-dev.5 [Pipeline] sh 18:41:00 + lftools sign git-tag v3.0.0-dev.5 18:41:01 Signing Git tag with Sigul... 18:41:01 Signing v3.0.0-dev.5 [Pipeline] echo 18:41:01 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 18:41:01 ---> sigul-configuration-cleanup.sh [Pipeline] } 18:41:01 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 18:41:01 $ docker stop --time=1 fff645edb597c74b1baf843df905baeea27e5862d5b7ddd165deb804a7c5671a 18:41:03 $ docker rm -f --volumes fff645edb597c74b1baf843df905baeea27e5862d5b7ddd165deb804a7c5671a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 18:41:03 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 18:41:03 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:41:03 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 18:41:03 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:41:04 prd-ubuntu20.04-docker-8c-8g-1911 does not seem to be running inside a container 18:41:04 $ 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 18:41:04 $ docker top 4ce05d5a6dab7a6b82b67a42f574e6bc991ad333ff2b32b1af901c186ce78cdf -eo pid,comm 18:41:04 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 18:41:04 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:41:04 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:41:04 [ssh-agent] Looking for ssh-agent implementation... 18:41:04 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:41:04 $ docker exec 4ce05d5a6dab7a6b82b67a42f574e6bc991ad333ff2b32b1af901c186ce78cdf ssh-agent 18:41:04 SSH_AUTH_SOCK=/tmp/ssh-LxQlYqS9QQIq/agent.32 18:41:04 SSH_AGENT_PID=38 18:41:04 Running ssh-add (command line suppressed) 18:41:04 Identity added: /w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_10448456875194475912.key (/w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_10448456875194475912.key) 18:41:04 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:41:05 + git semver bump pre 18:41:05 2023-01-11 18:41:05,375 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main 18:41:05 2023-01-11 18:41:05,375 [bump_version] DEBUG bumping version:3.0.0-dev.5 on axis:pre with prefix:dev 18:41:05 2023-01-11 18:41:05,375 [bump_version] DEBUG bumped version:3.0.0-dev.6 18:41:05 2023-01-11 18:41:05,376 [write_version] DEBUG write version:3.0.0-dev.6 to path:/w/workspace/edgexfoundry_device-rest-go_main/.semver/main with force:True 18:41:05 2023-01-11 18:41:05,376 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main 18:41:05 2023-01-11 18:41:05,376 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_device-rest-go_main/.semver/main 18:41:05 2023-01-11 18:41:05,377 [execute] INFO git cat-file --batch-check 18:41:05 2023-01-11 18:41:05,378 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-rest-go_main/.semver, universal_newlines=False, shell=None, istream=) 18:41:05 2023-01-11 18:41:05,383 [execute] INFO git cat-file --batch 18:41:05 2023-01-11 18:41:05,383 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-rest-go_main/.semver, universal_newlines=False, shell=None, istream=) 18:41:05 2023-01-11 18:41:05,388 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main 18:41:05 3.0.0-dev.6 [Pipeline] } 18:41:05 $ docker exec --env ******** --env ******** 4ce05d5a6dab7a6b82b67a42f574e6bc991ad333ff2b32b1af901c186ce78cdf ssh-agent -k 18:41:05 unset SSH_AUTH_SOCK; 18:41:05 unset SSH_AGENT_PID; 18:41:05 echo Agent pid 38 killed; 18:41:05 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:41:05 + git semver [Pipeline] } 18:41:06 $ docker stop --time=1 4ce05d5a6dab7a6b82b67a42f574e6bc991ad333ff2b32b1af901c186ce78cdf 18:41:07 $ docker rm -f --volumes 4ce05d5a6dab7a6b82b67a42f574e6bc991ad333ff2b32b1af901c186ce78cdf [Pipeline] // withDockerContainer [Pipeline] sh 18:41:07 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 18:41:07 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:41:08 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 18:41:08 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:41:08 prd-ubuntu20.04-docker-8c-8g-1911 does not seem to be running inside a container 18:41:08 $ 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 18:41:08 $ docker top 35b27d9fec8242eac219f7117f43ef2215ea99a93ba02ccbd3b14027488d0d79 -eo pid,comm 18:41:08 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 18:41:08 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:41:08 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:41:08 [ssh-agent] Looking for ssh-agent implementation... 18:41:08 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:41:08 $ docker exec 35b27d9fec8242eac219f7117f43ef2215ea99a93ba02ccbd3b14027488d0d79 ssh-agent 18:41:09 SSH_AUTH_SOCK=/tmp/ssh-qqjCEiDErZRD/agent.33 18:41:09 SSH_AGENT_PID=39 18:41:09 Running ssh-add (command line suppressed) 18:41:09 Identity added: /w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_2320077044078908492.key (/w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_2320077044078908492.key) 18:41:09 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:41:09 + git semver push 18:41:09 2023-01-11 18:41:09,711 [run_push] DEBUG push 18:41:09 2023-01-11 18:41:09,712 [execute] INFO git cat-file --batch-check 18:41:09 2023-01-11 18:41:09,712 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-rest-go_main/.semver, universal_newlines=False, shell=None, istream=) 18:41:09 2023-01-11 18:41:09,717 [execute] INFO git rev-list e58f0062691fee22e95d0608e1239ed9ba644a73 -- 18:41:09 2023-01-11 18:41:09,717 [execute] DEBUG Popen(['git', 'rev-list', 'e58f0062691fee22e95d0608e1239ed9ba644a73', '--'], cwd=/w/workspace/edgexfoundry_device-rest-go_main/.semver, universal_newlines=False, shell=None, istream=None) 18:41:09 2023-01-11 18:41:09,726 [execute] INFO git fetch -v origin 18:41:09 2023-01-11 18:41:09,727 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgexfoundry_device-rest-go_main/.semver, universal_newlines=True, shell=None, istream=None) 18:41:10 2023-01-11 18:41:10,269 [run_push] DEBUG no remote changes detected 18:41:10 2023-01-11 18:41:10,270 [execute] INFO git push origin semver 18:41:10 2023-01-11 18:41:10,270 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgexfoundry_device-rest-go_main/.semver, universal_newlines=False, shell=None, istream=None) 18:41:11 2023-01-11 18:41:11,118 [run_push] DEBUG push all version tags 18:41:11 2023-01-11 18:41:11,119 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 18:41:11 2023-01-11 18:41:11,120 [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) 18:41:12 2023-01-11 18:41:11,949 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main 18:41:12 3.0.0-dev.6 [Pipeline] } 18:41:12 $ docker exec --env ******** --env ******** 35b27d9fec8242eac219f7117f43ef2215ea99a93ba02ccbd3b14027488d0d79 ssh-agent -k 18:41:12 unset SSH_AUTH_SOCK; 18:41:12 unset SSH_AGENT_PID; 18:41:12 echo Agent pid 39 killed; 18:41:12 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:41:12 + git semver [Pipeline] } 18:41:12 $ docker stop --time=1 35b27d9fec8242eac219f7117f43ef2215ea99a93ba02ccbd3b14027488d0d79 18:41:14 $ docker rm -f --volumes 35b27d9fec8242eac219f7117f43ef2215ea99a93ba02ccbd3b14027488d0d79 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 18:41:14 + [ -d /w/workspace/edgexfoundry_device-rest-go_main/archives ] 18:41:14 + ls -al /w/workspace/edgexfoundry_device-rest-go_main/archives 18:41:14 total 16 18:41:14 drwxr-xr-x 3 root root 4096 Jan 11 18:30 . 18:41:14 drwxrwxr-x 10 jenkins jenkins 4096 Jan 11 18:40 .. 18:41:14 drwxr-xr-x 2 root root 4096 Jan 11 18:30 cost 18:41:14 -rw-r--r-- 1 root root 85 Jan 11 18:30 cost.csv 18:41:14 + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_device-rest-go_main/archives 18:41:14 + ls -al /w/workspace/edgexfoundry_device-rest-go_main/archives 18:41:14 total 16 18:41:14 drwxr-xr-x 3 jenkins jenkins 4096 Jan 11 18:30 . 18:41:14 drwxrwxr-x 10 jenkins jenkins 4096 Jan 11 18:40 .. 18:41:14 drwxr-xr-x 2 jenkins jenkins 4096 Jan 11 18:30 cost 18:41:14 -rw-r--r-- 1 jenkins jenkins 85 Jan 11 18:30 cost.csv [Pipeline] libraryResource [Pipeline] sh 18:41:15 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 18:41:15 ---> package-listing.sh 18:41:15 ++ facter osfamily 18:41:15 ++ tr '[:upper:]' '[:lower:]' 18:41:16 + OS_FAMILY=debian 18:41:16 + workspace=/w/workspace/edgexfoundry_device-rest-go_main 18:41:16 + START_PACKAGES=/tmp/packages_start.txt 18:41:16 + END_PACKAGES=/tmp/packages_end.txt 18:41:16 + DIFF_PACKAGES=/tmp/packages_diff.txt 18:41:16 + PACKAGES=/tmp/packages_start.txt 18:41:16 + '[' /w/workspace/edgexfoundry_device-rest-go_main ']' 18:41:16 + PACKAGES=/tmp/packages_end.txt 18:41:16 + case "${OS_FAMILY}" in 18:41:16 + dpkg -l 18:41:16 + grep '^ii' 18:41:16 + '[' -f /tmp/packages_start.txt ']' 18:41:16 + '[' -f /tmp/packages_end.txt ']' 18:41:16 + diff /tmp/packages_start.txt /tmp/packages_end.txt 18:41:16 + '[' /w/workspace/edgexfoundry_device-rest-go_main ']' 18:41:16 + mkdir -p /w/workspace/edgexfoundry_device-rest-go_main/archives/ 18:41:16 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_device-rest-go_main/archives/ [Pipeline] echo 18:41:16 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 18:41:16 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:41:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 18:41:16 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:41:17 prd-ubuntu20.04-docker-8c-8g-1911 does not seem to be running inside a container 18:41:17 $ 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 18:41:17 $ docker top ec804729816ab2184cf2363af73d897011f1a06f0502f6144d9c87dad758fe02 -eo pid,comm [Pipeline] { [Pipeline] sh 18:41:17 + touch /tmp/pre-build-complete [Pipeline] sh 18:41:18 + mkdir -p /var/log/sysstat [Pipeline] sh 18:41:18 + ls /var/log/sa-host 18:41:18 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:41:18 provisioning config files... 18:41:18 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config15852903560747745682tmp [Pipeline] { [Pipeline] echo 18:41:18 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 18:41:18 ---> create-netrc.sh [Pipeline] } 18:41:18 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 18:41:19 ---> python-tools-install.sh [Pipeline] echo 18:41:19 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 18:41:19 ---> sudo-logs.sh 18:41:19 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 18:41:19 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 18:41:19 ---> job-cost.sh 18:41:19 lf-activate-venv: SKIPPING 18:41:19 DEBUG: total: 0.2199999988079071 18:41:19 INFO: Retrieving Stack Cost... 18:41:20 INFO: Retrieving Pricing Info for: v3-standard-8 18:41:20 INFO: Archiving Costs [Pipeline] echo 18:41:20 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 18:41:20 ---> logs-deploy.sh 18:41:20 lf-activate-venv: SKIPPING 18:41:20 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rest-go/main/77 18:41:20 INFO: archiving workspace using pattern(s): 18:41:21 Archives upload complete. 18:41:22 INFO: archiving logs to Nexus 18:41:22 ---> uname -a: 18:41:22 Linux prd-ubuntu20-04-docker-8c-8g-1911 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 18:41:22 18:41:22 18:41:22 ---> lscpu: 18:41:22 Architecture: x86_64 18:41:22 CPU op-mode(s): 32-bit, 64-bit 18:41:22 Byte Order: Little Endian 18:41:22 Address sizes: 40 bits physical, 48 bits virtual 18:41:22 CPU(s): 8 18:41:22 On-line CPU(s) list: 0-7 18:41:22 Thread(s) per core: 1 18:41:22 Core(s) per socket: 1 18:41:22 Socket(s): 8 18:41:22 NUMA node(s): 1 18:41:22 Vendor ID: AuthenticAMD 18:41:22 CPU family: 23 18:41:22 Model: 49 18:41:22 Model name: AMD EPYC-Rome Processor 18:41:22 Stepping: 0 18:41:22 CPU MHz: 2800.002 18:41:22 BogoMIPS: 5600.00 18:41:22 Virtualization: AMD-V 18:41:22 Hypervisor vendor: KVM 18:41:22 Virtualization type: full 18:41:22 L1d cache: 256 KiB 18:41:22 L1i cache: 256 KiB 18:41:22 L2 cache: 4 MiB 18:41:22 L3 cache: 128 MiB 18:41:22 NUMA node0 CPU(s): 0-7 18:41:22 Vulnerability Itlb multihit: Not affected 18:41:22 Vulnerability L1tf: Not affected 18:41:22 Vulnerability Mds: Not affected 18:41:22 Vulnerability Meltdown: Not affected 18:41:22 Vulnerability Mmio stale data: Not affected 18:41:22 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 18:41:22 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 18:41:22 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 18:41:22 Vulnerability Srbds: Not affected 18:41:22 Vulnerability Tsx async abort: Not affected 18:41:22 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities 18:41:22 18:41:22 18:41:22 ---> nproc: 18:41:22 8 18:41:22 18:41:22 18:41:22 ---> df -h: 18:41:22 Filesystem Size Used Avail Use% Mounted on 18:41:22 overlay 155G 13G 143G 9% / 18:41:22 tmpfs 64M 0 64M 0% /dev 18:41:22 tmpfs 16G 0 16G 0% /sys/fs/cgroup 18:41:22 shm 64M 0 64M 0% /dev/shm 18:41:22 /dev/vda1 155G 13G 143G 9% /facter-os 18:41:22 18:41:22 18:41:22 ---> sar -b -r -n DEV: 18:41:22 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-1911) 01/11/23 _x86_64_ (8 CPU) 18:41:22 18:41:22 18:27:51 LINUX RESTART (8 CPU) 18:41:22 18:41:22 18:28:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 18:41:22 18:29:02 156.52 47.66 108.86 0.00 5392.35 200782.04 0.00 18:41:22 18:30:01 187.02 1.27 185.75 0.00 24.00 47759.09 0.00 18:41:22 18:31:01 133.28 0.10 133.18 0.00 6.27 33992.07 0.00 18:41:22 18:32:01 4.02 1.02 3.00 0.00 21.86 40.68 0.00 18:41:22 18:33:01 15.69 5.33 10.36 0.00 591.94 2040.92 0.00 18:41:22 18:34:01 41.33 5.27 36.06 0.00 4563.77 6751.27 0.00 18:41:22 18:35:01 3.42 0.02 3.40 0.00 0.13 90.52 0.00 18:41:22 18:36:01 2.00 0.00 2.00 0.00 0.00 22.40 0.00 18:41:22 18:37:01 1.38 0.00 1.38 0.00 0.00 15.46 0.00 18:41:22 18:38:01 1.85 0.00 1.85 0.00 0.00 22.13 0.00 18:41:22 18:39:01 0.97 0.00 0.97 0.00 0.00 10.80 0.00 18:41:22 18:40:01 1.42 0.00 1.42 0.00 0.00 16.26 0.00 18:41:22 18:41:01 103.00 0.40 102.60 0.00 22.66 58141.64 0.00 18:41:22 Average: 49.99 4.71 45.28 0.00 818.91 26900.10 0.00 18:41:22 18:41:22 18:28:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 18:41:22 18:29:02 29203012 31625920 702468 2.14 71660 2629020 1849508 5.45 963844 2373752 100 18:41:22 18:30:01 28506484 31568104 742340 2.26 139636 3141488 1883988 5.55 1183900 2768848 172 18:41:22 18:31:01 27773112 31581656 724872 2.20 150512 3815396 1752716 5.17 1217740 3401684 404 18:41:22 18:32:01 27771416 31580992 725156 2.21 150592 3816008 1806756 5.32 1217648 3402260 152 18:41:22 18:33:01 27662224 31557932 742008 2.26 154648 3892256 1801064 5.31 1245680 3470032 616 18:41:22 18:34:01 27252696 31565200 723828 2.20 183960 4270676 1815528 5.35 1535808 3568208 144 18:41:22 18:35:01 27261052 31568720 720456 2.19 182536 4267432 1785600 5.26 1532176 3564988 0 18:41:22 18:36:01 27266936 31574672 714532 2.17 182604 4267432 1785600 5.26 1526076 3564988 4 18:41:22 18:37:01 27266548 31574708 714784 2.17 182672 4267436 1785600 5.26 1525820 3565340 8 18:41:22 18:38:01 27267228 31575440 714176 2.17 182736 4267436 1785600 5.26 1525916 3565344 184 18:41:22 18:39:01 27267348 31575716 713812 2.17 182760 4267572 1785600 5.26 1526672 3565460 176 18:41:22 18:40:01 27267364 31575748 713720 2.17 182780 4267568 1785600 5.26 1526304 3565464 4 18:41:22 18:41:01 25745748 31533668 746576 2.27 221900 5575968 1833772 5.40 1655628 4814584 932 18:41:22 Average: 27500859 31573729 722979 2.20 166846 4057361 1804379 5.32 1398709 3476227 223 18:41:22 18:41:22 18:28:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 18:41:22 18:29:02 lo 6.85 6.85 0.66 0.66 0.00 0.00 0.00 0.00 18:41:22 18:29:02 ens3 687.00 462.19 6731.14 91.13 0.00 0.00 0.00 0.00 18:41:22 18:29:02 docker0 16.13 18.44 1.40 172.59 0.00 0.00 0.00 0.00 18:41:22 18:30:01 lo 0.47 0.47 0.04 0.04 0.00 0.00 0.00 0.00 18:41:22 18:30:01 ens3 247.87 165.51 1901.36 30.32 0.00 0.00 0.00 0.00 18:41:22 18:30:01 docker0 139.15 206.58 11.94 1852.55 0.00 0.00 0.00 0.00 18:41:22 18:31:01 lo 7.27 7.27 0.71 0.71 0.00 0.00 0.00 0.00 18:41:22 18:31:01 ens3 170.40 136.44 2645.75 305.11 0.00 0.00 0.00 0.00 18:41:22 18:31:01 docker0 1.65 3.88 0.10 41.07 0.00 0.00 0.00 0.00 18:41:22 18:32:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 18:41:22 18:32:01 ens3 1.43 0.92 2.76 0.49 0.00 0.00 0.00 0.00 18:41:22 18:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:41:22 18:33:01 lo 0.20 0.20 0.02 0.02 0.00 0.00 0.00 0.00 18:41:22 18:33:01 ens3 56.38 34.47 855.51 2.55 0.00 0.00 0.00 0.00 18:41:22 18:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:41:22 18:34:01 lo 0.53 0.53 0.04 0.04 0.00 0.00 0.00 0.00 18:41:22 18:34:01 ens3 86.55 51.71 1897.26 3.96 0.00 0.00 0.00 0.00 18:41:22 18:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:41:22 18:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:41:22 18:35:01 ens3 0.40 0.22 0.25 0.20 0.00 0.00 0.00 0.00 18:41:22 18:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:41:22 18:36:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 18:41:22 18:36:01 ens3 0.23 0.10 0.01 0.01 0.00 0.00 0.00 0.00 18:41:22 18:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:41:22 18:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:41:22 18:37:01 ens3 0.10 0.03 0.01 0.00 0.00 0.00 0.00 0.00 18:41:22 18:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:41:22 18:38:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 18:41:22 18:38:01 ens3 0.20 0.10 0.01 0.01 0.00 0.00 0.00 0.00 18:41:22 18:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:41:22 18:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:41:22 18:39:01 ens3 1.35 0.70 0.46 0.29 0.00 0.00 0.00 0.00 18:41:22 18:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:41:22 18:40:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 18:41:22 18:40:01 ens3 0.62 0.07 0.06 0.01 0.00 0.00 0.00 0.00 18:41:22 18:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:41:22 18:41:01 lo 1.93 1.93 0.19 0.19 0.00 0.00 0.00 0.00 18:41:22 18:41:01 ens3 345.36 230.44 7875.56 38.16 0.00 0.00 0.00 0.00 18:41:22 18:41:01 docker0 32.24 54.94 3.17 690.11 0.00 0.00 0.00 0.00 18:41:22 18:41:01 veth851aff1 0.30 0.38 0.08 0.12 0.00 0.00 0.00 0.00 18:41:22 Average: lo 1.39 1.39 0.13 0.13 0.00 0.00 0.00 0.00 18:41:22 Average: ens3 122.85 83.26 1685.91 36.34 0.00 0.00 0.00 0.00 18:41:22 Average: docker0 14.39 21.60 1.26 209.90 0.00 0.00 0.00 0.00 18:41:22 Average: veth851aff1 0.02 0.03 0.01 0.01 0.00 0.00 0.00 0.00 18:41:22 18:41:22 18:41:22 ---> sar -P ALL: 18:41:22 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-1911) 01/11/23 _x86_64_ (8 CPU) 18:41:22 18:41:22 18:27:51 LINUX RESTART (8 CPU) 18:41:22 18:41:22 18:28:01 CPU %user %nice %system %iowait %steal %idle 18:41:22 18:29:02 all 9.17 0.00 3.48 3.75 0.06 83.54 18:41:22 18:29:02 0 9.73 0.00 3.10 8.10 0.05 79.02 18:41:22 18:29:02 1 7.99 0.00 4.04 14.10 0.05 73.82 18:41:22 18:29:02 2 10.76 0.00 3.52 4.92 0.07 80.73 18:41:22 18:29:02 3 8.28 0.00 3.47 0.25 0.05 87.95 18:41:22 18:29:02 4 11.02 0.00 3.02 0.55 0.07 85.34 18:41:22 18:29:02 5 9.64 0.00 2.94 0.84 0.05 86.53 18:41:22 18:29:02 6 9.34 0.00 5.03 0.82 0.05 84.76 18:41:22 18:29:02 7 6.62 0.00 2.72 0.45 0.07 90.13 18:41:22 18:30:01 all 25.47 0.00 5.73 3.28 0.09 65.43 18:41:22 18:30:01 0 24.24 0.00 5.02 0.12 0.05 70.57 18:41:22 18:30:01 1 25.90 0.00 5.67 2.52 0.14 65.78 18:41:22 18:30:01 2 25.87 0.00 6.25 1.42 0.09 66.37 18:41:22 18:30:01 3 26.14 0.00 6.47 1.15 0.07 66.17 18:41:22 18:30:01 4 26.08 0.00 5.36 4.53 0.07 63.96 18:41:22 18:30:01 5 25.10 0.00 6.43 15.99 0.12 52.36 18:41:22 18:30:01 6 25.64 0.00 5.21 0.15 0.09 68.91 18:41:22 18:30:01 7 24.82 0.00 5.41 0.44 0.09 69.25 18:41:22 18:31:01 all 20.46 0.00 4.48 1.86 0.06 73.13 18:41:22 18:31:01 0 17.98 0.00 4.25 3.59 0.05 74.13 18:41:22 18:31:01 1 21.05 0.00 4.40 3.49 0.05 71.00 18:41:22 18:31:01 2 19.74 0.00 4.14 0.12 0.07 75.94 18:41:22 18:31:01 3 21.30 0.00 4.81 5.44 0.07 68.38 18:41:22 18:31:01 4 22.82 0.00 4.70 0.32 0.07 72.09 18:41:22 18:31:01 5 20.61 0.00 4.71 0.15 0.05 74.47 18:41:22 18:31:01 6 18.87 0.00 4.61 0.15 0.05 76.32 18:41:22 18:31:01 7 21.35 0.00 4.26 1.65 0.07 72.68 18:41:22 18:32:01 all 0.06 0.00 0.05 0.02 0.01 99.87 18:41:22 18:32:01 0 0.02 0.00 0.03 0.03 0.02 99.90 18:41:22 18:32:01 1 0.03 0.00 0.07 0.05 0.02 99.83 18:41:22 18:32:01 2 0.05 0.00 0.03 0.02 0.00 99.90 18:41:22 18:32:01 3 0.27 0.00 0.10 0.03 0.00 99.60 18:41:22 18:32:01 4 0.02 0.00 0.05 0.00 0.00 99.93 18:41:22 18:32:01 5 0.03 0.00 0.05 0.02 0.02 99.88 18:41:22 18:32:01 6 0.02 0.00 0.02 0.00 0.00 99.97 18:41:22 18:32:01 7 0.03 0.00 0.03 0.00 0.02 99.92 18:41:22 18:33:01 all 0.40 0.00 0.22 0.19 0.00 99.18 18:41:22 18:33:01 0 0.20 0.00 0.13 0.53 0.00 99.13 18:41:22 18:33:01 1 0.48 0.00 0.15 0.28 0.00 99.08 18:41:22 18:33:01 2 0.23 0.00 0.10 0.00 0.00 99.67 18:41:22 18:33:01 3 0.18 0.00 0.17 0.03 0.00 99.62 18:41:22 18:33:01 4 0.63 0.00 0.12 0.03 0.02 99.20 18:41:22 18:33:01 5 0.34 0.00 0.15 0.03 0.02 99.46 18:41:22 18:33:01 6 0.25 0.00 0.58 0.30 0.00 98.87 18:41:22 18:33:01 7 0.92 0.00 0.33 0.32 0.00 98.43 18:41:22 18:34:01 all 1.76 0.00 1.24 0.44 0.02 96.54 18:41:22 18:34:01 0 2.52 0.00 2.19 0.47 0.03 94.79 18:41:22 18:34:01 1 0.60 0.00 1.47 1.62 0.02 96.29 18:41:22 18:34:01 2 1.42 0.00 1.10 0.05 0.02 97.41 18:41:22 18:34:01 3 1.79 0.00 1.14 0.10 0.03 96.94 18:41:22 18:34:01 4 1.67 0.00 0.95 0.62 0.00 96.77 18:41:22 18:34:01 5 0.92 0.00 0.52 0.00 0.03 98.52 18:41:22 18:34:01 6 2.22 0.00 1.55 0.53 0.02 95.68 18:41:22 18:34:01 7 2.91 0.00 1.00 0.13 0.02 95.94 18:41:22 18:35:01 all 0.08 0.00 0.06 0.01 0.01 99.84 18:41:22 18:35:01 0 0.13 0.00 0.03 0.10 0.00 99.73 18:41:22 18:35:01 1 0.00 0.00 0.07 0.00 0.02 99.92 18:41:22 18:35:01 2 0.08 0.00 0.05 0.00 0.00 99.87 18:41:22 18:35:01 3 0.05 0.00 0.03 0.00 0.00 99.92 18:41:22 18:35:01 4 0.25 0.00 0.13 0.00 0.03 99.58 18:41:22 18:35:01 5 0.03 0.00 0.07 0.00 0.00 99.90 18:41:22 18:35:01 6 0.03 0.00 0.03 0.00 0.00 99.93 18:41:22 18:35:01 7 0.05 0.00 0.07 0.02 0.00 99.87 18:41:22 18:36:01 all 0.01 0.00 0.01 0.02 0.01 99.96 18:41:22 18:36:01 0 0.00 0.00 0.00 0.13 0.00 99.87 18:41:22 18:36:01 1 0.00 0.00 0.00 0.00 0.00 100.00 18:41:22 18:36:01 2 0.00 0.00 0.00 0.00 0.00 100.00 18:41:22 18:36:01 3 0.02 0.00 0.00 0.00 0.00 99.98 18:41:22 18:36:01 4 0.00 0.00 0.03 0.00 0.02 99.95 18:41:22 18:36:01 5 0.00 0.00 0.02 0.00 0.02 99.97 18:41:22 18:36:01 6 0.00 0.00 0.02 0.00 0.00 99.98 18:41:22 18:36:01 7 0.05 0.00 0.02 0.02 0.02 99.90 18:41:22 18:37:01 all 0.01 0.00 0.01 0.08 0.00 99.90 18:41:22 18:37:01 0 0.02 0.00 0.02 0.62 0.02 99.33 18:41:22 18:37:01 1 0.00 0.00 0.00 0.00 0.00 100.00 18:41:22 18:37:01 2 0.00 0.00 0.00 0.00 0.00 100.00 18:41:22 18:37:01 3 0.03 0.00 0.02 0.00 0.00 99.95 18:41:22 18:37:01 4 0.02 0.00 0.02 0.00 0.00 99.97 18:41:22 18:37:01 5 0.03 0.00 0.02 0.00 0.02 99.93 18:41:22 18:37:01 6 0.00 0.00 0.00 0.00 0.00 100.00 18:41:22 18:37:01 7 0.02 0.00 0.00 0.00 0.00 99.98 18:41:22 18:38:01 all 0.02 0.00 0.01 0.04 0.01 99.93 18:41:22 18:38:01 0 0.02 0.00 0.02 0.23 0.00 99.73 18:41:22 18:38:01 1 0.02 0.00 0.00 0.00 0.00 99.98 18:41:22 18:38:01 2 0.00 0.00 0.00 0.05 0.00 99.95 18:41:22 18:38:01 3 0.02 0.00 0.00 0.00 0.02 99.97 18:41:22 18:38:01 4 0.02 0.00 0.03 0.00 0.02 99.93 18:41:22 18:38:01 5 0.02 0.00 0.02 0.00 0.02 99.95 18:41:22 18:38:01 6 0.03 0.00 0.00 0.00 0.00 99.97 18:41:22 18:38:01 7 0.03 0.00 0.00 0.00 0.00 99.97 18:41:22 18:39:01 all 0.07 0.00 0.01 0.00 0.00 99.92 18:41:22 18:39:01 0 0.00 0.00 0.00 0.03 0.00 99.97 18:41:22 18:39:01 1 0.00 0.00 0.00 0.00 0.00 100.00 18:41:22 18:39:01 2 0.02 0.00 0.02 0.00 0.00 99.97 18:41:22 18:39:01 3 0.05 0.00 0.03 0.00 0.00 99.92 18:41:22 18:39:01 4 0.03 0.00 0.02 0.00 0.02 99.93 18:41:22 18:39:01 5 0.43 0.00 0.00 0.00 0.00 99.57 18:41:22 18:39:01 6 0.00 0.00 0.00 0.00 0.00 100.00 18:41:22 18:39:01 7 0.00 0.00 0.02 0.00 0.00 99.98 18:41:22 18:41:22 18:39:01 CPU %user %nice %system %iowait %steal %idle 18:41:22 18:40:01 all 0.03 0.00 0.01 0.01 0.01 99.95 18:41:22 18:40:01 0 0.02 0.00 0.00 0.03 0.00 99.95 18:41:22 18:40:01 1 0.02 0.00 0.00 0.00 0.02 99.97 18:41:22 18:40:01 2 0.03 0.00 0.00 0.02 0.00 99.95 18:41:22 18:40:01 3 0.07 0.00 0.00 0.00 0.00 99.93 18:41:22 18:40:01 4 0.03 0.00 0.05 0.00 0.02 99.90 18:41:22 18:40:01 5 0.05 0.00 0.00 0.00 0.02 99.93 18:41:22 18:40:01 6 0.02 0.00 0.00 0.00 0.00 99.98 18:41:22 18:40:01 7 0.03 0.00 0.00 0.00 0.00 99.97 18:41:22 18:41:01 all 8.45 0.00 3.79 2.70 0.05 85.00 18:41:22 18:41:01 0 7.82 0.00 4.31 3.40 0.05 84.42 18:41:22 18:41:01 1 8.58 0.00 3.59 0.17 0.03 87.62 18:41:22 18:41:01 2 9.30 0.00 3.09 0.07 0.07 87.47 18:41:22 18:41:01 3 8.94 0.00 3.11 0.51 0.05 87.40 18:41:22 18:41:01 4 8.17 0.00 4.00 0.42 0.03 87.37 18:41:22 18:41:01 5 8.99 0.00 4.61 16.59 0.05 69.75 18:41:22 18:41:01 6 6.94 0.00 3.93 0.41 0.03 88.69 18:41:22 18:41:01 7 8.88 0.00 3.67 0.13 0.10 87.22 18:41:22 Average: all 5.02 0.00 1.45 0.95 0.02 92.56 18:41:22 Average: 0 4.77 0.00 1.46 1.33 0.02 92.42 18:41:22 Average: 1 4.91 0.00 1.48 1.70 0.03 91.88 18:41:22 Average: 2 5.13 0.00 1.39 0.51 0.02 92.95 18:41:22 Average: 3 5.09 0.00 1.47 0.57 0.02 92.85 18:41:22 Average: 4 5.38 0.00 1.41 0.49 0.03 92.69 18:41:22 Average: 5 5.03 0.00 1.49 2.54 0.03 90.91 18:41:22 Average: 6 4.81 0.00 1.60 0.18 0.02 93.39 18:41:22 Average: 7 5.00 0.00 1.34 0.24 0.03 93.40 18:41:22 18:41:22 18:41:22