Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 6fa13eb64575055365d964780e4ff33f2e866ca2 Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh669743164480861171.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh2967132229352377284.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/device-rest-go/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-rest-go/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh5595352329695447946.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 # timeout=10 Commit message: "Merge pull request #420 from bill-mahoney/levski-update" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh16530596592652714621.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 65355178549468b165f8106641c96c3190b1d843 The recommended git tool is: NONE using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/device-rest-go/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-rest-go/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh17535184912510206466.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-rest-go] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-rest-go-settings PROJECT: device-rest-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.18 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-rest DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task ‘prd-centos7-blackbox-4c-2g-1315’ doesn’t have label ‘ubuntu20.04-docker-8c-8g’ ‘prd-centos7-blackbox-4c-2g-1316’ doesn’t have label ‘ubuntu20.04-docker-8c-8g’ ‘prd-ubuntu18.04-docker-8c-8g-1843’ doesn’t have label ‘ubuntu20.04-docker-8c-8g’ ‘prd-ubuntu20.04-docker-8c-8g-1909’ is offline Running on prd-ubuntu20.04-docker-8c-8g-1911 in /w/workspace/edgexfoundry_device-rest-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-rest-go.git > git init /w/workspace/edgexfoundry_device-rest-go_main # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 6fa13eb64575055365d964780e4ff33f2e866ca2 (main) Commit message: "refactor!: Rework code for refactored MessageBus Configuration (#236)" > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 6fa13eb64575055365d964780e4ff33f2e866ca2 # timeout=10 > git rev-list --no-walk a09ef0c5b5718b7e2deeb983e8068139a6f667f6 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-01-11T18:28:29.179Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-01-11T18:28:29.247Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-01-11T18:28:29.261Z] ========================================================= [2023-01-11T18:28:29.261Z] EdgeX Global Pipelines Version Info [2023-01-11T18:28:29.261Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-01-11T18:28:29.972Z] ------------------- [2023-01-11T18:28:29.973Z] stable info: [2023-01-11T18:28:29.973Z] ------------------- [2023-01-11T18:28:29.973Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-01-11T18:28:29.973Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-01-11T18:28:29.973Z] Message: update stable to v1.0.244 [2023-01-11T18:28:30.542Z] ------------------- [2023-01-11T18:28:30.542Z] experimental info: [2023-01-11T18:28:30.542Z] ------------------- [2023-01-11T18:28:30.542Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-01-11T18:28:30.542Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-01-11T18:28:30.542Z] Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-01-11T18:28:30.710Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-rest-go-settings [Pipeline] echo [2023-01-11T18:28:30.721Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-rest-go [Pipeline] echo [2023-01-11T18:28:30.732Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-01-11T18:28:30.740Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-01-11T18:28:30.748Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-01-11T18:28:30.757Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2023-01-11T18:28:30.771Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-01-11T18:28:30.782Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2023-01-11T18:28:30.795Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-01-11T18:28:30.815Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-01-11T18:28:30.828Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-01-11T18:28:30.838Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-rest [Pipeline] echo [2023-01-11T18:28:30.849Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-01-11T18:28:30.863Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-01-11T18:28:30.874Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-01-11T18:28:30.885Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-01-11T18:28:30.898Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-01-11T18:28:30.909Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-01-11T18:28:30.920Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-01-11T18:28:30.933Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-01-11T18:28:30.947Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2023-01-11T18:28:30.966Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2023-01-11T18:28:30.982Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-01-11T18:28:30.995Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-01-11T18:28:31.006Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2023-01-11T18:28:31.017Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-01-11T18:28:31.028Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-01-11T18:28:31.042Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2023-01-11T18:28:31.056Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2023-01-11T18:28:31.066Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2023-01-11T18:28:31.080Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 6fa13eb64575055365d964780e4ff33f2e866ca2 [Pipeline] echo [2023-01-11T18:28:31.090Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 6fa13eb [Pipeline] echo [2023-01-11T18:28:31.101Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-01-11T18:28:31.140Z] provisioning config files... [2023-01-11T18:28:31.151Z] copy managed file [device-rest-go-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config11107452169392915845tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-11T18:28:31.456Z] ---> docker-login.sh [2023-01-11T18:28:31.456Z] nexus3.edgexfoundry.org:10001 [2023-01-11T18:28:31.716Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-11T18:28:31.976Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-11T18:28:31.976Z] Configure a credential helper to remove this warning. See [2023-01-11T18:28:31.976Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-11T18:28:31.976Z] [2023-01-11T18:28:31.976Z] Login Succeeded [2023-01-11T18:28:31.976Z] nexus3.edgexfoundry.org:10002 [2023-01-11T18:28:31.976Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-11T18:28:31.976Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-11T18:28:31.976Z] Configure a credential helper to remove this warning. See [2023-01-11T18:28:31.976Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-11T18:28:31.976Z] [2023-01-11T18:28:31.976Z] Login Succeeded [2023-01-11T18:28:31.976Z] nexus3.edgexfoundry.org:10003 [2023-01-11T18:28:31.976Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-11T18:28:32.235Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-11T18:28:32.235Z] Configure a credential helper to remove this warning. See [2023-01-11T18:28:32.235Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-11T18:28:32.235Z] [2023-01-11T18:28:32.235Z] Login Succeeded [2023-01-11T18:28:32.235Z] nexus3.edgexfoundry.org:10004 [2023-01-11T18:28:32.235Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-11T18:28:32.235Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-11T18:28:32.235Z] Configure a credential helper to remove this warning. See [2023-01-11T18:28:32.235Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-11T18:28:32.235Z] [2023-01-11T18:28:32.235Z] Login Succeeded [2023-01-11T18:28:32.235Z] docker.io [2023-01-11T18:28:32.235Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-11T18:28:32.495Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-11T18:28:32.495Z] Configure a credential helper to remove this warning. See [2023-01-11T18:28:32.495Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-11T18:28:32.495Z] [2023-01-11T18:28:32.495Z] Login Succeeded [2023-01-11T18:28:32.495Z] ---> docker-login.sh ends [Pipeline] } [2023-01-11T18:28:32.503Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-01-11T18:28:32.866Z] + git rev-list -1 --merges 6fa13eb64575055365d964780e4ff33f2e866ca2~1..6fa13eb64575055365d964780e4ff33f2e866ca2 [Pipeline] echo [2023-01-11T18:28:32.917Z] -----------> git rev-list -1 --merges 6fa13eb64575055365d964780e4ff33f2e866ca2~1..6fa13eb64575055365d964780e4ff33f2e866ca2 6fa13eb64575055365d964780e4ff33f2e866ca2 [false] [Pipeline] sh [2023-01-11T18:28:33.207Z] + git log --format=format:%s -1 6fa13eb64575055365d964780e4ff33f2e866ca2 [Pipeline] echo [2023-01-11T18:28:33.223Z] ========================================================= [2023-01-11T18:28:33.223Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-01-11T18:28:33.223Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-01-11T18:28:33.558Z] + git log --format=format:%s -1 6fa13eb64575055365d964780e4ff33f2e866ca2 [Pipeline] echo [2023-01-11T18:28:33.569Z] [semverPrep] GIT_COMMIT: 6fa13eb64575055365d964780e4ff33f2e866ca2, Commit Message: refactor!: Rework code for refactored MessageBus Configuration (#236) [Pipeline] echo [2023-01-11T18:28:33.579Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-01-11T18:28:33.929Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-01-11T18:28:33.929Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-01-11T18:28:33.929Z] + [ -e /tmp/ssh_known_hosts ] [2023-01-11T18:28:33.929Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-01-11T18:28:33.929Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-01-11T18:28:33.929Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-01-11T18:28:33.929Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T18:28:34.286Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-11T18:28:34.286Z] [2023-01-11T18:28:34.286Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T18:28:34.594Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-11T18:28:34.594Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-01-11T18:28:34.594Z] b85a868b505f: Pulling fs layer [2023-01-11T18:28:34.594Z] e2be974225ed: Pulling fs layer [2023-01-11T18:28:34.594Z] 339a4e72a1f5: Pulling fs layer [2023-01-11T18:28:34.594Z] 988bab9f4d93: Pulling fs layer [2023-01-11T18:28:34.594Z] 1469e6f7b9e6: Pulling fs layer [2023-01-11T18:28:34.594Z] eaf3925da568: Pulling fs layer [2023-01-11T18:28:34.594Z] bab4dde63d76: Pulling fs layer [2023-01-11T18:28:34.594Z] bde34c3a00c8: Pulling fs layer [2023-01-11T18:28:34.594Z] b352a97aabf1: Pulling fs layer [2023-01-11T18:28:34.594Z] 4872d77fe225: Pulling fs layer [2023-01-11T18:28:34.594Z] 5851b861e8e6: Pulling fs layer [2023-01-11T18:28:34.594Z] bab4dde63d76: Waiting [2023-01-11T18:28:34.594Z] bde34c3a00c8: Waiting [2023-01-11T18:28:34.594Z] b352a97aabf1: Waiting [2023-01-11T18:28:34.594Z] eaf3925da568: Waiting [2023-01-11T18:28:34.594Z] 4872d77fe225: Waiting [2023-01-11T18:28:34.594Z] 5851b861e8e6: Waiting [2023-01-11T18:28:34.594Z] 988bab9f4d93: Waiting [2023-01-11T18:28:34.594Z] 1469e6f7b9e6: Waiting [2023-01-11T18:28:34.594Z] e2be974225ed: Verifying Checksum [2023-01-11T18:28:34.594Z] e2be974225ed: Download complete [2023-01-11T18:28:34.594Z] 988bab9f4d93: Download complete [2023-01-11T18:28:34.861Z] 1469e6f7b9e6: Verifying Checksum [2023-01-11T18:28:34.861Z] 339a4e72a1f5: Verifying Checksum [2023-01-11T18:28:34.861Z] 339a4e72a1f5: Download complete [2023-01-11T18:28:34.861Z] 1469e6f7b9e6: Download complete [2023-01-11T18:28:34.861Z] eaf3925da568: Verifying Checksum [2023-01-11T18:28:34.861Z] eaf3925da568: Download complete [2023-01-11T18:28:34.861Z] bde34c3a00c8: Download complete [2023-01-11T18:28:34.861Z] b352a97aabf1: Verifying Checksum [2023-01-11T18:28:34.861Z] b352a97aabf1: Download complete [2023-01-11T18:28:34.861Z] 4872d77fe225: Verifying Checksum [2023-01-11T18:28:34.861Z] 4872d77fe225: Download complete [2023-01-11T18:28:34.861Z] 5851b861e8e6: Verifying Checksum [2023-01-11T18:28:34.861Z] 5851b861e8e6: Download complete [2023-01-11T18:28:34.861Z] b85a868b505f: Download complete [2023-01-11T18:28:35.120Z] bab4dde63d76: Download complete [2023-01-11T18:28:36.500Z] b85a868b505f: Pull complete [2023-01-11T18:28:36.500Z] e2be974225ed: Pull complete [2023-01-11T18:28:37.068Z] 339a4e72a1f5: Pull complete [2023-01-11T18:28:37.068Z] 988bab9f4d93: Pull complete [2023-01-11T18:28:37.326Z] 1469e6f7b9e6: Pull complete [2023-01-11T18:28:37.326Z] eaf3925da568: Pull complete [2023-01-11T18:28:39.233Z] bab4dde63d76: Pull complete [2023-01-11T18:28:39.233Z] bde34c3a00c8: Pull complete [2023-01-11T18:28:39.492Z] b352a97aabf1: Pull complete [2023-01-11T18:28:39.492Z] 4872d77fe225: Pull complete [2023-01-11T18:28:39.492Z] 5851b861e8e6: Pull complete [2023-01-11T18:28:39.492Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-01-11T18:28:39.492Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-11T18:28:39.492Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-11T18:28:39.584Z] prd-ubuntu20.04-docker-8c-8g-1911 does not seem to be running inside a container [2023-01-11T18:28:39.615Z] $ 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-01-11T18:28:42.239Z] $ docker top 599fe905841b65a3242edf1f5b065e6d2a3a9702e7c9135585a4faaf282f294a -eo pid,comm [2023-01-11T18:28:42.298Z] 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-01-11T18:28:42.298Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-01-11T18:28:42.336Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-01-11T18:28:42.336Z] [ssh-agent] Looking for ssh-agent implementation... [2023-01-11T18:28:42.448Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-01-11T18:28:42.454Z] $ docker exec 599fe905841b65a3242edf1f5b065e6d2a3a9702e7c9135585a4faaf282f294a ssh-agent [2023-01-11T18:28:42.577Z] SSH_AUTH_SOCK=/tmp/ssh-XOmqw3NH6W0U/agent.32 [2023-01-11T18:28:42.577Z] SSH_AGENT_PID=38 [2023-01-11T18:28:42.584Z] Running ssh-add (command line suppressed) [2023-01-11T18:28:42.686Z] Identity added: /w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_12430222782518974802.key (/w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_12430222782518974802.key) [2023-01-11T18:28:42.697Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-01-11T18:28:42.989Z] + git tag --points-at HEAD [Pipeline] } [2023-01-11T18:28:43.002Z] $ docker exec --env ******** --env ******** 599fe905841b65a3242edf1f5b065e6d2a3a9702e7c9135585a4faaf282f294a ssh-agent -k [2023-01-11T18:28:43.098Z] unset SSH_AUTH_SOCK; [2023-01-11T18:28:43.099Z] unset SSH_AGENT_PID; [2023-01-11T18:28:43.099Z] echo Agent pid 38 killed; [2023-01-11T18:28:43.107Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-01-11T18:28:43.132Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-01-11T18:28:43.132Z] [ssh-agent] Looking for ssh-agent implementation... [2023-01-11T18:28:43.249Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-01-11T18:28:43.254Z] $ docker exec 599fe905841b65a3242edf1f5b065e6d2a3a9702e7c9135585a4faaf282f294a ssh-agent [2023-01-11T18:28:43.359Z] SSH_AUTH_SOCK=/tmp/ssh-tqdtI2Z39KW2/agent.71 [2023-01-11T18:28:43.359Z] SSH_AGENT_PID=77 [2023-01-11T18:28:43.364Z] Running ssh-add (command line suppressed) [2023-01-11T18:28:43.476Z] Identity added: /w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_15586655836472410005.key (/w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_15586655836472410005.key) [2023-01-11T18:28:43.489Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-01-11T18:28:43.778Z] + git semver init [2023-01-11T18:28:44.036Z] 2023-01-11 18:28:43,968 [run_init] DEBUG init version:0.0.0 force:False [2023-01-11T18:28:44.036Z] 2023-01-11 18:28:43,969 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_device-rest-go_main/.semver [2023-01-11T18:28:44.036Z] 2023-01-11 18:28:43,969 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-rest-go.git /w/workspace/edgexfoundry_device-rest-go_main/.semver [2023-01-11T18:28:44.036Z] 2023-01-11 18:28:43,969 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-rest-go.git', '/w/workspace/edgexfoundry_device-rest-go_main/.semver'], cwd=/w/workspace/edgexfoundry_device-rest-go_main, universal_newlines=False, shell=None, istream=None) [2023-01-11T18:28:45.413Z] 2023-01-11 18:28:45,004 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_device-rest-go_main/.git/info/exclude [2023-01-11T18:28:45.413Z] 2023-01-11 18:28:45,004 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_device-rest-go_main/.semver/main with force:False [2023-01-11T18:28:45.413Z] 2023-01-11 18:28:45,004 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main [2023-01-11T18:28:45.413Z] 2023-01-11 18:28:45,005 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main [2023-01-11T18:28:45.413Z] 3.0.0-dev.5 [Pipeline] } [2023-01-11T18:28:45.424Z] $ docker exec --env ******** --env ******** 599fe905841b65a3242edf1f5b065e6d2a3a9702e7c9135585a4faaf282f294a ssh-agent -k [2023-01-11T18:28:45.540Z] unset SSH_AUTH_SOCK; [2023-01-11T18:28:45.540Z] unset SSH_AGENT_PID; [2023-01-11T18:28:45.541Z] echo Agent pid 77 killed; [2023-01-11T18:28:45.549Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-01-11T18:28:45.851Z] + git semver [Pipeline] } [2023-01-11T18:28:46.125Z] $ docker stop --time=1 599fe905841b65a3242edf1f5b065e6d2a3a9702e7c9135585a4faaf282f294a [2023-01-11T18:28:47.508Z] $ docker rm -f --volumes 599fe905841b65a3242edf1f5b065e6d2a3a9702e7c9135585a4faaf282f294a [Pipeline] // withDockerContainer [Pipeline] sh [2023-01-11T18:28:47.842Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-01-11T18:28:48.040Z] Stashed 1 file(s) [Pipeline] echo [2023-01-11T18:28:48.043Z] [edgeXSemver]: initialized semver on version 3.0.0-dev.5 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-01-11T18:28:48.187Z] provisioning config files... [2023-01-11T18:28:48.195Z] copy managed file [device-rest-go-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config15216030339521374447tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-11T18:28:48.489Z] ---> docker-login.sh [2023-01-11T18:28:48.489Z] nexus3.edgexfoundry.org:10001 [2023-01-11T18:28:48.489Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-11T18:28:48.489Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-11T18:28:48.489Z] Configure a credential helper to remove this warning. See [2023-01-11T18:28:48.489Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-11T18:28:48.489Z] [2023-01-11T18:28:48.489Z] Login Succeeded [2023-01-11T18:28:48.489Z] nexus3.edgexfoundry.org:10002 [2023-01-11T18:28:48.489Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-11T18:28:48.753Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-11T18:28:48.753Z] Configure a credential helper to remove this warning. See [2023-01-11T18:28:48.753Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-11T18:28:48.753Z] [2023-01-11T18:28:48.753Z] Login Succeeded [2023-01-11T18:28:48.753Z] nexus3.edgexfoundry.org:10003 [2023-01-11T18:28:48.753Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-11T18:28:48.753Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-11T18:28:48.753Z] Configure a credential helper to remove this warning. See [2023-01-11T18:28:48.753Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-11T18:28:48.753Z] [2023-01-11T18:28:48.753Z] Login Succeeded [2023-01-11T18:28:48.753Z] nexus3.edgexfoundry.org:10004 [2023-01-11T18:28:48.753Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-11T18:28:48.753Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-11T18:28:48.753Z] Configure a credential helper to remove this warning. See [2023-01-11T18:28:48.753Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-11T18:28:48.753Z] [2023-01-11T18:28:48.753Z] Login Succeeded [2023-01-11T18:28:48.753Z] docker.io [2023-01-11T18:28:49.011Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-11T18:28:49.269Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-11T18:28:49.269Z] Configure a credential helper to remove this warning. See [2023-01-11T18:28:49.269Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-11T18:28:49.269Z] [2023-01-11T18:28:49.269Z] Login Succeeded [2023-01-11T18:28:49.269Z] ---> docker-login.sh ends [Pipeline] } [2023-01-11T18:28:49.275Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-01-11T18:28:49.331Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-11T18:28:49.341Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-11T18:28:49.348Z] ========================================================= [2023-01-11T18:28:49.348Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2023-01-11T18:28:49.348Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T18:28:49.664Z] + 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-01-11T18:28:49.664Z] Sending build context to Docker daemon 10.79MB [2023-01-11T18:28:49.664Z] Step 1/12 : ARG BASE=golang:1.18-alpine3.16 [2023-01-11T18:28:49.664Z] Step 2/12 : FROM ${BASE} AS builder [2023-01-11T18:28:49.925Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2023-01-11T18:28:49.925Z] 213ec9aee27d: Pulling fs layer [2023-01-11T18:28:49.925Z] 4583459ba037: Pulling fs layer [2023-01-11T18:28:49.925Z] 93c1e223e6f2: Pulling fs layer [2023-01-11T18:28:49.925Z] 53926ce57604: Pulling fs layer [2023-01-11T18:28:49.925Z] 21b2b0c7a3f4: Pulling fs layer [2023-01-11T18:28:49.925Z] 22ff95d597cd: Pulling fs layer [2023-01-11T18:28:49.925Z] 12d6caf4c0d1: Pulling fs layer [2023-01-11T18:28:49.925Z] 96b7cbca73a9: Pulling fs layer [2023-01-11T18:28:49.925Z] a7acece74701: Pulling fs layer [2023-01-11T18:28:49.925Z] 53926ce57604: Waiting [2023-01-11T18:28:49.925Z] 12d6caf4c0d1: Waiting [2023-01-11T18:28:49.925Z] 96b7cbca73a9: Waiting [2023-01-11T18:28:49.925Z] a7acece74701: Waiting [2023-01-11T18:28:49.925Z] 21b2b0c7a3f4: Waiting [2023-01-11T18:28:49.925Z] 22ff95d597cd: Waiting [2023-01-11T18:28:49.925Z] 93c1e223e6f2: Verifying Checksum [2023-01-11T18:28:49.925Z] 93c1e223e6f2: Download complete [2023-01-11T18:28:49.925Z] 4583459ba037: Verifying Checksum [2023-01-11T18:28:49.925Z] 4583459ba037: Download complete [2023-01-11T18:28:49.925Z] 21b2b0c7a3f4: Download complete [2023-01-11T18:28:49.925Z] 22ff95d597cd: Verifying Checksum [2023-01-11T18:28:49.925Z] 22ff95d597cd: Download complete [2023-01-11T18:28:49.925Z] 213ec9aee27d: Download complete [2023-01-11T18:28:49.925Z] 12d6caf4c0d1: Download complete [2023-01-11T18:28:49.925Z] 213ec9aee27d: Pull complete [2023-01-11T18:28:50.185Z] 4583459ba037: Pull complete [2023-01-11T18:28:50.185Z] 93c1e223e6f2: Pull complete [2023-01-11T18:28:50.443Z] a7acece74701: Verifying Checksum [2023-01-11T18:28:50.443Z] a7acece74701: Download complete [2023-01-11T18:28:50.443Z] 96b7cbca73a9: Verifying Checksum [2023-01-11T18:28:50.443Z] 96b7cbca73a9: Download complete [2023-01-11T18:28:50.701Z] 53926ce57604: Verifying Checksum [2023-01-11T18:28:50.701Z] 53926ce57604: Download complete [2023-01-11T18:28:54.908Z] 53926ce57604: Pull complete [2023-01-11T18:28:54.908Z] 21b2b0c7a3f4: Pull complete [2023-01-11T18:28:54.908Z] 22ff95d597cd: Pull complete [2023-01-11T18:28:54.908Z] 12d6caf4c0d1: Pull complete [2023-01-11T18:28:57.438Z] 96b7cbca73a9: Pull complete [2023-01-11T18:28:57.698Z] a7acece74701: Pull complete [2023-01-11T18:28:57.698Z] Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d [2023-01-11T18:28:57.698Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-01-11T18:28:57.698Z] ---> db6d94c90886 [2023-01-11T18:28:57.698Z] Step 3/12 : ARG ADD_BUILD_TAGS="" [2023-01-11T18:29:03.010Z] ---> Running in 9ce2079d36f0 [2023-01-11T18:29:03.010Z] Removing intermediate container 9ce2079d36f0 [2023-01-11T18:29:03.010Z] ---> 30f0626872f4 [2023-01-11T18:29:03.010Z] Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-01-11T18:29:03.010Z] ---> Running in e582de505904 [2023-01-11T18:29:03.010Z] Removing intermediate container e582de505904 [2023-01-11T18:29:03.010Z] ---> 45f0a2a1f7db [2023-01-11T18:29:03.010Z] Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client" [2023-01-11T18:29:03.010Z] ---> Running in d28419d13db0 [2023-01-11T18:29:03.010Z] Removing intermediate container d28419d13db0 [2023-01-11T18:29:03.010Z] ---> dca2c853eed9 [2023-01-11T18:29:03.010Z] Step 6/12 : ARG ALPINE_PKG_EXTRA="" [2023-01-11T18:29:03.157Z] Still waiting to schedule task [2023-01-11T18:29:03.157Z] Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-1908’ [2023-01-11T18:29:03.269Z] ---> Running in 9cbccd82977b [2023-01-11T18:29:03.269Z] Removing intermediate container 9cbccd82977b [2023-01-11T18:29:03.269Z] ---> 311a967a830c [2023-01-11T18:29:03.269Z] Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-01-11T18:29:03.269Z] ---> Running in d5bd35d09ff8 [2023-01-11T18:29:03.527Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-11T18:29:03.785Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-11T18:29:04.044Z] (1/4) Installing openssh-keygen (9.0_p1-r2) [2023-01-11T18:29:04.044Z] (2/4) Installing libedit (20210910.3.1-r0) [2023-01-11T18:29:04.044Z] (3/4) Installing openssh-client-common (9.0_p1-r2) [2023-01-11T18:29:04.044Z] (4/4) Installing openssh-client-default (9.0_p1-r2) [2023-01-11T18:29:04.044Z] Executing busybox-1.35.0-r17.trigger [2023-01-11T18:29:04.044Z] OK: 216 MiB in 55 packages [2023-01-11T18:29:04.609Z] Removing intermediate container d5bd35d09ff8 [2023-01-11T18:29:04.609Z] ---> ef796ec22356 [2023-01-11T18:29:04.609Z] Step 8/12 : WORKDIR /device-rest-go [2023-01-11T18:29:04.609Z] ---> Running in b1e604168186 [2023-01-11T18:29:04.867Z] Removing intermediate container b1e604168186 [2023-01-11T18:29:04.868Z] ---> 459f3a1eee37 [2023-01-11T18:29:04.868Z] Step 9/12 : COPY go.mod vendor* ./ [2023-01-11T18:29:04.868Z] ---> 6f5e7245de84 [2023-01-11T18:29:04.868Z] Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-11T18:29:04.868Z] ---> Running in dbe3c2841f63 [2023-01-11T18:29:31.488Z] Removing intermediate container dbe3c2841f63 [2023-01-11T18:29:31.488Z] ---> 36bbf4cd76ee [2023-01-11T18:29:31.488Z] Step 11/12 : COPY . . [2023-01-11T18:29:31.488Z] ---> 8dee427ffefe [2023-01-11T18:29:31.488Z] Step 12/12 : RUN $MAKE [2023-01-11T18:29:31.488Z] ---> Running in 183a196b31ba [2023-01-11T18:29:31.488Z] noop [2023-01-11T18:29:31.488Z] Removing intermediate container 183a196b31ba [2023-01-11T18:29:31.488Z] ---> 1705de684067 [2023-01-11T18:29:31.488Z] Successfully built 1705de684067 [2023-01-11T18:29:31.488Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T18:29:31.812Z] + docker inspect -f . ci-base-image-x86_64 [2023-01-11T18:29:31.812Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-11T18:29:31.890Z] prd-ubuntu20.04-docker-8c-8g-1911 does not seem to be running inside a container [2023-01-11T18:29:31.921Z] $ 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-01-11T18:29:32.262Z] $ docker top 7850224fa38ab329c47efd035e0ea81762626eddada0a91adc55ea737e71a6b7 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-11T18:29:32.629Z] + go version [2023-01-11T18:29:32.629Z] go version go1.18.7 linux/amd64 [Pipeline] } [2023-01-11T18:29:32.641Z] $ docker stop --time=1 7850224fa38ab329c47efd035e0ea81762626eddada0a91adc55ea737e71a6b7 [2023-01-11T18:29:33.931Z] $ docker rm -f --volumes 7850224fa38ab329c47efd035e0ea81762626eddada0a91adc55ea737e71a6b7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T18:29:34.332Z] + docker inspect -f . ci-base-image-x86_64 [2023-01-11T18:29:34.333Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-11T18:29:34.407Z] prd-ubuntu20.04-docker-8c-8g-1911 does not seem to be running inside a container [2023-01-11T18:29:34.437Z] $ 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-01-11T18:29:34.793Z] $ docker top 754a7cdc0545f0dde31c3b6003a058ccece8dbab15de55d62edf6caf826c4373 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-11T18:29:35.206Z] + git config --global --add safe.directory /w/workspace/edgexfoundry_device-rest-go_main [Pipeline] fileExists [Pipeline] sh [2023-01-11T18:29:35.504Z] + make test [2023-01-11T18:29:35.504Z] go test ./... -coverprofile=coverage.out ./... [2023-01-11T18:29:35.763Z] ? github.com/edgexfoundry/device-rest-go [no test files] [2023-01-11T18:29:45.740Z] ? github.com/edgexfoundry/device-rest-go/cmd [no test files] [2023-01-11T18:29:45.740Z] ok github.com/edgexfoundry/device-rest-go/driver 0.016s coverage: 55.2% of statements [2023-01-11T18:29:52.309Z] 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-01-11T18:29:52.568Z] go vet ./... [2023-01-11T18:29:55.855Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-01-11T18:29:55.855Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-01-11T18:29:55.855Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-01-11T18:29:55.869Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-01-11T18:29:55.888Z] $ docker stop --time=1 754a7cdc0545f0dde31c3b6003a058ccece8dbab15de55d62edf6caf826c4373 [2023-01-11T18:29:58.471Z] $ docker rm -f --volumes 754a7cdc0545f0dde31c3b6003a058ccece8dbab15de55d62edf6caf826c4373 [Pipeline] // withDockerContainer [Pipeline] sh [2023-01-11T18:29:58.922Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-01-11T18:29:58.968Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2023-01-11T18:29:59.396Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-01-11T18:29:59.684Z] + ls -al . [2023-01-11T18:29:59.684Z] total 188 [2023-01-11T18:29:59.684Z] drwxrwxr-x 9 jenkins jenkins 4096 Jan 11 18:29 . [2023-01-11T18:29:59.684Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 11 18:28 .. [2023-01-11T18:29:59.684Z] -rw-rw-r-- 1 jenkins jenkins 151 Jan 11 18:28 .dockerignore [2023-01-11T18:29:59.684Z] drwxrwxr-x 8 jenkins jenkins 4096 Jan 11 18:29 .git [2023-01-11T18:29:59.684Z] drwxrwxr-x 3 jenkins jenkins 4096 Jan 11 18:28 .github [2023-01-11T18:29:59.684Z] -rw-rw-r-- 1 jenkins jenkins 329 Jan 11 18:28 .gitignore [2023-01-11T18:29:59.684Z] -rw-rw-r-- 1 jenkins jenkins 41 Jan 11 18:28 .golangci.yml [2023-01-11T18:29:59.684Z] drwxr-xr-x 3 jenkins jenkins 4096 Jan 11 18:28 .semver [2023-01-11T18:29:59.684Z] -rw-rw-r-- 1 jenkins jenkins 8996 Jan 11 18:28 Attribution.txt [2023-01-11T18:29:59.684Z] -rw-rw-r-- 1 jenkins jenkins 13085 Jan 11 18:28 CHANGELOG.md [2023-01-11T18:29:59.684Z] -rw-rw-r-- 1 jenkins jenkins 1578 Jan 11 18:28 Dockerfile [2023-01-11T18:29:59.684Z] -rw-rw-r-- 1 jenkins jenkins 677 Jan 11 18:28 GOVERNANCE.md [2023-01-11T18:29:59.684Z] -rw-rw-r-- 1 jenkins jenkins 680 Jan 11 18:28 Jenkinsfile [2023-01-11T18:29:59.684Z] -rw-rw-r-- 1 jenkins jenkins 11340 Jan 11 18:28 LICENSE [2023-01-11T18:29:59.684Z] -rw-rw-r-- 1 jenkins jenkins 1744 Jan 11 18:28 Makefile [2023-01-11T18:29:59.684Z] -rw-rw-r-- 1 jenkins jenkins 620 Jan 11 18:28 OWNERS.md [2023-01-11T18:29:59.684Z] -rw-rw-r-- 1 jenkins jenkins 8667 Jan 11 18:28 README.md [2023-01-11T18:29:59.684Z] -rw-rw-r-- 1 jenkins jenkins 11 Jan 11 18:28 VERSION [2023-01-11T18:29:59.684Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 11 18:28 bin [2023-01-11T18:29:59.684Z] drwxrwxr-x 3 jenkins jenkins 4096 Jan 11 18:28 cmd [2023-01-11T18:29:59.684Z] -rw-r--r-- 1 jenkins jenkins 9355 Jan 11 18:29 coverage.out [2023-01-11T18:29:59.684Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 11 18:28 driver [2023-01-11T18:29:59.684Z] -rw-rw-r-- 1 jenkins jenkins 3488 Jan 11 18:28 go.mod [2023-01-11T18:29:59.684Z] -rw-rw-r-- 1 jenkins jenkins 45013 Jan 11 18:28 go.sum [2023-01-11T18:29:59.684Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 11 18:28 snap [2023-01-11T18:29:59.684Z] -rw-rw-r-- 1 jenkins jenkins 713 Jan 11 18:28 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T18:29:59.994Z] + docker build -t device-rest -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg MAKE=make build --build-arg ARCH=amd64 --label git_sha=6fa13eb64575055365d964780e4ff33f2e866ca2 --label arch=amd64 --label version=3.0.0-dev.5 . [2023-01-11T18:29:59.994Z] Sending build context to Docker daemon 10.8MB [2023-01-11T18:29:59.994Z] Step 1/25 : ARG BASE=golang:1.18-alpine3.16 [2023-01-11T18:29:59.994Z] Step 2/25 : FROM ${BASE} AS builder [2023-01-11T18:29:59.994Z] ---> 1705de684067 [2023-01-11T18:29:59.994Z] Step 3/25 : ARG ADD_BUILD_TAGS="" [2023-01-11T18:30:00.254Z] ---> Running in 2f6e2e5cb52c [2023-01-11T18:30:00.254Z] Removing intermediate container 2f6e2e5cb52c [2023-01-11T18:30:00.254Z] ---> 06c8dd7a61d1 [2023-01-11T18:30:00.254Z] Step 4/25 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-01-11T18:30:00.254Z] ---> Running in 49a8fe28a802 [2023-01-11T18:30:00.254Z] Removing intermediate container 49a8fe28a802 [2023-01-11T18:30:00.254Z] ---> 399611328650 [2023-01-11T18:30:00.254Z] Step 5/25 : ARG ALPINE_PKG_BASE="make git openssh-client" [2023-01-11T18:30:00.254Z] ---> Running in 1af7153f8034 [2023-01-11T18:30:00.513Z] Removing intermediate container 1af7153f8034 [2023-01-11T18:30:00.513Z] ---> 28ddf010f90a [2023-01-11T18:30:00.513Z] Step 6/25 : ARG ALPINE_PKG_EXTRA="" [2023-01-11T18:30:00.513Z] ---> Running in 6eac39574c5c [2023-01-11T18:30:00.513Z] Removing intermediate container 6eac39574c5c [2023-01-11T18:30:00.513Z] ---> 4813ee5bcaaa [2023-01-11T18:30:00.513Z] Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-01-11T18:30:00.513Z] ---> Running in 11efb5d391ba [2023-01-11T18:30:00.776Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-11T18:30:01.042Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-11T18:30:01.302Z] OK: 216 MiB in 55 packages [2023-01-11T18:30:01.561Z] Removing intermediate container 11efb5d391ba [2023-01-11T18:30:01.561Z] ---> 49ce73265727 [2023-01-11T18:30:01.561Z] Step 8/25 : WORKDIR /device-rest-go [2023-01-11T18:30:01.561Z] ---> Running in e8d33975455b [2023-01-11T18:30:01.823Z] Removing intermediate container e8d33975455b [2023-01-11T18:30:01.823Z] ---> 857dd0379374 [2023-01-11T18:30:01.823Z] Step 9/25 : COPY go.mod vendor* ./ [2023-01-11T18:30:01.823Z] ---> e7d5a3f07cee [2023-01-11T18:30:01.823Z] Step 10/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-11T18:30:02.088Z] ---> Running in 15d30ce00f32 [2023-01-11T18:30:03.037Z] Removing intermediate container 15d30ce00f32 [2023-01-11T18:30:03.037Z] ---> b8c8b9da315b [2023-01-11T18:30:03.037Z] Step 11/25 : COPY . . [2023-01-11T18:30:03.297Z] ---> 70f26d0b4bc4 [2023-01-11T18:30:03.297Z] Step 12/25 : RUN $MAKE [2023-01-11T18:30:03.297Z] ---> Running in aa18e5e60c9d [2023-01-11T18:30:03.559Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-rest-go.Version=3.0.0-dev.5" -trimpath -mod=readonly -o cmd/device-rest ./cmd [2023-01-11T18:30:25.667Z] Removing intermediate container aa18e5e60c9d [2023-01-11T18:30:25.667Z] ---> 2024db583822 [2023-01-11T18:30:25.667Z] Step 13/25 : FROM alpine:3.16 [2023-01-11T18:30:25.667Z] 3.16: Pulling from library/alpine [2023-01-11T18:30:25.667Z] ca7dd9ec2225: Pulling fs layer [2023-01-11T18:30:25.667Z] ca7dd9ec2225: Verifying Checksum [2023-01-11T18:30:25.667Z] ca7dd9ec2225: Pull complete [2023-01-11T18:30:25.667Z] Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b [2023-01-11T18:30:25.667Z] Status: Downloaded newer image for alpine:3.16 [2023-01-11T18:30:25.667Z] ---> bfe296a52501 [2023-01-11T18:30:25.667Z] Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2023-01-11T18:30:25.667Z] ---> Running in e3d4dde79a0f [2023-01-11T18:30:25.667Z] Removing intermediate container e3d4dde79a0f [2023-01-11T18:30:25.667Z] ---> 57ed5862022a [2023-01-11T18:30:25.667Z] Step 15/25 : LABEL Name=device-rest-go Version=${VERSION} [2023-01-11T18:30:25.667Z] ---> Running in 26422653aa6b [2023-01-11T18:30:25.667Z] Removing intermediate container 26422653aa6b [2023-01-11T18:30:25.667Z] ---> 0386a8563239 [2023-01-11T18:30:25.667Z] Step 16/25 : RUN apk add --update --no-cache dumb-init [2023-01-11T18:30:25.667Z] ---> Running in 28a7ac65d4ed [2023-01-11T18:30:25.667Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-11T18:30:25.926Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-11T18:30:26.185Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-01-11T18:30:26.185Z] Executing busybox-1.35.0-r17.trigger [2023-01-11T18:30:26.185Z] OK: 6 MiB in 15 packages [2023-01-11T18:30:26.445Z] Removing intermediate container 28a7ac65d4ed [2023-01-11T18:30:26.445Z] ---> 3a8159a10036 [2023-01-11T18:30:26.445Z] Step 17/25 : COPY --from=builder /device-rest-go/cmd / [2023-01-11T18:30:27.395Z] ---> 760b6635d29b [2023-01-11T18:30:27.395Z] Step 18/25 : COPY --from=builder /device-rest-go/LICENSE / [2023-01-11T18:30:27.395Z] ---> b7de011738e1 [2023-01-11T18:30:27.395Z] Step 19/25 : COPY --from=builder /device-rest-go/Attribution.txt / [2023-01-11T18:30:27.395Z] ---> 70761085fe6f [2023-01-11T18:30:27.395Z] Step 20/25 : EXPOSE 59986 [2023-01-11T18:30:27.395Z] ---> Running in 975dd097ca9b [2023-01-11T18:30:27.654Z] Removing intermediate container 975dd097ca9b [2023-01-11T18:30:27.654Z] ---> abf3c1499a79 [2023-01-11T18:30:27.654Z] Step 21/25 : ENTRYPOINT ["/device-rest"] [2023-01-11T18:30:27.654Z] ---> Running in 8f1acf72415c [2023-01-11T18:30:27.654Z] Removing intermediate container 8f1acf72415c [2023-01-11T18:30:27.654Z] ---> 58632b350782 [2023-01-11T18:30:27.654Z] Step 22/25 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry"] [2023-01-11T18:30:27.654Z] ---> Running in e8d56b5e4b8a [2023-01-11T18:30:27.914Z] Removing intermediate container e8d56b5e4b8a [2023-01-11T18:30:27.914Z] ---> cd074b596678 [2023-01-11T18:30:27.914Z] Step 23/25 : LABEL arch=amd64 [2023-01-11T18:30:27.914Z] ---> Running in 30c80cd7b15e [2023-01-11T18:30:27.914Z] Removing intermediate container 30c80cd7b15e [2023-01-11T18:30:27.914Z] ---> e7ca440b3707 [2023-01-11T18:30:27.914Z] Step 24/25 : LABEL git_sha=6fa13eb64575055365d964780e4ff33f2e866ca2 [2023-01-11T18:30:27.914Z] ---> Running in 46ee325729ba [2023-01-11T18:30:27.914Z] Removing intermediate container 46ee325729ba [2023-01-11T18:30:27.914Z] ---> 3deda7be3283 [2023-01-11T18:30:27.914Z] Step 25/25 : LABEL version=3.0.0-dev.5 [2023-01-11T18:30:27.914Z] ---> Running in b3e53bdbd6c9 [2023-01-11T18:30:28.173Z] Removing intermediate container b3e53bdbd6c9 [2023-01-11T18:30:28.173Z] ---> a6a09df5ceb5 [2023-01-11T18:30:28.173Z] [Warning] One or more build-args [ARCH] were not consumed [2023-01-11T18:30:28.173Z] Successfully built a6a09df5ceb5 [2023-01-11T18:30:28.173Z] 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-01-11T18:30:28.291Z] provisioning config files... [2023-01-11T18:30:28.299Z] copy managed file [device-rest-go-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config12775422659572583356tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-11T18:30:28.598Z] ---> docker-login.sh [2023-01-11T18:30:28.598Z] nexus3.edgexfoundry.org:10001 [2023-01-11T18:30:28.598Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-11T18:30:28.598Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-11T18:30:28.598Z] Configure a credential helper to remove this warning. See [2023-01-11T18:30:28.598Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-11T18:30:28.598Z] [2023-01-11T18:30:28.598Z] Login Succeeded [2023-01-11T18:30:28.598Z] nexus3.edgexfoundry.org:10002 [2023-01-11T18:30:28.598Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-11T18:30:28.598Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-11T18:30:28.598Z] Configure a credential helper to remove this warning. See [2023-01-11T18:30:28.598Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-11T18:30:28.598Z] [2023-01-11T18:30:28.598Z] Login Succeeded [2023-01-11T18:30:28.598Z] nexus3.edgexfoundry.org:10003 [2023-01-11T18:30:28.858Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-11T18:30:28.858Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-11T18:30:28.858Z] Configure a credential helper to remove this warning. See [2023-01-11T18:30:28.858Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-11T18:30:28.858Z] [2023-01-11T18:30:28.858Z] Login Succeeded [2023-01-11T18:30:28.858Z] nexus3.edgexfoundry.org:10004 [2023-01-11T18:30:28.858Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-11T18:30:28.858Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-11T18:30:28.858Z] Configure a credential helper to remove this warning. See [2023-01-11T18:30:28.858Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-11T18:30:28.858Z] [2023-01-11T18:30:28.858Z] Login Succeeded [2023-01-11T18:30:28.858Z] docker.io [2023-01-11T18:30:29.116Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-11T18:30:29.116Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-11T18:30:29.116Z] Configure a credential helper to remove this warning. See [2023-01-11T18:30:29.116Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-11T18:30:29.116Z] [2023-01-11T18:30:29.116Z] Login Succeeded [2023-01-11T18:30:29.116Z] ---> docker-login.sh ends [Pipeline] } [2023-01-11T18:30:29.123Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-11T18:30:29.150Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-11T18:30:29.173Z] [edgeXDocker.push] Tagging docker image device-rest with the following tags: [2023-01-11T18:30:29.173Z] 6fa13eb64575055365d964780e4ff33f2e866ca2 [2023-01-11T18:30:29.173Z] latest [2023-01-11T18:30:29.173Z] 3.0.0-dev.5 [2023-01-11T18:30:29.173Z] 6fa13eb64575055365d964780e4ff33f2e866ca2-3.0.0-dev.5 [2023-01-11T18:30:29.173Z] main [2023-01-11T18:30:29.173Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T18:30:29.491Z] + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:6fa13eb64575055365d964780e4ff33f2e866ca2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T18:30:29.794Z] + docker push nexus3.edgexfoundry.org:10004/device-rest:6fa13eb64575055365d964780e4ff33f2e866ca2 [2023-01-11T18:30:29.794Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] [2023-01-11T18:30:29.794Z] c6738573187f: Preparing [2023-01-11T18:30:29.794Z] 6fe6f227ec8f: Preparing [2023-01-11T18:30:29.794Z] 3f07f3ca486a: Preparing [2023-01-11T18:30:29.794Z] c65a73804fe7: Preparing [2023-01-11T18:30:29.794Z] e5e13b0c77cb: Preparing [2023-01-11T18:30:29.794Z] e5e13b0c77cb: Layer already exists [2023-01-11T18:30:29.794Z] c6738573187f: Pushed [2023-01-11T18:30:29.794Z] c65a73804fe7: Pushed [2023-01-11T18:30:29.794Z] 6fe6f227ec8f: Pushed [2023-01-11T18:30:33.085Z] 3f07f3ca486a: Pushed [2023-01-11T18:30:33.085Z] 6fa13eb64575055365d964780e4ff33f2e866ca2: digest: sha256:1bb03af2020cd11d0ad8145150647e972870780b3279bffeb73ac4c32f6cb20d size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T18:30:33.396Z] + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T18:30:33.702Z] + docker push nexus3.edgexfoundry.org:10004/device-rest:latest [2023-01-11T18:30:33.702Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] [2023-01-11T18:30:33.702Z] c6738573187f: Preparing [2023-01-11T18:30:33.702Z] 6fe6f227ec8f: Preparing [2023-01-11T18:30:33.702Z] 3f07f3ca486a: Preparing [2023-01-11T18:30:33.702Z] c65a73804fe7: Preparing [2023-01-11T18:30:33.702Z] e5e13b0c77cb: Preparing [2023-01-11T18:30:33.702Z] 3f07f3ca486a: Layer already exists [2023-01-11T18:30:33.702Z] c65a73804fe7: Layer already exists [2023-01-11T18:30:33.702Z] 6fe6f227ec8f: Layer already exists [2023-01-11T18:30:33.702Z] c6738573187f: Layer already exists [2023-01-11T18:30:33.702Z] e5e13b0c77cb: Layer already exists [2023-01-11T18:30:33.702Z] latest: digest: sha256:1bb03af2020cd11d0ad8145150647e972870780b3279bffeb73ac4c32f6cb20d size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T18:30:34.079Z] + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:3.0.0-dev.5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T18:30:34.395Z] + docker push nexus3.edgexfoundry.org:10004/device-rest:3.0.0-dev.5 [2023-01-11T18:30:34.396Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] [2023-01-11T18:30:34.396Z] c6738573187f: Preparing [2023-01-11T18:30:34.396Z] 6fe6f227ec8f: Preparing [2023-01-11T18:30:34.396Z] 3f07f3ca486a: Preparing [2023-01-11T18:30:34.396Z] c65a73804fe7: Preparing [2023-01-11T18:30:34.396Z] e5e13b0c77cb: Preparing [2023-01-11T18:30:34.396Z] e5e13b0c77cb: Layer already exists [2023-01-11T18:30:34.396Z] c6738573187f: Layer already exists [2023-01-11T18:30:34.396Z] c65a73804fe7: Layer already exists [2023-01-11T18:30:34.396Z] 3f07f3ca486a: Layer already exists [2023-01-11T18:30:34.396Z] 6fe6f227ec8f: Layer already exists [2023-01-11T18:30:34.396Z] 3.0.0-dev.5: digest: sha256:1bb03af2020cd11d0ad8145150647e972870780b3279bffeb73ac4c32f6cb20d size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T18:30:34.708Z] + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:6fa13eb64575055365d964780e4ff33f2e866ca2-3.0.0-dev.5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T18:30:35.026Z] + docker push nexus3.edgexfoundry.org:10004/device-rest:6fa13eb64575055365d964780e4ff33f2e866ca2-3.0.0-dev.5 [2023-01-11T18:30:35.026Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] [2023-01-11T18:30:35.026Z] c6738573187f: Preparing [2023-01-11T18:30:35.026Z] 6fe6f227ec8f: Preparing [2023-01-11T18:30:35.026Z] 3f07f3ca486a: Preparing [2023-01-11T18:30:35.026Z] c65a73804fe7: Preparing [2023-01-11T18:30:35.026Z] e5e13b0c77cb: Preparing [2023-01-11T18:30:35.026Z] c6738573187f: Layer already exists [2023-01-11T18:30:35.026Z] e5e13b0c77cb: Layer already exists [2023-01-11T18:30:35.026Z] 3f07f3ca486a: Layer already exists [2023-01-11T18:30:35.026Z] 6fe6f227ec8f: Layer already exists [2023-01-11T18:30:35.026Z] c65a73804fe7: Layer already exists [2023-01-11T18:30:35.026Z] 6fa13eb64575055365d964780e4ff33f2e866ca2-3.0.0-dev.5: digest: sha256:1bb03af2020cd11d0ad8145150647e972870780b3279bffeb73ac4c32f6cb20d size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T18:30:35.344Z] + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T18:30:35.646Z] + docker push nexus3.edgexfoundry.org:10004/device-rest:main [2023-01-11T18:30:35.646Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] [2023-01-11T18:30:35.646Z] c6738573187f: Preparing [2023-01-11T18:30:35.646Z] 6fe6f227ec8f: Preparing [2023-01-11T18:30:35.646Z] 3f07f3ca486a: Preparing [2023-01-11T18:30:35.646Z] c65a73804fe7: Preparing [2023-01-11T18:30:35.646Z] e5e13b0c77cb: Preparing [2023-01-11T18:30:35.646Z] c65a73804fe7: Layer already exists [2023-01-11T18:30:35.646Z] 6fe6f227ec8f: Layer already exists [2023-01-11T18:30:35.646Z] e5e13b0c77cb: Layer already exists [2023-01-11T18:30:35.646Z] c6738573187f: Layer already exists [2023-01-11T18:30:35.646Z] 3f07f3ca486a: Layer already exists [2023-01-11T18:30:35.646Z] main: digest: sha256:1bb03af2020cd11d0ad8145150647e972870780b3279bffeb73ac4c32f6cb20d size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-11T18:30:35.684Z] ===================================================== [Pipeline] echo [2023-01-11T18:30:35.690Z] taggedImages: [2023-01-11T18:30:35.690Z] - nexus3.edgexfoundry.org:10004/device-rest:6fa13eb64575055365d964780e4ff33f2e866ca2 [2023-01-11T18:30:35.690Z] - nexus3.edgexfoundry.org:10004/device-rest:latest [2023-01-11T18:30:35.690Z] - nexus3.edgexfoundry.org:10004/device-rest:3.0.0-dev.5 [2023-01-11T18:30:35.690Z] - nexus3.edgexfoundry.org:10004/device-rest:6fa13eb64575055365d964780e4ff33f2e866ca2-3.0.0-dev.5 [2023-01-11T18:30:35.690Z] - 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-01-11T18:30:36.059Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-01-11T18:30:36.059Z] [2023-01-11T18:30:36.059Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T18:30:36.364Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-01-11T18:30:36.364Z] latest: Pulling from edgex-lftools-log-publisher [2023-01-11T18:30:36.364Z] 5eb5b503b376: Pulling fs layer [2023-01-11T18:30:36.364Z] 5c69ac0246d0: Pulling fs layer [2023-01-11T18:30:36.364Z] ec43610c2a17: Pulling fs layer [2023-01-11T18:30:36.364Z] 3a2ae6a8a46f: Pulling fs layer [2023-01-11T18:30:36.364Z] 33b1e0a273af: Pulling fs layer [2023-01-11T18:30:36.364Z] 5d3b04190fa2: Pulling fs layer [2023-01-11T18:30:36.364Z] 2f39f015ded8: Pulling fs layer [2023-01-11T18:30:36.364Z] 5d3b04190fa2: Waiting [2023-01-11T18:30:36.364Z] 3a2ae6a8a46f: Waiting [2023-01-11T18:30:36.364Z] 33b1e0a273af: Waiting [2023-01-11T18:30:36.364Z] 2f39f015ded8: Waiting [2023-01-11T18:30:36.364Z] 5c69ac0246d0: Verifying Checksum [2023-01-11T18:30:36.364Z] 5c69ac0246d0: Download complete [2023-01-11T18:30:36.364Z] 3a2ae6a8a46f: Verifying Checksum [2023-01-11T18:30:36.364Z] 3a2ae6a8a46f: Download complete [2023-01-11T18:30:36.624Z] ec43610c2a17: Verifying Checksum [2023-01-11T18:30:36.624Z] ec43610c2a17: Download complete [2023-01-11T18:30:36.624Z] 33b1e0a273af: Verifying Checksum [2023-01-11T18:30:36.624Z] 33b1e0a273af: Download complete [2023-01-11T18:30:36.624Z] 5d3b04190fa2: Verifying Checksum [2023-01-11T18:30:36.624Z] 5eb5b503b376: Verifying Checksum [2023-01-11T18:30:36.624Z] 5eb5b503b376: Download complete [2023-01-11T18:30:37.556Z] 2f39f015ded8: Download complete [2023-01-11T18:30:37.812Z] 5eb5b503b376: Pull complete [2023-01-11T18:30:38.076Z] 5c69ac0246d0: Pull complete [2023-01-11T18:30:38.641Z] ec43610c2a17: Pull complete [2023-01-11T18:30:38.641Z] 3a2ae6a8a46f: Pull complete [2023-01-11T18:30:38.900Z] 33b1e0a273af: Pull complete [2023-01-11T18:30:38.900Z] 5d3b04190fa2: Pull complete [2023-01-11T18:30:44.156Z] 2f39f015ded8: Pull complete [2023-01-11T18:30:44.156Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-01-11T18:30:44.156Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-01-11T18:30:44.156Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-11T18:30:44.240Z] prd-ubuntu20.04-docker-8c-8g-1911 does not seem to be running inside a container [2023-01-11T18:30:44.271Z] $ 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-01-11T18:30:47.079Z] $ docker top b6442573853d1f5deec3756c9fb47a312aad57d2a25731fef706d7f8b082d0a4 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-11T18:30:47.456Z] ---> job-cost.sh [2023-01-11T18:30:47.456Z] lf-activate-venv: SKIPPING [2023-01-11T18:30:47.456Z] INFO: No Stack... [2023-01-11T18:30:47.716Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-01-11T18:30:47.975Z] INFO: Archiving Costs [Pipeline] sh [2023-01-11T18:30:48.263Z] + cat /w/workspace/edgexfoundry_device-rest-go_main/archives/cost.csv [2023-01-11T18:30:48.264Z] + cut -d, -f6 [Pipeline] lock [2023-01-11T18:30:48.278Z] Trying to acquire lock on [jenkins-edgexfoundry-device-rest-go-main-77-stack-cost] [2023-01-11T18:30:48.284Z] Resource [jenkins-edgexfoundry-device-rest-go-main-77-stack-cost] did not exist. Created. [2023-01-11T18:30:48.284Z] Lock acquired on [jenkins-edgexfoundry-device-rest-go-main-77-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-01-11T18:30:48.585Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-01-11T18:30:48.614Z] Stashed 1 file(s) [Pipeline] } [2023-01-11T18:30:48.621Z] Lock released on resource [jenkins-edgexfoundry-device-rest-go-main-77-stack-cost] [Pipeline] // lock [Pipeline] } [2023-01-11T18:30:48.637Z] $ docker stop --time=1 b6442573853d1f5deec3756c9fb47a312aad57d2a25731fef706d7f8b082d0a4 [2023-01-11T18:30:49.831Z] $ docker rm -f --volumes b6442573853d1f5deec3756c9fb47a312aad57d2a25731fef706d7f8b082d0a4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-01-11T18:31:45.749Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-1914 in /w/workspace/edgexfoundry_device-rest-go_main [Pipeline] { [Pipeline] ws [2023-01-11T18:31:45.769Z] Running in /w/workspace/device-rest-go/77 [Pipeline] { [Pipeline] checkout [2023-01-11T18:31:45.811Z] The recommended git tool is: git [2023-01-11T18:31:51.114Z] using credential edgex-jenkins-ssh [2023-01-11T18:31:51.133Z] Cloning the remote Git repository [2023-01-11T18:31:51.174Z] Cloning repository git@github.com:edgexfoundry/device-rest-go.git [2023-01-11T18:31:51.250Z] > git init /w/workspace/device-rest-go/77 # timeout=10 [2023-01-11T18:31:51.410Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git [2023-01-11T18:31:51.411Z] > git --version # timeout=10 [2023-01-11T18:31:51.432Z] > git --version # 'git version 2.25.1' [2023-01-11T18:31:51.435Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-01-11T18:31:51.509Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-01-11T18:31:54.368Z] Avoid second fetch [2023-01-11T18:31:54.368Z] Checking out Revision 6fa13eb64575055365d964780e4ff33f2e866ca2 (main) [2023-01-11T18:31:53.368Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 [2023-01-11T18:31:53.412Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-01-11T18:31:54.386Z] > git config core.sparsecheckout # timeout=10 [2023-01-11T18:31:54.402Z] > git checkout -f 6fa13eb64575055365d964780e4ff33f2e866ca2 # timeout=10 [2023-01-11T18:31:54.868Z] Commit message: "refactor!: Rework code for refactored MessageBus Configuration (#236)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-01-11T18:31:55.765Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-01-11T18:31:55.765Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-01-11T18:31:55.765Z] Dload Upload Total Spent Left Speed [2023-01-11T18:31:55.765Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 204k 0 --:--:-- --:--:-- --:--:-- 207k [Pipeline] sh [2023-01-11T18:31:56.425Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-01-11T18:31:56.774Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-01-11T18:31:56.774Z] + sudo tee /etc/docker/daemon.new [2023-01-11T18:31:56.774Z] { [2023-01-11T18:31:56.774Z] "registry-mirrors": [ [2023-01-11T18:31:56.774Z] "https://nexus3.edgexfoundry.org:10001" [2023-01-11T18:31:56.774Z] ], [2023-01-11T18:31:56.774Z] "bip": "10.250.0.254/24", [2023-01-11T18:31:56.774Z] "hosts": [ [2023-01-11T18:31:56.774Z] "tcp://0.0.0.0:5555", [2023-01-11T18:31:56.774Z] "unix:///var/run/docker.sock" [2023-01-11T18:31:56.774Z] ], [2023-01-11T18:31:56.774Z] "mtu": 1458, [2023-01-11T18:31:56.774Z] "selinux-enabled": true, [2023-01-11T18:31:56.774Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-01-11T18:31:56.774Z] } [Pipeline] sh [2023-01-11T18:31:57.124Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-01-11T18:31:57.467Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-01-11T18:32:15.772Z] provisioning config files... [2023-01-11T18:32:15.804Z] copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/77@tmp/config1755402948921353062tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-11T18:32:16.175Z] ---> docker-login.sh [2023-01-11T18:32:16.175Z] nexus3.edgexfoundry.org:10001 [2023-01-11T18:32:16.770Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-11T18:32:16.770Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-11T18:32:16.770Z] Configure a credential helper to remove this warning. See [2023-01-11T18:32:16.770Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-11T18:32:16.770Z] [2023-01-11T18:32:16.770Z] Login Succeeded [2023-01-11T18:32:16.770Z] nexus3.edgexfoundry.org:10002 [2023-01-11T18:32:17.048Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-11T18:32:17.323Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-11T18:32:17.323Z] Configure a credential helper to remove this warning. See [2023-01-11T18:32:17.323Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-11T18:32:17.323Z] [2023-01-11T18:32:17.323Z] Login Succeeded [2023-01-11T18:32:17.323Z] nexus3.edgexfoundry.org:10003 [2023-01-11T18:32:17.599Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-11T18:32:17.599Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-11T18:32:17.599Z] Configure a credential helper to remove this warning. See [2023-01-11T18:32:17.599Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-11T18:32:17.599Z] [2023-01-11T18:32:17.599Z] Login Succeeded [2023-01-11T18:32:17.873Z] nexus3.edgexfoundry.org:10004 [2023-01-11T18:32:18.147Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-11T18:32:18.147Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-11T18:32:18.147Z] Configure a credential helper to remove this warning. See [2023-01-11T18:32:18.147Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-11T18:32:18.147Z] [2023-01-11T18:32:18.147Z] Login Succeeded [2023-01-11T18:32:18.147Z] docker.io [2023-01-11T18:32:18.420Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-11T18:32:18.692Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-11T18:32:18.692Z] Configure a credential helper to remove this warning. See [2023-01-11T18:32:18.692Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-11T18:32:18.692Z] [2023-01-11T18:32:18.692Z] Login Succeeded [2023-01-11T18:32:18.692Z] ---> docker-login.sh ends [Pipeline] } [2023-01-11T18:32:18.710Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-01-11T18:32:19.056Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-11T18:32:19.067Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-11T18:32:19.074Z] ========================================================= [2023-01-11T18:32:19.074Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2023-01-11T18:32:19.074Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T18:32:19.445Z] + 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-01-11T18:32:19.445Z] Sending build context to Docker daemon 128.5kB [2023-01-11T18:32:19.718Z] Step 1/12 : ARG BASE=golang:1.18-alpine3.16 [2023-01-11T18:32:19.718Z] Step 2/12 : FROM ${BASE} AS builder [2023-01-11T18:32:19.997Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-01-11T18:32:19.997Z] 9b18e9b68314: Pulling fs layer [2023-01-11T18:32:19.997Z] 35d82f9e3411: Pulling fs layer [2023-01-11T18:32:19.997Z] e16973657156: Pulling fs layer [2023-01-11T18:32:19.997Z] fc693d55d65f: Pulling fs layer [2023-01-11T18:32:19.997Z] 7e9fc2657dce: Pulling fs layer [2023-01-11T18:32:19.997Z] dda99020689f: Pulling fs layer [2023-01-11T18:32:19.997Z] db1c61fa0a46: Pulling fs layer [2023-01-11T18:32:19.997Z] 891c053d2c06: Pulling fs layer [2023-01-11T18:32:19.997Z] fc693d55d65f: Waiting [2023-01-11T18:32:19.997Z] 7e9fc2657dce: Waiting [2023-01-11T18:32:19.997Z] dda99020689f: Waiting [2023-01-11T18:32:19.997Z] db1c61fa0a46: Waiting [2023-01-11T18:32:19.997Z] 891c053d2c06: Waiting [2023-01-11T18:32:19.997Z] e16973657156: Verifying Checksum [2023-01-11T18:32:19.997Z] e16973657156: Download complete [2023-01-11T18:32:19.997Z] 35d82f9e3411: Verifying Checksum [2023-01-11T18:32:19.997Z] 35d82f9e3411: Download complete [2023-01-11T18:32:19.997Z] 7e9fc2657dce: Verifying Checksum [2023-01-11T18:32:19.997Z] 7e9fc2657dce: Download complete [2023-01-11T18:32:19.997Z] dda99020689f: Verifying Checksum [2023-01-11T18:32:19.997Z] dda99020689f: Download complete [2023-01-11T18:32:19.997Z] 9b18e9b68314: Verifying Checksum [2023-01-11T18:32:19.997Z] 9b18e9b68314: Download complete [2023-01-11T18:32:20.993Z] 9b18e9b68314: Pull complete [2023-01-11T18:32:21.275Z] 891c053d2c06: Verifying Checksum [2023-01-11T18:32:21.275Z] 891c053d2c06: Download complete [2023-01-11T18:32:21.899Z] 35d82f9e3411: Pull complete [2023-01-11T18:32:22.890Z] e16973657156: Pull complete [2023-01-11T18:32:22.890Z] db1c61fa0a46: Verifying Checksum [2023-01-11T18:32:22.890Z] db1c61fa0a46: Download complete [2023-01-11T18:32:23.482Z] fc693d55d65f: Verifying Checksum [2023-01-11T18:32:23.482Z] fc693d55d65f: Download complete [2023-01-11T18:32:35.854Z] fc693d55d65f: Pull complete [2023-01-11T18:32:35.854Z] 7e9fc2657dce: Pull complete [2023-01-11T18:32:36.124Z] dda99020689f: Pull complete [2023-01-11T18:32:42.824Z] db1c61fa0a46: Pull complete [2023-01-11T18:32:43.795Z] 891c053d2c06: Pull complete [2023-01-11T18:32:43.795Z] Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 [2023-01-11T18:32:43.795Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-01-11T18:32:43.795Z] ---> f96f9c87975a [2023-01-11T18:32:43.795Z] Step 3/12 : ARG ADD_BUILD_TAGS="" [2023-01-11T18:32:45.752Z] ---> Running in 677e423a7857 [2023-01-11T18:32:46.343Z] Removing intermediate container 677e423a7857 [2023-01-11T18:32:46.343Z] ---> e3293da239bb [2023-01-11T18:32:46.343Z] Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-01-11T18:32:46.343Z] ---> Running in cd93ab282e7a [2023-01-11T18:32:46.947Z] Removing intermediate container cd93ab282e7a [2023-01-11T18:32:46.947Z] ---> e2536762c9ab [2023-01-11T18:32:46.947Z] Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client" [2023-01-11T18:32:46.947Z] ---> Running in ca6fdf8b668b [2023-01-11T18:32:47.214Z] Removing intermediate container ca6fdf8b668b [2023-01-11T18:32:47.214Z] ---> 658778824371 [2023-01-11T18:32:47.214Z] Step 6/12 : ARG ALPINE_PKG_EXTRA="" [2023-01-11T18:32:47.483Z] ---> Running in dc2ada32897d [2023-01-11T18:32:47.754Z] Removing intermediate container dc2ada32897d [2023-01-11T18:32:47.754Z] ---> 3c243544b2f8 [2023-01-11T18:32:47.754Z] Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-01-11T18:32:47.754Z] ---> Running in 88d51d46c753 [2023-01-11T18:32:49.273Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-11T18:32:49.550Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-11T18:32:50.526Z] (1/4) Installing openssh-keygen (9.0_p1-r2) [2023-01-11T18:32:50.526Z] (2/4) Installing libedit (20210910.3.1-r0) [2023-01-11T18:32:50.526Z] (3/4) Installing openssh-client-common (9.0_p1-r2) [2023-01-11T18:32:50.526Z] (4/4) Installing openssh-client-default (9.0_p1-r2) [2023-01-11T18:32:50.795Z] Executing busybox-1.35.0-r17.trigger [2023-01-11T18:32:50.795Z] OK: 226 MiB in 55 packages [2023-01-11T18:32:51.760Z] Removing intermediate container 88d51d46c753 [2023-01-11T18:32:51.760Z] ---> a9a7df96d87d [2023-01-11T18:32:51.760Z] Step 8/12 : WORKDIR /device-rest-go [2023-01-11T18:32:51.760Z] ---> Running in 861b74d046c6 [2023-01-11T18:32:52.032Z] Removing intermediate container 861b74d046c6 [2023-01-11T18:32:52.032Z] ---> a9463415ceb2 [2023-01-11T18:32:52.032Z] Step 9/12 : COPY go.mod vendor* ./ [2023-01-11T18:32:52.625Z] ---> eca8ed9dad5b [2023-01-11T18:32:52.625Z] Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-11T18:32:52.896Z] ---> Running in e1420bd97193 [2023-01-11T18:34:00.867Z] Removing intermediate container e1420bd97193 [2023-01-11T18:34:00.867Z] ---> da0fa3112dd3 [2023-01-11T18:34:00.867Z] Step 11/12 : COPY . . [2023-01-11T18:34:00.867Z] ---> dfd9c327723c [2023-01-11T18:34:00.867Z] Step 12/12 : RUN $MAKE [2023-01-11T18:34:00.867Z] ---> Running in 6e3ccc091d28 [2023-01-11T18:34:00.867Z] noop [2023-01-11T18:34:00.867Z] Removing intermediate container 6e3ccc091d28 [2023-01-11T18:34:00.867Z] ---> 2d614dbdd4ca [2023-01-11T18:34:00.867Z] Successfully built 2d614dbdd4ca [2023-01-11T18:34:00.867Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T18:34:01.227Z] + docker inspect -f . ci-base-image-arm64 [2023-01-11T18:34:01.227Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-11T18:34:01.429Z] prd-ubuntu20.04-docker-arm64-4c-16g-1914 does not seem to be running inside a container [2023-01-11T18:34:01.515Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/77 -v /w/workspace/device-rest-go/77:/w/workspace/device-rest-go/77:rw,z -v /w/workspace/device-rest-go/77@tmp:/w/workspace/device-rest-go/77@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-01-11T18:34:04.004Z] $ docker top 735225f9e07fc0679d21a53b3f724ec202b21f5411bc675f9e0a3c18ebf0ef53 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-11T18:34:04.840Z] + go version [2023-01-11T18:34:04.840Z] go version go1.18.7 linux/arm64 [Pipeline] } [2023-01-11T18:34:04.869Z] $ docker stop --time=1 735225f9e07fc0679d21a53b3f724ec202b21f5411bc675f9e0a3c18ebf0ef53 [2023-01-11T18:34:06.539Z] $ docker rm -f --volumes 735225f9e07fc0679d21a53b3f724ec202b21f5411bc675f9e0a3c18ebf0ef53 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T18:34:07.117Z] + docker inspect -f . ci-base-image-arm64 [2023-01-11T18:34:07.117Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-11T18:34:07.332Z] prd-ubuntu20.04-docker-arm64-4c-16g-1914 does not seem to be running inside a container [2023-01-11T18:34:07.428Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/device-rest-go/77 -v /w/workspace/device-rest-go/77:/w/workspace/device-rest-go/77:rw,z -v /w/workspace/device-rest-go/77@tmp:/w/workspace/device-rest-go/77@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-01-11T18:34:08.713Z] $ docker top 0493f69d16bc4e3aea5dce4925623da1690998288110fe2d71b1c68353996f8b -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-11T18:34:09.567Z] + git config --global --add safe.directory /w/workspace/device-rest-go/77 [Pipeline] fileExists [Pipeline] sh [2023-01-11T18:34:10.226Z] + make test [2023-01-11T18:34:10.226Z] go test ./... -coverprofile=coverage.out ./... [2023-01-11T18:34:12.182Z] ? github.com/edgexfoundry/device-rest-go [no test files] [2023-01-11T18:35:48.892Z] ? github.com/edgexfoundry/device-rest-go/cmd [no test files] [2023-01-11T18:35:48.892Z] ok github.com/edgexfoundry/device-rest-go/driver 0.068s coverage: 55.2% of statements [2023-01-11T18:35:48.892Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-01-11T18:35:48.892Z] go vet ./... [2023-01-11T18:36:21.202Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-01-11T18:36:21.202Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-01-11T18:36:21.202Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-01-11T18:36:21.224Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-01-11T18:36:21.247Z] $ docker stop --time=1 0493f69d16bc4e3aea5dce4925623da1690998288110fe2d71b1c68353996f8b [2023-01-11T18:36:23.179Z] $ docker rm -f --volumes 0493f69d16bc4e3aea5dce4925623da1690998288110fe2d71b1c68353996f8b [Pipeline] // withDockerContainer [Pipeline] sh [2023-01-11T18:36:24.213Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-01-11T18:36:24.246Z] Warning: overwriting stash ‘coverage-report’ [2023-01-11T18:36:24.894Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-01-11T18:36:25.273Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-01-11T18:36:25.614Z] + ls -al . [2023-01-11T18:36:25.614Z] total 184 [2023-01-11T18:36:25.614Z] drwxrwxr-x 8 jenkins jenkins 4096 Jan 11 18:34 . [2023-01-11T18:36:25.614Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 11 18:31 .. [2023-01-11T18:36:25.614Z] -rw-rw-r-- 1 jenkins jenkins 151 Jan 11 18:31 .dockerignore [2023-01-11T18:36:25.614Z] drwxrwxr-x 8 jenkins jenkins 4096 Jan 11 18:31 .git [2023-01-11T18:36:25.614Z] drwxrwxr-x 3 jenkins jenkins 4096 Jan 11 18:31 .github [2023-01-11T18:36:25.614Z] -rw-rw-r-- 1 jenkins jenkins 329 Jan 11 18:31 .gitignore [2023-01-11T18:36:25.614Z] -rw-rw-r-- 1 jenkins jenkins 41 Jan 11 18:31 .golangci.yml [2023-01-11T18:36:25.614Z] -rw-rw-r-- 1 jenkins jenkins 8996 Jan 11 18:31 Attribution.txt [2023-01-11T18:36:25.614Z] -rw-rw-r-- 1 jenkins jenkins 13085 Jan 11 18:31 CHANGELOG.md [2023-01-11T18:36:25.614Z] -rw-rw-r-- 1 jenkins jenkins 1578 Jan 11 18:31 Dockerfile [2023-01-11T18:36:25.614Z] -rw-rw-r-- 1 jenkins jenkins 677 Jan 11 18:31 GOVERNANCE.md [2023-01-11T18:36:25.614Z] -rw-rw-r-- 1 jenkins jenkins 680 Jan 11 18:31 Jenkinsfile [2023-01-11T18:36:25.614Z] -rw-rw-r-- 1 jenkins jenkins 11340 Jan 11 18:31 LICENSE [2023-01-11T18:36:25.614Z] -rw-rw-r-- 1 jenkins jenkins 1744 Jan 11 18:31 Makefile [2023-01-11T18:36:25.614Z] -rw-rw-r-- 1 jenkins jenkins 620 Jan 11 18:31 OWNERS.md [2023-01-11T18:36:25.614Z] -rw-rw-r-- 1 jenkins jenkins 8667 Jan 11 18:31 README.md [2023-01-11T18:36:25.614Z] -rw-rw-r-- 1 jenkins jenkins 11 Jan 11 18:28 VERSION [2023-01-11T18:36:25.614Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 11 18:31 bin [2023-01-11T18:36:25.614Z] drwxrwxr-x 3 jenkins jenkins 4096 Jan 11 18:31 cmd [2023-01-11T18:36:25.614Z] -rw-r--r-- 1 jenkins jenkins 9355 Jan 11 18:35 coverage.out [2023-01-11T18:36:25.614Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 11 18:31 driver [2023-01-11T18:36:25.614Z] -rw-rw-r-- 1 jenkins jenkins 3488 Jan 11 18:31 go.mod [2023-01-11T18:36:25.614Z] -rw-rw-r-- 1 jenkins jenkins 45013 Jan 11 18:31 go.sum [2023-01-11T18:36:25.614Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 11 18:31 snap [2023-01-11T18:36:25.614Z] -rw-rw-r-- 1 jenkins jenkins 713 Jan 11 18:31 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T18:36:25.971Z] + docker build -t device-rest-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=6fa13eb64575055365d964780e4ff33f2e866ca2 --label arch=arm64 --label version=3.0.0-dev.5 . [2023-01-11T18:36:25.972Z] Sending build context to Docker daemon 138.8kB [2023-01-11T18:36:26.243Z] Step 1/25 : ARG BASE=golang:1.18-alpine3.16 [2023-01-11T18:36:26.243Z] Step 2/25 : FROM ${BASE} AS builder [2023-01-11T18:36:26.243Z] ---> 2d614dbdd4ca [2023-01-11T18:36:26.243Z] Step 3/25 : ARG ADD_BUILD_TAGS="" [2023-01-11T18:36:26.517Z] ---> Running in 9637cd5bbd84 [2023-01-11T18:36:27.106Z] Removing intermediate container 9637cd5bbd84 [2023-01-11T18:36:27.106Z] ---> 2ca3c09b863f [2023-01-11T18:36:27.106Z] Step 4/25 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-01-11T18:36:27.106Z] ---> Running in 9bb67b69dabb [2023-01-11T18:36:27.729Z] Removing intermediate container 9bb67b69dabb [2023-01-11T18:36:27.729Z] ---> 7ba37a8d6abb [2023-01-11T18:36:27.729Z] Step 5/25 : ARG ALPINE_PKG_BASE="make git openssh-client" [2023-01-11T18:36:27.729Z] ---> Running in f3bc4f6a90f6 [2023-01-11T18:36:28.008Z] Removing intermediate container f3bc4f6a90f6 [2023-01-11T18:36:28.008Z] ---> a542c6ef7014 [2023-01-11T18:36:28.008Z] Step 6/25 : ARG ALPINE_PKG_EXTRA="" [2023-01-11T18:36:28.008Z] ---> Running in 77c1fd8c7804 [2023-01-11T18:36:28.613Z] Removing intermediate container 77c1fd8c7804 [2023-01-11T18:36:28.613Z] ---> 33fd277e30fc [2023-01-11T18:36:28.613Z] Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-01-11T18:36:28.613Z] ---> Running in 2105251ac08d [2023-01-11T18:36:30.030Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-11T18:36:30.030Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-11T18:36:31.449Z] OK: 226 MiB in 55 packages [2023-01-11T18:36:32.447Z] Removing intermediate container 2105251ac08d [2023-01-11T18:36:32.447Z] ---> 52f18eb9e8bb [2023-01-11T18:36:32.447Z] Step 8/25 : WORKDIR /device-rest-go [2023-01-11T18:36:32.447Z] ---> Running in 6ae8a0ab80be [2023-01-11T18:36:32.740Z] Removing intermediate container 6ae8a0ab80be [2023-01-11T18:36:32.740Z] ---> 6a34d48d8831 [2023-01-11T18:36:32.740Z] Step 9/25 : COPY go.mod vendor* ./ [2023-01-11T18:36:33.337Z] ---> 633e16f247fd [2023-01-11T18:36:33.337Z] Step 10/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-11T18:36:33.613Z] ---> Running in 5f1c83211e50 [2023-01-11T18:36:37.015Z] Removing intermediate container 5f1c83211e50 [2023-01-11T18:36:37.015Z] ---> d14fb83bfa81 [2023-01-11T18:36:37.015Z] Step 11/25 : COPY . . [2023-01-11T18:36:37.290Z] ---> acd5ffe643fa [2023-01-11T18:36:37.290Z] Step 12/25 : RUN $MAKE [2023-01-11T18:36:37.290Z] ---> Running in b4a34edb6d01 [2023-01-11T18:36:38.727Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-rest-go.Version=3.0.0-dev.5" -trimpath -mod=readonly -o cmd/device-rest ./cmd [2023-01-11T18:39:15.501Z] Removing intermediate container b4a34edb6d01 [2023-01-11T18:39:15.501Z] ---> e42c9196bcb8 [2023-01-11T18:39:15.501Z] Step 13/25 : FROM alpine:3.16 [2023-01-11T18:39:15.501Z] 3.16: Pulling from library/alpine [2023-01-11T18:39:15.501Z] 6875df1f5354: Pulling fs layer [2023-01-11T18:39:15.501Z] 6875df1f5354: Verifying Checksum [2023-01-11T18:39:15.501Z] 6875df1f5354: Download complete [2023-01-11T18:39:15.501Z] 6875df1f5354: Pull complete [2023-01-11T18:39:15.501Z] Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b [2023-01-11T18:39:15.501Z] Status: Downloaded newer image for alpine:3.16 [2023-01-11T18:39:15.501Z] ---> 2b4661558fb8 [2023-01-11T18:39:15.501Z] Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2023-01-11T18:39:15.501Z] ---> Running in d593a082d886 [2023-01-11T18:39:15.779Z] Removing intermediate container d593a082d886 [2023-01-11T18:39:15.779Z] ---> d1442bd99746 [2023-01-11T18:39:15.779Z] Step 15/25 : LABEL Name=device-rest-go Version=${VERSION} [2023-01-11T18:39:16.048Z] ---> Running in bec63ba5a87c [2023-01-11T18:39:16.323Z] Removing intermediate container bec63ba5a87c [2023-01-11T18:39:16.323Z] ---> 0164458a3842 [2023-01-11T18:39:16.323Z] Step 16/25 : RUN apk add --update --no-cache dumb-init [2023-01-11T18:39:16.590Z] ---> Running in def8d55d6189 [2023-01-11T18:39:17.556Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-11T18:39:17.828Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-11T18:39:19.257Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-01-11T18:39:19.257Z] Executing busybox-1.35.0-r17.trigger [2023-01-11T18:39:19.257Z] OK: 5 MiB in 15 packages [2023-01-11T18:39:20.224Z] Removing intermediate container def8d55d6189 [2023-01-11T18:39:20.224Z] ---> f9cc980a8fa2 [2023-01-11T18:39:20.224Z] Step 17/25 : COPY --from=builder /device-rest-go/cmd / [2023-01-11T18:39:21.650Z] ---> c67b7f8195e9 [2023-01-11T18:39:21.650Z] Step 18/25 : COPY --from=builder /device-rest-go/LICENSE / [2023-01-11T18:39:22.241Z] ---> f107b2100fbb [2023-01-11T18:39:22.241Z] Step 19/25 : COPY --from=builder /device-rest-go/Attribution.txt / [2023-01-11T18:39:22.831Z] ---> ffbac30b6a69 [2023-01-11T18:39:22.831Z] Step 20/25 : EXPOSE 59986 [2023-01-11T18:39:23.104Z] ---> Running in fa62e5f0ede2 [2023-01-11T18:39:23.374Z] Removing intermediate container fa62e5f0ede2 [2023-01-11T18:39:23.374Z] ---> eda46b9edd9d [2023-01-11T18:39:23.374Z] Step 21/25 : ENTRYPOINT ["/device-rest"] [2023-01-11T18:39:23.374Z] ---> Running in a70d267d3424 [2023-01-11T18:39:23.647Z] Removing intermediate container a70d267d3424 [2023-01-11T18:39:23.647Z] ---> d053bcf33403 [2023-01-11T18:39:23.647Z] Step 22/25 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry"] [2023-01-11T18:39:23.647Z] ---> Running in 943f988a029b [2023-01-11T18:39:24.239Z] Removing intermediate container 943f988a029b [2023-01-11T18:39:24.239Z] ---> 2f46f2aedf1b [2023-01-11T18:39:24.239Z] Step 23/25 : LABEL arch=arm64 [2023-01-11T18:39:24.239Z] ---> Running in dbc085af3294 [2023-01-11T18:39:24.509Z] Removing intermediate container dbc085af3294 [2023-01-11T18:39:24.509Z] ---> 7f4ce4badf9e [2023-01-11T18:39:24.509Z] Step 24/25 : LABEL git_sha=6fa13eb64575055365d964780e4ff33f2e866ca2 [2023-01-11T18:39:24.509Z] ---> Running in 7d42ef20babd [2023-01-11T18:39:25.100Z] Removing intermediate container 7d42ef20babd [2023-01-11T18:39:25.100Z] ---> 1b20f4fb17e5 [2023-01-11T18:39:25.100Z] Step 25/25 : LABEL version=3.0.0-dev.5 [2023-01-11T18:39:25.100Z] ---> Running in 665eaaafe5db [2023-01-11T18:39:25.368Z] Removing intermediate container 665eaaafe5db [2023-01-11T18:39:25.368Z] ---> 863a55fbef52 [2023-01-11T18:39:25.368Z] [Warning] One or more build-args [ARCH] were not consumed [2023-01-11T18:39:25.368Z] Successfully built 863a55fbef52 [2023-01-11T18:39:25.368Z] 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-01-11T18:39:25.489Z] provisioning config files... [2023-01-11T18:39:25.507Z] copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/77@tmp/config13786077200877325731tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-11T18:39:25.860Z] ---> docker-login.sh [2023-01-11T18:39:25.860Z] nexus3.edgexfoundry.org:10001 [2023-01-11T18:39:26.131Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-11T18:39:26.131Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-11T18:39:26.131Z] Configure a credential helper to remove this warning. See [2023-01-11T18:39:26.131Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-11T18:39:26.131Z] [2023-01-11T18:39:26.131Z] Login Succeeded [2023-01-11T18:39:26.131Z] nexus3.edgexfoundry.org:10002 [2023-01-11T18:39:26.399Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-11T18:39:26.667Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-11T18:39:26.667Z] Configure a credential helper to remove this warning. See [2023-01-11T18:39:26.667Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-11T18:39:26.667Z] [2023-01-11T18:39:26.667Z] Login Succeeded [2023-01-11T18:39:26.667Z] nexus3.edgexfoundry.org:10003 [2023-01-11T18:39:26.936Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-11T18:39:26.936Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-11T18:39:26.936Z] Configure a credential helper to remove this warning. See [2023-01-11T18:39:26.936Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-11T18:39:26.936Z] [2023-01-11T18:39:26.936Z] Login Succeeded [2023-01-11T18:39:26.936Z] nexus3.edgexfoundry.org:10004 [2023-01-11T18:39:27.205Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-11T18:39:27.473Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-11T18:39:27.473Z] Configure a credential helper to remove this warning. See [2023-01-11T18:39:27.473Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-11T18:39:27.473Z] [2023-01-11T18:39:27.473Z] Login Succeeded [2023-01-11T18:39:27.473Z] docker.io [2023-01-11T18:39:27.743Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-11T18:39:28.011Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-11T18:39:28.011Z] Configure a credential helper to remove this warning. See [2023-01-11T18:39:28.011Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-11T18:39:28.011Z] [2023-01-11T18:39:28.011Z] Login Succeeded [2023-01-11T18:39:28.011Z] ---> docker-login.sh ends [Pipeline] } [2023-01-11T18:39:28.026Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-11T18:39:28.061Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-11T18:39:28.081Z] [edgeXDocker.push] Tagging docker image device-rest-arm64 with the following tags: [2023-01-11T18:39:28.081Z] 6fa13eb64575055365d964780e4ff33f2e866ca2 [2023-01-11T18:39:28.081Z] latest [2023-01-11T18:39:28.081Z] 3.0.0-dev.5 [2023-01-11T18:39:28.081Z] 6fa13eb64575055365d964780e4ff33f2e866ca2-3.0.0-dev.5 [2023-01-11T18:39:28.081Z] main [2023-01-11T18:39:28.081Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T18:39:28.438Z] + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:6fa13eb64575055365d964780e4ff33f2e866ca2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T18:39:28.780Z] + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:6fa13eb64575055365d964780e4ff33f2e866ca2 [2023-01-11T18:39:28.780Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] [2023-01-11T18:39:28.780Z] 823591752f4e: Preparing [2023-01-11T18:39:28.780Z] 9c4a7b47d723: Preparing [2023-01-11T18:39:28.780Z] b7da9c0d947b: Preparing [2023-01-11T18:39:28.780Z] 5affd225e06e: Preparing [2023-01-11T18:39:28.780Z] 17bec77d7fdc: Preparing [2023-01-11T18:39:28.780Z] 17bec77d7fdc: Layer already exists [2023-01-11T18:39:29.047Z] 823591752f4e: Pushed [2023-01-11T18:39:29.047Z] 9c4a7b47d723: Pushed [2023-01-11T18:39:29.047Z] 5affd225e06e: Pushed [2023-01-11T18:39:35.725Z] b7da9c0d947b: Pushed [2023-01-11T18:39:35.725Z] 6fa13eb64575055365d964780e4ff33f2e866ca2: digest: sha256:60b9323cd4088c86c5ab7ded580f64e38e15eda99b6624bb9d862deed545f083 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T18:39:36.079Z] + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T18:39:36.509Z] + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:latest [2023-01-11T18:39:36.509Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] [2023-01-11T18:39:36.509Z] 823591752f4e: Preparing [2023-01-11T18:39:36.509Z] 9c4a7b47d723: Preparing [2023-01-11T18:39:36.509Z] b7da9c0d947b: Preparing [2023-01-11T18:39:36.509Z] 5affd225e06e: Preparing [2023-01-11T18:39:36.509Z] 17bec77d7fdc: Preparing [2023-01-11T18:39:36.509Z] 9c4a7b47d723: Layer already exists [2023-01-11T18:39:36.509Z] 5affd225e06e: Layer already exists [2023-01-11T18:39:36.509Z] 823591752f4e: Layer already exists [2023-01-11T18:39:36.509Z] 17bec77d7fdc: Layer already exists [2023-01-11T18:39:36.783Z] b7da9c0d947b: Layer already exists [2023-01-11T18:39:36.783Z] latest: digest: sha256:60b9323cd4088c86c5ab7ded580f64e38e15eda99b6624bb9d862deed545f083 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T18:39:37.155Z] + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:3.0.0-dev.5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T18:39:37.505Z] + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:3.0.0-dev.5 [2023-01-11T18:39:37.505Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] [2023-01-11T18:39:37.505Z] 823591752f4e: Preparing [2023-01-11T18:39:37.505Z] 9c4a7b47d723: Preparing [2023-01-11T18:39:37.505Z] b7da9c0d947b: Preparing [2023-01-11T18:39:37.505Z] 5affd225e06e: Preparing [2023-01-11T18:39:37.505Z] 17bec77d7fdc: Preparing [2023-01-11T18:39:37.505Z] 9c4a7b47d723: Layer already exists [2023-01-11T18:39:37.505Z] 823591752f4e: Layer already exists [2023-01-11T18:39:37.505Z] 5affd225e06e: Layer already exists [2023-01-11T18:39:37.505Z] b7da9c0d947b: Layer already exists [2023-01-11T18:39:37.505Z] 17bec77d7fdc: Layer already exists [2023-01-11T18:39:37.788Z] 3.0.0-dev.5: digest: sha256:60b9323cd4088c86c5ab7ded580f64e38e15eda99b6624bb9d862deed545f083 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T18:39:38.161Z] + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:6fa13eb64575055365d964780e4ff33f2e866ca2-3.0.0-dev.5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T18:39:38.545Z] + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:6fa13eb64575055365d964780e4ff33f2e866ca2-3.0.0-dev.5 [2023-01-11T18:39:38.545Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] [2023-01-11T18:39:38.545Z] 823591752f4e: Preparing [2023-01-11T18:39:38.545Z] 9c4a7b47d723: Preparing [2023-01-11T18:39:38.545Z] b7da9c0d947b: Preparing [2023-01-11T18:39:38.545Z] 5affd225e06e: Preparing [2023-01-11T18:39:38.545Z] 17bec77d7fdc: Preparing [2023-01-11T18:39:38.545Z] 17bec77d7fdc: Layer already exists [2023-01-11T18:39:38.545Z] 5affd225e06e: Layer already exists [2023-01-11T18:39:38.545Z] 823591752f4e: Layer already exists [2023-01-11T18:39:38.545Z] 9c4a7b47d723: Layer already exists [2023-01-11T18:39:38.545Z] b7da9c0d947b: Layer already exists [2023-01-11T18:39:38.821Z] 6fa13eb64575055365d964780e4ff33f2e866ca2-3.0.0-dev.5: digest: sha256:60b9323cd4088c86c5ab7ded580f64e38e15eda99b6624bb9d862deed545f083 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T18:39:39.175Z] + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T18:39:39.518Z] + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:main [2023-01-11T18:39:39.518Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] [2023-01-11T18:39:39.518Z] 823591752f4e: Preparing [2023-01-11T18:39:39.518Z] 9c4a7b47d723: Preparing [2023-01-11T18:39:39.518Z] b7da9c0d947b: Preparing [2023-01-11T18:39:39.518Z] 5affd225e06e: Preparing [2023-01-11T18:39:39.518Z] 17bec77d7fdc: Preparing [2023-01-11T18:39:39.518Z] 17bec77d7fdc: Layer already exists [2023-01-11T18:39:39.518Z] 823591752f4e: Layer already exists [2023-01-11T18:39:39.518Z] 9c4a7b47d723: Layer already exists [2023-01-11T18:39:39.518Z] 5affd225e06e: Layer already exists [2023-01-11T18:39:39.518Z] b7da9c0d947b: Layer already exists [2023-01-11T18:39:39.786Z] main: digest: sha256:60b9323cd4088c86c5ab7ded580f64e38e15eda99b6624bb9d862deed545f083 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-11T18:39:39.831Z] ===================================================== [Pipeline] echo [2023-01-11T18:39:39.836Z] taggedImages: [2023-01-11T18:39:39.836Z] - nexus3.edgexfoundry.org:10004/device-rest-arm64:6fa13eb64575055365d964780e4ff33f2e866ca2 [2023-01-11T18:39:39.836Z] - nexus3.edgexfoundry.org:10004/device-rest-arm64:latest [2023-01-11T18:39:39.836Z] - nexus3.edgexfoundry.org:10004/device-rest-arm64:3.0.0-dev.5 [2023-01-11T18:39:39.836Z] - nexus3.edgexfoundry.org:10004/device-rest-arm64:6fa13eb64575055365d964780e4ff33f2e866ca2-3.0.0-dev.5 [2023-01-11T18:39:39.836Z] - 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-01-11T18:39:40.207Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-01-11T18:39:40.207Z] [2023-01-11T18:39:40.207Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T18:39:40.553Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-01-11T18:39:40.553Z] arm64: Pulling from edgex-lftools-log-publisher [2023-01-11T18:39:40.553Z] 8998bd30e6a1: Pulling fs layer [2023-01-11T18:39:40.553Z] 04944245beec: Pulling fs layer [2023-01-11T18:39:40.553Z] 699f458cf7ca: Pulling fs layer [2023-01-11T18:39:40.553Z] 765212b225bb: Pulling fs layer [2023-01-11T18:39:40.553Z] f23df028b6ca: Pulling fs layer [2023-01-11T18:39:40.553Z] d65c8cfc05b1: Pulling fs layer [2023-01-11T18:39:40.553Z] 2437ff75d9bd: Pulling fs layer [2023-01-11T18:39:40.553Z] 765212b225bb: Waiting [2023-01-11T18:39:40.553Z] f23df028b6ca: Waiting [2023-01-11T18:39:40.553Z] d65c8cfc05b1: Waiting [2023-01-11T18:39:40.553Z] 2437ff75d9bd: Waiting [2023-01-11T18:39:40.825Z] 04944245beec: Verifying Checksum [2023-01-11T18:39:40.825Z] 04944245beec: Download complete [2023-01-11T18:39:40.825Z] 765212b225bb: Verifying Checksum [2023-01-11T18:39:40.825Z] 765212b225bb: Download complete [2023-01-11T18:39:40.825Z] f23df028b6ca: Verifying Checksum [2023-01-11T18:39:40.825Z] f23df028b6ca: Download complete [2023-01-11T18:39:40.825Z] d65c8cfc05b1: Verifying Checksum [2023-01-11T18:39:40.825Z] d65c8cfc05b1: Download complete [2023-01-11T18:39:41.098Z] 699f458cf7ca: Verifying Checksum [2023-01-11T18:39:41.098Z] 699f458cf7ca: Download complete [2023-01-11T18:39:41.368Z] 8998bd30e6a1: Verifying Checksum [2023-01-11T18:39:41.368Z] 8998bd30e6a1: Download complete [2023-01-11T18:39:43.963Z] 2437ff75d9bd: Download complete [2023-01-11T18:39:45.909Z] 8998bd30e6a1: Pull complete [2023-01-11T18:39:46.177Z] 04944245beec: Pull complete [2023-01-11T18:39:47.598Z] 699f458cf7ca: Pull complete [2023-01-11T18:39:47.867Z] 765212b225bb: Pull complete [2023-01-11T18:39:48.834Z] f23df028b6ca: Pull complete [2023-01-11T18:39:48.834Z] d65c8cfc05b1: Pull complete [2023-01-11T18:40:03.863Z] 2437ff75d9bd: Pull complete [2023-01-11T18:40:03.863Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-01-11T18:40:03.863Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-01-11T18:40:03.863Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-11T18:40:04.063Z] prd-ubuntu20.04-docker-arm64-4c-16g-1914 does not seem to be running inside a container [2023-01-11T18:40:04.152Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/device-rest-go/77 -v /w/workspace/device-rest-go/77:/w/workspace/device-rest-go/77:rw,z -v /w/workspace/device-rest-go/77@tmp:/w/workspace/device-rest-go/77@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2023-01-11T18:40:06.955Z] $ docker top 0a1e62428780ab521ea6d901c0b36be8e9ebc887d264c7b4ec43032a3e52cfe7 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-11T18:40:07.791Z] ---> job-cost.sh [2023-01-11T18:40:07.791Z] lf-activate-venv: SKIPPING [2023-01-11T18:40:07.791Z] INFO: No Stack... [2023-01-11T18:40:08.376Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-01-11T18:40:08.963Z] INFO: Archiving Costs [Pipeline] sh [2023-01-11T18:40:09.603Z] + cat /w/workspace/device-rest-go/77/archives/cost.csv [2023-01-11T18:40:09.603Z] + cut -d, -f6 [Pipeline] lock [2023-01-11T18:40:09.684Z] Trying to acquire lock on [jenkins-edgexfoundry-device-rest-go-main-77-stack-cost] [2023-01-11T18:40:09.690Z] Resource [jenkins-edgexfoundry-device-rest-go-main-77-stack-cost] did not exist. Created. [2023-01-11T18:40:09.690Z] Lock acquired on [jenkins-edgexfoundry-device-rest-go-main-77-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-01-11T18:40:10.352Z] /w/workspace/device-rest-go/77@tmp/durable-6b31b195/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-01-11T18:40:11.007Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-01-11T18:40:11.027Z] Warning: overwriting stash ‘stack-cost’ [2023-01-11T18:40:11.079Z] Stashed 1 file(s) [Pipeline] } [2023-01-11T18:40:11.087Z] Lock released on resource [jenkins-edgexfoundry-device-rest-go-main-77-stack-cost] [Pipeline] // lock [Pipeline] } [2023-01-11T18:40:11.122Z] $ docker stop --time=1 0a1e62428780ab521ea6d901c0b36be8e9ebc887d264c7b4ec43032a3e52cfe7 [2023-01-11T18:40:12.642Z] $ docker rm -f --volumes 0a1e62428780ab521ea6d901c0b36be8e9ebc887d264c7b4ec43032a3e52cfe7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider [2023-01-11T18:40:13.002Z] provisioning config files... [2023-01-11T18:40:13.009Z] copy managed file [device-rest-go-codecov-token] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config11342956043587188088tmp [Pipeline] { [Pipeline] sh [2023-01-11T18:40:13.301Z] + set +x [2023-01-11T18:40:13.301Z] + + curl -s https://codecov.io/bash [2023-01-11T18:40:13.301Z] bash -s -- [2023-01-11T18:40:13.301Z] [2023-01-11T18:40:13.301Z] _____ _ [2023-01-11T18:40:13.301Z] / ____| | | [2023-01-11T18:40:13.301Z] | | ___ __| | ___ ___ _____ __ [2023-01-11T18:40:13.301Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-01-11T18:40:13.301Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-01-11T18:40:13.301Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-01-11T18:40:13.301Z] Bash-1.0.6 [2023-01-11T18:40:13.301Z] [2023-01-11T18:40:13.301Z] [2023-01-11T18:40:13.301Z] ==> git version 2.25.1 found [2023-01-11T18:40:13.301Z] ==> 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-01-11T18:40:13.301Z] Release-Date: 2020-01-08 [2023-01-11T18:40:13.301Z] 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-01-11T18:40:13.301Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-01-11T18:40:13.301Z] ==> Jenkins CI detected. [2023-01-11T18:40:13.301Z] current dir:  /w/workspace/edgexfoundry_device-rest-go_main [2023-01-11T18:40:13.301Z] project root: . [2023-01-11T18:40:13.301Z] --> token set from env [2023-01-11T18:40:13.301Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-01-11T18:40:13.301Z] ==> Running gcov in . (disable via -X gcov) [2023-01-11T18:40:13.301Z] ==> Python coveragepy not found [2023-01-11T18:40:13.301Z] ==> Searching for coverage reports in: [2023-01-11T18:40:13.301Z] + . [2023-01-11T18:40:13.301Z] -> Found 1 reports [2023-01-11T18:40:13.301Z] ==> Detecting git/mercurial file structure [2023-01-11T18:40:13.301Z] ==> Reading reports [2023-01-11T18:40:13.301Z] + ./coverage.out bytes=9355 [2023-01-11T18:40:13.301Z] ==> Appending adjustments [2023-01-11T18:40:13.301Z] https://docs.codecov.io/docs/fixing-reports [2023-01-11T18:40:13.560Z] + Found adjustments [2023-01-11T18:40:13.560Z] ==> Gzipping contents [2023-01-11T18:40:13.560Z] 4.0K /tmp/codecov.QAtm6Q.gz [2023-01-11T18:40:13.560Z] ==> Uploading reports [2023-01-11T18:40:13.560Z] url: https://codecov.io [2023-01-11T18:40:13.560Z] query: branch=main&commit=6fa13eb64575055365d964780e4ff33f2e866ca2&build=77&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rest-go%2Fjob%2Fmain%2F77%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rest-go&service=jenkins&flags=&pr=&job=&cmd_args= [2023-01-11T18:40:13.560Z] -> Pinging Codecov [2023-01-11T18:40:13.560Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=c51feb23-73ac-4f49-b3d1-d26df23137db&branch=main&commit=6fa13eb64575055365d964780e4ff33f2e866ca2&build=77&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rest-go%2Fjob%2Fmain%2F77%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rest-go&service=jenkins&flags=&pr=&job=&cmd_args= [2023-01-11T18:40:13.818Z] -> Uploading to [2023-01-11T18:40:13.819Z] https://storage.googleapis.com/codecov/v4/raw/2023-01-11/4E5D53B4F1F92C436F7061BF334D961C/6fa13eb64575055365d964780e4ff33f2e866ca2/e8c091dc-fb7b-464f-800b-7647e8128dcd.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230111%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230111T184013Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=8b0da4581df1642d6863a177934f544a40a232f750819dbe1f2637f9f9d3f09c [2023-01-11T18:40:13.819Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-01-11T18:40:13.819Z] Dload Upload Total Spent Left Speed [2023-01-11T18:40:14.077Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1743 0 0 100 1743 0 5379 --:--:-- --:--:-- --:--:-- 5379 [2023-01-11T18:40:14.077Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-rest-go/commit/6fa13eb64575055365d964780e4ff33f2e866ca2 [Pipeline] } [2023-01-11T18:40:14.083Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2023-01-11T18:40:14.215Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2023-01-11T18:40:14.227Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T18:40:14.518Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-01-11T18:40:14.518Z] [2023-01-11T18:40:14.518Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T18:40:14.817Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-01-11T18:40:14.817Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2023-01-11T18:40:14.817Z] df9b9388f04a: Pulling fs layer [2023-01-11T18:40:14.817Z] 52dc419b0ee2: Pulling fs layer [2023-01-11T18:40:14.817Z] 25bc292e5bac: Pulling fs layer [2023-01-11T18:40:14.817Z] 114826534d7a: Pulling fs layer [2023-01-11T18:40:14.817Z] 4657fd5d0bcf: Pulling fs layer [2023-01-11T18:40:14.817Z] 6ad1cebc031e: Pulling fs layer [2023-01-11T18:40:14.817Z] 8a3aa393b2d8: Pulling fs layer [2023-01-11T18:40:14.817Z] 114826534d7a: Waiting [2023-01-11T18:40:14.817Z] 6ad1cebc031e: Waiting [2023-01-11T18:40:14.817Z] 4657fd5d0bcf: Waiting [2023-01-11T18:40:14.817Z] 8a3aa393b2d8: Waiting [2023-01-11T18:40:14.817Z] 25bc292e5bac: Verifying Checksum [2023-01-11T18:40:14.817Z] 25bc292e5bac: Download complete [2023-01-11T18:40:14.817Z] 52dc419b0ee2: Download complete [2023-01-11T18:40:14.817Z] 4657fd5d0bcf: Download complete [2023-01-11T18:40:14.817Z] df9b9388f04a: Download complete [2023-01-11T18:40:15.121Z] df9b9388f04a: Pull complete [2023-01-11T18:40:15.121Z] 6ad1cebc031e: Verifying Checksum [2023-01-11T18:40:15.121Z] 6ad1cebc031e: Download complete [2023-01-11T18:40:15.121Z] 52dc419b0ee2: Pull complete [2023-01-11T18:40:15.382Z] 25bc292e5bac: Pull complete [2023-01-11T18:40:15.638Z] 114826534d7a: Verifying Checksum [2023-01-11T18:40:15.639Z] 114826534d7a: Download complete [2023-01-11T18:40:15.639Z] 8a3aa393b2d8: Verifying Checksum [2023-01-11T18:40:15.639Z] 8a3aa393b2d8: Download complete [2023-01-11T18:40:19.826Z] 114826534d7a: Pull complete [2023-01-11T18:40:19.826Z] 4657fd5d0bcf: Pull complete [2023-01-11T18:40:19.826Z] 6ad1cebc031e: Pull complete [2023-01-11T18:40:22.395Z] 8a3aa393b2d8: Pull complete [2023-01-11T18:40:22.395Z] Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 [2023-01-11T18:40:22.395Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-01-11T18:40:22.395Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-11T18:40:22.476Z] prd-ubuntu20.04-docker-8c-8g-1911 does not seem to be running inside a container [2023-01-11T18:40:22.510Z] $ 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-01-11T18:40:27.666Z] $ docker top 1276467094bd8407cfd28fb431fa124764ae93725e7d3f4661879a732e9a71f8 -eo pid,comm [Pipeline] { [Pipeline] echo [2023-01-11T18:40:27.732Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-rest-go:main' [Pipeline] sh [2023-01-11T18:40:28.011Z] + set -o pipefail [2023-01-11T18:40:28.012Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-rest-go:main' [2023-01-11T18:40:34.588Z] [2023-01-11T18:40:34.588Z] Monitoring /w/workspace/edgexfoundry_device-rest-go_main (github.com/edgexfoundry/device-rest-go)... [2023-01-11T18:40:34.588Z] [2023-01-11T18:40:34.589Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/6693b2f8-cb2c-4fe8-a536-d1b67f9ec7d5/history/ef4a5175-a0c9-4e04-96aa-ed3f4161b047 [2023-01-11T18:40:34.589Z] [2023-01-11T18:40:34.589Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2023-01-11T18:40:34.589Z] [2023-01-11T18:40:34.589Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2023-01-11T18:40:34.589Z] [2023-01-11T18:40:34.589Z] [2023-01-11T18:40:34.589Z] A medium severity vulnerability was found in the Snyk CLI versions you are using. [2023-01-11T18:40:34.589Z] We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. [2023-01-11T18:40:34.589Z] More details here: https://snyk.co/ue1NS [Pipeline] } [2023-01-11T18:40:34.607Z] $ docker stop --time=1 1276467094bd8407cfd28fb431fa124764ae93725e7d3f4661879a732e9a71f8 [2023-01-11T18:40:38.295Z] $ docker rm -f --volumes 1276467094bd8407cfd28fb431fa124764ae93725e7d3f4661879a732e9a71f8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-01-11T18:40:38.991Z] + git log --format=format:%s -1 6fa13eb64575055365d964780e4ff33f2e866ca2 [Pipeline] sh [2023-01-11T18:40:39.285Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-01-11T18:40:39.285Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T18:40:39.579Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-11T18:40:39.579Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-11T18:40:39.650Z] prd-ubuntu20.04-docker-8c-8g-1911 does not seem to be running inside a container [2023-01-11T18:40:39.681Z] $ 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-01-11T18:40:40.155Z] $ docker top f10091ebd4075e2eb64fa651dce8d63fed6b9592c8a37f6ee96db85188bb9e35 -eo pid,comm [2023-01-11T18:40:40.204Z] 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-01-11T18:40:40.204Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-01-11T18:40:40.247Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-01-11T18:40:40.247Z] [ssh-agent] Looking for ssh-agent implementation... [2023-01-11T18:40:40.366Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-01-11T18:40:40.368Z] $ docker exec f10091ebd4075e2eb64fa651dce8d63fed6b9592c8a37f6ee96db85188bb9e35 ssh-agent [2023-01-11T18:40:40.472Z] SSH_AUTH_SOCK=/tmp/ssh-7snGHas17oke/agent.33 [2023-01-11T18:40:40.472Z] SSH_AGENT_PID=39 [2023-01-11T18:40:40.476Z] Running ssh-add (command line suppressed) [2023-01-11T18:40:40.575Z] Identity added: /w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_8314366803938414496.key (/w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_8314366803938414496.key) [2023-01-11T18:40:40.587Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-01-11T18:40:40.870Z] + git semver tag [2023-01-11T18:40:41.131Z] 2023-01-11 18:40:41,062 [run_tag] DEBUG tag force:False [2023-01-11T18:40:41.131Z] 2023-01-11 18:40:41,062 [check_head_tag] DEBUG check head tag [2023-01-11T18:40:41.131Z] 2023-01-11 18:40:41,063 [execute] INFO git cat-file --batch-check [2023-01-11T18:40:41.131Z] 2023-01-11 18:40:41,063 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-rest-go_main, universal_newlines=False, shell=None, istream=) [2023-01-11T18:40:41.131Z] 2023-01-11 18:40:41,067 [execute] INFO git cat-file --batch [2023-01-11T18:40:41.131Z] 2023-01-11 18:40:41,067 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-rest-go_main, universal_newlines=False, shell=None, istream=) [2023-01-11T18:40:41.131Z] 2023-01-11 18:40:41,085 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main [2023-01-11T18:40:41.131Z] 2023-01-11 18:40:41,085 [execute] INFO git tag -a v3.0.0-dev.5 -m v3.0.0-dev.5 [2023-01-11T18:40:41.131Z] 2023-01-11 18:40:41,086 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.5', '-m', 'v3.0.0-dev.5'], cwd=/w/workspace/edgexfoundry_device-rest-go_main, universal_newlines=False, shell=None, istream=None) [2023-01-11T18:40:41.131Z] 2023-01-11 18:40:41,091 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main [2023-01-11T18:40:41.131Z] 3.0.0-dev.5 [Pipeline] } [2023-01-11T18:40:41.139Z] $ docker exec --env ******** --env ******** f10091ebd4075e2eb64fa651dce8d63fed6b9592c8a37f6ee96db85188bb9e35 ssh-agent -k [2023-01-11T18:40:41.243Z] unset SSH_AUTH_SOCK; [2023-01-11T18:40:41.244Z] unset SSH_AGENT_PID; [2023-01-11T18:40:41.244Z] echo Agent pid 39 killed; [2023-01-11T18:40:41.255Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-01-11T18:40:41.562Z] + git semver [Pipeline] } [2023-01-11T18:40:41.839Z] $ docker stop --time=1 f10091ebd4075e2eb64fa651dce8d63fed6b9592c8a37f6ee96db85188bb9e35 [2023-01-11T18:40:43.104Z] $ docker rm -f --volumes f10091ebd4075e2eb64fa651dce8d63fed6b9592c8a37f6ee96db85188bb9e35 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T18:40:43.487Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-01-11T18:40:43.487Z] [2023-01-11T18:40:43.487Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T18:40:43.792Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-01-11T18:40:43.792Z] 0.23.1-centos7: Pulling from edgex-lftools [2023-01-11T18:40:43.792Z] ab5ef0e58194: Pulling fs layer [2023-01-11T18:40:43.792Z] 9712f1f96733: Pulling fs layer [2023-01-11T18:40:43.792Z] 63f879dbbcfc: Pulling fs layer [2023-01-11T18:40:43.792Z] 0d9ebad4ef96: Pulling fs layer [2023-01-11T18:40:43.792Z] e9a5061849ea: Pulling fs layer [2023-01-11T18:40:43.792Z] d747dcd14b5f: Pulling fs layer [2023-01-11T18:40:43.792Z] 2de7ff778b66: Pulling fs layer [2023-01-11T18:40:43.792Z] 2de7ff778b66: Waiting [2023-01-11T18:40:43.792Z] d747dcd14b5f: Waiting [2023-01-11T18:40:43.792Z] 0d9ebad4ef96: Waiting [2023-01-11T18:40:43.792Z] e9a5061849ea: Waiting [2023-01-11T18:40:44.371Z] 63f879dbbcfc: Verifying Checksum [2023-01-11T18:40:44.371Z] 63f879dbbcfc: Download complete [2023-01-11T18:40:44.371Z] e9a5061849ea: Verifying Checksum [2023-01-11T18:40:44.371Z] e9a5061849ea: Download complete [2023-01-11T18:40:44.371Z] d747dcd14b5f: Download complete [2023-01-11T18:40:44.629Z] 0d9ebad4ef96: Verifying Checksum [2023-01-11T18:40:44.629Z] 0d9ebad4ef96: Download complete [2023-01-11T18:40:44.629Z] ab5ef0e58194: Verifying Checksum [2023-01-11T18:40:44.629Z] ab5ef0e58194: Download complete [2023-01-11T18:40:44.629Z] 2de7ff778b66: Verifying Checksum [2023-01-11T18:40:44.629Z] 2de7ff778b66: Download complete [2023-01-11T18:40:47.930Z] ab5ef0e58194: Pull complete [2023-01-11T18:40:47.930Z] 9712f1f96733: Pull complete [2023-01-11T18:40:48.189Z] 63f879dbbcfc: Pull complete [2023-01-11T18:40:52.373Z] 0d9ebad4ef96: Pull complete [2023-01-11T18:40:52.373Z] e9a5061849ea: Pull complete [2023-01-11T18:40:52.373Z] d747dcd14b5f: Pull complete [2023-01-11T18:40:53.767Z] 2de7ff778b66: Pull complete [2023-01-11T18:40:53.767Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2023-01-11T18:40:53.767Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-01-11T18:40:53.767Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-11T18:40:53.840Z] prd-ubuntu20.04-docker-8c-8g-1911 does not seem to be running inside a container [2023-01-11T18:40:53.870Z] $ 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-01-11T18:40:58.788Z] $ docker top fff645edb597c74b1baf843df905baeea27e5862d5b7ddd165deb804a7c5671a -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2023-01-11T18:40:58.872Z] provisioning config files... [2023-01-11T18:40:58.882Z] copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config7805741149662763210tmp [2023-01-11T18:40:58.892Z] copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config1461387169522500947tmp [2023-01-11T18:40:58.901Z] copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config13891788545864890533tmp [Pipeline] { [Pipeline] echo [2023-01-11T18:40:58.917Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-11T18:40:59.199Z] ---> sigul-configuration.sh [2023-01-11T18:40:59.199Z] gpg: directory `/root/.gnupg' created [2023-01-11T18:40:59.199Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2023-01-11T18:40:59.199Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2023-01-11T18:40:59.199Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2023-01-11T18:40:59.199Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2023-01-11T18:40:59.199Z] gpg: CAST5 encrypted data [2023-01-11T18:40:59.199Z] gpg: encrypted with 1 passphrase [2023-01-11T18:40:59.199Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2023-01-11T18:40:59.485Z] + mkdir /home/jenkins [2023-01-11T18:40:59.485Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2023-01-11T18:40:59.771Z] + 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-01-11T18:40:59.781Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-11T18:41:00.063Z] ---> sigul-install.sh [2023-01-11T18:41:00.063Z] Sigul already installed; skipping installation. [Pipeline] sh [2023-01-11T18:41:00.351Z] + git tag --list [2023-01-11T18:41:00.351Z] v1.0.0 [2023-01-11T18:41:00.351Z] v1.1.0 [2023-01-11T18:41:00.351Z] v1.1.1 [2023-01-11T18:41:00.351Z] v1.1.2 [2023-01-11T18:41:00.351Z] v1.2.0 [2023-01-11T18:41:00.351Z] v1.2.1 [2023-01-11T18:41:00.351Z] v2.0.0 [2023-01-11T18:41:00.351Z] v2.1.0 [2023-01-11T18:41:00.351Z] v2.1.1 [2023-01-11T18:41:00.351Z] v2.1.1-dev.1 [2023-01-11T18:41:00.351Z] v2.1.1-dev.2 [2023-01-11T18:41:00.351Z] v2.1.1-dev.3 [2023-01-11T18:41:00.351Z] v2.2.0 [2023-01-11T18:41:00.351Z] v2.2.1-dev.1 [2023-01-11T18:41:00.351Z] v2.2.1-dev.2 [2023-01-11T18:41:00.351Z] v2.2.1-dev.3 [2023-01-11T18:41:00.351Z] v2.2.1-dev.4 [2023-01-11T18:41:00.351Z] v2.2.1-dev.5 [2023-01-11T18:41:00.351Z] v2.2.1-dev.6 [2023-01-11T18:41:00.351Z] v2.2.1-dev.7 [2023-01-11T18:41:00.351Z] v2.2.1-dev.8 [2023-01-11T18:41:00.351Z] v2.2.1-dev.9 [2023-01-11T18:41:00.351Z] v2.3.0 [2023-01-11T18:41:00.351Z] v2.3.0-dev.10 [2023-01-11T18:41:00.351Z] v2.3.0-dev.11 [2023-01-11T18:41:00.351Z] v2.3.0-dev.12 [2023-01-11T18:41:00.351Z] v2.3.0-dev.13 [2023-01-11T18:41:00.351Z] v2.3.0-dev.14 [2023-01-11T18:41:00.351Z] v2.3.0-dev.15 [2023-01-11T18:41:00.351Z] v2.3.0-dev.16 [2023-01-11T18:41:00.351Z] v2.3.0-dev.17 [2023-01-11T18:41:00.351Z] v2.3.0-dev.18 [2023-01-11T18:41:00.351Z] v2.3.0-dev.19 [2023-01-11T18:41:00.351Z] v2.3.0-dev.20 [2023-01-11T18:41:00.351Z] v2.3.0-dev.21 [2023-01-11T18:41:00.351Z] v2.3.0-dev.22 [2023-01-11T18:41:00.351Z] v2.3.0-dev.23 [2023-01-11T18:41:00.351Z] v2.3.0-dev.24 [2023-01-11T18:41:00.351Z] v2.3.0-dev.25 [2023-01-11T18:41:00.351Z] v2.3.0-dev.9 [2023-01-11T18:41:00.351Z] v3.0.0-dev.1 [2023-01-11T18:41:00.351Z] v3.0.0-dev.2 [2023-01-11T18:41:00.351Z] v3.0.0-dev.3 [2023-01-11T18:41:00.351Z] v3.0.0-dev.4 [2023-01-11T18:41:00.351Z] v3.0.0-dev.5 [Pipeline] sh [2023-01-11T18:41:00.636Z] + lftools sign git-tag v3.0.0-dev.5 [2023-01-11T18:41:01.201Z] Signing Git tag with Sigul... [2023-01-11T18:41:01.201Z] Signing v3.0.0-dev.5 [Pipeline] echo [2023-01-11T18:41:01.467Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-11T18:41:01.750Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2023-01-11T18:41:01.758Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2023-01-11T18:41:01.776Z] $ docker stop --time=1 fff645edb597c74b1baf843df905baeea27e5862d5b7ddd165deb804a7c5671a [2023-01-11T18:41:03.131Z] $ docker rm -f --volumes fff645edb597c74b1baf843df905baeea27e5862d5b7ddd165deb804a7c5671a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2023-01-11T18:41:03.543Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-01-11T18:41:03.543Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T18:41:03.857Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-11T18:41:03.857Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-11T18:41:04.020Z] prd-ubuntu20.04-docker-8c-8g-1911 does not seem to be running inside a container [2023-01-11T18:41:04.103Z] $ 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-01-11T18:41:04.484Z] $ docker top 4ce05d5a6dab7a6b82b67a42f574e6bc991ad333ff2b32b1af901c186ce78cdf -eo pid,comm [2023-01-11T18:41:04.529Z] 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-01-11T18:41:04.529Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-01-11T18:41:04.566Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-01-11T18:41:04.566Z] [ssh-agent] Looking for ssh-agent implementation... [2023-01-11T18:41:04.681Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-01-11T18:41:04.684Z] $ docker exec 4ce05d5a6dab7a6b82b67a42f574e6bc991ad333ff2b32b1af901c186ce78cdf ssh-agent [2023-01-11T18:41:04.784Z] SSH_AUTH_SOCK=/tmp/ssh-LxQlYqS9QQIq/agent.32 [2023-01-11T18:41:04.784Z] SSH_AGENT_PID=38 [2023-01-11T18:41:04.788Z] Running ssh-add (command line suppressed) [2023-01-11T18:41:04.894Z] Identity added: /w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_10448456875194475912.key (/w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_10448456875194475912.key) [2023-01-11T18:41:04.907Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-01-11T18:41:05.196Z] + git semver bump pre [2023-01-11T18:41:05.455Z] 2023-01-11 18:41:05,375 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main [2023-01-11T18:41:05.455Z] 2023-01-11 18:41:05,375 [bump_version] DEBUG bumping version:3.0.0-dev.5 on axis:pre with prefix:dev [2023-01-11T18:41:05.455Z] 2023-01-11 18:41:05,375 [bump_version] DEBUG bumped version:3.0.0-dev.6 [2023-01-11T18:41:05.455Z] 2023-01-11 18:41:05,376 [write_version] DEBUG write version:3.0.0-dev.6 to path:/w/workspace/edgexfoundry_device-rest-go_main/.semver/main with force:True [2023-01-11T18:41:05.455Z] 2023-01-11 18:41:05,376 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main [2023-01-11T18:41:05.455Z] 2023-01-11 18:41:05,376 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_device-rest-go_main/.semver/main [2023-01-11T18:41:05.455Z] 2023-01-11 18:41:05,377 [execute] INFO git cat-file --batch-check [2023-01-11T18:41:05.455Z] 2023-01-11 18:41:05,378 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-rest-go_main/.semver, universal_newlines=False, shell=None, istream=) [2023-01-11T18:41:05.455Z] 2023-01-11 18:41:05,383 [execute] INFO git cat-file --batch [2023-01-11T18:41:05.455Z] 2023-01-11 18:41:05,383 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-rest-go_main/.semver, universal_newlines=False, shell=None, istream=) [2023-01-11T18:41:05.455Z] 2023-01-11 18:41:05,388 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main [2023-01-11T18:41:05.455Z] 3.0.0-dev.6 [Pipeline] } [2023-01-11T18:41:05.464Z] $ docker exec --env ******** --env ******** 4ce05d5a6dab7a6b82b67a42f574e6bc991ad333ff2b32b1af901c186ce78cdf ssh-agent -k [2023-01-11T18:41:05.570Z] unset SSH_AUTH_SOCK; [2023-01-11T18:41:05.570Z] unset SSH_AGENT_PID; [2023-01-11T18:41:05.570Z] echo Agent pid 38 killed; [2023-01-11T18:41:05.579Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-01-11T18:41:05.874Z] + git semver [Pipeline] } [2023-01-11T18:41:06.142Z] $ docker stop --time=1 4ce05d5a6dab7a6b82b67a42f574e6bc991ad333ff2b32b1af901c186ce78cdf [2023-01-11T18:41:07.491Z] $ docker rm -f --volumes 4ce05d5a6dab7a6b82b67a42f574e6bc991ad333ff2b32b1af901c186ce78cdf [Pipeline] // withDockerContainer [Pipeline] sh [2023-01-11T18:41:07.827Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-01-11T18:41:07.827Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T18:41:08.130Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-11T18:41:08.131Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-11T18:41:08.207Z] prd-ubuntu20.04-docker-8c-8g-1911 does not seem to be running inside a container [2023-01-11T18:41:08.240Z] $ 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-01-11T18:41:08.771Z] $ docker top 35b27d9fec8242eac219f7117f43ef2215ea99a93ba02ccbd3b14027488d0d79 -eo pid,comm [2023-01-11T18:41:08.822Z] 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-01-11T18:41:08.823Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-01-11T18:41:08.860Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-01-11T18:41:08.860Z] [ssh-agent] Looking for ssh-agent implementation... [2023-01-11T18:41:08.987Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-01-11T18:41:08.989Z] $ docker exec 35b27d9fec8242eac219f7117f43ef2215ea99a93ba02ccbd3b14027488d0d79 ssh-agent [2023-01-11T18:41:09.102Z] SSH_AUTH_SOCK=/tmp/ssh-qqjCEiDErZRD/agent.33 [2023-01-11T18:41:09.102Z] SSH_AGENT_PID=39 [2023-01-11T18:41:09.108Z] Running ssh-add (command line suppressed) [2023-01-11T18:41:09.214Z] Identity added: /w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_2320077044078908492.key (/w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_2320077044078908492.key) [2023-01-11T18:41:09.226Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-01-11T18:41:09.511Z] + git semver push [2023-01-11T18:41:09.769Z] 2023-01-11 18:41:09,711 [run_push] DEBUG push [2023-01-11T18:41:09.769Z] 2023-01-11 18:41:09,712 [execute] INFO git cat-file --batch-check [2023-01-11T18:41:09.769Z] 2023-01-11 18:41:09,712 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-rest-go_main/.semver, universal_newlines=False, shell=None, istream=) [2023-01-11T18:41:09.769Z] 2023-01-11 18:41:09,717 [execute] INFO git rev-list e58f0062691fee22e95d0608e1239ed9ba644a73 -- [2023-01-11T18:41:09.769Z] 2023-01-11 18:41:09,717 [execute] DEBUG Popen(['git', 'rev-list', 'e58f0062691fee22e95d0608e1239ed9ba644a73', '--'], cwd=/w/workspace/edgexfoundry_device-rest-go_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-01-11T18:41:09.769Z] 2023-01-11 18:41:09,726 [execute] INFO git fetch -v origin [2023-01-11T18:41:09.769Z] 2023-01-11 18:41:09,727 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgexfoundry_device-rest-go_main/.semver, universal_newlines=True, shell=None, istream=None) [2023-01-11T18:41:10.335Z] 2023-01-11 18:41:10,269 [run_push] DEBUG no remote changes detected [2023-01-11T18:41:10.335Z] 2023-01-11 18:41:10,270 [execute] INFO git push origin semver [2023-01-11T18:41:10.335Z] 2023-01-11 18:41:10,270 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgexfoundry_device-rest-go_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-01-11T18:41:11.269Z] 2023-01-11 18:41:11,118 [run_push] DEBUG push all version tags [2023-01-11T18:41:11.269Z] 2023-01-11 18:41:11,119 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2023-01-11T18:41:11.269Z] 2023-01-11 18:41:11,120 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgexfoundry_device-rest-go_main, universal_newlines=False, shell=None, istream=None) [2023-01-11T18:41:12.203Z] 2023-01-11 18:41:11,949 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main [2023-01-11T18:41:12.203Z] 3.0.0-dev.6 [Pipeline] } [2023-01-11T18:41:12.211Z] $ docker exec --env ******** --env ******** 35b27d9fec8242eac219f7117f43ef2215ea99a93ba02ccbd3b14027488d0d79 ssh-agent -k [2023-01-11T18:41:12.318Z] unset SSH_AUTH_SOCK; [2023-01-11T18:41:12.318Z] unset SSH_AGENT_PID; [2023-01-11T18:41:12.318Z] echo Agent pid 39 killed; [2023-01-11T18:41:12.334Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-01-11T18:41:12.630Z] + git semver [Pipeline] } [2023-01-11T18:41:12.902Z] $ docker stop --time=1 35b27d9fec8242eac219f7117f43ef2215ea99a93ba02ccbd3b14027488d0d79 [2023-01-11T18:41:14.182Z] $ docker rm -f --volumes 35b27d9fec8242eac219f7117f43ef2215ea99a93ba02ccbd3b14027488d0d79 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2023-01-11T18:41:14.750Z] + [ -d /w/workspace/edgexfoundry_device-rest-go_main/archives ] [2023-01-11T18:41:14.750Z] + ls -al /w/workspace/edgexfoundry_device-rest-go_main/archives [2023-01-11T18:41:14.750Z] total 16 [2023-01-11T18:41:14.750Z] drwxr-xr-x 3 root root 4096 Jan 11 18:30 . [2023-01-11T18:41:14.750Z] drwxrwxr-x 10 jenkins jenkins 4096 Jan 11 18:40 .. [2023-01-11T18:41:14.750Z] drwxr-xr-x 2 root root 4096 Jan 11 18:30 cost [2023-01-11T18:41:14.750Z] -rw-r--r-- 1 root root 85 Jan 11 18:30 cost.csv [2023-01-11T18:41:14.750Z] + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_device-rest-go_main/archives [2023-01-11T18:41:14.750Z] + ls -al /w/workspace/edgexfoundry_device-rest-go_main/archives [2023-01-11T18:41:14.750Z] total 16 [2023-01-11T18:41:14.750Z] drwxr-xr-x 3 jenkins jenkins 4096 Jan 11 18:30 . [2023-01-11T18:41:14.750Z] drwxrwxr-x 10 jenkins jenkins 4096 Jan 11 18:40 .. [2023-01-11T18:41:14.750Z] drwxr-xr-x 2 jenkins jenkins 4096 Jan 11 18:30 cost [2023-01-11T18:41:14.750Z] -rw-r--r-- 1 jenkins jenkins 85 Jan 11 18:30 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-01-11T18:41:15.036Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-11T18:41:15.894Z] ---> package-listing.sh [2023-01-11T18:41:15.894Z] ++ facter osfamily [2023-01-11T18:41:15.894Z] ++ tr '[:upper:]' '[:lower:]' [2023-01-11T18:41:16.154Z] + OS_FAMILY=debian [2023-01-11T18:41:16.154Z] + workspace=/w/workspace/edgexfoundry_device-rest-go_main [2023-01-11T18:41:16.154Z] + START_PACKAGES=/tmp/packages_start.txt [2023-01-11T18:41:16.154Z] + END_PACKAGES=/tmp/packages_end.txt [2023-01-11T18:41:16.154Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-01-11T18:41:16.154Z] + PACKAGES=/tmp/packages_start.txt [2023-01-11T18:41:16.154Z] + '[' /w/workspace/edgexfoundry_device-rest-go_main ']' [2023-01-11T18:41:16.154Z] + PACKAGES=/tmp/packages_end.txt [2023-01-11T18:41:16.154Z] + case "${OS_FAMILY}" in [2023-01-11T18:41:16.154Z] + dpkg -l [2023-01-11T18:41:16.154Z] + grep '^ii' [2023-01-11T18:41:16.154Z] + '[' -f /tmp/packages_start.txt ']' [2023-01-11T18:41:16.154Z] + '[' -f /tmp/packages_end.txt ']' [2023-01-11T18:41:16.154Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-01-11T18:41:16.154Z] + '[' /w/workspace/edgexfoundry_device-rest-go_main ']' [2023-01-11T18:41:16.154Z] + mkdir -p /w/workspace/edgexfoundry_device-rest-go_main/archives/ [2023-01-11T18:41:16.154Z] + 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-01-11T18:41:16.165Z] 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-01-11T18:41:16.441Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T18:41:16.996Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-01-11T18:41:16.996Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-11T18:41:17.075Z] prd-ubuntu20.04-docker-8c-8g-1911 does not seem to be running inside a container [2023-01-11T18:41:17.202Z] $ 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-01-11T18:41:17.485Z] $ docker top ec804729816ab2184cf2363af73d897011f1a06f0502f6144d9c87dad758fe02 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-11T18:41:17.845Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-01-11T18:41:18.132Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-01-11T18:41:18.420Z] + ls /var/log/sa-host [2023-01-11T18:41:18.420Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-01-11T18:41:18.485Z] provisioning config files... [2023-01-11T18:41:18.491Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config15852903560747745682tmp [Pipeline] { [Pipeline] echo [2023-01-11T18:41:18.503Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-11T18:41:18.786Z] ---> create-netrc.sh [Pipeline] } [2023-01-11T18:41:18.795Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-01-11T18:41:19.114Z] ---> python-tools-install.sh [Pipeline] echo [2023-01-11T18:41:19.123Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-11T18:41:19.420Z] ---> sudo-logs.sh [2023-01-11T18:41:19.420Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-01-11T18:41:19.451Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-11T18:41:19.738Z] ---> job-cost.sh [2023-01-11T18:41:19.738Z] lf-activate-venv: SKIPPING [2023-01-11T18:41:19.738Z] DEBUG: total: 0.2199999988079071 [2023-01-11T18:41:19.738Z] INFO: Retrieving Stack Cost... [2023-01-11T18:41:20.308Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-01-11T18:41:20.566Z] INFO: Archiving Costs [Pipeline] echo [2023-01-11T18:41:20.577Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-11T18:41:20.862Z] ---> logs-deploy.sh [2023-01-11T18:41:20.862Z] lf-activate-venv: SKIPPING [2023-01-11T18:41:20.862Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rest-go/main/77 [2023-01-11T18:41:20.862Z] INFO: archiving workspace using pattern(s): [2023-01-11T18:41:21.798Z] Archives upload complete. [2023-01-11T18:41:22.057Z] INFO: archiving logs to Nexus [2023-01-11T18:41:22.626Z] ---> uname -a: [2023-01-11T18:41:22.626Z] Linux prd-ubuntu20-04-docker-8c-8g-1911 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux [2023-01-11T18:41:22.626Z] [2023-01-11T18:41:22.626Z] [2023-01-11T18:41:22.626Z] ---> lscpu: [2023-01-11T18:41:22.626Z] Architecture: x86_64 [2023-01-11T18:41:22.626Z] CPU op-mode(s): 32-bit, 64-bit [2023-01-11T18:41:22.626Z] Byte Order: Little Endian [2023-01-11T18:41:22.626Z] Address sizes: 40 bits physical, 48 bits virtual [2023-01-11T18:41:22.626Z] CPU(s): 8 [2023-01-11T18:41:22.626Z] On-line CPU(s) list: 0-7 [2023-01-11T18:41:22.626Z] Thread(s) per core: 1 [2023-01-11T18:41:22.626Z] Core(s) per socket: 1 [2023-01-11T18:41:22.626Z] Socket(s): 8 [2023-01-11T18:41:22.626Z] NUMA node(s): 1 [2023-01-11T18:41:22.626Z] Vendor ID: AuthenticAMD [2023-01-11T18:41:22.626Z] CPU family: 23 [2023-01-11T18:41:22.626Z] Model: 49 [2023-01-11T18:41:22.626Z] Model name: AMD EPYC-Rome Processor [2023-01-11T18:41:22.626Z] Stepping: 0 [2023-01-11T18:41:22.626Z] CPU MHz: 2800.002 [2023-01-11T18:41:22.626Z] BogoMIPS: 5600.00 [2023-01-11T18:41:22.626Z] Virtualization: AMD-V [2023-01-11T18:41:22.626Z] Hypervisor vendor: KVM [2023-01-11T18:41:22.626Z] Virtualization type: full [2023-01-11T18:41:22.626Z] L1d cache: 256 KiB [2023-01-11T18:41:22.626Z] L1i cache: 256 KiB [2023-01-11T18:41:22.626Z] L2 cache: 4 MiB [2023-01-11T18:41:22.626Z] L3 cache: 128 MiB [2023-01-11T18:41:22.626Z] NUMA node0 CPU(s): 0-7 [2023-01-11T18:41:22.626Z] Vulnerability Itlb multihit: Not affected [2023-01-11T18:41:22.626Z] Vulnerability L1tf: Not affected [2023-01-11T18:41:22.626Z] Vulnerability Mds: Not affected [2023-01-11T18:41:22.626Z] Vulnerability Meltdown: Not affected [2023-01-11T18:41:22.626Z] Vulnerability Mmio stale data: Not affected [2023-01-11T18:41:22.626Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2023-01-11T18:41:22.626Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2023-01-11T18:41:22.626Z] Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling [2023-01-11T18:41:22.626Z] Vulnerability Srbds: Not affected [2023-01-11T18:41:22.626Z] Vulnerability Tsx async abort: Not affected [2023-01-11T18:41:22.626Z] 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-01-11T18:41:22.626Z] [2023-01-11T18:41:22.626Z] [2023-01-11T18:41:22.626Z] ---> nproc: [2023-01-11T18:41:22.626Z] 8 [2023-01-11T18:41:22.626Z] [2023-01-11T18:41:22.626Z] [2023-01-11T18:41:22.626Z] ---> df -h: [2023-01-11T18:41:22.626Z] Filesystem Size Used Avail Use% Mounted on [2023-01-11T18:41:22.626Z] overlay 155G 13G 143G 9% / [2023-01-11T18:41:22.626Z] tmpfs 64M 0 64M 0% /dev [2023-01-11T18:41:22.626Z] tmpfs 16G 0 16G 0% /sys/fs/cgroup [2023-01-11T18:41:22.626Z] shm 64M 0 64M 0% /dev/shm [2023-01-11T18:41:22.626Z] /dev/vda1 155G 13G 143G 9% /facter-os [2023-01-11T18:41:22.626Z] [2023-01-11T18:41:22.626Z] [2023-01-11T18:41:22.626Z] ---> sar -b -r -n DEV: [2023-01-11T18:41:22.626Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-1911) 01/11/23 _x86_64_ (8 CPU) [2023-01-11T18:41:22.626Z] [2023-01-11T18:41:22.626Z] 18:27:51 LINUX RESTART (8 CPU) [2023-01-11T18:41:22.626Z] [2023-01-11T18:41:22.626Z] 18:28:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2023-01-11T18:41:22.626Z] 18:29:02 156.52 47.66 108.86 0.00 5392.35 200782.04 0.00 [2023-01-11T18:41:22.626Z] 18:30:01 187.02 1.27 185.75 0.00 24.00 47759.09 0.00 [2023-01-11T18:41:22.626Z] 18:31:01 133.28 0.10 133.18 0.00 6.27 33992.07 0.00 [2023-01-11T18:41:22.626Z] 18:32:01 4.02 1.02 3.00 0.00 21.86 40.68 0.00 [2023-01-11T18:41:22.626Z] 18:33:01 15.69 5.33 10.36 0.00 591.94 2040.92 0.00 [2023-01-11T18:41:22.626Z] 18:34:01 41.33 5.27 36.06 0.00 4563.77 6751.27 0.00 [2023-01-11T18:41:22.627Z] 18:35:01 3.42 0.02 3.40 0.00 0.13 90.52 0.00 [2023-01-11T18:41:22.627Z] 18:36:01 2.00 0.00 2.00 0.00 0.00 22.40 0.00 [2023-01-11T18:41:22.627Z] 18:37:01 1.38 0.00 1.38 0.00 0.00 15.46 0.00 [2023-01-11T18:41:22.627Z] 18:38:01 1.85 0.00 1.85 0.00 0.00 22.13 0.00 [2023-01-11T18:41:22.627Z] 18:39:01 0.97 0.00 0.97 0.00 0.00 10.80 0.00 [2023-01-11T18:41:22.627Z] 18:40:01 1.42 0.00 1.42 0.00 0.00 16.26 0.00 [2023-01-11T18:41:22.627Z] 18:41:01 103.00 0.40 102.60 0.00 22.66 58141.64 0.00 [2023-01-11T18:41:22.627Z] Average: 49.99 4.71 45.28 0.00 818.91 26900.10 0.00 [2023-01-11T18:41:22.627Z] [2023-01-11T18:41:22.627Z] 18:28:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2023-01-11T18:41:22.627Z] 18:29:02 29203012 31625920 702468 2.14 71660 2629020 1849508 5.45 963844 2373752 100 [2023-01-11T18:41:22.627Z] 18:30:01 28506484 31568104 742340 2.26 139636 3141488 1883988 5.55 1183900 2768848 172 [2023-01-11T18:41:22.627Z] 18:31:01 27773112 31581656 724872 2.20 150512 3815396 1752716 5.17 1217740 3401684 404 [2023-01-11T18:41:22.627Z] 18:32:01 27771416 31580992 725156 2.21 150592 3816008 1806756 5.32 1217648 3402260 152 [2023-01-11T18:41:22.627Z] 18:33:01 27662224 31557932 742008 2.26 154648 3892256 1801064 5.31 1245680 3470032 616 [2023-01-11T18:41:22.627Z] 18:34:01 27252696 31565200 723828 2.20 183960 4270676 1815528 5.35 1535808 3568208 144 [2023-01-11T18:41:22.627Z] 18:35:01 27261052 31568720 720456 2.19 182536 4267432 1785600 5.26 1532176 3564988 0 [2023-01-11T18:41:22.627Z] 18:36:01 27266936 31574672 714532 2.17 182604 4267432 1785600 5.26 1526076 3564988 4 [2023-01-11T18:41:22.627Z] 18:37:01 27266548 31574708 714784 2.17 182672 4267436 1785600 5.26 1525820 3565340 8 [2023-01-11T18:41:22.627Z] 18:38:01 27267228 31575440 714176 2.17 182736 4267436 1785600 5.26 1525916 3565344 184 [2023-01-11T18:41:22.627Z] 18:39:01 27267348 31575716 713812 2.17 182760 4267572 1785600 5.26 1526672 3565460 176 [2023-01-11T18:41:22.627Z] 18:40:01 27267364 31575748 713720 2.17 182780 4267568 1785600 5.26 1526304 3565464 4 [2023-01-11T18:41:22.627Z] 18:41:01 25745748 31533668 746576 2.27 221900 5575968 1833772 5.40 1655628 4814584 932 [2023-01-11T18:41:22.627Z] Average: 27500859 31573729 722979 2.20 166846 4057361 1804379 5.32 1398709 3476227 223 [2023-01-11T18:41:22.627Z] [2023-01-11T18:41:22.627Z] 18:28:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2023-01-11T18:41:22.627Z] 18:29:02 lo 6.85 6.85 0.66 0.66 0.00 0.00 0.00 0.00 [2023-01-11T18:41:22.627Z] 18:29:02 ens3 687.00 462.19 6731.14 91.13 0.00 0.00 0.00 0.00 [2023-01-11T18:41:22.627Z] 18:29:02 docker0 16.13 18.44 1.40 172.59 0.00 0.00 0.00 0.00 [2023-01-11T18:41:22.627Z] 18:30:01 lo 0.47 0.47 0.04 0.04 0.00 0.00 0.00 0.00 [2023-01-11T18:41:22.627Z] 18:30:01 ens3 247.87 165.51 1901.36 30.32 0.00 0.00 0.00 0.00 [2023-01-11T18:41:22.627Z] 18:30:01 docker0 139.15 206.58 11.94 1852.55 0.00 0.00 0.00 0.00 [2023-01-11T18:41:22.627Z] 18:31:01 lo 7.27 7.27 0.71 0.71 0.00 0.00 0.00 0.00 [2023-01-11T18:41:22.627Z] 18:31:01 ens3 170.40 136.44 2645.75 305.11 0.00 0.00 0.00 0.00 [2023-01-11T18:41:22.627Z] 18:31:01 docker0 1.65 3.88 0.10 41.07 0.00 0.00 0.00 0.00 [2023-01-11T18:41:22.627Z] 18:32:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-01-11T18:41:22.627Z] 18:32:01 ens3 1.43 0.92 2.76 0.49 0.00 0.00 0.00 0.00 [2023-01-11T18:41:22.627Z] 18:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-11T18:41:22.627Z] 18:33:01 lo 0.20 0.20 0.02 0.02 0.00 0.00 0.00 0.00 [2023-01-11T18:41:22.627Z] 18:33:01 ens3 56.38 34.47 855.51 2.55 0.00 0.00 0.00 0.00 [2023-01-11T18:41:22.627Z] 18:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-11T18:41:22.627Z] 18:34:01 lo 0.53 0.53 0.04 0.04 0.00 0.00 0.00 0.00 [2023-01-11T18:41:22.627Z] 18:34:01 ens3 86.55 51.71 1897.26 3.96 0.00 0.00 0.00 0.00 [2023-01-11T18:41:22.627Z] 18:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-11T18:41:22.627Z] 18:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-11T18:41:22.627Z] 18:35:01 ens3 0.40 0.22 0.25 0.20 0.00 0.00 0.00 0.00 [2023-01-11T18:41:22.627Z] 18:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-11T18:41:22.627Z] 18:36:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-01-11T18:41:22.627Z] 18:36:01 ens3 0.23 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-01-11T18:41:22.627Z] 18:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-11T18:41:22.627Z] 18:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-11T18:41:22.627Z] 18:37:01 ens3 0.10 0.03 0.01 0.00 0.00 0.00 0.00 0.00 [2023-01-11T18:41:22.627Z] 18:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-11T18:41:22.627Z] 18:38:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-01-11T18:41:22.627Z] 18:38:01 ens3 0.20 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-01-11T18:41:22.627Z] 18:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-11T18:41:22.627Z] 18:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-11T18:41:22.627Z] 18:39:01 ens3 1.35 0.70 0.46 0.29 0.00 0.00 0.00 0.00 [2023-01-11T18:41:22.627Z] 18:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-11T18:41:22.627Z] 18:40:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-01-11T18:41:22.627Z] 18:40:01 ens3 0.62 0.07 0.06 0.01 0.00 0.00 0.00 0.00 [2023-01-11T18:41:22.627Z] 18:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-11T18:41:22.627Z] 18:41:01 lo 1.93 1.93 0.19 0.19 0.00 0.00 0.00 0.00 [2023-01-11T18:41:22.627Z] 18:41:01 ens3 345.36 230.44 7875.56 38.16 0.00 0.00 0.00 0.00 [2023-01-11T18:41:22.627Z] 18:41:01 docker0 32.24 54.94 3.17 690.11 0.00 0.00 0.00 0.00 [2023-01-11T18:41:22.627Z] 18:41:01 veth851aff1 0.30 0.38 0.08 0.12 0.00 0.00 0.00 0.00 [2023-01-11T18:41:22.627Z] Average: lo 1.39 1.39 0.13 0.13 0.00 0.00 0.00 0.00 [2023-01-11T18:41:22.627Z] Average: ens3 122.85 83.26 1685.91 36.34 0.00 0.00 0.00 0.00 [2023-01-11T18:41:22.627Z] Average: docker0 14.39 21.60 1.26 209.90 0.00 0.00 0.00 0.00 [2023-01-11T18:41:22.627Z] Average: veth851aff1 0.02 0.03 0.01 0.01 0.00 0.00 0.00 0.00 [2023-01-11T18:41:22.627Z] [2023-01-11T18:41:22.627Z] [2023-01-11T18:41:22.627Z] ---> sar -P ALL: [2023-01-11T18:41:22.627Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-1911) 01/11/23 _x86_64_ (8 CPU) [2023-01-11T18:41:22.627Z] [2023-01-11T18:41:22.627Z] 18:27:51 LINUX RESTART (8 CPU) [2023-01-11T18:41:22.627Z] [2023-01-11T18:41:22.627Z] 18:28:01 CPU %user %nice %system %iowait %steal %idle [2023-01-11T18:41:22.627Z] 18:29:02 all 9.17 0.00 3.48 3.75 0.06 83.54 [2023-01-11T18:41:22.627Z] 18:29:02 0 9.73 0.00 3.10 8.10 0.05 79.02 [2023-01-11T18:41:22.627Z] 18:29:02 1 7.99 0.00 4.04 14.10 0.05 73.82 [2023-01-11T18:41:22.627Z] 18:29:02 2 10.76 0.00 3.52 4.92 0.07 80.73 [2023-01-11T18:41:22.627Z] 18:29:02 3 8.28 0.00 3.47 0.25 0.05 87.95 [2023-01-11T18:41:22.627Z] 18:29:02 4 11.02 0.00 3.02 0.55 0.07 85.34 [2023-01-11T18:41:22.627Z] 18:29:02 5 9.64 0.00 2.94 0.84 0.05 86.53 [2023-01-11T18:41:22.627Z] 18:29:02 6 9.34 0.00 5.03 0.82 0.05 84.76 [2023-01-11T18:41:22.627Z] 18:29:02 7 6.62 0.00 2.72 0.45 0.07 90.13 [2023-01-11T18:41:22.627Z] 18:30:01 all 25.47 0.00 5.73 3.28 0.09 65.43 [2023-01-11T18:41:22.627Z] 18:30:01 0 24.24 0.00 5.02 0.12 0.05 70.57 [2023-01-11T18:41:22.627Z] 18:30:01 1 25.90 0.00 5.67 2.52 0.14 65.78 [2023-01-11T18:41:22.627Z] 18:30:01 2 25.87 0.00 6.25 1.42 0.09 66.37 [2023-01-11T18:41:22.627Z] 18:30:01 3 26.14 0.00 6.47 1.15 0.07 66.17 [2023-01-11T18:41:22.627Z] 18:30:01 4 26.08 0.00 5.36 4.53 0.07 63.96 [2023-01-11T18:41:22.627Z] 18:30:01 5 25.10 0.00 6.43 15.99 0.12 52.36 [2023-01-11T18:41:22.627Z] 18:30:01 6 25.64 0.00 5.21 0.15 0.09 68.91 [2023-01-11T18:41:22.627Z] 18:30:01 7 24.82 0.00 5.41 0.44 0.09 69.25 [2023-01-11T18:41:22.627Z] 18:31:01 all 20.46 0.00 4.48 1.86 0.06 73.13 [2023-01-11T18:41:22.627Z] 18:31:01 0 17.98 0.00 4.25 3.59 0.05 74.13 [2023-01-11T18:41:22.627Z] 18:31:01 1 21.05 0.00 4.40 3.49 0.05 71.00 [2023-01-11T18:41:22.627Z] 18:31:01 2 19.74 0.00 4.14 0.12 0.07 75.94 [2023-01-11T18:41:22.627Z] 18:31:01 3 21.30 0.00 4.81 5.44 0.07 68.38 [2023-01-11T18:41:22.627Z] 18:31:01 4 22.82 0.00 4.70 0.32 0.07 72.09 [2023-01-11T18:41:22.627Z] 18:31:01 5 20.61 0.00 4.71 0.15 0.05 74.47 [2023-01-11T18:41:22.627Z] 18:31:01 6 18.87 0.00 4.61 0.15 0.05 76.32 [2023-01-11T18:41:22.627Z] 18:31:01 7 21.35 0.00 4.26 1.65 0.07 72.68 [2023-01-11T18:41:22.627Z] 18:32:01 all 0.06 0.00 0.05 0.02 0.01 99.87 [2023-01-11T18:41:22.627Z] 18:32:01 0 0.02 0.00 0.03 0.03 0.02 99.90 [2023-01-11T18:41:22.627Z] 18:32:01 1 0.03 0.00 0.07 0.05 0.02 99.83 [2023-01-11T18:41:22.627Z] 18:32:01 2 0.05 0.00 0.03 0.02 0.00 99.90 [2023-01-11T18:41:22.627Z] 18:32:01 3 0.27 0.00 0.10 0.03 0.00 99.60 [2023-01-11T18:41:22.627Z] 18:32:01 4 0.02 0.00 0.05 0.00 0.00 99.93 [2023-01-11T18:41:22.627Z] 18:32:01 5 0.03 0.00 0.05 0.02 0.02 99.88 [2023-01-11T18:41:22.627Z] 18:32:01 6 0.02 0.00 0.02 0.00 0.00 99.97 [2023-01-11T18:41:22.627Z] 18:32:01 7 0.03 0.00 0.03 0.00 0.02 99.92 [2023-01-11T18:41:22.627Z] 18:33:01 all 0.40 0.00 0.22 0.19 0.00 99.18 [2023-01-11T18:41:22.627Z] 18:33:01 0 0.20 0.00 0.13 0.53 0.00 99.13 [2023-01-11T18:41:22.627Z] 18:33:01 1 0.48 0.00 0.15 0.28 0.00 99.08 [2023-01-11T18:41:22.627Z] 18:33:01 2 0.23 0.00 0.10 0.00 0.00 99.67 [2023-01-11T18:41:22.627Z] 18:33:01 3 0.18 0.00 0.17 0.03 0.00 99.62 [2023-01-11T18:41:22.627Z] 18:33:01 4 0.63 0.00 0.12 0.03 0.02 99.20 [2023-01-11T18:41:22.627Z] 18:33:01 5 0.34 0.00 0.15 0.03 0.02 99.46 [2023-01-11T18:41:22.627Z] 18:33:01 6 0.25 0.00 0.58 0.30 0.00 98.87 [2023-01-11T18:41:22.627Z] 18:33:01 7 0.92 0.00 0.33 0.32 0.00 98.43 [2023-01-11T18:41:22.627Z] 18:34:01 all 1.76 0.00 1.24 0.44 0.02 96.54 [2023-01-11T18:41:22.627Z] 18:34:01 0 2.52 0.00 2.19 0.47 0.03 94.79 [2023-01-11T18:41:22.627Z] 18:34:01 1 0.60 0.00 1.47 1.62 0.02 96.29 [2023-01-11T18:41:22.627Z] 18:34:01 2 1.42 0.00 1.10 0.05 0.02 97.41 [2023-01-11T18:41:22.627Z] 18:34:01 3 1.79 0.00 1.14 0.10 0.03 96.94 [2023-01-11T18:41:22.627Z] 18:34:01 4 1.67 0.00 0.95 0.62 0.00 96.77 [2023-01-11T18:41:22.627Z] 18:34:01 5 0.92 0.00 0.52 0.00 0.03 98.52 [2023-01-11T18:41:22.627Z] 18:34:01 6 2.22 0.00 1.55 0.53 0.02 95.68 [2023-01-11T18:41:22.627Z] 18:34:01 7 2.91 0.00 1.00 0.13 0.02 95.94 [2023-01-11T18:41:22.627Z] 18:35:01 all 0.08 0.00 0.06 0.01 0.01 99.84 [2023-01-11T18:41:22.627Z] 18:35:01 0 0.13 0.00 0.03 0.10 0.00 99.73 [2023-01-11T18:41:22.627Z] 18:35:01 1 0.00 0.00 0.07 0.00 0.02 99.92 [2023-01-11T18:41:22.627Z] 18:35:01 2 0.08 0.00 0.05 0.00 0.00 99.87 [2023-01-11T18:41:22.627Z] 18:35:01 3 0.05 0.00 0.03 0.00 0.00 99.92 [2023-01-11T18:41:22.627Z] 18:35:01 4 0.25 0.00 0.13 0.00 0.03 99.58 [2023-01-11T18:41:22.627Z] 18:35:01 5 0.03 0.00 0.07 0.00 0.00 99.90 [2023-01-11T18:41:22.627Z] 18:35:01 6 0.03 0.00 0.03 0.00 0.00 99.93 [2023-01-11T18:41:22.627Z] 18:35:01 7 0.05 0.00 0.07 0.02 0.00 99.87 [2023-01-11T18:41:22.627Z] 18:36:01 all 0.01 0.00 0.01 0.02 0.01 99.96 [2023-01-11T18:41:22.627Z] 18:36:01 0 0.00 0.00 0.00 0.13 0.00 99.87 [2023-01-11T18:41:22.627Z] 18:36:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2023-01-11T18:41:22.627Z] 18:36:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2023-01-11T18:41:22.627Z] 18:36:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2023-01-11T18:41:22.628Z] 18:36:01 4 0.00 0.00 0.03 0.00 0.02 99.95 [2023-01-11T18:41:22.628Z] 18:36:01 5 0.00 0.00 0.02 0.00 0.02 99.97 [2023-01-11T18:41:22.628Z] 18:36:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2023-01-11T18:41:22.628Z] 18:36:01 7 0.05 0.00 0.02 0.02 0.02 99.90 [2023-01-11T18:41:22.628Z] 18:37:01 all 0.01 0.00 0.01 0.08 0.00 99.90 [2023-01-11T18:41:22.628Z] 18:37:01 0 0.02 0.00 0.02 0.62 0.02 99.33 [2023-01-11T18:41:22.628Z] 18:37:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2023-01-11T18:41:22.628Z] 18:37:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2023-01-11T18:41:22.628Z] 18:37:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2023-01-11T18:41:22.628Z] 18:37:01 4 0.02 0.00 0.02 0.00 0.00 99.97 [2023-01-11T18:41:22.628Z] 18:37:01 5 0.03 0.00 0.02 0.00 0.02 99.93 [2023-01-11T18:41:22.628Z] 18:37:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2023-01-11T18:41:22.628Z] 18:37:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2023-01-11T18:41:22.628Z] 18:38:01 all 0.02 0.00 0.01 0.04 0.01 99.93 [2023-01-11T18:41:22.628Z] 18:38:01 0 0.02 0.00 0.02 0.23 0.00 99.73 [2023-01-11T18:41:22.628Z] 18:38:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2023-01-11T18:41:22.628Z] 18:38:01 2 0.00 0.00 0.00 0.05 0.00 99.95 [2023-01-11T18:41:22.628Z] 18:38:01 3 0.02 0.00 0.00 0.00 0.02 99.97 [2023-01-11T18:41:22.628Z] 18:38:01 4 0.02 0.00 0.03 0.00 0.02 99.93 [2023-01-11T18:41:22.628Z] 18:38:01 5 0.02 0.00 0.02 0.00 0.02 99.95 [2023-01-11T18:41:22.628Z] 18:38:01 6 0.03 0.00 0.00 0.00 0.00 99.97 [2023-01-11T18:41:22.628Z] 18:38:01 7 0.03 0.00 0.00 0.00 0.00 99.97 [2023-01-11T18:41:22.628Z] 18:39:01 all 0.07 0.00 0.01 0.00 0.00 99.92 [2023-01-11T18:41:22.628Z] 18:39:01 0 0.00 0.00 0.00 0.03 0.00 99.97 [2023-01-11T18:41:22.628Z] 18:39:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2023-01-11T18:41:22.628Z] 18:39:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2023-01-11T18:41:22.628Z] 18:39:01 3 0.05 0.00 0.03 0.00 0.00 99.92 [2023-01-11T18:41:22.628Z] 18:39:01 4 0.03 0.00 0.02 0.00 0.02 99.93 [2023-01-11T18:41:22.628Z] 18:39:01 5 0.43 0.00 0.00 0.00 0.00 99.57 [2023-01-11T18:41:22.628Z] 18:39:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2023-01-11T18:41:22.628Z] 18:39:01 7 0.00 0.00 0.02 0.00 0.00 99.98 [2023-01-11T18:41:22.628Z] [2023-01-11T18:41:22.628Z] 18:39:01 CPU %user %nice %system %iowait %steal %idle [2023-01-11T18:41:22.628Z] 18:40:01 all 0.03 0.00 0.01 0.01 0.01 99.95 [2023-01-11T18:41:22.628Z] 18:40:01 0 0.02 0.00 0.00 0.03 0.00 99.95 [2023-01-11T18:41:22.628Z] 18:40:01 1 0.02 0.00 0.00 0.00 0.02 99.97 [2023-01-11T18:41:22.628Z] 18:40:01 2 0.03 0.00 0.00 0.02 0.00 99.95 [2023-01-11T18:41:22.628Z] 18:40:01 3 0.07 0.00 0.00 0.00 0.00 99.93 [2023-01-11T18:41:22.628Z] 18:40:01 4 0.03 0.00 0.05 0.00 0.02 99.90 [2023-01-11T18:41:22.628Z] 18:40:01 5 0.05 0.00 0.00 0.00 0.02 99.93 [2023-01-11T18:41:22.628Z] 18:40:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2023-01-11T18:41:22.628Z] 18:40:01 7 0.03 0.00 0.00 0.00 0.00 99.97 [2023-01-11T18:41:22.628Z] 18:41:01 all 8.45 0.00 3.79 2.70 0.05 85.00 [2023-01-11T18:41:22.628Z] 18:41:01 0 7.82 0.00 4.31 3.40 0.05 84.42 [2023-01-11T18:41:22.628Z] 18:41:01 1 8.58 0.00 3.59 0.17 0.03 87.62 [2023-01-11T18:41:22.628Z] 18:41:01 2 9.30 0.00 3.09 0.07 0.07 87.47 [2023-01-11T18:41:22.628Z] 18:41:01 3 8.94 0.00 3.11 0.51 0.05 87.40 [2023-01-11T18:41:22.628Z] 18:41:01 4 8.17 0.00 4.00 0.42 0.03 87.37 [2023-01-11T18:41:22.628Z] 18:41:01 5 8.99 0.00 4.61 16.59 0.05 69.75 [2023-01-11T18:41:22.628Z] 18:41:01 6 6.94 0.00 3.93 0.41 0.03 88.69 [2023-01-11T18:41:22.628Z] 18:41:01 7 8.88 0.00 3.67 0.13 0.10 87.22 [2023-01-11T18:41:22.628Z] Average: all 5.02 0.00 1.45 0.95 0.02 92.56 [2023-01-11T18:41:22.628Z] Average: 0 4.77 0.00 1.46 1.33 0.02 92.42 [2023-01-11T18:41:22.628Z] Average: 1 4.91 0.00 1.48 1.70 0.03 91.88 [2023-01-11T18:41:22.628Z] Average: 2 5.13 0.00 1.39 0.51 0.02 92.95 [2023-01-11T18:41:22.628Z] Average: 3 5.09 0.00 1.47 0.57 0.02 92.85 [2023-01-11T18:41:22.628Z] Average: 4 5.38 0.00 1.41 0.49 0.03 92.69 [2023-01-11T18:41:22.628Z] Average: 5 5.03 0.00 1.49 2.54 0.03 90.91 [2023-01-11T18:41:22.628Z] Average: 6 4.81 0.00 1.60 0.18 0.02 93.39 [2023-01-11T18:41:22.628Z] Average: 7 5.00 0.00 1.34 0.24 0.03 93.40 [2023-01-11T18:41:22.628Z] [2023-01-11T18:41:22.628Z] [2023-01-11T18:41:22.628Z]