Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 1f24b0a1909b23f42318563b740559601ceacb70 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-ssh13642046195521449656.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision d4291cbe28daa2a40ca94d44cc831565108a4ea5 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-ssh13677814064948961617.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 d4291cbe28daa2a40ca94d44cc831565108a4ea5 The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/device-sdk-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-sdk-go/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh644087792466614595.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision d4291cbe28daa2a40ca94d44cc831565108a4ea5 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f d4291cbe28daa2a40ca94d44cc831565108a4ea5 # timeout=10 Commit message: "Merge pull request #431 from ernestojeda/update-compose" > 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-ssh8385129111308049191.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-sdk-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-sdk-go/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh11881389102060240189.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-sdk-go, dockerImageName:device-sdk-simple, dockerFilePath:example/cmd/device-simple/Dockerfile, pushImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v3]] ========================================================= [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-sdk-go-settings PROJECT: device-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.20 USE_ALPINE: true DOCKER_FILE_PATH: example/cmd/device-simple/Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-sdk-simple DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v3 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 ‘prd-ubuntu20.04-docker-8c-8g-1482’ Running on prd-ubuntu20.04-docker-8c-8g-1494 in /w/workspace/edgexfoundry_device-sdk-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-sdk-go.git > git init /w/workspace/edgexfoundry_device-sdk-go_main # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-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-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 1f24b0a1909b23f42318563b740559601ceacb70 (main) > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-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 1f24b0a1909b23f42318563b740559601ceacb70 # timeout=10 Commit message: "Merge pull request #1477 from jinlinGuan/bootstrap-issue-478" > git rev-list --no-walk a0da80382c0e288d5b5fa5ac238919125b7cf977 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-07-19T02:23:13.030Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-07-19T02:23:13.097Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-07-19T02:23:13.116Z] ========================================================= [2023-07-19T02:23:13.116Z] EdgeX Global Pipelines Version Info [2023-07-19T02:23:13.116Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-07-19T02:23:13.827Z] ------------------- [2023-07-19T02:23:13.827Z] stable info: [2023-07-19T02:23:13.827Z] ------------------- [2023-07-19T02:23:13.827Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-07-19T02:23:13.827Z] Commit SHA: d4291cbe28daa2a40ca94d44cc831565108a4ea5 [2023-07-19T02:23:13.827Z] Message: update stable to v1.0.250 [2023-07-19T02:23:14.398Z] ------------------- [2023-07-19T02:23:14.398Z] experimental info: [2023-07-19T02:23:14.398Z] ------------------- [2023-07-19T02:23:14.398Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-07-19T02:23:14.398Z] Commit SHA: d4291cbe28daa2a40ca94d44cc831565108a4ea5 [2023-07-19T02:23:14.398Z] Message: update experimental to v1.0.250 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-07-19T02:23:14.553Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2023-07-19T02:23:14.566Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2023-07-19T02:23:14.583Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-07-19T02:23:14.604Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-07-19T02:23:14.623Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-07-19T02:23:14.641Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo [2023-07-19T02:23:14.658Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-07-19T02:23:14.675Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2023-07-19T02:23:14.694Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-07-19T02:23:14.710Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-07-19T02:23:14.727Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-07-19T02:23:14.747Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-sdk-simple [Pipeline] echo [2023-07-19T02:23:14.768Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-07-19T02:23:14.785Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-07-19T02:23:14.804Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-07-19T02:23:14.820Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2023-07-19T02:23:14.835Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-07-19T02:23:14.851Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-07-19T02:23:14.868Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-07-19T02:23:14.888Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-07-19T02:23:14.906Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2023-07-19T02:23:14.923Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo [2023-07-19T02:23:14.941Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-07-19T02:23:14.974Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-07-19T02:23:14.995Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2023-07-19T02:23:15.010Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-07-19T02:23:15.030Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-07-19T02:23:15.046Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2023-07-19T02:23:15.064Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2023-07-19T02:23:15.086Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2023-07-19T02:23:15.102Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 1f24b0a1909b23f42318563b740559601ceacb70 [Pipeline] echo [2023-07-19T02:23:15.116Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 1f24b0a [Pipeline] echo [2023-07-19T02:23:15.127Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-07-19T02:23:15.189Z] provisioning config files... [2023-07-19T02:23:15.203Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config13769357207903608568tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-07-19T02:23:15.508Z] ---> docker-login.sh [2023-07-19T02:23:15.508Z] nexus3.edgexfoundry.org:10001 [2023-07-19T02:23:15.769Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-19T02:23:16.030Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-19T02:23:16.030Z] Configure a credential helper to remove this warning. See [2023-07-19T02:23:16.030Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-19T02:23:16.030Z] [2023-07-19T02:23:16.030Z] Login Succeeded [2023-07-19T02:23:16.030Z] nexus3.edgexfoundry.org:10002 [2023-07-19T02:23:16.030Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-19T02:23:16.030Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-19T02:23:16.030Z] Configure a credential helper to remove this warning. See [2023-07-19T02:23:16.030Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-19T02:23:16.030Z] [2023-07-19T02:23:16.030Z] Login Succeeded [2023-07-19T02:23:16.030Z] nexus3.edgexfoundry.org:10003 [2023-07-19T02:23:16.030Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-19T02:23:16.290Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-19T02:23:16.290Z] Configure a credential helper to remove this warning. See [2023-07-19T02:23:16.290Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-19T02:23:16.290Z] [2023-07-19T02:23:16.290Z] Login Succeeded [2023-07-19T02:23:16.290Z] nexus3.edgexfoundry.org:10004 [2023-07-19T02:23:16.290Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-19T02:23:16.290Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-19T02:23:16.290Z] Configure a credential helper to remove this warning. See [2023-07-19T02:23:16.290Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-19T02:23:16.290Z] [2023-07-19T02:23:16.290Z] Login Succeeded [2023-07-19T02:23:16.290Z] docker.io [2023-07-19T02:23:16.290Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-19T02:23:16.549Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-19T02:23:16.549Z] Configure a credential helper to remove this warning. See [2023-07-19T02:23:16.549Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-19T02:23:16.549Z] [2023-07-19T02:23:16.549Z] Login Succeeded [2023-07-19T02:23:16.549Z] ---> docker-login.sh ends [Pipeline] } [2023-07-19T02:23:16.556Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-07-19T02:23:16.933Z] + git rev-list -1 --merges 1f24b0a1909b23f42318563b740559601ceacb70~1..1f24b0a1909b23f42318563b740559601ceacb70 [Pipeline] echo [2023-07-19T02:23:17.016Z] -----------> git rev-list -1 --merges 1f24b0a1909b23f42318563b740559601ceacb70~1..1f24b0a1909b23f42318563b740559601ceacb70 1f24b0a1909b23f42318563b740559601ceacb70 [2023-07-19T02:23:17.016Z] 1f24b0a1909b23f42318563b740559601ceacb70 [false] [Pipeline] sh [2023-07-19T02:23:17.309Z] + git log --format=format:%s -1 1f24b0a1909b23f42318563b740559601ceacb70 [Pipeline] echo [2023-07-19T02:23:17.325Z] ========================================================= [2023-07-19T02:23:17.325Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-07-19T02:23:17.325Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-07-19T02:23:17.659Z] + git log --format=format:%s -1 1f24b0a1909b23f42318563b740559601ceacb70 [Pipeline] echo [2023-07-19T02:23:17.670Z] [semverPrep] GIT_COMMIT: 1f24b0a1909b23f42318563b740559601ceacb70, Commit Message: Merge pull request #1477 from jinlinGuan/bootstrap-issue-478 [Pipeline] echo [2023-07-19T02:23:17.679Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-07-19T02:23:18.059Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-07-19T02:23:18.059Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-07-19T02:23:18.059Z] + [ -e /tmp/ssh_known_hosts ] [2023-07-19T02:23:18.059Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-07-19T02:23:18.059Z] + echo+ github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-07-19T02:23:18.059Z] sudo tee -a /etc/ssh/ssh_known_hosts [2023-07-19T02:23:18.059Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-19T02:23:18.530Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-07-19T02:23:18.530Z] [2023-07-19T02:23:18.530Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-19T02:23:18.834Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-07-19T02:23:18.834Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-07-19T02:23:18.834Z] b85a868b505f: Pulling fs layer [2023-07-19T02:23:18.834Z] e2be974225ed: Pulling fs layer [2023-07-19T02:23:18.834Z] 339a4e72a1f5: Pulling fs layer [2023-07-19T02:23:18.834Z] 988bab9f4d93: Pulling fs layer [2023-07-19T02:23:18.834Z] 1469e6f7b9e6: Pulling fs layer [2023-07-19T02:23:18.834Z] eaf3925da568: Pulling fs layer [2023-07-19T02:23:18.834Z] 988bab9f4d93: Waiting [2023-07-19T02:23:18.834Z] bab4dde63d76: Pulling fs layer [2023-07-19T02:23:18.834Z] bde34c3a00c8: Pulling fs layer [2023-07-19T02:23:18.834Z] b352a97aabf1: Pulling fs layer [2023-07-19T02:23:18.834Z] bab4dde63d76: Waiting [2023-07-19T02:23:18.834Z] bde34c3a00c8: Waiting [2023-07-19T02:23:18.834Z] 4872d77fe225: Pulling fs layer [2023-07-19T02:23:18.834Z] b352a97aabf1: Waiting [2023-07-19T02:23:18.834Z] 5851b861e8e6: Pulling fs layer [2023-07-19T02:23:18.834Z] 4872d77fe225: Waiting [2023-07-19T02:23:18.834Z] e2be974225ed: Verifying Checksum [2023-07-19T02:23:18.834Z] e2be974225ed: Download complete [2023-07-19T02:23:18.834Z] 988bab9f4d93: Verifying Checksum [2023-07-19T02:23:18.834Z] 988bab9f4d93: Download complete [2023-07-19T02:23:18.834Z] 1469e6f7b9e6: Verifying Checksum [2023-07-19T02:23:18.834Z] 1469e6f7b9e6: Download complete [2023-07-19T02:23:18.834Z] eaf3925da568: Verifying Checksum [2023-07-19T02:23:18.834Z] eaf3925da568: Download complete [2023-07-19T02:23:19.094Z] 339a4e72a1f5: Verifying Checksum [2023-07-19T02:23:19.094Z] 339a4e72a1f5: Download complete [2023-07-19T02:23:19.094Z] bde34c3a00c8: Download complete [2023-07-19T02:23:19.094Z] b352a97aabf1: Download complete [2023-07-19T02:23:19.094Z] 4872d77fe225: Download complete [2023-07-19T02:23:19.094Z] 5851b861e8e6: Verifying Checksum [2023-07-19T02:23:19.094Z] 5851b861e8e6: Download complete [2023-07-19T02:23:19.094Z] b85a868b505f: Download complete [2023-07-19T02:23:19.353Z] bab4dde63d76: Verifying Checksum [2023-07-19T02:23:19.353Z] bab4dde63d76: Download complete [2023-07-19T02:23:20.292Z] b85a868b505f: Pull complete [2023-07-19T02:23:20.553Z] e2be974225ed: Pull complete [2023-07-19T02:23:21.121Z] 339a4e72a1f5: Pull complete [2023-07-19T02:23:21.121Z] 988bab9f4d93: Pull complete [2023-07-19T02:23:21.382Z] 1469e6f7b9e6: Pull complete [2023-07-19T02:23:21.647Z] eaf3925da568: Pull complete [2023-07-19T02:23:23.556Z] bab4dde63d76: Pull complete [2023-07-19T02:23:23.556Z] bde34c3a00c8: Pull complete [2023-07-19T02:23:23.556Z] b352a97aabf1: Pull complete [2023-07-19T02:23:23.817Z] 4872d77fe225: Pull complete [2023-07-19T02:23:23.817Z] 5851b861e8e6: Pull complete [2023-07-19T02:23:23.817Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-07-19T02:23:23.817Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-07-19T02:23:23.817Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-07-19T02:23:23.928Z] prd-ubuntu20.04-docker-8c-8g-1494 does not seem to be running inside a container [2023-07-19T02:23:23.952Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-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 [2023-07-19T02:23:27.446Z] $ docker top c9518686e091282925a361b800816d11bc44dab0371f875a32dabb9b7d5f515e -eo pid,comm [2023-07-19T02:23:27.520Z] 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). [2023-07-19T02:23:27.520Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-07-19T02:23:27.553Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-07-19T02:23:27.553Z] [ssh-agent] Looking for ssh-agent implementation... [2023-07-19T02:23:27.671Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-07-19T02:23:27.664Z] $ docker exec c9518686e091282925a361b800816d11bc44dab0371f875a32dabb9b7d5f515e ssh-agent [2023-07-19T02:23:27.798Z] SSH_AUTH_SOCK=/tmp/ssh-OWY1mGcG9CYw/agent.33 [2023-07-19T02:23:27.798Z] SSH_AGENT_PID=39 [2023-07-19T02:23:27.805Z] Running ssh-add (command line suppressed) [2023-07-19T02:23:27.921Z] Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_7810784724403663716.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_7810784724403663716.key) [2023-07-19T02:23:27.947Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-07-19T02:23:28.250Z] + git tag --points-at HEAD [Pipeline] } [2023-07-19T02:23:28.258Z] $ docker exec --env ******** --env ******** c9518686e091282925a361b800816d11bc44dab0371f875a32dabb9b7d5f515e ssh-agent -k [2023-07-19T02:23:28.374Z] unset SSH_AUTH_SOCK; [2023-07-19T02:23:28.375Z] unset SSH_AGENT_PID; [2023-07-19T02:23:28.375Z] echo Agent pid 39 killed; [2023-07-19T02:23:28.396Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-07-19T02:23:28.424Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-07-19T02:23:28.424Z] [ssh-agent] Looking for ssh-agent implementation... [2023-07-19T02:23:28.568Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-07-19T02:23:28.560Z] $ docker exec c9518686e091282925a361b800816d11bc44dab0371f875a32dabb9b7d5f515e ssh-agent [2023-07-19T02:23:28.689Z] SSH_AUTH_SOCK=/tmp/ssh-AsrpyRhxnxNy/agent.71 [2023-07-19T02:23:28.689Z] SSH_AGENT_PID=77 [2023-07-19T02:23:28.695Z] Running ssh-add (command line suppressed) [2023-07-19T02:23:28.794Z] Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_5540798648553556375.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_5540798648553556375.key) [2023-07-19T02:23:28.819Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-07-19T02:23:29.109Z] + git semver init [2023-07-19T02:23:29.371Z] 2023-07-19 02:23:29,292 [run_init] DEBUG init version:0.0.0 force:False [2023-07-19T02:23:29.371Z] 2023-07-19 02:23:29,293 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_device-sdk-go_main/.semver [2023-07-19T02:23:29.371Z] 2023-07-19 02:23:29,293 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-sdk-go.git /w/workspace/edgexfoundry_device-sdk-go_main/.semver [2023-07-19T02:23:29.371Z] 2023-07-19 02:23:29,293 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-sdk-go.git', '/w/workspace/edgexfoundry_device-sdk-go_main/.semver'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, universal_newlines=False, shell=None, istream=None) [2023-07-19T02:23:30.312Z] 2023-07-19 02:23:30,143 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_device-sdk-go_main/.git/info/exclude [2023-07-19T02:23:30.312Z] 2023-07-19 02:23:30,144 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_device-sdk-go_main/.semver/main with force:False [2023-07-19T02:23:30.313Z] 2023-07-19 02:23:30,144 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-07-19T02:23:30.313Z] 2023-07-19 02:23:30,144 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-07-19T02:23:30.313Z] 3.1.0-dev.5 [Pipeline] } [2023-07-19T02:23:30.313Z] $ docker exec --env ******** --env ******** c9518686e091282925a361b800816d11bc44dab0371f875a32dabb9b7d5f515e ssh-agent -k [2023-07-19T02:23:30.435Z] unset SSH_AUTH_SOCK; [2023-07-19T02:23:30.435Z] unset SSH_AGENT_PID; [2023-07-19T02:23:30.435Z] echo Agent pid 77 killed; [2023-07-19T02:23:30.456Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-07-19T02:23:30.774Z] + git semver [Pipeline] } [2023-07-19T02:23:31.042Z] $ docker stop --time=1 c9518686e091282925a361b800816d11bc44dab0371f875a32dabb9b7d5f515e [2023-07-19T02:23:32.366Z] $ docker rm -f --volumes c9518686e091282925a361b800816d11bc44dab0371f875a32dabb9b7d5f515e [Pipeline] // withDockerContainer [Pipeline] sh [2023-07-19T02:23:32.710Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-07-19T02:23:32.910Z] Stashed 1 file(s) [Pipeline] echo [2023-07-19T02:23:32.912Z] [edgeXSemver]: initialized semver on version 3.1.0-dev.5 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-07-19T02:23:33.048Z] provisioning config files... [2023-07-19T02:23:33.058Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config2299389869141716142tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-07-19T02:23:33.359Z] ---> docker-login.sh [2023-07-19T02:23:33.359Z] nexus3.edgexfoundry.org:10001 [2023-07-19T02:23:33.359Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-19T02:23:33.359Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-19T02:23:33.359Z] Configure a credential helper to remove this warning. See [2023-07-19T02:23:33.359Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-19T02:23:33.359Z] [2023-07-19T02:23:33.359Z] Login Succeeded [2023-07-19T02:23:33.359Z] nexus3.edgexfoundry.org:10002 [2023-07-19T02:23:33.359Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-19T02:23:33.360Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-19T02:23:33.360Z] Configure a credential helper to remove this warning. See [2023-07-19T02:23:33.360Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-19T02:23:33.360Z] [2023-07-19T02:23:33.360Z] Login Succeeded [2023-07-19T02:23:33.360Z] nexus3.edgexfoundry.org:10003 [2023-07-19T02:23:33.619Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-19T02:23:33.619Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-19T02:23:33.619Z] Configure a credential helper to remove this warning. See [2023-07-19T02:23:33.619Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-19T02:23:33.619Z] [2023-07-19T02:23:33.619Z] Login Succeeded [2023-07-19T02:23:33.619Z] nexus3.edgexfoundry.org:10004 [2023-07-19T02:23:33.619Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-19T02:23:33.619Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-19T02:23:33.619Z] Configure a credential helper to remove this warning. See [2023-07-19T02:23:33.619Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-19T02:23:33.619Z] [2023-07-19T02:23:33.619Z] Login Succeeded [2023-07-19T02:23:33.619Z] docker.io [2023-07-19T02:23:33.879Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-19T02:23:33.879Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-19T02:23:33.880Z] Configure a credential helper to remove this warning. See [2023-07-19T02:23:33.880Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-19T02:23:33.880Z] [2023-07-19T02:23:33.880Z] Login Succeeded [2023-07-19T02:23:33.880Z] ---> docker-login.sh ends [Pipeline] } [2023-07-19T02:23:33.887Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-07-19T02:23:33.949Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-07-19T02:23:33.964Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-07-19T02:23:33.978Z] ========================================================= [2023-07-19T02:23:33.978Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] [2023-07-19T02:23:33.978Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-19T02:23:34.304Z] + docker build -t ci-base-image-x86_64 -f example/cmd/device-simple/Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine --build-arg MAKE=echo noop --target=builder . [2023-07-19T02:23:34.304Z] Sending build context to Docker daemon 10.89MB [2023-07-19T02:23:34.304Z] Step 1/10 : ARG BASE=golang:1.20-alpine3.17 [2023-07-19T02:23:34.304Z] Step 2/10 : FROM ${BASE} AS builder [2023-07-19T02:23:34.304Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base [2023-07-19T02:23:34.304Z] 4db1b89c0bd1: Pulling fs layer [2023-07-19T02:23:34.304Z] 6911f1a30b25: Pulling fs layer [2023-07-19T02:23:34.304Z] e194b8c5c2a9: Pulling fs layer [2023-07-19T02:23:34.304Z] 6863d3e3a2b1: Pulling fs layer [2023-07-19T02:23:34.304Z] ec0bb842ea78: Pulling fs layer [2023-07-19T02:23:34.304Z] 40a00589a448: Pulling fs layer [2023-07-19T02:23:34.304Z] 6c08303d61cc: Pulling fs layer [2023-07-19T02:23:34.304Z] 798269fcf238: Pulling fs layer [2023-07-19T02:23:34.304Z] ec0bb842ea78: Waiting [2023-07-19T02:23:34.304Z] 40a00589a448: Waiting [2023-07-19T02:23:34.304Z] 6c08303d61cc: Waiting [2023-07-19T02:23:34.304Z] 798269fcf238: Waiting [2023-07-19T02:23:34.304Z] 6863d3e3a2b1: Waiting [2023-07-19T02:23:34.304Z] 6911f1a30b25: Verifying Checksum [2023-07-19T02:23:34.304Z] 6911f1a30b25: Download complete [2023-07-19T02:23:34.564Z] 6863d3e3a2b1: Verifying Checksum [2023-07-19T02:23:34.564Z] 6863d3e3a2b1: Download complete [2023-07-19T02:23:34.564Z] ec0bb842ea78: Verifying Checksum [2023-07-19T02:23:34.564Z] ec0bb842ea78: Download complete [2023-07-19T02:23:34.564Z] 4db1b89c0bd1: Download complete [2023-07-19T02:23:34.564Z] 40a00589a448: Verifying Checksum [2023-07-19T02:23:34.564Z] 40a00589a448: Download complete [2023-07-19T02:23:34.564Z] 4db1b89c0bd1: Pull complete [2023-07-19T02:23:34.826Z] 6911f1a30b25: Pull complete [2023-07-19T02:23:35.088Z] 798269fcf238: Verifying Checksum [2023-07-19T02:23:35.088Z] 798269fcf238: Download complete [2023-07-19T02:23:35.350Z] e194b8c5c2a9: Verifying Checksum [2023-07-19T02:23:35.350Z] e194b8c5c2a9: Download complete [2023-07-19T02:23:35.350Z] 6c08303d61cc: Verifying Checksum [2023-07-19T02:23:35.350Z] 6c08303d61cc: Download complete [2023-07-19T02:23:38.656Z] e194b8c5c2a9: Pull complete [2023-07-19T02:23:38.916Z] 6863d3e3a2b1: Pull complete [2023-07-19T02:23:38.916Z] ec0bb842ea78: Pull complete [2023-07-19T02:23:38.916Z] 40a00589a448: Pull complete [2023-07-19T02:23:41.451Z] 6c08303d61cc: Pull complete [2023-07-19T02:23:42.826Z] 798269fcf238: Pull complete [2023-07-19T02:23:42.826Z] Digest: sha256:68752d3c5041900b879808a9c232fa800f64c2352b9991beceed63c007ae5301 [2023-07-19T02:23:42.826Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-07-19T02:23:42.826Z] ---> ec979cd7f677 [2023-07-19T02:23:42.826Z] Step 3/10 : ARG MAKE=make build [2023-07-19T02:23:47.054Z] ---> Running in 8cc9adbcf185 [2023-07-19T02:23:47.054Z] Removing intermediate container 8cc9adbcf185 [2023-07-19T02:23:47.054Z] ---> 4103e418cd8b [2023-07-19T02:23:47.054Z] Step 4/10 : WORKDIR /device-sdk-go [2023-07-19T02:23:47.054Z] ---> Running in 9e2955b84467 [2023-07-19T02:23:47.054Z] Removing intermediate container 9e2955b84467 [2023-07-19T02:23:47.054Z] ---> e4604016b1c6 [2023-07-19T02:23:47.054Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-07-19T02:23:47.054Z] ---> Running in 2b1c0f398e76 [2023-07-19T02:23:47.054Z] Removing intermediate container 2b1c0f398e76 [2023-07-19T02:23:47.054Z] ---> c66059969cc3 [2023-07-19T02:23:47.054Z] Step 6/10 : RUN apk add --update --no-cache make git [2023-07-19T02:23:47.314Z] ---> Running in 437634136d85 [2023-07-19T02:23:47.578Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-07-19T02:23:47.853Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-07-19T02:23:48.012Z] Still waiting to schedule task [2023-07-19T02:23:48.013Z] Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-1492’ [2023-07-19T02:23:48.111Z] OK: 265 MiB in 53 packages [2023-07-19T02:23:48.370Z] Removing intermediate container 437634136d85 [2023-07-19T02:23:48.370Z] ---> f23788ee1f7c [2023-07-19T02:23:48.370Z] Step 7/10 : COPY go.mod vendor* ./ [2023-07-19T02:23:48.370Z] ---> e7f9c06b7363 [2023-07-19T02:23:48.370Z] Step 8/10 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-07-19T02:23:48.629Z] ---> Running in f13852f6547d [2023-07-19T02:24:35.354Z] Removing intermediate container f13852f6547d [2023-07-19T02:24:35.354Z] ---> 017b92e23011 [2023-07-19T02:24:35.354Z] Step 9/10 : COPY . . [2023-07-19T02:24:35.354Z] ---> e4eb38c5e86d [2023-07-19T02:24:35.354Z] Step 10/10 : RUN ${MAKE} [2023-07-19T02:24:35.354Z] ---> Running in 7f9adbb2bd5f [2023-07-19T02:24:35.354Z] noop [2023-07-19T02:24:35.354Z] Removing intermediate container 7f9adbb2bd5f [2023-07-19T02:24:35.354Z] ---> 04448ab7ee09 [2023-07-19T02:24:35.354Z] Successfully built 04448ab7ee09 [2023-07-19T02:24:35.354Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-19T02:24:35.689Z] + docker inspect -f . ci-base-image-x86_64 [2023-07-19T02:24:35.689Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-07-19T02:24:35.756Z] prd-ubuntu20.04-docker-8c-8g-1494 does not seem to be running inside a container [2023-07-19T02:24:35.788Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-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 [2023-07-19T02:24:36.109Z] $ docker top b42a85513dfab943374e300fc02b320af8a528abf3f5c839701011f928379144 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-07-19T02:24:36.450Z] + go version [2023-07-19T02:24:36.450Z] go version go1.20.6 linux/amd64 [Pipeline] } [2023-07-19T02:24:36.471Z] $ docker stop --time=1 b42a85513dfab943374e300fc02b320af8a528abf3f5c839701011f928379144 [2023-07-19T02:24:37.726Z] $ docker rm -f --volumes b42a85513dfab943374e300fc02b320af8a528abf3f5c839701011f928379144 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-19T02:24:38.162Z] + docker inspect -f . ci-base-image-x86_64 [2023-07-19T02:24:38.162Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-07-19T02:24:38.255Z] prd-ubuntu20.04-docker-8c-8g-1494 does not seem to be running inside a container [2023-07-19T02:24:38.295Z] $ 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-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-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 [2023-07-19T02:24:38.612Z] $ docker top 27c843d515e0eae9456a2e4998271a71324afc1256da5680e6be583f9c8ab972 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-07-19T02:24:38.957Z] + git config --global --add safe.directory /w/workspace/edgexfoundry_device-sdk-go_main [Pipeline] fileExists [Pipeline] sh [2023-07-19T02:24:39.264Z] + make test [2023-07-19T02:24:39.264Z] go test -race -coverprofile=coverage.out ./... [2023-07-19T02:24:45.867Z] ? github.com/edgexfoundry/device-sdk-go/v3 [no test files] [2023-07-19T02:25:00.778Z] ? github.com/edgexfoundry/device-sdk-go/v3/example/cmd/device-simple [no test files] [2023-07-19T02:25:00.778Z] ? github.com/edgexfoundry/device-sdk-go/v3/example/config [no test files] [2023-07-19T02:25:00.778Z] ? github.com/edgexfoundry/device-sdk-go/v3/example/driver [no test files] [2023-07-19T02:25:00.778Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/application [no test files] [2023-07-19T02:25:00.778Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/autodiscovery [no test files] [2023-07-19T02:25:00.778Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/autoevent 0.054s coverage: 27.6% of statements [2023-07-19T02:25:00.778Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/config [no test files] [2023-07-19T02:25:00.778Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/container [no test files] [2023-07-19T02:25:00.778Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/cache 0.059s coverage: 80.2% of statements [2023-07-19T02:25:00.778Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/common 0.070s coverage: 86.0% of statements [2023-07-19T02:25:00.778Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http/correlation [no test files] [2023-07-19T02:25:00.778Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/provision [no test files] [2023-07-19T02:25:00.778Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http 0.104s coverage: 70.6% of statements [2023-07-19T02:25:00.778Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces [no test files] [2023-07-19T02:25:00.778Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces/mocks [no test files] [2023-07-19T02:25:01.349Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/startup [no test files] [2023-07-19T02:25:03.925Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/controller/messaging 3.064s coverage: 14.3% of statements [2023-07-19T02:25:03.925Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/transformer 0.081s coverage: 68.5% of statements [2023-07-19T02:25:03.925Z] ok github.com/edgexfoundry/device-sdk-go/v3/pkg/models 0.109s coverage: 89.2% of statements [2023-07-19T02:25:03.925Z] ok github.com/edgexfoundry/device-sdk-go/v3/pkg/service 0.061s coverage: 5.6% of statements [2023-07-19T02:25:23.632Z] GO111MODULE=on go vet ./... [2023-07-19T02:25:25.009Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-07-19T02:25:25.268Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-07-19T02:25:25.268Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-07-19T02:25:25.282Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-07-19T02:25:25.298Z] $ docker stop --time=1 27c843d515e0eae9456a2e4998271a71324afc1256da5680e6be583f9c8ab972 [2023-07-19T02:25:29.337Z] $ docker rm -f --volumes 27c843d515e0eae9456a2e4998271a71324afc1256da5680e6be583f9c8ab972 [Pipeline] // withDockerContainer [Pipeline] sh [2023-07-19T02:25:29.831Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-07-19T02:25:29.879Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2023-07-19T02:25:30.410Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-07-19T02:25:30.700Z] + ls -al . [2023-07-19T02:25:30.701Z] total 284 [2023-07-19T02:25:30.701Z] drwxrwxr-x 11 jenkins jenkins 4096 Jul 19 02:24 . [2023-07-19T02:25:30.701Z] drwxrwxr-x 4 jenkins jenkins 4096 Jul 19 02:23 .. [2023-07-19T02:25:30.701Z] -rw-rw-r-- 1 jenkins jenkins 140 Jul 19 02:23 .dockerignore [2023-07-19T02:25:30.701Z] drwxrwxr-x 8 jenkins jenkins 4096 Jul 19 02:23 .git [2023-07-19T02:25:30.701Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 19 02:23 .github [2023-07-19T02:25:30.701Z] -rw-rw-r-- 1 jenkins jenkins 137 Jul 19 02:23 .gitignore [2023-07-19T02:25:30.701Z] -rw-rw-r-- 1 jenkins jenkins 42 Jul 19 02:23 .golangci.yml [2023-07-19T02:25:30.701Z] drwxr-xr-x 3 jenkins jenkins 4096 Jul 19 02:23 .semver [2023-07-19T02:25:30.701Z] -rw-rw-r-- 1 jenkins jenkins 44878 Jul 19 02:23 CHANGELOG.md [2023-07-19T02:25:30.701Z] -rw-rw-r-- 1 jenkins jenkins 677 Jul 19 02:23 GOVERNANCE.md [2023-07-19T02:25:30.701Z] -rw-rw-r-- 1 jenkins jenkins 885 Jul 19 02:23 Jenkinsfile [2023-07-19T02:25:30.701Z] -rw-rw-r-- 1 jenkins jenkins 11341 Jul 19 02:23 LICENSE [2023-07-19T02:25:30.701Z] -rw-rw-r-- 1 jenkins jenkins 1842 Jul 19 02:23 Makefile [2023-07-19T02:25:30.701Z] -rw-rw-r-- 1 jenkins jenkins 619 Jul 19 02:23 OWNERS.md [2023-07-19T02:25:30.701Z] -rw-rw-r-- 1 jenkins jenkins 4933 Jul 19 02:23 README.md [2023-07-19T02:25:30.701Z] -rw-rw-r-- 1 jenkins jenkins 11 Jul 19 02:23 VERSION [2023-07-19T02:25:30.701Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 19 02:23 bin [2023-07-19T02:25:30.701Z] -rw-r--r-- 1 jenkins jenkins 104687 Jul 19 02:25 coverage.out [2023-07-19T02:25:30.701Z] drwxrwxr-x 5 jenkins jenkins 4096 Jul 19 02:23 example [2023-07-19T02:25:30.701Z] -rw-rw-r-- 1 jenkins jenkins 3461 Jul 19 02:23 go.mod [2023-07-19T02:25:30.701Z] -rw-rw-r-- 1 jenkins jenkins 32143 Jul 19 02:23 go.sum [2023-07-19T02:25:30.701Z] drwxrwxr-x 12 jenkins jenkins 4096 Jul 19 02:23 internal [2023-07-19T02:25:30.701Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 19 02:23 openapi [2023-07-19T02:25:30.701Z] drwxrwxr-x 6 jenkins jenkins 4096 Jul 19 02:23 pkg [2023-07-19T02:25:30.701Z] drwxrwxr-x 4 jenkins jenkins 4096 Jul 19 02:23 snap [2023-07-19T02:25:30.701Z] -rw-rw-r-- 1 jenkins jenkins 222 Jul 19 02:23 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-19T02:25:31.015Z] + docker build -t device-sdk-simple -f example/cmd/device-simple/Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg MAKE=make build --build-arg ARCH=amd64 --label git_sha=1f24b0a1909b23f42318563b740559601ceacb70 --label arch=amd64 --label version=3.1.0-dev.5 . [2023-07-19T02:25:31.016Z] Sending build context to Docker daemon 10.99MB [2023-07-19T02:25:31.016Z] Step 1/23 : ARG BASE=golang:1.20-alpine3.17 [2023-07-19T02:25:31.016Z] Step 2/23 : FROM ${BASE} AS builder [2023-07-19T02:25:31.016Z] ---> 04448ab7ee09 [2023-07-19T02:25:31.016Z] Step 3/23 : ARG MAKE=make build [2023-07-19T02:25:31.277Z] ---> Running in 15cb8d860449 [2023-07-19T02:25:31.277Z] Removing intermediate container 15cb8d860449 [2023-07-19T02:25:31.277Z] ---> befcd6ae111a [2023-07-19T02:25:31.277Z] Step 4/23 : WORKDIR /device-sdk-go [2023-07-19T02:25:31.277Z] ---> Running in 8e900c0f5b1d [2023-07-19T02:25:31.277Z] Removing intermediate container 8e900c0f5b1d [2023-07-19T02:25:31.277Z] ---> 792db54552ee [2023-07-19T02:25:31.277Z] Step 5/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-07-19T02:25:31.277Z] ---> Running in 0ea0767bbe82 [2023-07-19T02:25:31.576Z] Removing intermediate container 0ea0767bbe82 [2023-07-19T02:25:31.577Z] ---> effb386805e5 [2023-07-19T02:25:31.577Z] Step 6/23 : RUN apk add --update --no-cache make git [2023-07-19T02:25:31.577Z] ---> Running in 51446a5a5d72 [2023-07-19T02:25:31.856Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-07-19T02:25:31.856Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-07-19T02:25:32.147Z] OK: 265 MiB in 53 packages [2023-07-19T02:25:32.424Z] Removing intermediate container 51446a5a5d72 [2023-07-19T02:25:32.425Z] ---> 0f960bac8577 [2023-07-19T02:25:32.425Z] Step 7/23 : COPY go.mod vendor* ./ [2023-07-19T02:25:32.695Z] ---> a34104290ebd [2023-07-19T02:25:32.695Z] Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-07-19T02:25:32.695Z] ---> Running in 7c28d2c545ed [2023-07-19T02:25:33.278Z] Removing intermediate container 7c28d2c545ed [2023-07-19T02:25:33.278Z] ---> 8edbd9e65a76 [2023-07-19T02:25:33.278Z] Step 9/23 : COPY . . [2023-07-19T02:25:33.848Z] ---> 8d9c55d23d22 [2023-07-19T02:25:33.848Z] Step 10/23 : RUN ${MAKE} [2023-07-19T02:25:33.848Z] ---> Running in a818ea0528a7 [2023-07-19T02:25:34.107Z] CGO_ENABLED=0 go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v3.Version=3.1.0-dev.5 -X github.com/edgexfoundry/device-sdk-go/v3/internal/common.SDKVersion=3.1.0-dev.5" -trimpath -mod=readonly -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2023-07-19T02:25:56.054Z] Removing intermediate container a818ea0528a7 [2023-07-19T02:25:56.054Z] ---> 55cecb3d9d01 [2023-07-19T02:25:56.054Z] Step 11/23 : FROM alpine:3.17 [2023-07-19T02:25:56.054Z] 3.17: Pulling from library/alpine [2023-07-19T02:25:56.054Z] 4db1b89c0bd1: Already exists [2023-07-19T02:25:56.054Z] Digest: sha256:e95676db9e4a4f16f6cc01a8915368f82b018cc07aba951c1bd1db586c081388 [2023-07-19T02:25:56.055Z] Status: Downloaded newer image for alpine:3.17 [2023-07-19T02:25:56.055Z] ---> 1f73a9d63274 [2023-07-19T02:25:56.055Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2023-07-19T02:25:56.055Z] ---> Running in 81ddda513efa [2023-07-19T02:25:56.055Z] Removing intermediate container 81ddda513efa [2023-07-19T02:25:56.055Z] ---> b028bbac5186 [2023-07-19T02:25:56.055Z] Step 13/23 : RUN apk add --update --no-cache [2023-07-19T02:25:56.055Z] ---> Running in 29d50bf98816 [2023-07-19T02:25:56.055Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-07-19T02:25:56.055Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-07-19T02:25:56.055Z] OK: 7 MiB in 15 packages [2023-07-19T02:25:56.055Z] Removing intermediate container 29d50bf98816 [2023-07-19T02:25:56.055Z] ---> 4e1c8497f927 [2023-07-19T02:25:56.055Z] Step 14/23 : WORKDIR / [2023-07-19T02:25:56.055Z] ---> Running in c493435ff0cd [2023-07-19T02:25:56.055Z] Removing intermediate container c493435ff0cd [2023-07-19T02:25:56.055Z] ---> cef3a3c37eb0 [2023-07-19T02:25:56.055Z] Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt [2023-07-19T02:25:56.055Z] ---> 15c7fa8abd96 [2023-07-19T02:25:56.055Z] Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple [2023-07-19T02:25:56.993Z] ---> a86cb265b413 [2023-07-19T02:25:56.993Z] Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res [2023-07-19T02:25:56.993Z] ---> dc45b5bbcdcb [2023-07-19T02:25:56.993Z] Step 18/23 : EXPOSE 59999 [2023-07-19T02:25:56.993Z] ---> Running in 87c23187c491 [2023-07-19T02:25:57.252Z] Removing intermediate container 87c23187c491 [2023-07-19T02:25:57.252Z] ---> 3dfb24d8298b [2023-07-19T02:25:57.252Z] Step 19/23 : ENTRYPOINT ["/device-simple"] [2023-07-19T02:25:57.252Z] ---> Running in 64d059991e5d [2023-07-19T02:25:57.252Z] Removing intermediate container 64d059991e5d [2023-07-19T02:25:57.252Z] ---> fb83e19b3545 [2023-07-19T02:25:57.252Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-07-19T02:25:57.252Z] ---> Running in 06b574d3739c [2023-07-19T02:25:57.252Z] Removing intermediate container 06b574d3739c [2023-07-19T02:25:57.252Z] ---> ff3a157b0dfd [2023-07-19T02:25:57.252Z] Step 21/23 : LABEL arch=amd64 [2023-07-19T02:25:57.252Z] ---> Running in 62cf313453fd [2023-07-19T02:25:57.511Z] Removing intermediate container 62cf313453fd [2023-07-19T02:25:57.511Z] ---> 55862e858e9c [2023-07-19T02:25:57.511Z] Step 22/23 : LABEL git_sha=1f24b0a1909b23f42318563b740559601ceacb70 [2023-07-19T02:25:57.511Z] ---> Running in e71a10719a3d [2023-07-19T02:25:57.511Z] Removing intermediate container e71a10719a3d [2023-07-19T02:25:57.511Z] ---> 8e18e585db6c [2023-07-19T02:25:57.511Z] Step 23/23 : LABEL version=3.1.0-dev.5 [2023-07-19T02:25:57.511Z] ---> Running in 4e4cecdbe5d4 [2023-07-19T02:25:57.511Z] Removing intermediate container 4e4cecdbe5d4 [2023-07-19T02:25:57.511Z] ---> 31a8ff633684 [2023-07-19T02:25:57.511Z] [Warning] One or more build-args [ARCH] were not consumed [2023-07-19T02:25:57.511Z] Successfully built 31a8ff633684 [2023-07-19T02:25:57.511Z] Successfully tagged device-sdk-simple:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [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 [2023-07-19T02:25:57.968Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-07-19T02:25:57.969Z] [2023-07-19T02:25:57.969Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-19T02:25:58.268Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-07-19T02:25:58.269Z] latest: Pulling from edgex-lftools-log-publisher [2023-07-19T02:25:58.269Z] 5eb5b503b376: Pulling fs layer [2023-07-19T02:25:58.269Z] 5c69ac0246d0: Pulling fs layer [2023-07-19T02:25:58.269Z] ec43610c2a17: Pulling fs layer [2023-07-19T02:25:58.269Z] 3a2ae6a8a46f: Pulling fs layer [2023-07-19T02:25:58.269Z] 33b1e0a273af: Pulling fs layer [2023-07-19T02:25:58.269Z] 5d3b04190fa2: Pulling fs layer [2023-07-19T02:25:58.269Z] 2f39f015ded8: Pulling fs layer [2023-07-19T02:25:58.269Z] 3a2ae6a8a46f: Waiting [2023-07-19T02:25:58.269Z] 33b1e0a273af: Waiting [2023-07-19T02:25:58.269Z] 5d3b04190fa2: Waiting [2023-07-19T02:25:58.269Z] 2f39f015ded8: Waiting [2023-07-19T02:25:58.269Z] 5c69ac0246d0: Download complete [2023-07-19T02:25:58.269Z] 3a2ae6a8a46f: Verifying Checksum [2023-07-19T02:25:58.269Z] 3a2ae6a8a46f: Download complete [2023-07-19T02:25:58.269Z] 33b1e0a273af: Verifying Checksum [2023-07-19T02:25:58.269Z] 33b1e0a273af: Download complete [2023-07-19T02:25:58.269Z] 5d3b04190fa2: Download complete [2023-07-19T02:25:58.527Z] ec43610c2a17: Verifying Checksum [2023-07-19T02:25:58.527Z] ec43610c2a17: Download complete [2023-07-19T02:25:58.527Z] 5eb5b503b376: Verifying Checksum [2023-07-19T02:25:58.527Z] 5eb5b503b376: Download complete [2023-07-19T02:25:59.094Z] 2f39f015ded8: Verifying Checksum [2023-07-19T02:25:59.095Z] 2f39f015ded8: Download complete [2023-07-19T02:25:59.660Z] 5eb5b503b376: Pull complete [2023-07-19T02:25:59.660Z] 5c69ac0246d0: Pull complete [2023-07-19T02:26:00.229Z] ec43610c2a17: Pull complete [2023-07-19T02:26:00.229Z] 3a2ae6a8a46f: Pull complete [2023-07-19T02:26:00.488Z] 33b1e0a273af: Pull complete [2023-07-19T02:26:00.488Z] 5d3b04190fa2: Pull complete [2023-07-19T02:26:04.683Z] 2f39f015ded8: Pull complete [2023-07-19T02:26:04.683Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-07-19T02:26:04.683Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-07-19T02:26:04.683Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-07-19T02:26:04.757Z] prd-ubuntu20.04-docker-8c-8g-1494 does not seem to be running inside a container [2023-07-19T02:26:04.805Z] $ 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-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-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 [2023-07-19T02:26:08.601Z] $ docker top 9f2ee8776bb0fad7d0cb644839639c8b34e5a778dfbf17aad8e841703959e91a -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-07-19T02:26:08.991Z] ---> job-cost.sh [2023-07-19T02:26:08.991Z] lf-activate-venv: SKIPPING [2023-07-19T02:26:08.991Z] INFO: No Stack... [2023-07-19T02:26:09.251Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-07-19T02:26:09.511Z] INFO: Archiving Costs [Pipeline] sh [2023-07-19T02:26:09.804Z] + cat /w/workspace/edgexfoundry_device-sdk-go_main/archives/cost.csv [2023-07-19T02:26:09.804Z] + cut -d, -f6 [Pipeline] lock [2023-07-19T02:26:09.818Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-main-234-stack-cost] [2023-07-19T02:26:09.828Z] Resource [jenkins-edgexfoundry-device-sdk-go-main-234-stack-cost] did not exist. Created. [2023-07-19T02:26:09.828Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-main-234-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-07-19T02:26:10.129Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-07-19T02:26:10.163Z] Stashed 1 file(s) [Pipeline] } [2023-07-19T02:26:10.170Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-main-234-stack-cost] [Pipeline] // lock [Pipeline] } [2023-07-19T02:26:10.198Z] $ docker stop --time=1 9f2ee8776bb0fad7d0cb644839639c8b34e5a778dfbf17aad8e841703959e91a [2023-07-19T02:26:11.348Z] $ docker rm -f --volumes 9f2ee8776bb0fad7d0cb644839639c8b34e5a778dfbf17aad8e841703959e91a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-07-19T02:26:49.343Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-1495 in /w/workspace/edgexfoundry_device-sdk-go_main [Pipeline] { [Pipeline] ws [2023-07-19T02:26:49.358Z] Running in /w/workspace/device-sdk-go/234 [Pipeline] { [Pipeline] checkout [2023-07-19T02:26:49.393Z] The recommended git tool is: git [2023-07-19T02:26:54.519Z] using credential edgex-jenkins-ssh [2023-07-19T02:26:54.535Z] Cloning the remote Git repository [2023-07-19T02:26:54.576Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2023-07-19T02:26:54.666Z] > git init /w/workspace/device-sdk-go/234 # timeout=10 [2023-07-19T02:26:54.800Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2023-07-19T02:26:54.801Z] > git --version # timeout=10 [2023-07-19T02:26:54.819Z] > git --version # 'git version 2.25.1' [2023-07-19T02:26:54.821Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-07-19T02:26:54.964Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-07-19T02:26:56.412Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2023-07-19T02:26:56.435Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-07-19T02:26:57.222Z] Avoid second fetch [2023-07-19T02:26:57.223Z] Checking out Revision 1f24b0a1909b23f42318563b740559601ceacb70 (main) [2023-07-19T02:26:57.750Z] Commit message: "Merge pull request #1477 from jinlinGuan/bootstrap-issue-478" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-07-19T02:26:57.238Z] > git config core.sparsecheckout # timeout=10 [2023-07-19T02:26:57.300Z] > git checkout -f 1f24b0a1909b23f42318563b740559601ceacb70 # timeout=10 [2023-07-19T02:26:58.589Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-07-19T02:26:58.589Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-07-19T02:26:58.589Z] Dload Upload Total Spent Left Speed [2023-07-19T02:26:58.589Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 110k 0 --:--:-- --:--:-- --:--:-- 110k [Pipeline] sh [2023-07-19T02:26:59.221Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-07-19T02:26:59.547Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-07-19T02:26:59.548Z] + sudo tee /etc/docker/daemon.new [2023-07-19T02:26:59.548Z] { [2023-07-19T02:26:59.548Z] "registry-mirrors": [ [2023-07-19T02:26:59.548Z] "https://nexus3.edgexfoundry.org:10001" [2023-07-19T02:26:59.548Z] ], [2023-07-19T02:26:59.548Z] "bip": "10.250.0.254/24", [2023-07-19T02:26:59.548Z] "hosts": [ [2023-07-19T02:26:59.548Z] "tcp://0.0.0.0:5555", [2023-07-19T02:26:59.548Z] "unix:///var/run/docker.sock" [2023-07-19T02:26:59.548Z] ], [2023-07-19T02:26:59.548Z] "mtu": 1458, [2023-07-19T02:26:59.548Z] "selinux-enabled": true, [2023-07-19T02:26:59.548Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-07-19T02:26:59.548Z] } [Pipeline] sh [2023-07-19T02:26:59.874Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-07-19T02:27:00.207Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-07-19T02:27:18.467Z] provisioning config files... [2023-07-19T02:27:18.491Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/234@tmp/config11872972431643028034tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-07-19T02:27:18.844Z] ---> docker-login.sh [2023-07-19T02:27:18.844Z] nexus3.edgexfoundry.org:10001 [2023-07-19T02:27:19.111Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-19T02:27:19.379Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-19T02:27:19.379Z] Configure a credential helper to remove this warning. See [2023-07-19T02:27:19.379Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-19T02:27:19.379Z] [2023-07-19T02:27:19.379Z] Login Succeeded [2023-07-19T02:27:19.379Z] nexus3.edgexfoundry.org:10002 [2023-07-19T02:27:19.647Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-19T02:27:19.647Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-19T02:27:19.647Z] Configure a credential helper to remove this warning. See [2023-07-19T02:27:19.647Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-19T02:27:19.647Z] [2023-07-19T02:27:19.647Z] Login Succeeded [2023-07-19T02:27:19.647Z] nexus3.edgexfoundry.org:10003 [2023-07-19T02:27:19.920Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-19T02:27:20.189Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-19T02:27:20.189Z] Configure a credential helper to remove this warning. See [2023-07-19T02:27:20.189Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-19T02:27:20.189Z] [2023-07-19T02:27:20.189Z] Login Succeeded [2023-07-19T02:27:20.189Z] nexus3.edgexfoundry.org:10004 [2023-07-19T02:27:20.189Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-19T02:27:20.460Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-19T02:27:20.460Z] Configure a credential helper to remove this warning. See [2023-07-19T02:27:20.460Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-19T02:27:20.460Z] [2023-07-19T02:27:20.460Z] Login Succeeded [2023-07-19T02:27:20.460Z] docker.io [2023-07-19T02:27:20.731Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-19T02:27:20.999Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-19T02:27:20.999Z] Configure a credential helper to remove this warning. See [2023-07-19T02:27:20.999Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-19T02:27:20.999Z] [2023-07-19T02:27:20.999Z] Login Succeeded [2023-07-19T02:27:20.999Z] ---> docker-login.sh ends [Pipeline] } [2023-07-19T02:27:21.012Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-07-19T02:27:21.248Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-07-19T02:27:21.263Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-07-19T02:27:21.278Z] ========================================================= [2023-07-19T02:27:21.278Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] [2023-07-19T02:27:21.278Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-19T02:27:21.616Z] + docker build -t ci-base-image-arm64 -f example/cmd/device-simple/Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine --build-arg MAKE=echo noop --target=builder . [2023-07-19T02:27:21.884Z] Sending build context to Docker daemon 5.787MB [2023-07-19T02:27:21.884Z] Step 1/10 : ARG BASE=golang:1.20-alpine3.17 [2023-07-19T02:27:21.884Z] Step 2/10 : FROM ${BASE} AS builder [2023-07-19T02:27:22.154Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-07-19T02:27:22.154Z] edb6bdbacee9: Pulling fs layer [2023-07-19T02:27:22.154Z] 5f9638ab2659: Pulling fs layer [2023-07-19T02:27:22.154Z] 8d51d6327a98: Pulling fs layer [2023-07-19T02:27:22.154Z] 8b374f2dd631: Pulling fs layer [2023-07-19T02:27:22.154Z] ec14aa9079de: Pulling fs layer [2023-07-19T02:27:22.154Z] 2f466654f4bb: Pulling fs layer [2023-07-19T02:27:22.154Z] 554e91adad29: Pulling fs layer [2023-07-19T02:27:22.154Z] 8b374f2dd631: Waiting [2023-07-19T02:27:22.154Z] ec14aa9079de: Waiting [2023-07-19T02:27:22.154Z] 2f466654f4bb: Waiting [2023-07-19T02:27:22.154Z] 554e91adad29: Waiting [2023-07-19T02:27:22.154Z] 5f9638ab2659: Verifying Checksum [2023-07-19T02:27:22.154Z] 5f9638ab2659: Download complete [2023-07-19T02:27:22.154Z] 8b374f2dd631: Verifying Checksum [2023-07-19T02:27:22.154Z] 8b374f2dd631: Download complete [2023-07-19T02:27:22.154Z] ec14aa9079de: Verifying Checksum [2023-07-19T02:27:22.154Z] ec14aa9079de: Download complete [2023-07-19T02:27:22.154Z] edb6bdbacee9: Verifying Checksum [2023-07-19T02:27:22.154Z] edb6bdbacee9: Download complete [2023-07-19T02:27:23.148Z] edb6bdbacee9: Pull complete [2023-07-19T02:27:23.418Z] 554e91adad29: Verifying Checksum [2023-07-19T02:27:23.418Z] 554e91adad29: Download complete [2023-07-19T02:27:23.696Z] 5f9638ab2659: Pull complete [2023-07-19T02:27:24.671Z] 2f466654f4bb: Verifying Checksum [2023-07-19T02:27:24.671Z] 2f466654f4bb: Download complete [2023-07-19T02:27:24.671Z] 8d51d6327a98: Verifying Checksum [2023-07-19T02:27:24.671Z] 8d51d6327a98: Download complete [2023-07-19T02:27:37.003Z] 8d51d6327a98: Pull complete [2023-07-19T02:27:37.003Z] 8b374f2dd631: Pull complete [2023-07-19T02:27:37.003Z] ec14aa9079de: Pull complete [2023-07-19T02:27:43.674Z] 2f466654f4bb: Pull complete [2023-07-19T02:27:45.098Z] 554e91adad29: Pull complete [2023-07-19T02:27:45.098Z] Digest: sha256:f4f79e0ab507ec6f613cbb0f842a80f635fe1a72038f554d66df6ea3828f3663 [2023-07-19T02:27:45.098Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-07-19T02:27:45.098Z] ---> 1e15ea492957 [2023-07-19T02:27:45.098Z] Step 3/10 : ARG MAKE=make build [2023-07-19T02:27:47.053Z] ---> Running in 60530f013a07 [2023-07-19T02:27:47.323Z] Removing intermediate container 60530f013a07 [2023-07-19T02:27:47.323Z] ---> 3402092a59f4 [2023-07-19T02:27:47.323Z] Step 4/10 : WORKDIR /device-sdk-go [2023-07-19T02:27:47.323Z] ---> Running in 00f45b1642e5 [2023-07-19T02:27:47.591Z] Removing intermediate container 00f45b1642e5 [2023-07-19T02:27:47.591Z] ---> 58aec3e0281f [2023-07-19T02:27:47.591Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-07-19T02:27:47.591Z] ---> Running in a36370b44451 [2023-07-19T02:27:47.860Z] Removing intermediate container a36370b44451 [2023-07-19T02:27:47.860Z] ---> 8864d0ffcab7 [2023-07-19T02:27:47.860Z] Step 6/10 : RUN apk add --update --no-cache make git [2023-07-19T02:27:48.128Z] ---> Running in cb513f5b4358 [2023-07-19T02:27:49.088Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-07-19T02:27:49.669Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-07-19T02:27:50.687Z] OK: 263 MiB in 53 packages [2023-07-19T02:27:51.671Z] Removing intermediate container cb513f5b4358 [2023-07-19T02:27:51.671Z] ---> 39b1bbf4afc1 [2023-07-19T02:27:51.671Z] Step 7/10 : COPY go.mod vendor* ./ [2023-07-19T02:27:51.943Z] ---> c7ea6742cbd9 [2023-07-19T02:27:51.943Z] Step 8/10 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-07-19T02:27:51.943Z] ---> Running in 47b3b55c411c [2023-07-19T02:28:59.844Z] Removing intermediate container 47b3b55c411c [2023-07-19T02:28:59.844Z] ---> 0a7e41fcb2d3 [2023-07-19T02:28:59.844Z] Step 9/10 : COPY . . [2023-07-19T02:28:59.844Z] ---> 75beb6d3e63a [2023-07-19T02:28:59.844Z] Step 10/10 : RUN ${MAKE} [2023-07-19T02:28:59.844Z] ---> Running in a7e2b062c9ce [2023-07-19T02:28:59.844Z] noop [2023-07-19T02:28:59.844Z] Removing intermediate container a7e2b062c9ce [2023-07-19T02:28:59.844Z] ---> 39bf3554e046 [2023-07-19T02:28:59.844Z] Successfully built 39bf3554e046 [2023-07-19T02:28:59.844Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-19T02:29:00.216Z] + docker inspect -f . ci-base-image-arm64 [2023-07-19T02:29:00.216Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-07-19T02:29:00.408Z] prd-ubuntu20.04-docker-arm64-4c-16g-1495 does not seem to be running inside a container [2023-07-19T02:29:00.475Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/234 -v /w/workspace/device-sdk-go/234:/w/workspace/device-sdk-go/234:rw,z -v /w/workspace/device-sdk-go/234@tmp:/w/workspace/device-sdk-go/234@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 [2023-07-19T02:29:01.659Z] $ docker top d6ba8e8d34c6c1eafe169c5c23fb88ad3e970b149d6dd69fd3dc4965f46a4670 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-07-19T02:29:02.456Z] + go version [2023-07-19T02:29:02.456Z] go version go1.20.6 linux/arm64 [Pipeline] } [2023-07-19T02:29:02.480Z] $ docker stop --time=1 d6ba8e8d34c6c1eafe169c5c23fb88ad3e970b149d6dd69fd3dc4965f46a4670 [2023-07-19T02:29:04.065Z] $ docker rm -f --volumes d6ba8e8d34c6c1eafe169c5c23fb88ad3e970b149d6dd69fd3dc4965f46a4670 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-19T02:29:04.604Z] + docker inspect -f . ci-base-image-arm64 [2023-07-19T02:29:04.604Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-07-19T02:29:04.769Z] prd-ubuntu20.04-docker-arm64-4c-16g-1495 does not seem to be running inside a container [2023-07-19T02:29:04.837Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/device-sdk-go/234 -v /w/workspace/device-sdk-go/234:/w/workspace/device-sdk-go/234:rw,z -v /w/workspace/device-sdk-go/234@tmp:/w/workspace/device-sdk-go/234@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 [2023-07-19T02:29:05.924Z] $ docker top 9a0e0245694a63814351ae96337131e647bb9ae7511128686735d9c695389067 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-07-19T02:29:06.410Z] + git config --global --add safe.directory /w/workspace/device-sdk-go/234 [Pipeline] fileExists [Pipeline] sh [2023-07-19T02:29:06.775Z] + make test [2023-07-19T02:29:06.776Z] go test -race -coverprofile=coverage.out ./... [2023-07-19T02:29:45.640Z] ? github.com/edgexfoundry/device-sdk-go/v3 [no test files] [2023-07-19T02:31:52.330Z] ? github.com/edgexfoundry/device-sdk-go/v3/example/cmd/device-simple [no test files] [2023-07-19T02:31:52.330Z] ? github.com/edgexfoundry/device-sdk-go/v3/example/config [no test files] [2023-07-19T02:31:52.330Z] ? github.com/edgexfoundry/device-sdk-go/v3/example/driver [no test files] [2023-07-19T02:31:52.330Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/application [no test files] [2023-07-19T02:31:52.330Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/autodiscovery [no test files] [2023-07-19T02:31:52.330Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/autoevent 0.215s coverage: 27.6% of statements [2023-07-19T02:31:54.283Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/cache 0.260s coverage: 80.2% of statements [2023-07-19T02:32:06.604Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/config [no test files] [2023-07-19T02:32:06.604Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/container [no test files] [2023-07-19T02:32:06.604Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/common 0.392s coverage: 86.0% of statements [2023-07-19T02:32:14.831Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http/correlation [no test files] [2023-07-19T02:32:14.831Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http 0.515s coverage: 70.6% of statements [2023-07-19T02:32:19.089Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/provision [no test files] [2023-07-19T02:32:20.505Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces [no test files] [2023-07-19T02:32:20.505Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces/mocks [no test files] [2023-07-19T02:32:21.912Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/controller/messaging 3.305s coverage: 14.3% of statements [2023-07-19T02:32:21.912Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/transformer 0.458s coverage: 68.5% of statements [2023-07-19T02:32:24.499Z] ok github.com/edgexfoundry/device-sdk-go/v3/pkg/models 0.464s coverage: 89.2% of statements [2023-07-19T02:32:25.908Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/startup [no test files] [2023-07-19T02:32:25.908Z] ok github.com/edgexfoundry/device-sdk-go/v3/pkg/service 0.238s coverage: 5.6% of statements [2023-07-19T02:32:26.870Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-07-19T02:32:26.870Z] GO111MODULE=on go vet ./... [2023-07-19T02:34:48.576Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-07-19T02:34:48.577Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-07-19T02:34:48.577Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-07-19T02:34:48.598Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-07-19T02:34:48.614Z] $ docker stop --time=1 9a0e0245694a63814351ae96337131e647bb9ae7511128686735d9c695389067 [2023-07-19T02:34:50.397Z] $ docker rm -f --volumes 9a0e0245694a63814351ae96337131e647bb9ae7511128686735d9c695389067 [Pipeline] // withDockerContainer [Pipeline] sh [2023-07-19T02:34:51.893Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-07-19T02:34:51.914Z] Warning: overwriting stash ‘coverage-report’ [2023-07-19T02:34:52.408Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-07-19T02:34:52.773Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-07-19T02:34:53.093Z] + ls -al . [2023-07-19T02:34:53.093Z] total 280 [2023-07-19T02:34:53.093Z] drwxrwxr-x 10 jenkins jenkins 4096 Jul 19 02:29 . [2023-07-19T02:34:53.093Z] drwxrwxr-x 4 jenkins jenkins 4096 Jul 19 02:26 .. [2023-07-19T02:34:53.093Z] -rw-rw-r-- 1 jenkins jenkins 140 Jul 19 02:26 .dockerignore [2023-07-19T02:34:53.093Z] drwxrwxr-x 8 jenkins jenkins 4096 Jul 19 02:26 .git [2023-07-19T02:34:53.093Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 19 02:26 .github [2023-07-19T02:34:53.093Z] -rw-rw-r-- 1 jenkins jenkins 137 Jul 19 02:26 .gitignore [2023-07-19T02:34:53.093Z] -rw-rw-r-- 1 jenkins jenkins 42 Jul 19 02:26 .golangci.yml [2023-07-19T02:34:53.093Z] -rw-rw-r-- 1 jenkins jenkins 44878 Jul 19 02:26 CHANGELOG.md [2023-07-19T02:34:53.093Z] -rw-rw-r-- 1 jenkins jenkins 677 Jul 19 02:26 GOVERNANCE.md [2023-07-19T02:34:53.093Z] -rw-rw-r-- 1 jenkins jenkins 885 Jul 19 02:26 Jenkinsfile [2023-07-19T02:34:53.093Z] -rw-rw-r-- 1 jenkins jenkins 11341 Jul 19 02:26 LICENSE [2023-07-19T02:34:53.093Z] -rw-rw-r-- 1 jenkins jenkins 1842 Jul 19 02:26 Makefile [2023-07-19T02:34:53.093Z] -rw-rw-r-- 1 jenkins jenkins 619 Jul 19 02:26 OWNERS.md [2023-07-19T02:34:53.093Z] -rw-rw-r-- 1 jenkins jenkins 4933 Jul 19 02:26 README.md [2023-07-19T02:34:53.093Z] -rw-rw-r-- 1 jenkins jenkins 11 Jul 19 02:23 VERSION [2023-07-19T02:34:53.093Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 19 02:26 bin [2023-07-19T02:34:53.093Z] -rw-r--r-- 1 jenkins jenkins 104687 Jul 19 02:32 coverage.out [2023-07-19T02:34:53.093Z] drwxrwxr-x 5 jenkins jenkins 4096 Jul 19 02:26 example [2023-07-19T02:34:53.093Z] -rw-rw-r-- 1 jenkins jenkins 3461 Jul 19 02:26 go.mod [2023-07-19T02:34:53.093Z] -rw-rw-r-- 1 jenkins jenkins 32143 Jul 19 02:26 go.sum [2023-07-19T02:34:53.093Z] drwxrwxr-x 12 jenkins jenkins 4096 Jul 19 02:26 internal [2023-07-19T02:34:53.093Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 19 02:26 openapi [2023-07-19T02:34:53.093Z] drwxrwxr-x 6 jenkins jenkins 4096 Jul 19 02:26 pkg [2023-07-19T02:34:53.093Z] drwxrwxr-x 4 jenkins jenkins 4096 Jul 19 02:26 snap [2023-07-19T02:34:53.093Z] -rw-rw-r-- 1 jenkins jenkins 222 Jul 19 02:26 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-19T02:34:53.432Z] + docker build -t device-sdk-simple-arm64 -f example/cmd/device-simple/Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=1f24b0a1909b23f42318563b740559601ceacb70 --label arch=arm64 --label version=3.1.0-dev.5 . [2023-07-19T02:34:53.696Z] Sending build context to Docker daemon 5.892MB [2023-07-19T02:34:53.696Z] Step 1/23 : ARG BASE=golang:1.20-alpine3.17 [2023-07-19T02:34:53.696Z] Step 2/23 : FROM ${BASE} AS builder [2023-07-19T02:34:53.696Z] ---> 39bf3554e046 [2023-07-19T02:34:53.696Z] Step 3/23 : ARG MAKE=make build [2023-07-19T02:34:53.963Z] ---> Running in 97e6cce025cd [2023-07-19T02:34:54.230Z] Removing intermediate container 97e6cce025cd [2023-07-19T02:34:54.230Z] ---> dd820312ee02 [2023-07-19T02:34:54.230Z] Step 4/23 : WORKDIR /device-sdk-go [2023-07-19T02:34:54.230Z] ---> Running in 4c65d33472df [2023-07-19T02:34:54.519Z] Removing intermediate container 4c65d33472df [2023-07-19T02:34:54.519Z] ---> fb89f853948d [2023-07-19T02:34:54.519Z] Step 5/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-07-19T02:34:54.519Z] ---> Running in decd8c2ac107 [2023-07-19T02:34:54.794Z] Removing intermediate container decd8c2ac107 [2023-07-19T02:34:54.794Z] ---> 373255f0532b [2023-07-19T02:34:54.794Z] Step 6/23 : RUN apk add --update --no-cache make git [2023-07-19T02:34:54.794Z] ---> Running in 7afc7b309b77 [2023-07-19T02:34:55.756Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-07-19T02:34:56.336Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-07-19T02:34:57.298Z] OK: 263 MiB in 53 packages [2023-07-19T02:34:58.261Z] Removing intermediate container 7afc7b309b77 [2023-07-19T02:34:58.261Z] ---> ff6964d828fa [2023-07-19T02:34:58.261Z] Step 7/23 : COPY go.mod vendor* ./ [2023-07-19T02:34:58.529Z] ---> 417923a264d4 [2023-07-19T02:34:58.529Z] Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-07-19T02:34:58.529Z] ---> Running in 5d45489de4da [2023-07-19T02:35:01.874Z] Removing intermediate container 5d45489de4da [2023-07-19T02:35:01.874Z] ---> ecdc53692c1e [2023-07-19T02:35:01.874Z] Step 9/23 : COPY . . [2023-07-19T02:35:02.459Z] ---> ead4ae5cb46c [2023-07-19T02:35:02.459Z] Step 10/23 : RUN ${MAKE} [2023-07-19T02:35:02.726Z] ---> Running in fe593dba1449 [2023-07-19T02:35:03.692Z] CGO_ENABLED=0 go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v3.Version=3.1.0-dev.5 -X github.com/edgexfoundry/device-sdk-go/v3/internal/common.SDKVersion=3.1.0-dev.5" -trimpath -mod=readonly -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2023-07-19T02:37:10.367Z] Removing intermediate container fe593dba1449 [2023-07-19T02:37:10.367Z] ---> 6ba319c7a6d1 [2023-07-19T02:37:10.367Z] Step 11/23 : FROM alpine:3.17 [2023-07-19T02:37:10.367Z] 3.17: Pulling from library/alpine [2023-07-19T02:37:10.367Z] edb6bdbacee9: Already exists [2023-07-19T02:37:10.367Z] Digest: sha256:e95676db9e4a4f16f6cc01a8915368f82b018cc07aba951c1bd1db586c081388 [2023-07-19T02:37:10.367Z] Status: Downloaded newer image for alpine:3.17 [2023-07-19T02:37:10.367Z] ---> 779605e5fbc0 [2023-07-19T02:37:10.367Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2023-07-19T02:37:10.367Z] ---> Running in 546cd15ecff3 [2023-07-19T02:37:10.367Z] Removing intermediate container 546cd15ecff3 [2023-07-19T02:37:10.367Z] ---> f35cd4fe0788 [2023-07-19T02:37:10.367Z] Step 13/23 : RUN apk add --update --no-cache [2023-07-19T02:37:10.367Z] ---> Running in 7c2ec6b76462 [2023-07-19T02:37:10.367Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-07-19T02:37:10.367Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-07-19T02:37:10.634Z] OK: 7 MiB in 15 packages [2023-07-19T02:37:13.229Z] Removing intermediate container 7c2ec6b76462 [2023-07-19T02:37:13.229Z] ---> 2c02d350e953 [2023-07-19T02:37:13.229Z] Step 14/23 : WORKDIR / [2023-07-19T02:37:13.502Z] ---> Running in b00421236dc6 [2023-07-19T02:37:13.769Z] Removing intermediate container b00421236dc6 [2023-07-19T02:37:13.769Z] ---> e4b1a0f82c8d [2023-07-19T02:37:13.769Z] Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt [2023-07-19T02:37:14.359Z] ---> 0b59cfd36687 [2023-07-19T02:37:14.359Z] Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple [2023-07-19T02:37:15.767Z] ---> 1cbf43438943 [2023-07-19T02:37:15.767Z] Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res [2023-07-19T02:37:16.041Z] ---> 9a64c17e9c91 [2023-07-19T02:37:16.041Z] Step 18/23 : EXPOSE 59999 [2023-07-19T02:37:16.041Z] ---> Running in ec44f758202d [2023-07-19T02:37:16.308Z] Removing intermediate container ec44f758202d [2023-07-19T02:37:16.308Z] ---> 8c0b2b0120fa [2023-07-19T02:37:16.308Z] Step 19/23 : ENTRYPOINT ["/device-simple"] [2023-07-19T02:37:16.308Z] ---> Running in 668c106fa496 [2023-07-19T02:37:16.577Z] Removing intermediate container 668c106fa496 [2023-07-19T02:37:16.577Z] ---> 546d430bcbb5 [2023-07-19T02:37:16.577Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-07-19T02:37:16.577Z] ---> Running in f08db5f672f7 [2023-07-19T02:37:16.844Z] Removing intermediate container f08db5f672f7 [2023-07-19T02:37:16.844Z] ---> 5acdb7153422 [2023-07-19T02:37:16.844Z] Step 21/23 : LABEL arch=arm64 [2023-07-19T02:37:17.117Z] ---> Running in b0f15d87c34c [2023-07-19T02:37:17.383Z] Removing intermediate container b0f15d87c34c [2023-07-19T02:37:17.383Z] ---> 64468a0f0882 [2023-07-19T02:37:17.383Z] Step 22/23 : LABEL git_sha=1f24b0a1909b23f42318563b740559601ceacb70 [2023-07-19T02:37:17.383Z] ---> Running in 5600e84fb259 [2023-07-19T02:37:17.651Z] Removing intermediate container 5600e84fb259 [2023-07-19T02:37:17.651Z] ---> 8542160305be [2023-07-19T02:37:17.651Z] Step 23/23 : LABEL version=3.1.0-dev.5 [2023-07-19T02:37:17.651Z] ---> Running in 3bc5ec21c516 [2023-07-19T02:37:17.917Z] Removing intermediate container 3bc5ec21c516 [2023-07-19T02:37:17.917Z] ---> 810b8cb02e7d [2023-07-19T02:37:17.917Z] [Warning] One or more build-args [ARCH] were not consumed [2023-07-19T02:37:17.917Z] Successfully built 810b8cb02e7d [2023-07-19T02:37:17.917Z] Successfully tagged device-sdk-simple-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-19T02:37:18.375Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-07-19T02:37:18.375Z] [2023-07-19T02:37:18.375Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-19T02:37:18.780Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-07-19T02:37:18.780Z] arm64: Pulling from edgex-lftools-log-publisher [2023-07-19T02:37:18.780Z] 8998bd30e6a1: Pulling fs layer [2023-07-19T02:37:18.780Z] 04944245beec: Pulling fs layer [2023-07-19T02:37:18.780Z] 699f458cf7ca: Pulling fs layer [2023-07-19T02:37:18.780Z] 765212b225bb: Pulling fs layer [2023-07-19T02:37:18.780Z] f23df028b6ca: Pulling fs layer [2023-07-19T02:37:18.780Z] d65c8cfc05b1: Pulling fs layer [2023-07-19T02:37:18.780Z] 2437ff75d9bd: Pulling fs layer [2023-07-19T02:37:18.780Z] f23df028b6ca: Waiting [2023-07-19T02:37:18.780Z] d65c8cfc05b1: Waiting [2023-07-19T02:37:18.780Z] 765212b225bb: Waiting [2023-07-19T02:37:18.780Z] 2437ff75d9bd: Waiting [2023-07-19T02:37:19.175Z] 04944245beec: Verifying Checksum [2023-07-19T02:37:19.175Z] 04944245beec: Download complete [2023-07-19T02:37:19.175Z] 765212b225bb: Verifying Checksum [2023-07-19T02:37:19.175Z] 765212b225bb: Download complete [2023-07-19T02:37:19.175Z] f23df028b6ca: Verifying Checksum [2023-07-19T02:37:19.175Z] f23df028b6ca: Download complete [2023-07-19T02:37:19.175Z] d65c8cfc05b1: Verifying Checksum [2023-07-19T02:37:19.175Z] d65c8cfc05b1: Download complete [2023-07-19T02:37:19.175Z] 699f458cf7ca: Verifying Checksum [2023-07-19T02:37:19.175Z] 699f458cf7ca: Download complete [2023-07-19T02:37:19.806Z] 8998bd30e6a1: Verifying Checksum [2023-07-19T02:37:19.806Z] 8998bd30e6a1: Download complete [2023-07-19T02:37:21.800Z] 2437ff75d9bd: Verifying Checksum [2023-07-19T02:37:21.800Z] 2437ff75d9bd: Download complete [2023-07-19T02:37:23.762Z] 8998bd30e6a1: Pull complete [2023-07-19T02:37:24.347Z] 04944245beec: Pull complete [2023-07-19T02:37:26.293Z] 699f458cf7ca: Pull complete [2023-07-19T02:37:26.293Z] 765212b225bb: Pull complete [2023-07-19T02:37:26.878Z] f23df028b6ca: Pull complete [2023-07-19T02:37:27.146Z] d65c8cfc05b1: Pull complete [2023-07-19T02:37:42.145Z] 2437ff75d9bd: Pull complete [2023-07-19T02:37:42.145Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-07-19T02:37:42.145Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-07-19T02:37:42.145Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-07-19T02:37:42.329Z] prd-ubuntu20.04-docker-arm64-4c-16g-1495 does not seem to be running inside a container [2023-07-19T02:37:42.392Z] $ 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-sdk-go/234 -v /w/workspace/device-sdk-go/234:/w/workspace/device-sdk-go/234:rw,z -v /w/workspace/device-sdk-go/234@tmp:/w/workspace/device-sdk-go/234@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 [2023-07-19T02:37:44.751Z] $ docker top 64b9d24bec4a98b5388862d6b428cf71cc1ab9714ef3e1680d26432bc80612c6 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-07-19T02:37:45.586Z] ---> job-cost.sh [2023-07-19T02:37:45.586Z] lf-activate-venv: SKIPPING [2023-07-19T02:37:45.586Z] INFO: No Stack... [2023-07-19T02:37:45.851Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-07-19T02:37:46.807Z] INFO: Archiving Costs [Pipeline] sh [2023-07-19T02:37:47.121Z] + cut -d, -f6 [2023-07-19T02:37:47.121Z] + cat /w/workspace/device-sdk-go/234/archives/cost.csv [Pipeline] lock [2023-07-19T02:37:47.189Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-main-234-stack-cost] [2023-07-19T02:37:47.197Z] Resource [jenkins-edgexfoundry-device-sdk-go-main-234-stack-cost] did not exist. Created. [2023-07-19T02:37:47.197Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-main-234-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-07-19T02:37:47.536Z] /w/workspace/device-sdk-go/234@tmp/durable-8e18bea6/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-07-19T02:37:47.869Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-07-19T02:37:47.896Z] Warning: overwriting stash ‘stack-cost’ [2023-07-19T02:37:47.971Z] Stashed 1 file(s) [Pipeline] } [2023-07-19T02:37:47.982Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-main-234-stack-cost] [Pipeline] // lock [Pipeline] } [2023-07-19T02:37:48.005Z] $ docker stop --time=1 64b9d24bec4a98b5388862d6b428cf71cc1ab9714ef3e1680d26432bc80612c6 [2023-07-19T02:37:49.480Z] $ docker rm -f --volumes 64b9d24bec4a98b5388862d6b428cf71cc1ab9714ef3e1680d26432bc80612c6 [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 [2023-07-19T02:37:49.922Z] provisioning config files... [2023-07-19T02:37:49.929Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config7399002598179397933tmp [Pipeline] { [Pipeline] sh [2023-07-19T02:37:50.218Z] + set +x [2023-07-19T02:37:50.218Z] + curl -s https://codecov.io/bash [2023-07-19T02:37:50.218Z] + bash -s -- [2023-07-19T02:37:50.218Z] [2023-07-19T02:37:50.218Z] _____ _ [2023-07-19T02:37:50.218Z] / ____| | | [2023-07-19T02:37:50.218Z] | | ___ __| | ___ ___ _____ __ [2023-07-19T02:37:50.218Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-07-19T02:37:50.218Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-07-19T02:37:50.218Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-07-19T02:37:50.218Z] Bash-1.0.6 [2023-07-19T02:37:50.218Z] [2023-07-19T02:37:50.218Z] [2023-07-19T02:37:50.218Z] ==> git version 2.25.1 found [2023-07-19T02:37:50.218Z] ==> 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 [2023-07-19T02:37:50.218Z] Release-Date: 2020-01-08 [2023-07-19T02:37:50.218Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2023-07-19T02:37:50.218Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-07-19T02:37:50.218Z] ==> Jenkins CI detected. [2023-07-19T02:37:50.218Z] current dir:  /w/workspace/edgexfoundry_device-sdk-go_main [2023-07-19T02:37:50.218Z] project root: . [2023-07-19T02:37:50.218Z] --> token set from env [2023-07-19T02:37:50.218Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-07-19T02:37:50.477Z] ==> Running gcov in . (disable via -X gcov) [2023-07-19T02:37:50.477Z] ==> Python coveragepy not found [2023-07-19T02:37:50.477Z] ==> Searching for coverage reports in: [2023-07-19T02:37:50.477Z] + . [2023-07-19T02:37:50.477Z] -> Found 1 reports [2023-07-19T02:37:50.477Z] ==> Detecting git/mercurial file structure [2023-07-19T02:37:50.477Z] ==> Reading reports [2023-07-19T02:37:50.477Z] + ./coverage.out bytes=104687 [2023-07-19T02:37:50.477Z] ==> Appending adjustments [2023-07-19T02:37:50.477Z] https://docs.codecov.io/docs/fixing-reports [2023-07-19T02:37:50.736Z] + Found adjustments [2023-07-19T02:37:50.736Z] ==> Gzipping contents [2023-07-19T02:37:50.736Z] 16K /tmp/codecov.OBu5uu.gz [2023-07-19T02:37:50.736Z] ==> Uploading reports [2023-07-19T02:37:50.736Z] url: https://codecov.io [2023-07-19T02:37:50.736Z] query: branch=main&commit=1f24b0a1909b23f42318563b740559601ceacb70&build=234&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmain%2F234%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2023-07-19T02:37:50.736Z] -> Pinging Codecov [2023-07-19T02:37:50.736Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=6fc62cd9-fce6-47f0-85f4-af589338491a&branch=main&commit=1f24b0a1909b23f42318563b740559601ceacb70&build=234&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmain%2F234%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2023-07-19T02:37:50.996Z] -> Uploading to [2023-07-19T02:37:50.996Z] https://storage.googleapis.com/codecov/v4/raw/2023-07-19/7E55EF52A471D76F132DFD9A03CDDE97/1f24b0a1909b23f42318563b740559601ceacb70/931dd98c-6940-4ddd-8f07-da3a757a2826.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230719%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230719T023750Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=5d8d614f11117fe8b8f1dd831f68ae5e33c78095ef14cc33e2edbb7adc8b04e2 [2023-07-19T02:37:50.996Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-07-19T02:37:50.996Z] Dload Upload Total Spent Left Speed [2023-07-19T02:37:50.996Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14828 0 0 100 14828 0 71980 --:--:-- --:--:-- --:--:-- 71980 [2023-07-19T02:37:50.996Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-sdk-go/commit/1f24b0a1909b23f42318563b740559601ceacb70 [Pipeline] } [2023-07-19T02:37:51.003Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2023-07-19T02:37:51.232Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2023-07-19T02:37:51.240Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-19T02:37:51.586Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-07-19T02:37:51.586Z] [2023-07-19T02:37:51.586Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-19T02:37:51.883Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-07-19T02:37:51.883Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2023-07-19T02:37:51.883Z] df9b9388f04a: Pulling fs layer [2023-07-19T02:37:51.883Z] 52dc419b0ee2: Pulling fs layer [2023-07-19T02:37:51.883Z] 25bc292e5bac: Pulling fs layer [2023-07-19T02:37:51.883Z] 114826534d7a: Pulling fs layer [2023-07-19T02:37:51.883Z] 4657fd5d0bcf: Pulling fs layer [2023-07-19T02:37:51.883Z] 6ad1cebc031e: Pulling fs layer [2023-07-19T02:37:51.883Z] 8a3aa393b2d8: Pulling fs layer [2023-07-19T02:37:51.883Z] 114826534d7a: Waiting [2023-07-19T02:37:51.883Z] 4657fd5d0bcf: Waiting [2023-07-19T02:37:51.883Z] 6ad1cebc031e: Waiting [2023-07-19T02:37:51.883Z] 8a3aa393b2d8: Waiting [2023-07-19T02:37:51.883Z] 25bc292e5bac: Verifying Checksum [2023-07-19T02:37:51.883Z] 25bc292e5bac: Download complete [2023-07-19T02:37:51.883Z] 52dc419b0ee2: Verifying Checksum [2023-07-19T02:37:51.883Z] 52dc419b0ee2: Download complete [2023-07-19T02:37:51.883Z] 4657fd5d0bcf: Verifying Checksum [2023-07-19T02:37:51.883Z] 4657fd5d0bcf: Download complete [2023-07-19T02:37:51.883Z] df9b9388f04a: Download complete [2023-07-19T02:37:52.142Z] df9b9388f04a: Pull complete [2023-07-19T02:37:52.142Z] 6ad1cebc031e: Download complete [2023-07-19T02:37:52.142Z] 52dc419b0ee2: Pull complete [2023-07-19T02:37:52.142Z] 25bc292e5bac: Pull complete [2023-07-19T02:37:52.711Z] 114826534d7a: Verifying Checksum [2023-07-19T02:37:52.711Z] 114826534d7a: Download complete [2023-07-19T02:37:52.711Z] 8a3aa393b2d8: Verifying Checksum [2023-07-19T02:37:52.711Z] 8a3aa393b2d8: Download complete [2023-07-19T02:37:55.994Z] 114826534d7a: Pull complete [2023-07-19T02:37:55.994Z] 4657fd5d0bcf: Pull complete [2023-07-19T02:37:56.253Z] 6ad1cebc031e: Pull complete [2023-07-19T02:37:58.797Z] 8a3aa393b2d8: Pull complete [2023-07-19T02:37:58.797Z] Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 [2023-07-19T02:37:58.797Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-07-19T02:37:58.797Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-07-19T02:37:58.874Z] prd-ubuntu20.04-docker-8c-8g-1494 does not seem to be running inside a container [2023-07-19T02:37:58.920Z] $ 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-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-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 [2023-07-19T02:38:03.780Z] $ docker top da7d9ac953380d196bb4d24d0b39d3983d539e290df6730d81572c510ea3e155 -eo pid,comm [Pipeline] { [Pipeline] echo [2023-07-19T02:38:03.834Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-sdk-go:main' [Pipeline] sh [2023-07-19T02:38:04.111Z] + set -o pipefail [2023-07-19T02:38:04.112Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-sdk-go:main' [2023-07-19T02:38:09.382Z] [2023-07-19T02:38:09.382Z] Monitoring /w/workspace/edgexfoundry_device-sdk-go_main (github.com/edgexfoundry/device-sdk-go/v3)... [2023-07-19T02:38:09.382Z] [2023-07-19T02:38:09.382Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/1d897ce9-7d37-4e4c-99f4-c1fbe8b8d34b/history/5161295d-1a38-407d-bd7a-ca767ae347f3 [2023-07-19T02:38:09.382Z] [2023-07-19T02:38:09.382Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2023-07-19T02:38:09.382Z] [2023-07-19T02:38:09.382Z] [2023-07-19T02:38:09.382Z] A medium severity vulnerability was found in the Snyk CLI versions you are using. [2023-07-19T02:38:09.382Z] We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. [2023-07-19T02:38:09.382Z] More details here: https://snyk.co/ue1NS [Pipeline] } [2023-07-19T02:38:09.408Z] $ docker stop --time=1 da7d9ac953380d196bb4d24d0b39d3983d539e290df6730d81572c510ea3e155 [2023-07-19T02:38:13.416Z] $ docker rm -f --volumes da7d9ac953380d196bb4d24d0b39d3983d539e290df6730d81572c510ea3e155 [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) [Pipeline] echo [2023-07-19T02:38:13.813Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-07-19T02:38:13.829Z] provisioning config files... [2023-07-19T02:38:13.837Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config10929202628003435192tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-07-19T02:38:14.140Z] --> edgex-publish-swagger.sh [2023-07-19T02:38:14.140Z] === Publish openapi/v3 API === [2023-07-19T02:38:14.140Z] [publishToSwagger] Publishing the API Docs [openapi/v3] to Swagger [2023-07-19T02:38:14.140Z] [publishToSwagger] Publishing API Name [device-sdk] [/w/workspace/edgexfoundry_device-sdk-go_main/openapi/v3/device-sdk.yaml] [2023-07-19T02:38:14.140Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-07-19T02:38:14.140Z] Dload Upload Total Spent Left Speed [2023-07-19T02:38:14.401Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23674 0 0 100 23674 0 49945 --:--:-- --:--:-- --:--:-- 49945 [2023-07-19T02:38:14.401Z] [2023-07-19T02:38:14.401Z] [Pipeline] } [2023-07-19T02:38:14.409Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-07-19T02:38:14.849Z] + git log --format=format:%s -1 1f24b0a1909b23f42318563b740559601ceacb70 [Pipeline] sh [2023-07-19T02:38:15.139Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-07-19T02:38:15.139Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-19T02:38:15.440Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-07-19T02:38:15.440Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-07-19T02:38:15.511Z] prd-ubuntu20.04-docker-8c-8g-1494 does not seem to be running inside a container [2023-07-19T02:38:15.553Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-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 [2023-07-19T02:38:16.044Z] $ docker top cd5c0c7855f2d9fc15277e347ee78a7c7268d888db47f455b1126c563c0416f3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-07-19T02:38:16.124Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-07-19T02:38:16.124Z] [ssh-agent] Looking for ssh-agent implementation... [2023-07-19T02:38:16.235Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-07-19T02:38:16.249Z] $ docker exec cd5c0c7855f2d9fc15277e347ee78a7c7268d888db47f455b1126c563c0416f3 ssh-agent [2023-07-19T02:38:16.357Z] SSH_AUTH_SOCK=/tmp/ssh-aKef0v0gcE3N/agent.32 [2023-07-19T02:38:16.357Z] SSH_AGENT_PID=38 [2023-07-19T02:38:16.362Z] Running ssh-add (command line suppressed) [2023-07-19T02:38:16.470Z] Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_1009673462665716847.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_1009673462665716847.key) [2023-07-19T02:38:16.475Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-07-19T02:38:16.765Z] + git semver tag [2023-07-19T02:38:17.024Z] 2023-07-19 02:38:16,942 [run_tag] DEBUG tag force:False [2023-07-19T02:38:17.024Z] 2023-07-19 02:38:16,942 [check_head_tag] DEBUG check head tag [2023-07-19T02:38:17.024Z] 2023-07-19 02:38:16,942 [execute] INFO git cat-file --batch-check [2023-07-19T02:38:17.024Z] 2023-07-19 02:38:16,943 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, universal_newlines=False, shell=None, istream=) [2023-07-19T02:38:17.024Z] 2023-07-19 02:38:16,946 [execute] INFO git cat-file --batch [2023-07-19T02:38:17.024Z] 2023-07-19 02:38:16,947 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, universal_newlines=False, shell=None, istream=) [2023-07-19T02:38:17.024Z] 2023-07-19 02:38:16,957 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-07-19T02:38:17.024Z] 2023-07-19 02:38:16,957 [execute] INFO git tag -a v3.1.0-dev.5 -m v3.1.0-dev.5 [2023-07-19T02:38:17.024Z] 2023-07-19 02:38:16,958 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.1.0-dev.5', '-m', 'v3.1.0-dev.5'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, universal_newlines=False, shell=None, istream=None) [2023-07-19T02:38:17.024Z] 2023-07-19 02:38:16,962 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-07-19T02:38:17.025Z] 3.1.0-dev.5 [Pipeline] } [2023-07-19T02:38:17.045Z] $ docker exec --env ******** --env ******** cd5c0c7855f2d9fc15277e347ee78a7c7268d888db47f455b1126c563c0416f3 ssh-agent -k [2023-07-19T02:38:17.144Z] unset SSH_AUTH_SOCK; [2023-07-19T02:38:17.144Z] unset SSH_AGENT_PID; [2023-07-19T02:38:17.144Z] echo Agent pid 38 killed; [2023-07-19T02:38:17.143Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-07-19T02:38:17.447Z] + git semver [Pipeline] } [2023-07-19T02:38:17.731Z] $ docker stop --time=1 cd5c0c7855f2d9fc15277e347ee78a7c7268d888db47f455b1126c563c0416f3 [2023-07-19T02:38:19.004Z] $ docker rm -f --volumes cd5c0c7855f2d9fc15277e347ee78a7c7268d888db47f455b1126c563c0416f3 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-19T02:38:19.383Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-07-19T02:38:19.383Z] [2023-07-19T02:38:19.383Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-19T02:38:19.677Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-07-19T02:38:19.677Z] 0.23.1-centos7: Pulling from edgex-lftools [2023-07-19T02:38:19.677Z] ab5ef0e58194: Pulling fs layer [2023-07-19T02:38:19.677Z] 9712f1f96733: Pulling fs layer [2023-07-19T02:38:19.677Z] 63f879dbbcfc: Pulling fs layer [2023-07-19T02:38:19.677Z] 0d9ebad4ef96: Pulling fs layer [2023-07-19T02:38:19.677Z] e9a5061849ea: Pulling fs layer [2023-07-19T02:38:19.677Z] d747dcd14b5f: Pulling fs layer [2023-07-19T02:38:19.677Z] 2de7ff778b66: Pulling fs layer [2023-07-19T02:38:19.677Z] 0d9ebad4ef96: Waiting [2023-07-19T02:38:19.677Z] e9a5061849ea: Waiting [2023-07-19T02:38:19.677Z] 2de7ff778b66: Waiting [2023-07-19T02:38:19.677Z] d747dcd14b5f: Waiting [2023-07-19T02:38:19.677Z] 9712f1f96733: Verifying Checksum [2023-07-19T02:38:19.677Z] 9712f1f96733: Download complete [2023-07-19T02:38:19.937Z] 63f879dbbcfc: Verifying Checksum [2023-07-19T02:38:19.937Z] 63f879dbbcfc: Download complete [2023-07-19T02:38:20.195Z] e9a5061849ea: Verifying Checksum [2023-07-19T02:38:20.195Z] e9a5061849ea: Download complete [2023-07-19T02:38:20.195Z] d747dcd14b5f: Verifying Checksum [2023-07-19T02:38:20.195Z] d747dcd14b5f: Download complete [2023-07-19T02:38:20.195Z] ab5ef0e58194: Verifying Checksum [2023-07-19T02:38:20.195Z] ab5ef0e58194: Download complete [2023-07-19T02:38:20.195Z] 0d9ebad4ef96: Verifying Checksum [2023-07-19T02:38:20.195Z] 0d9ebad4ef96: Download complete [2023-07-19T02:38:20.195Z] 2de7ff778b66: Verifying Checksum [2023-07-19T02:38:20.195Z] 2de7ff778b66: Download complete [2023-07-19T02:38:22.723Z] ab5ef0e58194: Pull complete [2023-07-19T02:38:22.723Z] 9712f1f96733: Pull complete [2023-07-19T02:38:23.290Z] 63f879dbbcfc: Pull complete [2023-07-19T02:38:26.586Z] 0d9ebad4ef96: Pull complete [2023-07-19T02:38:26.845Z] e9a5061849ea: Pull complete [2023-07-19T02:38:26.845Z] d747dcd14b5f: Pull complete [2023-07-19T02:38:27.780Z] 2de7ff778b66: Pull complete [2023-07-19T02:38:27.780Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2023-07-19T02:38:27.780Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-07-19T02:38:27.780Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-07-19T02:38:27.861Z] prd-ubuntu20.04-docker-8c-8g-1494 does not seem to be running inside a container [2023-07-19T02:38:27.904Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-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 [2023-07-19T02:38:33.647Z] $ docker top 83370213bd529e446cb6192b629dea1a80c87d0a62a0022fa4a144b35a6941a4 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2023-07-19T02:38:33.712Z] provisioning config files... [2023-07-19T02:38:33.719Z] copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config3225569149183261949tmp [2023-07-19T02:38:33.729Z] copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config12565489405432101365tmp [2023-07-19T02:38:33.737Z] copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config1231691090952295987tmp [Pipeline] { [Pipeline] echo [2023-07-19T02:38:33.755Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2023-07-19T02:38:34.036Z] ---> sigul-configuration.sh [2023-07-19T02:38:34.037Z] gpg: directory `/root/.gnupg' created [2023-07-19T02:38:34.037Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2023-07-19T02:38:34.037Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2023-07-19T02:38:34.037Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2023-07-19T02:38:34.037Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2023-07-19T02:38:34.037Z] gpg: CAST5 encrypted data [2023-07-19T02:38:34.037Z] gpg: encrypted with 1 passphrase [2023-07-19T02:38:34.037Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2023-07-19T02:38:34.322Z] + mkdir /home/jenkins [2023-07-19T02:38:34.322Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2023-07-19T02:38:34.607Z] + 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 [2023-07-19T02:38:34.615Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2023-07-19T02:38:34.899Z] ---> sigul-install.sh [2023-07-19T02:38:34.899Z] Sigul already installed; skipping installation. [Pipeline] sh [2023-07-19T02:38:35.197Z] + git tag --list [2023-07-19T02:38:35.197Z] 0.7.1 [2023-07-19T02:38:35.197Z] delhi-tag [2023-07-19T02:38:35.197Z] v1.0.0 [2023-07-19T02:38:35.197Z] v1.1.0 [2023-07-19T02:38:35.197Z] v1.1.1 [2023-07-19T02:38:35.197Z] v1.1.2 [2023-07-19T02:38:35.197Z] v1.2.0 [2023-07-19T02:38:35.197Z] v1.2.1 [2023-07-19T02:38:35.197Z] v1.2.2 [2023-07-19T02:38:35.197Z] v1.2.3 [2023-07-19T02:38:35.197Z] v1.3.0 [2023-07-19T02:38:35.197Z] v1.4.0 [2023-07-19T02:38:35.197Z] v2.0.0 [2023-07-19T02:38:35.197Z] v2.1.0 [2023-07-19T02:38:35.197Z] v2.1.1 [2023-07-19T02:38:35.197Z] v2.2.0 [2023-07-19T02:38:35.197Z] v2.3.0 [2023-07-19T02:38:35.197Z] v2.3.1 [2023-07-19T02:38:35.197Z] v3.0 [2023-07-19T02:38:35.197Z] v3.0.0 [2023-07-19T02:38:35.197Z] v3.0.1-dev.1 [2023-07-19T02:38:35.197Z] v3.1.0-dev.1 [2023-07-19T02:38:35.197Z] v3.1.0-dev.2 [2023-07-19T02:38:35.197Z] v3.1.0-dev.3 [2023-07-19T02:38:35.197Z] v3.1.0-dev.4 [2023-07-19T02:38:35.197Z] v3.1.0-dev.5 [Pipeline] sh [2023-07-19T02:38:35.482Z] + lftools sign git-tag v3.1.0-dev.5 [2023-07-19T02:38:36.050Z] Signing Git tag with Sigul... [2023-07-19T02:38:36.050Z] Signing v3.1.0-dev.5 [Pipeline] echo [2023-07-19T02:38:36.319Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2023-07-19T02:38:36.602Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2023-07-19T02:38:36.608Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2023-07-19T02:38:36.635Z] $ docker stop --time=1 83370213bd529e446cb6192b629dea1a80c87d0a62a0022fa4a144b35a6941a4 [2023-07-19T02:38:37.910Z] $ docker rm -f --volumes 83370213bd529e446cb6192b629dea1a80c87d0a62a0022fa4a144b35a6941a4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2023-07-19T02:38:38.302Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-07-19T02:38:38.302Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-19T02:38:38.598Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-07-19T02:38:38.599Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-07-19T02:38:38.667Z] prd-ubuntu20.04-docker-8c-8g-1494 does not seem to be running inside a container [2023-07-19T02:38:38.710Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-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 [2023-07-19T02:38:39.018Z] $ docker top fed573dc1bdf688fb9f146370365c5a9a2c55704b3dbe93fe2e73874973a1fb5 -eo pid,comm [2023-07-19T02:38:39.057Z] 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). [2023-07-19T02:38:39.057Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-07-19T02:38:39.098Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-07-19T02:38:39.098Z] [ssh-agent] Looking for ssh-agent implementation... [2023-07-19T02:38:39.200Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-07-19T02:38:39.214Z] $ docker exec fed573dc1bdf688fb9f146370365c5a9a2c55704b3dbe93fe2e73874973a1fb5 ssh-agent [2023-07-19T02:38:39.300Z] SSH_AUTH_SOCK=/tmp/ssh-vLJm0ELZdLk6/agent.32 [2023-07-19T02:38:39.300Z] SSH_AGENT_PID=38 [2023-07-19T02:38:39.305Z] Running ssh-add (command line suppressed) [2023-07-19T02:38:39.407Z] Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_16217825250573396926.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_16217825250573396926.key) [2023-07-19T02:38:39.409Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-07-19T02:38:39.698Z] + git semver bump pre [2023-07-19T02:38:39.955Z] 2023-07-19 02:38:39,871 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-07-19T02:38:39.956Z] 2023-07-19 02:38:39,872 [bump_version] DEBUG bumping version:3.1.0-dev.5 on axis:pre with prefix:dev [2023-07-19T02:38:39.956Z] 2023-07-19 02:38:39,872 [bump_version] DEBUG bumped version:3.1.0-dev.6 [2023-07-19T02:38:39.956Z] 2023-07-19 02:38:39,872 [write_version] DEBUG write version:3.1.0-dev.6 to path:/w/workspace/edgexfoundry_device-sdk-go_main/.semver/main with force:True [2023-07-19T02:38:39.956Z] 2023-07-19 02:38:39,872 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-07-19T02:38:39.956Z] 2023-07-19 02:38:39,872 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-07-19T02:38:39.956Z] 2023-07-19 02:38:39,874 [execute] INFO git cat-file --batch-check [2023-07-19T02:38:39.956Z] 2023-07-19 02:38:39,874 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=) [2023-07-19T02:38:39.956Z] 2023-07-19 02:38:39,879 [execute] INFO git cat-file --batch [2023-07-19T02:38:39.956Z] 2023-07-19 02:38:39,879 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=) [2023-07-19T02:38:39.956Z] 2023-07-19 02:38:39,884 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-07-19T02:38:39.956Z] 3.1.0-dev.6 [Pipeline] } [2023-07-19T02:38:39.976Z] $ docker exec --env ******** --env ******** fed573dc1bdf688fb9f146370365c5a9a2c55704b3dbe93fe2e73874973a1fb5 ssh-agent -k [2023-07-19T02:38:40.074Z] unset SSH_AUTH_SOCK; [2023-07-19T02:38:40.074Z] unset SSH_AGENT_PID; [2023-07-19T02:38:40.075Z] echo Agent pid 38 killed; [2023-07-19T02:38:40.073Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-07-19T02:38:40.373Z] + git semver [Pipeline] } [2023-07-19T02:38:40.658Z] $ docker stop --time=1 fed573dc1bdf688fb9f146370365c5a9a2c55704b3dbe93fe2e73874973a1fb5 [2023-07-19T02:38:41.915Z] $ docker rm -f --volumes fed573dc1bdf688fb9f146370365c5a9a2c55704b3dbe93fe2e73874973a1fb5 [Pipeline] // withDockerContainer [Pipeline] sh [2023-07-19T02:38:42.252Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-07-19T02:38:42.252Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-19T02:38:42.555Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-07-19T02:38:42.555Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-07-19T02:38:42.628Z] prd-ubuntu20.04-docker-8c-8g-1494 does not seem to be running inside a container [2023-07-19T02:38:42.678Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-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 [2023-07-19T02:38:43.014Z] $ docker top 9291cf38387f5c812bb6511420952764d5453a7c5c4f82e49fb755f58fc220fb -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-07-19T02:38:43.094Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-07-19T02:38:43.094Z] [ssh-agent] Looking for ssh-agent implementation... [2023-07-19T02:38:43.206Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-07-19T02:38:43.221Z] $ docker exec 9291cf38387f5c812bb6511420952764d5453a7c5c4f82e49fb755f58fc220fb ssh-agent [2023-07-19T02:38:43.324Z] SSH_AUTH_SOCK=/tmp/ssh-TtAFMuSb7bsC/agent.32 [2023-07-19T02:38:43.324Z] SSH_AGENT_PID=38 [2023-07-19T02:38:43.329Z] Running ssh-add (command line suppressed) [2023-07-19T02:38:43.434Z] Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_4176656473263269698.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_4176656473263269698.key) [2023-07-19T02:38:43.435Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-07-19T02:38:43.723Z] + git semver push [2023-07-19T02:38:43.983Z] 2023-07-19 02:38:43,890 [run_push] DEBUG push [2023-07-19T02:38:43.983Z] 2023-07-19 02:38:43,890 [execute] INFO git cat-file --batch-check [2023-07-19T02:38:43.983Z] 2023-07-19 02:38:43,891 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=) [2023-07-19T02:38:43.983Z] 2023-07-19 02:38:43,894 [execute] INFO git rev-list 54cfc9d5021f58f4dac5e7ba908678f7065699b1 -- [2023-07-19T02:38:43.983Z] 2023-07-19 02:38:43,894 [execute] DEBUG Popen(['git', 'rev-list', '54cfc9d5021f58f4dac5e7ba908678f7065699b1', '--'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-07-19T02:38:43.983Z] 2023-07-19 02:38:43,906 [execute] INFO git fetch -v origin [2023-07-19T02:38:43.983Z] 2023-07-19 02:38:43,907 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=True, shell=None, istream=None) [2023-07-19T02:38:44.553Z] 2023-07-19 02:38:44,372 [run_push] DEBUG no remote changes detected [2023-07-19T02:38:44.553Z] 2023-07-19 02:38:44,372 [execute] INFO git push origin semver [2023-07-19T02:38:44.553Z] 2023-07-19 02:38:44,373 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-07-19T02:38:45.119Z] 2023-07-19 02:38:45,101 [run_push] DEBUG push all version tags [2023-07-19T02:38:45.119Z] 2023-07-19 02:38:45,102 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2023-07-19T02:38:45.119Z] 2023-07-19 02:38:45,102 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, universal_newlines=False, shell=None, istream=None) [2023-07-19T02:38:46.063Z] 2023-07-19 02:38:45,802 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-07-19T02:38:46.063Z] 3.1.0-dev.6 [Pipeline] } [2023-07-19T02:38:46.085Z] $ docker exec --env ******** --env ******** 9291cf38387f5c812bb6511420952764d5453a7c5c4f82e49fb755f58fc220fb ssh-agent -k [2023-07-19T02:38:46.176Z] unset SSH_AUTH_SOCK; [2023-07-19T02:38:46.178Z] unset SSH_AGENT_PID; [2023-07-19T02:38:46.179Z] echo Agent pid 38 killed; [2023-07-19T02:38:46.173Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-07-19T02:38:46.487Z] + git semver [Pipeline] } [2023-07-19T02:38:46.772Z] $ docker stop --time=1 9291cf38387f5c812bb6511420952764d5453a7c5c4f82e49fb755f58fc220fb [2023-07-19T02:38:48.025Z] $ docker rm -f --volumes 9291cf38387f5c812bb6511420952764d5453a7c5c4f82e49fb755f58fc220fb [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 [2023-07-19T02:38:48.614Z] + [ -d /w/workspace/edgexfoundry_device-sdk-go_main/archives ] [2023-07-19T02:38:48.614Z] + ls -al /w/workspace/edgexfoundry_device-sdk-go_main/archives [2023-07-19T02:38:48.614Z] total 16 [2023-07-19T02:38:48.614Z] drwxr-xr-x 3 root root 4096 Jul 19 02:26 . [2023-07-19T02:38:48.614Z] drwxrwxr-x 12 jenkins jenkins 4096 Jul 19 02:38 .. [2023-07-19T02:38:48.614Z] drwxr-xr-x 2 root root 4096 Jul 19 02:26 cost [2023-07-19T02:38:48.614Z] -rw-r--r-- 1 root root 85 Jul 19 02:26 cost.csv [2023-07-19T02:38:48.614Z] + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_device-sdk-go_main/archives [2023-07-19T02:38:48.614Z] + ls -al /w/workspace/edgexfoundry_device-sdk-go_main/archives [2023-07-19T02:38:48.614Z] total 16 [2023-07-19T02:38:48.614Z] drwxr-xr-x 3 jenkins jenkins 4096 Jul 19 02:26 . [2023-07-19T02:38:48.614Z] drwxrwxr-x 12 jenkins jenkins 4096 Jul 19 02:38 .. [2023-07-19T02:38:48.614Z] drwxr-xr-x 2 jenkins jenkins 4096 Jul 19 02:26 cost [2023-07-19T02:38:48.614Z] -rw-r--r-- 1 jenkins jenkins 85 Jul 19 02:26 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-07-19T02:38:48.908Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-07-19T02:38:49.769Z] ---> package-listing.sh [2023-07-19T02:38:49.769Z] ++ facter osfamily [2023-07-19T02:38:49.769Z] ++ tr '[:upper:]' '[:lower:]' [2023-07-19T02:38:50.030Z] + OS_FAMILY=debian [2023-07-19T02:38:50.030Z] + workspace=/w/workspace/edgexfoundry_device-sdk-go_main [2023-07-19T02:38:50.030Z] + START_PACKAGES=/tmp/packages_start.txt [2023-07-19T02:38:50.030Z] + END_PACKAGES=/tmp/packages_end.txt [2023-07-19T02:38:50.030Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-07-19T02:38:50.030Z] + PACKAGES=/tmp/packages_start.txt [2023-07-19T02:38:50.030Z] + '[' /w/workspace/edgexfoundry_device-sdk-go_main ']' [2023-07-19T02:38:50.030Z] + PACKAGES=/tmp/packages_end.txt [2023-07-19T02:38:50.030Z] + case "${OS_FAMILY}" in [2023-07-19T02:38:50.030Z] + dpkg -l [2023-07-19T02:38:50.030Z] + grep '^ii' [2023-07-19T02:38:50.030Z] + '[' -f /tmp/packages_start.txt ']' [2023-07-19T02:38:50.030Z] + '[' -f /tmp/packages_end.txt ']' [2023-07-19T02:38:50.030Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-07-19T02:38:50.030Z] + '[' /w/workspace/edgexfoundry_device-sdk-go_main ']' [2023-07-19T02:38:50.030Z] + mkdir -p /w/workspace/edgexfoundry_device-sdk-go_main/archives/ [2023-07-19T02:38:50.030Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_device-sdk-go_main/archives/ [Pipeline] echo [2023-07-19T02:38:50.042Z] 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-sdk-go_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-07-19T02:38:50.319Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-19T02:38:50.881Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-07-19T02:38:50.881Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-07-19T02:38:50.947Z] prd-ubuntu20.04-docker-8c-8g-1494 does not seem to be running inside a container [2023-07-19T02:38:50.993Z] $ 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-sdk-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-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-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 [2023-07-19T02:38:51.196Z] $ docker top 7cff800e4b3d2cbbf92ac487fc9df2e0dd2db9aabeeb870ea16f1ff651a50d11 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-07-19T02:38:51.527Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-07-19T02:38:51.810Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-07-19T02:38:52.095Z] + ls /var/log/sa-host [2023-07-19T02:38:52.095Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-07-19T02:38:52.277Z] provisioning config files... [2023-07-19T02:38:52.287Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config7766559795075115377tmp [Pipeline] { [Pipeline] echo [2023-07-19T02:38:52.300Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-07-19T02:38:52.584Z] ---> create-netrc.sh [Pipeline] } [2023-07-19T02:38:52.591Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-07-19T02:38:52.936Z] ---> python-tools-install.sh [Pipeline] echo [2023-07-19T02:38:52.946Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-07-19T02:38:53.232Z] ---> sudo-logs.sh [2023-07-19T02:38:53.232Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-07-19T02:38:53.261Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-07-19T02:38:53.548Z] ---> job-cost.sh [2023-07-19T02:38:53.548Z] lf-activate-venv: SKIPPING [2023-07-19T02:38:53.548Z] DEBUG: total: 0.2199999988079071 [2023-07-19T02:38:53.548Z] INFO: Retrieving Stack Cost... [2023-07-19T02:38:53.807Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-07-19T02:38:55.059Z] INFO: Archiving Costs [Pipeline] echo [2023-07-19T02:38:55.071Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-07-19T02:38:55.357Z] ---> logs-deploy.sh [2023-07-19T02:38:55.357Z] lf-activate-venv: SKIPPING [2023-07-19T02:38:55.357Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/main/234 [2023-07-19T02:38:55.357Z] INFO: archiving workspace using pattern(s): [2023-07-19T02:38:59.154Z] Archives upload complete. [2023-07-19T02:38:59.154Z] INFO: archiving logs to Nexus [2023-07-19T02:39:00.160Z] ---> uname -a: [2023-07-19T02:39:00.160Z] Linux prd-ubuntu20-04-docker-8c-8g-1494 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux [2023-07-19T02:39:00.160Z] [2023-07-19T02:39:00.160Z] [2023-07-19T02:39:00.160Z] ---> lscpu: [2023-07-19T02:39:00.160Z] Architecture: x86_64 [2023-07-19T02:39:00.160Z] CPU op-mode(s): 32-bit, 64-bit [2023-07-19T02:39:00.160Z] Byte Order: Little Endian [2023-07-19T02:39:00.160Z] Address sizes: 40 bits physical, 48 bits virtual [2023-07-19T02:39:00.160Z] CPU(s): 8 [2023-07-19T02:39:00.160Z] On-line CPU(s) list: 0-7 [2023-07-19T02:39:00.160Z] Thread(s) per core: 1 [2023-07-19T02:39:00.160Z] Core(s) per socket: 1 [2023-07-19T02:39:00.160Z] Socket(s): 8 [2023-07-19T02:39:00.160Z] NUMA node(s): 1 [2023-07-19T02:39:00.160Z] Vendor ID: AuthenticAMD [2023-07-19T02:39:00.160Z] CPU family: 23 [2023-07-19T02:39:00.160Z] Model: 49 [2023-07-19T02:39:00.160Z] Model name: AMD EPYC-Rome Processor [2023-07-19T02:39:00.160Z] Stepping: 0 [2023-07-19T02:39:00.160Z] CPU MHz: 2800.000 [2023-07-19T02:39:00.160Z] BogoMIPS: 5600.00 [2023-07-19T02:39:00.160Z] Virtualization: AMD-V [2023-07-19T02:39:00.160Z] Hypervisor vendor: KVM [2023-07-19T02:39:00.160Z] Virtualization type: full [2023-07-19T02:39:00.160Z] L1d cache: 256 KiB [2023-07-19T02:39:00.160Z] L1i cache: 256 KiB [2023-07-19T02:39:00.160Z] L2 cache: 4 MiB [2023-07-19T02:39:00.160Z] L3 cache: 128 MiB [2023-07-19T02:39:00.160Z] NUMA node0 CPU(s): 0-7 [2023-07-19T02:39:00.160Z] Vulnerability Itlb multihit: Not affected [2023-07-19T02:39:00.160Z] Vulnerability L1tf: Not affected [2023-07-19T02:39:00.160Z] Vulnerability Mds: Not affected [2023-07-19T02:39:00.160Z] Vulnerability Meltdown: Not affected [2023-07-19T02:39:00.160Z] Vulnerability Mmio stale data: Not affected [2023-07-19T02:39:00.160Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2023-07-19T02:39:00.160Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2023-07-19T02:39:00.160Z] Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling [2023-07-19T02:39:00.160Z] Vulnerability Srbds: Not affected [2023-07-19T02:39:00.160Z] Vulnerability Tsx async abort: Not affected [2023-07-19T02:39:00.160Z] 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 [2023-07-19T02:39:00.160Z] [2023-07-19T02:39:00.160Z] [2023-07-19T02:39:00.160Z] ---> nproc: [2023-07-19T02:39:00.160Z] 8 [2023-07-19T02:39:00.160Z] [2023-07-19T02:39:00.160Z] [2023-07-19T02:39:00.160Z] ---> df -h: [2023-07-19T02:39:00.160Z] Filesystem Size Used Avail Use% Mounted on [2023-07-19T02:39:00.160Z] overlay 155G 13G 143G 9% / [2023-07-19T02:39:00.160Z] tmpfs 64M 0 64M 0% /dev [2023-07-19T02:39:00.160Z] tmpfs 16G 0 16G 0% /sys/fs/cgroup [2023-07-19T02:39:00.160Z] shm 64M 0 64M 0% /dev/shm [2023-07-19T02:39:00.160Z] /dev/vda1 155G 13G 143G 9% /facter-os [2023-07-19T02:39:00.160Z] [2023-07-19T02:39:00.160Z] [2023-07-19T02:39:00.160Z] ---> sar -b -r -n DEV: [2023-07-19T02:39:00.160Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-1494) 07/19/23 _x86_64_ (8 CPU) [2023-07-19T02:39:00.160Z] [2023-07-19T02:39:00.160Z] 02:22:35 LINUX RESTART (8 CPU) [2023-07-19T02:39:00.160Z] [2023-07-19T02:39:00.160Z] 02:23:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2023-07-19T02:39:00.161Z] 02:24:01 145.77 38.29 107.48 0.00 4272.58 39374.61 0.00 [2023-07-19T02:39:00.161Z] 02:25:01 116.95 0.95 116.00 0.00 7.87 50467.46 0.00 [2023-07-19T02:39:00.161Z] 02:26:01 156.04 0.27 155.77 0.00 14.80 36879.05 0.00 [2023-07-19T02:39:00.161Z] 02:27:01 31.69 0.02 31.68 0.00 2.40 16456.47 0.00 [2023-07-19T02:39:00.161Z] 02:28:01 55.26 11.21 44.04 0.00 5225.40 8897.72 0.00 [2023-07-19T02:39:00.161Z] 02:29:01 5.37 0.02 5.35 0.00 0.13 116.11 0.00 [2023-07-19T02:39:00.161Z] 02:30:01 1.72 0.00 1.72 0.00 0.00 19.60 0.00 [2023-07-19T02:39:00.161Z] 02:31:01 1.42 0.00 1.42 0.00 0.00 16.66 0.00 [2023-07-19T02:39:00.161Z] 02:32:01 1.27 0.00 1.27 0.00 0.00 13.20 0.00 [2023-07-19T02:39:00.161Z] 02:33:01 2.07 0.00 2.07 0.00 0.00 22.80 0.00 [2023-07-19T02:39:00.161Z] 02:34:01 0.92 0.00 0.92 0.00 0.00 10.40 0.00 [2023-07-19T02:39:00.161Z] 02:35:01 1.97 0.00 1.97 0.00 0.00 20.93 0.00 [2023-07-19T02:39:00.161Z] 02:36:01 1.42 0.00 1.42 0.00 0.00 15.86 0.00 [2023-07-19T02:39:00.161Z] 02:37:01 2.07 0.00 2.07 0.00 0.00 22.39 0.00 [2023-07-19T02:39:00.161Z] 02:38:01 17.75 0.12 17.63 0.00 10.40 12935.98 0.00 [2023-07-19T02:39:00.161Z] Average: 36.11 3.39 32.72 0.00 635.60 11018.02 0.00 [2023-07-19T02:39:00.161Z] [2023-07-19T02:39:00.161Z] 02:23:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2023-07-19T02:39:00.161Z] 02:24:01 29144844 31588296 735484 2.24 76704 2639684 1989540 5.86 1008768 2375208 6092 [2023-07-19T02:39:00.161Z] 02:25:01 27711536 31462656 845480 2.57 146148 3768180 2045596 6.03 1532572 3159948 502256 [2023-07-19T02:39:00.161Z] 02:26:01 27732672 31549612 760620 2.31 153264 3830780 2053504 6.05 1283664 3393132 310944 [2023-07-19T02:39:00.161Z] 02:27:01 27579668 31578264 730016 2.22 160112 3977168 1791160 5.28 1269272 3527116 64 [2023-07-19T02:39:00.161Z] 02:28:01 27028060 31540000 750616 2.28 194356 4440252 1811776 5.34 1613540 3698828 976 [2023-07-19T02:39:00.161Z] 02:29:01 27052520 31559604 732312 2.23 192896 4436992 1816572 5.35 1592556 3695592 344 [2023-07-19T02:39:00.161Z] 02:30:01 27052496 31559572 732276 2.23 192920 4436996 1816572 5.35 1592408 3695604 16 [2023-07-19T02:39:00.161Z] 02:31:01 27062756 31569912 721924 2.20 192940 4437004 1816572 5.35 1582332 3695612 48 [2023-07-19T02:39:00.161Z] 02:32:01 27062708 31569900 721888 2.20 192964 4437004 1816572 5.35 1582344 3695628 156 [2023-07-19T02:39:00.161Z] 02:33:01 27062824 31570076 721568 2.19 193016 4437008 1816572 5.35 1582396 3695640 8 [2023-07-19T02:39:00.161Z] 02:34:01 27063116 31570416 721200 2.19 193044 4437008 1816572 5.35 1582492 3695640 176 [2023-07-19T02:39:00.161Z] 02:35:01 27063136 31570592 720976 2.19 193100 4437012 1816572 5.35 1582352 3695760 8 [2023-07-19T02:39:00.161Z] 02:36:01 27063084 31570604 721152 2.19 193168 4437016 1816572 5.35 1582428 3695768 172 [2023-07-19T02:39:00.161Z] 02:37:01 27063344 31570928 720732 2.19 193236 4437016 1816572 5.35 1582496 3695764 156 [2023-07-19T02:39:00.161Z] 02:38:01 26287828 31554368 735668 2.24 198812 5141020 1895956 5.59 1604392 4399444 292036 [2023-07-19T02:39:00.161Z] Average: 27268706 31558987 738127 2.24 177779 4248676 1862445 5.49 1504934 3587646 74230 [2023-07-19T02:39:00.161Z] [2023-07-19T02:39:00.161Z] 02:23:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2023-07-19T02:39:00.161Z] 02:24:01 docker0 81.42 106.05 6.68 177.98 0.00 0.00 0.00 0.00 [2023-07-19T02:39:00.161Z] 02:24:01 lo 6.46 6.46 0.63 0.63 0.00 0.00 0.00 0.00 [2023-07-19T02:39:00.161Z] 02:24:01 ens3 720.69 441.15 6808.47 94.42 0.00 0.00 0.00 0.00 [2023-07-19T02:39:00.161Z] 02:24:01 veth61ac73b 70.48 93.30 6.73 57.74 0.00 0.00 0.00 0.00 [2023-07-19T02:39:00.161Z] 02:25:01 docker0 143.23 281.17 10.75 2263.34 0.00 0.00 0.00 0.00 [2023-07-19T02:39:00.161Z] 02:25:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-07-19T02:39:00.161Z] 02:25:01 veth6998358 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 [2023-07-19T02:39:00.161Z] 02:25:01 ens3 307.23 158.14 2288.22 22.65 0.00 0.00 0.00 0.00 [2023-07-19T02:39:00.161Z] 02:26:01 docker0 3.02 7.18 0.18 85.03 0.00 0.00 0.00 0.00 [2023-07-19T02:39:00.161Z] 02:26:01 lo 1.87 1.87 0.18 0.18 0.00 0.00 0.00 0.00 [2023-07-19T02:39:00.161Z] 02:26:01 ens3 123.96 90.53 2624.80 102.82 0.00 0.00 0.00 0.00 [2023-07-19T02:39:00.161Z] 02:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-07-19T02:39:00.161Z] 02:27:01 lo 0.27 0.27 0.02 0.02 0.00 0.00 0.00 0.00 [2023-07-19T02:39:00.161Z] 02:27:01 ens3 12.63 8.33 13.46 5.15 0.00 0.00 0.00 0.00 [2023-07-19T02:39:00.161Z] 02:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-07-19T02:39:00.161Z] 02:28:01 lo 0.60 0.60 0.06 0.06 0.00 0.00 0.00 0.00 [2023-07-19T02:39:00.161Z] 02:28:01 ens3 184.50 75.70 2922.55 5.42 0.00 0.00 0.00 0.00 [2023-07-19T02:39:00.161Z] 02:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-07-19T02:39:00.161Z] 02:29:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-07-19T02:39:00.161Z] 02:29:01 ens3 0.52 0.43 0.10 0.09 0.00 0.00 0.00 0.00 [2023-07-19T02:39:00.161Z] 02:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-07-19T02:39:00.161Z] 02:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-07-19T02:39:00.161Z] 02:30:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-07-19T02:39:00.161Z] 02:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-07-19T02:39:00.161Z] 02:31:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-07-19T02:39:00.161Z] 02:31:01 ens3 0.17 0.13 0.01 0.01 0.00 0.00 0.00 0.00 [2023-07-19T02:39:00.161Z] 02:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-07-19T02:39:00.161Z] 02:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-07-19T02:39:00.161Z] 02:32:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-07-19T02:39:00.161Z] 02:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-07-19T02:39:00.161Z] 02:33:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-07-19T02:39:00.161Z] 02:33:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-07-19T02:39:00.161Z] 02:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-07-19T02:39:00.161Z] 02:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-07-19T02:39:00.161Z] 02:34:01 ens3 0.17 0.10 0.08 0.07 0.00 0.00 0.00 0.00 [2023-07-19T02:39:00.161Z] 02:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-07-19T02:39:00.161Z] 02:35:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-07-19T02:39:00.161Z] 02:35:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-07-19T02:39:00.161Z] 02:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-07-19T02:39:00.161Z] 02:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-07-19T02:39:00.161Z] 02:36:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-07-19T02:39:00.161Z] 02:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-07-19T02:39:00.161Z] 02:37:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-07-19T02:39:00.161Z] 02:37:01 ens3 0.48 0.10 0.05 0.01 0.00 0.00 0.00 0.00 [2023-07-19T02:39:00.161Z] 02:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-07-19T02:39:00.161Z] 02:38:01 lo 1.07 1.07 0.10 0.10 0.00 0.00 0.00 0.00 [2023-07-19T02:39:00.161Z] 02:38:01 ens3 143.69 72.32 3973.47 10.23 0.00 0.00 0.00 0.00 [2023-07-19T02:39:00.161Z] Average: docker0 15.18 26.29 1.17 168.42 0.00 0.00 0.00 0.00 [2023-07-19T02:39:00.161Z] Average: lo 0.76 0.76 0.07 0.07 0.00 0.00 0.00 0.00 [2023-07-19T02:39:00.161Z] Average: ens3 99.63 56.48 1242.12 16.06 0.00 0.00 0.00 0.00 [2023-07-19T02:39:00.161Z] [2023-07-19T02:39:00.161Z] [2023-07-19T02:39:00.161Z] ---> sar -P ALL: [2023-07-19T02:39:00.161Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-1494) 07/19/23 _x86_64_ (8 CPU) [2023-07-19T02:39:00.161Z] [2023-07-19T02:39:00.161Z] 02:22:35 LINUX RESTART (8 CPU) [2023-07-19T02:39:00.161Z] [2023-07-19T02:39:00.161Z] 02:23:01 CPU %user %nice %system %iowait %steal %idle [2023-07-19T02:39:00.161Z] 02:24:01 all 9.75 0.00 3.38 1.95 0.07 84.86 [2023-07-19T02:39:00.161Z] 02:24:01 0 9.47 0.00 3.88 1.06 0.08 85.50 [2023-07-19T02:39:00.161Z] 02:24:01 1 9.15 0.00 3.50 0.15 0.05 87.14 [2023-07-19T02:39:00.161Z] 02:24:01 2 7.25 0.00 2.94 1.35 0.07 88.40 [2023-07-19T02:39:00.161Z] 02:24:01 3 12.45 0.00 3.10 1.97 0.08 82.40 [2023-07-19T02:39:00.161Z] 02:24:01 4 7.77 0.00 3.28 1.01 0.07 87.88 [2023-07-19T02:39:00.161Z] 02:24:01 5 10.82 0.00 3.17 0.19 0.07 85.76 [2023-07-19T02:39:00.161Z] 02:24:01 6 9.44 0.00 2.98 0.24 0.05 87.29 [2023-07-19T02:39:00.161Z] 02:24:01 7 11.62 0.00 4.17 9.73 0.09 74.40 [2023-07-19T02:39:00.161Z] 02:25:01 all 22.37 0.00 4.51 2.69 0.08 70.36 [2023-07-19T02:39:00.161Z] 02:25:01 0 22.28 0.00 4.48 8.29 0.08 64.86 [2023-07-19T02:39:00.161Z] 02:25:01 1 23.62 0.00 4.12 0.42 0.07 71.77 [2023-07-19T02:39:00.161Z] 02:25:01 2 21.62 0.00 4.85 10.60 0.07 62.85 [2023-07-19T02:39:00.161Z] 02:25:01 3 21.99 0.00 4.73 0.18 0.07 73.02 [2023-07-19T02:39:00.161Z] 02:25:01 4 21.60 0.00 4.70 1.05 0.10 72.55 [2023-07-19T02:39:00.161Z] 02:25:01 5 23.71 0.00 4.26 0.10 0.07 71.86 [2023-07-19T02:39:00.161Z] 02:25:01 6 22.35 0.00 4.39 0.71 0.07 72.49 [2023-07-19T02:39:00.162Z] 02:25:01 7 21.77 0.00 4.52 0.18 0.08 73.44 [2023-07-19T02:39:00.162Z] 02:26:01 all 37.07 0.00 5.99 2.33 0.09 54.51 [2023-07-19T02:39:00.162Z] 02:26:01 0 37.15 0.00 5.62 0.08 0.08 57.05 [2023-07-19T02:39:00.162Z] 02:26:01 1 37.29 0.00 6.92 1.45 0.12 54.23 [2023-07-19T02:39:00.162Z] 02:26:01 2 37.21 0.00 5.89 0.44 0.08 56.37 [2023-07-19T02:39:00.162Z] 02:26:01 3 36.71 0.00 5.58 0.05 0.10 57.56 [2023-07-19T02:39:00.162Z] 02:26:01 4 35.84 0.00 5.77 4.39 0.07 53.94 [2023-07-19T02:39:00.162Z] 02:26:01 5 37.38 0.00 6.24 7.61 0.10 48.66 [2023-07-19T02:39:00.162Z] 02:26:01 6 38.03 0.00 6.05 4.21 0.10 51.60 [2023-07-19T02:39:00.162Z] 02:26:01 7 36.93 0.00 5.86 0.46 0.10 56.65 [2023-07-19T02:39:00.162Z] 02:27:01 all 1.33 0.00 0.62 0.79 0.02 97.25 [2023-07-19T02:39:00.162Z] 02:27:01 0 1.44 0.00 0.35 0.00 0.00 98.21 [2023-07-19T02:39:00.162Z] 02:27:01 1 1.30 0.00 0.72 0.00 0.02 97.96 [2023-07-19T02:39:00.162Z] 02:27:01 2 0.96 0.00 0.72 0.03 0.03 98.25 [2023-07-19T02:39:00.162Z] 02:27:01 3 1.79 0.00 0.60 0.89 0.02 96.71 [2023-07-19T02:39:00.162Z] 02:27:01 4 1.14 0.00 1.06 5.37 0.02 92.41 [2023-07-19T02:39:00.162Z] 02:27:01 5 1.02 0.00 0.65 0.02 0.02 98.30 [2023-07-19T02:39:00.162Z] 02:27:01 6 1.74 0.00 0.45 0.00 0.03 97.78 [2023-07-19T02:39:00.162Z] 02:27:01 7 1.24 0.00 0.42 0.00 0.02 98.33 [2023-07-19T02:39:00.162Z] 02:28:01 all 2.37 0.00 1.48 0.67 0.02 95.45 [2023-07-19T02:39:00.162Z] 02:28:01 0 1.74 0.00 1.34 1.22 0.02 95.69 [2023-07-19T02:39:00.162Z] 02:28:01 1 2.96 0.00 0.85 0.28 0.02 95.89 [2023-07-19T02:39:00.162Z] 02:28:01 2 4.16 0.00 1.38 0.07 0.03 94.36 [2023-07-19T02:39:00.162Z] 02:28:01 3 1.79 0.00 0.94 0.05 0.02 97.21 [2023-07-19T02:39:00.162Z] 02:28:01 4 1.77 0.00 1.19 2.14 0.02 94.88 [2023-07-19T02:39:00.162Z] 02:28:01 5 3.16 0.00 1.69 0.49 0.02 94.65 [2023-07-19T02:39:00.162Z] 02:28:01 6 1.49 0.00 2.56 0.75 0.02 95.18 [2023-07-19T02:39:00.162Z] 02:28:01 7 1.91 0.00 1.93 0.35 0.03 95.78 [2023-07-19T02:39:00.162Z] 02:29:01 all 0.10 0.00 0.07 0.01 0.01 99.81 [2023-07-19T02:39:00.162Z] 02:29:01 0 0.08 0.00 0.10 0.00 0.02 99.80 [2023-07-19T02:39:00.162Z] 02:29:01 1 0.07 0.00 0.07 0.00 0.00 99.87 [2023-07-19T02:39:00.162Z] 02:29:01 2 0.08 0.00 0.05 0.00 0.00 99.87 [2023-07-19T02:39:00.162Z] 02:29:01 3 0.12 0.00 0.10 0.00 0.02 99.77 [2023-07-19T02:39:00.162Z] 02:29:01 4 0.08 0.00 0.05 0.05 0.03 99.78 [2023-07-19T02:39:00.162Z] 02:29:01 5 0.05 0.00 0.05 0.00 0.02 99.88 [2023-07-19T02:39:00.162Z] 02:29:01 6 0.07 0.00 0.05 0.03 0.02 99.83 [2023-07-19T02:39:00.162Z] 02:29:01 7 0.22 0.00 0.12 0.02 0.00 99.65 [2023-07-19T02:39:00.162Z] 02:30:01 all 0.01 0.00 0.01 0.00 0.01 99.96 [2023-07-19T02:39:00.162Z] 02:30:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2023-07-19T02:39:00.162Z] 02:30:01 1 0.02 0.00 0.02 0.00 0.02 99.95 [2023-07-19T02:39:00.162Z] 02:30:01 2 0.03 0.00 0.00 0.00 0.00 99.97 [2023-07-19T02:39:00.162Z] 02:30:01 3 0.02 0.00 0.00 0.00 0.02 99.97 [2023-07-19T02:39:00.162Z] 02:30:01 4 0.03 0.00 0.02 0.02 0.02 99.92 [2023-07-19T02:39:00.162Z] 02:30:01 5 0.00 0.00 0.02 0.00 0.00 99.98 [2023-07-19T02:39:00.162Z] 02:30:01 6 0.00 0.00 0.02 0.02 0.00 99.97 [2023-07-19T02:39:00.162Z] 02:30:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2023-07-19T02:39:00.162Z] 02:31:01 all 0.03 0.00 0.01 0.00 0.01 99.95 [2023-07-19T02:39:00.162Z] 02:31:01 0 0.00 0.00 0.00 0.00 0.02 99.98 [2023-07-19T02:39:00.162Z] 02:31:01 1 0.03 0.00 0.00 0.00 0.00 99.97 [2023-07-19T02:39:00.162Z] 02:31:01 2 0.05 0.00 0.02 0.00 0.02 99.92 [2023-07-19T02:39:00.162Z] 02:31:01 3 0.03 0.00 0.03 0.00 0.02 99.92 [2023-07-19T02:39:00.162Z] 02:31:01 4 0.07 0.00 0.03 0.00 0.03 99.87 [2023-07-19T02:39:00.162Z] 02:31:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2023-07-19T02:39:00.162Z] 02:31:01 6 0.00 0.00 0.02 0.02 0.02 99.95 [2023-07-19T02:39:00.162Z] 02:31:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2023-07-19T02:39:00.162Z] 02:32:01 all 0.01 0.00 0.01 0.00 0.01 99.97 [2023-07-19T02:39:00.162Z] 02:32:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2023-07-19T02:39:00.162Z] 02:32:01 1 0.02 0.00 0.00 0.00 0.02 99.97 [2023-07-19T02:39:00.162Z] 02:32:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2023-07-19T02:39:00.162Z] 02:32:01 3 0.03 0.00 0.03 0.00 0.02 99.92 [2023-07-19T02:39:00.162Z] 02:32:01 4 0.03 0.00 0.02 0.02 0.02 99.92 [2023-07-19T02:39:00.162Z] 02:32:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2023-07-19T02:39:00.162Z] 02:32:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2023-07-19T02:39:00.162Z] 02:32:01 7 0.00 0.00 0.02 0.00 0.02 99.97 [2023-07-19T02:39:00.162Z] 02:33:01 all 0.02 0.00 0.02 0.01 0.01 99.95 [2023-07-19T02:39:00.162Z] 02:33:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2023-07-19T02:39:00.162Z] 02:33:01 1 0.00 0.00 0.02 0.00 0.00 99.98 [2023-07-19T02:39:00.162Z] 02:33:01 2 0.03 0.00 0.03 0.00 0.00 99.93 [2023-07-19T02:39:00.162Z] 02:33:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2023-07-19T02:39:00.162Z] 02:33:01 4 0.05 0.00 0.07 0.03 0.03 99.82 [2023-07-19T02:39:00.162Z] 02:33:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2023-07-19T02:39:00.162Z] 02:33:01 6 0.00 0.00 0.00 0.02 0.02 99.97 [2023-07-19T02:39:00.162Z] 02:33:01 7 0.03 0.00 0.03 0.00 0.00 99.93 [2023-07-19T02:39:00.162Z] 02:34:01 all 0.02 0.00 0.01 0.01 0.01 99.95 [2023-07-19T02:39:00.162Z] 02:34:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2023-07-19T02:39:00.162Z] 02:34:01 1 0.03 0.00 0.00 0.00 0.02 99.95 [2023-07-19T02:39:00.162Z] 02:34:01 2 0.03 0.00 0.00 0.00 0.02 99.95 [2023-07-19T02:39:00.162Z] 02:34:01 3 0.02 0.00 0.02 0.00 0.02 99.95 [2023-07-19T02:39:00.162Z] 02:34:01 4 0.05 0.00 0.05 0.03 0.02 99.85 [2023-07-19T02:39:00.162Z] 02:34:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2023-07-19T02:39:00.162Z] 02:34:01 6 0.00 0.00 0.03 0.02 0.00 99.95 [2023-07-19T02:39:00.162Z] 02:34:01 7 0.03 0.00 0.02 0.00 0.00 99.95 [2023-07-19T02:39:00.162Z] [2023-07-19T02:39:00.162Z] 02:34:01 CPU %user %nice %system %iowait %steal %idle [2023-07-19T02:39:00.162Z] 02:35:01 all 0.02 0.00 0.01 0.04 0.01 99.92 [2023-07-19T02:39:00.162Z] 02:35:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2023-07-19T02:39:00.162Z] 02:35:01 1 0.00 0.00 0.02 0.00 0.00 99.98 [2023-07-19T02:39:00.162Z] 02:35:01 2 0.03 0.00 0.00 0.00 0.00 99.97 [2023-07-19T02:39:00.162Z] 02:35:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2023-07-19T02:39:00.162Z] 02:35:01 4 0.02 0.00 0.03 0.13 0.02 99.80 [2023-07-19T02:39:00.162Z] 02:35:01 5 0.02 0.00 0.00 0.00 0.02 99.97 [2023-07-19T02:39:00.162Z] 02:35:01 6 0.02 0.00 0.02 0.17 0.02 99.78 [2023-07-19T02:39:00.162Z] 02:35:01 7 0.03 0.00 0.03 0.00 0.02 99.92 [2023-07-19T02:39:00.162Z] 02:36:01 all 0.01 0.00 0.01 0.08 0.01 99.89 [2023-07-19T02:39:00.162Z] 02:36:01 0 0.00 0.00 0.00 0.00 0.02 99.98 [2023-07-19T02:39:00.162Z] 02:36:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2023-07-19T02:39:00.162Z] 02:36:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2023-07-19T02:39:00.162Z] 02:36:01 3 0.02 0.00 0.02 0.00 0.02 99.95 [2023-07-19T02:39:00.162Z] 02:36:01 4 0.02 0.00 0.05 0.63 0.02 99.28 [2023-07-19T02:39:00.162Z] 02:36:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2023-07-19T02:39:00.162Z] 02:36:01 6 0.02 0.00 0.02 0.00 0.00 99.97 [2023-07-19T02:39:00.162Z] 02:36:01 7 0.03 0.00 0.02 0.00 0.02 99.93 [2023-07-19T02:39:00.162Z] 02:37:01 all 0.02 0.00 0.01 0.01 0.01 99.95 [2023-07-19T02:39:00.162Z] 02:37:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2023-07-19T02:39:00.162Z] 02:37:01 1 0.02 0.00 0.02 0.00 0.02 99.95 [2023-07-19T02:39:00.162Z] 02:37:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2023-07-19T02:39:00.162Z] 02:37:01 3 0.07 0.00 0.02 0.00 0.00 99.92 [2023-07-19T02:39:00.162Z] 02:37:01 4 0.03 0.00 0.03 0.03 0.02 99.88 [2023-07-19T02:39:00.162Z] 02:37:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2023-07-19T02:39:00.162Z] 02:37:01 6 0.00 0.00 0.00 0.02 0.02 99.97 [2023-07-19T02:39:00.162Z] 02:37:01 7 0.02 0.00 0.02 0.00 0.02 99.95 [2023-07-19T02:39:00.162Z] 02:38:01 all 2.52 0.00 1.13 0.57 0.02 95.77 [2023-07-19T02:39:00.162Z] 02:38:01 0 1.71 0.00 1.04 0.00 0.02 97.23 [2023-07-19T02:39:00.162Z] 02:38:01 1 3.53 0.00 1.16 3.43 0.02 91.86 [2023-07-19T02:39:00.162Z] 02:38:01 2 2.72 0.00 1.21 0.00 0.02 96.06 [2023-07-19T02:39:00.162Z] 02:38:01 3 2.33 0.00 0.90 0.05 0.02 96.70 [2023-07-19T02:39:00.162Z] 02:38:01 4 3.20 0.00 1.05 1.04 0.02 94.69 [2023-07-19T02:39:00.162Z] 02:38:01 5 2.10 0.00 1.19 0.02 0.02 96.68 [2023-07-19T02:39:00.162Z] 02:38:01 6 2.23 0.00 0.59 0.02 0.02 97.15 [2023-07-19T02:39:00.162Z] 02:38:01 7 2.34 0.00 1.87 0.00 0.02 95.78 [2023-07-19T02:39:00.162Z] Average: all 5.01 0.00 1.15 0.61 0.02 93.22 [2023-07-19T02:39:00.162Z] Average: 0 4.90 0.00 1.12 0.71 0.02 93.25 [2023-07-19T02:39:00.162Z] Average: 1 5.18 0.00 1.15 0.38 0.02 93.26 [2023-07-19T02:39:00.162Z] Average: 2 4.91 0.00 1.13 0.83 0.02 93.11 [2023-07-19T02:39:00.162Z] Average: 3 5.13 0.00 1.07 0.21 0.03 93.57 [2023-07-19T02:39:00.162Z] Average: 4 4.74 0.00 1.15 1.06 0.03 93.01 [2023-07-19T02:39:00.162Z] Average: 5 5.18 0.00 1.14 0.56 0.02 93.10 [2023-07-19T02:39:00.162Z] Average: 6 4.98 0.00 1.14 0.41 0.02 93.45 [2023-07-19T02:39:00.163Z] Average: 7 5.03 0.00 1.26 0.70 0.03 92.98 [2023-07-19T02:39:00.163Z] [2023-07-19T02:39:00.163Z] [2023-07-19T02:39:00.163Z]