Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 7a1d0d362fdfa11eb0dfe054808f0b2d568db7ab 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-ssh15137506364317586074.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision a0327f913308fcf13875ae7a2d6e6099471c5ff1 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-ssh12290059222608121534.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 a0327f913308fcf13875ae7a2d6e6099471c5ff1 The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/device-rest-go/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-rest-go/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh17495747034089844585.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision a0327f913308fcf13875ae7a2d6e6099471c5ff1 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f a0327f913308fcf13875ae7a2d6e6099471c5ff1 # timeout=10 Commit message: "fix: dry-run use case (#441)" > 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-ssh16496564810535677855.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 65355178549468b165f8106641c96c3190b1d843 The recommended git tool is: NONE using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/device-rest-go/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-rest-go/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh15824549171852007191.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-rest-go] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-rest-go-settings PROJECT: device-rest-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.20 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-rest DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-ubuntu20.04-docker-8c-8g-4550’ Running on prd-ubuntu20.04-docker-8c-8g-4552 in /w/workspace/edgexfoundry_device-rest-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-rest-go.git > git init /w/workspace/edgexfoundry_device-rest-go_main # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 7a1d0d362fdfa11eb0dfe054808f0b2d568db7ab (main) > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 7a1d0d362fdfa11eb0dfe054808f0b2d568db7ab # timeout=10 Commit message: "Merge pull request #332 from FelixTing/update-sdk" > git rev-list --no-walk 6f0e88eb43ac42bba557c9333c6d12baa04244ae # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-08-25T09:28:14.115Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-08-25T09:28:14.156Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-08-25T09:28:14.170Z] ========================================================= [2023-08-25T09:28:14.170Z] EdgeX Global Pipelines Version Info [2023-08-25T09:28:14.170Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-08-25T09:28:14.883Z] ------------------- [2023-08-25T09:28:14.883Z] stable info: [2023-08-25T09:28:14.883Z] ------------------- [2023-08-25T09:28:14.883Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-08-25T09:28:14.883Z] Commit SHA: a0327f913308fcf13875ae7a2d6e6099471c5ff1 [2023-08-25T09:28:14.883Z] Message: update stable to v1.0.253 [2023-08-25T09:28:15.453Z] ------------------- [2023-08-25T09:28:15.453Z] experimental info: [2023-08-25T09:28:15.453Z] ------------------- [2023-08-25T09:28:15.453Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-08-25T09:28:15.453Z] Commit SHA: a0327f913308fcf13875ae7a2d6e6099471c5ff1 [2023-08-25T09:28:15.453Z] Message: update experimental to v1.0.253 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-08-25T09:28:15.607Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-rest-go-settings [Pipeline] echo [2023-08-25T09:28:15.617Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-rest-go [Pipeline] echo [2023-08-25T09:28:15.626Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-08-25T09:28:15.635Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-08-25T09:28:15.643Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-08-25T09:28:15.651Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo [2023-08-25T09:28:15.663Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-08-25T09:28:15.679Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2023-08-25T09:28:15.691Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-08-25T09:28:15.707Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-08-25T09:28:15.724Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-08-25T09:28:15.742Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-rest [Pipeline] echo [2023-08-25T09:28:15.760Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-08-25T09:28:15.777Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-08-25T09:28:15.790Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-08-25T09:28:15.807Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-08-25T09:28:15.824Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-08-25T09:28:15.836Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-08-25T09:28:15.855Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-08-25T09:28:15.866Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-08-25T09:28:15.877Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2023-08-25T09:28:15.890Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2023-08-25T09:28:15.904Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-08-25T09:28:15.919Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-08-25T09:28:15.938Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2023-08-25T09:28:15.953Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-08-25T09:28:15.966Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-08-25T09:28:15.980Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2023-08-25T09:28:15.989Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2023-08-25T09:28:15.998Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2023-08-25T09:28:16.007Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 7a1d0d362fdfa11eb0dfe054808f0b2d568db7ab [Pipeline] echo [2023-08-25T09:28:16.015Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 7a1d0d3 [Pipeline] echo [2023-08-25T09:28:16.025Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-08-25T09:28:16.077Z] provisioning config files... [2023-08-25T09:28:16.090Z] copy managed file [device-rest-go-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config13149748932113085768tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-08-25T09:28:16.393Z] ---> docker-login.sh [2023-08-25T09:28:16.393Z] nexus3.edgexfoundry.org:10001 [2023-08-25T09:28:16.654Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-25T09:28:16.654Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-25T09:28:16.654Z] Configure a credential helper to remove this warning. See [2023-08-25T09:28:16.654Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-25T09:28:16.654Z] [2023-08-25T09:28:16.654Z] Login Succeeded [2023-08-25T09:28:16.654Z] nexus3.edgexfoundry.org:10002 [2023-08-25T09:28:16.654Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-25T09:28:16.914Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-25T09:28:16.914Z] Configure a credential helper to remove this warning. See [2023-08-25T09:28:16.914Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-25T09:28:16.914Z] [2023-08-25T09:28:16.914Z] Login Succeeded [2023-08-25T09:28:16.914Z] nexus3.edgexfoundry.org:10003 [2023-08-25T09:28:16.914Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-25T09:28:16.914Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-25T09:28:16.914Z] Configure a credential helper to remove this warning. See [2023-08-25T09:28:16.914Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-25T09:28:16.914Z] [2023-08-25T09:28:16.914Z] Login Succeeded [2023-08-25T09:28:16.914Z] nexus3.edgexfoundry.org:10004 [2023-08-25T09:28:16.914Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-25T09:28:17.175Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-25T09:28:17.175Z] Configure a credential helper to remove this warning. See [2023-08-25T09:28:17.175Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-25T09:28:17.175Z] [2023-08-25T09:28:17.176Z] Login Succeeded [2023-08-25T09:28:17.176Z] docker.io [2023-08-25T09:28:17.176Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-25T09:28:17.436Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-25T09:28:17.436Z] Configure a credential helper to remove this warning. See [2023-08-25T09:28:17.436Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-25T09:28:17.436Z] [2023-08-25T09:28:17.436Z] Login Succeeded [2023-08-25T09:28:17.436Z] ---> docker-login.sh ends [Pipeline] } [2023-08-25T09:28:17.444Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-08-25T09:28:17.834Z] + git rev-list -1 --merges 7a1d0d362fdfa11eb0dfe054808f0b2d568db7ab~1..7a1d0d362fdfa11eb0dfe054808f0b2d568db7ab [Pipeline] echo [2023-08-25T09:28:17.887Z] -----------> git rev-list -1 --merges 7a1d0d362fdfa11eb0dfe054808f0b2d568db7ab~1..7a1d0d362fdfa11eb0dfe054808f0b2d568db7ab 7a1d0d362fdfa11eb0dfe054808f0b2d568db7ab [2023-08-25T09:28:17.887Z] 7a1d0d362fdfa11eb0dfe054808f0b2d568db7ab [false] [Pipeline] sh [2023-08-25T09:28:18.175Z] + git log --format=format:%s -1 7a1d0d362fdfa11eb0dfe054808f0b2d568db7ab [Pipeline] echo [2023-08-25T09:28:18.191Z] ========================================================= [2023-08-25T09:28:18.191Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-08-25T09:28:18.191Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-08-25T09:28:18.508Z] + git log --format=format:%s -1 7a1d0d362fdfa11eb0dfe054808f0b2d568db7ab [Pipeline] echo [2023-08-25T09:28:18.521Z] [semverPrep] GIT_COMMIT: 7a1d0d362fdfa11eb0dfe054808f0b2d568db7ab, Commit Message: Merge pull request #332 from FelixTing/update-sdk [Pipeline] echo [2023-08-25T09:28:18.531Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-08-25T09:28:18.878Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-08-25T09:28:18.878Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-08-25T09:28:18.878Z] + [ -e /tmp/ssh_known_hosts ] [2023-08-25T09:28:18.878Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-08-25T09:28:18.878Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-08-25T09:28:18.878Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-08-25T09:28:18.878Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-25T09:28:19.218Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-08-25T09:28:19.218Z] [2023-08-25T09:28:19.218Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-25T09:28:19.519Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-08-25T09:28:19.520Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-08-25T09:28:19.520Z] b85a868b505f: Pulling fs layer [2023-08-25T09:28:19.520Z] e2be974225ed: Pulling fs layer [2023-08-25T09:28:19.520Z] 339a4e72a1f5: Pulling fs layer [2023-08-25T09:28:19.520Z] 988bab9f4d93: Pulling fs layer [2023-08-25T09:28:19.520Z] 1469e6f7b9e6: Pulling fs layer [2023-08-25T09:28:19.520Z] eaf3925da568: Pulling fs layer [2023-08-25T09:28:19.520Z] bab4dde63d76: Pulling fs layer [2023-08-25T09:28:19.520Z] bde34c3a00c8: Pulling fs layer [2023-08-25T09:28:19.520Z] b352a97aabf1: Pulling fs layer [2023-08-25T09:28:19.520Z] 4872d77fe225: Pulling fs layer [2023-08-25T09:28:19.520Z] 5851b861e8e6: Pulling fs layer [2023-08-25T09:28:19.520Z] 988bab9f4d93: Waiting [2023-08-25T09:28:19.520Z] 1469e6f7b9e6: Waiting [2023-08-25T09:28:19.520Z] eaf3925da568: Waiting [2023-08-25T09:28:19.520Z] bab4dde63d76: Waiting [2023-08-25T09:28:19.520Z] bde34c3a00c8: Waiting [2023-08-25T09:28:19.520Z] b352a97aabf1: Waiting [2023-08-25T09:28:19.520Z] 4872d77fe225: Waiting [2023-08-25T09:28:19.520Z] 5851b861e8e6: Waiting [2023-08-25T09:28:19.520Z] e2be974225ed: Verifying Checksum [2023-08-25T09:28:19.520Z] e2be974225ed: Download complete [2023-08-25T09:28:19.520Z] 988bab9f4d93: Download complete [2023-08-25T09:28:19.520Z] 1469e6f7b9e6: Verifying Checksum [2023-08-25T09:28:19.520Z] eaf3925da568: Verifying Checksum [2023-08-25T09:28:19.520Z] eaf3925da568: Download complete [2023-08-25T09:28:19.787Z] 339a4e72a1f5: Verifying Checksum [2023-08-25T09:28:19.788Z] 339a4e72a1f5: Download complete [2023-08-25T09:28:19.788Z] bde34c3a00c8: Verifying Checksum [2023-08-25T09:28:19.788Z] bde34c3a00c8: Download complete [2023-08-25T09:28:19.788Z] b352a97aabf1: Download complete [2023-08-25T09:28:19.788Z] 4872d77fe225: Verifying Checksum [2023-08-25T09:28:19.788Z] 4872d77fe225: Download complete [2023-08-25T09:28:19.788Z] 5851b861e8e6: Download complete [2023-08-25T09:28:19.788Z] b85a868b505f: Verifying Checksum [2023-08-25T09:28:19.788Z] b85a868b505f: Download complete [2023-08-25T09:28:20.046Z] bab4dde63d76: Verifying Checksum [2023-08-25T09:28:20.046Z] bab4dde63d76: Download complete [2023-08-25T09:28:20.982Z] b85a868b505f: Pull complete [2023-08-25T09:28:21.242Z] e2be974225ed: Pull complete [2023-08-25T09:28:21.811Z] 339a4e72a1f5: Pull complete [2023-08-25T09:28:21.811Z] 988bab9f4d93: Pull complete [2023-08-25T09:28:22.072Z] 1469e6f7b9e6: Pull complete [2023-08-25T09:28:22.072Z] eaf3925da568: Pull complete [2023-08-25T09:28:28.391Z] bab4dde63d76: Pull complete [2023-08-25T09:28:28.391Z] bde34c3a00c8: Pull complete [2023-08-25T09:28:28.391Z] b352a97aabf1: Pull complete [2023-08-25T09:28:28.391Z] 4872d77fe225: Pull complete [2023-08-25T09:28:28.391Z] 5851b861e8e6: Pull complete [2023-08-25T09:28:28.391Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-08-25T09:28:28.391Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-08-25T09:28:28.391Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-25T09:28:30.861Z] prd-ubuntu20.04-docker-8c-8g-4552 does not seem to be running inside a container [2023-08-25T09:28:30.888Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-rest-go_main -v /w/workspace/edgexfoundry_device-rest-go_main:/w/workspace/edgexfoundry_device-rest-go_main:rw,z -v /w/workspace/edgexfoundry_device-rest-go_main@tmp:/w/workspace/edgexfoundry_device-rest-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-08-25T09:28:33.128Z] $ docker top 996b2d75c3cad3a53c44d67e2e8495b6463cb78a88800fa37fd4c06ff6add260 -eo pid,comm [2023-08-25T09:28:33.194Z] 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-08-25T09:28:33.194Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-08-25T09:28:33.236Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-08-25T09:28:33.236Z] [ssh-agent] Looking for ssh-agent implementation... [2023-08-25T09:28:33.352Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-08-25T09:28:33.347Z] $ docker exec 996b2d75c3cad3a53c44d67e2e8495b6463cb78a88800fa37fd4c06ff6add260 ssh-agent [2023-08-25T09:28:33.470Z] SSH_AUTH_SOCK=/tmp/ssh-yqxHH1Wx7nbF/agent.33 [2023-08-25T09:28:33.470Z] SSH_AGENT_PID=39 [2023-08-25T09:28:33.476Z] Running ssh-add (command line suppressed) [2023-08-25T09:28:33.581Z] Identity added: /w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_9070264836002019674.key (/w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_9070264836002019674.key) [2023-08-25T09:28:33.604Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-08-25T09:28:33.893Z] + git tag --points-at HEAD [Pipeline] } [2023-08-25T09:28:33.902Z] $ docker exec --env ******** --env ******** 996b2d75c3cad3a53c44d67e2e8495b6463cb78a88800fa37fd4c06ff6add260 ssh-agent -k [2023-08-25T09:28:33.987Z] unset SSH_AUTH_SOCK; [2023-08-25T09:28:33.987Z] unset SSH_AGENT_PID; [2023-08-25T09:28:33.987Z] echo Agent pid 39 killed; [2023-08-25T09:28:34.007Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-08-25T09:28:34.030Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-08-25T09:28:34.030Z] [ssh-agent] Looking for ssh-agent implementation... [2023-08-25T09:28:34.146Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-08-25T09:28:34.140Z] $ docker exec 996b2d75c3cad3a53c44d67e2e8495b6463cb78a88800fa37fd4c06ff6add260 ssh-agent [2023-08-25T09:28:34.258Z] SSH_AUTH_SOCK=/tmp/ssh-Uzom83VoiH9l/agent.71 [2023-08-25T09:28:34.258Z] SSH_AGENT_PID=77 [2023-08-25T09:28:34.264Z] Running ssh-add (command line suppressed) [2023-08-25T09:28:34.356Z] Identity added: /w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_10892210312746861878.key (/w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_10892210312746861878.key) [2023-08-25T09:28:34.377Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-08-25T09:28:34.665Z] + git semver init [2023-08-25T09:28:34.925Z] 2023-08-25 09:28:34,865 [run_init] DEBUG init version:0.0.0 force:False [2023-08-25T09:28:34.925Z] 2023-08-25 09:28:34,866 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_device-rest-go_main/.semver [2023-08-25T09:28:34.925Z] 2023-08-25 09:28:34,867 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-rest-go.git /w/workspace/edgexfoundry_device-rest-go_main/.semver [2023-08-25T09:28:34.925Z] 2023-08-25 09:28:34,867 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-rest-go.git', '/w/workspace/edgexfoundry_device-rest-go_main/.semver'], cwd=/w/workspace/edgexfoundry_device-rest-go_main, universal_newlines=False, shell=None, istream=None) [2023-08-25T09:28:35.864Z] 2023-08-25 09:28:35,817 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_device-rest-go_main/.git/info/exclude [2023-08-25T09:28:35.864Z] 2023-08-25 09:28:35,817 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_device-rest-go_main/.semver/main with force:False [2023-08-25T09:28:35.864Z] 2023-08-25 09:28:35,817 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main [2023-08-25T09:28:35.864Z] 2023-08-25 09:28:35,818 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main [2023-08-25T09:28:35.864Z] 3.1.0-dev.5 [Pipeline] } [2023-08-25T09:28:35.867Z] $ docker exec --env ******** --env ******** 996b2d75c3cad3a53c44d67e2e8495b6463cb78a88800fa37fd4c06ff6add260 ssh-agent -k [2023-08-25T09:28:35.968Z] unset SSH_AUTH_SOCK; [2023-08-25T09:28:35.968Z] unset SSH_AGENT_PID; [2023-08-25T09:28:35.968Z] echo Agent pid 77 killed; [2023-08-25T09:28:35.986Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-08-25T09:28:36.286Z] + git semver [Pipeline] } [2023-08-25T09:28:36.551Z] $ docker stop --time=1 996b2d75c3cad3a53c44d67e2e8495b6463cb78a88800fa37fd4c06ff6add260 [2023-08-25T09:28:37.849Z] $ docker rm -f --volumes 996b2d75c3cad3a53c44d67e2e8495b6463cb78a88800fa37fd4c06ff6add260 [Pipeline] // withDockerContainer [Pipeline] sh [2023-08-25T09:28:38.193Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-08-25T09:28:38.407Z] Stashed 1 file(s) [Pipeline] echo [2023-08-25T09:28:38.410Z] [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-08-25T09:28:38.570Z] provisioning config files... [2023-08-25T09:28:38.578Z] copy managed file [device-rest-go-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config14215545979397794103tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-08-25T09:28:38.871Z] ---> docker-login.sh [2023-08-25T09:28:38.871Z] nexus3.edgexfoundry.org:10001 [2023-08-25T09:28:38.871Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-25T09:28:38.871Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-25T09:28:38.871Z] Configure a credential helper to remove this warning. See [2023-08-25T09:28:38.871Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-25T09:28:38.871Z] [2023-08-25T09:28:38.871Z] Login Succeeded [2023-08-25T09:28:38.871Z] nexus3.edgexfoundry.org:10002 [2023-08-25T09:28:38.871Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-25T09:28:38.871Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-25T09:28:38.871Z] Configure a credential helper to remove this warning. See [2023-08-25T09:28:38.871Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-25T09:28:38.871Z] [2023-08-25T09:28:38.871Z] Login Succeeded [2023-08-25T09:28:38.871Z] nexus3.edgexfoundry.org:10003 [2023-08-25T09:28:39.129Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-25T09:28:39.129Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-25T09:28:39.129Z] Configure a credential helper to remove this warning. See [2023-08-25T09:28:39.129Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-25T09:28:39.129Z] [2023-08-25T09:28:39.129Z] Login Succeeded [2023-08-25T09:28:39.129Z] nexus3.edgexfoundry.org:10004 [2023-08-25T09:28:39.129Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-25T09:28:39.129Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-25T09:28:39.129Z] Configure a credential helper to remove this warning. See [2023-08-25T09:28:39.129Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-25T09:28:39.129Z] [2023-08-25T09:28:39.129Z] Login Succeeded [2023-08-25T09:28:39.129Z] docker.io [2023-08-25T09:28:39.129Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-25T09:28:39.388Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-25T09:28:39.388Z] Configure a credential helper to remove this warning. See [2023-08-25T09:28:39.388Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-25T09:28:39.388Z] [2023-08-25T09:28:39.388Z] Login Succeeded [2023-08-25T09:28:39.388Z] ---> docker-login.sh ends [Pipeline] } [2023-08-25T09:28:39.396Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-08-25T09:28:39.468Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-08-25T09:28:39.484Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-08-25T09:28:39.498Z] ========================================================= [2023-08-25T09:28:39.498Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] [2023-08-25T09:28:39.498Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-25T09:28:39.811Z] + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine --build-arg MAKE=echo noop --target=builder . [2023-08-25T09:28:39.811Z] Sending build context to Docker daemon 10.91MB [2023-08-25T09:28:39.811Z] Step 1/12 : ARG BASE=golang:1.20-alpine3.17 [2023-08-25T09:28:39.811Z] Step 2/12 : FROM ${BASE} AS builder [2023-08-25T09:28:39.811Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base [2023-08-25T09:28:39.811Z] 4db1b89c0bd1: Pulling fs layer [2023-08-25T09:28:39.811Z] 6911f1a30b25: Pulling fs layer [2023-08-25T09:28:39.811Z] e194b8c5c2a9: Pulling fs layer [2023-08-25T09:28:39.811Z] 6863d3e3a2b1: Pulling fs layer [2023-08-25T09:28:39.811Z] ec0bb842ea78: Pulling fs layer [2023-08-25T09:28:39.811Z] 40a00589a448: Pulling fs layer [2023-08-25T09:28:39.811Z] 6c08303d61cc: Pulling fs layer [2023-08-25T09:28:39.811Z] 798269fcf238: Pulling fs layer [2023-08-25T09:28:39.811Z] 40a00589a448: Waiting [2023-08-25T09:28:39.811Z] 6c08303d61cc: Waiting [2023-08-25T09:28:39.811Z] 798269fcf238: Waiting [2023-08-25T09:28:39.811Z] 6863d3e3a2b1: Waiting [2023-08-25T09:28:39.811Z] ec0bb842ea78: Waiting [2023-08-25T09:28:39.811Z] 6911f1a30b25: Download complete [2023-08-25T09:28:39.811Z] 6863d3e3a2b1: Verifying Checksum [2023-08-25T09:28:39.811Z] 6863d3e3a2b1: Download complete [2023-08-25T09:28:39.811Z] ec0bb842ea78: Download complete [2023-08-25T09:28:39.811Z] 4db1b89c0bd1: Verifying Checksum [2023-08-25T09:28:39.811Z] 4db1b89c0bd1: Download complete [2023-08-25T09:28:40.070Z] 40a00589a448: Verifying Checksum [2023-08-25T09:28:40.070Z] 40a00589a448: Download complete [2023-08-25T09:28:40.070Z] 4db1b89c0bd1: Pull complete [2023-08-25T09:28:40.328Z] 6911f1a30b25: Pull complete [2023-08-25T09:28:40.328Z] 798269fcf238: Verifying Checksum [2023-08-25T09:28:40.328Z] 798269fcf238: Download complete [2023-08-25T09:28:40.588Z] e194b8c5c2a9: Download complete [2023-08-25T09:28:40.845Z] 6c08303d61cc: Verifying Checksum [2023-08-25T09:28:40.845Z] 6c08303d61cc: Download complete [2023-08-25T09:28:44.130Z] e194b8c5c2a9: Pull complete [2023-08-25T09:28:44.130Z] 6863d3e3a2b1: Pull complete [2023-08-25T09:28:44.130Z] ec0bb842ea78: Pull complete [2023-08-25T09:28:44.130Z] 40a00589a448: Pull complete [2023-08-25T09:28:46.245Z] 6c08303d61cc: Pull complete [2023-08-25T09:28:47.177Z] 798269fcf238: Pull complete [2023-08-25T09:28:47.177Z] Digest: sha256:68752d3c5041900b879808a9c232fa800f64c2352b9991beceed63c007ae5301 [2023-08-25T09:28:47.177Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-08-25T09:28:47.177Z] ---> ec979cd7f677 [2023-08-25T09:28:47.177Z] Step 3/12 : ARG ADD_BUILD_TAGS="" [2023-08-25T09:28:51.379Z] ---> Running in 7a0d7ad87f3d [2023-08-25T09:28:51.379Z] Removing intermediate container 7a0d7ad87f3d [2023-08-25T09:28:51.379Z] ---> 7930f84eec64 [2023-08-25T09:28:51.379Z] Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-08-25T09:28:51.379Z] ---> Running in ceeb05791d5d [2023-08-25T09:28:51.379Z] Removing intermediate container ceeb05791d5d [2023-08-25T09:28:51.379Z] ---> f7ed7eb94726 [2023-08-25T09:28:51.379Z] Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client" [2023-08-25T09:28:51.379Z] ---> Running in a2e9063ec1b8 [2023-08-25T09:28:51.379Z] Removing intermediate container a2e9063ec1b8 [2023-08-25T09:28:51.379Z] ---> 83de2202f7a8 [2023-08-25T09:28:51.379Z] Step 6/12 : ARG ALPINE_PKG_EXTRA="" [2023-08-25T09:28:51.379Z] ---> Running in 0af5de840353 [2023-08-25T09:28:51.637Z] Removing intermediate container 0af5de840353 [2023-08-25T09:28:51.637Z] ---> 1c1707d65830 [2023-08-25T09:28:51.637Z] Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-08-25T09:28:51.637Z] ---> Running in 6127b1c5fef0 [2023-08-25T09:28:51.897Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-08-25T09:28:52.157Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-08-25T09:28:52.417Z] (1/4) Installing openssh-keygen (9.1_p1-r4) [2023-08-25T09:28:52.417Z] (2/4) Installing libedit (20221030.3.1-r0) [2023-08-25T09:28:52.417Z] (3/4) Installing openssh-client-common (9.1_p1-r4) [2023-08-25T09:28:52.417Z] (4/4) Installing openssh-client-default (9.1_p1-r4) [2023-08-25T09:28:52.417Z] Executing busybox-1.35.0-r29.trigger [2023-08-25T09:28:52.417Z] OK: 269 MiB in 57 packages [2023-08-25T09:28:52.985Z] Removing intermediate container 6127b1c5fef0 [2023-08-25T09:28:52.985Z] ---> 789a099deea6 [2023-08-25T09:28:52.985Z] Step 8/12 : WORKDIR /device-rest-go [2023-08-25T09:28:52.985Z] ---> Running in 2e0dec164d60 [2023-08-25T09:28:52.985Z] Removing intermediate container 2e0dec164d60 [2023-08-25T09:28:52.985Z] ---> 2acf3f3b9aa7 [2023-08-25T09:28:52.985Z] Step 9/12 : COPY go.mod vendor* ./ [2023-08-25T09:28:52.985Z] ---> 22bc2039c83b [2023-08-25T09:28:52.985Z] Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-25T09:28:52.985Z] ---> Running in ee8c2b0fa44b [2023-08-25T09:28:53.526Z] Still waiting to schedule task [2023-08-25T09:28:53.527Z] Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-4551’ [2023-08-25T09:29:19.557Z] Removing intermediate container ee8c2b0fa44b [2023-08-25T09:29:19.557Z] ---> 4b57f0d8d7ca [2023-08-25T09:29:19.557Z] Step 11/12 : COPY . . [2023-08-25T09:29:19.557Z] ---> 0016e33d108f [2023-08-25T09:29:19.557Z] Step 12/12 : RUN $MAKE [2023-08-25T09:29:19.557Z] ---> Running in 11e05ab69a7b [2023-08-25T09:29:19.557Z] noop [2023-08-25T09:29:19.557Z] Removing intermediate container 11e05ab69a7b [2023-08-25T09:29:19.557Z] ---> b1ba776f7a43 [2023-08-25T09:29:19.557Z] Successfully built b1ba776f7a43 [2023-08-25T09:29:19.557Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-25T09:29:19.872Z] + docker inspect -f . ci-base-image-x86_64 [2023-08-25T09:29:19.872Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-25T09:29:19.949Z] prd-ubuntu20.04-docker-8c-8g-4552 does not seem to be running inside a container [2023-08-25T09:29:19.979Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_device-rest-go_main -v /w/workspace/edgexfoundry_device-rest-go_main:/w/workspace/edgexfoundry_device-rest-go_main:rw,z -v /w/workspace/edgexfoundry_device-rest-go_main@tmp:/w/workspace/edgexfoundry_device-rest-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-08-25T09:29:20.307Z] $ docker top 558a409447791e5dcc6b49e5b1ae5926d9e64f2e2ecaef6a3149b45ca7a985e2 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-08-25T09:29:20.651Z] + go version [2023-08-25T09:29:20.651Z] go version go1.20.6 linux/amd64 [Pipeline] } [2023-08-25T09:29:20.663Z] $ docker stop --time=1 558a409447791e5dcc6b49e5b1ae5926d9e64f2e2ecaef6a3149b45ca7a985e2 [2023-08-25T09:29:21.929Z] $ docker rm -f --volumes 558a409447791e5dcc6b49e5b1ae5926d9e64f2e2ecaef6a3149b45ca7a985e2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-25T09:29:22.351Z] + docker inspect -f . ci-base-image-x86_64 [2023-08-25T09:29:22.351Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-25T09:29:22.425Z] prd-ubuntu20.04-docker-8c-8g-4552 does not seem to be running inside a container [2023-08-25T09:29:22.472Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/edgexfoundry_device-rest-go_main -v /w/workspace/edgexfoundry_device-rest-go_main:/w/workspace/edgexfoundry_device-rest-go_main:rw,z -v /w/workspace/edgexfoundry_device-rest-go_main@tmp:/w/workspace/edgexfoundry_device-rest-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-08-25T09:29:22.825Z] $ docker top e3a8ce5c96bcc09d376f7dbeaf9dac5acad966675120ac6eca16b1e51c7ddb3a -eo pid,comm [Pipeline] { [Pipeline] sh [2023-08-25T09:29:23.159Z] + git config --global --add safe.directory /w/workspace/edgexfoundry_device-rest-go_main [Pipeline] fileExists [Pipeline] sh [2023-08-25T09:29:23.454Z] + make test [2023-08-25T09:29:23.454Z] go test ./... -coverprofile=coverage.out ./... [2023-08-25T09:29:28.719Z] ? github.com/edgexfoundry/device-rest-go [no test files] [2023-08-25T09:29:40.909Z] ? github.com/edgexfoundry/device-rest-go/cmd [no test files] [2023-08-25T09:29:40.909Z] ok github.com/edgexfoundry/device-rest-go/driver 0.018s coverage: 32.2% of statements [2023-08-25T09:29:46.171Z] go vet ./... [2023-08-25T09:29:50.348Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-08-25T09:29:50.348Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-08-25T09:29:50.348Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-08-25T09:29:50.359Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-08-25T09:29:50.373Z] $ docker stop --time=1 e3a8ce5c96bcc09d376f7dbeaf9dac5acad966675120ac6eca16b1e51c7ddb3a [2023-08-25T09:29:53.464Z] $ docker rm -f --volumes e3a8ce5c96bcc09d376f7dbeaf9dac5acad966675120ac6eca16b1e51c7ddb3a [Pipeline] // withDockerContainer [Pipeline] sh [2023-08-25T09:29:53.932Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-08-25T09:29:53.975Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2023-08-25T09:29:54.385Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-08-25T09:29:54.669Z] + ls -al . [2023-08-25T09:29:54.669Z] total 188 [2023-08-25T09:29:54.669Z] drwxrwxr-x 9 jenkins jenkins 4096 Aug 25 09:29 . [2023-08-25T09:29:54.669Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 25 09:28 .. [2023-08-25T09:29:54.669Z] -rw-rw-r-- 1 jenkins jenkins 151 Aug 25 09:28 .dockerignore [2023-08-25T09:29:54.669Z] drwxrwxr-x 8 jenkins jenkins 4096 Aug 25 09:28 .git [2023-08-25T09:29:54.669Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 25 09:28 .github [2023-08-25T09:29:54.669Z] -rw-rw-r-- 1 jenkins jenkins 329 Aug 25 09:28 .gitignore [2023-08-25T09:29:54.669Z] -rw-rw-r-- 1 jenkins jenkins 41 Aug 25 09:28 .golangci.yml [2023-08-25T09:29:54.669Z] drwxr-xr-x 3 jenkins jenkins 4096 Aug 25 09:28 .semver [2023-08-25T09:29:54.669Z] -rw-rw-r-- 1 jenkins jenkins 10409 Aug 25 09:28 Attribution.txt [2023-08-25T09:29:54.669Z] -rw-rw-r-- 1 jenkins jenkins 15709 Aug 25 09:28 CHANGELOG.md [2023-08-25T09:29:54.669Z] -rw-rw-r-- 1 jenkins jenkins 1578 Aug 25 09:28 Dockerfile [2023-08-25T09:29:54.669Z] -rw-rw-r-- 1 jenkins jenkins 677 Aug 25 09:28 GOVERNANCE.md [2023-08-25T09:29:54.669Z] -rw-rw-r-- 1 jenkins jenkins 680 Aug 25 09:28 Jenkinsfile [2023-08-25T09:29:54.669Z] -rw-rw-r-- 1 jenkins jenkins 11340 Aug 25 09:28 LICENSE [2023-08-25T09:29:54.669Z] -rw-rw-r-- 1 jenkins jenkins 2010 Aug 25 09:28 Makefile [2023-08-25T09:29:54.669Z] -rw-rw-r-- 1 jenkins jenkins 620 Aug 25 09:28 OWNERS.md [2023-08-25T09:29:54.669Z] -rw-rw-r-- 1 jenkins jenkins 15827 Aug 25 09:28 README.md [2023-08-25T09:29:54.669Z] -rw-rw-r-- 1 jenkins jenkins 11 Aug 25 09:28 VERSION [2023-08-25T09:29:54.669Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 25 09:28 bin [2023-08-25T09:29:54.669Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 25 09:28 cmd [2023-08-25T09:29:54.669Z] -rw-r--r-- 1 jenkins jenkins 14656 Aug 25 09:29 coverage.out [2023-08-25T09:29:54.669Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 25 09:28 driver [2023-08-25T09:29:54.669Z] -rw-rw-r-- 1 jenkins jenkins 3932 Aug 25 09:28 go.mod [2023-08-25T09:29:54.669Z] -rw-rw-r-- 1 jenkins jenkins 34255 Aug 25 09:28 go.sum [2023-08-25T09:29:54.669Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 25 09:28 snap [2023-08-25T09:29:54.669Z] -rw-rw-r-- 1 jenkins jenkins 713 Aug 25 09:28 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-25T09:29:54.973Z] + docker build -t device-rest -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg MAKE=make build --build-arg ARCH=amd64 --label git_sha=7a1d0d362fdfa11eb0dfe054808f0b2d568db7ab --label arch=amd64 --label version=3.1.0-dev.5 . [2023-08-25T09:29:54.973Z] Sending build context to Docker daemon 10.93MB [2023-08-25T09:29:54.973Z] Step 1/25 : ARG BASE=golang:1.20-alpine3.17 [2023-08-25T09:29:54.973Z] Step 2/25 : FROM ${BASE} AS builder [2023-08-25T09:29:54.973Z] ---> b1ba776f7a43 [2023-08-25T09:29:54.973Z] Step 3/25 : ARG ADD_BUILD_TAGS="" [2023-08-25T09:29:55.232Z] ---> Running in 56b89c625149 [2023-08-25T09:29:55.233Z] Removing intermediate container 56b89c625149 [2023-08-25T09:29:55.233Z] ---> b7d511046e85 [2023-08-25T09:29:55.233Z] Step 4/25 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-08-25T09:29:55.233Z] ---> Running in b3b81176ff09 [2023-08-25T09:29:55.233Z] Removing intermediate container b3b81176ff09 [2023-08-25T09:29:55.233Z] ---> 7edb0451fbaa [2023-08-25T09:29:55.233Z] Step 5/25 : ARG ALPINE_PKG_BASE="make git openssh-client" [2023-08-25T09:29:55.233Z] ---> Running in c53953dea0a7 [2023-08-25T09:29:55.233Z] Removing intermediate container c53953dea0a7 [2023-08-25T09:29:55.233Z] ---> 2b91d36c8ceb [2023-08-25T09:29:55.233Z] Step 6/25 : ARG ALPINE_PKG_EXTRA="" [2023-08-25T09:29:55.233Z] ---> Running in fcfee73b6ab9 [2023-08-25T09:29:55.492Z] Removing intermediate container fcfee73b6ab9 [2023-08-25T09:29:55.492Z] ---> 4ec2f8255678 [2023-08-25T09:29:55.492Z] Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-08-25T09:29:55.492Z] ---> Running in ea3f436fd58e [2023-08-25T09:29:55.751Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-08-25T09:29:55.751Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-08-25T09:29:56.318Z] OK: 269 MiB in 57 packages [2023-08-25T09:29:56.318Z] Removing intermediate container ea3f436fd58e [2023-08-25T09:29:56.318Z] ---> 6bd36706a13e [2023-08-25T09:29:56.318Z] Step 8/25 : WORKDIR /device-rest-go [2023-08-25T09:29:56.318Z] ---> Running in dbf04288a496 [2023-08-25T09:29:56.580Z] Removing intermediate container dbf04288a496 [2023-08-25T09:29:56.580Z] ---> c3032f31bc41 [2023-08-25T09:29:56.580Z] Step 9/25 : COPY go.mod vendor* ./ [2023-08-25T09:29:56.580Z] ---> 815fbf8debdd [2023-08-25T09:29:56.580Z] Step 10/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-25T09:29:56.580Z] ---> Running in 46fdc2551752 [2023-08-25T09:29:57.146Z] Removing intermediate container 46fdc2551752 [2023-08-25T09:29:57.146Z] ---> b0351f44ba8b [2023-08-25T09:29:57.146Z] Step 11/25 : COPY . . [2023-08-25T09:29:57.405Z] ---> 0eb682c077ce [2023-08-25T09:29:57.405Z] Step 12/25 : RUN $MAKE [2023-08-25T09:29:57.665Z] ---> Running in 503ba88020fe [2023-08-25T09:29:57.924Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-rest-go.Version=3.1.0-dev.5 -X github.com/edgexfoundry/device-sdk-go/v3/internal/common.SDKVersion=v3.1.0-dev.16" -trimpath -mod=readonly -o cmd/device-rest ./cmd [2023-08-25T09:30:20.027Z] Removing intermediate container 503ba88020fe [2023-08-25T09:30:20.027Z] ---> ac38622d6330 [2023-08-25T09:30:20.027Z] Step 13/25 : FROM alpine:3.17 [2023-08-25T09:30:20.027Z] 3.17: Pulling from library/alpine [2023-08-25T09:30:20.027Z] 9398808236ff: Pulling fs layer [2023-08-25T09:30:20.027Z] 9398808236ff: Verifying Checksum [2023-08-25T09:30:20.027Z] 9398808236ff: Download complete [2023-08-25T09:30:20.027Z] 9398808236ff: Pull complete [2023-08-25T09:30:20.027Z] Digest: sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-08-25T09:30:20.027Z] Status: Downloaded newer image for alpine:3.17 [2023-08-25T09:30:20.027Z] ---> 1e0b8b5322fc [2023-08-25T09:30:20.027Z] Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2023-08-25T09:30:20.027Z] ---> Running in 876095de6132 [2023-08-25T09:30:20.027Z] Removing intermediate container 876095de6132 [2023-08-25T09:30:20.027Z] ---> 355f8b62df5a [2023-08-25T09:30:20.027Z] Step 15/25 : LABEL Name=device-rest-go Version=${VERSION} [2023-08-25T09:30:20.027Z] ---> Running in 1a3612c790f8 [2023-08-25T09:30:20.027Z] Removing intermediate container 1a3612c790f8 [2023-08-25T09:30:20.027Z] ---> a67b9ea0ded7 [2023-08-25T09:30:20.027Z] Step 16/25 : RUN apk add --update --no-cache dumb-init [2023-08-25T09:30:20.027Z] ---> Running in bc299c8cae05 [2023-08-25T09:30:20.027Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-08-25T09:30:20.027Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-08-25T09:30:20.027Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-08-25T09:30:20.027Z] Executing busybox-1.35.0-r29.trigger [2023-08-25T09:30:20.027Z] OK: 7 MiB in 16 packages [2023-08-25T09:30:20.027Z] Removing intermediate container bc299c8cae05 [2023-08-25T09:30:20.027Z] ---> a531b449b576 [2023-08-25T09:30:20.027Z] Step 17/25 : COPY --from=builder /device-rest-go/cmd / [2023-08-25T09:30:20.027Z] ---> d33d1b56b7e3 [2023-08-25T09:30:20.027Z] Step 18/25 : COPY --from=builder /device-rest-go/LICENSE / [2023-08-25T09:30:20.027Z] ---> 9cf369dcb001 [2023-08-25T09:30:20.027Z] Step 19/25 : COPY --from=builder /device-rest-go/Attribution.txt / [2023-08-25T09:30:20.027Z] ---> 820e302edecb [2023-08-25T09:30:20.027Z] Step 20/25 : EXPOSE 59986 [2023-08-25T09:30:20.027Z] ---> Running in 9a84a3eab0b6 [2023-08-25T09:30:20.027Z] Removing intermediate container 9a84a3eab0b6 [2023-08-25T09:30:20.027Z] ---> 9a4281da375b [2023-08-25T09:30:20.027Z] Step 21/25 : ENTRYPOINT ["/device-rest"] [2023-08-25T09:30:20.027Z] ---> Running in be8f45d08a3e [2023-08-25T09:30:20.027Z] Removing intermediate container be8f45d08a3e [2023-08-25T09:30:20.027Z] ---> f21a0bf46660 [2023-08-25T09:30:20.027Z] Step 22/25 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry"] [2023-08-25T09:30:20.027Z] ---> Running in 82b70c52dc2d [2023-08-25T09:30:20.027Z] Removing intermediate container 82b70c52dc2d [2023-08-25T09:30:20.027Z] ---> 0b67dff1aaba [2023-08-25T09:30:20.027Z] Step 23/25 : LABEL arch=amd64 [2023-08-25T09:30:20.027Z] ---> Running in cf3b34a98454 [2023-08-25T09:30:20.027Z] Removing intermediate container cf3b34a98454 [2023-08-25T09:30:20.027Z] ---> 73f14e8a20c4 [2023-08-25T09:30:20.027Z] Step 24/25 : LABEL git_sha=7a1d0d362fdfa11eb0dfe054808f0b2d568db7ab [2023-08-25T09:30:20.027Z] ---> Running in 7c5afe189989 [2023-08-25T09:30:20.027Z] Removing intermediate container 7c5afe189989 [2023-08-25T09:30:20.027Z] ---> b80455187314 [2023-08-25T09:30:20.027Z] Step 25/25 : LABEL version=3.1.0-dev.5 [2023-08-25T09:30:20.028Z] ---> Running in 9763ecbc9a22 [2023-08-25T09:30:20.286Z] Removing intermediate container 9763ecbc9a22 [2023-08-25T09:30:20.286Z] ---> a9afd142ab70 [2023-08-25T09:30:20.286Z] [Warning] One or more build-args [ARCH] were not consumed [2023-08-25T09:30:20.286Z] Successfully built a9afd142ab70 [2023-08-25T09:30:20.286Z] Successfully tagged device-rest:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-08-25T09:30:20.366Z] provisioning config files... [2023-08-25T09:30:20.373Z] copy managed file [device-rest-go-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config10145605900953466173tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-08-25T09:30:20.669Z] ---> docker-login.sh [2023-08-25T09:30:20.669Z] nexus3.edgexfoundry.org:10001 [2023-08-25T09:30:20.669Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-25T09:30:20.669Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-25T09:30:20.669Z] Configure a credential helper to remove this warning. See [2023-08-25T09:30:20.669Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-25T09:30:20.669Z] [2023-08-25T09:30:20.669Z] Login Succeeded [2023-08-25T09:30:20.669Z] nexus3.edgexfoundry.org:10002 [2023-08-25T09:30:20.669Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-25T09:30:20.669Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-25T09:30:20.669Z] Configure a credential helper to remove this warning. See [2023-08-25T09:30:20.669Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-25T09:30:20.669Z] [2023-08-25T09:30:20.669Z] Login Succeeded [2023-08-25T09:30:20.669Z] nexus3.edgexfoundry.org:10003 [2023-08-25T09:30:20.929Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-25T09:30:20.929Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-25T09:30:20.929Z] Configure a credential helper to remove this warning. See [2023-08-25T09:30:20.929Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-25T09:30:20.929Z] [2023-08-25T09:30:20.929Z] Login Succeeded [2023-08-25T09:30:20.929Z] nexus3.edgexfoundry.org:10004 [2023-08-25T09:30:20.930Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-25T09:30:20.930Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-25T09:30:20.930Z] Configure a credential helper to remove this warning. See [2023-08-25T09:30:20.930Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-25T09:30:20.930Z] [2023-08-25T09:30:20.930Z] Login Succeeded [2023-08-25T09:30:20.930Z] docker.io [2023-08-25T09:30:20.930Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-25T09:30:21.190Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-25T09:30:21.190Z] Configure a credential helper to remove this warning. See [2023-08-25T09:30:21.190Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-25T09:30:21.190Z] [2023-08-25T09:30:21.190Z] Login Succeeded [2023-08-25T09:30:21.190Z] ---> docker-login.sh ends [Pipeline] } [2023-08-25T09:30:21.197Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-08-25T09:30:21.231Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-08-25T09:30:21.247Z] [edgeXDocker.push] Tagging docker image device-rest with the following tags: [2023-08-25T09:30:21.247Z] 7a1d0d362fdfa11eb0dfe054808f0b2d568db7ab [2023-08-25T09:30:21.247Z] latest [2023-08-25T09:30:21.247Z] 3.1.0-dev.5 [2023-08-25T09:30:21.247Z] 7a1d0d362fdfa11eb0dfe054808f0b2d568db7ab-3.1.0-dev.5 [2023-08-25T09:30:21.247Z] main [2023-08-25T09:30:21.247Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-25T09:30:21.550Z] + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:7a1d0d362fdfa11eb0dfe054808f0b2d568db7ab [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-25T09:30:21.857Z] + docker push nexus3.edgexfoundry.org:10004/device-rest:7a1d0d362fdfa11eb0dfe054808f0b2d568db7ab [2023-08-25T09:30:21.857Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] [2023-08-25T09:30:21.857Z] 3eab9ce01fe4: Preparing [2023-08-25T09:30:21.857Z] c5faf059f72a: Preparing [2023-08-25T09:30:21.857Z] f57904164eea: Preparing [2023-08-25T09:30:21.857Z] 5cf2d4632172: Preparing [2023-08-25T09:30:21.857Z] 36b50b131297: Preparing [2023-08-25T09:30:21.857Z] 36b50b131297: Layer already exists [2023-08-25T09:30:21.857Z] c5faf059f72a: Pushed [2023-08-25T09:30:21.857Z] 5cf2d4632172: Pushed [2023-08-25T09:30:21.857Z] 3eab9ce01fe4: Pushed [2023-08-25T09:30:24.389Z] f57904164eea: Pushed [2023-08-25T09:30:24.390Z] 7a1d0d362fdfa11eb0dfe054808f0b2d568db7ab: digest: sha256:5cbef9926646881e1d71bb55cdbe4cebdd5b1ff195ab1f9f8099e062841dda6c size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-25T09:30:24.696Z] + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-25T09:30:24.995Z] + docker push nexus3.edgexfoundry.org:10004/device-rest:latest [2023-08-25T09:30:24.995Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] [2023-08-25T09:30:24.995Z] 3eab9ce01fe4: Preparing [2023-08-25T09:30:24.995Z] c5faf059f72a: Preparing [2023-08-25T09:30:24.995Z] f57904164eea: Preparing [2023-08-25T09:30:24.995Z] 5cf2d4632172: Preparing [2023-08-25T09:30:24.995Z] 36b50b131297: Preparing [2023-08-25T09:30:24.995Z] c5faf059f72a: Layer already exists [2023-08-25T09:30:24.995Z] 3eab9ce01fe4: Layer already exists [2023-08-25T09:30:24.995Z] f57904164eea: Layer already exists [2023-08-25T09:30:24.995Z] 5cf2d4632172: Layer already exists [2023-08-25T09:30:24.995Z] 36b50b131297: Layer already exists [2023-08-25T09:30:24.995Z] latest: digest: sha256:5cbef9926646881e1d71bb55cdbe4cebdd5b1ff195ab1f9f8099e062841dda6c size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-25T09:30:25.304Z] + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:3.1.0-dev.5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-25T09:30:25.620Z] + docker push nexus3.edgexfoundry.org:10004/device-rest:3.1.0-dev.5 [2023-08-25T09:30:25.620Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] [2023-08-25T09:30:25.620Z] 3eab9ce01fe4: Preparing [2023-08-25T09:30:25.620Z] c5faf059f72a: Preparing [2023-08-25T09:30:25.620Z] f57904164eea: Preparing [2023-08-25T09:30:25.620Z] 5cf2d4632172: Preparing [2023-08-25T09:30:25.620Z] 36b50b131297: Preparing [2023-08-25T09:30:25.620Z] 5cf2d4632172: Layer already exists [2023-08-25T09:30:25.620Z] 36b50b131297: Layer already exists [2023-08-25T09:30:25.620Z] 3eab9ce01fe4: Layer already exists [2023-08-25T09:30:25.620Z] c5faf059f72a: Layer already exists [2023-08-25T09:30:25.620Z] f57904164eea: Layer already exists [2023-08-25T09:30:25.620Z] 3.1.0-dev.5: digest: sha256:5cbef9926646881e1d71bb55cdbe4cebdd5b1ff195ab1f9f8099e062841dda6c size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-25T09:30:25.928Z] + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:7a1d0d362fdfa11eb0dfe054808f0b2d568db7ab-3.1.0-dev.5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-25T09:30:26.240Z] + docker push nexus3.edgexfoundry.org:10004/device-rest:7a1d0d362fdfa11eb0dfe054808f0b2d568db7ab-3.1.0-dev.5 [2023-08-25T09:30:26.240Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] [2023-08-25T09:30:26.240Z] 3eab9ce01fe4: Preparing [2023-08-25T09:30:26.240Z] c5faf059f72a: Preparing [2023-08-25T09:30:26.240Z] f57904164eea: Preparing [2023-08-25T09:30:26.240Z] 5cf2d4632172: Preparing [2023-08-25T09:30:26.240Z] 36b50b131297: Preparing [2023-08-25T09:30:26.240Z] c5faf059f72a: Layer already exists [2023-08-25T09:30:26.240Z] f57904164eea: Layer already exists [2023-08-25T09:30:26.240Z] 5cf2d4632172: Layer already exists [2023-08-25T09:30:26.240Z] 36b50b131297: Layer already exists [2023-08-25T09:30:26.240Z] 3eab9ce01fe4: Layer already exists [2023-08-25T09:30:26.240Z] 7a1d0d362fdfa11eb0dfe054808f0b2d568db7ab-3.1.0-dev.5: digest: sha256:5cbef9926646881e1d71bb55cdbe4cebdd5b1ff195ab1f9f8099e062841dda6c size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-25T09:30:26.554Z] + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-25T09:30:26.864Z] + docker push nexus3.edgexfoundry.org:10004/device-rest:main [2023-08-25T09:30:26.864Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] [2023-08-25T09:30:26.864Z] 3eab9ce01fe4: Preparing [2023-08-25T09:30:26.864Z] c5faf059f72a: Preparing [2023-08-25T09:30:26.864Z] f57904164eea: Preparing [2023-08-25T09:30:26.864Z] 5cf2d4632172: Preparing [2023-08-25T09:30:26.864Z] 36b50b131297: Preparing [2023-08-25T09:30:26.864Z] 36b50b131297: Layer already exists [2023-08-25T09:30:26.864Z] f57904164eea: Layer already exists [2023-08-25T09:30:26.864Z] c5faf059f72a: Layer already exists [2023-08-25T09:30:26.864Z] 3eab9ce01fe4: Layer already exists [2023-08-25T09:30:26.864Z] 5cf2d4632172: Layer already exists [2023-08-25T09:30:26.864Z] main: digest: sha256:5cbef9926646881e1d71bb55cdbe4cebdd5b1ff195ab1f9f8099e062841dda6c size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-08-25T09:30:26.909Z] ===================================================== [Pipeline] echo [2023-08-25T09:30:26.922Z] taggedImages: [2023-08-25T09:30:26.922Z] - nexus3.edgexfoundry.org:10004/device-rest:7a1d0d362fdfa11eb0dfe054808f0b2d568db7ab [2023-08-25T09:30:26.923Z] - nexus3.edgexfoundry.org:10004/device-rest:latest [2023-08-25T09:30:26.923Z] - nexus3.edgexfoundry.org:10004/device-rest:3.1.0-dev.5 [2023-08-25T09:30:26.923Z] - nexus3.edgexfoundry.org:10004/device-rest:7a1d0d362fdfa11eb0dfe054808f0b2d568db7ab-3.1.0-dev.5 [2023-08-25T09:30:26.923Z] - nexus3.edgexfoundry.org:10004/device-rest:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-25T09:30:27.302Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-08-25T09:30:27.302Z] [2023-08-25T09:30:27.302Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-25T09:30:27.600Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-08-25T09:30:27.601Z] latest: Pulling from edgex-lftools-log-publisher [2023-08-25T09:30:27.601Z] 5eb5b503b376: Pulling fs layer [2023-08-25T09:30:27.601Z] 5c69ac0246d0: Pulling fs layer [2023-08-25T09:30:27.601Z] ec43610c2a17: Pulling fs layer [2023-08-25T09:30:27.601Z] 3a2ae6a8a46f: Pulling fs layer [2023-08-25T09:30:27.601Z] 33b1e0a273af: Pulling fs layer [2023-08-25T09:30:27.601Z] 5d3b04190fa2: Pulling fs layer [2023-08-25T09:30:27.601Z] 2f39f015ded8: Pulling fs layer [2023-08-25T09:30:27.601Z] 33b1e0a273af: Waiting [2023-08-25T09:30:27.601Z] 5d3b04190fa2: Waiting [2023-08-25T09:30:27.601Z] 2f39f015ded8: Waiting [2023-08-25T09:30:27.601Z] 3a2ae6a8a46f: Waiting [2023-08-25T09:30:27.601Z] 5c69ac0246d0: Verifying Checksum [2023-08-25T09:30:27.601Z] 5c69ac0246d0: Download complete [2023-08-25T09:30:27.601Z] 3a2ae6a8a46f: Verifying Checksum [2023-08-25T09:30:27.601Z] 3a2ae6a8a46f: Download complete [2023-08-25T09:30:27.601Z] 33b1e0a273af: Verifying Checksum [2023-08-25T09:30:27.601Z] 33b1e0a273af: Download complete [2023-08-25T09:30:27.601Z] 5d3b04190fa2: Verifying Checksum [2023-08-25T09:30:27.601Z] 5d3b04190fa2: Download complete [2023-08-25T09:30:27.601Z] ec43610c2a17: Download complete [2023-08-25T09:30:27.860Z] 5eb5b503b376: Verifying Checksum [2023-08-25T09:30:27.860Z] 5eb5b503b376: Download complete [2023-08-25T09:30:28.423Z] 2f39f015ded8: Download complete [2023-08-25T09:30:28.985Z] 5eb5b503b376: Pull complete [2023-08-25T09:30:28.985Z] 5c69ac0246d0: Pull complete [2023-08-25T09:30:29.549Z] ec43610c2a17: Pull complete [2023-08-25T09:30:29.549Z] 3a2ae6a8a46f: Pull complete [2023-08-25T09:30:29.549Z] 33b1e0a273af: Pull complete [2023-08-25T09:30:29.807Z] 5d3b04190fa2: Pull complete [2023-08-25T09:30:33.994Z] 2f39f015ded8: Pull complete [2023-08-25T09:30:33.994Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-08-25T09:30:33.994Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-08-25T09:30:33.994Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-25T09:30:34.073Z] prd-ubuntu20.04-docker-8c-8g-4552 does not seem to be running inside a container [2023-08-25T09:30:34.105Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_device-rest-go_main -v /w/workspace/edgexfoundry_device-rest-go_main:/w/workspace/edgexfoundry_device-rest-go_main:rw,z -v /w/workspace/edgexfoundry_device-rest-go_main@tmp:/w/workspace/edgexfoundry_device-rest-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-08-25T09:30:36.914Z] $ docker top e2626672f54eadaa306ef40ce6c8e86b2606886b65c938221ccc0d0d11a81ad2 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-08-25T09:30:37.266Z] ---> job-cost.sh [2023-08-25T09:30:37.266Z] lf-activate-venv: SKIPPING [2023-08-25T09:30:37.266Z] INFO: No Stack... [2023-08-25T09:30:37.524Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-08-25T09:30:37.783Z] INFO: Archiving Costs [Pipeline] sh [2023-08-25T09:30:38.324Z] + cat /w/workspace/edgexfoundry_device-rest-go_main/archives/cost.csv [2023-08-25T09:30:38.324Z] + cut -d, -f6 [Pipeline] lock [2023-08-25T09:30:38.337Z] Trying to acquire lock on [jenkins-edgexfoundry-device-rest-go-main-125-stack-cost] [2023-08-25T09:30:38.348Z] Resource [jenkins-edgexfoundry-device-rest-go-main-125-stack-cost] did not exist. Created. [2023-08-25T09:30:38.348Z] Lock acquired on [jenkins-edgexfoundry-device-rest-go-main-125-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-08-25T09:30:38.649Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-08-25T09:30:38.681Z] Stashed 1 file(s) [Pipeline] } [2023-08-25T09:30:38.689Z] Lock released on resource [jenkins-edgexfoundry-device-rest-go-main-125-stack-cost] [Pipeline] // lock [Pipeline] } [2023-08-25T09:30:38.718Z] $ docker stop --time=1 e2626672f54eadaa306ef40ce6c8e86b2606886b65c938221ccc0d0d11a81ad2 [2023-08-25T09:30:39.858Z] $ docker rm -f --volumes e2626672f54eadaa306ef40ce6c8e86b2606886b65c938221ccc0d0d11a81ad2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-08-25T09:32:10.244Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-4553 in /w/workspace/edgexfoundry_device-rest-go_main [Pipeline] { [Pipeline] ws [2023-08-25T09:32:10.259Z] Running in /w/workspace/device-rest-go/125 [Pipeline] { [Pipeline] checkout [2023-08-25T09:32:10.294Z] The recommended git tool is: git [2023-08-25T09:32:15.585Z] using credential edgex-jenkins-ssh [2023-08-25T09:32:15.606Z] Cloning the remote Git repository [2023-08-25T09:32:15.646Z] Cloning repository git@github.com:edgexfoundry/device-rest-go.git [2023-08-25T09:32:15.735Z] > git init /w/workspace/device-rest-go/125 # timeout=10 [2023-08-25T09:32:15.878Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git [2023-08-25T09:32:15.879Z] > git --version # timeout=10 [2023-08-25T09:32:15.898Z] > git --version # 'git version 2.25.1' [2023-08-25T09:32:15.901Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-08-25T09:32:16.040Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-08-25T09:32:18.593Z] Avoid second fetch [2023-08-25T09:32:18.594Z] Checking out Revision 7a1d0d362fdfa11eb0dfe054808f0b2d568db7ab (main) [2023-08-25T09:32:17.753Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 [2023-08-25T09:32:17.780Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-08-25T09:32:18.611Z] > git config core.sparsecheckout # timeout=10 [2023-08-25T09:32:18.693Z] > git checkout -f 7a1d0d362fdfa11eb0dfe054808f0b2d568db7ab # timeout=10 [2023-08-25T09:32:19.179Z] Commit message: "Merge pull request #332 from FelixTing/update-sdk" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-08-25T09:32:20.070Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-08-25T09:32:20.070Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-08-25T09:32:20.070Z] Dload Upload Total Spent Left Speed [2023-08-25T09:32:20.070Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 98k 0 --:--:-- --:--:-- --:--:-- 98k [Pipeline] sh [2023-08-25T09:32:20.627Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-08-25T09:32:20.962Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"}+ /etc/docker/daemon.json [2023-08-25T09:32:20.962Z] sudo tee /etc/docker/daemon.new [2023-08-25T09:32:20.962Z] { [2023-08-25T09:32:20.962Z] "registry-mirrors": [ [2023-08-25T09:32:20.962Z] "https://nexus3.edgexfoundry.org:10001" [2023-08-25T09:32:20.962Z] ], [2023-08-25T09:32:20.962Z] "bip": "10.250.0.254/24", [2023-08-25T09:32:20.962Z] "hosts": [ [2023-08-25T09:32:20.962Z] "tcp://0.0.0.0:5555", [2023-08-25T09:32:20.962Z] "unix:///var/run/docker.sock" [2023-08-25T09:32:20.962Z] ], [2023-08-25T09:32:20.962Z] "mtu": 1458, [2023-08-25T09:32:20.962Z] "selinux-enabled": true, [2023-08-25T09:32:20.962Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-08-25T09:32:20.962Z] } [Pipeline] sh [2023-08-25T09:32:21.287Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-08-25T09:32:21.621Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-08-25T09:32:39.875Z] provisioning config files... [2023-08-25T09:32:39.906Z] copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/125@tmp/config2848625049531031950tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-08-25T09:32:40.257Z] ---> docker-login.sh [2023-08-25T09:32:40.257Z] nexus3.edgexfoundry.org:10001 [2023-08-25T09:32:40.846Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-25T09:32:40.846Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-25T09:32:40.846Z] Configure a credential helper to remove this warning. See [2023-08-25T09:32:40.846Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-25T09:32:40.846Z] [2023-08-25T09:32:40.846Z] Login Succeeded [2023-08-25T09:32:40.846Z] nexus3.edgexfoundry.org:10002 [2023-08-25T09:32:41.114Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-25T09:32:41.382Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-25T09:32:41.382Z] Configure a credential helper to remove this warning. See [2023-08-25T09:32:41.382Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-25T09:32:41.382Z] [2023-08-25T09:32:41.382Z] Login Succeeded [2023-08-25T09:32:41.382Z] nexus3.edgexfoundry.org:10003 [2023-08-25T09:32:41.382Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-25T09:32:41.652Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-25T09:32:41.652Z] Configure a credential helper to remove this warning. See [2023-08-25T09:32:41.652Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-25T09:32:41.652Z] [2023-08-25T09:32:41.652Z] Login Succeeded [2023-08-25T09:32:41.652Z] nexus3.edgexfoundry.org:10004 [2023-08-25T09:32:41.922Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-25T09:32:41.922Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-25T09:32:41.922Z] Configure a credential helper to remove this warning. See [2023-08-25T09:32:41.922Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-25T09:32:41.922Z] [2023-08-25T09:32:41.922Z] Login Succeeded [2023-08-25T09:32:41.922Z] docker.io [2023-08-25T09:32:42.192Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-25T09:32:42.460Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-25T09:32:42.460Z] Configure a credential helper to remove this warning. See [2023-08-25T09:32:42.460Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-25T09:32:42.460Z] [2023-08-25T09:32:42.460Z] Login Succeeded [2023-08-25T09:32:42.460Z] ---> docker-login.sh ends [Pipeline] } [2023-08-25T09:32:42.474Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-08-25T09:32:42.743Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-08-25T09:32:42.758Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-08-25T09:32:42.769Z] ========================================================= [2023-08-25T09:32:42.769Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] [2023-08-25T09:32:42.769Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-25T09:32:43.117Z] + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine --build-arg MAKE=echo noop --target=builder . [2023-08-25T09:32:43.117Z] Sending build context to Docker daemon 143.9kB [2023-08-25T09:32:43.386Z] Step 1/12 : ARG BASE=golang:1.20-alpine3.17 [2023-08-25T09:32:43.386Z] Step 2/12 : FROM ${BASE} AS builder [2023-08-25T09:32:43.386Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-08-25T09:32:43.386Z] edb6bdbacee9: Pulling fs layer [2023-08-25T09:32:43.386Z] 5f9638ab2659: Pulling fs layer [2023-08-25T09:32:43.386Z] 8d51d6327a98: Pulling fs layer [2023-08-25T09:32:43.386Z] 8b374f2dd631: Pulling fs layer [2023-08-25T09:32:43.386Z] ec14aa9079de: Pulling fs layer [2023-08-25T09:32:43.386Z] 8b374f2dd631: Waiting [2023-08-25T09:32:43.386Z] 2f466654f4bb: Pulling fs layer [2023-08-25T09:32:43.386Z] 554e91adad29: Pulling fs layer [2023-08-25T09:32:43.386Z] ec14aa9079de: Waiting [2023-08-25T09:32:43.386Z] 2f466654f4bb: Waiting [2023-08-25T09:32:43.386Z] 554e91adad29: Waiting [2023-08-25T09:32:43.655Z] 5f9638ab2659: Verifying Checksum [2023-08-25T09:32:43.655Z] 5f9638ab2659: Download complete [2023-08-25T09:32:43.655Z] 8b374f2dd631: Download complete [2023-08-25T09:32:43.655Z] ec14aa9079de: Verifying Checksum [2023-08-25T09:32:43.655Z] ec14aa9079de: Download complete [2023-08-25T09:32:43.655Z] edb6bdbacee9: Verifying Checksum [2023-08-25T09:32:43.655Z] edb6bdbacee9: Download complete [2023-08-25T09:32:44.643Z] edb6bdbacee9: Pull complete [2023-08-25T09:32:45.235Z] 554e91adad29: Verifying Checksum [2023-08-25T09:32:45.235Z] 554e91adad29: Download complete [2023-08-25T09:32:45.235Z] 5f9638ab2659: Pull complete [2023-08-25T09:32:46.218Z] 8d51d6327a98: Verifying Checksum [2023-08-25T09:32:46.218Z] 8d51d6327a98: Download complete [2023-08-25T09:32:46.218Z] 2f466654f4bb: Verifying Checksum [2023-08-25T09:32:46.218Z] 2f466654f4bb: Download complete [2023-08-25T09:32:58.562Z] 8d51d6327a98: Pull complete [2023-08-25T09:32:58.562Z] 8b374f2dd631: Pull complete [2023-08-25T09:32:58.562Z] ec14aa9079de: Pull complete [2023-08-25T09:33:03.923Z] 2f466654f4bb: Pull complete [2023-08-25T09:33:05.884Z] 554e91adad29: Pull complete [2023-08-25T09:33:05.884Z] Digest: sha256:f4f79e0ab507ec6f613cbb0f842a80f635fe1a72038f554d66df6ea3828f3663 [2023-08-25T09:33:05.884Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-08-25T09:33:05.884Z] ---> 1e15ea492957 [2023-08-25T09:33:05.884Z] Step 3/12 : ARG ADD_BUILD_TAGS="" [2023-08-25T09:33:07.845Z] ---> Running in e6e4cf73e838 [2023-08-25T09:33:07.845Z] Removing intermediate container e6e4cf73e838 [2023-08-25T09:33:07.845Z] ---> 30b0d282f4ee [2023-08-25T09:33:07.845Z] Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-08-25T09:33:08.112Z] ---> Running in 197cf30fc980 [2023-08-25T09:33:08.380Z] Removing intermediate container 197cf30fc980 [2023-08-25T09:33:08.380Z] ---> 5eb16a2b8d1c [2023-08-25T09:33:08.380Z] Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client" [2023-08-25T09:33:08.380Z] ---> Running in c6ef1eac64e7 [2023-08-25T09:33:08.647Z] Removing intermediate container c6ef1eac64e7 [2023-08-25T09:33:08.647Z] ---> 7e8162aca106 [2023-08-25T09:33:08.647Z] Step 6/12 : ARG ALPINE_PKG_EXTRA="" [2023-08-25T09:33:08.647Z] ---> Running in c8f431201ec9 [2023-08-25T09:33:08.916Z] Removing intermediate container c8f431201ec9 [2023-08-25T09:33:08.916Z] ---> 5973bdba0a62 [2023-08-25T09:33:08.916Z] Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-08-25T09:33:09.183Z] ---> Running in c8cb73180c0e [2023-08-25T09:33:10.144Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-08-25T09:33:10.731Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-08-25T09:33:11.697Z] (1/4) Installing openssh-keygen (9.1_p1-r4) [2023-08-25T09:33:11.697Z] (2/4) Installing libedit (20221030.3.1-r0) [2023-08-25T09:33:11.697Z] (3/4) Installing openssh-client-common (9.1_p1-r4) [2023-08-25T09:33:11.697Z] (4/4) Installing openssh-client-default (9.1_p1-r4) [2023-08-25T09:33:11.965Z] Executing busybox-1.35.0-r29.trigger [2023-08-25T09:33:11.965Z] OK: 268 MiB in 57 packages [2023-08-25T09:33:16.359Z] Removing intermediate container c8cb73180c0e [2023-08-25T09:33:16.359Z] ---> 0a0fb872f6c7 [2023-08-25T09:33:16.359Z] Step 8/12 : WORKDIR /device-rest-go [2023-08-25T09:33:16.359Z] ---> Running in 223ee703baa9 [2023-08-25T09:33:16.359Z] Removing intermediate container 223ee703baa9 [2023-08-25T09:33:16.359Z] ---> fd9297e8d5ec [2023-08-25T09:33:16.359Z] Step 9/12 : COPY go.mod vendor* ./ [2023-08-25T09:33:16.629Z] ---> 56df523922e9 [2023-08-25T09:33:16.629Z] Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-25T09:33:16.629Z] ---> Running in 68f2692d1773 [2023-08-25T09:34:24.544Z] Removing intermediate container 68f2692d1773 [2023-08-25T09:34:24.544Z] ---> bb214f2cf488 [2023-08-25T09:34:24.544Z] Step 11/12 : COPY . . [2023-08-25T09:34:24.544Z] ---> 8bacd527fa22 [2023-08-25T09:34:24.544Z] Step 12/12 : RUN $MAKE [2023-08-25T09:34:24.544Z] ---> Running in 2636962276ff [2023-08-25T09:34:24.544Z] noop [2023-08-25T09:34:24.544Z] Removing intermediate container 2636962276ff [2023-08-25T09:34:24.544Z] ---> 1ea3b4addd22 [2023-08-25T09:34:24.544Z] Successfully built 1ea3b4addd22 [2023-08-25T09:34:24.544Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-25T09:34:24.891Z] + docker inspect -f . ci-base-image-arm64 [2023-08-25T09:34:24.891Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-25T09:34:25.084Z] prd-ubuntu20.04-docker-arm64-4c-16g-4553 does not seem to be running inside a container [2023-08-25T09:34:25.143Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/125 -v /w/workspace/device-rest-go/125:/w/workspace/device-rest-go/125:rw,z -v /w/workspace/device-rest-go/125@tmp:/w/workspace/device-rest-go/125@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-08-25T09:34:26.254Z] $ docker top bb7e6ec9e8be7aebb8d59cccbedaa416c683466c2ca429482b8de913afb9e6b9 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-08-25T09:34:27.063Z] + go version [2023-08-25T09:34:27.063Z] go version go1.20.6 linux/arm64 [Pipeline] } [2023-08-25T09:34:27.082Z] $ docker stop --time=1 bb7e6ec9e8be7aebb8d59cccbedaa416c683466c2ca429482b8de913afb9e6b9 [2023-08-25T09:34:28.680Z] $ docker rm -f --volumes bb7e6ec9e8be7aebb8d59cccbedaa416c683466c2ca429482b8de913afb9e6b9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-25T09:34:29.234Z] + docker inspect -f . ci-base-image-arm64 [2023-08-25T09:34:29.234Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-25T09:34:29.409Z] prd-ubuntu20.04-docker-arm64-4c-16g-4553 does not seem to be running inside a container [2023-08-25T09:34:29.472Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/device-rest-go/125 -v /w/workspace/device-rest-go/125:/w/workspace/device-rest-go/125:rw,z -v /w/workspace/device-rest-go/125@tmp:/w/workspace/device-rest-go/125@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-08-25T09:34:30.594Z] $ docker top f4c2249791d96c010a66b630215b61af6db1cef21f16cd370a726142eb917f82 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-08-25T09:34:31.096Z] + git config --global --add safe.directory /w/workspace/device-rest-go/125 [Pipeline] fileExists [Pipeline] sh [2023-08-25T09:34:31.429Z] + make test [2023-08-25T09:34:31.429Z] go test ./... -coverprofile=coverage.out ./... [2023-08-25T09:35:03.758Z] ? github.com/edgexfoundry/device-rest-go [no test files] [2023-08-25T09:37:10.481Z] ? github.com/edgexfoundry/device-rest-go/cmd [no test files] [2023-08-25T09:37:10.481Z] ok github.com/edgexfoundry/device-rest-go/driver 0.067s coverage: 32.2% of statements [2023-08-25T09:37:10.481Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-08-25T09:37:10.481Z] go vet ./... [2023-08-25T09:37:28.704Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-08-25T09:37:28.704Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-08-25T09:37:28.704Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-08-25T09:37:28.724Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-08-25T09:37:28.740Z] $ docker stop --time=1 f4c2249791d96c010a66b630215b61af6db1cef21f16cd370a726142eb917f82 [2023-08-25T09:37:30.560Z] $ docker rm -f --volumes f4c2249791d96c010a66b630215b61af6db1cef21f16cd370a726142eb917f82 [Pipeline] // withDockerContainer [Pipeline] sh [2023-08-25T09:37:31.669Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-08-25T09:37:31.694Z] Warning: overwriting stash ‘coverage-report’ [2023-08-25T09:37:32.060Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-08-25T09:37:32.449Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-08-25T09:37:32.765Z] + ls -al . [2023-08-25T09:37:32.765Z] total 184 [2023-08-25T09:37:32.765Z] drwxrwxr-x 8 jenkins jenkins 4096 Aug 25 09:34 . [2023-08-25T09:37:32.765Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 25 09:32 .. [2023-08-25T09:37:32.765Z] -rw-rw-r-- 1 jenkins jenkins 151 Aug 25 09:32 .dockerignore [2023-08-25T09:37:32.765Z] drwxrwxr-x 8 jenkins jenkins 4096 Aug 25 09:32 .git [2023-08-25T09:37:32.765Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 25 09:32 .github [2023-08-25T09:37:32.765Z] -rw-rw-r-- 1 jenkins jenkins 329 Aug 25 09:32 .gitignore [2023-08-25T09:37:32.765Z] -rw-rw-r-- 1 jenkins jenkins 41 Aug 25 09:32 .golangci.yml [2023-08-25T09:37:32.765Z] -rw-rw-r-- 1 jenkins jenkins 10409 Aug 25 09:32 Attribution.txt [2023-08-25T09:37:32.765Z] -rw-rw-r-- 1 jenkins jenkins 15709 Aug 25 09:32 CHANGELOG.md [2023-08-25T09:37:32.765Z] -rw-rw-r-- 1 jenkins jenkins 1578 Aug 25 09:32 Dockerfile [2023-08-25T09:37:32.765Z] -rw-rw-r-- 1 jenkins jenkins 677 Aug 25 09:32 GOVERNANCE.md [2023-08-25T09:37:32.765Z] -rw-rw-r-- 1 jenkins jenkins 680 Aug 25 09:32 Jenkinsfile [2023-08-25T09:37:32.765Z] -rw-rw-r-- 1 jenkins jenkins 11340 Aug 25 09:32 LICENSE [2023-08-25T09:37:32.765Z] -rw-rw-r-- 1 jenkins jenkins 2010 Aug 25 09:32 Makefile [2023-08-25T09:37:32.765Z] -rw-rw-r-- 1 jenkins jenkins 620 Aug 25 09:32 OWNERS.md [2023-08-25T09:37:32.765Z] -rw-rw-r-- 1 jenkins jenkins 15827 Aug 25 09:32 README.md [2023-08-25T09:37:32.765Z] -rw-rw-r-- 1 jenkins jenkins 11 Aug 25 09:28 VERSION [2023-08-25T09:37:32.765Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 25 09:32 bin [2023-08-25T09:37:32.765Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 25 09:32 cmd [2023-08-25T09:37:32.765Z] -rw-r--r-- 1 jenkins jenkins 14656 Aug 25 09:37 coverage.out [2023-08-25T09:37:32.765Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 25 09:32 driver [2023-08-25T09:37:32.765Z] -rw-rw-r-- 1 jenkins jenkins 3932 Aug 25 09:32 go.mod [2023-08-25T09:37:32.765Z] -rw-rw-r-- 1 jenkins jenkins 34255 Aug 25 09:32 go.sum [2023-08-25T09:37:32.765Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 25 09:32 snap [2023-08-25T09:37:32.765Z] -rw-rw-r-- 1 jenkins jenkins 713 Aug 25 09:32 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-25T09:37:33.102Z] + docker build -t device-rest-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=7a1d0d362fdfa11eb0dfe054808f0b2d568db7ab --label arch=arm64 --label version=3.1.0-dev.5 . [2023-08-25T09:37:33.102Z] Sending build context to Docker daemon 159.2kB [2023-08-25T09:37:33.368Z] Step 1/25 : ARG BASE=golang:1.20-alpine3.17 [2023-08-25T09:37:33.368Z] Step 2/25 : FROM ${BASE} AS builder [2023-08-25T09:37:33.368Z] ---> 1ea3b4addd22 [2023-08-25T09:37:33.368Z] Step 3/25 : ARG ADD_BUILD_TAGS="" [2023-08-25T09:37:33.368Z] ---> Running in 1304ed246eaa [2023-08-25T09:37:33.634Z] Removing intermediate container 1304ed246eaa [2023-08-25T09:37:33.634Z] ---> fe02dfb635d9 [2023-08-25T09:37:33.634Z] Step 4/25 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-08-25T09:37:33.635Z] ---> Running in 71acb42656e2 [2023-08-25T09:37:33.901Z] Removing intermediate container 71acb42656e2 [2023-08-25T09:37:33.901Z] ---> 6fe6adf2ad92 [2023-08-25T09:37:33.901Z] Step 5/25 : ARG ALPINE_PKG_BASE="make git openssh-client" [2023-08-25T09:37:34.168Z] ---> Running in c6e52671c3c2 [2023-08-25T09:37:34.436Z] Removing intermediate container c6e52671c3c2 [2023-08-25T09:37:34.436Z] ---> 84a10849d07b [2023-08-25T09:37:34.436Z] Step 6/25 : ARG ALPINE_PKG_EXTRA="" [2023-08-25T09:37:34.436Z] ---> Running in 80e1095c8271 [2023-08-25T09:37:34.704Z] Removing intermediate container 80e1095c8271 [2023-08-25T09:37:34.704Z] ---> 3b166eb998be [2023-08-25T09:37:34.704Z] Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-08-25T09:37:34.704Z] ---> Running in bf3e0af2a7fb [2023-08-25T09:37:35.662Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-08-25T09:37:36.244Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-08-25T09:37:37.199Z] OK: 268 MiB in 57 packages [2023-08-25T09:37:38.161Z] Removing intermediate container bf3e0af2a7fb [2023-08-25T09:37:38.161Z] ---> 7629e29913c7 [2023-08-25T09:37:38.161Z] Step 8/25 : WORKDIR /device-rest-go [2023-08-25T09:37:38.161Z] ---> Running in d1706d3fc06e [2023-08-25T09:37:38.428Z] Removing intermediate container d1706d3fc06e [2023-08-25T09:37:38.428Z] ---> 90d95a32a8c9 [2023-08-25T09:37:38.428Z] Step 9/25 : COPY go.mod vendor* ./ [2023-08-25T09:37:39.015Z] ---> 3778680c1aa1 [2023-08-25T09:37:39.015Z] Step 10/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-25T09:37:39.015Z] ---> Running in 61d4f32ea62f [2023-08-25T09:37:40.961Z] Removing intermediate container 61d4f32ea62f [2023-08-25T09:37:40.961Z] ---> 1ead613c85ca [2023-08-25T09:37:40.961Z] Step 11/25 : COPY . . [2023-08-25T09:37:43.536Z] ---> a9474c754539 [2023-08-25T09:37:43.536Z] Step 12/25 : RUN $MAKE [2023-08-25T09:37:43.536Z] ---> Running in 903128df4746 [2023-08-25T09:37:44.496Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-rest-go.Version=3.1.0-dev.5 -X github.com/edgexfoundry/device-sdk-go/v3/internal/common.SDKVersion=v3.1.0-dev.16" -trimpath -mod=readonly -o cmd/device-rest ./cmd [2023-08-25T09:40:06.344Z] Removing intermediate container 903128df4746 [2023-08-25T09:40:06.344Z] ---> 24f5ef50d8ed [2023-08-25T09:40:06.344Z] Step 13/25 : FROM alpine:3.17 [2023-08-25T09:40:06.344Z] 3.17: Pulling from library/alpine [2023-08-25T09:40:06.344Z] 4060ece20d7a: Pulling fs layer [2023-08-25T09:40:06.344Z] 4060ece20d7a: Verifying Checksum [2023-08-25T09:40:06.344Z] 4060ece20d7a: Download complete [2023-08-25T09:40:06.344Z] 4060ece20d7a: Pull complete [2023-08-25T09:40:06.344Z] Digest: sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-08-25T09:40:06.344Z] Status: Downloaded newer image for alpine:3.17 [2023-08-25T09:40:06.344Z] ---> 8650cd65339b [2023-08-25T09:40:06.344Z] Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2023-08-25T09:40:06.344Z] ---> Running in 2631cf1f1204 [2023-08-25T09:40:06.344Z] Removing intermediate container 2631cf1f1204 [2023-08-25T09:40:06.344Z] ---> 563f6dfa9359 [2023-08-25T09:40:06.344Z] Step 15/25 : LABEL Name=device-rest-go Version=${VERSION} [2023-08-25T09:40:06.344Z] ---> Running in eccfdaa58777 [2023-08-25T09:40:06.344Z] Removing intermediate container eccfdaa58777 [2023-08-25T09:40:06.344Z] ---> d179848556f4 [2023-08-25T09:40:06.344Z] Step 16/25 : RUN apk add --update --no-cache dumb-init [2023-08-25T09:40:06.344Z] ---> Running in f28412dd1d86 [2023-08-25T09:40:06.344Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-08-25T09:40:06.344Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-08-25T09:40:06.344Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-08-25T09:40:06.344Z] Executing busybox-1.35.0-r29.trigger [2023-08-25T09:40:06.344Z] OK: 8 MiB in 16 packages [2023-08-25T09:40:06.344Z] Removing intermediate container f28412dd1d86 [2023-08-25T09:40:06.344Z] ---> a701dd8e1c65 [2023-08-25T09:40:06.344Z] Step 17/25 : COPY --from=builder /device-rest-go/cmd / [2023-08-25T09:40:06.344Z] ---> 1bc2c3ea07e8 [2023-08-25T09:40:06.344Z] Step 18/25 : COPY --from=builder /device-rest-go/LICENSE / [2023-08-25T09:40:06.344Z] ---> cdd80ab98445 [2023-08-25T09:40:06.344Z] Step 19/25 : COPY --from=builder /device-rest-go/Attribution.txt / [2023-08-25T09:40:06.344Z] ---> deaa9a56092e [2023-08-25T09:40:06.344Z] Step 20/25 : EXPOSE 59986 [2023-08-25T09:40:06.344Z] ---> Running in 8a073e4015f0 [2023-08-25T09:40:06.344Z] Removing intermediate container 8a073e4015f0 [2023-08-25T09:40:06.344Z] ---> 906861cd85b5 [2023-08-25T09:40:06.344Z] Step 21/25 : ENTRYPOINT ["/device-rest"] [2023-08-25T09:40:06.344Z] ---> Running in 322a509aa96f [2023-08-25T09:40:06.344Z] Removing intermediate container 322a509aa96f [2023-08-25T09:40:06.344Z] ---> b0ea183bb4d7 [2023-08-25T09:40:06.344Z] Step 22/25 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry"] [2023-08-25T09:40:06.344Z] ---> Running in b3075be8745c [2023-08-25T09:40:06.344Z] Removing intermediate container b3075be8745c [2023-08-25T09:40:06.344Z] ---> c183443512ca [2023-08-25T09:40:06.344Z] Step 23/25 : LABEL arch=arm64 [2023-08-25T09:40:06.344Z] ---> Running in af4149d988d7 [2023-08-25T09:40:06.344Z] Removing intermediate container af4149d988d7 [2023-08-25T09:40:06.344Z] ---> a6453eaf525c [2023-08-25T09:40:06.344Z] Step 24/25 : LABEL git_sha=7a1d0d362fdfa11eb0dfe054808f0b2d568db7ab [2023-08-25T09:40:06.344Z] ---> Running in d2e94915c02f [2023-08-25T09:40:06.344Z] Removing intermediate container d2e94915c02f [2023-08-25T09:40:06.344Z] ---> 09fb74010597 [2023-08-25T09:40:06.344Z] Step 25/25 : LABEL version=3.1.0-dev.5 [2023-08-25T09:40:06.344Z] ---> Running in d8cd06ddefac [2023-08-25T09:40:06.344Z] Removing intermediate container d8cd06ddefac [2023-08-25T09:40:06.344Z] ---> 213e04e319de [2023-08-25T09:40:06.344Z] [Warning] One or more build-args [ARCH] were not consumed [2023-08-25T09:40:06.344Z] Successfully built 213e04e319de [2023-08-25T09:40:06.344Z] Successfully tagged device-rest-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-08-25T09:40:06.457Z] provisioning config files... [2023-08-25T09:40:06.471Z] copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/125@tmp/config10206706161420089169tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-08-25T09:40:06.801Z] ---> docker-login.sh [2023-08-25T09:40:06.801Z] nexus3.edgexfoundry.org:10001 [2023-08-25T09:40:06.801Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-25T09:40:07.072Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-25T09:40:07.072Z] Configure a credential helper to remove this warning. See [2023-08-25T09:40:07.072Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-25T09:40:07.072Z] [2023-08-25T09:40:07.072Z] Login Succeeded [2023-08-25T09:40:07.072Z] nexus3.edgexfoundry.org:10002 [2023-08-25T09:40:07.339Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-25T09:40:07.339Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-25T09:40:07.339Z] Configure a credential helper to remove this warning. See [2023-08-25T09:40:07.339Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-25T09:40:07.339Z] [2023-08-25T09:40:07.339Z] Login Succeeded [2023-08-25T09:40:07.339Z] nexus3.edgexfoundry.org:10003 [2023-08-25T09:40:07.606Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-25T09:40:07.606Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-25T09:40:07.606Z] Configure a credential helper to remove this warning. See [2023-08-25T09:40:07.606Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-25T09:40:07.606Z] [2023-08-25T09:40:07.606Z] Login Succeeded [2023-08-25T09:40:07.606Z] nexus3.edgexfoundry.org:10004 [2023-08-25T09:40:07.872Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-25T09:40:08.138Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-25T09:40:08.138Z] Configure a credential helper to remove this warning. See [2023-08-25T09:40:08.138Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-25T09:40:08.138Z] [2023-08-25T09:40:08.138Z] Login Succeeded [2023-08-25T09:40:08.138Z] docker.io [2023-08-25T09:40:08.402Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-25T09:40:08.666Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-25T09:40:08.666Z] Configure a credential helper to remove this warning. See [2023-08-25T09:40:08.666Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-25T09:40:08.666Z] [2023-08-25T09:40:08.666Z] Login Succeeded [2023-08-25T09:40:08.666Z] ---> docker-login.sh ends [Pipeline] } [2023-08-25T09:40:08.677Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-08-25T09:40:08.711Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-08-25T09:40:08.741Z] [edgeXDocker.push] Tagging docker image device-rest-arm64 with the following tags: [2023-08-25T09:40:08.741Z] 7a1d0d362fdfa11eb0dfe054808f0b2d568db7ab [2023-08-25T09:40:08.741Z] latest [2023-08-25T09:40:08.741Z] 3.1.0-dev.5 [2023-08-25T09:40:08.741Z] 7a1d0d362fdfa11eb0dfe054808f0b2d568db7ab-3.1.0-dev.5 [2023-08-25T09:40:08.741Z] main [2023-08-25T09:40:08.741Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-25T09:40:09.100Z] + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:7a1d0d362fdfa11eb0dfe054808f0b2d568db7ab [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-25T09:40:09.442Z] + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:7a1d0d362fdfa11eb0dfe054808f0b2d568db7ab [2023-08-25T09:40:09.442Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] [2023-08-25T09:40:09.442Z] 79f8b2e77c47: Preparing [2023-08-25T09:40:09.442Z] f6628021fda6: Preparing [2023-08-25T09:40:09.442Z] 51e246b5d3f9: Preparing [2023-08-25T09:40:09.442Z] 8e9ca9156e02: Preparing [2023-08-25T09:40:09.442Z] d2d9d24a8c2a: Preparing [2023-08-25T09:40:09.442Z] d2d9d24a8c2a: Layer already exists [2023-08-25T09:40:09.708Z] f6628021fda6: Pushed [2023-08-25T09:40:09.708Z] 79f8b2e77c47: Pushed [2023-08-25T09:40:09.708Z] 8e9ca9156e02: Pushed [2023-08-25T09:40:15.034Z] 51e246b5d3f9: Pushed [2023-08-25T09:40:15.298Z] 7a1d0d362fdfa11eb0dfe054808f0b2d568db7ab: digest: sha256:d0967b2098604f990f6e68b0c1f501e519b379f398324eb080a8fb211a29c1f3 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-25T09:40:15.639Z] + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-25T09:40:15.969Z] + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:latest [2023-08-25T09:40:15.969Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] [2023-08-25T09:40:15.969Z] 79f8b2e77c47: Preparing [2023-08-25T09:40:15.969Z] f6628021fda6: Preparing [2023-08-25T09:40:15.969Z] 51e246b5d3f9: Preparing [2023-08-25T09:40:15.969Z] 8e9ca9156e02: Preparing [2023-08-25T09:40:15.969Z] d2d9d24a8c2a: Preparing [2023-08-25T09:40:15.969Z] 79f8b2e77c47: Layer already exists [2023-08-25T09:40:15.969Z] d2d9d24a8c2a: Layer already exists [2023-08-25T09:40:15.969Z] 8e9ca9156e02: Layer already exists [2023-08-25T09:40:15.969Z] 51e246b5d3f9: Layer already exists [2023-08-25T09:40:15.969Z] f6628021fda6: Layer already exists [2023-08-25T09:40:16.234Z] latest: digest: sha256:d0967b2098604f990f6e68b0c1f501e519b379f398324eb080a8fb211a29c1f3 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-25T09:40:16.577Z] + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:3.1.0-dev.5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-25T09:40:16.907Z] + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:3.1.0-dev.5 [2023-08-25T09:40:16.907Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] [2023-08-25T09:40:16.907Z] 79f8b2e77c47: Preparing [2023-08-25T09:40:16.907Z] f6628021fda6: Preparing [2023-08-25T09:40:16.907Z] 51e246b5d3f9: Preparing [2023-08-25T09:40:16.907Z] 8e9ca9156e02: Preparing [2023-08-25T09:40:16.907Z] d2d9d24a8c2a: Preparing [2023-08-25T09:40:16.907Z] f6628021fda6: Layer already exists [2023-08-25T09:40:16.907Z] 79f8b2e77c47: Layer already exists [2023-08-25T09:40:16.907Z] 8e9ca9156e02: Layer already exists [2023-08-25T09:40:16.907Z] 51e246b5d3f9: Layer already exists [2023-08-25T09:40:16.907Z] d2d9d24a8c2a: Layer already exists [2023-08-25T09:40:16.907Z] 3.1.0-dev.5: digest: sha256:d0967b2098604f990f6e68b0c1f501e519b379f398324eb080a8fb211a29c1f3 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-25T09:40:17.238Z] + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:7a1d0d362fdfa11eb0dfe054808f0b2d568db7ab-3.1.0-dev.5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-25T09:40:17.574Z] + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:7a1d0d362fdfa11eb0dfe054808f0b2d568db7ab-3.1.0-dev.5 [2023-08-25T09:40:17.575Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] [2023-08-25T09:40:17.575Z] 79f8b2e77c47: Preparing [2023-08-25T09:40:17.575Z] f6628021fda6: Preparing [2023-08-25T09:40:17.575Z] 51e246b5d3f9: Preparing [2023-08-25T09:40:17.575Z] 8e9ca9156e02: Preparing [2023-08-25T09:40:17.575Z] d2d9d24a8c2a: Preparing [2023-08-25T09:40:17.575Z] f6628021fda6: Layer already exists [2023-08-25T09:40:17.575Z] 79f8b2e77c47: Layer already exists [2023-08-25T09:40:17.575Z] d2d9d24a8c2a: Layer already exists [2023-08-25T09:40:17.575Z] 51e246b5d3f9: Layer already exists [2023-08-25T09:40:17.575Z] 8e9ca9156e02: Layer already exists [2023-08-25T09:40:17.575Z] 7a1d0d362fdfa11eb0dfe054808f0b2d568db7ab-3.1.0-dev.5: digest: sha256:d0967b2098604f990f6e68b0c1f501e519b379f398324eb080a8fb211a29c1f3 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-25T09:40:17.925Z] + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-25T09:40:18.263Z] + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:main [2023-08-25T09:40:18.264Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] [2023-08-25T09:40:18.264Z] 79f8b2e77c47: Preparing [2023-08-25T09:40:18.264Z] f6628021fda6: Preparing [2023-08-25T09:40:18.264Z] 51e246b5d3f9: Preparing [2023-08-25T09:40:18.264Z] 8e9ca9156e02: Preparing [2023-08-25T09:40:18.264Z] d2d9d24a8c2a: Preparing [2023-08-25T09:40:18.264Z] 51e246b5d3f9: Layer already exists [2023-08-25T09:40:18.264Z] f6628021fda6: Layer already exists [2023-08-25T09:40:18.264Z] 8e9ca9156e02: Layer already exists [2023-08-25T09:40:18.264Z] 79f8b2e77c47: Layer already exists [2023-08-25T09:40:18.264Z] d2d9d24a8c2a: Layer already exists [2023-08-25T09:40:18.264Z] main: digest: sha256:d0967b2098604f990f6e68b0c1f501e519b379f398324eb080a8fb211a29c1f3 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-08-25T09:40:18.310Z] ===================================================== [Pipeline] echo [2023-08-25T09:40:18.316Z] taggedImages: [2023-08-25T09:40:18.316Z] - nexus3.edgexfoundry.org:10004/device-rest-arm64:7a1d0d362fdfa11eb0dfe054808f0b2d568db7ab [2023-08-25T09:40:18.316Z] - nexus3.edgexfoundry.org:10004/device-rest-arm64:latest [2023-08-25T09:40:18.316Z] - nexus3.edgexfoundry.org:10004/device-rest-arm64:3.1.0-dev.5 [2023-08-25T09:40:18.316Z] - nexus3.edgexfoundry.org:10004/device-rest-arm64:7a1d0d362fdfa11eb0dfe054808f0b2d568db7ab-3.1.0-dev.5 [2023-08-25T09:40:18.316Z] - nexus3.edgexfoundry.org:10004/device-rest-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-25T09:40:18.666Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-08-25T09:40:18.666Z] [2023-08-25T09:40:18.666Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-25T09:40:18.998Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-08-25T09:40:18.998Z] arm64: Pulling from edgex-lftools-log-publisher [2023-08-25T09:40:18.998Z] 8998bd30e6a1: Pulling fs layer [2023-08-25T09:40:18.998Z] 04944245beec: Pulling fs layer [2023-08-25T09:40:18.998Z] 699f458cf7ca: Pulling fs layer [2023-08-25T09:40:18.998Z] 765212b225bb: Pulling fs layer [2023-08-25T09:40:18.998Z] f23df028b6ca: Pulling fs layer [2023-08-25T09:40:18.998Z] d65c8cfc05b1: Pulling fs layer [2023-08-25T09:40:18.998Z] 765212b225bb: Waiting [2023-08-25T09:40:18.998Z] f23df028b6ca: Waiting [2023-08-25T09:40:18.998Z] 2437ff75d9bd: Pulling fs layer [2023-08-25T09:40:18.998Z] d65c8cfc05b1: Waiting [2023-08-25T09:40:19.266Z] 04944245beec: Verifying Checksum [2023-08-25T09:40:19.266Z] 04944245beec: Download complete [2023-08-25T09:40:19.266Z] 765212b225bb: Verifying Checksum [2023-08-25T09:40:19.266Z] 765212b225bb: Download complete [2023-08-25T09:40:19.266Z] f23df028b6ca: Download complete [2023-08-25T09:40:19.266Z] d65c8cfc05b1: Verifying Checksum [2023-08-25T09:40:19.266Z] d65c8cfc05b1: Download complete [2023-08-25T09:40:19.266Z] 699f458cf7ca: Verifying Checksum [2023-08-25T09:40:19.266Z] 699f458cf7ca: Download complete [2023-08-25T09:40:19.848Z] 8998bd30e6a1: Verifying Checksum [2023-08-25T09:40:19.848Z] 8998bd30e6a1: Download complete [2023-08-25T09:40:21.789Z] 2437ff75d9bd: Verifying Checksum [2023-08-25T09:40:21.789Z] 2437ff75d9bd: Download complete [2023-08-25T09:40:23.727Z] 8998bd30e6a1: Pull complete [2023-08-25T09:40:23.993Z] 04944245beec: Pull complete [2023-08-25T09:40:25.400Z] 699f458cf7ca: Pull complete [2023-08-25T09:40:25.666Z] 765212b225bb: Pull complete [2023-08-25T09:40:26.248Z] f23df028b6ca: Pull complete [2023-08-25T09:40:28.185Z] d65c8cfc05b1: Pull complete [2023-08-25T09:40:43.174Z] 2437ff75d9bd: Pull complete [2023-08-25T09:40:43.174Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-08-25T09:40:43.174Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-08-25T09:40:43.174Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-25T09:40:43.349Z] prd-ubuntu20.04-docker-arm64-4c-16g-4553 does not seem to be running inside a container [2023-08-25T09:40:43.406Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/device-rest-go/125 -v /w/workspace/device-rest-go/125:/w/workspace/device-rest-go/125:rw,z -v /w/workspace/device-rest-go/125@tmp:/w/workspace/device-rest-go/125@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-08-25T09:40:45.762Z] $ docker top e068d525395990a4d46adb4ea929634e179f777bc19d0c1f1be7ee600df10829 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-08-25T09:40:46.591Z] ---> job-cost.sh [2023-08-25T09:40:46.591Z] lf-activate-venv: SKIPPING [2023-08-25T09:40:46.591Z] INFO: No Stack... [2023-08-25T09:40:46.855Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-08-25T09:40:47.811Z] INFO: Archiving Costs [Pipeline] sh [2023-08-25T09:40:48.128Z] + cut -d, -f6 [2023-08-25T09:40:48.128Z] + cat /w/workspace/device-rest-go/125/archives/cost.csv [Pipeline] lock [2023-08-25T09:40:48.428Z] Trying to acquire lock on [jenkins-edgexfoundry-device-rest-go-main-125-stack-cost] [2023-08-25T09:40:48.435Z] Resource [jenkins-edgexfoundry-device-rest-go-main-125-stack-cost] did not exist. Created. [2023-08-25T09:40:48.435Z] Lock acquired on [jenkins-edgexfoundry-device-rest-go-main-125-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-08-25T09:40:48.762Z] /w/workspace/device-rest-go/125@tmp/durable-c6fde79c/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-08-25T09:40:49.411Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-08-25T09:40:49.434Z] Warning: overwriting stash ‘stack-cost’ [2023-08-25T09:40:49.482Z] Stashed 1 file(s) [Pipeline] } [2023-08-25T09:40:49.488Z] Lock released on resource [jenkins-edgexfoundry-device-rest-go-main-125-stack-cost] [Pipeline] // lock [Pipeline] } [2023-08-25T09:40:49.507Z] $ docker stop --time=1 e068d525395990a4d46adb4ea929634e179f777bc19d0c1f1be7ee600df10829 [2023-08-25T09:40:50.974Z] $ docker rm -f --volumes e068d525395990a4d46adb4ea929634e179f777bc19d0c1f1be7ee600df10829 [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-08-25T09:40:51.401Z] provisioning config files... [2023-08-25T09:40:51.408Z] copy managed file [device-rest-go-codecov-token] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config9661583849147600505tmp [Pipeline] { [Pipeline] sh [2023-08-25T09:40:51.707Z] + set +x [2023-08-25T09:40:51.707Z] + bash -s -- [2023-08-25T09:40:51.707Z] + curl -s https://codecov.io/bash [2023-08-25T09:40:51.966Z] [2023-08-25T09:40:51.966Z] _____ _ [2023-08-25T09:40:51.966Z] / ____| | | [2023-08-25T09:40:51.966Z] | | ___ __| | ___ ___ _____ __ [2023-08-25T09:40:51.966Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-08-25T09:40:51.966Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-08-25T09:40:51.966Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-08-25T09:40:51.966Z] Bash-1.0.6 [2023-08-25T09:40:51.966Z] [2023-08-25T09:40:51.966Z] [2023-08-25T09:40:51.966Z] ==> git version 2.25.1 found [2023-08-25T09:40:52.225Z] ==> 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-08-25T09:40:52.225Z] Release-Date: 2020-01-08 [2023-08-25T09:40:52.225Z] 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-08-25T09:40:52.225Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-08-25T09:40:52.225Z] ==> Jenkins CI detected. [2023-08-25T09:40:52.225Z] current dir:  /w/workspace/edgexfoundry_device-rest-go_main [2023-08-25T09:40:52.225Z] project root: . [2023-08-25T09:40:52.225Z] --> token set from env [2023-08-25T09:40:52.225Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-08-25T09:40:52.225Z] ==> Running gcov in . (disable via -X gcov) [2023-08-25T09:40:52.225Z] ==> Python coveragepy not found [2023-08-25T09:40:52.225Z] ==> Searching for coverage reports in: [2023-08-25T09:40:52.225Z] + . [2023-08-25T09:40:52.225Z] -> Found 1 reports [2023-08-25T09:40:52.225Z] ==> Detecting git/mercurial file structure [2023-08-25T09:40:52.225Z] ==> Reading reports [2023-08-25T09:40:52.225Z] + ./coverage.out bytes=14656 [2023-08-25T09:40:52.225Z] ==> Appending adjustments [2023-08-25T09:40:52.225Z] https://docs.codecov.io/docs/fixing-reports [2023-08-25T09:40:52.225Z] + Found adjustments [2023-08-25T09:40:52.225Z] ==> Gzipping contents [2023-08-25T09:40:52.225Z] 4.0K /tmp/codecov.B9busb.gz [2023-08-25T09:40:52.225Z] ==> Uploading reports [2023-08-25T09:40:52.225Z] url: https://codecov.io [2023-08-25T09:40:52.225Z] query: branch=main&commit=7a1d0d362fdfa11eb0dfe054808f0b2d568db7ab&build=125&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rest-go%2Fjob%2Fmain%2F125%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rest-go&service=jenkins&flags=&pr=&job=&cmd_args= [2023-08-25T09:40:52.225Z] -> Pinging Codecov [2023-08-25T09:40:52.225Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=c51feb23-73ac-4f49-b3d1-d26df23137db&branch=main&commit=7a1d0d362fdfa11eb0dfe054808f0b2d568db7ab&build=125&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rest-go%2Fjob%2Fmain%2F125%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rest-go&service=jenkins&flags=&pr=&job=&cmd_args= [2023-08-25T09:40:52.484Z] -> Uploading to [2023-08-25T09:40:52.484Z] https://storage.googleapis.com/codecov/v4/raw/2023-08-25/4E5D53B4F1F92C436F7061BF334D961C/7a1d0d362fdfa11eb0dfe054808f0b2d568db7ab/f9849390-7ef4-4e28-9ff0-9ab0091d8b38.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230825%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230825T094052Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=f68474dc21b0d524d3995e6fc7645a363376f4b95ab1bf857a060c0e348e5df2 [2023-08-25T09:40:52.484Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-08-25T09:40:52.484Z] Dload Upload Total Spent Left Speed [2023-08-25T09:40:52.743Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 2492 0 0 100 2492 0 13255 --:--:-- --:--:-- --:--:-- 13255 [2023-08-25T09:40:52.743Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-rest-go/commit/7a1d0d362fdfa11eb0dfe054808f0b2d568db7ab [Pipeline] } [2023-08-25T09:40:52.750Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2023-08-25T09:40:52.892Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2023-08-25T09:40:52.901Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-25T09:40:53.193Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-08-25T09:40:53.193Z] [2023-08-25T09:40:53.193Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-25T09:40:53.490Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-08-25T09:40:53.491Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2023-08-25T09:40:53.491Z] df9b9388f04a: Pulling fs layer [2023-08-25T09:40:53.491Z] 52dc419b0ee2: Pulling fs layer [2023-08-25T09:40:53.491Z] 25bc292e5bac: Pulling fs layer [2023-08-25T09:40:53.491Z] 114826534d7a: Pulling fs layer [2023-08-25T09:40:53.491Z] 4657fd5d0bcf: Pulling fs layer [2023-08-25T09:40:53.491Z] 6ad1cebc031e: Pulling fs layer [2023-08-25T09:40:53.491Z] 8a3aa393b2d8: Pulling fs layer [2023-08-25T09:40:53.491Z] 4657fd5d0bcf: Waiting [2023-08-25T09:40:53.491Z] 6ad1cebc031e: Waiting [2023-08-25T09:40:53.491Z] 8a3aa393b2d8: Waiting [2023-08-25T09:40:53.491Z] 114826534d7a: Waiting [2023-08-25T09:40:53.491Z] 25bc292e5bac: Verifying Checksum [2023-08-25T09:40:53.491Z] 25bc292e5bac: Download complete [2023-08-25T09:40:53.491Z] 52dc419b0ee2: Verifying Checksum [2023-08-25T09:40:53.491Z] 52dc419b0ee2: Download complete [2023-08-25T09:40:53.491Z] 4657fd5d0bcf: Download complete [2023-08-25T09:40:53.491Z] df9b9388f04a: Download complete [2023-08-25T09:40:53.750Z] 6ad1cebc031e: Verifying Checksum [2023-08-25T09:40:53.750Z] 6ad1cebc031e: Download complete [2023-08-25T09:40:53.750Z] df9b9388f04a: Pull complete [2023-08-25T09:40:53.750Z] 52dc419b0ee2: Pull complete [2023-08-25T09:40:53.750Z] 25bc292e5bac: Pull complete [2023-08-25T09:40:54.314Z] 114826534d7a: Verifying Checksum [2023-08-25T09:40:54.314Z] 114826534d7a: Download complete [2023-08-25T09:40:54.314Z] 8a3aa393b2d8: Verifying Checksum [2023-08-25T09:40:54.314Z] 8a3aa393b2d8: Download complete [2023-08-25T09:40:57.590Z] 114826534d7a: Pull complete [2023-08-25T09:40:57.590Z] 4657fd5d0bcf: Pull complete [2023-08-25T09:40:57.848Z] 6ad1cebc031e: Pull complete [2023-08-25T09:41:00.374Z] 8a3aa393b2d8: Pull complete [2023-08-25T09:41:00.374Z] Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 [2023-08-25T09:41:00.374Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-08-25T09:41:00.374Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-25T09:41:00.470Z] prd-ubuntu20.04-docker-8c-8g-4552 does not seem to be running inside a container [2023-08-25T09:41:00.508Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgexfoundry_device-rest-go_main -v /w/workspace/edgexfoundry_device-rest-go_main:/w/workspace/edgexfoundry_device-rest-go_main:rw,z -v /w/workspace/edgexfoundry_device-rest-go_main@tmp:/w/workspace/edgexfoundry_device-rest-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2023-08-25T09:41:03.984Z] $ docker top 1c6aae739e02cb0d89bae12f356d9095836945be50ae4c5a1dea69125a13101e -eo pid,comm [Pipeline] { [Pipeline] echo [2023-08-25T09:41:04.054Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-rest-go:main' [Pipeline] sh [2023-08-25T09:41:04.335Z] + set -o pipefail [2023-08-25T09:41:04.335Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-rest-go:main' [2023-08-25T09:41:10.905Z] [2023-08-25T09:41:10.905Z] Monitoring /w/workspace/edgexfoundry_device-rest-go_main (github.com/edgexfoundry/device-rest-go)... [2023-08-25T09:41:10.905Z] [2023-08-25T09:41:10.905Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/6693b2f8-cb2c-4fe8-a536-d1b67f9ec7d5/history/9f0495dc-894b-4e2c-bd70-b15588bd2073 [2023-08-25T09:41:10.905Z] [2023-08-25T09:41:10.905Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2023-08-25T09:41:10.905Z] [2023-08-25T09:41:10.905Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2023-08-25T09:41:10.905Z] [2023-08-25T09:41:10.905Z] [2023-08-25T09:41:10.905Z] A medium severity vulnerability was found in the Snyk CLI versions you are using. [2023-08-25T09:41:10.905Z] We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. [2023-08-25T09:41:10.905Z] More details here: https://snyk.co/ue1NS [Pipeline] } [2023-08-25T09:41:10.924Z] $ docker stop --time=1 1c6aae739e02cb0d89bae12f356d9095836945be50ae4c5a1dea69125a13101e [2023-08-25T09:41:14.286Z] $ docker rm -f --volumes 1c6aae739e02cb0d89bae12f356d9095836945be50ae4c5a1dea69125a13101e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-08-25T09:41:14.967Z] + git log --format=format:%s -1 7a1d0d362fdfa11eb0dfe054808f0b2d568db7ab [Pipeline] sh [2023-08-25T09:41:15.258Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-08-25T09:41:15.258Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-25T09:41:15.560Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-08-25T09:41:15.561Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-25T09:41:15.633Z] prd-ubuntu20.04-docker-8c-8g-4552 does not seem to be running inside a container [2023-08-25T09:41:15.673Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-rest-go_main -v /w/workspace/edgexfoundry_device-rest-go_main:/w/workspace/edgexfoundry_device-rest-go_main:rw,z -v /w/workspace/edgexfoundry_device-rest-go_main@tmp:/w/workspace/edgexfoundry_device-rest-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-08-25T09:41:16.035Z] $ docker top f9811665427a48a747321f1a94ac62d114c5df89779b6f6d51fb5d58db811f5c -eo pid,comm [2023-08-25T09:41:16.077Z] 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-08-25T09:41:16.077Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-08-25T09:41:16.106Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-08-25T09:41:16.106Z] [ssh-agent] Looking for ssh-agent implementation... [2023-08-25T09:41:16.219Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-08-25T09:41:16.229Z] $ docker exec f9811665427a48a747321f1a94ac62d114c5df89779b6f6d51fb5d58db811f5c ssh-agent [2023-08-25T09:41:16.325Z] SSH_AUTH_SOCK=/tmp/ssh-lMhJA4yGo227/agent.32 [2023-08-25T09:41:16.325Z] SSH_AGENT_PID=38 [2023-08-25T09:41:16.329Z] Running ssh-add (command line suppressed) [2023-08-25T09:41:16.451Z] Identity added: /w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_14806131294716284869.key (/w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_14806131294716284869.key) [2023-08-25T09:41:16.456Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-08-25T09:41:16.739Z] + git semver tag [2023-08-25T09:41:16.999Z] 2023-08-25 09:41:16,928 [run_tag] DEBUG tag force:False [2023-08-25T09:41:16.999Z] 2023-08-25 09:41:16,928 [check_head_tag] DEBUG check head tag [2023-08-25T09:41:16.999Z] 2023-08-25 09:41:16,928 [execute] INFO git cat-file --batch-check [2023-08-25T09:41:16.999Z] 2023-08-25 09:41:16,928 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-rest-go_main, universal_newlines=False, shell=None, istream=) [2023-08-25T09:41:16.999Z] 2023-08-25 09:41:16,932 [execute] INFO git cat-file --batch [2023-08-25T09:41:16.999Z] 2023-08-25 09:41:16,933 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-rest-go_main, universal_newlines=False, shell=None, istream=) [2023-08-25T09:41:16.999Z] 2023-08-25 09:41:16,941 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main [2023-08-25T09:41:16.999Z] 2023-08-25 09:41:16,942 [execute] INFO git tag -a v3.1.0-dev.5 -m v3.1.0-dev.5 [2023-08-25T09:41:16.999Z] 2023-08-25 09:41:16,942 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.1.0-dev.5', '-m', 'v3.1.0-dev.5'], cwd=/w/workspace/edgexfoundry_device-rest-go_main, universal_newlines=False, shell=None, istream=None) [2023-08-25T09:41:16.999Z] 2023-08-25 09:41:16,947 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main [2023-08-25T09:41:16.999Z] 3.1.0-dev.5 [Pipeline] } [2023-08-25T09:41:17.016Z] $ docker exec --env ******** --env ******** f9811665427a48a747321f1a94ac62d114c5df89779b6f6d51fb5d58db811f5c ssh-agent -k [2023-08-25T09:41:17.108Z] unset SSH_AUTH_SOCK; [2023-08-25T09:41:17.109Z] unset SSH_AGENT_PID; [2023-08-25T09:41:17.109Z] echo Agent pid 38 killed; [2023-08-25T09:41:17.110Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-08-25T09:41:17.415Z] + git semver [Pipeline] } [2023-08-25T09:41:17.695Z] $ docker stop --time=1 f9811665427a48a747321f1a94ac62d114c5df89779b6f6d51fb5d58db811f5c [2023-08-25T09:41:19.008Z] $ docker rm -f --volumes f9811665427a48a747321f1a94ac62d114c5df89779b6f6d51fb5d58db811f5c [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-25T09:41:19.391Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-08-25T09:41:19.391Z] [2023-08-25T09:41:19.391Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-25T09:41:19.687Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-08-25T09:41:19.687Z] 0.23.1-centos7: Pulling from edgex-lftools [2023-08-25T09:41:19.687Z] ab5ef0e58194: Pulling fs layer [2023-08-25T09:41:19.687Z] 9712f1f96733: Pulling fs layer [2023-08-25T09:41:19.687Z] 63f879dbbcfc: Pulling fs layer [2023-08-25T09:41:19.687Z] 0d9ebad4ef96: Pulling fs layer [2023-08-25T09:41:19.687Z] e9a5061849ea: Pulling fs layer [2023-08-25T09:41:19.687Z] d747dcd14b5f: Pulling fs layer [2023-08-25T09:41:19.687Z] 2de7ff778b66: Pulling fs layer [2023-08-25T09:41:19.687Z] 0d9ebad4ef96: Waiting [2023-08-25T09:41:19.687Z] e9a5061849ea: Waiting [2023-08-25T09:41:19.687Z] 9712f1f96733: Verifying Checksum [2023-08-25T09:41:19.687Z] 9712f1f96733: Download complete [2023-08-25T09:41:19.946Z] 63f879dbbcfc: Verifying Checksum [2023-08-25T09:41:19.946Z] 63f879dbbcfc: Download complete [2023-08-25T09:41:20.205Z] e9a5061849ea: Verifying Checksum [2023-08-25T09:41:20.205Z] e9a5061849ea: Download complete [2023-08-25T09:41:20.205Z] d747dcd14b5f: Download complete [2023-08-25T09:41:20.205Z] ab5ef0e58194: Verifying Checksum [2023-08-25T09:41:20.205Z] ab5ef0e58194: Download complete [2023-08-25T09:41:20.205Z] 0d9ebad4ef96: Verifying Checksum [2023-08-25T09:41:20.205Z] 0d9ebad4ef96: Download complete [2023-08-25T09:41:20.205Z] 2de7ff778b66: Verifying Checksum [2023-08-25T09:41:20.205Z] 2de7ff778b66: Download complete [2023-08-25T09:41:22.735Z] ab5ef0e58194: Pull complete [2023-08-25T09:41:22.993Z] 9712f1f96733: Pull complete [2023-08-25T09:41:23.558Z] 63f879dbbcfc: Pull complete [2023-08-25T09:41:27.769Z] 0d9ebad4ef96: Pull complete [2023-08-25T09:41:27.769Z] e9a5061849ea: Pull complete [2023-08-25T09:41:27.769Z] d747dcd14b5f: Pull complete [2023-08-25T09:41:28.335Z] 2de7ff778b66: Pull complete [2023-08-25T09:41:28.335Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2023-08-25T09:41:28.335Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-08-25T09:41:28.335Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-25T09:41:28.411Z] prd-ubuntu20.04-docker-8c-8g-4552 does not seem to be running inside a container [2023-08-25T09:41:28.449Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_device-rest-go_main -v /w/workspace/edgexfoundry_device-rest-go_main:/w/workspace/edgexfoundry_device-rest-go_main:rw,z -v /w/workspace/edgexfoundry_device-rest-go_main@tmp:/w/workspace/edgexfoundry_device-rest-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2023-08-25T09:41:33.247Z] $ docker top 6d51b9320e97e89a73d3f28aec39776e9ed6159c92f662762d3dea164d761e9a -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2023-08-25T09:41:33.304Z] provisioning config files... [2023-08-25T09:41:33.311Z] copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config15784801013875619821tmp [2023-08-25T09:41:33.321Z] copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config1169684206888412945tmp [2023-08-25T09:41:33.331Z] copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config8985430073775443398tmp [Pipeline] { [Pipeline] echo [2023-08-25T09:41:33.349Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2023-08-25T09:41:33.629Z] ---> sigul-configuration.sh [2023-08-25T09:41:33.629Z] gpg: directory `/root/.gnupg' created [2023-08-25T09:41:33.629Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2023-08-25T09:41:33.629Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2023-08-25T09:41:33.629Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2023-08-25T09:41:33.629Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2023-08-25T09:41:33.629Z] gpg: CAST5 encrypted data [2023-08-25T09:41:33.629Z] gpg: encrypted with 1 passphrase [2023-08-25T09:41:33.629Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2023-08-25T09:41:33.917Z] + mkdir /home/jenkins [2023-08-25T09:41:33.917Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2023-08-25T09:41:34.203Z] + 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-08-25T09:41:34.211Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2023-08-25T09:41:34.495Z] ---> sigul-install.sh [2023-08-25T09:41:34.495Z] Sigul already installed; skipping installation. [Pipeline] sh [2023-08-25T09:41:34.782Z] + git tag --list [2023-08-25T09:41:34.782Z] v1.0.0 [2023-08-25T09:41:34.782Z] v1.1.0 [2023-08-25T09:41:34.782Z] v1.1.1 [2023-08-25T09:41:34.782Z] v1.1.2 [2023-08-25T09:41:34.782Z] v1.2.0 [2023-08-25T09:41:34.782Z] v1.2.1 [2023-08-25T09:41:34.782Z] v2.0.0 [2023-08-25T09:41:34.782Z] v2.1.0 [2023-08-25T09:41:34.782Z] v2.1.1 [2023-08-25T09:41:34.782Z] v2.2.0 [2023-08-25T09:41:34.782Z] v2.3.0 [2023-08-25T09:41:34.782Z] v3.0 [2023-08-25T09:41:34.782Z] v3.0.0 [2023-08-25T09:41:34.782Z] v3.1.0-dev.1 [2023-08-25T09:41:34.782Z] v3.1.0-dev.2 [2023-08-25T09:41:34.782Z] v3.1.0-dev.3 [2023-08-25T09:41:34.782Z] v3.1.0-dev.4 [2023-08-25T09:41:34.782Z] v3.1.0-dev.5 [Pipeline] sh [2023-08-25T09:41:35.069Z] + lftools sign git-tag v3.1.0-dev.5 [2023-08-25T09:41:35.639Z] Signing Git tag with Sigul... [2023-08-25T09:41:35.639Z] Signing v3.1.0-dev.5 [Pipeline] echo [2023-08-25T09:41:35.905Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2023-08-25T09:41:36.194Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2023-08-25T09:41:36.202Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2023-08-25T09:41:36.227Z] $ docker stop --time=1 6d51b9320e97e89a73d3f28aec39776e9ed6159c92f662762d3dea164d761e9a [2023-08-25T09:41:37.479Z] $ docker rm -f --volumes 6d51b9320e97e89a73d3f28aec39776e9ed6159c92f662762d3dea164d761e9a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2023-08-25T09:41:37.880Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-08-25T09:41:37.880Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-25T09:41:38.175Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-08-25T09:41:38.175Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-25T09:41:38.247Z] prd-ubuntu20.04-docker-8c-8g-4552 does not seem to be running inside a container [2023-08-25T09:41:38.287Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-rest-go_main -v /w/workspace/edgexfoundry_device-rest-go_main:/w/workspace/edgexfoundry_device-rest-go_main:rw,z -v /w/workspace/edgexfoundry_device-rest-go_main@tmp:/w/workspace/edgexfoundry_device-rest-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-08-25T09:41:38.628Z] $ docker top b8ed09bd416146206580a5640c1d76199c788050ec875341e8c8044ccd369b46 -eo pid,comm [2023-08-25T09:41:38.665Z] 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-08-25T09:41:38.665Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-08-25T09:41:38.757Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-08-25T09:41:38.757Z] [ssh-agent] Looking for ssh-agent implementation... [2023-08-25T09:41:38.872Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-08-25T09:41:38.883Z] $ docker exec b8ed09bd416146206580a5640c1d76199c788050ec875341e8c8044ccd369b46 ssh-agent [2023-08-25T09:41:38.983Z] SSH_AUTH_SOCK=/tmp/ssh-TyMKE3YupFkX/agent.32 [2023-08-25T09:41:38.983Z] SSH_AGENT_PID=38 [2023-08-25T09:41:38.988Z] Running ssh-add (command line suppressed) [2023-08-25T09:41:39.095Z] Identity added: /w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_2851825141210626352.key (/w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_2851825141210626352.key) [2023-08-25T09:41:39.098Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-08-25T09:41:39.382Z] + git semver bump pre [2023-08-25T09:41:39.640Z] 2023-08-25 09:41:39,556 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main [2023-08-25T09:41:39.640Z] 2023-08-25 09:41:39,556 [bump_version] DEBUG bumping version:3.1.0-dev.5 on axis:pre with prefix:dev [2023-08-25T09:41:39.640Z] 2023-08-25 09:41:39,556 [bump_version] DEBUG bumped version:3.1.0-dev.6 [2023-08-25T09:41:39.640Z] 2023-08-25 09:41:39,556 [write_version] DEBUG write version:3.1.0-dev.6 to path:/w/workspace/edgexfoundry_device-rest-go_main/.semver/main with force:True [2023-08-25T09:41:39.640Z] 2023-08-25 09:41:39,556 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main [2023-08-25T09:41:39.640Z] 2023-08-25 09:41:39,556 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_device-rest-go_main/.semver/main [2023-08-25T09:41:39.640Z] 2023-08-25 09:41:39,558 [execute] INFO git cat-file --batch-check [2023-08-25T09:41:39.640Z] 2023-08-25 09:41:39,558 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-rest-go_main/.semver, universal_newlines=False, shell=None, istream=) [2023-08-25T09:41:39.640Z] 2023-08-25 09:41:39,564 [execute] INFO git cat-file --batch [2023-08-25T09:41:39.640Z] 2023-08-25 09:41:39,565 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-rest-go_main/.semver, universal_newlines=False, shell=None, istream=) [2023-08-25T09:41:39.640Z] 2023-08-25 09:41:39,570 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main [2023-08-25T09:41:39.640Z] 3.1.0-dev.6 [Pipeline] } [2023-08-25T09:41:39.659Z] $ docker exec --env ******** --env ******** b8ed09bd416146206580a5640c1d76199c788050ec875341e8c8044ccd369b46 ssh-agent -k [2023-08-25T09:41:39.759Z] unset SSH_AUTH_SOCK; [2023-08-25T09:41:39.759Z] unset SSH_AGENT_PID; [2023-08-25T09:41:39.759Z] echo Agent pid 38 killed; [2023-08-25T09:41:39.759Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-08-25T09:41:40.067Z] + git semver [Pipeline] } [2023-08-25T09:41:40.349Z] $ docker stop --time=1 b8ed09bd416146206580a5640c1d76199c788050ec875341e8c8044ccd369b46 [2023-08-25T09:41:41.611Z] $ docker rm -f --volumes b8ed09bd416146206580a5640c1d76199c788050ec875341e8c8044ccd369b46 [Pipeline] // withDockerContainer [Pipeline] sh [2023-08-25T09:41:41.932Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-08-25T09:41:41.932Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-25T09:41:42.228Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-08-25T09:41:42.228Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-25T09:41:42.367Z] prd-ubuntu20.04-docker-8c-8g-4552 does not seem to be running inside a container [2023-08-25T09:41:42.519Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-rest-go_main -v /w/workspace/edgexfoundry_device-rest-go_main:/w/workspace/edgexfoundry_device-rest-go_main:rw,z -v /w/workspace/edgexfoundry_device-rest-go_main@tmp:/w/workspace/edgexfoundry_device-rest-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-08-25T09:41:42.858Z] $ docker top ad6820e325adc225e512e65861b56ff095861635d32897011335f1760bc5ad15 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-08-25T09:41:42.938Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-08-25T09:41:42.938Z] [ssh-agent] Looking for ssh-agent implementation... [2023-08-25T09:41:43.045Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-08-25T09:41:43.057Z] $ docker exec ad6820e325adc225e512e65861b56ff095861635d32897011335f1760bc5ad15 ssh-agent [2023-08-25T09:41:43.157Z] SSH_AUTH_SOCK=/tmp/ssh-F3HVNGAVj5TH/agent.32 [2023-08-25T09:41:43.157Z] SSH_AGENT_PID=38 [2023-08-25T09:41:43.163Z] Running ssh-add (command line suppressed) [2023-08-25T09:41:43.272Z] Identity added: /w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_11615915067010169734.key (/w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_11615915067010169734.key) [2023-08-25T09:41:43.279Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-08-25T09:41:43.567Z] + git semver push [2023-08-25T09:41:43.825Z] 2023-08-25 09:41:43,755 [run_push] DEBUG push [2023-08-25T09:41:43.825Z] 2023-08-25 09:41:43,756 [execute] INFO git cat-file --batch-check [2023-08-25T09:41:43.825Z] 2023-08-25 09:41:43,756 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-rest-go_main/.semver, universal_newlines=False, shell=None, istream=) [2023-08-25T09:41:43.825Z] 2023-08-25 09:41:43,760 [execute] INFO git rev-list 22d578ff479851c019fe33818bd3ad9e8c954edf -- [2023-08-25T09:41:43.825Z] 2023-08-25 09:41:43,760 [execute] DEBUG Popen(['git', 'rev-list', '22d578ff479851c019fe33818bd3ad9e8c954edf', '--'], cwd=/w/workspace/edgexfoundry_device-rest-go_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-08-25T09:41:43.825Z] 2023-08-25 09:41:43,768 [execute] INFO git fetch -v origin [2023-08-25T09:41:43.825Z] 2023-08-25 09:41:43,769 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgexfoundry_device-rest-go_main/.semver, universal_newlines=True, shell=None, istream=None) [2023-08-25T09:41:44.392Z] 2023-08-25 09:41:44,234 [run_push] DEBUG no remote changes detected [2023-08-25T09:41:44.392Z] 2023-08-25 09:41:44,234 [execute] INFO git push origin semver [2023-08-25T09:41:44.392Z] 2023-08-25 09:41:44,235 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgexfoundry_device-rest-go_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-08-25T09:41:45.333Z] 2023-08-25 09:41:45,018 [run_push] DEBUG push all version tags [2023-08-25T09:41:45.334Z] 2023-08-25 09:41:45,019 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2023-08-25T09:41:45.334Z] 2023-08-25 09:41:45,020 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgexfoundry_device-rest-go_main, universal_newlines=False, shell=None, istream=None) [2023-08-25T09:41:45.900Z] 2023-08-25 09:41:45,710 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main [2023-08-25T09:41:45.900Z] 3.1.0-dev.6 [Pipeline] } [2023-08-25T09:41:45.917Z] $ docker exec --env ******** --env ******** ad6820e325adc225e512e65861b56ff095861635d32897011335f1760bc5ad15 ssh-agent -k [2023-08-25T09:41:46.025Z] unset SSH_AUTH_SOCK; [2023-08-25T09:41:46.025Z] unset SSH_AGENT_PID; [2023-08-25T09:41:46.025Z] echo Agent pid 38 killed; [2023-08-25T09:41:46.025Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-08-25T09:41:46.322Z] + git semver [Pipeline] } [2023-08-25T09:41:46.603Z] $ docker stop --time=1 ad6820e325adc225e512e65861b56ff095861635d32897011335f1760bc5ad15 [2023-08-25T09:41:47.873Z] $ docker rm -f --volumes ad6820e325adc225e512e65861b56ff095861635d32897011335f1760bc5ad15 [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-08-25T09:41:48.470Z] + [ -d /w/workspace/edgexfoundry_device-rest-go_main/archives ] [2023-08-25T09:41:48.470Z] + ls -al /w/workspace/edgexfoundry_device-rest-go_main/archives [2023-08-25T09:41:48.470Z] total 16 [2023-08-25T09:41:48.470Z] drwxr-xr-x 3 root root 4096 Aug 25 09:30 . [2023-08-25T09:41:48.470Z] drwxrwxr-x 10 jenkins jenkins 4096 Aug 25 09:41 .. [2023-08-25T09:41:48.470Z] drwxr-xr-x 2 root root 4096 Aug 25 09:30 cost [2023-08-25T09:41:48.470Z] -rw-r--r-- 1 root root 86 Aug 25 09:30 cost.csv [2023-08-25T09:41:48.470Z] + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_device-rest-go_main/archives [2023-08-25T09:41:48.470Z] + ls -al /w/workspace/edgexfoundry_device-rest-go_main/archives [2023-08-25T09:41:48.470Z] total 16 [2023-08-25T09:41:48.470Z] drwxr-xr-x 3 jenkins jenkins 4096 Aug 25 09:30 . [2023-08-25T09:41:48.470Z] drwxrwxr-x 10 jenkins jenkins 4096 Aug 25 09:41 .. [2023-08-25T09:41:48.470Z] drwxr-xr-x 2 jenkins jenkins 4096 Aug 25 09:30 cost [2023-08-25T09:41:48.470Z] -rw-r--r-- 1 jenkins jenkins 86 Aug 25 09:30 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-08-25T09:41:48.762Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-08-25T09:41:49.625Z] ---> package-listing.sh [2023-08-25T09:41:49.625Z] ++ facter osfamily [2023-08-25T09:41:49.625Z] ++ tr '[:upper:]' '[:lower:]' [2023-08-25T09:41:49.885Z] + OS_FAMILY=debian [2023-08-25T09:41:49.885Z] + workspace=/w/workspace/edgexfoundry_device-rest-go_main [2023-08-25T09:41:49.885Z] + START_PACKAGES=/tmp/packages_start.txt [2023-08-25T09:41:49.885Z] + END_PACKAGES=/tmp/packages_end.txt [2023-08-25T09:41:49.885Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-08-25T09:41:49.885Z] + PACKAGES=/tmp/packages_start.txt [2023-08-25T09:41:49.885Z] + '[' /w/workspace/edgexfoundry_device-rest-go_main ']' [2023-08-25T09:41:49.885Z] + PACKAGES=/tmp/packages_end.txt [2023-08-25T09:41:49.885Z] + case "${OS_FAMILY}" in [2023-08-25T09:41:49.885Z] + dpkg -l [2023-08-25T09:41:49.885Z] + grep '^ii' [2023-08-25T09:41:49.885Z] + '[' -f /tmp/packages_start.txt ']' [2023-08-25T09:41:49.885Z] + '[' -f /tmp/packages_end.txt ']' [2023-08-25T09:41:49.885Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-08-25T09:41:49.885Z] + '[' /w/workspace/edgexfoundry_device-rest-go_main ']' [2023-08-25T09:41:49.885Z] + mkdir -p /w/workspace/edgexfoundry_device-rest-go_main/archives/ [2023-08-25T09:41:49.885Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_device-rest-go_main/archives/ [Pipeline] echo [2023-08-25T09:41:49.895Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_device-rest-go_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-08-25T09:41:50.170Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-25T09:41:50.724Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-08-25T09:41:50.724Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-25T09:41:50.788Z] prd-ubuntu20.04-docker-8c-8g-4552 does not seem to be running inside a container [2023-08-25T09:41:50.823Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_device-rest-go_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_device-rest-go_main -v /w/workspace/edgexfoundry_device-rest-go_main:/w/workspace/edgexfoundry_device-rest-go_main:rw,z -v /w/workspace/edgexfoundry_device-rest-go_main@tmp:/w/workspace/edgexfoundry_device-rest-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-08-25T09:41:51.033Z] $ docker top 72726d1bf0e10a20f84c3049099a8d5d71fd213e8716c116dcabbb9731ec4026 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-08-25T09:41:51.362Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-08-25T09:41:51.645Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-08-25T09:41:51.925Z] + ls /var/log/sa-host [2023-08-25T09:41:51.925Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-08-25T09:41:51.990Z] provisioning config files... [2023-08-25T09:41:51.997Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config780064326439923437tmp [Pipeline] { [Pipeline] echo [2023-08-25T09:41:52.008Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-08-25T09:41:52.286Z] ---> create-netrc.sh [Pipeline] } [2023-08-25T09:41:52.292Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-08-25T09:41:52.613Z] ---> python-tools-install.sh [Pipeline] echo [2023-08-25T09:41:52.621Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-08-25T09:41:52.900Z] ---> sudo-logs.sh [2023-08-25T09:41:52.900Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-08-25T09:41:52.923Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-08-25T09:41:53.204Z] ---> job-cost.sh [2023-08-25T09:41:53.204Z] lf-activate-venv: SKIPPING [2023-08-25T09:41:53.204Z] DEBUG: total: 0.2199999988079071 [2023-08-25T09:41:53.204Z] INFO: Retrieving Stack Cost... [2023-08-25T09:41:53.463Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-08-25T09:41:54.030Z] INFO: Archiving Costs [Pipeline] echo [2023-08-25T09:41:54.040Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-08-25T09:41:54.319Z] ---> logs-deploy.sh [2023-08-25T09:41:54.319Z] lf-activate-venv: SKIPPING [2023-08-25T09:41:54.319Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rest-go/main/125 [2023-08-25T09:41:54.319Z] INFO: archiving workspace using pattern(s): [2023-08-25T09:41:55.254Z] Archives upload complete. [2023-08-25T09:41:55.512Z] INFO: archiving logs to Nexus [2023-08-25T09:41:56.081Z] ---> uname -a: [2023-08-25T09:41:56.081Z] Linux prd-ubuntu20-04-docker-8c-8g-4552 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux [2023-08-25T09:41:56.081Z] [2023-08-25T09:41:56.081Z] [2023-08-25T09:41:56.081Z] ---> lscpu: [2023-08-25T09:41:56.081Z] Architecture: x86_64 [2023-08-25T09:41:56.081Z] CPU op-mode(s): 32-bit, 64-bit [2023-08-25T09:41:56.081Z] Byte Order: Little Endian [2023-08-25T09:41:56.081Z] Address sizes: 40 bits physical, 48 bits virtual [2023-08-25T09:41:56.081Z] CPU(s): 8 [2023-08-25T09:41:56.081Z] On-line CPU(s) list: 0-7 [2023-08-25T09:41:56.081Z] Thread(s) per core: 1 [2023-08-25T09:41:56.081Z] Core(s) per socket: 1 [2023-08-25T09:41:56.081Z] Socket(s): 8 [2023-08-25T09:41:56.081Z] NUMA node(s): 1 [2023-08-25T09:41:56.081Z] Vendor ID: AuthenticAMD [2023-08-25T09:41:56.081Z] CPU family: 23 [2023-08-25T09:41:56.081Z] Model: 49 [2023-08-25T09:41:56.081Z] Model name: AMD EPYC-Rome Processor [2023-08-25T09:41:56.081Z] Stepping: 0 [2023-08-25T09:41:56.081Z] CPU MHz: 2800.000 [2023-08-25T09:41:56.081Z] BogoMIPS: 5600.00 [2023-08-25T09:41:56.081Z] Virtualization: AMD-V [2023-08-25T09:41:56.081Z] Hypervisor vendor: KVM [2023-08-25T09:41:56.081Z] Virtualization type: full [2023-08-25T09:41:56.081Z] L1d cache: 256 KiB [2023-08-25T09:41:56.081Z] L1i cache: 256 KiB [2023-08-25T09:41:56.081Z] L2 cache: 4 MiB [2023-08-25T09:41:56.081Z] L3 cache: 128 MiB [2023-08-25T09:41:56.081Z] NUMA node0 CPU(s): 0-7 [2023-08-25T09:41:56.081Z] Vulnerability Itlb multihit: Not affected [2023-08-25T09:41:56.081Z] Vulnerability L1tf: Not affected [2023-08-25T09:41:56.081Z] Vulnerability Mds: Not affected [2023-08-25T09:41:56.081Z] Vulnerability Meltdown: Not affected [2023-08-25T09:41:56.081Z] Vulnerability Mmio stale data: Not affected [2023-08-25T09:41:56.081Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2023-08-25T09:41:56.081Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2023-08-25T09:41:56.081Z] Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling [2023-08-25T09:41:56.081Z] Vulnerability Srbds: Not affected [2023-08-25T09:41:56.081Z] Vulnerability Tsx async abort: Not affected [2023-08-25T09:41:56.081Z] 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-08-25T09:41:56.081Z] [2023-08-25T09:41:56.081Z] [2023-08-25T09:41:56.081Z] ---> nproc: [2023-08-25T09:41:56.081Z] 8 [2023-08-25T09:41:56.081Z] [2023-08-25T09:41:56.081Z] [2023-08-25T09:41:56.081Z] ---> df -h: [2023-08-25T09:41:56.081Z] Filesystem Size Used Avail Use% Mounted on [2023-08-25T09:41:56.081Z] overlay 155G 13G 143G 9% / [2023-08-25T09:41:56.081Z] tmpfs 64M 0 64M 0% /dev [2023-08-25T09:41:56.081Z] tmpfs 16G 0 16G 0% /sys/fs/cgroup [2023-08-25T09:41:56.081Z] shm 64M 0 64M 0% /dev/shm [2023-08-25T09:41:56.081Z] /dev/vda1 155G 13G 143G 9% /facter-os [2023-08-25T09:41:56.081Z] [2023-08-25T09:41:56.081Z] [2023-08-25T09:41:56.081Z] ---> sar -b -r -n DEV: [2023-08-25T09:41:56.081Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-4552) 08/25/23 _x86_64_ (8 CPU) [2023-08-25T09:41:56.081Z] [2023-08-25T09:41:56.081Z] 09:27:38 LINUX RESTART (8 CPU) [2023-08-25T09:41:56.081Z] [2023-08-25T09:41:56.081Z] 09:28:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2023-08-25T09:41:56.081Z] 09:29:01 193.08 39.98 153.11 0.00 4315.15 68005.20 0.00 [2023-08-25T09:41:56.081Z] 09:30:01 153.94 0.25 153.69 0.00 13.73 49505.88 0.00 [2023-08-25T09:41:56.081Z] 09:31:01 114.33 0.08 114.25 0.00 7.87 35614.06 0.00 [2023-08-25T09:41:56.081Z] 09:32:01 1.67 0.00 1.67 0.00 0.00 21.88 0.00 [2023-08-25T09:41:56.081Z] 09:33:01 27.33 11.26 16.06 0.00 3480.22 3730.31 0.00 [2023-08-25T09:41:56.081Z] 09:34:01 5.12 0.00 5.12 0.00 0.00 69.32 0.00 [2023-08-25T09:41:56.081Z] 09:35:01 3.10 1.60 1.50 0.00 36.26 18.93 0.00 [2023-08-25T09:41:56.081Z] 09:36:01 2.00 0.00 2.00 0.00 0.00 21.59 0.00 [2023-08-25T09:41:56.081Z] 09:37:01 1.10 0.00 1.10 0.00 0.00 11.86 0.00 [2023-08-25T09:41:56.081Z] 09:38:01 2.18 0.00 2.18 0.00 0.00 31.19 0.00 [2023-08-25T09:41:56.081Z] 09:39:01 1.38 0.00 1.38 0.00 0.00 14.40 0.00 [2023-08-25T09:41:56.081Z] 09:40:01 1.50 0.00 1.50 0.00 0.00 16.93 0.00 [2023-08-25T09:41:56.081Z] 09:41:01 8.77 0.08 8.68 0.00 11.06 5942.08 0.00 [2023-08-25T09:41:56.081Z] Average: 39.65 4.10 35.56 0.00 604.94 12538.58 0.00 [2023-08-25T09:41:56.081Z] [2023-08-25T09:41:56.081Z] 09:28:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2023-08-25T09:41:56.081Z] 09:29:01 28408276 31607868 707036 2.15 109404 3294820 1903244 5.61 1142388 2902552 332736 [2023-08-25T09:41:56.081Z] 09:30:01 27898660 31240584 1063316 3.23 151424 3366960 2672368 7.88 1567564 2942012 47272 [2023-08-25T09:41:56.081Z] 09:31:01 27533908 31587560 720644 2.19 161580 4022784 1760168 5.19 1256944 3577148 372 [2023-08-25T09:41:56.081Z] 09:32:01 27533748 31587440 720520 2.19 161632 4022784 1760168 5.19 1256792 3577148 176 [2023-08-25T09:41:56.081Z] 09:33:01 27297892 31571416 725300 2.21 167052 4227384 1810560 5.34 1415104 3630528 1452 [2023-08-25T09:41:56.081Z] 09:34:01 27299264 31572784 724008 2.20 167120 4227384 1810560 5.34 1414428 3630488 8 [2023-08-25T09:41:56.081Z] 09:35:01 27300020 31575840 720760 2.19 167224 4228472 1810560 5.34 1414252 3630836 12 [2023-08-25T09:41:56.081Z] 09:36:01 27300408 31576316 720328 2.19 167312 4228472 1810560 5.34 1414020 3630796 12 [2023-08-25T09:41:56.081Z] 09:37:01 27300604 31576576 720020 2.19 167352 4228476 1810560 5.34 1413956 3630804 16 [2023-08-25T09:41:56.081Z] 09:38:01 27300732 31576952 719916 2.19 167456 4228456 1810560 5.34 1413852 3630984 8 [2023-08-25T09:41:56.081Z] 09:39:01 27300440 31576788 720112 2.19 167540 4228456 1810560 5.34 1414036 3631000 8 [2023-08-25T09:41:56.081Z] 09:40:01 27300448 31576808 720016 2.19 167572 4228460 1793864 5.29 1414272 3631004 40 [2023-08-25T09:41:56.081Z] 09:41:01 26519628 31554324 740772 2.25 173228 4932364 1871532 5.52 1442448 4334364 541472 [2023-08-25T09:41:56.081Z] Average: 27407233 31552404 747904 2.27 161223 4112713 1879636 5.54 1383081 3567666 71045 [2023-08-25T09:41:56.081Z] [2023-08-25T09:41:56.081Z] 09:28:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2023-08-25T09:41:56.081Z] 09:29:01 lo 6.33 6.33 0.62 0.62 0.00 0.00 0.00 0.00 [2023-08-25T09:41:56.081Z] 09:29:01 ens3 896.42 542.56 9319.10 102.09 0.00 0.00 0.00 0.00 [2023-08-25T09:41:56.081Z] 09:29:01 docker0 208.23 354.67 17.01 2596.97 0.00 0.00 0.00 0.00 [2023-08-25T09:41:56.081Z] 09:30:01 lo 0.47 0.47 0.04 0.04 0.00 0.00 0.00 0.00 [2023-08-25T09:41:56.081Z] 09:30:01 veth3f0a73e 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2023-08-25T09:41:56.081Z] 09:30:01 ens3 52.89 50.37 81.87 99.15 0.00 0.00 0.00 0.00 [2023-08-25T09:41:56.081Z] 09:30:01 docker0 1.35 3.38 0.08 42.50 0.00 0.00 0.00 0.00 [2023-08-25T09:41:56.081Z] 09:31:01 lo 7.27 7.27 0.73 0.73 0.00 0.00 0.00 0.00 [2023-08-25T09:41:56.081Z] 09:31:01 ens3 138.44 101.25 2648.04 238.59 0.00 0.00 0.00 0.00 [2023-08-25T09:41:56.081Z] 09:31:01 docker0 1.57 3.55 0.10 43.00 0.00 0.00 0.00 0.00 [2023-08-25T09:41:56.081Z] 09:32:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-08-25T09:41:56.081Z] 09:32:01 ens3 0.78 0.30 0.18 0.08 0.00 0.00 0.00 0.00 [2023-08-25T09:41:56.081Z] 09:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-08-25T09:41:56.081Z] 09:33:01 lo 0.27 0.27 0.02 0.02 0.00 0.00 0.00 0.00 [2023-08-25T09:41:56.081Z] 09:33:01 ens3 100.82 51.46 1375.86 3.81 0.00 0.00 0.00 0.00 [2023-08-25T09:41:56.081Z] 09:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-08-25T09:41:56.081Z] 09:34:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-08-25T09:41:56.081Z] 09:34:01 ens3 0.42 0.33 0.09 0.08 0.00 0.00 0.00 0.00 [2023-08-25T09:41:56.081Z] 09:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-08-25T09:41:56.081Z] 09:35:01 lo 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 [2023-08-25T09:41:56.081Z] 09:35:01 ens3 12.83 8.43 18.72 5.95 0.00 0.00 0.00 0.00 [2023-08-25T09:41:56.081Z] 09:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-08-25T09:41:56.081Z] 09:36:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-08-25T09:41:56.081Z] 09:36:01 ens3 0.18 0.13 0.01 0.01 0.00 0.00 0.00 0.00 [2023-08-25T09:41:56.081Z] 09:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-08-25T09:41:56.081Z] 09:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-08-25T09:41:56.081Z] 09:37:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-08-25T09:41:56.081Z] 09:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-08-25T09:41:56.081Z] 09:38:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-08-25T09:41:56.081Z] 09:38:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-08-25T09:41:56.081Z] 09:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-08-25T09:41:56.081Z] 09:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-08-25T09:41:56.081Z] 09:39:01 ens3 0.13 0.07 0.07 0.06 0.00 0.00 0.00 0.00 [2023-08-25T09:41:56.081Z] 09:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-08-25T09:41:56.081Z] 09:40:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-08-25T09:41:56.081Z] 09:40:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-08-25T09:41:56.081Z] 09:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-08-25T09:41:56.081Z] 09:41:01 lo 1.07 1.07 0.10 0.10 0.00 0.00 0.00 0.00 [2023-08-25T09:41:56.081Z] 09:41:01 ens3 127.10 70.57 3970.23 9.99 0.00 0.00 0.00 0.00 [2023-08-25T09:41:56.081Z] 09:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-08-25T09:41:56.081Z] Average: lo 1.27 1.27 0.12 0.12 0.00 0.00 0.00 0.00 [2023-08-25T09:41:56.081Z] Average: ens3 102.33 63.51 1339.54 35.37 0.00 0.00 0.00 0.00 [2023-08-25T09:41:56.081Z] Average: docker0 16.24 27.82 1.32 206.34 0.00 0.00 0.00 0.00 [2023-08-25T09:41:56.081Z] [2023-08-25T09:41:56.081Z] [2023-08-25T09:41:56.081Z] ---> sar -P ALL: [2023-08-25T09:41:56.081Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-4552) 08/25/23 _x86_64_ (8 CPU) [2023-08-25T09:41:56.081Z] [2023-08-25T09:41:56.081Z] 09:27:38 LINUX RESTART (8 CPU) [2023-08-25T09:41:56.081Z] [2023-08-25T09:41:56.081Z] 09:28:01 CPU %user %nice %system %iowait %steal %idle [2023-08-25T09:41:56.081Z] 09:29:01 all 11.10 0.00 3.89 3.70 0.07 81.24 [2023-08-25T09:41:56.081Z] 09:29:01 0 11.12 0.00 3.63 4.00 0.07 81.19 [2023-08-25T09:41:56.081Z] 09:29:01 1 9.68 0.00 4.36 0.59 0.05 85.32 [2023-08-25T09:41:56.081Z] 09:29:01 2 12.53 0.00 3.57 1.27 0.05 82.57 [2023-08-25T09:41:56.081Z] 09:29:01 3 11.53 0.00 3.71 1.78 0.07 82.92 [2023-08-25T09:41:56.081Z] 09:29:01 4 8.98 0.00 3.53 8.12 0.07 79.30 [2023-08-25T09:41:56.081Z] 09:29:01 5 10.43 0.00 4.21 8.20 0.07 77.08 [2023-08-25T09:41:56.081Z] 09:29:01 6 10.99 0.00 3.95 1.79 0.07 83.20 [2023-08-25T09:41:56.081Z] 09:29:01 7 13.56 0.00 4.18 3.88 0.09 78.30 [2023-08-25T09:41:56.081Z] 09:30:01 all 33.08 0.00 6.33 2.14 0.08 58.37 [2023-08-25T09:41:56.081Z] 09:30:01 0 33.35 0.00 6.24 9.63 0.08 50.69 [2023-08-25T09:41:56.081Z] 09:30:01 1 33.65 0.00 6.39 0.05 0.08 59.82 [2023-08-25T09:41:56.081Z] 09:30:01 2 32.27 0.00 6.46 0.22 0.07 60.99 [2023-08-25T09:41:56.081Z] 09:30:01 3 33.84 0.00 6.45 0.15 0.08 59.47 [2023-08-25T09:41:56.081Z] 09:30:01 4 30.92 0.00 5.21 0.24 0.08 63.54 [2023-08-25T09:41:56.081Z] 09:30:01 5 33.77 0.00 5.75 0.25 0.07 60.17 [2023-08-25T09:41:56.081Z] 09:30:01 6 32.66 0.00 6.28 0.44 0.07 60.55 [2023-08-25T09:41:56.081Z] 09:30:01 7 34.20 0.00 7.84 6.18 0.08 51.70 [2023-08-25T09:41:56.081Z] 09:31:01 all 14.87 0.00 3.35 1.23 0.05 80.50 [2023-08-25T09:41:56.081Z] 09:31:01 0 15.38 0.00 3.16 2.08 0.05 79.32 [2023-08-25T09:41:56.081Z] 09:31:01 1 14.46 0.00 4.41 0.05 0.07 81.01 [2023-08-25T09:41:56.081Z] 09:31:01 2 15.39 0.00 3.36 0.08 0.05 81.11 [2023-08-25T09:41:56.081Z] 09:31:01 3 14.89 0.00 2.52 0.05 0.07 82.48 [2023-08-25T09:41:56.081Z] 09:31:01 4 14.40 0.00 4.05 6.95 0.05 74.56 [2023-08-25T09:41:56.081Z] 09:31:01 5 15.59 0.00 2.91 0.20 0.05 81.25 [2023-08-25T09:41:56.081Z] 09:31:01 6 15.14 0.00 3.19 0.02 0.05 81.60 [2023-08-25T09:41:56.081Z] 09:31:01 7 13.72 0.00 3.23 0.40 0.05 82.60 [2023-08-25T09:41:56.081Z] 09:32:01 all 0.03 0.00 0.01 0.00 0.01 99.95 [2023-08-25T09:41:56.081Z] 09:32:01 0 0.03 0.00 0.00 0.02 0.02 99.93 [2023-08-25T09:41:56.081Z] 09:32:01 1 0.07 0.00 0.02 0.00 0.00 99.92 [2023-08-25T09:41:56.081Z] 09:32:01 2 0.03 0.00 0.00 0.00 0.02 99.95 [2023-08-25T09:41:56.081Z] 09:32:01 3 0.02 0.00 0.00 0.00 0.02 99.97 [2023-08-25T09:41:56.081Z] 09:32:01 4 0.00 0.00 0.02 0.02 0.00 99.97 [2023-08-25T09:41:56.081Z] 09:32:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2023-08-25T09:41:56.081Z] 09:32:01 6 0.00 0.00 0.02 0.00 0.02 99.97 [2023-08-25T09:41:56.081Z] 09:32:01 7 0.03 0.00 0.00 0.00 0.02 99.95 [2023-08-25T09:41:56.081Z] 09:33:01 all 1.01 0.00 0.46 0.42 0.02 98.10 [2023-08-25T09:41:56.081Z] 09:33:01 0 0.73 0.00 0.43 1.89 0.00 96.95 [2023-08-25T09:41:56.081Z] 09:33:01 1 0.55 0.00 0.53 0.08 0.02 98.82 [2023-08-25T09:41:56.081Z] 09:33:01 2 0.70 0.00 0.38 0.15 0.03 98.73 [2023-08-25T09:41:56.081Z] 09:33:01 3 0.34 0.00 0.27 0.07 0.02 99.31 [2023-08-25T09:41:56.081Z] 09:33:01 4 0.64 0.00 0.30 0.05 0.02 99.00 [2023-08-25T09:41:56.081Z] 09:33:01 5 2.67 0.00 0.77 0.97 0.03 95.56 [2023-08-25T09:41:56.081Z] 09:33:01 6 1.57 0.00 0.60 0.07 0.00 97.77 [2023-08-25T09:41:56.081Z] 09:33:01 7 0.85 0.00 0.40 0.07 0.02 98.66 [2023-08-25T09:41:56.081Z] 09:34:01 all 0.01 0.00 0.01 0.05 0.01 99.91 [2023-08-25T09:41:56.081Z] 09:34:01 0 0.00 0.00 0.02 0.42 0.02 99.55 [2023-08-25T09:41:56.081Z] 09:34:01 1 0.00 0.00 0.02 0.00 0.00 99.98 [2023-08-25T09:41:56.081Z] 09:34:01 2 0.02 0.00 0.05 0.00 0.02 99.92 [2023-08-25T09:41:56.081Z] 09:34:01 3 0.03 0.00 0.00 0.00 0.02 99.95 [2023-08-25T09:41:56.081Z] 09:34:01 4 0.03 0.00 0.00 0.00 0.02 99.95 [2023-08-25T09:41:56.081Z] 09:34:01 5 0.00 0.00 0.02 0.00 0.00 99.98 [2023-08-25T09:41:56.081Z] 09:34:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2023-08-25T09:41:56.081Z] 09:34:01 7 0.00 0.00 0.00 0.00 0.02 99.98 [2023-08-25T09:41:56.081Z] 09:35:01 all 0.27 0.00 0.04 0.01 0.01 99.68 [2023-08-25T09:41:56.081Z] 09:35:01 0 0.02 0.00 0.05 0.03 0.00 99.90 [2023-08-25T09:41:56.081Z] 09:35:01 1 0.23 0.00 0.03 0.03 0.00 99.70 [2023-08-25T09:41:56.081Z] 09:35:01 2 0.27 0.00 0.08 0.00 0.02 99.63 [2023-08-25T09:41:56.081Z] 09:35:01 3 0.05 0.00 0.02 0.00 0.02 99.92 [2023-08-25T09:41:56.081Z] 09:35:01 4 0.05 0.00 0.02 0.00 0.00 99.93 [2023-08-25T09:41:56.081Z] 09:35:01 5 0.27 0.00 0.00 0.00 0.00 99.73 [2023-08-25T09:41:56.081Z] 09:35:01 6 0.17 0.00 0.03 0.00 0.02 99.78 [2023-08-25T09:41:56.082Z] 09:35:01 7 1.08 0.00 0.05 0.00 0.00 98.87 [2023-08-25T09:41:56.082Z] 09:36:01 all 0.11 0.00 0.01 0.01 0.01 99.86 [2023-08-25T09:41:56.082Z] 09:36:01 0 0.02 0.00 0.00 0.10 0.00 99.88 [2023-08-25T09:41:56.082Z] 09:36:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2023-08-25T09:41:56.082Z] 09:36:01 2 0.02 0.00 0.05 0.00 0.03 99.90 [2023-08-25T09:41:56.082Z] 09:36:01 3 0.68 0.00 0.02 0.00 0.02 99.29 [2023-08-25T09:41:56.082Z] 09:36:01 4 0.05 0.00 0.02 0.00 0.00 99.93 [2023-08-25T09:41:56.082Z] 09:36:01 5 0.03 0.00 0.00 0.00 0.00 99.97 [2023-08-25T09:41:56.082Z] 09:36:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2023-08-25T09:41:56.082Z] 09:36:01 7 0.05 0.00 0.00 0.02 0.02 99.92 [2023-08-25T09:41:56.082Z] 09:37:01 all 0.31 0.00 0.01 0.00 0.01 99.67 [2023-08-25T09:41:56.082Z] 09:37:01 0 0.02 0.00 0.02 0.03 0.02 99.92 [2023-08-25T09:41:56.082Z] 09:37:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2023-08-25T09:41:56.082Z] 09:37:01 2 0.03 0.00 0.02 0.00 0.02 99.93 [2023-08-25T09:41:56.082Z] 09:37:01 3 2.00 0.00 0.03 0.00 0.02 97.95 [2023-08-25T09:41:56.082Z] 09:37:01 4 0.03 0.00 0.02 0.00 0.02 99.93 [2023-08-25T09:41:56.082Z] 09:37:01 5 0.00 0.00 0.02 0.00 0.00 99.98 [2023-08-25T09:41:56.082Z] 09:37:01 6 0.03 0.00 0.00 0.00 0.00 99.97 [2023-08-25T09:41:56.082Z] 09:37:01 7 0.28 0.00 0.02 0.00 0.00 99.70 [2023-08-25T09:41:56.082Z] 09:38:01 all 0.14 0.00 0.01 0.01 0.01 99.83 [2023-08-25T09:41:56.082Z] 09:38:01 0 0.02 0.00 0.00 0.03 0.00 99.95 [2023-08-25T09:41:56.082Z] 09:38:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2023-08-25T09:41:56.082Z] 09:38:01 2 0.02 0.00 0.00 0.00 0.02 99.97 [2023-08-25T09:41:56.082Z] 09:38:01 3 1.09 0.00 0.00 0.00 0.02 98.89 [2023-08-25T09:41:56.082Z] 09:38:01 4 0.00 0.00 0.02 0.02 0.00 99.97 [2023-08-25T09:41:56.082Z] 09:38:01 5 0.00 0.00 0.02 0.00 0.02 99.97 [2023-08-25T09:41:56.082Z] 09:38:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2023-08-25T09:41:56.082Z] 09:38:01 7 0.02 0.00 0.02 0.02 0.02 99.93 [2023-08-25T09:41:56.082Z] 09:39:01 all 0.02 0.00 0.01 0.00 0.00 99.95 [2023-08-25T09:41:56.082Z] 09:39:01 0 0.00 0.00 0.00 0.03 0.00 99.97 [2023-08-25T09:41:56.082Z] 09:39:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2023-08-25T09:41:56.082Z] 09:39:01 2 0.02 0.00 0.03 0.00 0.02 99.93 [2023-08-25T09:41:56.082Z] 09:39:01 3 0.05 0.00 0.02 0.00 0.02 99.92 [2023-08-25T09:41:56.082Z] 09:39:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2023-08-25T09:41:56.082Z] 09:39:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2023-08-25T09:41:56.082Z] 09:39:01 6 0.02 0.00 0.02 0.00 0.00 99.97 [2023-08-25T09:41:56.082Z] 09:39:01 7 0.05 0.00 0.03 0.00 0.00 99.92 [2023-08-25T09:41:56.082Z] [2023-08-25T09:41:56.082Z] 09:39:01 CPU %user %nice %system %iowait %steal %idle [2023-08-25T09:41:56.082Z] 09:40:01 all 0.02 0.00 0.01 0.00 0.01 99.95 [2023-08-25T09:41:56.082Z] 09:40:01 0 0.00 0.00 0.02 0.02 0.02 99.95 [2023-08-25T09:41:56.082Z] 09:40:01 1 0.00 0.00 0.00 0.00 0.02 99.98 [2023-08-25T09:41:56.082Z] 09:40:01 2 0.02 0.00 0.03 0.00 0.02 99.93 [2023-08-25T09:41:56.082Z] 09:40:01 3 0.07 0.00 0.02 0.00 0.02 99.90 [2023-08-25T09:41:56.082Z] 09:40:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2023-08-25T09:41:56.082Z] 09:40:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2023-08-25T09:41:56.082Z] 09:40:01 6 0.02 0.00 0.00 0.00 0.02 99.97 [2023-08-25T09:41:56.082Z] 09:40:01 7 0.02 0.00 0.02 0.02 0.02 99.93 [2023-08-25T09:41:56.082Z] 09:41:01 all 2.54 0.00 1.08 0.30 0.02 96.05 [2023-08-25T09:41:56.082Z] 09:41:01 0 2.56 0.00 1.54 1.07 0.02 94.81 [2023-08-25T09:41:56.082Z] 09:41:01 1 2.81 0.00 1.22 0.00 0.00 95.97 [2023-08-25T09:41:56.082Z] 09:41:01 2 3.40 0.00 0.89 0.00 0.03 95.68 [2023-08-25T09:41:56.082Z] 09:41:01 3 3.57 0.00 0.91 0.05 0.05 95.41 [2023-08-25T09:41:56.082Z] 09:41:01 4 2.76 0.00 1.31 0.05 0.00 95.88 [2023-08-25T09:41:56.082Z] 09:41:01 5 1.35 0.00 0.75 0.02 0.02 97.86 [2023-08-25T09:41:56.082Z] 09:41:01 6 1.83 0.00 0.84 0.02 0.00 97.32 [2023-08-25T09:41:56.082Z] 09:41:01 7 2.06 0.00 1.22 1.22 0.02 95.48 [2023-08-25T09:41:56.082Z] Average: all 4.85 0.00 1.16 0.60 0.02 93.36 [2023-08-25T09:41:56.082Z] Average: 0 4.82 0.00 1.15 1.48 0.02 92.52 [2023-08-25T09:41:56.082Z] Average: 1 4.69 0.00 1.30 0.06 0.02 93.93 [2023-08-25T09:41:56.082Z] Average: 2 4.95 0.00 1.14 0.13 0.03 93.75 [2023-08-25T09:41:56.082Z] Average: 3 5.22 0.00 1.07 0.16 0.03 93.53 [2023-08-25T09:41:56.082Z] Average: 4 4.42 0.00 1.11 1.18 0.02 93.27 [2023-08-25T09:41:56.082Z] Average: 5 4.90 0.00 1.10 0.73 0.02 93.24 [2023-08-25T09:41:56.082Z] Average: 6 4.76 0.00 1.14 0.18 0.02 93.90 [2023-08-25T09:41:56.082Z] Average: 7 5.02 0.00 1.30 0.90 0.03 92.76 [2023-08-25T09:41:56.082Z] [2023-08-25T09:41:56.082Z] [2023-08-25T09:41:56.082Z]