Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 3364b454c95a561448dfe8dfd76d21007d3a77e4 Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh13316365375492983334.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh4397728391075566313.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/device-rest-go/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-rest-go/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh14033517434517106015.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 # timeout=10 Commit message: "Merge pull request #420 from bill-mahoney/levski-update" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh8555095596048128581.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 65355178549468b165f8106641c96c3190b1d843 The recommended git tool is: NONE using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/device-rest-go/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-rest-go/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh7769883174553376972.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-rest-go] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-rest-go-settings PROJECT: device-rest-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.18 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-rest DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-7113 in /w/workspace/edgexfoundry_device-rest-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-rest-go.git > git init /w/workspace/edgexfoundry_device-rest-go_main # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 3364b454c95a561448dfe8dfd76d21007d3a77e4 (main) > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 3364b454c95a561448dfe8dfd76d21007d3a77e4 # timeout=10 Commit message: "refactor!: Clean up remain config items no longer needed (#258)" > git rev-list --no-walk eeb2727d50df763d785a8885935756adc9e2bce2 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-02-22T20:23:16.692Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-02-22T20:23:16.738Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-02-22T20:23:16.755Z] ========================================================= [2023-02-22T20:23:16.755Z] EdgeX Global Pipelines Version Info [2023-02-22T20:23:16.755Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-02-22T20:23:17.473Z] ------------------- [2023-02-22T20:23:17.474Z] stable info: [2023-02-22T20:23:17.474Z] ------------------- [2023-02-22T20:23:17.474Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-02-22T20:23:17.474Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-02-22T20:23:17.474Z] Message: update stable to v1.0.244 [2023-02-22T20:23:18.049Z] ------------------- [2023-02-22T20:23:18.049Z] experimental info: [2023-02-22T20:23:18.049Z] ------------------- [2023-02-22T20:23:18.049Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-02-22T20:23:18.049Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-02-22T20:23:18.049Z] Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-02-22T20:23:18.229Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-rest-go-settings [Pipeline] echo [2023-02-22T20:23:18.240Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-rest-go [Pipeline] echo [2023-02-22T20:23:18.251Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-02-22T20:23:18.264Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-02-22T20:23:18.275Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-02-22T20:23:18.286Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2023-02-22T20:23:18.299Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-02-22T20:23:18.310Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2023-02-22T20:23:18.321Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-02-22T20:23:18.333Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-02-22T20:23:18.346Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-02-22T20:23:18.358Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-rest [Pipeline] echo [2023-02-22T20:23:18.370Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-02-22T20:23:18.384Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-02-22T20:23:18.394Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-02-22T20:23:18.407Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-02-22T20:23:18.418Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-02-22T20:23:18.430Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-02-22T20:23:18.441Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-02-22T20:23:18.453Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-02-22T20:23:18.465Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2023-02-22T20:23:18.475Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2023-02-22T20:23:18.496Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-02-22T20:23:18.509Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-02-22T20:23:18.523Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2023-02-22T20:23:18.533Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-02-22T20:23:18.544Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-02-22T20:23:18.557Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2023-02-22T20:23:18.567Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2023-02-22T20:23:18.579Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2023-02-22T20:23:18.592Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 3364b454c95a561448dfe8dfd76d21007d3a77e4 [Pipeline] echo [2023-02-22T20:23:18.603Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 3364b45 [Pipeline] echo [2023-02-22T20:23:18.616Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-22T20:23:18.660Z] provisioning config files... [2023-02-22T20:23:18.673Z] copy managed file [device-rest-go-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config8554644680793785753tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-22T20:23:18.973Z] ---> docker-login.sh [2023-02-22T20:23:18.973Z] nexus3.edgexfoundry.org:10001 [2023-02-22T20:23:19.233Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-22T20:23:19.234Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-22T20:23:19.234Z] Configure a credential helper to remove this warning. See [2023-02-22T20:23:19.234Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-22T20:23:19.234Z] [2023-02-22T20:23:19.234Z] Login Succeeded [2023-02-22T20:23:19.234Z] nexus3.edgexfoundry.org:10002 [2023-02-22T20:23:19.234Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-22T20:23:19.493Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-22T20:23:19.493Z] Configure a credential helper to remove this warning. See [2023-02-22T20:23:19.493Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-22T20:23:19.493Z] [2023-02-22T20:23:19.493Z] Login Succeeded [2023-02-22T20:23:19.493Z] nexus3.edgexfoundry.org:10003 [2023-02-22T20:23:19.493Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-22T20:23:19.493Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-22T20:23:19.493Z] Configure a credential helper to remove this warning. See [2023-02-22T20:23:19.493Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-22T20:23:19.493Z] [2023-02-22T20:23:19.493Z] Login Succeeded [2023-02-22T20:23:19.493Z] nexus3.edgexfoundry.org:10004 [2023-02-22T20:23:19.493Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-22T20:23:19.753Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-22T20:23:19.753Z] Configure a credential helper to remove this warning. See [2023-02-22T20:23:19.753Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-22T20:23:19.753Z] [2023-02-22T20:23:19.753Z] Login Succeeded [2023-02-22T20:23:19.753Z] docker.io [2023-02-22T20:23:19.753Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-22T20:23:20.013Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-22T20:23:20.013Z] Configure a credential helper to remove this warning. See [2023-02-22T20:23:20.013Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-22T20:23:20.013Z] [2023-02-22T20:23:20.013Z] Login Succeeded [2023-02-22T20:23:20.013Z] ---> docker-login.sh ends [Pipeline] } [2023-02-22T20:23:20.020Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-02-22T20:23:20.392Z] + git rev-list -1 --merges 3364b454c95a561448dfe8dfd76d21007d3a77e4~1..3364b454c95a561448dfe8dfd76d21007d3a77e4 [Pipeline] echo [2023-02-22T20:23:20.445Z] -----------> git rev-list -1 --merges 3364b454c95a561448dfe8dfd76d21007d3a77e4~1..3364b454c95a561448dfe8dfd76d21007d3a77e4 3364b454c95a561448dfe8dfd76d21007d3a77e4 [false] [Pipeline] sh [2023-02-22T20:23:20.733Z] + git log --format=format:%s -1 3364b454c95a561448dfe8dfd76d21007d3a77e4 [Pipeline] echo [2023-02-22T20:23:20.763Z] ========================================================= [2023-02-22T20:23:20.763Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-02-22T20:23:20.763Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-02-22T20:23:21.084Z] + git log --format=format:%s -1 3364b454c95a561448dfe8dfd76d21007d3a77e4 [Pipeline] echo [2023-02-22T20:23:21.096Z] [semverPrep] GIT_COMMIT: 3364b454c95a561448dfe8dfd76d21007d3a77e4, Commit Message: refactor!: Clean up remain config items no longer needed (#258) [Pipeline] echo [2023-02-22T20:23:21.106Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-02-22T20:23:21.460Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-02-22T20:23:21.460Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-02-22T20:23:21.460Z] + [ -e /tmp/ssh_known_hosts ] [2023-02-22T20:23:21.460Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-02-22T20:23:21.460Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-02-22T20:23:21.460Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-02-22T20:23:21.460Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-22T20:23:21.866Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-22T20:23:21.866Z] [2023-02-22T20:23:21.866Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-22T20:23:22.169Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-22T20:23:22.169Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-02-22T20:23:22.169Z] b85a868b505f: Pulling fs layer [2023-02-22T20:23:22.169Z] e2be974225ed: Pulling fs layer [2023-02-22T20:23:22.169Z] 339a4e72a1f5: Pulling fs layer [2023-02-22T20:23:22.169Z] 988bab9f4d93: Pulling fs layer [2023-02-22T20:23:22.169Z] 1469e6f7b9e6: Pulling fs layer [2023-02-22T20:23:22.169Z] eaf3925da568: Pulling fs layer [2023-02-22T20:23:22.169Z] bab4dde63d76: Pulling fs layer [2023-02-22T20:23:22.169Z] bde34c3a00c8: Pulling fs layer [2023-02-22T20:23:22.169Z] b352a97aabf1: Pulling fs layer [2023-02-22T20:23:22.169Z] 4872d77fe225: Pulling fs layer [2023-02-22T20:23:22.169Z] 5851b861e8e6: Pulling fs layer [2023-02-22T20:23:22.169Z] 988bab9f4d93: Waiting [2023-02-22T20:23:22.169Z] 1469e6f7b9e6: Waiting [2023-02-22T20:23:22.169Z] bab4dde63d76: Waiting [2023-02-22T20:23:22.169Z] eaf3925da568: Waiting [2023-02-22T20:23:22.169Z] 4872d77fe225: Waiting [2023-02-22T20:23:22.169Z] 5851b861e8e6: Waiting [2023-02-22T20:23:22.169Z] bde34c3a00c8: Waiting [2023-02-22T20:23:22.169Z] b352a97aabf1: Waiting [2023-02-22T20:23:22.169Z] e2be974225ed: Verifying Checksum [2023-02-22T20:23:22.169Z] e2be974225ed: Download complete [2023-02-22T20:23:22.169Z] 988bab9f4d93: Verifying Checksum [2023-02-22T20:23:22.169Z] 988bab9f4d93: Download complete [2023-02-22T20:23:22.429Z] 1469e6f7b9e6: Verifying Checksum [2023-02-22T20:23:22.429Z] 1469e6f7b9e6: Download complete [2023-02-22T20:23:22.429Z] 339a4e72a1f5: Verifying Checksum [2023-02-22T20:23:22.429Z] 339a4e72a1f5: Download complete [2023-02-22T20:23:22.429Z] eaf3925da568: Verifying Checksum [2023-02-22T20:23:22.429Z] eaf3925da568: Download complete [2023-02-22T20:23:22.429Z] bde34c3a00c8: Verifying Checksum [2023-02-22T20:23:22.429Z] bde34c3a00c8: Download complete [2023-02-22T20:23:22.429Z] b352a97aabf1: Verifying Checksum [2023-02-22T20:23:22.429Z] b352a97aabf1: Download complete [2023-02-22T20:23:22.429Z] 4872d77fe225: Verifying Checksum [2023-02-22T20:23:22.429Z] 4872d77fe225: Download complete [2023-02-22T20:23:22.429Z] 5851b861e8e6: Download complete [2023-02-22T20:23:22.429Z] b85a868b505f: Verifying Checksum [2023-02-22T20:23:22.429Z] b85a868b505f: Download complete [2023-02-22T20:23:22.687Z] bab4dde63d76: Verifying Checksum [2023-02-22T20:23:22.688Z] bab4dde63d76: Download complete [2023-02-22T20:23:24.065Z] b85a868b505f: Pull complete [2023-02-22T20:23:24.065Z] e2be974225ed: Pull complete [2023-02-22T20:23:24.631Z] 339a4e72a1f5: Pull complete [2023-02-22T20:23:24.631Z] 988bab9f4d93: Pull complete [2023-02-22T20:23:24.892Z] 1469e6f7b9e6: Pull complete [2023-02-22T20:23:25.150Z] eaf3925da568: Pull complete [2023-02-22T20:23:27.052Z] bab4dde63d76: Pull complete [2023-02-22T20:23:27.052Z] bde34c3a00c8: Pull complete [2023-02-22T20:23:27.052Z] b352a97aabf1: Pull complete [2023-02-22T20:23:27.312Z] 4872d77fe225: Pull complete [2023-02-22T20:23:27.312Z] 5851b861e8e6: Pull complete [2023-02-22T20:23:27.312Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-02-22T20:23:27.312Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-22T20:23:27.312Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-22T20:23:27.402Z] prd-ubuntu20.04-docker-8c-8g-7113 does not seem to be running inside a container [2023-02-22T20:23:27.446Z] $ 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-02-22T20:23:28.900Z] $ docker top 3b3567aae44c0a05cee598586e53628d80732a155662c9b6dab426c16fda9018 -eo pid,comm [2023-02-22T20:23:28.961Z] 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-02-22T20:23:28.961Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-02-22T20:23:28.999Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-22T20:23:28.999Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-22T20:23:29.110Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-22T20:23:29.113Z] $ docker exec 3b3567aae44c0a05cee598586e53628d80732a155662c9b6dab426c16fda9018 ssh-agent [2023-02-22T20:23:29.230Z] SSH_AUTH_SOCK=/tmp/ssh-zONb0YOmusTj/agent.34 [2023-02-22T20:23:29.230Z] SSH_AGENT_PID=40 [2023-02-22T20:23:29.237Z] Running ssh-add (command line suppressed) [2023-02-22T20:23:29.353Z] Identity added: /w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_3775193385036548077.key (/w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_3775193385036548077.key) [2023-02-22T20:23:29.369Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-22T20:23:29.657Z] + git tag --points-at HEAD [Pipeline] } [2023-02-22T20:23:29.669Z] $ docker exec --env ******** --env ******** 3b3567aae44c0a05cee598586e53628d80732a155662c9b6dab426c16fda9018 ssh-agent -k [2023-02-22T20:23:29.776Z] unset SSH_AUTH_SOCK; [2023-02-22T20:23:29.776Z] unset SSH_AGENT_PID; [2023-02-22T20:23:29.776Z] echo Agent pid 40 killed; [2023-02-22T20:23:29.788Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-02-22T20:23:29.812Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-22T20:23:29.812Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-22T20:23:29.921Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-22T20:23:29.924Z] $ docker exec 3b3567aae44c0a05cee598586e53628d80732a155662c9b6dab426c16fda9018 ssh-agent [2023-02-22T20:23:30.049Z] SSH_AUTH_SOCK=/tmp/ssh-qAdm33cMli2P/agent.73 [2023-02-22T20:23:30.049Z] SSH_AGENT_PID=79 [2023-02-22T20:23:30.054Z] Running ssh-add (command line suppressed) [2023-02-22T20:23:30.166Z] Identity added: /w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_14764153353466692964.key (/w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_14764153353466692964.key) [2023-02-22T20:23:30.178Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-22T20:23:30.466Z] + git semver init [2023-02-22T20:23:30.726Z] 2023-02-22 20:23:30,674 [run_init] DEBUG init version:0.0.0 force:False [2023-02-22T20:23:30.726Z] 2023-02-22 20:23:30,675 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_device-rest-go_main/.semver [2023-02-22T20:23:30.726Z] 2023-02-22 20:23:30,675 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-rest-go.git /w/workspace/edgexfoundry_device-rest-go_main/.semver [2023-02-22T20:23:30.726Z] 2023-02-22 20:23:30,675 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-rest-go.git', '/w/workspace/edgexfoundry_device-rest-go_main/.semver'], cwd=/w/workspace/edgexfoundry_device-rest-go_main, universal_newlines=False, shell=None, istream=None) [2023-02-22T20:23:32.108Z] 2023-02-22 20:23:31,805 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_device-rest-go_main/.git/info/exclude [2023-02-22T20:23:32.108Z] 2023-02-22 20:23:31,806 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_device-rest-go_main/.semver/main with force:False [2023-02-22T20:23:32.108Z] 2023-02-22 20:23:31,806 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main [2023-02-22T20:23:32.108Z] 2023-02-22 20:23:31,806 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main [2023-02-22T20:23:32.108Z] 3.0.0-dev.13 [Pipeline] } [2023-02-22T20:23:32.118Z] $ docker exec --env ******** --env ******** 3b3567aae44c0a05cee598586e53628d80732a155662c9b6dab426c16fda9018 ssh-agent -k [2023-02-22T20:23:32.225Z] unset SSH_AUTH_SOCK; [2023-02-22T20:23:32.226Z] unset SSH_AGENT_PID; [2023-02-22T20:23:32.226Z] echo Agent pid 79 killed; [2023-02-22T20:23:32.234Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-22T20:23:32.542Z] + git semver [Pipeline] } [2023-02-22T20:23:32.815Z] $ docker stop --time=1 3b3567aae44c0a05cee598586e53628d80732a155662c9b6dab426c16fda9018 [2023-02-22T20:23:34.127Z] $ docker rm -f --volumes 3b3567aae44c0a05cee598586e53628d80732a155662c9b6dab426c16fda9018 [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-22T20:23:34.462Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-02-22T20:23:34.671Z] Stashed 1 file(s) [Pipeline] echo [2023-02-22T20:23:34.675Z] [edgeXSemver]: initialized semver on version 3.0.0-dev.13 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-22T20:23:34.777Z] provisioning config files... [2023-02-22T20:23:34.787Z] copy managed file [device-rest-go-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config9646316080089294056tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-22T20:23:35.084Z] ---> docker-login.sh [2023-02-22T20:23:35.084Z] nexus3.edgexfoundry.org:10001 [2023-02-22T20:23:35.084Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-22T20:23:35.084Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-22T20:23:35.084Z] Configure a credential helper to remove this warning. See [2023-02-22T20:23:35.084Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-22T20:23:35.084Z] [2023-02-22T20:23:35.084Z] Login Succeeded [2023-02-22T20:23:35.084Z] nexus3.edgexfoundry.org:10002 [2023-02-22T20:23:35.342Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-22T20:23:35.342Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-22T20:23:35.342Z] Configure a credential helper to remove this warning. See [2023-02-22T20:23:35.342Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-22T20:23:35.342Z] [2023-02-22T20:23:35.342Z] Login Succeeded [2023-02-22T20:23:35.342Z] nexus3.edgexfoundry.org:10003 [2023-02-22T20:23:35.342Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-22T20:23:35.342Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-22T20:23:35.342Z] Configure a credential helper to remove this warning. See [2023-02-22T20:23:35.342Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-22T20:23:35.342Z] [2023-02-22T20:23:35.342Z] Login Succeeded [2023-02-22T20:23:35.342Z] nexus3.edgexfoundry.org:10004 [2023-02-22T20:23:35.342Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-22T20:23:35.601Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-22T20:23:35.601Z] Configure a credential helper to remove this warning. See [2023-02-22T20:23:35.601Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-22T20:23:35.601Z] [2023-02-22T20:23:35.601Z] Login Succeeded [2023-02-22T20:23:35.601Z] docker.io [2023-02-22T20:23:35.601Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-22T20:23:35.861Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-22T20:23:35.861Z] Configure a credential helper to remove this warning. See [2023-02-22T20:23:35.861Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-22T20:23:35.861Z] [2023-02-22T20:23:35.861Z] Login Succeeded [2023-02-22T20:23:35.861Z] ---> docker-login.sh ends [Pipeline] } [2023-02-22T20:23:35.868Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-02-22T20:23:35.925Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-22T20:23:35.936Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-22T20:23:35.943Z] ========================================================= [2023-02-22T20:23:35.943Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2023-02-22T20:23:35.943Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-22T20:23:36.244Z] + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine --build-arg MAKE=echo noop --target=builder . [2023-02-22T20:23:36.244Z] Sending build context to Docker daemon 10.82MB [2023-02-22T20:23:36.244Z] Step 1/12 : ARG BASE=golang:1.18-alpine3.16 [2023-02-22T20:23:36.244Z] Step 2/12 : FROM ${BASE} AS builder [2023-02-22T20:23:36.244Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2023-02-22T20:23:36.244Z] 213ec9aee27d: Pulling fs layer [2023-02-22T20:23:36.244Z] 4583459ba037: Pulling fs layer [2023-02-22T20:23:36.244Z] 93c1e223e6f2: Pulling fs layer [2023-02-22T20:23:36.244Z] 53926ce57604: Pulling fs layer [2023-02-22T20:23:36.244Z] 21b2b0c7a3f4: Pulling fs layer [2023-02-22T20:23:36.244Z] 22ff95d597cd: Pulling fs layer [2023-02-22T20:23:36.244Z] 12d6caf4c0d1: Pulling fs layer [2023-02-22T20:23:36.244Z] 96b7cbca73a9: Pulling fs layer [2023-02-22T20:23:36.244Z] a7acece74701: Pulling fs layer [2023-02-22T20:23:36.244Z] 53926ce57604: Waiting [2023-02-22T20:23:36.244Z] 21b2b0c7a3f4: Waiting [2023-02-22T20:23:36.244Z] 22ff95d597cd: Waiting [2023-02-22T20:23:36.244Z] 12d6caf4c0d1: Waiting [2023-02-22T20:23:36.244Z] a7acece74701: Waiting [2023-02-22T20:23:36.244Z] 96b7cbca73a9: Waiting [2023-02-22T20:23:36.244Z] 93c1e223e6f2: Download complete [2023-02-22T20:23:36.244Z] 4583459ba037: Verifying Checksum [2023-02-22T20:23:36.244Z] 4583459ba037: Download complete [2023-02-22T20:23:36.244Z] 21b2b0c7a3f4: Verifying Checksum [2023-02-22T20:23:36.244Z] 21b2b0c7a3f4: Download complete [2023-02-22T20:23:36.506Z] 22ff95d597cd: Verifying Checksum [2023-02-22T20:23:36.506Z] 22ff95d597cd: Download complete [2023-02-22T20:23:36.506Z] 213ec9aee27d: Verifying Checksum [2023-02-22T20:23:36.506Z] 213ec9aee27d: Download complete [2023-02-22T20:23:36.506Z] 12d6caf4c0d1: Download complete [2023-02-22T20:23:36.506Z] 213ec9aee27d: Pull complete [2023-02-22T20:23:36.772Z] 4583459ba037: Pull complete [2023-02-22T20:23:36.772Z] 93c1e223e6f2: Pull complete [2023-02-22T20:23:37.045Z] a7acece74701: Verifying Checksum [2023-02-22T20:23:37.045Z] a7acece74701: Download complete [2023-02-22T20:23:37.305Z] 96b7cbca73a9: Verifying Checksum [2023-02-22T20:23:37.305Z] 96b7cbca73a9: Download complete [2023-02-22T20:23:37.305Z] 53926ce57604: Verifying Checksum [2023-02-22T20:23:37.305Z] 53926ce57604: Download complete [2023-02-22T20:23:41.497Z] 53926ce57604: Pull complete [2023-02-22T20:23:41.497Z] 21b2b0c7a3f4: Pull complete [2023-02-22T20:23:41.497Z] 22ff95d597cd: Pull complete [2023-02-22T20:23:41.497Z] 12d6caf4c0d1: Pull complete [2023-02-22T20:23:44.035Z] 96b7cbca73a9: Pull complete [2023-02-22T20:23:44.611Z] a7acece74701: Pull complete [2023-02-22T20:23:44.611Z] Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d [2023-02-22T20:23:44.611Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-02-22T20:23:44.611Z] ---> db6d94c90886 [2023-02-22T20:23:44.611Z] Step 3/12 : ARG ADD_BUILD_TAGS="" [2023-02-22T20:23:46.514Z] ---> Running in 08fef61d522d [2023-02-22T20:23:46.514Z] Removing intermediate container 08fef61d522d [2023-02-22T20:23:46.514Z] ---> d4d0e10829dc [2023-02-22T20:23:46.514Z] Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-02-22T20:23:46.514Z] ---> Running in 51982c64dd75 [2023-02-22T20:23:46.771Z] Removing intermediate container 51982c64dd75 [2023-02-22T20:23:46.771Z] ---> c9489b34ec68 [2023-02-22T20:23:46.771Z] Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client" [2023-02-22T20:23:46.771Z] ---> Running in f084f0be3554 [2023-02-22T20:23:47.028Z] Removing intermediate container f084f0be3554 [2023-02-22T20:23:47.028Z] ---> b0a7afbe0b21 [2023-02-22T20:23:47.028Z] Step 6/12 : ARG ALPINE_PKG_EXTRA="" [2023-02-22T20:23:47.028Z] ---> Running in 345a645356cd [2023-02-22T20:23:47.028Z] Removing intermediate container 345a645356cd [2023-02-22T20:23:47.028Z] ---> 28fb85099e08 [2023-02-22T20:23:47.028Z] Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-02-22T20:23:47.028Z] ---> Running in c578a79eccda [2023-02-22T20:23:47.286Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-22T20:23:47.545Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-22T20:23:47.803Z] (1/4) Installing openssh-keygen (9.0_p1-r2) [2023-02-22T20:23:47.803Z] (2/4) Installing libedit (20210910.3.1-r0) [2023-02-22T20:23:47.803Z] (3/4) Installing openssh-client-common (9.0_p1-r2) [2023-02-22T20:23:47.803Z] (4/4) Installing openssh-client-default (9.0_p1-r2) [2023-02-22T20:23:47.803Z] Executing busybox-1.35.0-r17.trigger [2023-02-22T20:23:47.803Z] OK: 216 MiB in 55 packages [2023-02-22T20:23:48.373Z] Removing intermediate container c578a79eccda [2023-02-22T20:23:48.373Z] ---> de96c1a00d12 [2023-02-22T20:23:48.373Z] Step 8/12 : WORKDIR /device-rest-go [2023-02-22T20:23:48.373Z] ---> Running in 5b87bb320fc1 [2023-02-22T20:23:48.373Z] Removing intermediate container 5b87bb320fc1 [2023-02-22T20:23:48.373Z] ---> 1d667f9f7a68 [2023-02-22T20:23:48.373Z] Step 9/12 : COPY go.mod vendor* ./ [2023-02-22T20:23:48.632Z] ---> 1296efddaa28 [2023-02-22T20:23:48.632Z] Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-22T20:23:48.632Z] ---> Running in 055b90f195bf [2023-02-22T20:23:49.747Z] Still waiting to schedule task [2023-02-22T20:23:49.748Z] Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-7112’ [2023-02-22T20:24:27.371Z] Removing intermediate container 055b90f195bf [2023-02-22T20:24:27.371Z] ---> 7d1570e5ffdd [2023-02-22T20:24:27.371Z] Step 11/12 : COPY . . [2023-02-22T20:24:27.371Z] ---> 8e562360cd88 [2023-02-22T20:24:27.371Z] Step 12/12 : RUN $MAKE [2023-02-22T20:24:27.371Z] ---> Running in 17d7410d117b [2023-02-22T20:24:27.371Z] noop [2023-02-22T20:24:27.371Z] Removing intermediate container 17d7410d117b [2023-02-22T20:24:27.371Z] ---> 6ae16b71b424 [2023-02-22T20:24:27.371Z] Successfully built 6ae16b71b424 [2023-02-22T20:24:27.371Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-22T20:24:27.677Z] + docker inspect -f . ci-base-image-x86_64 [2023-02-22T20:24:27.677Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-22T20:24:27.748Z] prd-ubuntu20.04-docker-8c-8g-7113 does not seem to be running inside a container [2023-02-22T20:24:27.779Z] $ 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-02-22T20:24:28.183Z] $ docker top 11c9d825b1ce0bf0bc66493c5884be3ebad9b363bff68de2b598284fef1b32ea -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-22T20:24:28.534Z] + go version [2023-02-22T20:24:28.534Z] go version go1.18.7 linux/amd64 [Pipeline] } [2023-02-22T20:24:28.548Z] $ docker stop --time=1 11c9d825b1ce0bf0bc66493c5884be3ebad9b363bff68de2b598284fef1b32ea [2023-02-22T20:24:29.820Z] $ docker rm -f --volumes 11c9d825b1ce0bf0bc66493c5884be3ebad9b363bff68de2b598284fef1b32ea [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-22T20:24:30.205Z] + docker inspect -f . ci-base-image-x86_64 [2023-02-22T20:24:30.205Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-22T20:24:30.284Z] prd-ubuntu20.04-docker-8c-8g-7113 does not seem to be running inside a container [2023-02-22T20:24:30.321Z] $ 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-02-22T20:24:30.703Z] $ docker top 1c07f43b3afb24c0293a17f82b35b8fe953f382819b1c96c904d17db13dffc34 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-22T20:24:31.040Z] + git config --global --add safe.directory /w/workspace/edgexfoundry_device-rest-go_main [Pipeline] fileExists [Pipeline] sh [2023-02-22T20:24:31.337Z] + make test [2023-02-22T20:24:31.337Z] go test ./... -coverprofile=coverage.out ./... [2023-02-22T20:24:31.902Z] ? github.com/edgexfoundry/device-rest-go [no test files] [2023-02-22T20:24:41.873Z] ? github.com/edgexfoundry/device-rest-go/cmd [no test files] [2023-02-22T20:24:42.441Z] ok github.com/edgexfoundry/device-rest-go/driver 0.015s coverage: 33.9% of statements [2023-02-22T20:24:50.550Z] level=warning msg="[linters context] structcheck is disabled because of go1.18. You can track the evolution of the go1.18 support by following the https://github.com/golangci/golangci-lint/issues/2649." [2023-02-22T20:24:50.550Z] go vet ./... [2023-02-22T20:24:53.830Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-02-22T20:24:53.830Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-02-22T20:24:53.830Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-02-22T20:24:53.843Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-02-22T20:24:53.863Z] $ docker stop --time=1 1c07f43b3afb24c0293a17f82b35b8fe953f382819b1c96c904d17db13dffc34 [2023-02-22T20:24:55.686Z] $ docker rm -f --volumes 1c07f43b3afb24c0293a17f82b35b8fe953f382819b1c96c904d17db13dffc34 [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-22T20:24:56.128Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-02-22T20:24:56.192Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2023-02-22T20:24:56.702Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-02-22T20:24:56.989Z] + ls -al . [2023-02-22T20:24:56.989Z] total 188 [2023-02-22T20:24:56.989Z] drwxrwxr-x 9 jenkins jenkins 4096 Feb 22 20:24 . [2023-02-22T20:24:56.989Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 22 20:23 .. [2023-02-22T20:24:56.989Z] -rw-rw-r-- 1 jenkins jenkins 151 Feb 22 20:23 .dockerignore [2023-02-22T20:24:56.989Z] drwxrwxr-x 8 jenkins jenkins 4096 Feb 22 20:24 .git [2023-02-22T20:24:56.989Z] drwxrwxr-x 3 jenkins jenkins 4096 Feb 22 20:23 .github [2023-02-22T20:24:56.989Z] -rw-rw-r-- 1 jenkins jenkins 329 Feb 22 20:23 .gitignore [2023-02-22T20:24:56.989Z] -rw-rw-r-- 1 jenkins jenkins 41 Feb 22 20:23 .golangci.yml [2023-02-22T20:24:56.989Z] drwxr-xr-x 3 jenkins jenkins 4096 Feb 22 20:23 .semver [2023-02-22T20:24:56.989Z] -rw-rw-r-- 1 jenkins jenkins 9213 Feb 22 20:23 Attribution.txt [2023-02-22T20:24:56.989Z] -rw-rw-r-- 1 jenkins jenkins 13085 Feb 22 20:23 CHANGELOG.md [2023-02-22T20:24:56.989Z] -rw-rw-r-- 1 jenkins jenkins 1578 Feb 22 20:23 Dockerfile [2023-02-22T20:24:56.989Z] -rw-rw-r-- 1 jenkins jenkins 677 Feb 22 20:23 GOVERNANCE.md [2023-02-22T20:24:56.989Z] -rw-rw-r-- 1 jenkins jenkins 680 Feb 22 20:23 Jenkinsfile [2023-02-22T20:24:56.989Z] -rw-rw-r-- 1 jenkins jenkins 11340 Feb 22 20:23 LICENSE [2023-02-22T20:24:56.989Z] -rw-rw-r-- 1 jenkins jenkins 1744 Feb 22 20:23 Makefile [2023-02-22T20:24:56.989Z] -rw-rw-r-- 1 jenkins jenkins 620 Feb 22 20:23 OWNERS.md [2023-02-22T20:24:56.989Z] -rw-rw-r-- 1 jenkins jenkins 15447 Feb 22 20:23 README.md [2023-02-22T20:24:56.989Z] -rw-rw-r-- 1 jenkins jenkins 12 Feb 22 20:23 VERSION [2023-02-22T20:24:56.989Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 22 20:23 bin [2023-02-22T20:24:56.989Z] drwxrwxr-x 3 jenkins jenkins 4096 Feb 22 20:23 cmd [2023-02-22T20:24:56.989Z] -rw-r--r-- 1 jenkins jenkins 13744 Feb 22 20:24 coverage.out [2023-02-22T20:24:56.989Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 22 20:23 driver [2023-02-22T20:24:56.989Z] -rw-rw-r-- 1 jenkins jenkins 3400 Feb 22 20:23 go.mod [2023-02-22T20:24:56.989Z] -rw-rw-r-- 1 jenkins jenkins 33279 Feb 22 20:23 go.sum [2023-02-22T20:24:56.989Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 22 20:23 snap [2023-02-22T20:24:56.989Z] -rw-rw-r-- 1 jenkins jenkins 713 Feb 22 20:23 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-22T20:24:57.296Z] + docker build -t device-rest -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg MAKE=make build --build-arg ARCH=amd64 --label git_sha=3364b454c95a561448dfe8dfd76d21007d3a77e4 --label arch=amd64 --label version=3.0.0-dev.13 . [2023-02-22T20:24:57.296Z] Sending build context to Docker daemon 10.83MB [2023-02-22T20:24:57.296Z] Step 1/25 : ARG BASE=golang:1.18-alpine3.16 [2023-02-22T20:24:57.296Z] Step 2/25 : FROM ${BASE} AS builder [2023-02-22T20:24:57.296Z] ---> 6ae16b71b424 [2023-02-22T20:24:57.296Z] Step 3/25 : ARG ADD_BUILD_TAGS="" [2023-02-22T20:24:57.554Z] ---> Running in 622e08b057a1 [2023-02-22T20:24:57.554Z] Removing intermediate container 622e08b057a1 [2023-02-22T20:24:57.554Z] ---> 4858feea6105 [2023-02-22T20:24:57.554Z] Step 4/25 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-02-22T20:24:57.554Z] ---> Running in 8adf59f8622a [2023-02-22T20:24:57.554Z] Removing intermediate container 8adf59f8622a [2023-02-22T20:24:57.554Z] ---> 2d07d32f6fd8 [2023-02-22T20:24:57.554Z] Step 5/25 : ARG ALPINE_PKG_BASE="make git openssh-client" [2023-02-22T20:24:57.813Z] ---> Running in 4741552d0c4f [2023-02-22T20:24:57.813Z] Removing intermediate container 4741552d0c4f [2023-02-22T20:24:57.813Z] ---> 3a98e6ce5b15 [2023-02-22T20:24:57.813Z] Step 6/25 : ARG ALPINE_PKG_EXTRA="" [2023-02-22T20:24:57.813Z] ---> Running in 66849ff9a416 [2023-02-22T20:24:57.813Z] Removing intermediate container 66849ff9a416 [2023-02-22T20:24:57.813Z] ---> c5824c89d223 [2023-02-22T20:24:57.813Z] Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-02-22T20:24:58.073Z] ---> Running in fc58861531b8 [2023-02-22T20:24:58.332Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-22T20:24:58.332Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-22T20:24:58.591Z] OK: 216 MiB in 55 packages [2023-02-22T20:24:58.850Z] Removing intermediate container fc58861531b8 [2023-02-22T20:24:58.850Z] ---> 6dfb9d365680 [2023-02-22T20:24:58.850Z] Step 8/25 : WORKDIR /device-rest-go [2023-02-22T20:24:58.850Z] ---> Running in 5ab08ba732ef [2023-02-22T20:24:59.109Z] Removing intermediate container 5ab08ba732ef [2023-02-22T20:24:59.109Z] ---> 0a8c9e6167c7 [2023-02-22T20:24:59.109Z] Step 9/25 : COPY go.mod vendor* ./ [2023-02-22T20:24:59.109Z] ---> d5b36e6818b4 [2023-02-22T20:24:59.109Z] Step 10/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-22T20:24:59.109Z] ---> Running in da2cc7892895 [2023-02-22T20:25:00.043Z] Removing intermediate container da2cc7892895 [2023-02-22T20:25:00.043Z] ---> 26fe22ce9849 [2023-02-22T20:25:00.043Z] Step 11/25 : COPY . . [2023-02-22T20:25:00.611Z] ---> e7de68fd0c8d [2023-02-22T20:25:00.611Z] Step 12/25 : RUN $MAKE [2023-02-22T20:25:00.611Z] ---> Running in 0bd20bd83537 [2023-02-22T20:25:00.870Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-rest-go.Version=3.0.0-dev.13" -trimpath -mod=readonly -o cmd/device-rest ./cmd [2023-02-22T20:25:22.807Z] Removing intermediate container 0bd20bd83537 [2023-02-22T20:25:22.807Z] ---> 46f72eec75ca [2023-02-22T20:25:22.807Z] Step 13/25 : FROM alpine:3.16 [2023-02-22T20:25:22.807Z] 3.16: Pulling from library/alpine [2023-02-22T20:25:22.807Z] ef5531b6e74e: Pulling fs layer [2023-02-22T20:25:22.807Z] ef5531b6e74e: Verifying Checksum [2023-02-22T20:25:22.807Z] ef5531b6e74e: Download complete [2023-02-22T20:25:22.807Z] ef5531b6e74e: Pull complete [2023-02-22T20:25:22.807Z] Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 [2023-02-22T20:25:22.807Z] Status: Downloaded newer image for alpine:3.16 [2023-02-22T20:25:22.807Z] ---> dfd21b5a31f5 [2023-02-22T20:25:22.807Z] Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2023-02-22T20:25:22.807Z] ---> Running in e9170b8fda9b [2023-02-22T20:25:22.807Z] Removing intermediate container e9170b8fda9b [2023-02-22T20:25:22.807Z] ---> 6d1c6291fc8e [2023-02-22T20:25:22.807Z] Step 15/25 : LABEL Name=device-rest-go Version=${VERSION} [2023-02-22T20:25:22.807Z] ---> Running in 525640a33ba8 [2023-02-22T20:25:22.807Z] Removing intermediate container 525640a33ba8 [2023-02-22T20:25:22.807Z] ---> 6e40362c1990 [2023-02-22T20:25:22.807Z] Step 16/25 : RUN apk add --update --no-cache dumb-init [2023-02-22T20:25:22.807Z] ---> Running in 3dc678ac6bb5 [2023-02-22T20:25:22.807Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-22T20:25:22.807Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-22T20:25:22.807Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-02-22T20:25:22.807Z] Executing busybox-1.35.0-r17.trigger [2023-02-22T20:25:22.807Z] OK: 6 MiB in 15 packages [2023-02-22T20:25:22.807Z] Removing intermediate container 3dc678ac6bb5 [2023-02-22T20:25:22.807Z] ---> 5bd21b1ddb6b [2023-02-22T20:25:22.807Z] Step 17/25 : COPY --from=builder /device-rest-go/cmd / [2023-02-22T20:25:23.374Z] ---> a9e8937721d0 [2023-02-22T20:25:23.374Z] Step 18/25 : COPY --from=builder /device-rest-go/LICENSE / [2023-02-22T20:25:23.633Z] ---> 74de6cfb0609 [2023-02-22T20:25:23.633Z] Step 19/25 : COPY --from=builder /device-rest-go/Attribution.txt / [2023-02-22T20:25:23.633Z] ---> e2341280eb1a [2023-02-22T20:25:23.633Z] Step 20/25 : EXPOSE 59986 [2023-02-22T20:25:23.932Z] ---> Running in d53cdcaae75d [2023-02-22T20:25:23.932Z] Removing intermediate container d53cdcaae75d [2023-02-22T20:25:23.932Z] ---> 97945373d7d6 [2023-02-22T20:25:23.932Z] Step 21/25 : ENTRYPOINT ["/device-rest"] [2023-02-22T20:25:23.932Z] ---> Running in 8f50fc49cf55 [2023-02-22T20:25:23.932Z] Removing intermediate container 8f50fc49cf55 [2023-02-22T20:25:23.932Z] ---> 97d05f829a93 [2023-02-22T20:25:23.932Z] Step 22/25 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry"] [2023-02-22T20:25:23.932Z] ---> Running in 9c65aba489f3 [2023-02-22T20:25:24.209Z] Removing intermediate container 9c65aba489f3 [2023-02-22T20:25:24.209Z] ---> 88362ae1cc00 [2023-02-22T20:25:24.209Z] Step 23/25 : LABEL arch=amd64 [2023-02-22T20:25:24.209Z] ---> Running in 81be7803df3c [2023-02-22T20:25:24.209Z] Removing intermediate container 81be7803df3c [2023-02-22T20:25:24.209Z] ---> b01644166412 [2023-02-22T20:25:24.210Z] Step 24/25 : LABEL git_sha=3364b454c95a561448dfe8dfd76d21007d3a77e4 [2023-02-22T20:25:24.210Z] ---> Running in fca7869f8d08 [2023-02-22T20:25:24.492Z] Removing intermediate container fca7869f8d08 [2023-02-22T20:25:24.493Z] ---> 9ada9fdcab7d [2023-02-22T20:25:24.493Z] Step 25/25 : LABEL version=3.0.0-dev.13 [2023-02-22T20:25:24.493Z] ---> Running in a66596e8ae14 [2023-02-22T20:25:24.493Z] Removing intermediate container a66596e8ae14 [2023-02-22T20:25:24.493Z] ---> 56e814866513 [2023-02-22T20:25:24.493Z] [Warning] One or more build-args [ARCH] were not consumed [2023-02-22T20:25:24.493Z] Successfully built 56e814866513 [2023-02-22T20:25:24.493Z] 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-02-22T20:25:24.628Z] provisioning config files... [2023-02-22T20:25:24.644Z] copy managed file [device-rest-go-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config9393500641194338657tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-22T20:25:24.970Z] ---> docker-login.sh [2023-02-22T20:25:24.970Z] nexus3.edgexfoundry.org:10001 [2023-02-22T20:25:24.970Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-22T20:25:24.970Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-22T20:25:24.970Z] Configure a credential helper to remove this warning. See [2023-02-22T20:25:24.970Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-22T20:25:24.970Z] [2023-02-22T20:25:24.970Z] Login Succeeded [2023-02-22T20:25:24.970Z] nexus3.edgexfoundry.org:10002 [2023-02-22T20:25:24.970Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-22T20:25:24.970Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-22T20:25:24.970Z] Configure a credential helper to remove this warning. See [2023-02-22T20:25:24.970Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-22T20:25:24.970Z] [2023-02-22T20:25:24.970Z] Login Succeeded [2023-02-22T20:25:24.970Z] nexus3.edgexfoundry.org:10003 [2023-02-22T20:25:25.230Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-22T20:25:25.230Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-22T20:25:25.230Z] Configure a credential helper to remove this warning. See [2023-02-22T20:25:25.230Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-22T20:25:25.230Z] [2023-02-22T20:25:25.230Z] Login Succeeded [2023-02-22T20:25:25.230Z] nexus3.edgexfoundry.org:10004 [2023-02-22T20:25:25.230Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-22T20:25:25.230Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-22T20:25:25.230Z] Configure a credential helper to remove this warning. See [2023-02-22T20:25:25.230Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-22T20:25:25.230Z] [2023-02-22T20:25:25.230Z] Login Succeeded [2023-02-22T20:25:25.230Z] docker.io [2023-02-22T20:25:25.490Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-22T20:25:25.750Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-22T20:25:25.750Z] Configure a credential helper to remove this warning. See [2023-02-22T20:25:25.750Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-22T20:25:25.750Z] [2023-02-22T20:25:25.750Z] Login Succeeded [2023-02-22T20:25:25.750Z] ---> docker-login.sh ends [Pipeline] } [2023-02-22T20:25:25.757Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-22T20:25:25.787Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-22T20:25:25.810Z] [edgeXDocker.push] Tagging docker image device-rest with the following tags: [2023-02-22T20:25:25.810Z] 3364b454c95a561448dfe8dfd76d21007d3a77e4 [2023-02-22T20:25:25.810Z] latest [2023-02-22T20:25:25.810Z] 3.0.0-dev.13 [2023-02-22T20:25:25.810Z] 3364b454c95a561448dfe8dfd76d21007d3a77e4-3.0.0-dev.13 [2023-02-22T20:25:25.810Z] main [2023-02-22T20:25:25.810Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-22T20:25:26.132Z] + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:3364b454c95a561448dfe8dfd76d21007d3a77e4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-22T20:25:26.435Z] + docker push nexus3.edgexfoundry.org:10004/device-rest:3364b454c95a561448dfe8dfd76d21007d3a77e4 [2023-02-22T20:25:26.435Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] [2023-02-22T20:25:26.435Z] efc5b1fb87e3: Preparing [2023-02-22T20:25:26.435Z] acadc24484f9: Preparing [2023-02-22T20:25:26.435Z] 853dd29a2c6c: Preparing [2023-02-22T20:25:26.435Z] f2bffa83c758: Preparing [2023-02-22T20:25:26.435Z] aa5968d388b8: Preparing [2023-02-22T20:25:26.435Z] aa5968d388b8: Layer already exists [2023-02-22T20:25:26.435Z] efc5b1fb87e3: Pushed [2023-02-22T20:25:26.435Z] f2bffa83c758: Pushed [2023-02-22T20:25:26.435Z] acadc24484f9: Pushed [2023-02-22T20:25:29.725Z] 853dd29a2c6c: Pushed [2023-02-22T20:25:29.725Z] 3364b454c95a561448dfe8dfd76d21007d3a77e4: digest: sha256:d437fd7224d03bbf200f6bc19ce57993ab5045ddc8480a09b2d42c207f59901f size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-22T20:25:30.031Z] + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-22T20:25:30.332Z] + docker push nexus3.edgexfoundry.org:10004/device-rest:latest [2023-02-22T20:25:30.332Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] [2023-02-22T20:25:30.332Z] efc5b1fb87e3: Preparing [2023-02-22T20:25:30.332Z] acadc24484f9: Preparing [2023-02-22T20:25:30.332Z] 853dd29a2c6c: Preparing [2023-02-22T20:25:30.332Z] f2bffa83c758: Preparing [2023-02-22T20:25:30.332Z] aa5968d388b8: Preparing [2023-02-22T20:25:30.332Z] f2bffa83c758: Layer already exists [2023-02-22T20:25:30.332Z] acadc24484f9: Layer already exists [2023-02-22T20:25:30.332Z] 853dd29a2c6c: Layer already exists [2023-02-22T20:25:30.332Z] aa5968d388b8: Layer already exists [2023-02-22T20:25:30.332Z] efc5b1fb87e3: Layer already exists [2023-02-22T20:25:30.332Z] latest: digest: sha256:d437fd7224d03bbf200f6bc19ce57993ab5045ddc8480a09b2d42c207f59901f size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-22T20:25:30.638Z] + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:3.0.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-22T20:25:30.939Z] + docker push nexus3.edgexfoundry.org:10004/device-rest:3.0.0-dev.13 [2023-02-22T20:25:30.939Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] [2023-02-22T20:25:30.939Z] efc5b1fb87e3: Preparing [2023-02-22T20:25:30.939Z] acadc24484f9: Preparing [2023-02-22T20:25:30.939Z] 853dd29a2c6c: Preparing [2023-02-22T20:25:30.939Z] f2bffa83c758: Preparing [2023-02-22T20:25:30.939Z] aa5968d388b8: Preparing [2023-02-22T20:25:30.939Z] 853dd29a2c6c: Layer already exists [2023-02-22T20:25:30.939Z] acadc24484f9: Layer already exists [2023-02-22T20:25:30.939Z] f2bffa83c758: Layer already exists [2023-02-22T20:25:30.939Z] efc5b1fb87e3: Layer already exists [2023-02-22T20:25:30.940Z] aa5968d388b8: Layer already exists [2023-02-22T20:25:30.940Z] 3.0.0-dev.13: digest: sha256:d437fd7224d03bbf200f6bc19ce57993ab5045ddc8480a09b2d42c207f59901f size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-22T20:25:31.246Z] + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:3364b454c95a561448dfe8dfd76d21007d3a77e4-3.0.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-22T20:25:31.556Z] + docker push nexus3.edgexfoundry.org:10004/device-rest:3364b454c95a561448dfe8dfd76d21007d3a77e4-3.0.0-dev.13 [2023-02-22T20:25:31.556Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] [2023-02-22T20:25:31.556Z] efc5b1fb87e3: Preparing [2023-02-22T20:25:31.556Z] acadc24484f9: Preparing [2023-02-22T20:25:31.556Z] 853dd29a2c6c: Preparing [2023-02-22T20:25:31.556Z] f2bffa83c758: Preparing [2023-02-22T20:25:31.556Z] aa5968d388b8: Preparing [2023-02-22T20:25:31.556Z] f2bffa83c758: Layer already exists [2023-02-22T20:25:31.556Z] acadc24484f9: Layer already exists [2023-02-22T20:25:31.556Z] 853dd29a2c6c: Layer already exists [2023-02-22T20:25:31.556Z] efc5b1fb87e3: Layer already exists [2023-02-22T20:25:31.556Z] aa5968d388b8: Layer already exists [2023-02-22T20:25:31.557Z] 3364b454c95a561448dfe8dfd76d21007d3a77e4-3.0.0-dev.13: digest: sha256:d437fd7224d03bbf200f6bc19ce57993ab5045ddc8480a09b2d42c207f59901f size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-22T20:25:31.870Z] + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-22T20:25:32.176Z] + docker push nexus3.edgexfoundry.org:10004/device-rest:main [2023-02-22T20:25:32.176Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] [2023-02-22T20:25:32.176Z] efc5b1fb87e3: Preparing [2023-02-22T20:25:32.176Z] acadc24484f9: Preparing [2023-02-22T20:25:32.176Z] 853dd29a2c6c: Preparing [2023-02-22T20:25:32.176Z] f2bffa83c758: Preparing [2023-02-22T20:25:32.176Z] aa5968d388b8: Preparing [2023-02-22T20:25:32.176Z] aa5968d388b8: Layer already exists [2023-02-22T20:25:32.176Z] 853dd29a2c6c: Layer already exists [2023-02-22T20:25:32.176Z] efc5b1fb87e3: Layer already exists [2023-02-22T20:25:32.176Z] f2bffa83c758: Layer already exists [2023-02-22T20:25:32.176Z] acadc24484f9: Layer already exists [2023-02-22T20:25:32.176Z] main: digest: sha256:d437fd7224d03bbf200f6bc19ce57993ab5045ddc8480a09b2d42c207f59901f size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-22T20:25:32.221Z] ===================================================== [Pipeline] echo [2023-02-22T20:25:32.231Z] taggedImages: [2023-02-22T20:25:32.231Z] - nexus3.edgexfoundry.org:10004/device-rest:3364b454c95a561448dfe8dfd76d21007d3a77e4 [2023-02-22T20:25:32.231Z] - nexus3.edgexfoundry.org:10004/device-rest:latest [2023-02-22T20:25:32.231Z] - nexus3.edgexfoundry.org:10004/device-rest:3.0.0-dev.13 [2023-02-22T20:25:32.231Z] - nexus3.edgexfoundry.org:10004/device-rest:3364b454c95a561448dfe8dfd76d21007d3a77e4-3.0.0-dev.13 [2023-02-22T20:25:32.231Z] - 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-02-22T20:25:32.617Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-22T20:25:32.617Z] [2023-02-22T20:25:32.617Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-22T20:25:32.916Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-22T20:25:32.916Z] latest: Pulling from edgex-lftools-log-publisher [2023-02-22T20:25:32.916Z] 5eb5b503b376: Pulling fs layer [2023-02-22T20:25:32.916Z] 5c69ac0246d0: Pulling fs layer [2023-02-22T20:25:32.916Z] ec43610c2a17: Pulling fs layer [2023-02-22T20:25:32.916Z] 3a2ae6a8a46f: Pulling fs layer [2023-02-22T20:25:32.916Z] 33b1e0a273af: Pulling fs layer [2023-02-22T20:25:32.916Z] 5d3b04190fa2: Pulling fs layer [2023-02-22T20:25:32.916Z] 2f39f015ded8: Pulling fs layer [2023-02-22T20:25:32.916Z] 3a2ae6a8a46f: Waiting [2023-02-22T20:25:32.916Z] 33b1e0a273af: Waiting [2023-02-22T20:25:32.916Z] 5d3b04190fa2: Waiting [2023-02-22T20:25:32.916Z] 2f39f015ded8: Waiting [2023-02-22T20:25:32.916Z] 5c69ac0246d0: Verifying Checksum [2023-02-22T20:25:32.916Z] 5c69ac0246d0: Download complete [2023-02-22T20:25:32.916Z] 3a2ae6a8a46f: Download complete [2023-02-22T20:25:33.176Z] 33b1e0a273af: Verifying Checksum [2023-02-22T20:25:33.176Z] 33b1e0a273af: Download complete [2023-02-22T20:25:33.176Z] 5d3b04190fa2: Verifying Checksum [2023-02-22T20:25:33.176Z] 5d3b04190fa2: Download complete [2023-02-22T20:25:33.176Z] ec43610c2a17: Verifying Checksum [2023-02-22T20:25:33.176Z] ec43610c2a17: Download complete [2023-02-22T20:25:33.176Z] 5eb5b503b376: Verifying Checksum [2023-02-22T20:25:33.743Z] 2f39f015ded8: Download complete [2023-02-22T20:25:34.310Z] 5eb5b503b376: Pull complete [2023-02-22T20:25:34.568Z] 5c69ac0246d0: Pull complete [2023-02-22T20:25:35.134Z] ec43610c2a17: Pull complete [2023-02-22T20:25:35.134Z] 3a2ae6a8a46f: Pull complete [2023-02-22T20:25:35.392Z] 33b1e0a273af: Pull complete [2023-02-22T20:25:35.392Z] 5d3b04190fa2: Pull complete [2023-02-22T20:25:39.579Z] 2f39f015ded8: Pull complete [2023-02-22T20:25:39.579Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-02-22T20:25:39.579Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-22T20:25:39.579Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-22T20:25:39.671Z] prd-ubuntu20.04-docker-8c-8g-7113 does not seem to be running inside a container [2023-02-22T20:25:39.706Z] $ 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-02-22T20:25:41.487Z] $ docker top a167a83e748e50b943d9e97c4f61a7fac65af14657c3ea324e635e9d0ff907f5 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-22T20:25:41.859Z] ---> job-cost.sh [2023-02-22T20:25:41.859Z] lf-activate-venv: SKIPPING [2023-02-22T20:25:41.859Z] INFO: No Stack... [2023-02-22T20:25:42.118Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-02-22T20:25:42.376Z] INFO: Archiving Costs [Pipeline] sh [2023-02-22T20:25:42.665Z] + cat /w/workspace/edgexfoundry_device-rest-go_main/archives/cost.csv [2023-02-22T20:25:42.665Z] + cut -d, -f6 [Pipeline] lock [2023-02-22T20:25:42.680Z] Trying to acquire lock on [jenkins-edgexfoundry-device-rest-go-main-85-stack-cost] [2023-02-22T20:25:42.687Z] Resource [jenkins-edgexfoundry-device-rest-go-main-85-stack-cost] did not exist. Created. [2023-02-22T20:25:42.687Z] Lock acquired on [jenkins-edgexfoundry-device-rest-go-main-85-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-02-22T20:25:42.996Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-02-22T20:25:43.027Z] Stashed 1 file(s) [Pipeline] } [2023-02-22T20:25:43.037Z] Lock released on resource [jenkins-edgexfoundry-device-rest-go-main-85-stack-cost] [Pipeline] // lock [Pipeline] } [2023-02-22T20:25:43.058Z] $ docker stop --time=1 a167a83e748e50b943d9e97c4f61a7fac65af14657c3ea324e635e9d0ff907f5 [2023-02-22T20:25:44.226Z] $ docker rm -f --volumes a167a83e748e50b943d9e97c4f61a7fac65af14657c3ea324e635e9d0ff907f5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-02-22T20:26:08.210Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-7115 in /w/workspace/edgexfoundry_device-rest-go_main [Pipeline] { [Pipeline] ws [2023-02-22T20:26:08.223Z] Running in /w/workspace/device-rest-go/85 [Pipeline] { [Pipeline] checkout [2023-02-22T20:26:08.250Z] The recommended git tool is: git [2023-02-22T20:26:13.660Z] using credential edgex-jenkins-ssh [2023-02-22T20:26:13.679Z] Cloning the remote Git repository [2023-02-22T20:26:13.737Z] Cloning repository git@github.com:edgexfoundry/device-rest-go.git [2023-02-22T20:26:13.838Z] > git init /w/workspace/device-rest-go/85 # timeout=10 [2023-02-22T20:26:14.013Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git [2023-02-22T20:26:14.014Z] > git --version # timeout=10 [2023-02-22T20:26:14.044Z] > git --version # 'git version 2.25.1' [2023-02-22T20:26:14.047Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-02-22T20:26:14.111Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-02-22T20:26:16.131Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 [2023-02-22T20:26:16.153Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-02-22T20:26:17.138Z] Avoid second fetch [2023-02-22T20:26:17.138Z] Checking out Revision 3364b454c95a561448dfe8dfd76d21007d3a77e4 (main) [2023-02-22T20:26:17.725Z] Commit message: "refactor!: Clean up remain config items no longer needed (#258)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-02-22T20:26:17.160Z] > git config core.sparsecheckout # timeout=10 [2023-02-22T20:26:17.180Z] > git checkout -f 3364b454c95a561448dfe8dfd76d21007d3a77e4 # timeout=10 [2023-02-22T20:26:18.613Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-02-22T20:26:18.613Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-22T20:26:18.613Z] Dload Upload Total Spent Left Speed [2023-02-22T20:26:18.613Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 194k 0 --:--:-- --:--:-- --:--:-- 194k [Pipeline] sh [2023-02-22T20:26:19.223Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-02-22T20:26:19.564Z] + sudo tee /etc/docker/daemon.new [2023-02-22T20:26:19.565Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-02-22T20:26:19.565Z] { [2023-02-22T20:26:19.565Z] "registry-mirrors": [ [2023-02-22T20:26:19.565Z] "https://nexus3.edgexfoundry.org:10001" [2023-02-22T20:26:19.565Z] ], [2023-02-22T20:26:19.565Z] "bip": "10.250.0.254/24", [2023-02-22T20:26:19.565Z] "hosts": [ [2023-02-22T20:26:19.565Z] "tcp://0.0.0.0:5555", [2023-02-22T20:26:19.565Z] "unix:///var/run/docker.sock" [2023-02-22T20:26:19.565Z] ], [2023-02-22T20:26:19.565Z] "mtu": 1458, [2023-02-22T20:26:19.565Z] "selinux-enabled": true, [2023-02-22T20:26:19.565Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-02-22T20:26:19.565Z] } [Pipeline] sh [2023-02-22T20:26:19.912Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-02-22T20:26:20.262Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-22T20:26:38.548Z] provisioning config files... [2023-02-22T20:26:38.578Z] copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/85@tmp/config6989114352157482185tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-22T20:26:38.941Z] ---> docker-login.sh [2023-02-22T20:26:38.941Z] nexus3.edgexfoundry.org:10001 [2023-02-22T20:26:39.528Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-22T20:26:39.528Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-22T20:26:39.528Z] Configure a credential helper to remove this warning. See [2023-02-22T20:26:39.528Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-22T20:26:39.528Z] [2023-02-22T20:26:39.528Z] Login Succeeded [2023-02-22T20:26:39.528Z] nexus3.edgexfoundry.org:10002 [2023-02-22T20:26:39.797Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-22T20:26:40.068Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-22T20:26:40.068Z] Configure a credential helper to remove this warning. See [2023-02-22T20:26:40.068Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-22T20:26:40.068Z] [2023-02-22T20:26:40.068Z] Login Succeeded [2023-02-22T20:26:40.068Z] nexus3.edgexfoundry.org:10003 [2023-02-22T20:26:40.337Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-22T20:26:40.337Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-22T20:26:40.337Z] Configure a credential helper to remove this warning. See [2023-02-22T20:26:40.337Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-22T20:26:40.337Z] [2023-02-22T20:26:40.337Z] Login Succeeded [2023-02-22T20:26:40.337Z] nexus3.edgexfoundry.org:10004 [2023-02-22T20:26:40.606Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-22T20:26:40.606Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-22T20:26:40.606Z] Configure a credential helper to remove this warning. See [2023-02-22T20:26:40.606Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-22T20:26:40.606Z] [2023-02-22T20:26:40.606Z] Login Succeeded [2023-02-22T20:26:40.606Z] docker.io [2023-02-22T20:26:40.878Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-22T20:26:41.148Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-22T20:26:41.148Z] Configure a credential helper to remove this warning. See [2023-02-22T20:26:41.148Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-22T20:26:41.148Z] [2023-02-22T20:26:41.148Z] Login Succeeded [2023-02-22T20:26:41.170Z] ---> docker-login.sh ends [Pipeline] } [2023-02-22T20:26:41.173Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-02-22T20:26:41.464Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-22T20:26:41.476Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-22T20:26:41.486Z] ========================================================= [2023-02-22T20:26:41.486Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2023-02-22T20:26:41.486Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-22T20:26:41.841Z] + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine --build-arg MAKE=echo noop --target=builder . [2023-02-22T20:26:41.841Z] Sending build context to Docker daemon 138.8kB [2023-02-22T20:26:42.111Z] Step 1/12 : ARG BASE=golang:1.18-alpine3.16 [2023-02-22T20:26:42.111Z] Step 2/12 : FROM ${BASE} AS builder [2023-02-22T20:26:43.531Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-02-22T20:26:43.531Z] 9b18e9b68314: Pulling fs layer [2023-02-22T20:26:43.531Z] 35d82f9e3411: Pulling fs layer [2023-02-22T20:26:43.531Z] e16973657156: Pulling fs layer [2023-02-22T20:26:43.531Z] fc693d55d65f: Pulling fs layer [2023-02-22T20:26:43.531Z] 7e9fc2657dce: Pulling fs layer [2023-02-22T20:26:43.531Z] dda99020689f: Pulling fs layer [2023-02-22T20:26:43.531Z] db1c61fa0a46: Pulling fs layer [2023-02-22T20:26:43.531Z] 891c053d2c06: Pulling fs layer [2023-02-22T20:26:43.531Z] dda99020689f: Waiting [2023-02-22T20:26:43.531Z] db1c61fa0a46: Waiting [2023-02-22T20:26:43.531Z] 891c053d2c06: Waiting [2023-02-22T20:26:43.531Z] fc693d55d65f: Waiting [2023-02-22T20:26:43.531Z] 7e9fc2657dce: Waiting [2023-02-22T20:26:43.531Z] e16973657156: Download complete [2023-02-22T20:26:43.531Z] 35d82f9e3411: Verifying Checksum [2023-02-22T20:26:43.531Z] 35d82f9e3411: Download complete [2023-02-22T20:26:43.804Z] 7e9fc2657dce: Verifying Checksum [2023-02-22T20:26:43.804Z] 7e9fc2657dce: Download complete [2023-02-22T20:26:43.804Z] dda99020689f: Verifying Checksum [2023-02-22T20:26:43.804Z] dda99020689f: Download complete [2023-02-22T20:26:43.804Z] 9b18e9b68314: Verifying Checksum [2023-02-22T20:26:43.804Z] 9b18e9b68314: Download complete [2023-02-22T20:26:44.795Z] 9b18e9b68314: Pull complete [2023-02-22T20:26:44.795Z] 891c053d2c06: Verifying Checksum [2023-02-22T20:26:44.795Z] 891c053d2c06: Download complete [2023-02-22T20:26:45.072Z] 35d82f9e3411: Pull complete [2023-02-22T20:26:45.670Z] e16973657156: Pull complete [2023-02-22T20:26:46.259Z] db1c61fa0a46: Verifying Checksum [2023-02-22T20:26:46.259Z] db1c61fa0a46: Download complete [2023-02-22T20:26:46.849Z] fc693d55d65f: Download complete [2023-02-22T20:26:59.209Z] fc693d55d65f: Pull complete [2023-02-22T20:26:59.209Z] 7e9fc2657dce: Pull complete [2023-02-22T20:26:59.209Z] dda99020689f: Pull complete [2023-02-22T20:27:05.903Z] db1c61fa0a46: Pull complete [2023-02-22T20:27:10.185Z] 891c053d2c06: Pull complete [2023-02-22T20:27:10.185Z] Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 [2023-02-22T20:27:10.185Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-02-22T20:27:10.185Z] ---> f96f9c87975a [2023-02-22T20:27:10.185Z] Step 3/12 : ARG ADD_BUILD_TAGS="" [2023-02-22T20:27:11.618Z] ---> Running in a70a2b91a402 [2023-02-22T20:27:11.889Z] Removing intermediate container a70a2b91a402 [2023-02-22T20:27:11.889Z] ---> 241d6cbbc7e4 [2023-02-22T20:27:11.889Z] Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-02-22T20:27:12.291Z] ---> Running in 95ae49a2ef31 [2023-02-22T20:27:12.576Z] Removing intermediate container 95ae49a2ef31 [2023-02-22T20:27:12.576Z] ---> db6b97dcc17f [2023-02-22T20:27:12.576Z] Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client" [2023-02-22T20:27:12.576Z] ---> Running in 652c328f4231 [2023-02-22T20:27:12.859Z] Removing intermediate container 652c328f4231 [2023-02-22T20:27:12.859Z] ---> e58d2e8170e6 [2023-02-22T20:27:12.859Z] Step 6/12 : ARG ALPINE_PKG_EXTRA="" [2023-02-22T20:27:13.149Z] ---> Running in 21b25fb356d7 [2023-02-22T20:27:13.423Z] Removing intermediate container 21b25fb356d7 [2023-02-22T20:27:13.423Z] ---> 4ec7d6a20cb2 [2023-02-22T20:27:13.423Z] Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-02-22T20:27:13.423Z] ---> Running in f19cab7b1103 [2023-02-22T20:27:14.864Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-22T20:27:14.864Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-22T20:27:16.282Z] (1/4) Installing openssh-keygen (9.0_p1-r2) [2023-02-22T20:27:16.282Z] (2/4) Installing libedit (20210910.3.1-r0) [2023-02-22T20:27:16.282Z] (3/4) Installing openssh-client-common (9.0_p1-r2) [2023-02-22T20:27:16.282Z] (4/4) Installing openssh-client-default (9.0_p1-r2) [2023-02-22T20:27:16.282Z] Executing busybox-1.35.0-r17.trigger [2023-02-22T20:27:16.282Z] OK: 226 MiB in 55 packages [2023-02-22T20:27:17.274Z] Removing intermediate container f19cab7b1103 [2023-02-22T20:27:17.274Z] ---> 74804d12f64b [2023-02-22T20:27:17.274Z] Step 8/12 : WORKDIR /device-rest-go [2023-02-22T20:27:17.274Z] ---> Running in ad02597010f0 [2023-02-22T20:27:17.546Z] Removing intermediate container ad02597010f0 [2023-02-22T20:27:17.546Z] ---> e2c2bb795657 [2023-02-22T20:27:17.546Z] Step 9/12 : COPY go.mod vendor* ./ [2023-02-22T20:27:18.139Z] ---> 66b0067ec7fc [2023-02-22T20:27:18.140Z] Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-22T20:27:18.140Z] ---> Running in eed65a98504a [2023-02-22T20:28:54.835Z] Removing intermediate container eed65a98504a [2023-02-22T20:28:54.835Z] ---> 6cd4339f7ca2 [2023-02-22T20:28:54.835Z] Step 11/12 : COPY . . [2023-02-22T20:28:54.835Z] ---> c3b4ae0c2594 [2023-02-22T20:28:54.835Z] Step 12/12 : RUN $MAKE [2023-02-22T20:28:54.835Z] ---> Running in 76f835e26598 [2023-02-22T20:28:54.835Z] noop [2023-02-22T20:28:54.835Z] Removing intermediate container 76f835e26598 [2023-02-22T20:28:54.835Z] ---> 618ca0c1c442 [2023-02-22T20:28:54.835Z] Successfully built 618ca0c1c442 [2023-02-22T20:28:54.835Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-22T20:28:55.212Z] + docker inspect -f . ci-base-image-arm64 [2023-02-22T20:28:55.213Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-22T20:28:55.427Z] prd-ubuntu20.04-docker-arm64-4c-16g-7115 does not seem to be running inside a container [2023-02-22T20:28:55.504Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/85 -v /w/workspace/device-rest-go/85:/w/workspace/device-rest-go/85:rw,z -v /w/workspace/device-rest-go/85@tmp:/w/workspace/device-rest-go/85@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-02-22T20:28:56.865Z] $ docker top 3c47b7a6e2652a801e6cdef89a9c038013c6886bd70b099ee93c5635631de793 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-22T20:28:57.743Z] + go version [2023-02-22T20:28:57.743Z] go version go1.18.7 linux/arm64 [Pipeline] } [2023-02-22T20:28:57.765Z] $ docker stop --time=1 3c47b7a6e2652a801e6cdef89a9c038013c6886bd70b099ee93c5635631de793 [2023-02-22T20:28:59.463Z] $ docker rm -f --volumes 3c47b7a6e2652a801e6cdef89a9c038013c6886bd70b099ee93c5635631de793 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-22T20:29:00.049Z] + docker inspect -f . ci-base-image-arm64 [2023-02-22T20:29:00.049Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-22T20:29:00.260Z] prd-ubuntu20.04-docker-arm64-4c-16g-7115 does not seem to be running inside a container [2023-02-22T20:29:00.329Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/device-rest-go/85 -v /w/workspace/device-rest-go/85:/w/workspace/device-rest-go/85:rw,z -v /w/workspace/device-rest-go/85@tmp:/w/workspace/device-rest-go/85@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-02-22T20:29:01.609Z] $ docker top 52c4c321d57b28d7d9982674b64d3eb2d5dbb1efb487c143f72197bf4ead44ba -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-22T20:29:02.473Z] + git config --global --add safe.directory /w/workspace/device-rest-go/85 [Pipeline] fileExists [Pipeline] sh [2023-02-22T20:29:05.718Z] + make test [2023-02-22T20:29:05.718Z] go test ./... -coverprofile=coverage.out ./... [2023-02-22T20:29:07.135Z] ? github.com/edgexfoundry/device-rest-go [no test files] [2023-02-22T20:30:43.823Z] ? github.com/edgexfoundry/device-rest-go/cmd [no test files] [2023-02-22T20:30:43.823Z] ok github.com/edgexfoundry/device-rest-go/driver 0.061s coverage: 33.9% of statements [2023-02-22T20:30:43.823Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-02-22T20:30:43.823Z] go vet ./... [2023-02-22T20:31:16.097Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-02-22T20:31:16.097Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-02-22T20:31:16.097Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-02-22T20:31:16.118Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-02-22T20:31:16.134Z] $ docker stop --time=1 52c4c321d57b28d7d9982674b64d3eb2d5dbb1efb487c143f72197bf4ead44ba [2023-02-22T20:31:18.028Z] $ docker rm -f --volumes 52c4c321d57b28d7d9982674b64d3eb2d5dbb1efb487c143f72197bf4ead44ba [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-22T20:31:19.127Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-02-22T20:31:19.150Z] Warning: overwriting stash ‘coverage-report’ [2023-02-22T20:31:19.729Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-02-22T20:31:20.143Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-02-22T20:31:20.473Z] + ls -al . [2023-02-22T20:31:20.474Z] total 184 [2023-02-22T20:31:20.474Z] drwxrwxr-x 8 jenkins jenkins 4096 Feb 22 20:29 . [2023-02-22T20:31:20.474Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 22 20:26 .. [2023-02-22T20:31:20.474Z] -rw-rw-r-- 1 jenkins jenkins 151 Feb 22 20:26 .dockerignore [2023-02-22T20:31:20.474Z] drwxrwxr-x 8 jenkins jenkins 4096 Feb 22 20:26 .git [2023-02-22T20:31:20.474Z] drwxrwxr-x 3 jenkins jenkins 4096 Feb 22 20:26 .github [2023-02-22T20:31:20.474Z] -rw-rw-r-- 1 jenkins jenkins 329 Feb 22 20:26 .gitignore [2023-02-22T20:31:20.474Z] -rw-rw-r-- 1 jenkins jenkins 41 Feb 22 20:26 .golangci.yml [2023-02-22T20:31:20.474Z] -rw-rw-r-- 1 jenkins jenkins 9213 Feb 22 20:26 Attribution.txt [2023-02-22T20:31:20.474Z] -rw-rw-r-- 1 jenkins jenkins 13085 Feb 22 20:26 CHANGELOG.md [2023-02-22T20:31:20.474Z] -rw-rw-r-- 1 jenkins jenkins 1578 Feb 22 20:26 Dockerfile [2023-02-22T20:31:20.474Z] -rw-rw-r-- 1 jenkins jenkins 677 Feb 22 20:26 GOVERNANCE.md [2023-02-22T20:31:20.474Z] -rw-rw-r-- 1 jenkins jenkins 680 Feb 22 20:26 Jenkinsfile [2023-02-22T20:31:20.474Z] -rw-rw-r-- 1 jenkins jenkins 11340 Feb 22 20:26 LICENSE [2023-02-22T20:31:20.474Z] -rw-rw-r-- 1 jenkins jenkins 1744 Feb 22 20:26 Makefile [2023-02-22T20:31:20.474Z] -rw-rw-r-- 1 jenkins jenkins 620 Feb 22 20:26 OWNERS.md [2023-02-22T20:31:20.474Z] -rw-rw-r-- 1 jenkins jenkins 15447 Feb 22 20:26 README.md [2023-02-22T20:31:20.474Z] -rw-rw-r-- 1 jenkins jenkins 12 Feb 22 20:23 VERSION [2023-02-22T20:31:20.474Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 22 20:26 bin [2023-02-22T20:31:20.474Z] drwxrwxr-x 3 jenkins jenkins 4096 Feb 22 20:26 cmd [2023-02-22T20:31:20.474Z] -rw-r--r-- 1 jenkins jenkins 13744 Feb 22 20:30 coverage.out [2023-02-22T20:31:20.474Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 22 20:26 driver [2023-02-22T20:31:20.474Z] -rw-rw-r-- 1 jenkins jenkins 3400 Feb 22 20:26 go.mod [2023-02-22T20:31:20.474Z] -rw-rw-r-- 1 jenkins jenkins 33279 Feb 22 20:26 go.sum [2023-02-22T20:31:20.474Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 22 20:26 snap [2023-02-22T20:31:20.474Z] -rw-rw-r-- 1 jenkins jenkins 713 Feb 22 20:26 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-22T20:31:20.825Z] + docker build -t device-rest-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=3364b454c95a561448dfe8dfd76d21007d3a77e4 --label arch=arm64 --label version=3.0.0-dev.13 . [2023-02-22T20:31:20.825Z] Sending build context to Docker daemon 153.1kB [2023-02-22T20:31:21.096Z] Step 1/25 : ARG BASE=golang:1.18-alpine3.16 [2023-02-22T20:31:21.096Z] Step 2/25 : FROM ${BASE} AS builder [2023-02-22T20:31:21.096Z] ---> 618ca0c1c442 [2023-02-22T20:31:21.096Z] Step 3/25 : ARG ADD_BUILD_TAGS="" [2023-02-22T20:31:21.096Z] ---> Running in 4ae789db4485 [2023-02-22T20:31:21.685Z] Removing intermediate container 4ae789db4485 [2023-02-22T20:31:21.685Z] ---> d62b640f8f40 [2023-02-22T20:31:21.685Z] Step 4/25 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-02-22T20:31:21.685Z] ---> Running in bb3650e86878 [2023-02-22T20:31:24.995Z] Removing intermediate container bb3650e86878 [2023-02-22T20:31:24.995Z] ---> bd9e8528330f [2023-02-22T20:31:24.995Z] Step 5/25 : ARG ALPINE_PKG_BASE="make git openssh-client" [2023-02-22T20:31:24.995Z] ---> Running in 9f88ebfcba22 [2023-02-22T20:31:24.995Z] Removing intermediate container 9f88ebfcba22 [2023-02-22T20:31:24.995Z] ---> cf1c16a9fd5d [2023-02-22T20:31:24.995Z] Step 6/25 : ARG ALPINE_PKG_EXTRA="" [2023-02-22T20:31:24.995Z] ---> Running in 91f833f3fa60 [2023-02-22T20:31:24.995Z] Removing intermediate container 91f833f3fa60 [2023-02-22T20:31:24.995Z] ---> 4ac2db9f5b71 [2023-02-22T20:31:24.995Z] Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-02-22T20:31:24.995Z] ---> Running in 8c34937d3fb3 [2023-02-22T20:31:24.995Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-22T20:31:26.953Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-22T20:31:27.924Z] OK: 226 MiB in 55 packages [2023-02-22T20:31:28.901Z] Removing intermediate container 8c34937d3fb3 [2023-02-22T20:31:28.901Z] ---> f5f4b1e77025 [2023-02-22T20:31:28.901Z] Step 8/25 : WORKDIR /device-rest-go [2023-02-22T20:31:28.901Z] ---> Running in 4c817f76f0af [2023-02-22T20:31:29.172Z] Removing intermediate container 4c817f76f0af [2023-02-22T20:31:29.172Z] ---> b04ce0c2d538 [2023-02-22T20:31:29.172Z] Step 9/25 : COPY go.mod vendor* ./ [2023-02-22T20:31:29.761Z] ---> acc5ed819611 [2023-02-22T20:31:29.761Z] Step 10/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-22T20:31:29.761Z] ---> Running in f7274a29bd35 [2023-02-22T20:31:32.357Z] Removing intermediate container f7274a29bd35 [2023-02-22T20:31:32.357Z] ---> 0ab449cca4dd [2023-02-22T20:31:32.357Z] Step 11/25 : COPY . . [2023-02-22T20:31:32.945Z] ---> 85a7167d0b83 [2023-02-22T20:31:32.945Z] Step 12/25 : RUN $MAKE [2023-02-22T20:31:33.213Z] ---> Running in d8e7f3c10ef8 [2023-02-22T20:31:34.179Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-rest-go.Version=3.0.0-dev.13" -trimpath -mod=readonly -o cmd/device-rest ./cmd [2023-02-22T20:33:56.186Z] Removing intermediate container d8e7f3c10ef8 [2023-02-22T20:33:56.186Z] ---> 4b2962e3b24e [2023-02-22T20:33:56.186Z] Step 13/25 : FROM alpine:3.16 [2023-02-22T20:33:56.186Z] 3.16: Pulling from library/alpine [2023-02-22T20:33:56.186Z] 3760b48202b3: Pulling fs layer [2023-02-22T20:33:56.186Z] 3760b48202b3: Verifying Checksum [2023-02-22T20:33:56.186Z] 3760b48202b3: Download complete [2023-02-22T20:33:56.186Z] 3760b48202b3: Pull complete [2023-02-22T20:33:56.186Z] Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 [2023-02-22T20:33:56.186Z] Status: Downloaded newer image for alpine:3.16 [2023-02-22T20:33:56.186Z] ---> 4c81e5bf8899 [2023-02-22T20:33:56.186Z] Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2023-02-22T20:33:56.186Z] ---> Running in 42e983653d55 [2023-02-22T20:33:56.186Z] Removing intermediate container 42e983653d55 [2023-02-22T20:33:56.186Z] ---> 09dcd01ac2d2 [2023-02-22T20:33:56.186Z] Step 15/25 : LABEL Name=device-rest-go Version=${VERSION} [2023-02-22T20:33:56.186Z] ---> Running in 9185c3c50f63 [2023-02-22T20:33:56.186Z] Removing intermediate container 9185c3c50f63 [2023-02-22T20:33:56.186Z] ---> c08a322f6f8f [2023-02-22T20:33:56.186Z] Step 16/25 : RUN apk add --update --no-cache dumb-init [2023-02-22T20:33:56.186Z] ---> Running in 940d988ca979 [2023-02-22T20:33:56.186Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-22T20:33:56.186Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-22T20:33:56.186Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-02-22T20:33:56.186Z] Executing busybox-1.35.0-r17.trigger [2023-02-22T20:33:56.186Z] OK: 5 MiB in 15 packages [2023-02-22T20:33:56.186Z] Removing intermediate container 940d988ca979 [2023-02-22T20:33:56.186Z] ---> 797bafdf99e6 [2023-02-22T20:33:56.186Z] Step 17/25 : COPY --from=builder /device-rest-go/cmd / [2023-02-22T20:33:56.186Z] ---> b3b1d44f7fb3 [2023-02-22T20:33:56.186Z] Step 18/25 : COPY --from=builder /device-rest-go/LICENSE / [2023-02-22T20:33:56.186Z] ---> b532c0eae1c9 [2023-02-22T20:33:56.186Z] Step 19/25 : COPY --from=builder /device-rest-go/Attribution.txt / [2023-02-22T20:33:56.455Z] ---> 1ba38617cf9b [2023-02-22T20:33:56.455Z] Step 20/25 : EXPOSE 59986 [2023-02-22T20:33:56.724Z] ---> Running in 05807944cb21 [2023-02-22T20:33:56.995Z] Removing intermediate container 05807944cb21 [2023-02-22T20:33:56.995Z] ---> 2ba1eb7af17d [2023-02-22T20:33:56.995Z] Step 21/25 : ENTRYPOINT ["/device-rest"] [2023-02-22T20:33:56.995Z] ---> Running in 2af4af46b89a [2023-02-22T20:33:57.590Z] Removing intermediate container 2af4af46b89a [2023-02-22T20:33:57.590Z] ---> 6823dbc9f68d [2023-02-22T20:33:57.590Z] Step 22/25 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry"] [2023-02-22T20:33:57.590Z] ---> Running in 42ec6ca04fcf [2023-02-22T20:33:57.860Z] Removing intermediate container 42ec6ca04fcf [2023-02-22T20:33:57.860Z] ---> 85ac2128908e [2023-02-22T20:33:57.860Z] Step 23/25 : LABEL arch=arm64 [2023-02-22T20:33:57.860Z] ---> Running in d7cd4355b0cb [2023-02-22T20:33:58.449Z] Removing intermediate container d7cd4355b0cb [2023-02-22T20:33:58.449Z] ---> 81dfa1e191ca [2023-02-22T20:33:58.449Z] Step 24/25 : LABEL git_sha=3364b454c95a561448dfe8dfd76d21007d3a77e4 [2023-02-22T20:33:58.449Z] ---> Running in abc038cd33fa [2023-02-22T20:33:58.718Z] Removing intermediate container abc038cd33fa [2023-02-22T20:33:58.718Z] ---> e4874b6f52b8 [2023-02-22T20:33:58.718Z] Step 25/25 : LABEL version=3.0.0-dev.13 [2023-02-22T20:33:58.718Z] ---> Running in ca526972908c [2023-02-22T20:33:58.986Z] Removing intermediate container ca526972908c [2023-02-22T20:33:58.986Z] ---> 5feeae04786a [2023-02-22T20:33:58.986Z] [Warning] One or more build-args [ARCH] were not consumed [2023-02-22T20:33:58.986Z] Successfully built 5feeae04786a [2023-02-22T20:33:58.986Z] 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-02-22T20:33:59.075Z] provisioning config files... [2023-02-22T20:33:59.092Z] copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/85@tmp/config15406930656759373625tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-22T20:33:59.438Z] ---> docker-login.sh [2023-02-22T20:33:59.438Z] nexus3.edgexfoundry.org:10001 [2023-02-22T20:33:59.706Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-22T20:33:59.706Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-22T20:33:59.706Z] Configure a credential helper to remove this warning. See [2023-02-22T20:33:59.706Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-22T20:33:59.706Z] [2023-02-22T20:33:59.706Z] Login Succeeded [2023-02-22T20:33:59.706Z] nexus3.edgexfoundry.org:10002 [2023-02-22T20:33:59.972Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-22T20:34:00.240Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-22T20:34:00.240Z] Configure a credential helper to remove this warning. See [2023-02-22T20:34:00.240Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-22T20:34:00.240Z] [2023-02-22T20:34:00.240Z] Login Succeeded [2023-02-22T20:34:00.240Z] nexus3.edgexfoundry.org:10003 [2023-02-22T20:34:00.509Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-22T20:34:00.509Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-22T20:34:00.509Z] Configure a credential helper to remove this warning. See [2023-02-22T20:34:00.509Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-22T20:34:00.509Z] [2023-02-22T20:34:00.509Z] Login Succeeded [2023-02-22T20:34:00.509Z] nexus3.edgexfoundry.org:10004 [2023-02-22T20:34:00.778Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-22T20:34:01.049Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-22T20:34:01.049Z] Configure a credential helper to remove this warning. See [2023-02-22T20:34:01.049Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-22T20:34:01.049Z] [2023-02-22T20:34:01.049Z] Login Succeeded [2023-02-22T20:34:01.049Z] docker.io [2023-02-22T20:34:01.318Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-22T20:34:01.587Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-22T20:34:01.587Z] Configure a credential helper to remove this warning. See [2023-02-22T20:34:01.587Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-22T20:34:01.587Z] [2023-02-22T20:34:01.587Z] Login Succeeded [2023-02-22T20:34:01.587Z] ---> docker-login.sh ends [Pipeline] } [2023-02-22T20:34:01.603Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-22T20:34:01.627Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-22T20:34:01.642Z] [edgeXDocker.push] Tagging docker image device-rest-arm64 with the following tags: [2023-02-22T20:34:01.642Z] 3364b454c95a561448dfe8dfd76d21007d3a77e4 [2023-02-22T20:34:01.642Z] latest [2023-02-22T20:34:01.642Z] 3.0.0-dev.13 [2023-02-22T20:34:01.642Z] 3364b454c95a561448dfe8dfd76d21007d3a77e4-3.0.0-dev.13 [2023-02-22T20:34:01.642Z] main [2023-02-22T20:34:01.642Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-22T20:34:01.990Z] + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:3364b454c95a561448dfe8dfd76d21007d3a77e4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-22T20:34:02.342Z] + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:3364b454c95a561448dfe8dfd76d21007d3a77e4 [2023-02-22T20:34:02.342Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] [2023-02-22T20:34:02.342Z] 5cfc4c49f36a: Preparing [2023-02-22T20:34:02.342Z] f35ac376c23c: Preparing [2023-02-22T20:34:02.342Z] 70dab07cfd06: Preparing [2023-02-22T20:34:02.342Z] 2698abb9f939: Preparing [2023-02-22T20:34:02.342Z] f70ee36035b9: Preparing [2023-02-22T20:34:02.342Z] f70ee36035b9: Layer already exists [2023-02-22T20:34:02.616Z] f35ac376c23c: Pushed [2023-02-22T20:34:02.616Z] 5cfc4c49f36a: Pushed [2023-02-22T20:34:02.616Z] 2698abb9f939: Pushed [2023-02-22T20:34:09.274Z] 70dab07cfd06: Pushed [2023-02-22T20:34:09.274Z] 3364b454c95a561448dfe8dfd76d21007d3a77e4: digest: sha256:0305c612fe3a4ae3a7a456d3f8e8df176baefcb845cf2e6d573c7ffd0e83c157 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-22T20:34:09.636Z] + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-22T20:34:10.000Z] + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:latest [2023-02-22T20:34:10.000Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] [2023-02-22T20:34:10.000Z] 5cfc4c49f36a: Preparing [2023-02-22T20:34:10.000Z] f35ac376c23c: Preparing [2023-02-22T20:34:10.000Z] 70dab07cfd06: Preparing [2023-02-22T20:34:10.000Z] 2698abb9f939: Preparing [2023-02-22T20:34:10.000Z] f70ee36035b9: Preparing [2023-02-22T20:34:10.000Z] 5cfc4c49f36a: Layer already exists [2023-02-22T20:34:10.000Z] 70dab07cfd06: Layer already exists [2023-02-22T20:34:10.000Z] f70ee36035b9: Layer already exists [2023-02-22T20:34:10.000Z] f35ac376c23c: Layer already exists [2023-02-22T20:34:10.000Z] 2698abb9f939: Layer already exists [2023-02-22T20:34:10.269Z] latest: digest: sha256:0305c612fe3a4ae3a7a456d3f8e8df176baefcb845cf2e6d573c7ffd0e83c157 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-22T20:34:10.632Z] + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:3.0.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-22T20:34:10.984Z] + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:3.0.0-dev.13 [2023-02-22T20:34:10.985Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] [2023-02-22T20:34:10.985Z] 5cfc4c49f36a: Preparing [2023-02-22T20:34:10.985Z] f35ac376c23c: Preparing [2023-02-22T20:34:10.985Z] 70dab07cfd06: Preparing [2023-02-22T20:34:10.985Z] 2698abb9f939: Preparing [2023-02-22T20:34:10.985Z] f70ee36035b9: Preparing [2023-02-22T20:34:10.985Z] f35ac376c23c: Layer already exists [2023-02-22T20:34:10.985Z] 70dab07cfd06: Layer already exists [2023-02-22T20:34:10.985Z] f70ee36035b9: Layer already exists [2023-02-22T20:34:10.985Z] 2698abb9f939: Layer already exists [2023-02-22T20:34:10.985Z] 5cfc4c49f36a: Layer already exists [2023-02-22T20:34:11.254Z] 3.0.0-dev.13: digest: sha256:0305c612fe3a4ae3a7a456d3f8e8df176baefcb845cf2e6d573c7ffd0e83c157 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-22T20:34:11.662Z] + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:3364b454c95a561448dfe8dfd76d21007d3a77e4-3.0.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-22T20:34:12.029Z] + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:3364b454c95a561448dfe8dfd76d21007d3a77e4-3.0.0-dev.13 [2023-02-22T20:34:12.029Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] [2023-02-22T20:34:12.029Z] 5cfc4c49f36a: Preparing [2023-02-22T20:34:12.029Z] f35ac376c23c: Preparing [2023-02-22T20:34:12.029Z] 70dab07cfd06: Preparing [2023-02-22T20:34:12.029Z] 2698abb9f939: Preparing [2023-02-22T20:34:12.029Z] f70ee36035b9: Preparing [2023-02-22T20:34:12.029Z] f35ac376c23c: Layer already exists [2023-02-22T20:34:12.029Z] 5cfc4c49f36a: Layer already exists [2023-02-22T20:34:12.029Z] f70ee36035b9: Layer already exists [2023-02-22T20:34:12.029Z] 70dab07cfd06: Layer already exists [2023-02-22T20:34:12.029Z] 2698abb9f939: Layer already exists [2023-02-22T20:34:12.310Z] 3364b454c95a561448dfe8dfd76d21007d3a77e4-3.0.0-dev.13: digest: sha256:0305c612fe3a4ae3a7a456d3f8e8df176baefcb845cf2e6d573c7ffd0e83c157 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-22T20:34:12.678Z] + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-22T20:34:13.048Z] + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:main [2023-02-22T20:34:13.048Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] [2023-02-22T20:34:13.048Z] 5cfc4c49f36a: Preparing [2023-02-22T20:34:13.048Z] f35ac376c23c: Preparing [2023-02-22T20:34:13.048Z] 70dab07cfd06: Preparing [2023-02-22T20:34:13.048Z] 2698abb9f939: Preparing [2023-02-22T20:34:13.048Z] f70ee36035b9: Preparing [2023-02-22T20:34:13.048Z] f35ac376c23c: Layer already exists [2023-02-22T20:34:13.048Z] 2698abb9f939: Layer already exists [2023-02-22T20:34:13.048Z] 70dab07cfd06: Layer already exists [2023-02-22T20:34:13.048Z] f70ee36035b9: Layer already exists [2023-02-22T20:34:13.048Z] 5cfc4c49f36a: Layer already exists [2023-02-22T20:34:13.326Z] main: digest: sha256:0305c612fe3a4ae3a7a456d3f8e8df176baefcb845cf2e6d573c7ffd0e83c157 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-22T20:34:13.379Z] ===================================================== [Pipeline] echo [2023-02-22T20:34:13.384Z] taggedImages: [2023-02-22T20:34:13.384Z] - nexus3.edgexfoundry.org:10004/device-rest-arm64:3364b454c95a561448dfe8dfd76d21007d3a77e4 [2023-02-22T20:34:13.384Z] - nexus3.edgexfoundry.org:10004/device-rest-arm64:latest [2023-02-22T20:34:13.384Z] - nexus3.edgexfoundry.org:10004/device-rest-arm64:3.0.0-dev.13 [2023-02-22T20:34:13.384Z] - nexus3.edgexfoundry.org:10004/device-rest-arm64:3364b454c95a561448dfe8dfd76d21007d3a77e4-3.0.0-dev.13 [2023-02-22T20:34:13.384Z] - 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-02-22T20:34:13.771Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-02-22T20:34:13.771Z] [2023-02-22T20:34:13.772Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-22T20:34:14.113Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-02-22T20:34:15.078Z] arm64: Pulling from edgex-lftools-log-publisher [2023-02-22T20:34:15.078Z] 8998bd30e6a1: Pulling fs layer [2023-02-22T20:34:15.078Z] 04944245beec: Pulling fs layer [2023-02-22T20:34:15.078Z] 699f458cf7ca: Pulling fs layer [2023-02-22T20:34:15.078Z] 765212b225bb: Pulling fs layer [2023-02-22T20:34:15.078Z] f23df028b6ca: Pulling fs layer [2023-02-22T20:34:15.078Z] d65c8cfc05b1: Pulling fs layer [2023-02-22T20:34:15.078Z] 2437ff75d9bd: Pulling fs layer [2023-02-22T20:34:15.078Z] f23df028b6ca: Waiting [2023-02-22T20:34:15.078Z] 765212b225bb: Waiting [2023-02-22T20:34:15.078Z] d65c8cfc05b1: Waiting [2023-02-22T20:34:15.078Z] 2437ff75d9bd: Waiting [2023-02-22T20:34:15.078Z] 04944245beec: Verifying Checksum [2023-02-22T20:34:15.078Z] 04944245beec: Download complete [2023-02-22T20:34:15.078Z] 765212b225bb: Verifying Checksum [2023-02-22T20:34:15.078Z] 765212b225bb: Download complete [2023-02-22T20:34:15.350Z] f23df028b6ca: Verifying Checksum [2023-02-22T20:34:15.350Z] f23df028b6ca: Download complete [2023-02-22T20:34:15.350Z] d65c8cfc05b1: Verifying Checksum [2023-02-22T20:34:15.350Z] d65c8cfc05b1: Download complete [2023-02-22T20:34:15.350Z] 699f458cf7ca: Verifying Checksum [2023-02-22T20:34:15.350Z] 699f458cf7ca: Download complete [2023-02-22T20:34:15.933Z] 8998bd30e6a1: Verifying Checksum [2023-02-22T20:34:15.933Z] 8998bd30e6a1: Download complete [2023-02-22T20:34:17.882Z] 2437ff75d9bd: Verifying Checksum [2023-02-22T20:34:17.882Z] 2437ff75d9bd: Download complete [2023-02-22T20:34:19.825Z] 8998bd30e6a1: Pull complete [2023-02-22T20:34:20.412Z] 04944245beec: Pull complete [2023-02-22T20:34:21.837Z] 699f458cf7ca: Pull complete [2023-02-22T20:34:21.837Z] 765212b225bb: Pull complete [2023-02-22T20:34:22.423Z] f23df028b6ca: Pull complete [2023-02-22T20:34:22.692Z] d65c8cfc05b1: Pull complete [2023-02-22T20:34:37.697Z] 2437ff75d9bd: Pull complete [2023-02-22T20:34:37.697Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-02-22T20:34:37.697Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-02-22T20:34:37.697Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-22T20:34:37.911Z] prd-ubuntu20.04-docker-arm64-4c-16g-7115 does not seem to be running inside a container [2023-02-22T20:34:37.994Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/device-rest-go/85 -v /w/workspace/device-rest-go/85:/w/workspace/device-rest-go/85:rw,z -v /w/workspace/device-rest-go/85@tmp:/w/workspace/device-rest-go/85@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2023-02-22T20:34:40.905Z] $ docker top baec27caa61c86801a95a6624f96f446c9480ae100de01f40346df83dacc23fc -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-22T20:34:41.768Z] ---> job-cost.sh [2023-02-22T20:34:41.769Z] lf-activate-venv: SKIPPING [2023-02-22T20:34:41.769Z] INFO: No Stack... [2023-02-22T20:34:42.035Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-02-22T20:34:42.997Z] INFO: Archiving Costs [Pipeline] sh [2023-02-22T20:34:43.642Z] + cat /w/workspace/device-rest-go/85/archives/cost.csv [2023-02-22T20:34:43.642Z] + cut -d, -f6 [Pipeline] lock [2023-02-22T20:34:43.731Z] Trying to acquire lock on [jenkins-edgexfoundry-device-rest-go-main-85-stack-cost] [2023-02-22T20:34:43.739Z] Resource [jenkins-edgexfoundry-device-rest-go-main-85-stack-cost] did not exist. Created. [2023-02-22T20:34:43.739Z] Lock acquired on [jenkins-edgexfoundry-device-rest-go-main-85-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-02-22T20:34:44.412Z] /w/workspace/device-rest-go/85@tmp/durable-c811e285/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-02-22T20:34:45.077Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-02-22T20:34:45.102Z] Warning: overwriting stash ‘stack-cost’ [2023-02-22T20:34:45.156Z] Stashed 1 file(s) [Pipeline] } [2023-02-22T20:34:45.163Z] Lock released on resource [jenkins-edgexfoundry-device-rest-go-main-85-stack-cost] [Pipeline] // lock [Pipeline] } [2023-02-22T20:34:45.181Z] $ docker stop --time=1 baec27caa61c86801a95a6624f96f446c9480ae100de01f40346df83dacc23fc [2023-02-22T20:34:46.687Z] $ docker rm -f --volumes baec27caa61c86801a95a6624f96f446c9480ae100de01f40346df83dacc23fc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider [2023-02-22T20:34:47.062Z] provisioning config files... [2023-02-22T20:34:47.070Z] copy managed file [device-rest-go-codecov-token] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config2234170622559296641tmp [Pipeline] { [Pipeline] sh [2023-02-22T20:34:47.364Z] + set +x [2023-02-22T20:34:47.364Z] + curl -s https://codecov.io/bash [2023-02-22T20:34:47.364Z] + bash -s -- [2023-02-22T20:34:47.364Z] [2023-02-22T20:34:47.364Z] _____ _ [2023-02-22T20:34:47.364Z] / ____| | | [2023-02-22T20:34:47.364Z] | | ___ __| | ___ ___ _____ __ [2023-02-22T20:34:47.364Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-02-22T20:34:47.364Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-02-22T20:34:47.364Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-02-22T20:34:47.364Z] Bash-1.0.6 [2023-02-22T20:34:47.364Z] [2023-02-22T20:34:47.364Z] [2023-02-22T20:34:47.364Z] ==> git version 2.25.1 found [2023-02-22T20:34:47.364Z] ==> 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-02-22T20:34:47.364Z] Release-Date: 2020-01-08 [2023-02-22T20:34:47.364Z] 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-02-22T20:34:47.364Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-02-22T20:34:47.364Z] ==> Jenkins CI detected. [2023-02-22T20:34:47.364Z] current dir:  /w/workspace/edgexfoundry_device-rest-go_main [2023-02-22T20:34:47.364Z] project root: . [2023-02-22T20:34:47.364Z] --> token set from env [2023-02-22T20:34:47.364Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-02-22T20:34:47.364Z] ==> Running gcov in . (disable via -X gcov) [2023-02-22T20:34:47.364Z] ==> Python coveragepy not found [2023-02-22T20:34:47.364Z] ==> Searching for coverage reports in: [2023-02-22T20:34:47.364Z] + . [2023-02-22T20:34:47.364Z] -> Found 1 reports [2023-02-22T20:34:47.364Z] ==> Detecting git/mercurial file structure [2023-02-22T20:34:47.364Z] ==> Reading reports [2023-02-22T20:34:47.364Z] + ./coverage.out bytes=13744 [2023-02-22T20:34:47.364Z] ==> Appending adjustments [2023-02-22T20:34:47.364Z] https://docs.codecov.io/docs/fixing-reports [2023-02-22T20:34:47.622Z] + Found adjustments [2023-02-22T20:34:47.622Z] ==> Gzipping contents [2023-02-22T20:34:47.622Z] 4.0K /tmp/codecov.JJb8ss.gz [2023-02-22T20:34:47.622Z] ==> Uploading reports [2023-02-22T20:34:47.622Z] url: https://codecov.io [2023-02-22T20:34:47.622Z] query: branch=main&commit=3364b454c95a561448dfe8dfd76d21007d3a77e4&build=85&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rest-go%2Fjob%2Fmain%2F85%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rest-go&service=jenkins&flags=&pr=&job=&cmd_args= [2023-02-22T20:34:47.622Z] -> Pinging Codecov [2023-02-22T20:34:47.622Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=c51feb23-73ac-4f49-b3d1-d26df23137db&branch=main&commit=3364b454c95a561448dfe8dfd76d21007d3a77e4&build=85&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rest-go%2Fjob%2Fmain%2F85%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rest-go&service=jenkins&flags=&pr=&job=&cmd_args= [2023-02-22T20:34:47.622Z] -> Uploading to [2023-02-22T20:34:47.622Z] https://storage.googleapis.com/codecov/v4/raw/2023-02-22/4E5D53B4F1F92C436F7061BF334D961C/3364b454c95a561448dfe8dfd76d21007d3a77e4/526ebbf6-7cd0-4ef9-a7f6-fe3dcaa2515f.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230222%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230222T203447Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=b496cc786a92ec166e874dbed69fab1c90b057109bcd87b0f1e8d25c76420a85 [2023-02-22T20:34:47.880Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-22T20:34:47.880Z] Dload Upload Total Spent Left Speed [2023-02-22T20:34:48.144Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 2443 0 0 100 2443 0 6445 --:--:-- --:--:-- --:--:-- 6445 [2023-02-22T20:34:48.144Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-rest-go/commit/3364b454c95a561448dfe8dfd76d21007d3a77e4 [Pipeline] } [2023-02-22T20:34:48.150Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2023-02-22T20:34:48.248Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2023-02-22T20:34:48.258Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-22T20:34:48.550Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-02-22T20:34:48.550Z] [2023-02-22T20:34:48.550Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-22T20:34:48.845Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-02-22T20:34:48.845Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2023-02-22T20:34:48.845Z] df9b9388f04a: Pulling fs layer [2023-02-22T20:34:48.845Z] 52dc419b0ee2: Pulling fs layer [2023-02-22T20:34:48.845Z] 25bc292e5bac: Pulling fs layer [2023-02-22T20:34:48.845Z] 114826534d7a: Pulling fs layer [2023-02-22T20:34:48.845Z] 4657fd5d0bcf: Pulling fs layer [2023-02-22T20:34:48.845Z] 6ad1cebc031e: Pulling fs layer [2023-02-22T20:34:48.845Z] 8a3aa393b2d8: Pulling fs layer [2023-02-22T20:34:48.845Z] 114826534d7a: Waiting [2023-02-22T20:34:48.845Z] 4657fd5d0bcf: Waiting [2023-02-22T20:34:48.845Z] 6ad1cebc031e: Waiting [2023-02-22T20:34:48.845Z] 8a3aa393b2d8: Waiting [2023-02-22T20:34:48.845Z] 25bc292e5bac: Verifying Checksum [2023-02-22T20:34:48.845Z] 25bc292e5bac: Download complete [2023-02-22T20:34:48.845Z] 52dc419b0ee2: Verifying Checksum [2023-02-22T20:34:48.846Z] 52dc419b0ee2: Download complete [2023-02-22T20:34:48.846Z] 4657fd5d0bcf: Verifying Checksum [2023-02-22T20:34:48.846Z] 4657fd5d0bcf: Download complete [2023-02-22T20:34:48.846Z] df9b9388f04a: Verifying Checksum [2023-02-22T20:34:48.846Z] df9b9388f04a: Download complete [2023-02-22T20:34:49.106Z] df9b9388f04a: Pull complete [2023-02-22T20:34:49.106Z] 6ad1cebc031e: Verifying Checksum [2023-02-22T20:34:49.106Z] 6ad1cebc031e: Download complete [2023-02-22T20:34:49.106Z] 52dc419b0ee2: Pull complete [2023-02-22T20:34:49.106Z] 25bc292e5bac: Pull complete [2023-02-22T20:34:49.673Z] 114826534d7a: Verifying Checksum [2023-02-22T20:34:49.673Z] 114826534d7a: Download complete [2023-02-22T20:34:49.931Z] 8a3aa393b2d8: Verifying Checksum [2023-02-22T20:34:49.931Z] 8a3aa393b2d8: Download complete [2023-02-22T20:34:53.210Z] 114826534d7a: Pull complete [2023-02-22T20:34:53.210Z] 4657fd5d0bcf: Pull complete [2023-02-22T20:34:53.469Z] 6ad1cebc031e: Pull complete [2023-02-22T20:34:55.995Z] 8a3aa393b2d8: Pull complete [2023-02-22T20:34:55.995Z] Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 [2023-02-22T20:34:55.995Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-02-22T20:34:55.995Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-22T20:34:56.074Z] prd-ubuntu20.04-docker-8c-8g-7113 does not seem to be running inside a container [2023-02-22T20:34:56.113Z] $ 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-02-22T20:34:58.239Z] $ docker top 74cd565302b73501d09d8a7c03eca12633714df6775d68c6a68b2c2574513ff9 -eo pid,comm [Pipeline] { [Pipeline] echo [2023-02-22T20:34:58.298Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-rest-go:main' [Pipeline] sh [2023-02-22T20:34:58.574Z] + set -o pipefail [2023-02-22T20:34:58.574Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-rest-go:main' [2023-02-22T20:35:05.132Z] [2023-02-22T20:35:05.132Z] Monitoring /w/workspace/edgexfoundry_device-rest-go_main (github.com/edgexfoundry/device-rest-go)... [2023-02-22T20:35:05.132Z] [2023-02-22T20:35:05.132Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/6693b2f8-cb2c-4fe8-a536-d1b67f9ec7d5/history/617eeec6-564e-43a8-a490-e1b5cfcfb50b [2023-02-22T20:35:05.132Z] [2023-02-22T20:35:05.132Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2023-02-22T20:35:05.132Z] [2023-02-22T20:35:05.132Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2023-02-22T20:35:05.132Z] [2023-02-22T20:35:06.069Z] [2023-02-22T20:35:06.069Z] A medium severity vulnerability was found in the Snyk CLI versions you are using. [2023-02-22T20:35:06.069Z] We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. [2023-02-22T20:35:06.069Z] More details here: https://snyk.co/ue1NS [Pipeline] } [2023-02-22T20:35:06.085Z] $ docker stop --time=1 74cd565302b73501d09d8a7c03eca12633714df6775d68c6a68b2c2574513ff9 [2023-02-22T20:35:08.171Z] $ docker rm -f --volumes 74cd565302b73501d09d8a7c03eca12633714df6775d68c6a68b2c2574513ff9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-02-22T20:35:08.861Z] + git log --format=format:%s -1 3364b454c95a561448dfe8dfd76d21007d3a77e4 [Pipeline] sh [2023-02-22T20:35:09.148Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-02-22T20:35:09.148Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-22T20:35:09.449Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-22T20:35:09.449Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-22T20:35:09.519Z] prd-ubuntu20.04-docker-8c-8g-7113 does not seem to be running inside a container [2023-02-22T20:35:09.554Z] $ 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-02-22T20:35:09.966Z] $ docker top 2acb23e07394fef76a2565fb4f11011ce93cb410c63df26f3e118654a25c01c1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-02-22T20:35:10.045Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-22T20:35:10.045Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-22T20:35:10.145Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-22T20:35:10.152Z] $ docker exec 2acb23e07394fef76a2565fb4f11011ce93cb410c63df26f3e118654a25c01c1 ssh-agent [2023-02-22T20:35:10.250Z] SSH_AUTH_SOCK=/tmp/ssh-3Rfitt1xFmLF/agent.32 [2023-02-22T20:35:10.250Z] SSH_AGENT_PID=38 [2023-02-22T20:35:10.254Z] Running ssh-add (command line suppressed) [2023-02-22T20:35:10.356Z] Identity added: /w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_11900380520154521128.key (/w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_11900380520154521128.key) [2023-02-22T20:35:10.365Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-22T20:35:10.653Z] + git semver tag [2023-02-22T20:35:10.912Z] 2023-02-22 20:35:10,829 [run_tag] DEBUG tag force:False [2023-02-22T20:35:10.912Z] 2023-02-22 20:35:10,830 [check_head_tag] DEBUG check head tag [2023-02-22T20:35:10.912Z] 2023-02-22 20:35:10,830 [execute] INFO git cat-file --batch-check [2023-02-22T20:35:10.912Z] 2023-02-22 20:35:10,831 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-rest-go_main, universal_newlines=False, shell=None, istream=) [2023-02-22T20:35:10.912Z] 2023-02-22 20:35:10,834 [execute] INFO git cat-file --batch [2023-02-22T20:35:10.912Z] 2023-02-22 20:35:10,835 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-rest-go_main, universal_newlines=False, shell=None, istream=) [2023-02-22T20:35:10.912Z] 2023-02-22 20:35:10,855 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main [2023-02-22T20:35:10.912Z] 2023-02-22 20:35:10,856 [execute] INFO git tag -a v3.0.0-dev.13 -m v3.0.0-dev.13 [2023-02-22T20:35:10.912Z] 2023-02-22 20:35:10,856 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.13', '-m', 'v3.0.0-dev.13'], cwd=/w/workspace/edgexfoundry_device-rest-go_main, universal_newlines=False, shell=None, istream=None) [2023-02-22T20:35:10.912Z] 2023-02-22 20:35:10,859 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main [2023-02-22T20:35:10.912Z] 3.0.0-dev.13 [Pipeline] } [2023-02-22T20:35:10.927Z] $ docker exec --env ******** --env ******** 2acb23e07394fef76a2565fb4f11011ce93cb410c63df26f3e118654a25c01c1 ssh-agent -k [2023-02-22T20:35:11.021Z] unset SSH_AUTH_SOCK; [2023-02-22T20:35:11.022Z] unset SSH_AGENT_PID; [2023-02-22T20:35:11.022Z] echo Agent pid 38 killed; [2023-02-22T20:35:11.026Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-22T20:35:11.327Z] + git semver [Pipeline] } [2023-02-22T20:35:11.605Z] $ docker stop --time=1 2acb23e07394fef76a2565fb4f11011ce93cb410c63df26f3e118654a25c01c1 [2023-02-22T20:35:12.962Z] $ docker rm -f --volumes 2acb23e07394fef76a2565fb4f11011ce93cb410c63df26f3e118654a25c01c1 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-22T20:35:13.344Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-02-22T20:35:13.344Z] [2023-02-22T20:35:13.344Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-22T20:35:13.650Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-02-22T20:35:13.650Z] 0.23.1-centos7: Pulling from edgex-lftools [2023-02-22T20:35:13.650Z] ab5ef0e58194: Pulling fs layer [2023-02-22T20:35:13.650Z] 9712f1f96733: Pulling fs layer [2023-02-22T20:35:13.650Z] 63f879dbbcfc: Pulling fs layer [2023-02-22T20:35:13.650Z] 0d9ebad4ef96: Pulling fs layer [2023-02-22T20:35:13.650Z] e9a5061849ea: Pulling fs layer [2023-02-22T20:35:13.650Z] d747dcd14b5f: Pulling fs layer [2023-02-22T20:35:13.650Z] 2de7ff778b66: Pulling fs layer [2023-02-22T20:35:13.650Z] e9a5061849ea: Waiting [2023-02-22T20:35:13.650Z] d747dcd14b5f: Waiting [2023-02-22T20:35:13.650Z] 2de7ff778b66: Waiting [2023-02-22T20:35:13.650Z] 0d9ebad4ef96: Waiting [2023-02-22T20:35:13.650Z] 9712f1f96733: Download complete [2023-02-22T20:35:14.238Z] 63f879dbbcfc: Verifying Checksum [2023-02-22T20:35:14.238Z] 63f879dbbcfc: Download complete [2023-02-22T20:35:14.238Z] 0d9ebad4ef96: Verifying Checksum [2023-02-22T20:35:14.238Z] 0d9ebad4ef96: Download complete [2023-02-22T20:35:14.238Z] e9a5061849ea: Verifying Checksum [2023-02-22T20:35:14.238Z] e9a5061849ea: Download complete [2023-02-22T20:35:14.238Z] d747dcd14b5f: Download complete [2023-02-22T20:35:14.238Z] ab5ef0e58194: Verifying Checksum [2023-02-22T20:35:14.238Z] ab5ef0e58194: Download complete [2023-02-22T20:35:14.497Z] 2de7ff778b66: Verifying Checksum [2023-02-22T20:35:14.497Z] 2de7ff778b66: Download complete [2023-02-22T20:35:17.025Z] ab5ef0e58194: Pull complete [2023-02-22T20:35:17.025Z] 9712f1f96733: Pull complete [2023-02-22T20:35:17.590Z] 63f879dbbcfc: Pull complete [2023-02-22T20:35:20.874Z] 0d9ebad4ef96: Pull complete [2023-02-22T20:35:21.131Z] e9a5061849ea: Pull complete [2023-02-22T20:35:21.389Z] d747dcd14b5f: Pull complete [2023-02-22T20:35:22.323Z] 2de7ff778b66: Pull complete [2023-02-22T20:35:22.323Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2023-02-22T20:35:22.323Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-02-22T20:35:22.323Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-22T20:35:22.412Z] prd-ubuntu20.04-docker-8c-8g-7113 does not seem to be running inside a container [2023-02-22T20:35:22.451Z] $ 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-02-22T20:35:24.574Z] $ docker top 1fdbd425de23f4064d3b3d85e9ab851d86f22a7c7555a9f2b6b29bcbeb8ec487 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2023-02-22T20:35:24.637Z] provisioning config files... [2023-02-22T20:35:24.644Z] copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config8158008895221203627tmp [2023-02-22T20:35:24.653Z] copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config2684923907475465099tmp [2023-02-22T20:35:24.662Z] copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config18418402325756284678tmp [Pipeline] { [Pipeline] echo [2023-02-22T20:35:24.672Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-22T20:35:24.951Z] ---> sigul-configuration.sh [2023-02-22T20:35:24.951Z] gpg: directory `/root/.gnupg' created [2023-02-22T20:35:24.951Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2023-02-22T20:35:24.951Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2023-02-22T20:35:24.951Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2023-02-22T20:35:24.951Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2023-02-22T20:35:24.951Z] gpg: CAST5 encrypted data [2023-02-22T20:35:24.951Z] gpg: encrypted with 1 passphrase [2023-02-22T20:35:24.951Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2023-02-22T20:35:25.239Z] + mkdir /home/jenkins [2023-02-22T20:35:25.239Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2023-02-22T20:35:25.524Z] + 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-02-22T20:35:25.533Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-22T20:35:25.816Z] ---> sigul-install.sh [2023-02-22T20:35:25.816Z] Sigul already installed; skipping installation. [Pipeline] sh [2023-02-22T20:35:26.104Z] + git tag --list [2023-02-22T20:35:26.104Z] v1.0.0 [2023-02-22T20:35:26.104Z] v1.1.0 [2023-02-22T20:35:26.104Z] v1.1.1 [2023-02-22T20:35:26.104Z] v1.1.2 [2023-02-22T20:35:26.104Z] v1.2.0 [2023-02-22T20:35:26.104Z] v1.2.1 [2023-02-22T20:35:26.104Z] v2.0.0 [2023-02-22T20:35:26.104Z] v2.1.0 [2023-02-22T20:35:26.104Z] v2.1.1 [2023-02-22T20:35:26.104Z] v2.1.1-dev.1 [2023-02-22T20:35:26.104Z] v2.1.1-dev.2 [2023-02-22T20:35:26.104Z] v2.1.1-dev.3 [2023-02-22T20:35:26.104Z] v2.2.0 [2023-02-22T20:35:26.104Z] v2.2.1-dev.1 [2023-02-22T20:35:26.104Z] v2.2.1-dev.2 [2023-02-22T20:35:26.104Z] v2.2.1-dev.3 [2023-02-22T20:35:26.104Z] v2.2.1-dev.4 [2023-02-22T20:35:26.104Z] v2.2.1-dev.5 [2023-02-22T20:35:26.104Z] v2.2.1-dev.6 [2023-02-22T20:35:26.104Z] v2.2.1-dev.7 [2023-02-22T20:35:26.104Z] v2.2.1-dev.8 [2023-02-22T20:35:26.104Z] v2.2.1-dev.9 [2023-02-22T20:35:26.104Z] v2.3.0 [2023-02-22T20:35:26.104Z] v2.3.0-dev.10 [2023-02-22T20:35:26.104Z] v2.3.0-dev.11 [2023-02-22T20:35:26.104Z] v2.3.0-dev.12 [2023-02-22T20:35:26.104Z] v2.3.0-dev.13 [2023-02-22T20:35:26.104Z] v2.3.0-dev.14 [2023-02-22T20:35:26.104Z] v2.3.0-dev.15 [2023-02-22T20:35:26.104Z] v2.3.0-dev.16 [2023-02-22T20:35:26.104Z] v2.3.0-dev.17 [2023-02-22T20:35:26.104Z] v2.3.0-dev.18 [2023-02-22T20:35:26.104Z] v2.3.0-dev.19 [2023-02-22T20:35:26.104Z] v2.3.0-dev.20 [2023-02-22T20:35:26.104Z] v2.3.0-dev.21 [2023-02-22T20:35:26.104Z] v2.3.0-dev.22 [2023-02-22T20:35:26.104Z] v2.3.0-dev.23 [2023-02-22T20:35:26.104Z] v2.3.0-dev.24 [2023-02-22T20:35:26.104Z] v2.3.0-dev.25 [2023-02-22T20:35:26.104Z] v2.3.0-dev.9 [2023-02-22T20:35:26.104Z] v3.0.0-dev.1 [2023-02-22T20:35:26.104Z] v3.0.0-dev.10 [2023-02-22T20:35:26.104Z] v3.0.0-dev.11 [2023-02-22T20:35:26.104Z] v3.0.0-dev.12 [2023-02-22T20:35:26.104Z] v3.0.0-dev.13 [2023-02-22T20:35:26.104Z] v3.0.0-dev.2 [2023-02-22T20:35:26.104Z] v3.0.0-dev.3 [2023-02-22T20:35:26.104Z] v3.0.0-dev.4 [2023-02-22T20:35:26.104Z] v3.0.0-dev.5 [2023-02-22T20:35:26.104Z] v3.0.0-dev.6 [2023-02-22T20:35:26.104Z] v3.0.0-dev.7 [2023-02-22T20:35:26.104Z] v3.0.0-dev.8 [2023-02-22T20:35:26.104Z] v3.0.0-dev.9 [Pipeline] sh [2023-02-22T20:35:26.391Z] + lftools sign git-tag v3.0.0-dev.13 [2023-02-22T20:35:26.958Z] Signing Git tag with Sigul... [2023-02-22T20:35:26.958Z] Signing v3.0.0-dev.13 [Pipeline] echo [2023-02-22T20:35:27.538Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-22T20:35:27.822Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2023-02-22T20:35:27.830Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2023-02-22T20:35:27.853Z] $ docker stop --time=1 1fdbd425de23f4064d3b3d85e9ab851d86f22a7c7555a9f2b6b29bcbeb8ec487 [2023-02-22T20:35:29.189Z] $ docker rm -f --volumes 1fdbd425de23f4064d3b3d85e9ab851d86f22a7c7555a9f2b6b29bcbeb8ec487 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2023-02-22T20:35:29.576Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-02-22T20:35:29.576Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-22T20:35:29.868Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-22T20:35:29.868Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-22T20:35:29.936Z] prd-ubuntu20.04-docker-8c-8g-7113 does not seem to be running inside a container [2023-02-22T20:35:29.969Z] $ 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-02-22T20:35:30.367Z] $ docker top 1e1f02f3a102a52d09652702ba60150a68e83850c7a7d8caac6874dd4e7b3304 -eo pid,comm [2023-02-22T20:35:30.414Z] 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-02-22T20:35:30.414Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-02-22T20:35:30.454Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-22T20:35:30.454Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-22T20:35:30.567Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-22T20:35:30.574Z] $ docker exec 1e1f02f3a102a52d09652702ba60150a68e83850c7a7d8caac6874dd4e7b3304 ssh-agent [2023-02-22T20:35:30.670Z] SSH_AUTH_SOCK=/tmp/ssh-WpUq6lN2CRlt/agent.33 [2023-02-22T20:35:30.670Z] SSH_AGENT_PID=39 [2023-02-22T20:35:30.675Z] Running ssh-add (command line suppressed) [2023-02-22T20:35:30.777Z] Identity added: /w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_1946922010268863569.key (/w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_1946922010268863569.key) [2023-02-22T20:35:30.787Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-22T20:35:31.072Z] + git semver bump pre [2023-02-22T20:35:31.331Z] 2023-02-22 20:35:31,262 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main [2023-02-22T20:35:31.331Z] 2023-02-22 20:35:31,263 [bump_version] DEBUG bumping version:3.0.0-dev.13 on axis:pre with prefix:dev [2023-02-22T20:35:31.331Z] 2023-02-22 20:35:31,263 [bump_version] DEBUG bumped version:3.0.0-dev.14 [2023-02-22T20:35:31.331Z] 2023-02-22 20:35:31,263 [write_version] DEBUG write version:3.0.0-dev.14 to path:/w/workspace/edgexfoundry_device-rest-go_main/.semver/main with force:True [2023-02-22T20:35:31.331Z] 2023-02-22 20:35:31,263 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main [2023-02-22T20:35:31.331Z] 2023-02-22 20:35:31,263 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_device-rest-go_main/.semver/main [2023-02-22T20:35:31.331Z] 2023-02-22 20:35:31,265 [execute] INFO git cat-file --batch-check [2023-02-22T20:35:31.331Z] 2023-02-22 20:35:31,265 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-rest-go_main/.semver, universal_newlines=False, shell=None, istream=) [2023-02-22T20:35:31.331Z] 2023-02-22 20:35:31,271 [execute] INFO git cat-file --batch [2023-02-22T20:35:31.331Z] 2023-02-22 20:35:31,272 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-rest-go_main/.semver, universal_newlines=False, shell=None, istream=) [2023-02-22T20:35:31.331Z] 2023-02-22 20:35:31,276 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main [2023-02-22T20:35:31.331Z] 3.0.0-dev.14 [Pipeline] } [2023-02-22T20:35:31.348Z] $ docker exec --env ******** --env ******** 1e1f02f3a102a52d09652702ba60150a68e83850c7a7d8caac6874dd4e7b3304 ssh-agent -k [2023-02-22T20:35:31.447Z] unset SSH_AUTH_SOCK; [2023-02-22T20:35:31.447Z] unset SSH_AGENT_PID; [2023-02-22T20:35:31.447Z] echo Agent pid 39 killed; [2023-02-22T20:35:31.453Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-22T20:35:31.762Z] + git semver [Pipeline] } [2023-02-22T20:35:32.040Z] $ docker stop --time=1 1e1f02f3a102a52d09652702ba60150a68e83850c7a7d8caac6874dd4e7b3304 [2023-02-22T20:35:33.342Z] $ docker rm -f --volumes 1e1f02f3a102a52d09652702ba60150a68e83850c7a7d8caac6874dd4e7b3304 [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-22T20:35:33.686Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-02-22T20:35:33.686Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-22T20:35:33.983Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-22T20:35:33.983Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-22T20:35:34.055Z] prd-ubuntu20.04-docker-8c-8g-7113 does not seem to be running inside a container [2023-02-22T20:35:34.089Z] $ 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-02-22T20:35:34.468Z] $ docker top 0d94d83fdd0fc30f11181efd4e9cdc24f34074fd8cb11588683f44564a17713d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-02-22T20:35:34.554Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-22T20:35:34.554Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-22T20:35:34.663Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-22T20:35:34.671Z] $ docker exec 0d94d83fdd0fc30f11181efd4e9cdc24f34074fd8cb11588683f44564a17713d ssh-agent [2023-02-22T20:35:34.772Z] SSH_AUTH_SOCK=/tmp/ssh-uudhHSMZYfuM/agent.32 [2023-02-22T20:35:34.772Z] SSH_AGENT_PID=38 [2023-02-22T20:35:34.778Z] Running ssh-add (command line suppressed) [2023-02-22T20:35:34.885Z] Identity added: /w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_8346182255493385286.key (/w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_8346182255493385286.key) [2023-02-22T20:35:34.892Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-22T20:35:35.181Z] + git semver push [2023-02-22T20:35:35.440Z] 2023-02-22 20:35:35,368 [run_push] DEBUG push [2023-02-22T20:35:35.440Z] 2023-02-22 20:35:35,369 [execute] INFO git cat-file --batch-check [2023-02-22T20:35:35.440Z] 2023-02-22 20:35:35,369 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-rest-go_main/.semver, universal_newlines=False, shell=None, istream=) [2023-02-22T20:35:35.440Z] 2023-02-22 20:35:35,375 [execute] INFO git rev-list bc5c85cd06d186b3db18f9c9155e297e9dcd3828 -- [2023-02-22T20:35:35.440Z] 2023-02-22 20:35:35,375 [execute] DEBUG Popen(['git', 'rev-list', 'bc5c85cd06d186b3db18f9c9155e297e9dcd3828', '--'], cwd=/w/workspace/edgexfoundry_device-rest-go_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-02-22T20:35:35.440Z] 2023-02-22 20:35:35,384 [execute] INFO git fetch -v origin [2023-02-22T20:35:35.440Z] 2023-02-22 20:35:35,385 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgexfoundry_device-rest-go_main/.semver, universal_newlines=True, shell=None, istream=None) [2023-02-22T20:35:36.009Z] 2023-02-22 20:35:35,972 [run_push] DEBUG no remote changes detected [2023-02-22T20:35:36.009Z] 2023-02-22 20:35:35,972 [execute] INFO git push origin semver [2023-02-22T20:35:36.009Z] 2023-02-22 20:35:35,973 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgexfoundry_device-rest-go_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-02-22T20:35:36.945Z] 2023-02-22 20:35:36,848 [run_push] DEBUG push all version tags [2023-02-22T20:35:36.945Z] 2023-02-22 20:35:36,848 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2023-02-22T20:35:36.945Z] 2023-02-22 20:35:36,849 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgexfoundry_device-rest-go_main, universal_newlines=False, shell=None, istream=None) [2023-02-22T20:35:37.881Z] 2023-02-22 20:35:37,694 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main [2023-02-22T20:35:37.881Z] 3.0.0-dev.14 [Pipeline] } [2023-02-22T20:35:37.897Z] $ docker exec --env ******** --env ******** 0d94d83fdd0fc30f11181efd4e9cdc24f34074fd8cb11588683f44564a17713d ssh-agent -k [2023-02-22T20:35:38.001Z] unset SSH_AUTH_SOCK; [2023-02-22T20:35:38.001Z] unset SSH_AGENT_PID; [2023-02-22T20:35:38.001Z] echo Agent pid 38 killed; [2023-02-22T20:35:38.007Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-22T20:35:38.314Z] + git semver [Pipeline] } [2023-02-22T20:35:38.591Z] $ docker stop --time=1 0d94d83fdd0fc30f11181efd4e9cdc24f34074fd8cb11588683f44564a17713d [2023-02-22T20:35:39.909Z] $ docker rm -f --volumes 0d94d83fdd0fc30f11181efd4e9cdc24f34074fd8cb11588683f44564a17713d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2023-02-22T20:35:40.451Z] + [ -d /w/workspace/edgexfoundry_device-rest-go_main/archives ] [2023-02-22T20:35:40.452Z] + ls -al /w/workspace/edgexfoundry_device-rest-go_main/archives [2023-02-22T20:35:40.452Z] total 16 [2023-02-22T20:35:40.452Z] drwxr-xr-x 3 root root 4096 Feb 22 20:25 . [2023-02-22T20:35:40.452Z] drwxrwxr-x 10 jenkins jenkins 4096 Feb 22 20:35 .. [2023-02-22T20:35:40.452Z] drwxr-xr-x 2 root root 4096 Feb 22 20:25 cost [2023-02-22T20:35:40.452Z] -rw-r--r-- 1 root root 85 Feb 22 20:25 cost.csv [2023-02-22T20:35:40.452Z] + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_device-rest-go_main/archives [2023-02-22T20:35:40.452Z] + ls -al /w/workspace/edgexfoundry_device-rest-go_main/archives [2023-02-22T20:35:40.452Z] total 16 [2023-02-22T20:35:40.452Z] drwxr-xr-x 3 jenkins jenkins 4096 Feb 22 20:25 . [2023-02-22T20:35:40.452Z] drwxrwxr-x 10 jenkins jenkins 4096 Feb 22 20:35 .. [2023-02-22T20:35:40.452Z] drwxr-xr-x 2 jenkins jenkins 4096 Feb 22 20:25 cost [2023-02-22T20:35:40.452Z] -rw-r--r-- 1 jenkins jenkins 85 Feb 22 20:25 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-02-22T20:35:40.743Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-22T20:35:41.603Z] ---> package-listing.sh [2023-02-22T20:35:41.603Z] ++ facter osfamily [2023-02-22T20:35:41.603Z] ++ tr '[:upper:]' '[:lower:]' [2023-02-22T20:35:41.862Z] + OS_FAMILY=debian [2023-02-22T20:35:41.862Z] + workspace=/w/workspace/edgexfoundry_device-rest-go_main [2023-02-22T20:35:41.862Z] + START_PACKAGES=/tmp/packages_start.txt [2023-02-22T20:35:41.862Z] + END_PACKAGES=/tmp/packages_end.txt [2023-02-22T20:35:41.862Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-02-22T20:35:41.862Z] + PACKAGES=/tmp/packages_start.txt [2023-02-22T20:35:41.862Z] + '[' /w/workspace/edgexfoundry_device-rest-go_main ']' [2023-02-22T20:35:41.862Z] + PACKAGES=/tmp/packages_end.txt [2023-02-22T20:35:41.862Z] + case "${OS_FAMILY}" in [2023-02-22T20:35:41.862Z] + dpkg -l [2023-02-22T20:35:41.862Z] + grep '^ii' [2023-02-22T20:35:41.862Z] + '[' -f /tmp/packages_start.txt ']' [2023-02-22T20:35:41.862Z] + '[' -f /tmp/packages_end.txt ']' [2023-02-22T20:35:41.862Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-02-22T20:35:41.862Z] + '[' /w/workspace/edgexfoundry_device-rest-go_main ']' [2023-02-22T20:35:41.862Z] + mkdir -p /w/workspace/edgexfoundry_device-rest-go_main/archives/ [2023-02-22T20:35:41.862Z] + 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-02-22T20:35:41.872Z] 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-02-22T20:35:42.148Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-22T20:35:42.704Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-22T20:35:42.704Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-22T20:35:42.768Z] prd-ubuntu20.04-docker-8c-8g-7113 does not seem to be running inside a container [2023-02-22T20:35:42.803Z] $ 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-02-22T20:35:43.032Z] $ docker top f3d0da073547f7d09dd12047e9325d20d4d441ede2a1e05335c52ca148eaa206 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-22T20:35:43.449Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-02-22T20:35:43.784Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-02-22T20:35:44.100Z] + ls /var/log/sa-host [2023-02-22T20:35:44.100Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-22T20:35:44.240Z] provisioning config files... [2023-02-22T20:35:44.248Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config1634006955512254730tmp [Pipeline] { [Pipeline] echo [2023-02-22T20:35:44.260Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-22T20:35:44.542Z] ---> create-netrc.sh [Pipeline] } [2023-02-22T20:35:44.549Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-02-22T20:35:44.870Z] ---> python-tools-install.sh [Pipeline] echo [2023-02-22T20:35:44.881Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-22T20:35:45.166Z] ---> sudo-logs.sh [2023-02-22T20:35:45.166Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-02-22T20:35:45.194Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-22T20:35:45.475Z] ---> job-cost.sh [2023-02-22T20:35:45.476Z] lf-activate-venv: SKIPPING [2023-02-22T20:35:45.476Z] DEBUG: total: 0.2199999988079071 [2023-02-22T20:35:45.476Z] INFO: Retrieving Stack Cost... [2023-02-22T20:35:45.735Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-02-22T20:35:46.302Z] INFO: Archiving Costs [Pipeline] echo [2023-02-22T20:35:46.316Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-22T20:35:46.599Z] ---> logs-deploy.sh [2023-02-22T20:35:46.599Z] lf-activate-venv: SKIPPING [2023-02-22T20:35:46.599Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rest-go/main/85 [2023-02-22T20:35:46.599Z] INFO: archiving workspace using pattern(s): [2023-02-22T20:35:47.533Z] Archives upload complete. [2023-02-22T20:35:47.793Z] INFO: archiving logs to Nexus [2023-02-22T20:35:48.360Z] ---> uname -a: [2023-02-22T20:35:48.360Z] Linux prd-ubuntu20-04-docker-8c-8g-7113 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux [2023-02-22T20:35:48.360Z] [2023-02-22T20:35:48.360Z] [2023-02-22T20:35:48.361Z] ---> lscpu: [2023-02-22T20:35:48.361Z] Architecture: x86_64 [2023-02-22T20:35:48.361Z] CPU op-mode(s): 32-bit, 64-bit [2023-02-22T20:35:48.361Z] Byte Order: Little Endian [2023-02-22T20:35:48.361Z] Address sizes: 40 bits physical, 48 bits virtual [2023-02-22T20:35:48.361Z] CPU(s): 8 [2023-02-22T20:35:48.361Z] On-line CPU(s) list: 0-7 [2023-02-22T20:35:48.361Z] Thread(s) per core: 1 [2023-02-22T20:35:48.361Z] Core(s) per socket: 1 [2023-02-22T20:35:48.361Z] Socket(s): 8 [2023-02-22T20:35:48.361Z] NUMA node(s): 1 [2023-02-22T20:35:48.361Z] Vendor ID: AuthenticAMD [2023-02-22T20:35:48.361Z] CPU family: 23 [2023-02-22T20:35:48.361Z] Model: 49 [2023-02-22T20:35:48.361Z] Model name: AMD EPYC-Rome Processor [2023-02-22T20:35:48.361Z] Stepping: 0 [2023-02-22T20:35:48.361Z] CPU MHz: 2799.994 [2023-02-22T20:35:48.361Z] BogoMIPS: 5599.98 [2023-02-22T20:35:48.361Z] Virtualization: AMD-V [2023-02-22T20:35:48.361Z] Hypervisor vendor: KVM [2023-02-22T20:35:48.361Z] Virtualization type: full [2023-02-22T20:35:48.361Z] L1d cache: 256 KiB [2023-02-22T20:35:48.361Z] L1i cache: 256 KiB [2023-02-22T20:35:48.361Z] L2 cache: 4 MiB [2023-02-22T20:35:48.361Z] L3 cache: 128 MiB [2023-02-22T20:35:48.361Z] NUMA node0 CPU(s): 0-7 [2023-02-22T20:35:48.361Z] Vulnerability Itlb multihit: Not affected [2023-02-22T20:35:48.361Z] Vulnerability L1tf: Not affected [2023-02-22T20:35:48.361Z] Vulnerability Mds: Not affected [2023-02-22T20:35:48.361Z] Vulnerability Meltdown: Not affected [2023-02-22T20:35:48.361Z] Vulnerability Mmio stale data: Not affected [2023-02-22T20:35:48.361Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2023-02-22T20:35:48.361Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2023-02-22T20:35:48.361Z] Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling [2023-02-22T20:35:48.361Z] Vulnerability Srbds: Not affected [2023-02-22T20:35:48.361Z] Vulnerability Tsx async abort: Not affected [2023-02-22T20:35:48.361Z] 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-02-22T20:35:48.361Z] [2023-02-22T20:35:48.361Z] [2023-02-22T20:35:48.361Z] ---> nproc: [2023-02-22T20:35:48.361Z] 8 [2023-02-22T20:35:48.361Z] [2023-02-22T20:35:48.361Z] [2023-02-22T20:35:48.361Z] ---> df -h: [2023-02-22T20:35:48.361Z] Filesystem Size Used Avail Use% Mounted on [2023-02-22T20:35:48.361Z] overlay 155G 13G 143G 9% / [2023-02-22T20:35:48.361Z] tmpfs 64M 0 64M 0% /dev [2023-02-22T20:35:48.361Z] tmpfs 16G 0 16G 0% /sys/fs/cgroup [2023-02-22T20:35:48.361Z] shm 64M 0 64M 0% /dev/shm [2023-02-22T20:35:48.361Z] /dev/vda1 155G 13G 143G 9% /facter-os [2023-02-22T20:35:48.361Z] [2023-02-22T20:35:48.361Z] [2023-02-22T20:35:48.361Z] ---> sar -b -r -n DEV: [2023-02-22T20:35:48.361Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-7113) 02/22/23 _x86_64_ (8 CPU) [2023-02-22T20:35:48.361Z] [2023-02-22T20:35:48.361Z] 20:22:40 LINUX RESTART (8 CPU) [2023-02-22T20:35:48.361Z] [2023-02-22T20:35:48.361Z] 20:23:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2023-02-22T20:35:48.361Z] 20:24:01 171.88 38.70 133.17 0.00 4345.62 74608.73 0.00 [2023-02-22T20:35:48.361Z] 20:25:01 171.55 1.27 170.29 0.00 23.33 52012.93 0.00 [2023-02-22T20:35:48.361Z] 20:26:01 111.95 0.12 111.83 0.00 17.73 32962.35 0.00 [2023-02-22T20:35:48.361Z] 20:27:01 2.38 0.00 2.38 0.00 0.00 29.35 0.00 [2023-02-22T20:35:48.361Z] 20:28:01 43.78 10.36 33.41 0.00 3420.50 6114.18 0.00 [2023-02-22T20:35:48.361Z] 20:29:01 5.31 0.02 5.30 0.00 0.13 101.97 0.00 [2023-02-22T20:35:48.361Z] 20:30:01 2.10 0.00 2.10 0.00 0.00 24.53 0.00 [2023-02-22T20:35:48.361Z] 20:31:01 1.98 0.00 1.98 0.00 0.00 22.00 0.00 [2023-02-22T20:35:48.361Z] 20:32:01 1.38 0.02 1.37 0.00 0.27 14.40 0.00 [2023-02-22T20:35:48.361Z] 20:33:01 4.25 1.02 3.23 0.00 21.86 40.13 0.00 [2023-02-22T20:35:48.361Z] 20:34:01 1.53 0.00 1.53 0.00 0.00 20.66 0.00 [2023-02-22T20:35:48.361Z] 20:35:02 32.68 0.25 32.43 0.00 12.66 27177.20 0.00 [2023-02-22T20:35:48.361Z] Average: 45.90 4.31 41.59 0.00 653.51 16094.19 0.00 [2023-02-22T20:35:48.361Z] [2023-02-22T20:35:48.361Z] 20:23:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2023-02-22T20:35:48.361Z] 20:24:01 29144732 31591804 724488 2.20 76664 2641352 1979356 5.83 991848 2383512 5808 [2023-02-22T20:35:48.361Z] 20:25:01 28264956 31444840 856376 2.60 147524 3228564 2156508 6.36 1310484 2851688 5788 [2023-02-22T20:35:48.361Z] 20:26:01 27674992 31576376 725516 2.21 157536 3887484 1746836 5.15 1225084 3473708 360 [2023-02-22T20:35:48.361Z] 20:27:01 27675084 31576584 725020 2.20 157588 3887484 1746836 5.15 1225124 3473708 8 [2023-02-22T20:35:48.361Z] 20:28:01 27287700 31545020 737704 2.24 183824 4207432 1807772 5.33 1478980 3576420 1028 [2023-02-22T20:35:48.361Z] 20:29:01 27311068 31564132 719600 2.19 182408 4204392 1782400 5.25 1460428 3573440 472 [2023-02-22T20:35:48.361Z] 20:30:01 27317704 31570316 713124 2.17 182480 4204296 1782400 5.25 1453780 3573284 8 [2023-02-22T20:35:48.361Z] 20:31:01 27317436 31570112 713292 2.17 182556 4204300 1782400 5.25 1453800 3573292 8 [2023-02-22T20:35:48.361Z] 20:32:01 27317532 31570304 713120 2.17 182620 4204316 1782400 5.25 1453860 3573296 8 [2023-02-22T20:35:48.361Z] 20:33:01 27316216 31570152 713032 2.17 182740 4204936 1808728 5.33 1454112 3573852 8 [2023-02-22T20:35:48.361Z] 20:34:01 27316248 31570332 712840 2.17 182820 4204936 1808728 5.33 1454396 3573916 4 [2023-02-22T20:35:48.361Z] 20:35:02 26171660 31454144 823416 2.50 200708 5126140 1928636 5.68 1659116 4416260 217464 [2023-02-22T20:35:48.361Z] Average: 27509611 31550343 739794 2.25 168289 4017136 1842750 5.43 1385084 3468031 19247 [2023-02-22T20:35:48.361Z] [2023-02-22T20:35:48.361Z] 20:23:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2023-02-22T20:35:48.361Z] 20:24:01 veth463f23b 60.76 77.14 5.88 55.14 0.00 0.00 0.00 0.00 [2023-02-22T20:35:48.361Z] 20:24:01 docker0 89.54 111.11 7.23 293.76 0.00 0.00 0.00 0.00 [2023-02-22T20:35:48.361Z] 20:24:01 lo 6.46 6.46 0.63 0.63 0.00 0.00 0.00 0.00 [2023-02-22T20:35:48.361Z] 20:24:01 ens3 783.59 524.18 6818.48 100.65 0.00 0.00 0.00 0.00 [2023-02-22T20:35:48.361Z] 20:25:01 docker0 126.05 170.02 9.41 1842.86 0.00 0.00 0.00 0.00 [2023-02-22T20:35:48.361Z] 20:25:01 lo 0.47 0.47 0.04 0.04 0.00 0.00 0.00 0.00 [2023-02-22T20:35:48.361Z] 20:25:01 vethf03afbe 0.00 0.08 0.00 0.01 0.00 0.00 0.00 0.00 [2023-02-22T20:35:48.361Z] 20:25:01 ens3 220.31 155.22 1888.66 27.02 0.00 0.00 0.00 0.00 [2023-02-22T20:35:48.361Z] 20:26:01 docker0 1.42 3.13 0.09 40.99 0.00 0.00 0.00 0.00 [2023-02-22T20:35:48.361Z] 20:26:01 lo 7.26 7.26 0.71 0.71 0.00 0.00 0.00 0.00 [2023-02-22T20:35:48.361Z] 20:26:01 ens3 205.03 157.86 2647.92 310.53 0.00 0.00 0.00 0.00 [2023-02-22T20:35:48.361Z] 20:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-22T20:35:48.361Z] 20:27:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-22T20:35:48.361Z] 20:27:01 ens3 1.10 0.57 0.54 0.40 0.00 0.00 0.00 0.00 [2023-02-22T20:35:48.361Z] 20:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-22T20:35:48.361Z] 20:28:01 lo 0.40 0.40 0.04 0.04 0.00 0.00 0.00 0.00 [2023-02-22T20:35:48.361Z] 20:28:01 ens3 161.56 77.60 2231.70 5.62 0.00 0.00 0.00 0.00 [2023-02-22T20:35:48.361Z] 20:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-22T20:35:48.361Z] 20:29:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-22T20:35:48.361Z] 20:29:01 ens3 1.02 0.67 0.49 0.35 0.00 0.00 0.00 0.00 [2023-02-22T20:35:48.361Z] 20:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-22T20:35:48.361Z] 20:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-22T20:35:48.361Z] 20:30:01 ens3 0.07 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-22T20:35:48.361Z] 20:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-22T20:35:48.361Z] 20:31:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-22T20:35:48.361Z] 20:31:01 ens3 0.18 0.13 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-22T20:35:48.361Z] 20:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-22T20:35:48.361Z] 20:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-22T20:35:48.361Z] 20:32:01 ens3 0.62 0.00 0.05 0.00 0.00 0.00 0.00 0.00 [2023-02-22T20:35:48.361Z] 20:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-22T20:35:48.361Z] 20:33:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-22T20:35:48.361Z] 20:33:01 ens3 0.23 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-22T20:35:48.361Z] 20:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-22T20:35:48.361Z] 20:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-22T20:35:48.361Z] 20:34:01 ens3 0.42 0.33 0.32 0.27 0.00 0.00 0.00 0.00 [2023-02-22T20:35:48.361Z] 20:35:02 docker0 40.14 50.89 3.04 582.57 0.00 0.00 0.00 0.00 [2023-02-22T20:35:48.361Z] 20:35:02 lo 1.27 1.27 0.12 0.12 0.00 0.00 0.00 0.00 [2023-02-22T20:35:48.361Z] 20:35:02 ens3 244.48 130.54 4560.41 16.14 0.00 0.00 0.00 0.00 [2023-02-22T20:35:48.361Z] 20:35:02 vethfe23e5a 40.14 50.99 3.58 582.58 0.00 0.00 0.00 0.05 [2023-02-22T20:35:48.361Z] Average: docker0 21.43 27.93 1.65 230.00 0.00 0.00 0.00 0.00 [2023-02-22T20:35:48.361Z] Average: lo 1.39 1.39 0.13 0.13 0.00 0.00 0.00 0.00 [2023-02-22T20:35:48.361Z] Average: ens3 134.89 87.27 1512.39 38.42 0.00 0.00 0.00 0.00 [2023-02-22T20:35:48.361Z] Average: vethfe23e5a 3.34 4.25 0.30 48.54 0.00 0.00 0.00 0.00 [2023-02-22T20:35:48.361Z] [2023-02-22T20:35:48.361Z] [2023-02-22T20:35:48.361Z] ---> sar -P ALL: [2023-02-22T20:35:48.361Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-7113) 02/22/23 _x86_64_ (8 CPU) [2023-02-22T20:35:48.361Z] [2023-02-22T20:35:48.361Z] 20:22:40 LINUX RESTART (8 CPU) [2023-02-22T20:35:48.361Z] [2023-02-22T20:35:48.361Z] 20:23:01 CPU %user %nice %system %iowait %steal %idle [2023-02-22T20:35:48.361Z] 20:24:01 all 9.74 0.00 3.75 1.53 0.05 84.92 [2023-02-22T20:35:48.361Z] 20:24:01 0 7.22 0.00 3.87 0.99 0.05 87.87 [2023-02-22T20:35:48.361Z] 20:24:01 1 9.81 0.00 3.23 0.66 0.05 86.26 [2023-02-22T20:35:48.361Z] 20:24:01 2 7.62 0.00 3.67 1.94 0.03 86.74 [2023-02-22T20:35:48.361Z] 20:24:01 3 13.44 0.00 3.87 0.42 0.05 82.22 [2023-02-22T20:35:48.361Z] 20:24:01 4 8.35 0.00 3.82 2.45 0.03 85.34 [2023-02-22T20:35:48.361Z] 20:24:01 5 9.36 0.00 3.97 4.17 0.05 82.45 [2023-02-22T20:35:48.361Z] 20:24:01 6 10.22 0.00 4.71 1.44 0.07 83.56 [2023-02-22T20:35:48.361Z] 20:24:01 7 11.94 0.00 2.88 0.22 0.07 84.88 [2023-02-22T20:35:48.361Z] 20:25:01 all 28.55 0.00 6.41 1.25 0.07 63.71 [2023-02-22T20:35:48.361Z] 20:25:01 0 28.81 0.00 6.21 0.32 0.07 64.59 [2023-02-22T20:35:48.361Z] 20:25:01 1 28.62 0.00 6.22 1.77 0.07 63.33 [2023-02-22T20:35:48.361Z] 20:25:01 2 29.36 0.00 6.50 0.24 0.07 63.84 [2023-02-22T20:35:48.361Z] 20:25:01 3 28.41 0.00 5.99 0.37 0.07 65.16 [2023-02-22T20:35:48.361Z] 20:25:01 4 26.97 0.00 5.72 0.13 0.08 67.09 [2023-02-22T20:35:48.361Z] 20:25:01 5 29.18 0.00 6.22 0.49 0.05 64.07 [2023-02-22T20:35:48.361Z] 20:25:01 6 28.14 0.00 7.79 3.83 0.08 60.16 [2023-02-22T20:35:48.362Z] 20:25:01 7 28.91 0.00 6.65 2.88 0.10 61.46 [2023-02-22T20:35:48.362Z] 20:26:01 all 20.64 0.00 4.28 0.84 0.06 74.17 [2023-02-22T20:35:48.362Z] 20:26:01 0 21.09 0.00 4.98 3.79 0.07 70.08 [2023-02-22T20:35:48.362Z] 20:26:01 1 21.72 0.00 3.72 1.52 0.07 72.97 [2023-02-22T20:35:48.362Z] 20:26:01 2 20.91 0.00 4.46 0.52 0.07 74.04 [2023-02-22T20:35:48.362Z] 20:26:01 3 20.07 0.00 4.28 0.27 0.07 75.32 [2023-02-22T20:35:48.362Z] 20:26:01 4 19.59 0.00 3.65 0.07 0.05 76.64 [2023-02-22T20:35:48.362Z] 20:26:01 5 20.54 0.00 4.25 0.29 0.07 74.86 [2023-02-22T20:35:48.362Z] 20:26:01 6 20.25 0.00 4.55 0.00 0.05 75.16 [2023-02-22T20:35:48.362Z] 20:26:01 7 20.94 0.00 4.40 0.29 0.05 74.32 [2023-02-22T20:35:48.362Z] 20:27:01 all 0.17 0.00 0.01 0.01 0.00 99.81 [2023-02-22T20:35:48.362Z] 20:27:01 0 0.03 0.00 0.03 0.05 0.00 99.88 [2023-02-22T20:35:48.362Z] 20:27:01 1 1.09 0.00 0.00 0.00 0.00 98.91 [2023-02-22T20:35:48.362Z] 20:27:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-22T20:35:48.362Z] 20:27:01 3 0.03 0.00 0.00 0.00 0.00 99.97 [2023-02-22T20:35:48.362Z] 20:27:01 4 0.00 0.00 0.02 0.00 0.00 99.98 [2023-02-22T20:35:48.362Z] 20:27:01 5 0.03 0.00 0.00 0.00 0.00 99.97 [2023-02-22T20:35:48.362Z] 20:27:01 6 0.03 0.00 0.00 0.00 0.00 99.97 [2023-02-22T20:35:48.362Z] 20:27:01 7 0.12 0.00 0.02 0.00 0.00 99.87 [2023-02-22T20:35:48.362Z] 20:28:01 all 1.78 0.00 1.24 0.33 0.01 96.64 [2023-02-22T20:35:48.362Z] 20:28:01 0 1.07 0.00 0.80 1.12 0.02 96.99 [2023-02-22T20:35:48.362Z] 20:28:01 1 2.11 0.00 1.02 0.07 0.02 96.78 [2023-02-22T20:35:48.362Z] 20:28:01 2 1.42 0.00 2.32 0.42 0.02 95.83 [2023-02-22T20:35:48.362Z] 20:28:01 3 2.20 0.00 0.90 0.07 0.02 96.82 [2023-02-22T20:35:48.362Z] 20:28:01 4 2.05 0.00 2.42 0.63 0.00 94.89 [2023-02-22T20:35:48.362Z] 20:28:01 5 1.34 0.00 0.83 0.15 0.00 97.68 [2023-02-22T20:35:48.362Z] 20:28:01 6 1.77 0.00 0.88 0.12 0.02 97.21 [2023-02-22T20:35:48.362Z] 20:28:01 7 2.29 0.00 0.75 0.03 0.03 96.89 [2023-02-22T20:35:48.362Z] 20:29:01 all 0.09 0.00 0.06 0.02 0.00 99.82 [2023-02-22T20:35:48.362Z] 20:29:01 0 0.10 0.00 0.07 0.08 0.02 99.73 [2023-02-22T20:35:48.362Z] 20:29:01 1 0.03 0.00 0.07 0.08 0.00 99.82 [2023-02-22T20:35:48.362Z] 20:29:01 2 0.05 0.00 0.07 0.00 0.00 99.88 [2023-02-22T20:35:48.362Z] 20:29:01 3 0.05 0.00 0.05 0.00 0.00 99.90 [2023-02-22T20:35:48.362Z] 20:29:01 4 0.25 0.00 0.10 0.00 0.02 99.63 [2023-02-22T20:35:48.362Z] 20:29:01 5 0.02 0.00 0.07 0.00 0.00 99.92 [2023-02-22T20:35:48.362Z] 20:29:01 6 0.08 0.00 0.07 0.00 0.00 99.85 [2023-02-22T20:35:48.362Z] 20:29:01 7 0.12 0.00 0.03 0.00 0.00 99.85 [2023-02-22T20:35:48.362Z] 20:30:01 all 0.03 0.00 0.02 0.01 0.00 99.95 [2023-02-22T20:35:48.362Z] 20:30:01 0 0.07 0.00 0.07 0.03 0.02 99.82 [2023-02-22T20:35:48.362Z] 20:30:01 1 0.05 0.00 0.02 0.00 0.00 99.93 [2023-02-22T20:35:48.362Z] 20:30:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2023-02-22T20:35:48.362Z] 20:30:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-22T20:35:48.362Z] 20:30:01 4 0.00 0.00 0.02 0.02 0.00 99.97 [2023-02-22T20:35:48.362Z] 20:30:01 5 0.03 0.00 0.00 0.00 0.00 99.97 [2023-02-22T20:35:48.362Z] 20:30:01 6 0.03 0.00 0.02 0.00 0.00 99.95 [2023-02-22T20:35:48.362Z] 20:30:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2023-02-22T20:35:48.362Z] 20:31:01 all 0.05 0.00 0.02 0.01 0.00 99.92 [2023-02-22T20:35:48.362Z] 20:31:01 0 0.03 0.00 0.05 0.03 0.00 99.88 [2023-02-22T20:35:48.362Z] 20:31:01 1 0.30 0.00 0.05 0.02 0.02 99.62 [2023-02-22T20:35:48.362Z] 20:31:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2023-02-22T20:35:48.362Z] 20:31:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-22T20:35:48.362Z] 20:31:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-22T20:35:48.362Z] 20:31:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-22T20:35:48.362Z] 20:31:01 6 0.02 0.00 0.02 0.00 0.00 99.97 [2023-02-22T20:35:48.362Z] 20:31:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-22T20:35:48.362Z] 20:32:01 all 0.27 0.00 0.02 0.01 0.00 99.70 [2023-02-22T20:35:48.362Z] 20:32:01 0 0.02 0.00 0.03 0.05 0.00 99.90 [2023-02-22T20:35:48.362Z] 20:32:01 1 1.97 0.00 0.05 0.00 0.00 97.98 [2023-02-22T20:35:48.362Z] 20:32:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-22T20:35:48.362Z] 20:32:01 3 0.03 0.00 0.03 0.00 0.02 99.92 [2023-02-22T20:35:48.362Z] 20:32:01 4 0.02 0.00 0.02 0.02 0.00 99.95 [2023-02-22T20:35:48.362Z] 20:32:01 5 0.02 0.00 0.00 0.00 0.02 99.97 [2023-02-22T20:35:48.362Z] 20:32:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-22T20:35:48.362Z] 20:32:01 7 0.05 0.00 0.00 0.00 0.00 99.95 [2023-02-22T20:35:48.362Z] 20:33:01 all 0.08 0.00 0.04 0.02 0.00 99.86 [2023-02-22T20:35:48.362Z] 20:33:01 0 0.02 0.00 0.03 0.05 0.02 99.88 [2023-02-22T20:35:48.362Z] 20:33:01 1 0.17 0.00 0.02 0.00 0.00 99.82 [2023-02-22T20:35:48.362Z] 20:33:01 2 0.03 0.00 0.02 0.02 0.00 99.93 [2023-02-22T20:35:48.362Z] 20:33:01 3 0.10 0.00 0.08 0.02 0.02 99.78 [2023-02-22T20:35:48.362Z] 20:33:01 4 0.02 0.00 0.02 0.03 0.00 99.93 [2023-02-22T20:35:48.362Z] 20:33:01 5 0.22 0.00 0.08 0.03 0.00 99.67 [2023-02-22T20:35:48.362Z] 20:33:01 6 0.02 0.00 0.03 0.00 0.00 99.95 [2023-02-22T20:35:48.362Z] 20:33:01 7 0.03 0.00 0.02 0.00 0.00 99.95 [2023-02-22T20:35:48.362Z] 20:34:01 all 0.03 0.00 0.01 0.00 0.00 99.96 [2023-02-22T20:35:48.362Z] 20:34:01 0 0.02 0.00 0.00 0.03 0.00 99.95 [2023-02-22T20:35:48.362Z] 20:34:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-22T20:35:48.362Z] 20:34:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2023-02-22T20:35:48.362Z] 20:34:01 3 0.07 0.00 0.02 0.00 0.00 99.92 [2023-02-22T20:35:48.362Z] 20:34:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-22T20:35:48.362Z] 20:34:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-22T20:35:48.362Z] 20:34:01 6 0.02 0.00 0.03 0.00 0.00 99.95 [2023-02-22T20:35:48.362Z] 20:34:01 7 0.03 0.00 0.02 0.00 0.02 99.93 [2023-02-22T20:35:48.362Z] [2023-02-22T20:35:48.362Z] 20:34:01 CPU %user %nice %system %iowait %steal %idle [2023-02-22T20:35:48.362Z] 20:35:02 all 3.96 0.00 1.74 0.43 0.02 93.85 [2023-02-22T20:35:48.362Z] 20:35:02 0 3.61 0.00 1.76 2.50 0.02 92.12 [2023-02-22T20:35:48.362Z] 20:35:02 1 3.43 0.00 1.45 0.02 0.02 95.09 [2023-02-22T20:35:48.362Z] 20:35:02 2 5.31 0.00 1.76 0.27 0.02 92.65 [2023-02-22T20:35:48.362Z] 20:35:02 3 3.96 0.00 1.24 0.03 0.02 94.75 [2023-02-22T20:35:48.362Z] 20:35:02 4 4.99 0.00 1.97 0.17 0.03 92.84 [2023-02-22T20:35:48.362Z] 20:35:02 5 3.85 0.00 1.54 0.13 0.00 94.47 [2023-02-22T20:35:48.362Z] 20:35:02 6 2.98 0.00 1.86 0.32 0.03 94.80 [2023-02-22T20:35:48.362Z] 20:35:02 7 3.54 0.00 2.37 0.02 0.02 94.06 [2023-02-22T20:35:48.362Z] Average: all 5.41 0.00 1.46 0.37 0.02 92.75 [2023-02-22T20:35:48.362Z] Average: 0 5.14 0.00 1.48 0.75 0.02 92.61 [2023-02-22T20:35:48.362Z] Average: 1 5.75 0.00 1.31 0.34 0.02 92.57 [2023-02-22T20:35:48.362Z] Average: 2 5.36 0.00 1.56 0.28 0.02 92.79 [2023-02-22T20:35:48.362Z] Average: 3 5.66 0.00 1.36 0.10 0.02 92.86 [2023-02-22T20:35:48.362Z] Average: 4 5.16 0.00 1.47 0.29 0.02 93.06 [2023-02-22T20:35:48.362Z] Average: 5 5.35 0.00 1.40 0.43 0.02 92.80 [2023-02-22T20:35:48.362Z] Average: 6 5.25 0.00 1.65 0.47 0.02 92.61 [2023-02-22T20:35:48.362Z] Average: 7 5.61 0.00 1.42 0.28 0.02 92.66 [2023-02-22T20:35:48.362Z] [2023-02-22T20:35:48.362Z] [2023-02-22T20:35:48.362Z]