Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 6a379586ffcd355aa503b0695be8055d1eb693b2 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-ssh6777443854075627716.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 4fc256d9079ed2258907e613f84b1b8da264a4bd 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-ssh1607957450241953033.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 4fc256d9079ed2258907e613f84b1b8da264a4bd 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-ssh4750469978874731608.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 4fc256d9079ed2258907e613f84b1b8da264a4bd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 4fc256d9079ed2258907e613f84b1b8da264a4bd # timeout=10 Commit message: "Merge pull request #430 from ernestojeda/release-lock" > 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-ssh5058339717600633987.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-ssh7901091257004202499.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.20 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-rest DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-15697 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 6a379586ffcd355aa503b0695be8055d1eb693b2 (main) Commit message: "build(deps): Bump github.com/canonical/edgex-snap-hooks/v3 from 3.0.0-20230315153603-544c6823a1b0 to 3.0.0 in /snap/local/helper-go (#319)" > 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 6a379586ffcd355aa503b0695be8055d1eb693b2 # timeout=10 > git rev-list --no-walk e3b43ee8ff0ebeefc64859dd40b2c1e2b9faa613 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 10:42:53 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 10:42:53 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 10:42:53 ========================================================= 10:42:53 EdgeX Global Pipelines Version Info 10:42:53 ========================================================= [Pipeline] libraryResource [Pipeline] sh 10:42:54 ------------------- 10:42:54 stable info: 10:42:54 ------------------- 10:42:54 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 10:42:54 Commit SHA: 4fc256d9079ed2258907e613f84b1b8da264a4bd 10:42:54 Message: update stable to v1.0.249 10:42:54 ------------------- 10:42:54 experimental info: 10:42:54 ------------------- 10:42:54 Commited By: **** collab-it+edgex@linuxfoundation.org 10:42:54 Commit SHA: 4fc256d9079ed2258907e613f84b1b8da264a4bd 10:42:54 Message: update experimental to v1.0.249 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 10:42:55 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-rest-go-settings [Pipeline] echo 10:42:55 [edgeXSetupEnvironment]: set envvar PROJECT = device-rest-go [Pipeline] echo 10:42:55 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 10:42:55 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 10:42:55 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 10:42:55 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo 10:42:55 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 10:42:55 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 10:42:55 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 10:42:55 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 10:42:55 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 10:42:55 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-rest [Pipeline] echo 10:42:55 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 10:42:55 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 10:42:55 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 10:42:55 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 10:42:55 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 10:42:55 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 10:42:55 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 10:42:55 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 10:42:55 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 10:42:55 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 10:42:55 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 10:42:55 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 10:42:55 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 10:42:55 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 10:42:55 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 10:42:55 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 10:42:55 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 10:42:55 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 10:42:55 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 6a379586ffcd355aa503b0695be8055d1eb693b2 [Pipeline] echo 10:42:55 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 6a37958 [Pipeline] echo 10:42:55 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 10:42:55 provisioning config files... 10:42:55 copy managed file [device-rest-go-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config12545352076934428428tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:42:55 ---> docker-login.sh 10:42:55 nexus3.edgexfoundry.org:10001 10:42:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:42:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:42:56 Configure a credential helper to remove this warning. See 10:42:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:42:56 10:42:56 Login Succeeded 10:42:56 nexus3.edgexfoundry.org:10002 10:42:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:42:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:42:56 Configure a credential helper to remove this warning. See 10:42:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:42:56 10:42:56 Login Succeeded 10:42:56 nexus3.edgexfoundry.org:10003 10:42:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:42:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:42:56 Configure a credential helper to remove this warning. See 10:42:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:42:56 10:42:56 Login Succeeded 10:42:56 nexus3.edgexfoundry.org:10004 10:42:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:42:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:42:56 Configure a credential helper to remove this warning. See 10:42:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:42:56 10:42:56 Login Succeeded 10:42:56 docker.io 10:42:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:42:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:42:56 Configure a credential helper to remove this warning. See 10:42:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:42:56 10:42:56 Login Succeeded 10:42:56 ---> docker-login.sh ends [Pipeline] } 10:42:56 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 10:42:56 + git rev-list -1 --merges 6a379586ffcd355aa503b0695be8055d1eb693b2~1..6a379586ffcd355aa503b0695be8055d1eb693b2 [Pipeline] echo 10:42:57 -----------> git rev-list -1 --merges 6a379586ffcd355aa503b0695be8055d1eb693b2~1..6a379586ffcd355aa503b0695be8055d1eb693b2 6a379586ffcd355aa503b0695be8055d1eb693b2 [false] [Pipeline] sh 10:42:57 + git log --format=format:%s -1 6a379586ffcd355aa503b0695be8055d1eb693b2 [Pipeline] echo 10:42:57 ========================================================= 10:42:57 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 10:42:57 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 10:42:57 + git log --format=format:%s -1 6a379586ffcd355aa503b0695be8055d1eb693b2 [Pipeline] echo 10:42:57 [semverPrep] GIT_COMMIT: 6a379586ffcd355aa503b0695be8055d1eb693b2, Commit Message: build(deps): Bump github.com/canonical/edgex-snap-hooks/v3 from 3.0.0-20230315153603-544c6823a1b0 to 3.0.0 in /snap/local/helper-go (#319) [Pipeline] echo 10:42:57 [semverPrep] This is not a build commit. [Pipeline] sh 10:42:58 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 10:42:58 + grep -v github /etc/ssh/ssh_known_hosts 10:42:58 + [ -e /tmp/ssh_known_hosts ] 10:42:58 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 10:42:58 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 10:42:58 + sudo tee -a /etc/ssh/ssh_known_hosts 10:42:58 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:42:58 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 10:42:58 10:42:58 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:42:58 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 10:42:58 0.1.4: Pulling from edgex-devops/py-git-semver 10:42:58 b85a868b505f: Pulling fs layer 10:42:58 e2be974225ed: Pulling fs layer 10:42:58 339a4e72a1f5: Pulling fs layer 10:42:58 988bab9f4d93: Pulling fs layer 10:42:58 1469e6f7b9e6: Pulling fs layer 10:42:58 eaf3925da568: Pulling fs layer 10:42:58 bab4dde63d76: Pulling fs layer 10:42:58 bde34c3a00c8: Pulling fs layer 10:42:58 b352a97aabf1: Pulling fs layer 10:42:58 4872d77fe225: Pulling fs layer 10:42:58 5851b861e8e6: Pulling fs layer 10:42:58 1469e6f7b9e6: Waiting 10:42:58 bde34c3a00c8: Waiting 10:42:58 b352a97aabf1: Waiting 10:42:58 eaf3925da568: Waiting 10:42:58 988bab9f4d93: Waiting 10:42:58 4872d77fe225: Waiting 10:42:58 5851b861e8e6: Waiting 10:42:58 bab4dde63d76: Waiting 10:42:58 e2be974225ed: Verifying Checksum 10:42:58 e2be974225ed: Download complete 10:42:58 988bab9f4d93: Verifying Checksum 10:42:58 988bab9f4d93: Download complete 10:42:59 1469e6f7b9e6: Verifying Checksum 10:42:59 1469e6f7b9e6: Download complete 10:42:59 339a4e72a1f5: Verifying Checksum 10:42:59 339a4e72a1f5: Download complete 10:42:59 eaf3925da568: Verifying Checksum 10:42:59 eaf3925da568: Download complete 10:42:59 bde34c3a00c8: Download complete 10:42:59 b352a97aabf1: Download complete 10:42:59 4872d77fe225: Download complete 10:42:59 5851b861e8e6: Download complete 10:42:59 b85a868b505f: Verifying Checksum 10:42:59 b85a868b505f: Download complete 10:42:59 bab4dde63d76: Verifying Checksum 10:42:59 bab4dde63d76: Download complete 10:43:00 b85a868b505f: Pull complete 10:43:00 e2be974225ed: Pull complete 10:43:00 339a4e72a1f5: Pull complete 10:43:01 988bab9f4d93: Pull complete 10:43:01 1469e6f7b9e6: Pull complete 10:43:01 eaf3925da568: Pull complete 10:43:03 bab4dde63d76: Pull complete 10:43:03 bde34c3a00c8: Pull complete 10:43:03 b352a97aabf1: Pull complete 10:43:03 4872d77fe225: Pull complete 10:43:03 5851b861e8e6: Pull complete 10:43:03 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 10:43:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 10:43:03 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:43:03 prd-ubuntu20.04-docker-8c-8g-15697 does not seem to be running inside a container 10:43:03 $ 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 10:43:06 $ docker top c55c6442e8cc191f99b69d87ec8d33bc8889981537b6faacd0ad7ab88cfee5d6 -eo pid,comm 10:43:06 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). 10:43:06 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 10:43:06 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:43:06 [ssh-agent] Looking for ssh-agent implementation... 10:43:06 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:43:06 $ docker exec c55c6442e8cc191f99b69d87ec8d33bc8889981537b6faacd0ad7ab88cfee5d6 ssh-agent 10:43:06 SSH_AUTH_SOCK=/tmp/ssh-keeQZDjbTdtd/agent.32 10:43:06 SSH_AGENT_PID=38 10:43:06 Running ssh-add (command line suppressed) 10:43:07 Identity added: /w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_15349032286541212041.key (/w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_15349032286541212041.key) 10:43:07 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:43:07 + git tag --points-at HEAD [Pipeline] } 10:43:07 $ docker exec --env ******** --env ******** c55c6442e8cc191f99b69d87ec8d33bc8889981537b6faacd0ad7ab88cfee5d6 ssh-agent -k 10:43:07 unset SSH_AUTH_SOCK; 10:43:07 unset SSH_AGENT_PID; 10:43:07 echo Agent pid 38 killed; 10:43:07 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 10:43:07 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:43:07 [ssh-agent] Looking for ssh-agent implementation... 10:43:07 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:43:07 $ docker exec c55c6442e8cc191f99b69d87ec8d33bc8889981537b6faacd0ad7ab88cfee5d6 ssh-agent 10:43:07 SSH_AUTH_SOCK=/tmp/ssh-qKg8xsBAhBu4/agent.71 10:43:07 SSH_AGENT_PID=77 10:43:07 Running ssh-add (command line suppressed) 10:43:07 Identity added: /w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_14209225932475150402.key (/w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_14209225932475150402.key) 10:43:07 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:43:08 + git semver init 10:43:08 2023-05-16 10:43:08,250 [run_init] DEBUG init version:0.0.0 force:False 10:43:08 2023-05-16 10:43:08,251 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_device-rest-go_main/.semver 10:43:08 2023-05-16 10:43:08,251 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-rest-go.git /w/workspace/edgexfoundry_device-rest-go_main/.semver 10:43:08 2023-05-16 10:43:08,251 [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) 10:43:09 2023-05-16 10:43:09,263 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_device-rest-go_main/.git/info/exclude 10:43:09 2023-05-16 10:43:09,264 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_device-rest-go_main/.semver/main with force:False 10:43:09 2023-05-16 10:43:09,264 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main 10:43:09 2023-05-16 10:43:09,264 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main 10:43:09 3.0.0-dev.42 [Pipeline] } 10:43:09 $ docker exec --env ******** --env ******** c55c6442e8cc191f99b69d87ec8d33bc8889981537b6faacd0ad7ab88cfee5d6 ssh-agent -k 10:43:09 unset SSH_AUTH_SOCK; 10:43:09 unset SSH_AGENT_PID; 10:43:09 echo Agent pid 77 killed; 10:43:09 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:43:09 + git semver [Pipeline] } 10:43:09 $ docker stop --time=1 c55c6442e8cc191f99b69d87ec8d33bc8889981537b6faacd0ad7ab88cfee5d6 10:43:11 $ docker rm -f --volumes c55c6442e8cc191f99b69d87ec8d33bc8889981537b6faacd0ad7ab88cfee5d6 [Pipeline] // withDockerContainer [Pipeline] sh 10:43:11 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 10:43:11 Stashed 1 file(s) [Pipeline] echo 10:43:11 [edgeXSemver]: initialized semver on version 3.0.0-dev.42 [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 10:43:11 provisioning config files... 10:43:11 copy managed file [device-rest-go-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config9999075490554118804tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:43:12 ---> docker-login.sh 10:43:12 nexus3.edgexfoundry.org:10001 10:43:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:43:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:43:12 Configure a credential helper to remove this warning. See 10:43:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:43:12 10:43:12 Login Succeeded 10:43:12 nexus3.edgexfoundry.org:10002 10:43:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:43:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:43:12 Configure a credential helper to remove this warning. See 10:43:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:43:12 10:43:12 Login Succeeded 10:43:12 nexus3.edgexfoundry.org:10003 10:43:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:43:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:43:12 Configure a credential helper to remove this warning. See 10:43:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:43:12 10:43:12 Login Succeeded 10:43:12 nexus3.edgexfoundry.org:10004 10:43:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:43:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:43:12 Configure a credential helper to remove this warning. See 10:43:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:43:12 10:43:12 Login Succeeded 10:43:12 docker.io 10:43:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:43:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:43:12 Configure a credential helper to remove this warning. See 10:43:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:43:12 10:43:12 Login Succeeded 10:43:12 ---> docker-login.sh ends [Pipeline] } 10:43:12 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 10:43:12 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 10:43:12 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 10:43:12 ========================================================= 10:43:12 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] 10:43:12 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:43:13 + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine --build-arg MAKE=echo noop --target=builder . 10:43:13 Sending build context to Docker daemon 10.92MB 10:43:13 Step 1/12 : ARG BASE=golang:1.20-alpine3.17 10:43:13 Step 2/12 : FROM ${BASE} AS builder 10:43:13 1.20-alpine: Pulling from edgex-devops/edgex-golang-base 10:43:13 f56be85fc22e: Pulling fs layer 10:43:13 85791d961cd3: Pulling fs layer 10:43:13 d694b5ae8c79: Pulling fs layer 10:43:13 9f32a84ed3da: Pulling fs layer 10:43:13 4d19c01a9841: Pulling fs layer 10:43:13 9325e15d5711: Pulling fs layer 10:43:13 556b6ee489ea: Pulling fs layer 10:43:13 c5a4b2cf53e6: Pulling fs layer 10:43:13 9f32a84ed3da: Waiting 10:43:13 4d19c01a9841: Waiting 10:43:13 556b6ee489ea: Waiting 10:43:13 9325e15d5711: Waiting 10:43:13 c5a4b2cf53e6: Waiting 10:43:13 85791d961cd3: Download complete 10:43:13 9f32a84ed3da: Verifying Checksum 10:43:13 9f32a84ed3da: Download complete 10:43:13 4d19c01a9841: Verifying Checksum 10:43:13 4d19c01a9841: Download complete 10:43:13 f56be85fc22e: Verifying Checksum 10:43:13 f56be85fc22e: Download complete 10:43:13 9325e15d5711: Verifying Checksum 10:43:13 9325e15d5711: Download complete 10:43:13 f56be85fc22e: Pull complete 10:43:13 85791d961cd3: Pull complete 10:43:14 c5a4b2cf53e6: Verifying Checksum 10:43:14 c5a4b2cf53e6: Download complete 10:43:14 d694b5ae8c79: Download complete 10:43:14 556b6ee489ea: Verifying Checksum 10:43:14 556b6ee489ea: Download complete 10:43:17 d694b5ae8c79: Pull complete 10:43:17 9f32a84ed3da: Pull complete 10:43:17 4d19c01a9841: Pull complete 10:43:17 9325e15d5711: Pull complete 10:43:20 556b6ee489ea: Pull complete 10:43:20 c5a4b2cf53e6: Pull complete 10:43:20 Digest: sha256:cdb650785bd12602035d3ff87499385c169773a4d12d6eaf394b34464d3a0f2b 10:43:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 10:43:20 ---> c4be618373d6 10:43:20 Step 3/12 : ARG ADD_BUILD_TAGS="" 10:43:25 ---> Running in 8dca58edab34 10:43:25 Removing intermediate container 8dca58edab34 10:43:25 ---> a451551fa922 10:43:25 Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 10:43:25 ---> Running in 8237be414500 10:43:25 Removing intermediate container 8237be414500 10:43:25 ---> c4f7bce67620 10:43:25 Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client" 10:43:25 ---> Running in 7c5a73db9ebb 10:43:25 Removing intermediate container 7c5a73db9ebb 10:43:25 ---> 700bf0fb830d 10:43:25 Step 6/12 : ARG ALPINE_PKG_EXTRA="" 10:43:25 ---> Running in 0c404114019a 10:43:25 Removing intermediate container 0c404114019a 10:43:25 ---> cc6cd04392d2 10:43:25 Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 10:43:25 ---> Running in 578c18ff6f03 10:43:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 10:43:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 10:43:26 (1/4) Installing openssh-keygen (9.1_p1-r3) 10:43:26 (2/4) Installing libedit (20221030.3.1-r0) 10:43:26 (3/4) Installing openssh-client-common (9.1_p1-r3) 10:43:26 (4/4) Installing openssh-client-default (9.1_p1-r3) 10:43:26 Executing busybox-1.35.0-r29.trigger 10:43:26 OK: 269 MiB in 57 packages 10:43:26 Still waiting to schedule task 10:43:26 Waiting for next available executor on ‘ubuntu20.04-docker-arm64-4c-16g’ 10:43:26 Removing intermediate container 578c18ff6f03 10:43:26 ---> ea0020b8ca2c 10:43:26 Step 8/12 : WORKDIR /device-rest-go 10:43:26 ---> Running in b923314135f7 10:43:26 Removing intermediate container b923314135f7 10:43:26 ---> ae28236e99d3 10:43:26 Step 9/12 : COPY go.mod vendor* ./ 10:43:27 ---> c84de3663759 10:43:27 Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:43:27 ---> Running in 7da568480f79 10:43:53 Removing intermediate container 7da568480f79 10:43:53 ---> 0bb6fc69fbc2 10:43:53 Step 11/12 : COPY . . 10:43:53 ---> 5d062450f260 10:43:53 Step 12/12 : RUN $MAKE 10:43:53 ---> Running in 885ef17ecfd9 10:43:54 noop 10:43:54 Removing intermediate container 885ef17ecfd9 10:43:54 ---> 8259f2b9c2c3 10:43:54 Successfully built 8259f2b9c2c3 10:43:54 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:43:54 + docker inspect -f . ci-base-image-x86_64 10:43:54 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:43:54 prd-ubuntu20.04-docker-8c-8g-15697 does not seem to be running inside a container 10:43:54 $ 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 10:43:55 $ docker top ab0a7a8aec568e9efe49b62f8e9f639841ed2e02ad4b8f570f550af35de1c6b7 -eo pid,comm [Pipeline] { [Pipeline] sh 10:43:55 + go version 10:43:55 go version go1.20.2 linux/amd64 [Pipeline] } 10:43:55 $ docker stop --time=1 ab0a7a8aec568e9efe49b62f8e9f639841ed2e02ad4b8f570f550af35de1c6b7 10:43:56 $ docker rm -f --volumes ab0a7a8aec568e9efe49b62f8e9f639841ed2e02ad4b8f570f550af35de1c6b7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:43:57 + docker inspect -f . ci-base-image-x86_64 10:43:57 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:43:57 prd-ubuntu20.04-docker-8c-8g-15697 does not seem to be running inside a container 10:43:57 $ 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 10:43:57 $ docker top 4b1182b187b8137cee6c29ecea7b5ab4f17f6a8c49a424aea0d99785722504c1 -eo pid,comm [Pipeline] { [Pipeline] sh 10:43:58 + git config --global --add safe.directory /w/workspace/edgexfoundry_device-rest-go_main [Pipeline] fileExists [Pipeline] sh 10:43:58 + make test 10:43:58 go test ./... -coverprofile=coverage.out ./... 10:44:02 ? github.com/edgexfoundry/device-rest-go [no test files] 10:44:12 ? github.com/edgexfoundry/device-rest-go/cmd [no test files] 10:44:12 ok github.com/edgexfoundry/device-rest-go/driver 0.011s coverage: 32.2% of statements 10:44:19 go vet ./... 10:44:21 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 10:44:21 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 10:44:21 ./bin/test-attribution-txt.sh [Pipeline] echo 10:44:21 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 10:44:21 $ docker stop --time=1 4b1182b187b8137cee6c29ecea7b5ab4f17f6a8c49a424aea0d99785722504c1 10:44:25 $ docker rm -f --volumes 4b1182b187b8137cee6c29ecea7b5ab4f17f6a8c49a424aea0d99785722504c1 [Pipeline] // withDockerContainer [Pipeline] sh 10:44:25 + sudo chown -R jenkins:jenkins . [Pipeline] stash 10:44:25 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 10:44:26 + sudo chown -R jenkins:jenkins . [Pipeline] sh 10:44:26 + ls -al . 10:44:26 total 184 10:44:26 drwxrwxr-x 9 jenkins jenkins 4096 May 16 10:43 . 10:44:26 drwxrwxr-x 4 jenkins jenkins 4096 May 16 10:42 .. 10:44:26 -rw-rw-r-- 1 jenkins jenkins 151 May 16 10:42 .dockerignore 10:44:26 drwxrwxr-x 8 jenkins jenkins 4096 May 16 10:43 .git 10:44:26 drwxrwxr-x 3 jenkins jenkins 4096 May 16 10:42 .github 10:44:26 -rw-rw-r-- 1 jenkins jenkins 329 May 16 10:42 .gitignore 10:44:26 -rw-rw-r-- 1 jenkins jenkins 41 May 16 10:42 .golangci.yml 10:44:26 drwxr-xr-x 3 jenkins jenkins 4096 May 16 10:43 .semver 10:44:26 -rw-rw-r-- 1 jenkins jenkins 9331 May 16 10:42 Attribution.txt 10:44:26 -rw-rw-r-- 1 jenkins jenkins 13085 May 16 10:42 CHANGELOG.md 10:44:26 -rw-rw-r-- 1 jenkins jenkins 1578 May 16 10:42 Dockerfile 10:44:26 -rw-rw-r-- 1 jenkins jenkins 677 May 16 10:42 GOVERNANCE.md 10:44:26 -rw-rw-r-- 1 jenkins jenkins 680 May 16 10:42 Jenkinsfile 10:44:26 -rw-rw-r-- 1 jenkins jenkins 11340 May 16 10:42 LICENSE 10:44:26 -rw-rw-r-- 1 jenkins jenkins 1779 May 16 10:42 Makefile 10:44:26 -rw-rw-r-- 1 jenkins jenkins 620 May 16 10:42 OWNERS.md 10:44:26 -rw-rw-r-- 1 jenkins jenkins 15827 May 16 10:42 README.md 10:44:26 -rw-rw-r-- 1 jenkins jenkins 12 May 16 10:43 VERSION 10:44:26 drwxrwxr-x 2 jenkins jenkins 4096 May 16 10:42 bin 10:44:26 drwxrwxr-x 3 jenkins jenkins 4096 May 16 10:42 cmd 10:44:26 -rw-r--r-- 1 jenkins jenkins 14663 May 16 10:44 coverage.out 10:44:26 drwxrwxr-x 2 jenkins jenkins 4096 May 16 10:42 driver 10:44:26 -rw-rw-r-- 1 jenkins jenkins 3402 May 16 10:42 go.mod 10:44:26 -rw-rw-r-- 1 jenkins jenkins 31328 May 16 10:42 go.sum 10:44:26 drwxrwxr-x 4 jenkins jenkins 4096 May 16 10:42 snap 10:44:26 -rw-rw-r-- 1 jenkins jenkins 713 May 16 10:42 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:44:26 + 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=6a379586ffcd355aa503b0695be8055d1eb693b2 --label arch=amd64 --label version=3.0.0-dev.42 . 10:44:26 Sending build context to Docker daemon 10.94MB 10:44:26 Step 1/25 : ARG BASE=golang:1.20-alpine3.17 10:44:26 Step 2/25 : FROM ${BASE} AS builder 10:44:26 ---> 8259f2b9c2c3 10:44:26 Step 3/25 : ARG ADD_BUILD_TAGS="" 10:44:27 ---> Running in 996add0ede51 10:44:27 Removing intermediate container 996add0ede51 10:44:27 ---> baab1721b306 10:44:27 Step 4/25 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 10:44:27 ---> Running in 21d43db28537 10:44:27 Removing intermediate container 21d43db28537 10:44:27 ---> dcc9cf4b34bf 10:44:27 Step 5/25 : ARG ALPINE_PKG_BASE="make git openssh-client" 10:44:27 ---> Running in 5ab26a269772 10:44:27 Removing intermediate container 5ab26a269772 10:44:27 ---> f61f991c2593 10:44:27 Step 6/25 : ARG ALPINE_PKG_EXTRA="" 10:44:27 ---> Running in f4d461026f00 10:44:27 Removing intermediate container f4d461026f00 10:44:27 ---> 149b846ab34e 10:44:27 Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 10:44:27 ---> Running in 194482de38bf 10:44:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 10:44:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 10:44:27 OK: 269 MiB in 57 packages 10:44:28 Removing intermediate container 194482de38bf 10:44:28 ---> e595ecbc3e89 10:44:28 Step 8/25 : WORKDIR /device-rest-go 10:44:28 ---> Running in 4e2d8969493f 10:44:28 Removing intermediate container 4e2d8969493f 10:44:28 ---> 704295bd6411 10:44:28 Step 9/25 : COPY go.mod vendor* ./ 10:44:28 ---> 1bcc7eeaa219 10:44:28 Step 10/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:44:28 ---> Running in 0afff5875151 10:44:29 Removing intermediate container 0afff5875151 10:44:29 ---> d19c0e3d4115 10:44:29 Step 11/25 : COPY . . 10:44:29 ---> e025779a72c1 10:44:29 Step 12/25 : RUN $MAKE 10:44:29 ---> Running in 86c2df29501e 10:44:29 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-rest-go.Version=3.0.0-dev.42" -trimpath -mod=readonly -o cmd/device-rest ./cmd 10:44:52 Removing intermediate container 86c2df29501e 10:44:52 ---> 1cd598ea51d5 10:44:52 Step 13/25 : FROM alpine:3.17 10:44:52 3.17: Pulling from library/alpine 10:44:52 f56be85fc22e: Already exists 10:44:52 Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 10:44:52 Status: Downloaded newer image for alpine:3.17 10:44:52 ---> 9ed4aefc74f6 10:44:52 Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' 10:44:52 ---> Running in e268a67b446a 10:44:52 Removing intermediate container e268a67b446a 10:44:52 ---> 766b21c046bd 10:44:52 Step 15/25 : LABEL Name=device-rest-go Version=${VERSION} 10:44:52 ---> Running in a7a528b2a310 10:44:52 Removing intermediate container a7a528b2a310 10:44:52 ---> 9e017f20360a 10:44:52 Step 16/25 : RUN apk add --update --no-cache dumb-init 10:44:52 ---> Running in c6c9f19e9267 10:44:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 10:44:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 10:44:52 (1/1) Installing dumb-init (1.2.5-r2) 10:44:52 Executing busybox-1.35.0-r29.trigger 10:44:52 OK: 7 MiB in 16 packages 10:44:52 Removing intermediate container c6c9f19e9267 10:44:52 ---> f49aac70dee2 10:44:52 Step 17/25 : COPY --from=builder /device-rest-go/cmd / 10:44:52 ---> 687150041f47 10:44:52 Step 18/25 : COPY --from=builder /device-rest-go/LICENSE / 10:44:52 ---> e134e98dd7d2 10:44:52 Step 19/25 : COPY --from=builder /device-rest-go/Attribution.txt / 10:44:52 ---> d2bd477c1af2 10:44:52 Step 20/25 : EXPOSE 59986 10:44:52 ---> Running in 1d97f6f5c24f 10:44:52 Removing intermediate container 1d97f6f5c24f 10:44:52 ---> bb631f020ee0 10:44:52 Step 21/25 : ENTRYPOINT ["/device-rest"] 10:44:52 ---> Running in 1e262829a303 10:44:53 Removing intermediate container 1e262829a303 10:44:53 ---> f98f00cea917 10:44:53 Step 22/25 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry"] 10:44:53 ---> Running in 830dd69447b0 10:44:53 Removing intermediate container 830dd69447b0 10:44:53 ---> a6131ecb11a3 10:44:53 Step 23/25 : LABEL arch=amd64 10:44:53 ---> Running in 6deb1c161197 10:44:53 Removing intermediate container 6deb1c161197 10:44:53 ---> 5bf1976e49ce 10:44:53 Step 24/25 : LABEL git_sha=6a379586ffcd355aa503b0695be8055d1eb693b2 10:44:53 ---> Running in 81adc74d5f6f 10:44:53 Removing intermediate container 81adc74d5f6f 10:44:53 ---> beeeaccc9b1b 10:44:53 Step 25/25 : LABEL version=3.0.0-dev.42 10:44:53 ---> Running in a63bf6ba9a65 10:44:53 Removing intermediate container a63bf6ba9a65 10:44:53 ---> e1e5a84971f7 10:44:53 [Warning] One or more build-args [ARCH] were not consumed 10:44:53 Successfully built e1e5a84971f7 10:44:53 Successfully tagged device-rest:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 10:44:53 provisioning config files... 10:44:53 copy managed file [device-rest-go-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config1265588880427504547tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:44:53 ---> docker-login.sh 10:44:53 nexus3.edgexfoundry.org:10001 10:44:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:44:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:44:53 Configure a credential helper to remove this warning. See 10:44:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:44:53 10:44:53 Login Succeeded 10:44:53 nexus3.edgexfoundry.org:10002 10:44:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:44:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:44:53 Configure a credential helper to remove this warning. See 10:44:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:44:53 10:44:53 Login Succeeded 10:44:53 nexus3.edgexfoundry.org:10003 10:44:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:44:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:44:53 Configure a credential helper to remove this warning. See 10:44:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:44:53 10:44:53 Login Succeeded 10:44:53 nexus3.edgexfoundry.org:10004 10:44:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:44:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:44:53 Configure a credential helper to remove this warning. See 10:44:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:44:53 10:44:53 Login Succeeded 10:44:53 docker.io 10:44:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:44:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:44:54 Configure a credential helper to remove this warning. See 10:44:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:44:54 10:44:54 Login Succeeded 10:44:54 ---> docker-login.sh ends [Pipeline] } 10:44:54 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:44:54 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 10:44:54 [edgeXDocker.push] Tagging docker image device-rest with the following tags: 10:44:54 6a379586ffcd355aa503b0695be8055d1eb693b2 10:44:54 latest 10:44:54 3.0.0-dev.42 10:44:54 6a379586ffcd355aa503b0695be8055d1eb693b2-3.0.0-dev.42 10:44:54 main 10:44:54 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:44:54 + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:6a379586ffcd355aa503b0695be8055d1eb693b2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:44:54 + docker push nexus3.edgexfoundry.org:10004/device-rest:6a379586ffcd355aa503b0695be8055d1eb693b2 10:44:54 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] 10:44:54 db917d1adc71: Preparing 10:44:54 54de3b6d1dda: Preparing 10:44:54 3e9643d018ed: Preparing 10:44:54 c6ee17591063: Preparing 10:44:54 f1417ff83b31: Preparing 10:44:54 f1417ff83b31: Layer already exists 10:44:54 db917d1adc71: Pushed 10:44:54 c6ee17591063: Pushed 10:44:54 54de3b6d1dda: Pushed 10:44:57 3e9643d018ed: Pushed 10:44:57 6a379586ffcd355aa503b0695be8055d1eb693b2: digest: sha256:da0077f09e984a523c70f48a32e2a64e42ff036f236c57939ea1d3c91a091608 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:44:58 + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:44:58 + docker push nexus3.edgexfoundry.org:10004/device-rest:latest 10:44:58 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] 10:44:58 db917d1adc71: Preparing 10:44:58 54de3b6d1dda: Preparing 10:44:58 3e9643d018ed: Preparing 10:44:58 c6ee17591063: Preparing 10:44:58 f1417ff83b31: Preparing 10:44:58 54de3b6d1dda: Layer already exists 10:44:58 c6ee17591063: Layer already exists 10:44:58 f1417ff83b31: Layer already exists 10:44:58 db917d1adc71: Layer already exists 10:44:58 3e9643d018ed: Layer already exists 10:44:58 latest: digest: sha256:da0077f09e984a523c70f48a32e2a64e42ff036f236c57939ea1d3c91a091608 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:44:58 + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:3.0.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:44:58 + docker push nexus3.edgexfoundry.org:10004/device-rest:3.0.0-dev.42 10:44:58 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] 10:44:58 db917d1adc71: Preparing 10:44:58 54de3b6d1dda: Preparing 10:44:58 3e9643d018ed: Preparing 10:44:58 c6ee17591063: Preparing 10:44:58 f1417ff83b31: Preparing 10:44:58 54de3b6d1dda: Layer already exists 10:44:58 c6ee17591063: Layer already exists 10:44:58 f1417ff83b31: Layer already exists 10:44:58 3e9643d018ed: Layer already exists 10:44:58 db917d1adc71: Layer already exists 10:44:58 3.0.0-dev.42: digest: sha256:da0077f09e984a523c70f48a32e2a64e42ff036f236c57939ea1d3c91a091608 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:44:59 + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:6a379586ffcd355aa503b0695be8055d1eb693b2-3.0.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:44:59 + docker push nexus3.edgexfoundry.org:10004/device-rest:6a379586ffcd355aa503b0695be8055d1eb693b2-3.0.0-dev.42 10:44:59 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] 10:44:59 db917d1adc71: Preparing 10:44:59 54de3b6d1dda: Preparing 10:44:59 3e9643d018ed: Preparing 10:44:59 c6ee17591063: Preparing 10:44:59 f1417ff83b31: Preparing 10:44:59 54de3b6d1dda: Layer already exists 10:44:59 f1417ff83b31: Layer already exists 10:44:59 db917d1adc71: Layer already exists 10:44:59 3e9643d018ed: Layer already exists 10:44:59 c6ee17591063: Layer already exists 10:44:59 6a379586ffcd355aa503b0695be8055d1eb693b2-3.0.0-dev.42: digest: sha256:da0077f09e984a523c70f48a32e2a64e42ff036f236c57939ea1d3c91a091608 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:44:59 + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:45:00 + docker push nexus3.edgexfoundry.org:10004/device-rest:main 10:45:00 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] 10:45:00 db917d1adc71: Preparing 10:45:00 54de3b6d1dda: Preparing 10:45:00 3e9643d018ed: Preparing 10:45:00 c6ee17591063: Preparing 10:45:00 f1417ff83b31: Preparing 10:45:00 db917d1adc71: Layer already exists 10:45:00 c6ee17591063: Layer already exists 10:45:00 54de3b6d1dda: Layer already exists 10:45:00 f1417ff83b31: Layer already exists 10:45:00 3e9643d018ed: Layer already exists 10:45:00 main: digest: sha256:da0077f09e984a523c70f48a32e2a64e42ff036f236c57939ea1d3c91a091608 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:45:00 ===================================================== [Pipeline] echo 10:45:00 taggedImages: 10:45:00 - nexus3.edgexfoundry.org:10004/device-rest:6a379586ffcd355aa503b0695be8055d1eb693b2 10:45:00 - nexus3.edgexfoundry.org:10004/device-rest:latest 10:45:00 - nexus3.edgexfoundry.org:10004/device-rest:3.0.0-dev.42 10:45:00 - nexus3.edgexfoundry.org:10004/device-rest:6a379586ffcd355aa503b0695be8055d1eb693b2-3.0.0-dev.42 10:45:00 - 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 10:45:00 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 10:45:00 10:45:00 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:45:00 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 10:45:00 latest: Pulling from edgex-lftools-log-publisher 10:45:00 5eb5b503b376: Pulling fs layer 10:45:00 5c69ac0246d0: Pulling fs layer 10:45:00 ec43610c2a17: Pulling fs layer 10:45:00 3a2ae6a8a46f: Pulling fs layer 10:45:00 33b1e0a273af: Pulling fs layer 10:45:00 5d3b04190fa2: Pulling fs layer 10:45:00 2f39f015ded8: Pulling fs layer 10:45:00 33b1e0a273af: Waiting 10:45:00 2f39f015ded8: Waiting 10:45:00 5d3b04190fa2: Waiting 10:45:00 3a2ae6a8a46f: Waiting 10:45:00 5c69ac0246d0: Download complete 10:45:00 3a2ae6a8a46f: Verifying Checksum 10:45:00 3a2ae6a8a46f: Download complete 10:45:00 33b1e0a273af: Verifying Checksum 10:45:00 33b1e0a273af: Download complete 10:45:00 5d3b04190fa2: Verifying Checksum 10:45:00 5d3b04190fa2: Download complete 10:45:00 ec43610c2a17: Download complete 10:45:01 5eb5b503b376: Verifying Checksum 10:45:01 5eb5b503b376: Download complete 10:45:01 2f39f015ded8: Download complete 10:45:02 5eb5b503b376: Pull complete 10:45:02 5c69ac0246d0: Pull complete 10:45:02 ec43610c2a17: Pull complete 10:45:03 3a2ae6a8a46f: Pull complete 10:45:03 33b1e0a273af: Pull complete 10:45:03 5d3b04190fa2: Pull complete 10:45:07 2f39f015ded8: Pull complete 10:45:07 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 10:45:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 10:45:07 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:45:07 prd-ubuntu20.04-docker-8c-8g-15697 does not seem to be running inside a container 10:45:07 $ 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 10:45:11 $ docker top a71e6fb308700657b6a6b5d6d817c7cca0e04c477ffd9caa8a7c864d1be35e13 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:45:11 ---> job-cost.sh 10:45:11 lf-activate-venv: SKIPPING 10:45:11 INFO: No Stack... 10:45:11 INFO: Retrieving Pricing Info for: v3-standard-8 10:45:13 INFO: Archiving Costs [Pipeline] sh 10:45:13 + cat /w/workspace/edgexfoundry_device-rest-go_main/archives/cost.csv 10:45:13 + cut -d, -f6 [Pipeline] lock 10:45:13 Trying to acquire lock on [jenkins-edgexfoundry-device-rest-go-main-114-stack-cost] 10:45:13 Resource [jenkins-edgexfoundry-device-rest-go-main-114-stack-cost] did not exist. Created. 10:45:13 Lock acquired on [jenkins-edgexfoundry-device-rest-go-main-114-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 10:45:14 + echo total: 0.2199999988079071 [Pipeline] stash 10:45:14 Stashed 1 file(s) [Pipeline] } 10:45:14 Lock released on resource [jenkins-edgexfoundry-device-rest-go-main-114-stack-cost] [Pipeline] // lock [Pipeline] } 10:45:14 $ docker stop --time=1 a71e6fb308700657b6a6b5d6d817c7cca0e04c477ffd9caa8a7c864d1be35e13 10:45:15 $ docker rm -f --volumes a71e6fb308700657b6a6b5d6d817c7cca0e04c477ffd9caa8a7c864d1be35e13 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 10:46:02 Running on prd-ubuntu20.04-docker-arm64-4c-16g-15700 in /w/workspace/edgexfoundry_device-rest-go_main [Pipeline] { [Pipeline] ws 10:46:02 Running in /w/workspace/device-rest-go/114 [Pipeline] { [Pipeline] checkout 10:46:02 The recommended git tool is: git 10:46:08 using credential edgex-jenkins-ssh 10:46:08 Cloning the remote Git repository 10:46:08 Cloning repository git@github.com:edgexfoundry/device-rest-go.git 10:46:08 > git init /w/workspace/device-rest-go/114 # timeout=10 10:46:08 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git 10:46:08 > git --version # timeout=10 10:46:08 > git --version # 'git version 2.25.1' 10:46:08 using GIT_SSH to set credentials SSH Credentials for GitHub 10:46:09 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 10:46:11 > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 10:46:11 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 10:46:12 Avoid second fetch 10:46:12 Checking out Revision 6a379586ffcd355aa503b0695be8055d1eb693b2 (main) 10:46:13 Commit message: "build(deps): Bump github.com/canonical/edgex-snap-hooks/v3 from 3.0.0-20230315153603-544c6823a1b0 to 3.0.0 in /snap/local/helper-go (#319)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 10:46:12 > git config core.sparsecheckout # timeout=10 10:46:13 > git checkout -f 6a379586ffcd355aa503b0695be8055d1eb693b2 # timeout=10 10:46:14 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 10:46:14 % Total % Received % Xferd Average Speed Time Time Time Current 10:46:14 Dload Upload Total Spent Left Speed 10:46:14 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 85577 0 --:--:-- --:--:-- --:--:-- 85577 [Pipeline] sh 10:46:14 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 10:46:15 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json+ 10:46:15 sudo tee /etc/docker/daemon.new 10:46:15 { 10:46:15 "registry-mirrors": [ 10:46:15 "https://nexus3.edgexfoundry.org:10001" 10:46:15 ], 10:46:15 "bip": "10.250.0.254/24", 10:46:15 "hosts": [ 10:46:15 "tcp://0.0.0.0:5555", 10:46:15 "unix:///var/run/docker.sock" 10:46:15 ], 10:46:15 "mtu": 1458, 10:46:15 "selinux-enabled": true, 10:46:15 "seccomp-profile": "/etc/docker/seccomp.json" 10:46:15 } [Pipeline] sh 10:46:15 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 10:46:15 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 10:46:35 provisioning config files... 10:46:35 copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/114@tmp/config5421153192891926588tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:46:35 ---> docker-login.sh 10:46:35 nexus3.edgexfoundry.org:10001 10:46:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:46:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:46:36 Configure a credential helper to remove this warning. See 10:46:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:46:36 10:46:36 Login Succeeded 10:46:36 nexus3.edgexfoundry.org:10002 10:46:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:46:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:46:36 Configure a credential helper to remove this warning. See 10:46:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:46:36 10:46:36 Login Succeeded 10:46:36 nexus3.edgexfoundry.org:10003 10:46:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:46:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:46:37 Configure a credential helper to remove this warning. See 10:46:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:46:37 10:46:37 Login Succeeded 10:46:37 nexus3.edgexfoundry.org:10004 10:46:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:46:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:46:37 Configure a credential helper to remove this warning. See 10:46:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:46:37 10:46:37 Login Succeeded 10:46:37 docker.io 10:46:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:46:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:46:37 Configure a credential helper to remove this warning. See 10:46:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:46:37 10:46:37 Login Succeeded 10:46:37 ---> docker-login.sh ends [Pipeline] } 10:46:37 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 10:46:38 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 10:46:38 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 10:46:38 ========================================================= 10:46:38 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] 10:46:38 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:46:38 + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine --build-arg MAKE=echo noop --target=builder . 10:46:38 Sending build context to Docker daemon 139.3kB 10:46:38 Step 1/12 : ARG BASE=golang:1.20-alpine3.17 10:46:38 Step 2/12 : FROM ${BASE} AS builder 10:46:38 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 10:46:38 c41833b44d91: Pulling fs layer 10:46:38 ed15518f5707: Pulling fs layer 10:46:38 feae8fd75edb: Pulling fs layer 10:46:38 242c74f7c9fa: Pulling fs layer 10:46:38 3cdef696dda3: Pulling fs layer 10:46:38 2ced38df9373: Pulling fs layer 10:46:38 58f1dce35555: Pulling fs layer 10:46:38 3cdef696dda3: Waiting 10:46:38 58f1dce35555: Waiting 10:46:38 2ced38df9373: Waiting 10:46:38 242c74f7c9fa: Waiting 10:46:39 ed15518f5707: Verifying Checksum 10:46:39 ed15518f5707: Download complete 10:46:39 242c74f7c9fa: Verifying Checksum 10:46:39 242c74f7c9fa: Download complete 10:46:39 3cdef696dda3: Verifying Checksum 10:46:39 3cdef696dda3: Download complete 10:46:39 c41833b44d91: Verifying Checksum 10:46:39 c41833b44d91: Download complete 10:46:40 58f1dce35555: Verifying Checksum 10:46:40 58f1dce35555: Download complete 10:46:41 feae8fd75edb: Verifying Checksum 10:46:41 feae8fd75edb: Download complete 10:46:41 2ced38df9373: Verifying Checksum 10:46:41 2ced38df9373: Download complete 10:46:42 c41833b44d91: Pull complete 10:46:43 ed15518f5707: Pull complete 10:46:58 feae8fd75edb: Pull complete 10:46:58 242c74f7c9fa: Pull complete 10:46:58 3cdef696dda3: Pull complete 10:47:04 2ced38df9373: Pull complete 10:47:06 58f1dce35555: Pull complete 10:47:06 Digest: sha256:3b55595e96c696ae732e8cb20cde5b1ff7282a1fe1423a8de67617af8d15ea1e 10:47:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 10:47:06 ---> fadd8f120f05 10:47:06 Step 3/12 : ARG ADD_BUILD_TAGS="" 10:47:08 ---> Running in cefc68d0aedc 10:47:09 Removing intermediate container cefc68d0aedc 10:47:09 ---> b21aba9f2a20 10:47:09 Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 10:47:09 ---> Running in e85cc0aec146 10:47:09 Removing intermediate container e85cc0aec146 10:47:09 ---> b86d10f6456a 10:47:09 Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client" 10:47:09 ---> Running in 2d33f09b42d8 10:47:10 Removing intermediate container 2d33f09b42d8 10:47:10 ---> 962a0600d863 10:47:10 Step 6/12 : ARG ALPINE_PKG_EXTRA="" 10:47:10 ---> Running in f56836e41496 10:47:11 Removing intermediate container f56836e41496 10:47:11 ---> 621ee81e0e71 10:47:11 Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 10:47:11 ---> Running in 9fcb89ba195e 10:47:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 10:47:14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 10:47:15 (1/4) Installing openssh-keygen (9.1_p1-r3) 10:47:15 (2/4) Installing libedit (20221030.3.1-r0) 10:47:15 (3/4) Installing openssh-client-common (9.1_p1-r3) 10:47:15 (4/4) Installing openssh-client-default (9.1_p1-r3) 10:47:15 Executing busybox-1.35.0-r29.trigger 10:47:15 OK: 268 MiB in 57 packages 10:47:16 Removing intermediate container 9fcb89ba195e 10:47:16 ---> 7a3e9c76610d 10:47:16 Step 8/12 : WORKDIR /device-rest-go 10:47:16 ---> Running in 53df67ca04ee 10:47:17 Removing intermediate container 53df67ca04ee 10:47:17 ---> 6f540e26be85 10:47:17 Step 9/12 : COPY go.mod vendor* ./ 10:47:17 ---> 8a3f4aa61bbd 10:47:17 Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:47:17 ---> Running in 766d5548d379 10:48:39 Removing intermediate container 766d5548d379 10:48:39 ---> 34e14bac81a4 10:48:39 Step 11/12 : COPY . . 10:48:39 ---> 7e58121d1758 10:48:39 Step 12/12 : RUN $MAKE 10:48:39 ---> Running in 2808d852ef40 10:48:39 noop 10:48:39 Removing intermediate container 2808d852ef40 10:48:39 ---> 5d1f7d5cf74b 10:48:39 Successfully built 5d1f7d5cf74b 10:48:39 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:48:39 + docker inspect -f . ci-base-image-arm64 10:48:39 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:48:40 prd-ubuntu20.04-docker-arm64-4c-16g-15700 does not seem to be running inside a container 10:48:40 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/114 -v /w/workspace/device-rest-go/114:/w/workspace/device-rest-go/114:rw,z -v /w/workspace/device-rest-go/114@tmp:/w/workspace/device-rest-go/114@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 10:48:41 $ docker top 1c0ac2ceb9a5f8ea6fe2edfc42b7027f36419c6e2b74c48d15dfcc6813e049e5 -eo pid,comm [Pipeline] { [Pipeline] sh 10:48:42 + go version 10:48:42 go version go1.20.2 linux/arm64 [Pipeline] } 10:48:42 $ docker stop --time=1 1c0ac2ceb9a5f8ea6fe2edfc42b7027f36419c6e2b74c48d15dfcc6813e049e5 10:48:43 $ docker rm -f --volumes 1c0ac2ceb9a5f8ea6fe2edfc42b7027f36419c6e2b74c48d15dfcc6813e049e5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:48:44 + docker inspect -f . ci-base-image-arm64 10:48:44 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:48:44 prd-ubuntu20.04-docker-arm64-4c-16g-15700 does not seem to be running inside a container 10:48:44 $ 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/114 -v /w/workspace/device-rest-go/114:/w/workspace/device-rest-go/114:rw,z -v /w/workspace/device-rest-go/114@tmp:/w/workspace/device-rest-go/114@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 10:48:46 $ docker top 16258b543fb9f79f4af81e113633d356fb3113f65a981a5a686355f48720ed2e -eo pid,comm [Pipeline] { [Pipeline] sh 10:48:47 + git config --global --add safe.directory /w/workspace/device-rest-go/114 [Pipeline] fileExists [Pipeline] sh 10:48:47 + make test 10:48:47 go test ./... -coverprofile=coverage.out ./... 10:49:26 ? github.com/edgexfoundry/device-rest-go [no test files] 10:51:48 ? github.com/edgexfoundry/device-rest-go/cmd [no test files] 10:51:48 ok github.com/edgexfoundry/device-rest-go/driver 0.064s coverage: 32.2% of statements 10:51:48 WARNING: Linting skipped (not on x86_64 or linter not installed) 10:51:48 go vet ./... 10:52:15 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 10:52:15 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 10:52:15 ./bin/test-attribution-txt.sh [Pipeline] echo 10:52:15 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 10:52:15 $ docker stop --time=1 16258b543fb9f79f4af81e113633d356fb3113f65a981a5a686355f48720ed2e 10:52:16 $ docker rm -f --volumes 16258b543fb9f79f4af81e113633d356fb3113f65a981a5a686355f48720ed2e [Pipeline] // withDockerContainer [Pipeline] sh 10:52:18 + sudo chown -R jenkins:jenkins . [Pipeline] stash 10:52:18 Warning: overwriting stash ‘coverage-report’ 10:52:18 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 10:52:19 + sudo chown -R jenkins:jenkins . [Pipeline] sh 10:52:19 + ls -al . 10:52:19 total 180 10:52:19 drwxrwxr-x 8 jenkins jenkins 4096 May 16 10:48 . 10:52:19 drwxrwxr-x 4 jenkins jenkins 4096 May 16 10:46 .. 10:52:19 -rw-rw-r-- 1 jenkins jenkins 151 May 16 10:46 .dockerignore 10:52:19 drwxrwxr-x 8 jenkins jenkins 4096 May 16 10:46 .git 10:52:19 drwxrwxr-x 3 jenkins jenkins 4096 May 16 10:46 .github 10:52:19 -rw-rw-r-- 1 jenkins jenkins 329 May 16 10:46 .gitignore 10:52:19 -rw-rw-r-- 1 jenkins jenkins 41 May 16 10:46 .golangci.yml 10:52:19 -rw-rw-r-- 1 jenkins jenkins 9331 May 16 10:46 Attribution.txt 10:52:19 -rw-rw-r-- 1 jenkins jenkins 13085 May 16 10:46 CHANGELOG.md 10:52:19 -rw-rw-r-- 1 jenkins jenkins 1578 May 16 10:46 Dockerfile 10:52:19 -rw-rw-r-- 1 jenkins jenkins 677 May 16 10:46 GOVERNANCE.md 10:52:19 -rw-rw-r-- 1 jenkins jenkins 680 May 16 10:46 Jenkinsfile 10:52:19 -rw-rw-r-- 1 jenkins jenkins 11340 May 16 10:46 LICENSE 10:52:19 -rw-rw-r-- 1 jenkins jenkins 1779 May 16 10:46 Makefile 10:52:19 -rw-rw-r-- 1 jenkins jenkins 620 May 16 10:46 OWNERS.md 10:52:19 -rw-rw-r-- 1 jenkins jenkins 15827 May 16 10:46 README.md 10:52:19 -rw-rw-r-- 1 jenkins jenkins 12 May 16 10:43 VERSION 10:52:19 drwxrwxr-x 2 jenkins jenkins 4096 May 16 10:46 bin 10:52:19 drwxrwxr-x 3 jenkins jenkins 4096 May 16 10:46 cmd 10:52:19 -rw-r--r-- 1 jenkins jenkins 14663 May 16 10:51 coverage.out 10:52:19 drwxrwxr-x 2 jenkins jenkins 4096 May 16 10:46 driver 10:52:19 -rw-rw-r-- 1 jenkins jenkins 3402 May 16 10:46 go.mod 10:52:19 -rw-rw-r-- 1 jenkins jenkins 31328 May 16 10:46 go.sum 10:52:19 drwxrwxr-x 4 jenkins jenkins 4096 May 16 10:46 snap 10:52:19 -rw-rw-r-- 1 jenkins jenkins 713 May 16 10:46 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:52:19 + 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=6a379586ffcd355aa503b0695be8055d1eb693b2 --label arch=arm64 --label version=3.0.0-dev.42 . 10:52:19 Sending build context to Docker daemon 154.6kB 10:52:20 Step 1/25 : ARG BASE=golang:1.20-alpine3.17 10:52:20 Step 2/25 : FROM ${BASE} AS builder 10:52:20 ---> 5d1f7d5cf74b 10:52:20 Step 3/25 : ARG ADD_BUILD_TAGS="" 10:52:20 ---> Running in b13696e64978 10:52:21 Removing intermediate container b13696e64978 10:52:21 ---> 8a21d5ef079d 10:52:21 Step 4/25 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 10:52:21 ---> Running in b3063003cc82 10:52:21 Removing intermediate container b3063003cc82 10:52:21 ---> 1d20119263a1 10:52:21 Step 5/25 : ARG ALPINE_PKG_BASE="make git openssh-client" 10:52:21 ---> Running in 937f0f5d347b 10:52:21 Removing intermediate container 937f0f5d347b 10:52:21 ---> 1947d5bba4a1 10:52:21 Step 6/25 : ARG ALPINE_PKG_EXTRA="" 10:52:22 ---> Running in cfabfd5db220 10:52:22 Removing intermediate container cfabfd5db220 10:52:22 ---> c462d34734c5 10:52:22 Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 10:52:22 ---> Running in 6d0d4df81483 10:52:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 10:52:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 10:52:25 OK: 268 MiB in 57 packages 10:52:25 Removing intermediate container 6d0d4df81483 10:52:25 ---> a0e751967464 10:52:25 Step 8/25 : WORKDIR /device-rest-go 10:52:26 ---> Running in 3eff9eb8ffd6 10:52:26 Removing intermediate container 3eff9eb8ffd6 10:52:26 ---> 90cad063fe2c 10:52:26 Step 9/25 : COPY go.mod vendor* ./ 10:52:27 ---> c7084f5e223d 10:52:27 Step 10/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:52:27 ---> Running in c34c3b070840 10:52:29 Removing intermediate container c34c3b070840 10:52:29 ---> 3fbc1199b8df 10:52:29 Step 11/25 : COPY . . 10:52:30 ---> e932e140fdbd 10:52:30 Step 12/25 : RUN $MAKE 10:52:30 ---> Running in 0df1de58cec2 10:52:31 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-rest-go.Version=3.0.0-dev.42" -trimpath -mod=readonly -o cmd/device-rest ./cmd 10:54:53 Removing intermediate container 0df1de58cec2 10:54:53 ---> c203948080fe 10:54:53 Step 13/25 : FROM alpine:3.17 10:54:53 3.17: Pulling from library/alpine 10:54:53 c41833b44d91: Already exists 10:54:53 Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 10:54:53 Status: Downloaded newer image for alpine:3.17 10:54:53 ---> 51e60588ff2c 10:54:53 Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' 10:54:53 ---> Running in 41f01e57a681 10:54:53 Removing intermediate container 41f01e57a681 10:54:53 ---> 1dae2b3bb34c 10:54:53 Step 15/25 : LABEL Name=device-rest-go Version=${VERSION} 10:54:53 ---> Running in f294671b2b05 10:54:53 Removing intermediate container f294671b2b05 10:54:53 ---> d6b5ca587f79 10:54:53 Step 16/25 : RUN apk add --update --no-cache dumb-init 10:54:53 ---> Running in e781af50d5a2 10:54:53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 10:54:53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 10:54:54 (1/1) Installing dumb-init (1.2.5-r2) 10:54:54 Executing busybox-1.35.0-r29.trigger 10:54:54 OK: 8 MiB in 16 packages 10:54:55 Removing intermediate container e781af50d5a2 10:54:55 ---> e495b34c6374 10:54:55 Step 17/25 : COPY --from=builder /device-rest-go/cmd / 10:54:56 ---> 5bc39c34f678 10:54:56 Step 18/25 : COPY --from=builder /device-rest-go/LICENSE / 10:54:57 ---> 545026c0d817 10:54:57 Step 19/25 : COPY --from=builder /device-rest-go/Attribution.txt / 10:54:57 ---> 0accaa7a3d6e 10:54:57 Step 20/25 : EXPOSE 59986 10:54:57 ---> Running in 24723b56e52e 10:54:57 Removing intermediate container 24723b56e52e 10:54:57 ---> f106b2240a71 10:54:57 Step 21/25 : ENTRYPOINT ["/device-rest"] 10:54:58 ---> Running in 10cde3db253f 10:54:58 Removing intermediate container 10cde3db253f 10:54:58 ---> 2e600bf47102 10:54:58 Step 22/25 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry"] 10:54:58 ---> Running in 9e4b350bc096 10:54:58 Removing intermediate container 9e4b350bc096 10:54:58 ---> 50b74f20448a 10:54:58 Step 23/25 : LABEL arch=arm64 10:54:58 ---> Running in b2d6c2e44bdc 10:54:58 Removing intermediate container b2d6c2e44bdc 10:54:58 ---> 467e8fd7cad0 10:54:58 Step 24/25 : LABEL git_sha=6a379586ffcd355aa503b0695be8055d1eb693b2 10:54:59 ---> Running in 3c80a768a698 10:54:59 Removing intermediate container 3c80a768a698 10:54:59 ---> 75c132ab15f7 10:54:59 Step 25/25 : LABEL version=3.0.0-dev.42 10:54:59 ---> Running in dd99a693d61d 10:54:59 Removing intermediate container dd99a693d61d 10:54:59 ---> 7e16c7b6276c 10:54:59 [Warning] One or more build-args [ARCH] were not consumed 10:54:59 Successfully built 7e16c7b6276c 10:54:59 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 10:54:59 provisioning config files... 10:54:59 copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/114@tmp/config13266009590757147823tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:55:00 ---> docker-login.sh 10:55:00 nexus3.edgexfoundry.org:10001 10:55:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:55:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:55:00 Configure a credential helper to remove this warning. See 10:55:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:55:00 10:55:00 Login Succeeded 10:55:00 nexus3.edgexfoundry.org:10002 10:55:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:55:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:55:00 Configure a credential helper to remove this warning. See 10:55:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:55:00 10:55:00 Login Succeeded 10:55:00 nexus3.edgexfoundry.org:10003 10:55:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:55:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:55:01 Configure a credential helper to remove this warning. See 10:55:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:55:01 10:55:01 Login Succeeded 10:55:01 nexus3.edgexfoundry.org:10004 10:55:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:55:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:55:01 Configure a credential helper to remove this warning. See 10:55:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:55:01 10:55:01 Login Succeeded 10:55:01 docker.io 10:55:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:55:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:55:02 Configure a credential helper to remove this warning. See 10:55:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:55:02 10:55:02 Login Succeeded 10:55:02 ---> docker-login.sh ends [Pipeline] } 10:55:02 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:55:02 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 10:55:02 [edgeXDocker.push] Tagging docker image device-rest-arm64 with the following tags: 10:55:02 6a379586ffcd355aa503b0695be8055d1eb693b2 10:55:02 latest 10:55:02 3.0.0-dev.42 10:55:02 6a379586ffcd355aa503b0695be8055d1eb693b2-3.0.0-dev.42 10:55:02 main 10:55:02 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:55:02 + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:6a379586ffcd355aa503b0695be8055d1eb693b2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:55:03 + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:6a379586ffcd355aa503b0695be8055d1eb693b2 10:55:03 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] 10:55:03 7d340f27e78f: Preparing 10:55:03 71a7ec7790bc: Preparing 10:55:03 6a17755a0bd1: Preparing 10:55:03 6076398f3901: Preparing 10:55:03 26cbea5cba74: Preparing 10:55:03 26cbea5cba74: Layer already exists 10:55:03 71a7ec7790bc: Pushed 10:55:03 6076398f3901: Pushed 10:55:03 7d340f27e78f: Pushed 10:55:08 6a17755a0bd1: Pushed 10:55:09 6a379586ffcd355aa503b0695be8055d1eb693b2: digest: sha256:ca6bc5eaf20a1adc29b1c87549213cd7f74bda4c31bdbf6c8ffb56f4642a4ed0 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:55:09 + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:55:09 + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:latest 10:55:09 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] 10:55:09 7d340f27e78f: Preparing 10:55:09 71a7ec7790bc: Preparing 10:55:09 6a17755a0bd1: Preparing 10:55:09 6076398f3901: Preparing 10:55:09 26cbea5cba74: Preparing 10:55:09 7d340f27e78f: Layer already exists 10:55:09 6076398f3901: Layer already exists 10:55:09 26cbea5cba74: Layer already exists 10:55:09 6a17755a0bd1: Layer already exists 10:55:09 71a7ec7790bc: Layer already exists 10:55:09 latest: digest: sha256:ca6bc5eaf20a1adc29b1c87549213cd7f74bda4c31bdbf6c8ffb56f4642a4ed0 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:55:10 + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:3.0.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:55:10 + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:3.0.0-dev.42 10:55:10 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] 10:55:10 7d340f27e78f: Preparing 10:55:10 71a7ec7790bc: Preparing 10:55:10 6a17755a0bd1: Preparing 10:55:10 6076398f3901: Preparing 10:55:10 26cbea5cba74: Preparing 10:55:10 26cbea5cba74: Layer already exists 10:55:10 6076398f3901: Layer already exists 10:55:10 7d340f27e78f: Layer already exists 10:55:10 71a7ec7790bc: Layer already exists 10:55:10 6a17755a0bd1: Layer already exists 10:55:10 3.0.0-dev.42: digest: sha256:ca6bc5eaf20a1adc29b1c87549213cd7f74bda4c31bdbf6c8ffb56f4642a4ed0 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:55:11 + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:6a379586ffcd355aa503b0695be8055d1eb693b2-3.0.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:55:11 + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:6a379586ffcd355aa503b0695be8055d1eb693b2-3.0.0-dev.42 10:55:11 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] 10:55:11 7d340f27e78f: Preparing 10:55:11 71a7ec7790bc: Preparing 10:55:11 6a17755a0bd1: Preparing 10:55:11 6076398f3901: Preparing 10:55:11 26cbea5cba74: Preparing 10:55:11 6076398f3901: Layer already exists 10:55:11 71a7ec7790bc: Layer already exists 10:55:11 6a17755a0bd1: Layer already exists 10:55:11 7d340f27e78f: Layer already exists 10:55:11 26cbea5cba74: Layer already exists 10:55:11 6a379586ffcd355aa503b0695be8055d1eb693b2-3.0.0-dev.42: digest: sha256:ca6bc5eaf20a1adc29b1c87549213cd7f74bda4c31bdbf6c8ffb56f4642a4ed0 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:55:12 + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:55:12 + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:main 10:55:12 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] 10:55:12 7d340f27e78f: Preparing 10:55:12 71a7ec7790bc: Preparing 10:55:12 6a17755a0bd1: Preparing 10:55:12 6076398f3901: Preparing 10:55:12 26cbea5cba74: Preparing 10:55:12 71a7ec7790bc: Layer already exists 10:55:12 6a17755a0bd1: Layer already exists 10:55:12 6076398f3901: Layer already exists 10:55:12 7d340f27e78f: Layer already exists 10:55:12 26cbea5cba74: Layer already exists 10:55:12 main: digest: sha256:ca6bc5eaf20a1adc29b1c87549213cd7f74bda4c31bdbf6c8ffb56f4642a4ed0 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:55:12 ===================================================== [Pipeline] echo 10:55:12 taggedImages: 10:55:12 - nexus3.edgexfoundry.org:10004/device-rest-arm64:6a379586ffcd355aa503b0695be8055d1eb693b2 10:55:12 - nexus3.edgexfoundry.org:10004/device-rest-arm64:latest 10:55:12 - nexus3.edgexfoundry.org:10004/device-rest-arm64:3.0.0-dev.42 10:55:12 - nexus3.edgexfoundry.org:10004/device-rest-arm64:6a379586ffcd355aa503b0695be8055d1eb693b2-3.0.0-dev.42 10:55:12 - 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 10:55:13 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 10:55:13 10:55:13 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:55:13 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 10:55:13 arm64: Pulling from edgex-lftools-log-publisher 10:55:13 8998bd30e6a1: Pulling fs layer 10:55:13 04944245beec: Pulling fs layer 10:55:13 699f458cf7ca: Pulling fs layer 10:55:13 765212b225bb: Pulling fs layer 10:55:13 f23df028b6ca: Pulling fs layer 10:55:13 d65c8cfc05b1: Pulling fs layer 10:55:13 2437ff75d9bd: Pulling fs layer 10:55:13 765212b225bb: Waiting 10:55:13 f23df028b6ca: Waiting 10:55:13 2437ff75d9bd: Waiting 10:55:13 d65c8cfc05b1: Waiting 10:55:13 04944245beec: Verifying Checksum 10:55:13 04944245beec: Download complete 10:55:13 765212b225bb: Verifying Checksum 10:55:13 765212b225bb: Download complete 10:55:13 f23df028b6ca: Verifying Checksum 10:55:13 f23df028b6ca: Download complete 10:55:13 d65c8cfc05b1: Verifying Checksum 10:55:13 d65c8cfc05b1: Download complete 10:55:14 699f458cf7ca: Verifying Checksum 10:55:14 699f458cf7ca: Download complete 10:55:14 8998bd30e6a1: Verifying Checksum 10:55:14 8998bd30e6a1: Download complete 10:55:17 2437ff75d9bd: Verifying Checksum 10:55:17 2437ff75d9bd: Download complete 10:55:18 8998bd30e6a1: Pull complete 10:55:19 04944245beec: Pull complete 10:55:20 699f458cf7ca: Pull complete 10:55:20 765212b225bb: Pull complete 10:55:21 f23df028b6ca: Pull complete 10:55:21 d65c8cfc05b1: Pull complete 10:55:36 2437ff75d9bd: Pull complete 10:55:36 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 10:55:36 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 10:55:36 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:55:36 prd-ubuntu20.04-docker-arm64-4c-16g-15700 does not seem to be running inside a container 10:55:36 $ 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/114 -v /w/workspace/device-rest-go/114:/w/workspace/device-rest-go/114:rw,z -v /w/workspace/device-rest-go/114@tmp:/w/workspace/device-rest-go/114@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 10:55:39 $ docker top 711e799ba6206e1744b4efcaf4509dd582cdf87c9c09bcddd2cb97d2a14828e7 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:55:40 ---> job-cost.sh 10:55:40 lf-activate-venv: SKIPPING 10:55:40 INFO: No Stack... 10:55:41 INFO: Retrieving Pricing Info for: v3-standard-4 10:55:41 INFO: Archiving Costs [Pipeline] sh 10:55:42 + cut -d, -f6 10:55:42 + cat /w/workspace/device-rest-go/114/archives/cost.csv [Pipeline] lock 10:55:42 Trying to acquire lock on [jenkins-edgexfoundry-device-rest-go-main-114-stack-cost] 10:55:42 Resource [jenkins-edgexfoundry-device-rest-go-main-114-stack-cost] did not exist. Created. 10:55:42 Lock acquired on [jenkins-edgexfoundry-device-rest-go-main-114-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 10:55:42 /w/workspace/device-rest-go/114@tmp/durable-09acfb88/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 10:55:43 + echo total: 0.10999999940395355 [Pipeline] stash 10:55:43 Warning: overwriting stash ‘stack-cost’ 10:55:43 Stashed 1 file(s) [Pipeline] } 10:55:43 Lock released on resource [jenkins-edgexfoundry-device-rest-go-main-114-stack-cost] [Pipeline] // lock [Pipeline] } 10:55:43 $ docker stop --time=1 711e799ba6206e1744b4efcaf4509dd582cdf87c9c09bcddd2cb97d2a14828e7 10:55:45 $ docker rm -f --volumes 711e799ba6206e1744b4efcaf4509dd582cdf87c9c09bcddd2cb97d2a14828e7 [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 10:55:45 provisioning config files... 10:55:45 copy managed file [device-rest-go-codecov-token] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config17230502684083182675tmp [Pipeline] { [Pipeline] sh 10:55:45 + set +x 10:55:45 + curl -s https://codecov.io/bash 10:55:45 + bash -s -- 10:55:45 10:55:45 _____ _ 10:55:45 / ____| | | 10:55:45 | | ___ __| | ___ ___ _____ __ 10:55:45 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 10:55:45 | |___| (_) | (_| | __/ (_| (_) \ V / 10:55:45 \_____\___/ \__,_|\___|\___\___/ \_/ 10:55:45 Bash-1.0.6 10:55:45 10:55:45 10:55:45 ==> git version 2.25.1 found 10:55:45 ==> 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 10:55:45 Release-Date: 2020-01-08 10:55:45 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 10:55:45 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 10:55:45 ==> Jenkins CI detected. 10:55:45 current dir:  /w/workspace/edgexfoundry_device-rest-go_main 10:55:45 project root: . 10:55:45 --> token set from env 10:55:45 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 10:55:45 ==> Running gcov in . (disable via -X gcov) 10:55:45 ==> Python coveragepy not found 10:55:45 ==> Searching for coverage reports in: 10:55:45 + . 10:55:45 -> Found 1 reports 10:55:45 ==> Detecting git/mercurial file structure 10:55:46 ==> Reading reports 10:55:46 + ./coverage.out bytes=14663 10:55:46 ==> Appending adjustments 10:55:46 https://docs.codecov.io/docs/fixing-reports 10:55:46 + Found adjustments 10:55:46 ==> Gzipping contents 10:55:46 4.0K /tmp/codecov.l6csF2.gz 10:55:46 ==> Uploading reports 10:55:46 url: https://codecov.io 10:55:46 query: branch=main&commit=6a379586ffcd355aa503b0695be8055d1eb693b2&build=114&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rest-go%2Fjob%2Fmain%2F114%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rest-go&service=jenkins&flags=&pr=&job=&cmd_args= 10:55:46 -> Pinging Codecov 10:55:46 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=6a379586ffcd355aa503b0695be8055d1eb693b2&build=114&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rest-go%2Fjob%2Fmain%2F114%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rest-go&service=jenkins&flags=&pr=&job=&cmd_args= 10:55:46 -> Uploading to 10:55:46 https://storage.googleapis.com/codecov/v4/raw/2023-05-16/4E5D53B4F1F92C436F7061BF334D961C/6a379586ffcd355aa503b0695be8055d1eb693b2/91bdd7ae-c0e8-48b2-8c84-45e176f24a22.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230516%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230516T105546Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=15f7a1e5db370ebe680cb0a5c501ab0f1d333c81446777535bb739ebb019e549 10:55:46 % Total % Received % Xferd Average Speed Time Time Time Current 10:55:46 Dload Upload Total Spent Left Speed 10:55:46 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 2510 0 0 100 2510 0 11784 --:--:-- --:--:-- --:--:-- 11728 100 2510 0 0 100 2510 0 11784 --:--:-- --:--:-- --:--:-- 11728 10:55:46 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-rest-go/commit/6a379586ffcd355aa503b0695be8055d1eb693b2 [Pipeline] } 10:55:46 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 10:55:46 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 10:55:46 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:55:47 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 10:55:47 10:55:47 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:55:47 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 10:55:50 1.410.4: Pulling from edgex-devops/edgex-snyk-go 10:55:50 df9b9388f04a: Pulling fs layer 10:55:50 52dc419b0ee2: Pulling fs layer 10:55:50 25bc292e5bac: Pulling fs layer 10:55:50 114826534d7a: Pulling fs layer 10:55:50 4657fd5d0bcf: Pulling fs layer 10:55:50 6ad1cebc031e: Pulling fs layer 10:55:50 8a3aa393b2d8: Pulling fs layer 10:55:50 114826534d7a: Waiting 10:55:50 4657fd5d0bcf: Waiting 10:55:50 6ad1cebc031e: Waiting 10:55:50 8a3aa393b2d8: Waiting 10:55:50 25bc292e5bac: Download complete 10:55:50 52dc419b0ee2: Verifying Checksum 10:55:50 52dc419b0ee2: Download complete 10:55:50 4657fd5d0bcf: Download complete 10:55:50 df9b9388f04a: Verifying Checksum 10:55:50 df9b9388f04a: Download complete 10:55:51 6ad1cebc031e: Verifying Checksum 10:55:51 114826534d7a: Verifying Checksum 10:55:51 114826534d7a: Download complete 10:55:51 df9b9388f04a: Pull complete 10:55:51 8a3aa393b2d8: Verifying Checksum 10:55:51 8a3aa393b2d8: Download complete 10:55:55 52dc419b0ee2: Pull complete 10:55:57 25bc292e5bac: Pull complete 10:56:05 114826534d7a: Pull complete 10:56:07 4657fd5d0bcf: Pull complete 10:56:08 6ad1cebc031e: Pull complete 10:56:17 8a3aa393b2d8: Pull complete 10:56:17 Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 10:56:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 10:56:18 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:56:18 prd-ubuntu20.04-docker-8c-8g-15697 does not seem to be running inside a container 10:56:18 $ 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 10:56:48 $ docker top f962ca71c450f5dbe08bef9b0f9c179f9053fd5a46636e1516cacca76d921cbd -eo pid,comm [Pipeline] { [Pipeline] echo 10:56:48 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-rest-go:main' [Pipeline] sh 10:56:48 + set -o pipefail 10:56:48 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-rest-go:main' 10:56:55 10:56:55 Monitoring /w/workspace/edgexfoundry_device-rest-go_main (github.com/edgexfoundry/device-rest-go)... 10:56:55 10:56:55 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/6693b2f8-cb2c-4fe8-a536-d1b67f9ec7d5/history/b3a0c79f-0c69-49bd-a1f8-42faac900493 10:56:55 10:56:55 Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. 10:56:55 10:56:55 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 10:56:55 10:56:55 10:56:55 A medium severity vulnerability was found in the Snyk CLI versions you are using. 10:56:55 We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. 10:56:55 More details here: https://snyk.co/ue1NS [Pipeline] } 10:56:55 $ docker stop --time=1 f962ca71c450f5dbe08bef9b0f9c179f9053fd5a46636e1516cacca76d921cbd 10:57:15 $ docker rm -f --volumes f962ca71c450f5dbe08bef9b0f9c179f9053fd5a46636e1516cacca76d921cbd [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 10:57:16 + git log --format=format:%s -1 6a379586ffcd355aa503b0695be8055d1eb693b2 [Pipeline] sh 10:57:16 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 10:57:16 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:57:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 10:57:16 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:57:17 prd-ubuntu20.04-docker-8c-8g-15697 does not seem to be running inside a container 10:57:17 $ 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 10:57:22 $ docker top 4cf2722c1bc8c790eab66c87495885b89ca30deccb0eeae66709d51223f3b6d0 -eo pid,comm 10:57:22 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). 10:57:22 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 10:57:22 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:57:22 [ssh-agent] Looking for ssh-agent implementation... 10:57:22 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:57:22 $ docker exec 4cf2722c1bc8c790eab66c87495885b89ca30deccb0eeae66709d51223f3b6d0 ssh-agent 10:57:22 SSH_AUTH_SOCK=/tmp/ssh-O7yILI0xmvqz/agent.14 10:57:22 SSH_AGENT_PID=20 10:57:22 Running ssh-add (command line suppressed) 10:57:22 Identity added: /w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_10260246492281639506.key (/w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_10260246492281639506.key) 10:57:22 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:57:23 + git semver tag 10:57:23 2023-05-16 10:57:23,815 [run_tag] DEBUG tag force:False 10:57:23 2023-05-16 10:57:23,815 [check_head_tag] DEBUG check head tag 10:57:23 2023-05-16 10:57:23,817 [execute] INFO git cat-file --batch-check 10:57:23 2023-05-16 10:57:23,817 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-rest-go_main, universal_newlines=False, shell=None, istream=) 10:57:23 2023-05-16 10:57:23,821 [execute] INFO git cat-file --batch 10:57:23 2023-05-16 10:57:23,821 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-rest-go_main, universal_newlines=False, shell=None, istream=) 10:57:23 2023-05-16 10:57:23,847 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main 10:57:23 2023-05-16 10:57:23,847 [execute] INFO git tag -a v3.0.0-dev.42 -m v3.0.0-dev.42 10:57:23 2023-05-16 10:57:23,847 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.42', '-m', 'v3.0.0-dev.42'], cwd=/w/workspace/edgexfoundry_device-rest-go_main, universal_newlines=False, shell=None, istream=None) 10:57:23 2023-05-16 10:57:23,852 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main 10:57:23 3.0.0-dev.42 [Pipeline] } 10:57:23 $ docker exec --env ******** --env ******** 4cf2722c1bc8c790eab66c87495885b89ca30deccb0eeae66709d51223f3b6d0 ssh-agent -k 10:57:23 unset SSH_AUTH_SOCK; 10:57:23 unset SSH_AGENT_PID; 10:57:23 echo Agent pid 20 killed; 10:57:23 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:57:24 + git semver [Pipeline] } 10:57:24 $ docker stop --time=1 4cf2722c1bc8c790eab66c87495885b89ca30deccb0eeae66709d51223f3b6d0 10:57:29 $ docker rm -f --volumes 4cf2722c1bc8c790eab66c87495885b89ca30deccb0eeae66709d51223f3b6d0 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:57:29 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 10:57:29 10:57:29 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:57:30 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 10:57:31 0.23.1-centos7: Pulling from edgex-lftools 10:57:31 ab5ef0e58194: Pulling fs layer 10:57:31 9712f1f96733: Pulling fs layer 10:57:31 63f879dbbcfc: Pulling fs layer 10:57:31 0d9ebad4ef96: Pulling fs layer 10:57:31 e9a5061849ea: Pulling fs layer 10:57:31 d747dcd14b5f: Pulling fs layer 10:57:31 2de7ff778b66: Pulling fs layer 10:57:31 d747dcd14b5f: Waiting 10:57:31 0d9ebad4ef96: Waiting 10:57:31 2de7ff778b66: Waiting 10:57:31 e9a5061849ea: Waiting 10:57:31 9712f1f96733: Verifying Checksum 10:57:31 9712f1f96733: Download complete 10:57:32 63f879dbbcfc: Verifying Checksum 10:57:32 63f879dbbcfc: Download complete 10:57:32 e9a5061849ea: Verifying Checksum 10:57:32 e9a5061849ea: Download complete 10:57:32 d747dcd14b5f: Download complete 10:57:32 0d9ebad4ef96: Verifying Checksum 10:57:32 0d9ebad4ef96: Download complete 10:57:32 ab5ef0e58194: Verifying Checksum 10:57:32 ab5ef0e58194: Download complete 10:57:32 2de7ff778b66: Verifying Checksum 10:57:32 2de7ff778b66: Download complete 10:57:35 ab5ef0e58194: Pull complete 10:57:37 9712f1f96733: Pull complete 10:57:39 63f879dbbcfc: Pull complete 10:57:44 0d9ebad4ef96: Pull complete 10:57:46 e9a5061849ea: Pull complete 10:57:47 d747dcd14b5f: Pull complete 10:57:51 2de7ff778b66: Pull complete 10:57:51 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 10:57:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 10:57:51 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:57:51 prd-ubuntu20.04-docker-8c-8g-15697 does not seem to be running inside a container 10:57:51 $ 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 10:58:34 $ docker top 5085c4bad7cd94913c37a75f0a1924db952b1eb69c3ea689da41890acad578c4 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 10:58:34 provisioning config files... 10:58:34 copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config5429074565917095731tmp 10:58:34 copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config5989641018838443287tmp 10:58:34 copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config11930944322098935568tmp [Pipeline] { [Pipeline] echo 10:58:34 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 10:58:35 ---> sigul-configuration.sh 10:58:35 gpg: directory `/root/.gnupg' created 10:58:35 gpg: new configuration file `/root/.gnupg/gpg.conf' created 10:58:35 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 10:58:35 gpg: keyring `/root/.gnupg/secring.gpg' created 10:58:35 gpg: keyring `/root/.gnupg/pubring.gpg' created 10:58:35 gpg: CAST5 encrypted data 10:58:35 gpg: encrypted with 1 passphrase 10:58:35 gpg: WARNING: message was not integrity protected [Pipeline] sh 10:58:35 + mkdir /home/jenkins 10:58:35 + mkdir /home/jenkins/sigul [Pipeline] sh 10:58:35 + 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 10:58:35 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 10:58:35 ---> sigul-install.sh 10:58:35 Sigul already installed; skipping installation. [Pipeline] sh 10:58:36 + git tag --list 10:58:36 v1.0.0 10:58:36 v1.1.0 10:58:36 v1.1.1 10:58:36 v1.1.2 10:58:36 v1.2.0 10:58:36 v1.2.1 10:58:36 v2.0.0 10:58:36 v2.1.0 10:58:36 v2.1.1 10:58:36 v2.1.1-dev.1 10:58:36 v2.1.1-dev.2 10:58:36 v2.1.1-dev.3 10:58:36 v2.2.0 10:58:36 v2.2.1-dev.1 10:58:36 v2.2.1-dev.2 10:58:36 v2.2.1-dev.3 10:58:36 v2.2.1-dev.4 10:58:36 v2.2.1-dev.5 10:58:36 v2.2.1-dev.6 10:58:36 v2.2.1-dev.7 10:58:36 v2.2.1-dev.8 10:58:36 v2.2.1-dev.9 10:58:36 v2.3.0 10:58:36 v2.3.0-dev.10 10:58:36 v2.3.0-dev.11 10:58:36 v2.3.0-dev.12 10:58:36 v2.3.0-dev.13 10:58:36 v2.3.0-dev.14 10:58:36 v2.3.0-dev.15 10:58:36 v2.3.0-dev.16 10:58:36 v2.3.0-dev.17 10:58:36 v2.3.0-dev.18 10:58:36 v2.3.0-dev.19 10:58:36 v2.3.0-dev.20 10:58:36 v2.3.0-dev.21 10:58:36 v2.3.0-dev.22 10:58:36 v2.3.0-dev.23 10:58:36 v2.3.0-dev.24 10:58:36 v2.3.0-dev.25 10:58:36 v2.3.0-dev.9 10:58:36 v3.0.0-dev.1 10:58:36 v3.0.0-dev.10 10:58:36 v3.0.0-dev.11 10:58:36 v3.0.0-dev.12 10:58:36 v3.0.0-dev.13 10:58:36 v3.0.0-dev.14 10:58:36 v3.0.0-dev.15 10:58:36 v3.0.0-dev.16 10:58:36 v3.0.0-dev.17 10:58:36 v3.0.0-dev.18 10:58:36 v3.0.0-dev.19 10:58:36 v3.0.0-dev.2 10:58:36 v3.0.0-dev.20 10:58:36 v3.0.0-dev.21 10:58:36 v3.0.0-dev.22 10:58:36 v3.0.0-dev.23 10:58:36 v3.0.0-dev.24 10:58:36 v3.0.0-dev.25 10:58:36 v3.0.0-dev.26 10:58:36 v3.0.0-dev.27 10:58:36 v3.0.0-dev.28 10:58:36 v3.0.0-dev.29 10:58:36 v3.0.0-dev.3 10:58:36 v3.0.0-dev.30 10:58:36 v3.0.0-dev.31 10:58:36 v3.0.0-dev.32 10:58:36 v3.0.0-dev.33 10:58:36 v3.0.0-dev.34 10:58:36 v3.0.0-dev.35 10:58:36 v3.0.0-dev.36 10:58:36 v3.0.0-dev.37 10:58:36 v3.0.0-dev.38 10:58:36 v3.0.0-dev.39 10:58:36 v3.0.0-dev.4 10:58:36 v3.0.0-dev.40 10:58:36 v3.0.0-dev.41 10:58:36 v3.0.0-dev.42 10:58:36 v3.0.0-dev.5 10:58:36 v3.0.0-dev.6 10:58:36 v3.0.0-dev.7 10:58:36 v3.0.0-dev.8 10:58:36 v3.0.0-dev.9 [Pipeline] sh 10:58:36 + lftools sign git-tag v3.0.0-dev.42 10:58:37 Signing Git tag with Sigul... 10:58:37 Signing v3.0.0-dev.42 [Pipeline] echo 10:58:37 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 10:58:37 ---> sigul-configuration-cleanup.sh [Pipeline] } 10:58:37 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 10:58:37 $ docker stop --time=1 5085c4bad7cd94913c37a75f0a1924db952b1eb69c3ea689da41890acad578c4 10:58:42 $ docker rm -f --volumes 5085c4bad7cd94913c37a75f0a1924db952b1eb69c3ea689da41890acad578c4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 10:58:44 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 10:58:44 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:58:44 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 10:58:44 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:58:44 prd-ubuntu20.04-docker-8c-8g-15697 does not seem to be running inside a container 10:58:44 $ 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 10:58:48 $ docker top 3c21db2f4f27879deebd1ff616b8e58d1de263539bbd8f5d252438ee532b1f24 -eo pid,comm 10:58:48 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). 10:58:48 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 10:58:48 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:58:48 [ssh-agent] Looking for ssh-agent implementation... 10:58:48 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:58:48 $ docker exec 3c21db2f4f27879deebd1ff616b8e58d1de263539bbd8f5d252438ee532b1f24 ssh-agent 10:58:49 SSH_AUTH_SOCK=/tmp/ssh-CuC2uLX3F3O3/agent.14 10:58:49 SSH_AGENT_PID=20 10:58:49 Running ssh-add (command line suppressed) 10:58:49 Identity added: /w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_14782950799719715039.key (/w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_14782950799719715039.key) 10:58:49 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:58:49 + git semver bump pre 10:58:49 2023-05-16 10:58:49,677 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main 10:58:49 2023-05-16 10:58:49,678 [bump_version] DEBUG bumping version:3.0.0-dev.42 on axis:pre with prefix:dev 10:58:49 2023-05-16 10:58:49,678 [bump_version] DEBUG bumped version:3.0.0-dev.43 10:58:49 2023-05-16 10:58:49,678 [write_version] DEBUG write version:3.0.0-dev.43 to path:/w/workspace/edgexfoundry_device-rest-go_main/.semver/main with force:True 10:58:49 2023-05-16 10:58:49,678 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main 10:58:49 2023-05-16 10:58:49,678 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_device-rest-go_main/.semver/main 10:58:49 2023-05-16 10:58:49,682 [execute] INFO git cat-file --batch-check 10:58:49 2023-05-16 10:58:49,682 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-rest-go_main/.semver, universal_newlines=False, shell=None, istream=) 10:58:49 2023-05-16 10:58:49,690 [execute] INFO git cat-file --batch 10:58:49 2023-05-16 10:58:49,690 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-rest-go_main/.semver, universal_newlines=False, shell=None, istream=) 10:58:49 2023-05-16 10:58:49,697 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main 10:58:49 3.0.0-dev.43 [Pipeline] } 10:58:49 $ docker exec --env ******** --env ******** 3c21db2f4f27879deebd1ff616b8e58d1de263539bbd8f5d252438ee532b1f24 ssh-agent -k 10:58:50 unset SSH_AUTH_SOCK; 10:58:50 unset SSH_AGENT_PID; 10:58:50 echo Agent pid 20 killed; 10:58:50 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:58:50 + git semver [Pipeline] } 10:58:51 $ docker stop --time=1 3c21db2f4f27879deebd1ff616b8e58d1de263539bbd8f5d252438ee532b1f24 10:58:53 $ docker rm -f --volumes 3c21db2f4f27879deebd1ff616b8e58d1de263539bbd8f5d252438ee532b1f24 [Pipeline] // withDockerContainer [Pipeline] sh 10:58:53 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 10:58:53 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:58:53 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 10:58:53 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:58:54 prd-ubuntu20.04-docker-8c-8g-15697 does not seem to be running inside a container 10:58:54 $ 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 10:58:55 $ docker top 4ac8c8a1e2a1e207809516c1ed0906d4d10783a8ca781fd7314d4e105b38cc0b -eo pid,comm 10:58:55 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). 10:58:55 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 10:58:55 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:58:55 [ssh-agent] Looking for ssh-agent implementation... 10:58:55 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:58:55 $ docker exec 4ac8c8a1e2a1e207809516c1ed0906d4d10783a8ca781fd7314d4e105b38cc0b ssh-agent 10:58:55 SSH_AUTH_SOCK=/tmp/ssh-HHLRQ99vXH4S/agent.14 10:58:55 SSH_AGENT_PID=20 10:58:55 Running ssh-add (command line suppressed) 10:58:55 Identity added: /w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_8700349416110460752.key (/w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_8700349416110460752.key) 10:58:55 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:58:56 + git semver push 10:58:56 2023-05-16 10:58:56,572 [run_push] DEBUG push 10:58:56 2023-05-16 10:58:56,574 [execute] INFO git cat-file --batch-check 10:58:56 2023-05-16 10:58:56,575 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-rest-go_main/.semver, universal_newlines=False, shell=None, istream=) 10:58:56 2023-05-16 10:58:56,580 [execute] INFO git rev-list 9368a52f2c8c8c6aa1d5df4bc2183d380124feb2 -- 10:58:56 2023-05-16 10:58:56,580 [execute] DEBUG Popen(['git', 'rev-list', '9368a52f2c8c8c6aa1d5df4bc2183d380124feb2', '--'], cwd=/w/workspace/edgexfoundry_device-rest-go_main/.semver, universal_newlines=False, shell=None, istream=None) 10:58:56 2023-05-16 10:58:56,589 [execute] INFO git fetch -v origin 10:58:56 2023-05-16 10:58:56,589 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgexfoundry_device-rest-go_main/.semver, universal_newlines=True, shell=None, istream=None) 10:58:57 2023-05-16 10:58:57,060 [run_push] DEBUG no remote changes detected 10:58:57 2023-05-16 10:58:57,060 [execute] INFO git push origin semver 10:58:57 2023-05-16 10:58:57,061 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgexfoundry_device-rest-go_main/.semver, universal_newlines=False, shell=None, istream=None) 10:58:57 2023-05-16 10:58:57,798 [run_push] DEBUG push all version tags 10:58:57 2023-05-16 10:58:57,799 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 10:58:57 2023-05-16 10:58:57,799 [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) 10:58:58 2023-05-16 10:58:58,558 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main 10:58:58 3.0.0-dev.43 [Pipeline] } 10:58:58 $ docker exec --env ******** --env ******** 4ac8c8a1e2a1e207809516c1ed0906d4d10783a8ca781fd7314d4e105b38cc0b ssh-agent -k 10:58:58 unset SSH_AUTH_SOCK; 10:58:58 unset SSH_AGENT_PID; 10:58:58 echo Agent pid 20 killed; 10:58:58 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:58:59 + git semver [Pipeline] } 10:58:59 $ docker stop --time=1 4ac8c8a1e2a1e207809516c1ed0906d4d10783a8ca781fd7314d4e105b38cc0b 10:59:01 $ docker rm -f --volumes 4ac8c8a1e2a1e207809516c1ed0906d4d10783a8ca781fd7314d4e105b38cc0b [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 10:59:02 + [ -d /w/workspace/edgexfoundry_device-rest-go_main/archives ] 10:59:02 + ls -al /w/workspace/edgexfoundry_device-rest-go_main/archives 10:59:02 total 16 10:59:02 drwxr-xr-x 3 root root 4096 May 16 10:45 . 10:59:02 drwxrwxr-x 10 jenkins jenkins 4096 May 16 10:58 .. 10:59:02 drwxr-xr-x 2 root root 4096 May 16 10:45 cost 10:59:02 -rw-r--r-- 1 root root 86 May 16 10:45 cost.csv 10:59:02 + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_device-rest-go_main/archives 10:59:02 + ls -al /w/workspace/edgexfoundry_device-rest-go_main/archives 10:59:02 total 16 10:59:02 drwxr-xr-x 3 jenkins jenkins 4096 May 16 10:45 . 10:59:02 drwxrwxr-x 10 jenkins jenkins 4096 May 16 10:58 .. 10:59:02 drwxr-xr-x 2 jenkins jenkins 4096 May 16 10:45 cost 10:59:02 -rw-r--r-- 1 jenkins jenkins 86 May 16 10:45 cost.csv [Pipeline] libraryResource [Pipeline] sh 10:59:02 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 10:59:03 ---> package-listing.sh 10:59:03 ++ facter osfamily 10:59:03 ++ tr '[:upper:]' '[:lower:]' 10:59:03 + OS_FAMILY=debian 10:59:03 + workspace=/w/workspace/edgexfoundry_device-rest-go_main 10:59:03 + START_PACKAGES=/tmp/packages_start.txt 10:59:03 + END_PACKAGES=/tmp/packages_end.txt 10:59:03 + DIFF_PACKAGES=/tmp/packages_diff.txt 10:59:03 + PACKAGES=/tmp/packages_start.txt 10:59:03 + '[' /w/workspace/edgexfoundry_device-rest-go_main ']' 10:59:03 + PACKAGES=/tmp/packages_end.txt 10:59:03 + case "${OS_FAMILY}" in 10:59:03 + dpkg -l 10:59:03 + grep '^ii' 10:59:03 + '[' -f /tmp/packages_start.txt ']' 10:59:03 + '[' -f /tmp/packages_end.txt ']' 10:59:03 + diff /tmp/packages_start.txt /tmp/packages_end.txt 10:59:03 + '[' /w/workspace/edgexfoundry_device-rest-go_main ']' 10:59:03 + mkdir -p /w/workspace/edgexfoundry_device-rest-go_main/archives/ 10:59:03 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_device-rest-go_main/archives/ [Pipeline] echo 10:59:03 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/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 10:59:03 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:59:04 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 10:59:04 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:59:04 prd-ubuntu20.04-docker-8c-8g-15697 does not seem to be running inside a container 10:59:04 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/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 10:59:04 $ docker top 181863149fac21e570b0987ae12fb5e5f4ecaa42d2e5fa3fe8472f7586183e52 -eo pid,comm [Pipeline] { [Pipeline] sh 10:59:05 + touch /tmp/pre-build-complete [Pipeline] sh 10:59:05 + mkdir -p /var/log/sysstat [Pipeline] sh 10:59:05 + ls /var/log/sa-host 10:59:05 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 10:59:05 provisioning config files... 10:59:05 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config15606630072055570878tmp [Pipeline] { [Pipeline] echo 10:59:05 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 10:59:06 ---> create-netrc.sh [Pipeline] } 10:59:06 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 10:59:06 ---> python-tools-install.sh [Pipeline] echo 10:59:06 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 10:59:06 ---> sudo-logs.sh 10:59:06 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 10:59:06 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 10:59:07 ---> job-cost.sh 10:59:07 lf-activate-venv: SKIPPING 10:59:07 DEBUG: total: 0.2199999988079071 10:59:07 INFO: Retrieving Stack Cost... 10:59:07 INFO: Retrieving Pricing Info for: v3-standard-8 10:59:07 INFO: Archiving Costs [Pipeline] echo 10:59:08 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 10:59:08 ---> logs-deploy.sh 10:59:08 lf-activate-venv: SKIPPING 10:59:08 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rest-go/main/114 10:59:08 INFO: archiving workspace using pattern(s): 10:59:09 Archives upload complete. 10:59:09 INFO: archiving logs to Nexus 10:59:10 ---> uname -a: 10:59:10 Linux prd-ubuntu20-04-docker-8c-8g-15697 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 10:59:10 10:59:10 10:59:10 ---> lscpu: 10:59:10 Architecture: x86_64 10:59:10 CPU op-mode(s): 32-bit, 64-bit 10:59:10 Byte Order: Little Endian 10:59:10 Address sizes: 40 bits physical, 48 bits virtual 10:59:10 CPU(s): 8 10:59:10 On-line CPU(s) list: 0-7 10:59:10 Thread(s) per core: 1 10:59:10 Core(s) per socket: 1 10:59:10 Socket(s): 8 10:59:10 NUMA node(s): 1 10:59:10 Vendor ID: AuthenticAMD 10:59:10 CPU family: 23 10:59:10 Model: 49 10:59:10 Model name: AMD EPYC-Rome Processor 10:59:10 Stepping: 0 10:59:10 CPU MHz: 2799.998 10:59:10 BogoMIPS: 5599.99 10:59:10 Virtualization: AMD-V 10:59:10 Hypervisor vendor: KVM 10:59:10 Virtualization type: full 10:59:10 L1d cache: 256 KiB 10:59:10 L1i cache: 256 KiB 10:59:10 L2 cache: 4 MiB 10:59:10 L3 cache: 128 MiB 10:59:10 NUMA node0 CPU(s): 0-7 10:59:10 Vulnerability Itlb multihit: Not affected 10:59:10 Vulnerability L1tf: Not affected 10:59:10 Vulnerability Mds: Not affected 10:59:10 Vulnerability Meltdown: Not affected 10:59:10 Vulnerability Mmio stale data: Not affected 10:59:10 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 10:59:10 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 10:59:10 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 10:59:10 Vulnerability Srbds: Not affected 10:59:10 Vulnerability Tsx async abort: Not affected 10:59:10 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 10:59:10 10:59:10 10:59:10 ---> nproc: 10:59:10 8 10:59:10 10:59:10 10:59:10 ---> df -h: 10:59:10 Filesystem Size Used Avail Use% Mounted on 10:59:10 overlay 155G 13G 143G 9% / 10:59:10 tmpfs 64M 0 64M 0% /dev 10:59:10 tmpfs 16G 0 16G 0% /sys/fs/cgroup 10:59:10 shm 64M 0 64M 0% /dev/shm 10:59:10 /dev/vda1 155G 13G 143G 9% /facter-os 10:59:10 10:59:10 10:59:10 ---> sar -b -r -n DEV: 10:59:10 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-15697) 05/16/23 _x86_64_ (8 CPU) 10:59:10 10:59:10 10:42:14 LINUX RESTART (8 CPU) 10:59:10 10:59:10 10:43:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 10:59:10 10:44:01 227.37 4.39 222.98 0.00 427.05 98055.38 0.00 10:59:10 10:45:01 148.16 0.27 147.89 0.00 15.86 27513.01 0.00 10:59:10 10:46:01 34.78 0.00 34.78 0.00 0.00 16751.51 0.00 10:59:10 10:47:01 1.73 0.00 1.73 0.00 0.00 18.79 0.00 10:59:10 10:48:01 39.78 11.85 27.93 0.00 5436.69 6293.08 0.00 10:59:10 10:49:01 2.45 0.00 2.45 0.00 0.00 27.85 0.00 10:59:10 10:50:01 1.30 0.00 1.30 0.00 0.00 14.80 0.00 10:59:10 10:51:01 1.42 0.00 1.42 0.00 0.00 16.26 0.00 10:59:10 10:52:01 1.05 0.00 1.05 0.00 0.00 11.46 0.00 10:59:10 10:53:01 2.12 0.00 2.12 0.00 0.00 35.46 0.00 10:59:10 10:54:01 0.90 0.00 0.90 0.00 0.00 9.60 0.00 10:59:10 10:55:01 1.20 0.00 1.20 0.00 0.00 14.00 0.00 10:59:10 10:56:01 2.88 0.12 2.77 0.00 11.33 392.47 0.00 10:59:10 10:57:01 37.04 0.12 36.93 0.00 1.47 27732.04 0.00 10:59:10 10:58:01 37.97 0.07 37.90 0.00 9.60 15328.49 0.00 10:59:10 10:59:01 42.94 0.05 42.89 0.00 7.73 13438.43 0.00 10:59:10 Average: 36.24 1.05 35.19 0.00 369.27 12764.04 0.00 10:59:10 10:59:10 10:43:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 10:59:10 10:44:01 28112632 31329724 969916 2.95 145288 3268204 2426048 7.15 1383648 2928548 42540 10:59:10 10:45:01 28024412 31548892 752224 2.29 151556 3567420 2062572 6.08 1263784 3130840 95220 10:59:10 10:46:01 27642900 31579768 719424 2.19 158904 3924556 1739612 5.13 1255396 3475964 160 10:59:10 10:47:01 27643108 31580124 718860 2.19 158956 3924556 1739612 5.13 1255376 3475964 8 10:59:10 10:48:01 27272408 31565924 724988 2.20 167156 4257548 1827980 5.39 1486384 3589196 236 10:59:10 10:49:01 27273020 31566564 724272 2.20 167236 4257540 1827980 5.39 1486484 3589196 8 10:59:10 10:50:01 27283432 31577084 713744 2.17 167324 4257552 1827980 5.39 1475808 3589200 8 10:59:10 10:51:01 27283960 31577676 713216 2.17 167360 4257552 1827980 5.39 1476132 3589200 16 10:59:10 10:52:01 27283432 31577572 713712 2.17 167372 4257556 1827980 5.39 1475524 3589592 8 10:59:10 10:53:01 27283652 31577868 713268 2.17 167456 4257540 1827980 5.39 1475700 3589584 8 10:59:10 10:54:01 27283612 31577840 713228 2.17 167472 4257540 1827980 5.39 1475560 3589592 12 10:59:10 10:55:01 27283444 31577808 713160 2.17 167496 4257544 1827980 5.39 1475640 3589596 24 10:59:10 10:56:01 26755976 31550372 739048 2.25 171176 4721084 1902512 5.61 1505032 4052632 463308 10:59:10 10:57:01 26239524 31545576 737916 2.24 184592 5176548 1920224 5.66 1596772 4428432 115108 10:59:10 10:58:01 25785124 31546860 737880 2.24 204244 5565704 1891336 5.57 1579248 4857612 356276 10:59:10 10:59:01 25760412 31531092 753000 2.29 205240 5566312 1997552 5.89 1619076 4836880 504 10:59:10 Average: 27138190 31550672 741116 2.25 169927 4360922 1893957 5.58 1455348 3743877 67090 10:59:10 10:59:10 10:43:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 10:59:10 10:44:01 docker0 207.34 327.83 16.62 2177.92 0.00 0.00 0.00 0.00 10:59:10 10:44:01 ens3 518.54 319.78 6537.73 48.69 0.00 0.00 0.00 0.00 10:59:10 10:44:01 veth3001121 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 10:59:10 10:44:01 lo 2.78 2.78 0.27 0.27 0.00 0.00 0.00 0.00 10:59:10 10:45:01 docker0 2.75 6.22 0.17 85.51 0.00 0.00 0.00 0.00 10:59:10 10:45:01 ens3 133.11 110.46 1599.53 310.52 0.00 0.00 0.00 0.00 10:59:10 10:45:01 lo 7.73 7.73 0.75 0.75 0.00 0.00 0.00 0.00 10:59:10 10:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:59:10 10:46:01 ens3 43.59 23.29 1055.95 6.95 0.00 0.00 0.00 0.00 10:59:10 10:46:01 lo 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 10:59:10 10:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:59:10 10:47:01 ens3 2.80 1.32 4.43 0.33 0.00 0.00 0.00 0.00 10:59:10 10:47:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:59:10 10:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:59:10 10:48:01 ens3 115.75 57.42 1951.87 4.40 0.00 0.00 0.00 0.00 10:59:10 10:48:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 10:59:10 10:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:59:10 10:49:01 ens3 0.67 0.42 0.28 0.21 0.00 0.00 0.00 0.00 10:59:10 10:49:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:59:10 10:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:59:10 10:50:01 ens3 0.47 0.02 0.05 0.00 0.00 0.00 0.00 0.00 10:59:10 10:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:59:10 10:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:59:10 10:51:01 ens3 0.63 0.58 0.28 0.23 0.00 0.00 0.00 0.00 10:59:10 10:51:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:59:10 10:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:59:10 10:52:01 ens3 0.12 0.00 0.01 0.00 0.00 0.00 0.00 0.00 10:59:10 10:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:59:10 10:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:59:10 10:53:01 ens3 0.28 0.25 0.08 0.08 0.00 0.00 0.00 0.00 10:59:10 10:53:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:59:10 10:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:59:10 10:54:01 ens3 0.23 0.15 0.12 0.01 0.00 0.00 0.00 0.00 10:59:10 10:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:59:10 10:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:59:10 10:55:01 ens3 0.17 0.10 0.01 0.01 0.00 0.00 0.00 0.00 10:59:10 10:55:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:59:10 10:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:59:10 10:56:01 ens3 124.43 67.26 3968.83 9.81 0.00 0.00 0.00 0.00 10:59:10 10:56:01 lo 1.07 1.07 0.10 0.10 0.00 0.00 0.00 0.00 10:59:10 10:57:01 docker0 33.43 61.64 2.88 578.94 0.00 0.00 0.00 0.00 10:59:10 10:57:01 ens3 77.82 43.71 594.93 10.43 0.00 0.00 0.00 0.00 10:59:10 10:57:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:59:10 10:58:01 docker0 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 10:59:10 10:58:01 ens3 123.86 77.56 3201.05 18.63 0.00 0.00 0.00 0.00 10:59:10 10:58:01 lo 0.87 0.87 0.09 0.09 0.00 0.00 0.00 0.00 10:59:10 10:59:01 docker0 2.20 1.92 0.36 0.86 0.00 0.00 0.00 0.00 10:59:10 10:59:01 ens3 53.27 56.01 49.44 132.01 0.00 0.00 0.00 0.00 10:59:10 10:59:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:59:10 Average: docker0 15.16 24.53 1.24 175.60 0.00 0.00 0.00 0.00 10:59:10 Average: ens3 74.27 47.11 1179.68 33.88 0.00 0.00 0.00 0.00 10:59:10 Average: lo 0.89 0.89 0.08 0.08 0.00 0.00 0.00 0.00 10:59:10 10:59:10 10:59:10 ---> sar -P ALL: 10:59:10 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-15697) 05/16/23 _x86_64_ (8 CPU) 10:59:10 10:59:10 10:42:14 LINUX RESTART (8 CPU) 10:59:10 10:59:10 10:43:02 CPU %user %nice %system %iowait %steal %idle 10:59:10 10:44:01 all 10.46 0.00 4.34 4.64 0.07 80.50 10:59:10 10:44:01 0 10.74 0.00 5.12 17.90 0.07 66.17 10:59:10 10:44:01 1 10.23 0.00 4.52 1.42 0.05 83.78 10:59:10 10:44:01 2 11.60 0.00 3.97 0.70 0.05 83.68 10:59:10 10:44:01 3 9.97 0.00 3.79 0.36 0.05 85.82 10:59:10 10:44:01 4 10.11 0.00 4.34 1.13 0.05 84.36 10:59:10 10:44:01 5 9.31 0.00 3.96 5.35 0.05 81.32 10:59:10 10:44:01 6 10.99 0.00 4.37 0.58 0.12 83.93 10:59:10 10:44:01 7 10.69 0.00 4.64 9.70 0.09 74.89 10:59:10 10:45:01 all 37.92 0.00 6.61 1.52 0.08 53.87 10:59:10 10:45:01 0 36.90 0.00 7.06 0.13 0.08 55.81 10:59:10 10:45:01 1 39.00 0.00 6.65 3.36 0.10 50.89 10:59:10 10:45:01 2 38.34 0.00 6.35 0.50 0.07 54.74 10:59:10 10:45:01 3 39.36 0.00 6.58 0.19 0.08 53.79 10:59:10 10:45:01 4 37.34 0.00 6.50 0.13 0.07 55.95 10:59:10 10:45:01 5 37.45 0.00 6.37 6.25 0.07 49.87 10:59:10 10:45:01 6 36.15 0.00 6.25 0.24 0.08 57.27 10:59:10 10:45:01 7 38.83 0.00 7.10 1.33 0.10 52.64 10:59:10 10:46:01 all 2.34 0.00 1.06 0.71 0.02 95.87 10:59:10 10:46:01 0 2.51 0.00 1.46 0.15 0.03 95.85 10:59:10 10:46:01 1 1.30 0.00 0.78 0.00 0.02 97.90 10:59:10 10:46:01 2 2.66 0.00 1.36 4.13 0.03 91.82 10:59:10 10:46:01 3 2.61 0.00 0.95 0.07 0.02 96.36 10:59:10 10:46:01 4 2.19 0.00 0.75 0.02 0.02 97.02 10:59:10 10:46:01 5 2.35 0.00 1.13 1.06 0.03 95.43 10:59:10 10:46:01 6 2.76 0.00 0.80 0.00 0.02 96.42 10:59:10 10:46:01 7 2.33 0.00 1.22 0.28 0.02 96.15 10:59:10 10:47:01 all 0.14 0.00 0.02 0.00 0.01 99.83 10:59:10 10:47:01 0 0.02 0.00 0.02 0.00 0.02 99.95 10:59:10 10:47:01 1 0.02 0.00 0.02 0.00 0.03 99.93 10:59:10 10:47:01 2 0.02 0.00 0.00 0.02 0.00 99.97 10:59:10 10:47:01 3 0.00 0.00 0.02 0.00 0.02 99.97 10:59:10 10:47:01 4 0.03 0.00 0.00 0.00 0.00 99.97 10:59:10 10:47:01 5 0.85 0.00 0.03 0.02 0.02 99.09 10:59:10 10:47:01 6 0.12 0.00 0.02 0.00 0.00 99.87 10:59:10 10:47:01 7 0.05 0.00 0.03 0.00 0.02 99.90 10:59:10 10:48:01 all 1.22 0.00 0.59 0.52 0.03 97.64 10:59:10 10:48:01 0 1.80 0.00 0.42 0.05 0.02 97.71 10:59:10 10:48:01 1 1.39 0.00 0.82 0.18 0.03 97.58 10:59:10 10:48:01 2 1.47 0.00 0.72 1.25 0.05 96.51 10:59:10 10:48:01 3 0.65 0.00 0.45 0.87 0.03 98.00 10:59:10 10:48:01 4 1.80 0.00 0.75 0.42 0.03 97.00 10:59:10 10:48:01 5 0.84 0.00 0.47 0.79 0.03 97.87 10:59:10 10:48:01 6 1.28 0.00 0.73 0.55 0.02 97.41 10:59:10 10:48:01 7 0.55 0.00 0.38 0.03 0.02 99.01 10:59:10 10:49:01 all 0.02 0.00 0.00 0.01 0.01 99.96 10:59:10 10:49:01 0 0.03 0.00 0.00 0.02 0.02 99.93 10:59:10 10:49:01 1 0.00 0.00 0.00 0.00 0.00 100.00 10:59:10 10:49:01 2 0.05 0.00 0.02 0.00 0.03 99.90 10:59:10 10:49:01 3 0.00 0.00 0.00 0.02 0.00 99.98 10:59:10 10:49:01 4 0.02 0.00 0.00 0.00 0.00 99.98 10:59:10 10:49:01 5 0.00 0.00 0.02 0.02 0.00 99.97 10:59:10 10:49:01 6 0.02 0.00 0.00 0.00 0.00 99.98 10:59:10 10:49:01 7 0.07 0.00 0.00 0.00 0.00 99.93 10:59:10 10:50:01 all 0.03 0.00 0.01 0.03 0.01 99.92 10:59:10 10:50:01 0 0.03 0.00 0.03 0.12 0.00 99.82 10:59:10 10:50:01 1 0.00 0.00 0.00 0.00 0.00 100.00 10:59:10 10:50:01 2 0.02 0.00 0.03 0.00 0.02 99.93 10:59:10 10:50:01 3 0.02 0.00 0.00 0.12 0.02 99.85 10:59:10 10:50:01 4 0.05 0.00 0.02 0.00 0.00 99.93 10:59:10 10:50:01 5 0.02 0.00 0.02 0.00 0.02 99.95 10:59:10 10:50:01 6 0.05 0.00 0.00 0.00 0.00 99.95 10:59:10 10:50:01 7 0.03 0.00 0.00 0.00 0.02 99.95 10:59:10 10:51:01 all 0.05 0.00 0.01 0.03 0.00 99.90 10:59:10 10:51:01 0 0.02 0.00 0.02 0.03 0.02 99.92 10:59:10 10:51:01 1 0.00 0.00 0.02 0.00 0.00 99.98 10:59:10 10:51:01 2 0.02 0.00 0.03 0.00 0.02 99.93 10:59:10 10:51:01 3 0.00 0.00 0.00 0.18 0.00 99.82 10:59:10 10:51:01 4 0.02 0.00 0.00 0.00 0.00 99.98 10:59:10 10:51:01 5 0.35 0.00 0.00 0.00 0.00 99.65 10:59:10 10:51:01 6 0.03 0.00 0.00 0.00 0.00 99.97 10:59:10 10:51:01 7 0.00 0.00 0.02 0.00 0.00 99.98 10:59:10 10:52:01 all 0.09 0.00 0.01 0.11 0.01 99.79 10:59:10 10:52:01 0 0.07 0.00 0.03 0.20 0.00 99.70 10:59:10 10:52:01 1 0.02 0.00 0.00 0.00 0.00 99.98 10:59:10 10:52:01 2 0.05 0.00 0.00 0.00 0.02 99.93 10:59:10 10:52:01 3 0.03 0.00 0.00 0.65 0.00 99.32 10:59:10 10:52:01 4 0.00 0.00 0.02 0.00 0.02 99.97 10:59:10 10:52:01 5 0.50 0.00 0.00 0.00 0.02 99.48 10:59:10 10:52:01 6 0.03 0.00 0.02 0.00 0.00 99.95 10:59:10 10:52:01 7 0.02 0.00 0.00 0.00 0.00 99.98 10:59:10 10:53:01 all 0.18 0.00 0.01 0.02 0.01 99.79 10:59:10 10:53:01 0 0.03 0.00 0.02 0.02 0.02 99.92 10:59:10 10:53:01 1 0.02 0.00 0.00 0.00 0.00 99.98 10:59:10 10:53:01 2 0.03 0.00 0.03 0.00 0.03 99.90 10:59:10 10:53:01 3 0.03 0.00 0.00 0.12 0.02 99.83 10:59:10 10:53:01 4 0.03 0.00 0.00 0.00 0.00 99.97 10:59:10 10:53:01 5 1.26 0.00 0.00 0.00 0.00 98.74 10:59:10 10:53:01 6 0.02 0.00 0.00 0.00 0.00 99.98 10:59:10 10:53:01 7 0.02 0.00 0.02 0.00 0.00 99.97 10:59:10 10:54:01 all 0.10 0.00 0.01 0.18 0.01 99.70 10:59:10 10:54:01 0 0.03 0.00 0.00 0.02 0.00 99.95 10:59:10 10:54:01 1 0.02 0.00 0.00 0.00 0.00 99.98 10:59:10 10:54:01 2 0.03 0.00 0.03 0.00 0.02 99.92 10:59:10 10:54:01 3 0.00 0.00 0.00 1.45 0.00 98.55 10:59:10 10:54:01 4 0.00 0.00 0.00 0.00 0.00 100.00 10:59:10 10:54:01 5 0.70 0.00 0.02 0.00 0.02 99.27 10:59:10 10:54:01 6 0.00 0.00 0.00 0.00 0.02 99.98 10:59:10 10:54:01 7 0.03 0.00 0.00 0.00 0.02 99.95 10:59:10 10:59:10 10:54:01 CPU %user %nice %system %iowait %steal %idle 10:59:10 10:55:01 all 0.05 0.00 0.02 0.29 0.01 99.64 10:59:10 10:55:01 0 0.03 0.00 0.00 0.45 0.02 99.50 10:59:10 10:55:01 1 0.00 0.00 0.02 0.00 0.00 99.98 10:59:10 10:55:01 2 0.03 0.00 0.02 0.00 0.02 99.93 10:59:10 10:55:01 3 0.00 0.00 0.00 1.85 0.02 98.13 10:59:10 10:55:01 4 0.02 0.00 0.00 0.00 0.00 99.98 10:59:10 10:55:01 5 0.33 0.00 0.07 0.00 0.00 99.60 10:59:10 10:55:01 6 0.00 0.00 0.02 0.00 0.00 99.98 10:59:10 10:55:01 7 0.02 0.00 0.02 0.00 0.00 99.97 10:59:10 10:56:01 all 1.71 0.00 0.83 2.38 0.03 95.06 10:59:10 10:56:01 0 0.93 0.00 0.71 0.37 0.02 97.97 10:59:10 10:56:01 1 1.07 0.00 1.00 0.48 0.02 97.43 10:59:10 10:56:01 2 1.84 0.00 0.58 3.67 0.03 93.88 10:59:10 10:56:01 3 2.04 0.00 0.65 11.92 0.03 85.35 10:59:10 10:56:01 4 1.86 0.00 1.25 0.17 0.03 96.69 10:59:10 10:56:01 5 1.89 0.00 0.97 0.00 0.05 97.10 10:59:10 10:56:01 6 1.75 0.00 0.75 1.20 0.02 96.27 10:59:10 10:56:01 7 2.28 0.00 0.69 1.24 0.02 95.78 10:59:10 10:57:01 all 2.68 0.00 1.15 13.57 0.05 82.57 10:59:10 10:57:01 0 2.28 0.00 0.96 7.32 0.03 89.41 10:59:10 10:57:01 1 2.31 0.00 1.43 39.51 0.03 56.72 10:59:10 10:57:01 2 3.00 0.00 0.84 12.62 0.03 83.50 10:59:10 10:57:01 3 3.40 0.00 1.04 41.86 0.05 53.66 10:59:10 10:57:01 4 2.67 0.00 0.82 2.84 0.02 93.64 10:59:10 10:57:01 5 3.21 0.00 1.53 1.80 0.10 93.36 10:59:10 10:57:01 6 2.95 0.00 1.81 0.25 0.07 94.92 10:59:10 10:57:01 7 1.58 0.00 0.74 2.28 0.03 95.37 10:59:10 10:58:01 all 3.44 0.00 1.42 13.70 0.05 81.40 10:59:10 10:58:01 0 2.77 0.00 0.99 20.54 0.03 75.67 10:59:10 10:58:01 1 3.27 0.00 1.74 18.37 0.07 76.56 10:59:10 10:58:01 2 2.91 0.00 0.94 0.79 0.05 95.31 10:59:10 10:58:01 3 2.47 0.00 1.77 58.65 0.03 37.08 10:59:10 10:58:01 4 4.55 0.00 1.44 2.58 0.05 91.38 10:59:10 10:58:01 5 3.31 0.00 1.93 2.20 0.03 92.53 10:59:10 10:58:01 6 4.75 0.00 1.66 4.38 0.05 89.15 10:59:10 10:58:01 7 3.46 0.00 0.91 2.16 0.07 93.40 10:59:10 10:59:01 all 1.20 0.00 0.75 16.26 0.04 81.74 10:59:10 10:59:01 0 1.67 0.00 0.97 1.65 0.07 95.65 10:59:10 10:59:01 1 1.37 0.00 1.02 60.04 0.03 37.54 10:59:10 10:59:01 2 0.87 0.00 0.77 3.05 0.07 95.25 10:59:10 10:59:01 3 0.70 0.00 0.63 40.49 0.02 58.16 10:59:10 10:59:01 4 0.89 0.00 0.53 0.67 0.05 97.86 10:59:10 10:59:01 5 1.46 0.00 0.70 9.20 0.05 88.59 10:59:10 10:59:01 6 1.37 0.00 0.63 0.94 0.02 97.04 10:59:10 10:59:01 7 1.30 0.00 0.75 14.15 0.02 83.78 10:59:10 Average: all 3.82 0.00 1.04 3.36 0.03 91.75 10:59:10 Average: 0 3.71 0.00 1.10 3.03 0.03 92.13 10:59:10 Average: 1 3.72 0.00 1.12 7.69 0.02 87.45 10:59:10 Average: 2 3.91 0.00 0.97 1.67 0.03 93.41 10:59:10 Average: 3 3.80 0.00 0.98 9.91 0.02 85.28 10:59:10 Average: 4 3.82 0.00 1.02 0.49 0.02 94.65 10:59:10 Average: 5 3.96 0.00 1.07 1.66 0.03 93.29 10:59:10 Average: 6 3.85 0.00 1.06 0.51 0.03 94.56 10:59:10 Average: 7 3.79 0.00 1.02 1.93 0.03 93.23 10:59:10 10:59:10 10:59:10