Pull request #265 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from a41f5489425e0c9ba97cad10ed7254db650698c7+d829a2c887c40068ff6155ebb33a7321d05cdfd6 (37696c5a73b7970c632e4e82a4cfec373604b4ce) 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-ssh18170395696986210539.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 66200e8eedfc470904d6b329e562ec5b45423d6a 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-ssh191541217974137432.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 66200e8eedfc470904d6b329e562ec5b45423d6a The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-snmp-go/branches/PR-265/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82 # timeout=10 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-snmp-go/branches/PR-265/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh4025352689857984775.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > 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 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-snmp-go/branches/PR-265/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh17304333943436044914.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 66200e8eedfc470904d6b329e562ec5b45423d6a (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 66200e8eedfc470904d6b329e562ec5b45423d6a # timeout=10 Commit message: "feat: add capability to use golang 1.20 (#427)" > 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' 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-ssh4310463662572371528.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 Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-snmp-go/branches/PR-265/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e # timeout=10 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-snmp-go/branches/PR-265/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh17298923898468960960.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object 66200e8eedfc470904d6b329e562ec5b45423d6a 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-snmp-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-snmp-go-settings PROJECT: device-snmp-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.20 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-snmp 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 All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-2365 in /w/workspace/gexfoundry_device-snmp-go_PR-265 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout Selected Git installation does not exist. Using Default The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-snmp-go.git > git init /w/workspace/gexfoundry_device-snmp-go_PR-265 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-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-snmp-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/pull/265/head:refs/remotes/origin/PR-265 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit d829a2c887c40068ff6155ebb33a7321d05cdfd6 into PR head commit a41f5489425e0c9ba97cad10ed7254db650698c7 Merge succeeded, producing a41f5489425e0c9ba97cad10ed7254db650698c7 Checking out Revision a41f5489425e0c9ba97cad10ed7254db650698c7 (PR-265) Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-core-contracts/v3" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 66200e8eedfc470904d6b329e562ec5b45423d6a [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-03-16T05:58:20.362Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-03-16T05:58:20.529Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-03-16T05:58:20.625Z] ========================================================= [2023-03-16T05:58:20.625Z] EdgeX Global Pipelines Version Info [2023-03-16T05:58:20.625Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git config core.sparsecheckout # timeout=10 > git checkout -f a41f5489425e0c9ba97cad10ed7254db650698c7 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge d829a2c887c40068ff6155ebb33a7321d05cdfd6 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a41f5489425e0c9ba97cad10ed7254db650698c7 # timeout=10 [2023-03-16T05:58:21.366Z] ------------------- [2023-03-16T05:58:21.367Z] stable info: [2023-03-16T05:58:21.367Z] ------------------- [2023-03-16T05:58:21.367Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-03-16T05:58:21.367Z] Commit SHA: 66200e8eedfc470904d6b329e562ec5b45423d6a [2023-03-16T05:58:21.367Z] Message: update stable to v1.0.245 [2023-03-16T05:58:21.944Z] ------------------- [2023-03-16T05:58:21.944Z] experimental info: [2023-03-16T05:58:21.944Z] ------------------- [2023-03-16T05:58:21.944Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-03-16T05:58:21.944Z] Commit SHA: eb5041bb0874f6b7cdca3e6793e1ef87c0289dce [2023-03-16T05:58:21.944Z] Message: update experimental to v1.0.246 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-03-16T05:58:22.221Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-snmp-go-settings [Pipeline] echo [2023-03-16T05:58:22.264Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-snmp-go [Pipeline] echo [2023-03-16T05:58:22.301Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-03-16T05:58:22.337Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-03-16T05:58:22.372Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-03-16T05:58:22.410Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo [2023-03-16T05:58:22.451Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-03-16T05:58:22.486Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2023-03-16T05:58:22.523Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-03-16T05:58:22.559Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-03-16T05:58:22.601Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-03-16T05:58:22.643Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-snmp [Pipeline] echo [2023-03-16T05:58:22.683Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-03-16T05:58:22.727Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-03-16T05:58:22.775Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-03-16T05:58:22.819Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-03-16T05:58:22.860Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-03-16T05:58:22.902Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-03-16T05:58:22.940Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-03-16T05:58:22.982Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-03-16T05:58:23.019Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2023-03-16T05:58:23.061Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2023-03-16T05:58:23.105Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-03-16T05:58:23.146Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-03-16T05:58:23.188Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2023-03-16T05:58:23.227Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-03-16T05:58:23.266Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-03-16T05:58:23.308Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-265 [Pipeline] echo [2023-03-16T05:58:23.346Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-265 [Pipeline] echo [2023-03-16T05:58:23.388Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-265 [Pipeline] echo [2023-03-16T05:58:23.429Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = a41f5489425e0c9ba97cad10ed7254db650698c7 [Pipeline] echo [2023-03-16T05:58:23.471Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = a41f548 [Pipeline] echo [2023-03-16T05:58:23.516Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-16T05:58:23.628Z] provisioning config files... [2023-03-16T05:58:23.649Z] copy managed file [device-snmp-go-settings] to file:/w/workspace/gexfoundry_device-snmp-go_PR-265@tmp/config10968142499379294463tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-16T05:58:23.989Z] ---> docker-login.sh [2023-03-16T05:58:23.989Z] nexus3.edgexfoundry.org:10001 [2023-03-16T05:58:24.259Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-16T05:58:24.259Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-16T05:58:24.259Z] Configure a credential helper to remove this warning. See [2023-03-16T05:58:24.259Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-16T05:58:24.259Z] [2023-03-16T05:58:24.259Z] Login Succeeded [2023-03-16T05:58:24.259Z] nexus3.edgexfoundry.org:10002 [2023-03-16T05:58:24.523Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-16T05:58:24.523Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-16T05:58:24.523Z] Configure a credential helper to remove this warning. See [2023-03-16T05:58:24.523Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-16T05:58:24.523Z] [2023-03-16T05:58:24.523Z] Login Succeeded [2023-03-16T05:58:24.523Z] nexus3.edgexfoundry.org:10003 [2023-03-16T05:58:24.523Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-16T05:58:24.523Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-16T05:58:24.523Z] Configure a credential helper to remove this warning. See [2023-03-16T05:58:24.523Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-16T05:58:24.523Z] [2023-03-16T05:58:24.523Z] Login Succeeded [2023-03-16T05:58:24.523Z] nexus3.edgexfoundry.org:10004 [2023-03-16T05:58:24.784Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-16T05:58:24.784Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-16T05:58:24.784Z] Configure a credential helper to remove this warning. See [2023-03-16T05:58:24.784Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-16T05:58:24.784Z] [2023-03-16T05:58:24.784Z] Login Succeeded [2023-03-16T05:58:24.784Z] docker.io [2023-03-16T05:58:24.784Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-16T05:58:25.045Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-16T05:58:25.045Z] Configure a credential helper to remove this warning. See [2023-03-16T05:58:25.045Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-16T05:58:25.045Z] [2023-03-16T05:58:25.045Z] Login Succeeded [2023-03-16T05:58:25.045Z] ---> docker-login.sh ends [Pipeline] } [2023-03-16T05:58:25.068Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-03-16T05:58:25.668Z] + git rev-list -1 --merges a41f5489425e0c9ba97cad10ed7254db650698c7~1..a41f5489425e0c9ba97cad10ed7254db650698c7 [Pipeline] echo [2023-03-16T05:58:25.729Z] -----------> git rev-list -1 --merges a41f5489425e0c9ba97cad10ed7254db650698c7~1..a41f5489425e0c9ba97cad10ed7254db650698c7 a41f5489425e0c9ba97cad10ed7254db650698c7 [false] [Pipeline] sh [2023-03-16T05:58:26.037Z] + git log --format=format:%s -1 a41f5489425e0c9ba97cad10ed7254db650698c7 [Pipeline] echo [2023-03-16T05:58:26.071Z] ========================================================= [2023-03-16T05:58:26.071Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-03-16T05:58:26.071Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-03-16T05:58:26.498Z] + git log --format=format:%s -1 a41f5489425e0c9ba97cad10ed7254db650698c7 [Pipeline] echo [2023-03-16T05:58:26.537Z] [semverPrep] GIT_COMMIT: a41f5489425e0c9ba97cad10ed7254db650698c7, Commit Message: build(deps): bump github.com/edgexfoundry/go-mod-core-contracts/v3 [Pipeline] echo [2023-03-16T05:58:26.567Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-03-16T05:58:26.957Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-03-16T05:58:26.957Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-03-16T05:58:26.957Z] + [ -e /tmp/ssh_known_hosts ] [2023-03-16T05:58:26.957Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-03-16T05:58:26.957Z] + echo+ github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-03-16T05:58:26.957Z] sudo tee -a /etc/ssh/ssh_known_hosts [2023-03-16T05:58:26.957Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T05:58:27.432Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-16T05:58:27.432Z] [2023-03-16T05:58:27.432Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T05:58:27.808Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-16T05:58:27.808Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-03-16T05:58:27.808Z] b85a868b505f: Pulling fs layer [2023-03-16T05:58:27.808Z] e2be974225ed: Pulling fs layer [2023-03-16T05:58:27.808Z] 339a4e72a1f5: Pulling fs layer [2023-03-16T05:58:27.808Z] 988bab9f4d93: Pulling fs layer [2023-03-16T05:58:27.808Z] 1469e6f7b9e6: Pulling fs layer [2023-03-16T05:58:27.808Z] eaf3925da568: Pulling fs layer [2023-03-16T05:58:27.808Z] bab4dde63d76: Pulling fs layer [2023-03-16T05:58:27.808Z] bde34c3a00c8: Pulling fs layer [2023-03-16T05:58:27.808Z] b352a97aabf1: Pulling fs layer [2023-03-16T05:58:27.808Z] 1469e6f7b9e6: Waiting [2023-03-16T05:58:27.808Z] 988bab9f4d93: Waiting [2023-03-16T05:58:27.808Z] bab4dde63d76: Waiting [2023-03-16T05:58:27.808Z] bde34c3a00c8: Waiting [2023-03-16T05:58:27.808Z] eaf3925da568: Waiting [2023-03-16T05:58:27.808Z] 4872d77fe225: Pulling fs layer [2023-03-16T05:58:27.808Z] 5851b861e8e6: Pulling fs layer [2023-03-16T05:58:27.808Z] 5851b861e8e6: Waiting [2023-03-16T05:58:27.808Z] b352a97aabf1: Waiting [2023-03-16T05:58:27.808Z] 4872d77fe225: Waiting [2023-03-16T05:58:27.808Z] e2be974225ed: Download complete [2023-03-16T05:58:27.808Z] 988bab9f4d93: Verifying Checksum [2023-03-16T05:58:27.808Z] 988bab9f4d93: Download complete [2023-03-16T05:58:28.069Z] 1469e6f7b9e6: Verifying Checksum [2023-03-16T05:58:28.069Z] 1469e6f7b9e6: Download complete [2023-03-16T05:58:28.069Z] eaf3925da568: Verifying Checksum [2023-03-16T05:58:28.069Z] eaf3925da568: Download complete [2023-03-16T05:58:28.069Z] 339a4e72a1f5: Verifying Checksum [2023-03-16T05:58:28.069Z] 339a4e72a1f5: Download complete [2023-03-16T05:58:28.069Z] bde34c3a00c8: Verifying Checksum [2023-03-16T05:58:28.069Z] bde34c3a00c8: Download complete [2023-03-16T05:58:28.069Z] b352a97aabf1: Verifying Checksum [2023-03-16T05:58:28.069Z] b352a97aabf1: Download complete [2023-03-16T05:58:28.069Z] 4872d77fe225: Verifying Checksum [2023-03-16T05:58:28.069Z] 4872d77fe225: Download complete [2023-03-16T05:58:28.069Z] 5851b861e8e6: Verifying Checksum [2023-03-16T05:58:28.069Z] 5851b861e8e6: Download complete [2023-03-16T05:58:28.329Z] b85a868b505f: Download complete [2023-03-16T05:58:28.589Z] bab4dde63d76: Verifying Checksum [2023-03-16T05:58:28.589Z] bab4dde63d76: Download complete [2023-03-16T05:58:29.526Z] b85a868b505f: Pull complete [2023-03-16T05:58:29.785Z] e2be974225ed: Pull complete [2023-03-16T05:58:30.044Z] 339a4e72a1f5: Pull complete [2023-03-16T05:58:30.303Z] 988bab9f4d93: Pull complete [2023-03-16T05:58:30.562Z] 1469e6f7b9e6: Pull complete [2023-03-16T05:58:30.562Z] eaf3925da568: Pull complete [2023-03-16T05:58:32.462Z] bab4dde63d76: Pull complete [2023-03-16T05:58:32.462Z] bde34c3a00c8: Pull complete [2023-03-16T05:58:32.723Z] b352a97aabf1: Pull complete [2023-03-16T05:58:32.723Z] 4872d77fe225: Pull complete [2023-03-16T05:58:32.984Z] 5851b861e8e6: Pull complete [2023-03-16T05:58:32.984Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-03-16T05:58:32.984Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-16T05:58:32.984Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-16T05:58:33.220Z] prd-ubuntu20.04-docker-8c-8g-2365 does not seem to be running inside a container [2023-03-16T05:58:33.260Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-snmp-go_PR-265 -v /w/workspace/gexfoundry_device-snmp-go_PR-265:/w/workspace/gexfoundry_device-snmp-go_PR-265:rw,z -v /w/workspace/gexfoundry_device-snmp-go_PR-265@tmp:/w/workspace/gexfoundry_device-snmp-go_PR-265@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-03-16T05:58:34.412Z] $ docker top f3a16c1b991fb7dc8d6ecb35e985888353683702ecb83c7e7c2ca185e802f6e0 -eo pid,comm [2023-03-16T05:58:34.467Z] 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-03-16T05:58:34.467Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-03-16T05:58:34.606Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-16T05:58:34.607Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-16T05:58:34.729Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-16T05:58:34.736Z] $ docker exec f3a16c1b991fb7dc8d6ecb35e985888353683702ecb83c7e7c2ca185e802f6e0 ssh-agent [2023-03-16T05:58:34.847Z] SSH_AUTH_SOCK=/tmp/ssh-nyPerpgBCdMT/agent.32 [2023-03-16T05:58:34.847Z] SSH_AGENT_PID=38 [2023-03-16T05:58:34.856Z] Running ssh-add (command line suppressed) [2023-03-16T05:58:34.971Z] Identity added: /w/workspace/gexfoundry_device-snmp-go_PR-265@tmp/private_key_7467901600277883361.key (/w/workspace/gexfoundry_device-snmp-go_PR-265@tmp/private_key_7467901600277883361.key) [2023-03-16T05:58:34.980Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-16T05:58:35.313Z] + git tag --points-at HEAD [Pipeline] } [2023-03-16T05:58:35.341Z] $ docker exec --env ******** --env ******** f3a16c1b991fb7dc8d6ecb35e985888353683702ecb83c7e7c2ca185e802f6e0 ssh-agent -k [2023-03-16T05:58:35.458Z] unset SSH_AUTH_SOCK; [2023-03-16T05:58:35.459Z] unset SSH_AGENT_PID; [2023-03-16T05:58:35.459Z] echo Agent pid 38 killed; [2023-03-16T05:58:35.469Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-03-16T05:58:35.555Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-16T05:58:35.555Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-16T05:58:35.680Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-16T05:58:35.687Z] $ docker exec f3a16c1b991fb7dc8d6ecb35e985888353683702ecb83c7e7c2ca185e802f6e0 ssh-agent [2023-03-16T05:58:35.807Z] SSH_AUTH_SOCK=/tmp/ssh-kwfecfEBWLQT/agent.71 [2023-03-16T05:58:35.807Z] SSH_AGENT_PID=77 [2023-03-16T05:58:35.812Z] Running ssh-add (command line suppressed) [2023-03-16T05:58:35.934Z] Identity added: /w/workspace/gexfoundry_device-snmp-go_PR-265@tmp/private_key_3850800423809357399.key (/w/workspace/gexfoundry_device-snmp-go_PR-265@tmp/private_key_3850800423809357399.key) [2023-03-16T05:58:35.945Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-16T05:58:36.273Z] + git semver init [2023-03-16T05:58:36.532Z] 2023-03-16 05:58:36,448 [run_init] DEBUG init version:0.0.0 force:False [2023-03-16T05:58:36.532Z] 2023-03-16 05:58:36,449 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/gexfoundry_device-snmp-go_PR-265/.semver [2023-03-16T05:58:36.532Z] 2023-03-16 05:58:36,449 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-snmp-go.git /w/workspace/gexfoundry_device-snmp-go_PR-265/.semver [2023-03-16T05:58:36.532Z] 2023-03-16 05:58:36,450 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-snmp-go.git', '/w/workspace/gexfoundry_device-snmp-go_PR-265/.semver'], cwd=/w/workspace/gexfoundry_device-snmp-go_PR-265, universal_newlines=False, shell=None, istream=None) [2023-03-16T05:58:37.474Z] 2023-03-16 05:58:37,180 [append_file] DEBUG append to file:/w/workspace/gexfoundry_device-snmp-go_PR-265/.git/info/exclude [2023-03-16T05:58:37.474Z] 2023-03-16 05:58:37,181 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/gexfoundry_device-snmp-go_PR-265/.semver/PR-265 with force:False [2023-03-16T05:58:37.474Z] 2023-03-16 05:58:37,181 [write_file] DEBUG write to file:/w/workspace/gexfoundry_device-snmp-go_PR-265/.semver/PR-265 [2023-03-16T05:58:37.474Z] 2023-03-16 05:58:37,186 [execute] INFO git cat-file --batch-check [2023-03-16T05:58:37.474Z] 2023-03-16 05:58:37,186 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_device-snmp-go_PR-265/.semver, universal_newlines=False, shell=None, istream=) [2023-03-16T05:58:37.474Z] 2023-03-16 05:58:37,194 [execute] INFO git cat-file --batch [2023-03-16T05:58:37.474Z] 2023-03-16 05:58:37,194 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_device-snmp-go_PR-265/.semver, universal_newlines=False, shell=None, istream=) [2023-03-16T05:58:37.474Z] 2023-03-16 05:58:37,200 [read_version] DEBUG read version from /w/workspace/gexfoundry_device-snmp-go_PR-265/.semver/PR-265 [2023-03-16T05:58:37.474Z] 0.0.0 [Pipeline] } [2023-03-16T05:58:37.507Z] $ docker exec --env ******** --env ******** f3a16c1b991fb7dc8d6ecb35e985888353683702ecb83c7e7c2ca185e802f6e0 ssh-agent -k [2023-03-16T05:58:37.607Z] unset SSH_AUTH_SOCK; [2023-03-16T05:58:37.608Z] unset SSH_AGENT_PID; [2023-03-16T05:58:37.608Z] echo Agent pid 77 killed; [2023-03-16T05:58:37.613Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-03-16T05:58:38.038Z] + git semver [Pipeline] } [2023-03-16T05:58:38.325Z] $ docker stop --time=1 f3a16c1b991fb7dc8d6ecb35e985888353683702ecb83c7e7c2ca185e802f6e0 [2023-03-16T05:58:39.643Z] $ docker rm -f --volumes f3a16c1b991fb7dc8d6ecb35e985888353683702ecb83c7e7c2ca185e802f6e0 [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-16T05:58:40.054Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-03-16T05:58:40.319Z] Stashed 1 file(s) [Pipeline] echo [2023-03-16T05:58:40.335Z] [edgeXSemver]: initialized semver on version 0.0.0 [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-03-16T05:58:40.888Z] provisioning config files... [2023-03-16T05:58:40.898Z] copy managed file [device-snmp-go-settings] to file:/w/workspace/gexfoundry_device-snmp-go_PR-265@tmp/config4264840499154523467tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-16T05:58:40.999Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-2364 in /w/workspace/gexfoundry_device-snmp-go_PR-265 [Pipeline] { [Pipeline] ws [2023-03-16T05:58:41.065Z] Running in /w/workspace/device-snmp-go/1 [Pipeline] { [Pipeline] checkout [2023-03-16T05:58:41.146Z] Selected Git installation does not exist. Using Default [2023-03-16T05:58:41.147Z] The recommended git tool is: NONE [2023-03-16T05:58:41.239Z] ---> docker-login.sh [2023-03-16T05:58:41.239Z] nexus3.edgexfoundry.org:10001 [2023-03-16T05:58:41.239Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-16T05:58:41.239Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-16T05:58:41.239Z] Configure a credential helper to remove this warning. See [2023-03-16T05:58:41.239Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-16T05:58:41.239Z] [2023-03-16T05:58:41.239Z] Login Succeeded [2023-03-16T05:58:41.239Z] nexus3.edgexfoundry.org:10002 [2023-03-16T05:58:41.239Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-16T05:58:41.239Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-16T05:58:41.239Z] Configure a credential helper to remove this warning. See [2023-03-16T05:58:41.239Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-16T05:58:41.239Z] [2023-03-16T05:58:41.239Z] Login Succeeded [2023-03-16T05:58:41.239Z] nexus3.edgexfoundry.org:10003 [2023-03-16T05:58:41.499Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-16T05:58:41.499Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-16T05:58:41.499Z] Configure a credential helper to remove this warning. See [2023-03-16T05:58:41.499Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-16T05:58:41.499Z] [2023-03-16T05:58:41.499Z] Login Succeeded [2023-03-16T05:58:41.499Z] nexus3.edgexfoundry.org:10004 [2023-03-16T05:58:41.499Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-16T05:58:41.499Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-16T05:58:41.499Z] Configure a credential helper to remove this warning. See [2023-03-16T05:58:41.499Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-16T05:58:41.499Z] [2023-03-16T05:58:41.499Z] Login Succeeded [2023-03-16T05:58:41.499Z] docker.io [2023-03-16T05:58:41.757Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-16T05:58:42.017Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-16T05:58:42.017Z] Configure a credential helper to remove this warning. See [2023-03-16T05:58:42.017Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-16T05:58:42.017Z] [2023-03-16T05:58:42.017Z] Login Succeeded [2023-03-16T05:58:42.017Z] ---> docker-login.sh ends [Pipeline] } [2023-03-16T05:58:42.044Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-03-16T05:58:42.230Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-16T05:58:42.270Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-16T05:58:42.362Z] ========================================================= [2023-03-16T05:58:42.362Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] [2023-03-16T05:58:42.362Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T05:58:42.830Z] + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine --build-arg MAKE=echo noop --target=builder . [2023-03-16T05:58:42.831Z] Sending build context to Docker daemon 5.724MB [2023-03-16T05:58:42.831Z] Step 1/12 : ARG BASE=golang:1.20-alpine3.17 [2023-03-16T05:58:42.831Z] Step 2/12 : FROM ${BASE} AS builder [2023-03-16T05:58:42.831Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base [2023-03-16T05:58:42.831Z] 63b65145d645: Pulling fs layer [2023-03-16T05:58:42.831Z] a2d21d5440eb: Pulling fs layer [2023-03-16T05:58:42.831Z] 935e6c44a52c: Pulling fs layer [2023-03-16T05:58:42.831Z] 94cc34f8dd06: Pulling fs layer [2023-03-16T05:58:42.831Z] 30dea6a524f1: Pulling fs layer [2023-03-16T05:58:42.831Z] a2aff8979fd8: Pulling fs layer [2023-03-16T05:58:42.831Z] 6808be2612f2: Pulling fs layer [2023-03-16T05:58:42.831Z] f25807f1079a: Pulling fs layer [2023-03-16T05:58:42.831Z] a2aff8979fd8: Waiting [2023-03-16T05:58:42.831Z] 6808be2612f2: Waiting [2023-03-16T05:58:42.831Z] 94cc34f8dd06: Waiting [2023-03-16T05:58:42.831Z] f25807f1079a: Waiting [2023-03-16T05:58:42.831Z] 30dea6a524f1: Waiting [2023-03-16T05:58:43.772Z] a2d21d5440eb: Verifying Checksum [2023-03-16T05:58:43.772Z] a2d21d5440eb: Download complete [2023-03-16T05:58:43.772Z] 94cc34f8dd06: Verifying Checksum [2023-03-16T05:58:43.772Z] 94cc34f8dd06: Download complete [2023-03-16T05:58:43.772Z] 30dea6a524f1: Verifying Checksum [2023-03-16T05:58:43.772Z] 30dea6a524f1: Download complete [2023-03-16T05:58:44.036Z] 63b65145d645: Verifying Checksum [2023-03-16T05:58:44.036Z] 63b65145d645: Download complete [2023-03-16T05:58:44.036Z] a2aff8979fd8: Verifying Checksum [2023-03-16T05:58:44.036Z] a2aff8979fd8: Download complete [2023-03-16T05:58:44.036Z] 63b65145d645: Pull complete [2023-03-16T05:58:44.305Z] a2d21d5440eb: Pull complete [2023-03-16T05:58:44.567Z] f25807f1079a: Verifying Checksum [2023-03-16T05:58:44.567Z] f25807f1079a: Download complete [2023-03-16T05:58:44.567Z] 935e6c44a52c: Verifying Checksum [2023-03-16T05:58:44.567Z] 935e6c44a52c: Download complete [2023-03-16T05:58:44.826Z] 6808be2612f2: Verifying Checksum [2023-03-16T05:58:44.826Z] 6808be2612f2: Download complete [2023-03-16T05:58:46.774Z] using credential edgex-jenkins-ssh [2023-03-16T05:58:46.794Z] Cloning the remote Git repository [2023-03-16T05:58:46.825Z] Cloning repository git@github.com:edgexfoundry/device-snmp-go.git [2023-03-16T05:58:46.921Z] > git init /w/workspace/device-snmp-go/1 # timeout=10 [2023-03-16T05:58:47.080Z] Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git [2023-03-16T05:58:47.081Z] > git --version # timeout=10 [2023-03-16T05:58:47.106Z] > git --version # 'git version 2.25.1' [2023-03-16T05:58:47.109Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-03-16T05:58:47.280Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-03-16T05:58:48.287Z] > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 [2023-03-16T05:58:48.308Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-03-16T05:58:49.015Z] 935e6c44a52c: Pull complete [2023-03-16T05:58:49.015Z] 94cc34f8dd06: Pull complete [2023-03-16T05:58:49.015Z] 30dea6a524f1: Pull complete [2023-03-16T05:58:49.015Z] a2aff8979fd8: Pull complete [2023-03-16T05:58:49.674Z] Merging remotes/origin/main commit d829a2c887c40068ff6155ebb33a7321d05cdfd6 into PR head commit a41f5489425e0c9ba97cad10ed7254db650698c7 [2023-03-16T05:58:49.149Z] > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 [2023-03-16T05:58:49.184Z] Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git [2023-03-16T05:58:49.185Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-03-16T05:58:49.199Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/pull/265/head:refs/remotes/origin/PR-265 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2023-03-16T05:58:49.678Z] > git config core.sparsecheckout # timeout=10 [2023-03-16T05:58:49.750Z] > git checkout -f a41f5489425e0c9ba97cad10ed7254db650698c7 # timeout=10 [2023-03-16T05:58:49.831Z] > git remote # timeout=10 [2023-03-16T05:58:49.953Z] Merge succeeded, producing a41f5489425e0c9ba97cad10ed7254db650698c7 [2023-03-16T05:58:49.954Z] Checking out Revision a41f5489425e0c9ba97cad10ed7254db650698c7 (PR-265) [2023-03-16T05:58:50.401Z] Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-core-contracts/v3" [2023-03-16T05:58:50.440Z] > git --version # timeout=10 [2023-03-16T05:58:50.451Z] > git --version # 'git version 2.25.1' [2023-03-16T05:58:50.487Z] fatal: bad object 66200e8eedfc470904d6b329e562ec5b45423d6a [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-03-16T05:58:49.853Z] > git config --get remote.origin.url # timeout=10 [2023-03-16T05:58:49.881Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-03-16T05:58:49.895Z] > git merge d829a2c887c40068ff6155ebb33a7321d05cdfd6 # timeout=10 [2023-03-16T05:58:49.922Z] > git rev-parse HEAD^{commit} # timeout=10 [2023-03-16T05:58:49.948Z] > git config core.sparsecheckout # timeout=10 [2023-03-16T05:58:49.960Z] > git checkout -f a41f5489425e0c9ba97cad10ed7254db650698c7 # timeout=10 [2023-03-16T05:58:51.495Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-03-16T05:58:51.495Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-03-16T05:58:51.495Z] Dload Upload Total Spent Left Speed [2023-03-16T05:58:51.495Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 98084 0 --:--:-- --:--:-- --:--:-- 98084 [2023-03-16T05:58:51.548Z] 6808be2612f2: Pull complete [2023-03-16T05:58:51.806Z] f25807f1079a: Pull complete [2023-03-16T05:58:51.806Z] Digest: sha256:106942793af8b5907f587008084bb0888cadbc76d86ebd37d4d3227fb0f1e438 [Pipeline] sh [2023-03-16T05:58:52.065Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-03-16T05:58:52.065Z] ---> 3b553350e43f [2023-03-16T05:58:52.065Z] Step 3/12 : ARG ADD_BUILD_TAGS="" [2023-03-16T05:58:52.270Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-03-16T05:58:52.612Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-03-16T05:58:52.612Z] + sudo tee /etc/docker/daemon.new [2023-03-16T05:58:52.612Z] { [2023-03-16T05:58:52.612Z] "registry-mirrors": [ [2023-03-16T05:58:52.612Z] "https://nexus3.edgexfoundry.org:10001" [2023-03-16T05:58:52.612Z] ], [2023-03-16T05:58:52.612Z] "bip": "10.250.0.254/24", [2023-03-16T05:58:52.612Z] "hosts": [ [2023-03-16T05:58:52.612Z] "tcp://0.0.0.0:5555", [2023-03-16T05:58:52.612Z] "unix:///var/run/docker.sock" [2023-03-16T05:58:52.612Z] ], [2023-03-16T05:58:52.612Z] "mtu": 1458, [2023-03-16T05:58:52.612Z] "selinux-enabled": true, [2023-03-16T05:58:52.612Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-03-16T05:58:52.612Z] } [Pipeline] sh [2023-03-16T05:58:52.960Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-03-16T05:58:53.310Z] + sudo service docker restart [2023-03-16T05:58:53.442Z] ---> Running in ea695bd710d2 [2023-03-16T05:58:53.442Z] Removing intermediate container ea695bd710d2 [2023-03-16T05:58:53.442Z] ---> 9b89313f067a [2023-03-16T05:58:53.442Z] Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-03-16T05:58:53.442Z] ---> Running in 6e3a09c25473 [2023-03-16T05:58:53.442Z] Removing intermediate container 6e3a09c25473 [2023-03-16T05:58:53.442Z] ---> 636e7d42bf8a [2023-03-16T05:58:53.442Z] Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client" [2023-03-16T05:58:53.442Z] ---> Running in a26e08074de9 [2023-03-16T05:58:53.701Z] Removing intermediate container a26e08074de9 [2023-03-16T05:58:53.701Z] ---> b66a422b40ff [2023-03-16T05:58:53.701Z] Step 6/12 : ARG ALPINE_PKG_EXTRA="" [2023-03-16T05:58:53.701Z] ---> Running in 87f09bda22dc [2023-03-16T05:58:53.701Z] Removing intermediate container 87f09bda22dc [2023-03-16T05:58:53.701Z] ---> 49a3ac4a6660 [2023-03-16T05:58:53.701Z] Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-03-16T05:58:53.701Z] ---> Running in 4e40cae1fcb6 [2023-03-16T05:58:54.270Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-03-16T05:58:54.270Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-03-16T05:58:54.529Z] (1/4) Installing openssh-keygen (9.1_p1-r2) [2023-03-16T05:58:54.529Z] (2/4) Installing libedit (20221030.3.1-r0) [2023-03-16T05:58:54.529Z] (3/4) Installing openssh-client-common (9.1_p1-r2) [2023-03-16T05:58:54.529Z] (4/4) Installing openssh-client-default (9.1_p1-r2) [2023-03-16T05:58:54.529Z] Executing busybox-1.35.0-r29.trigger [2023-03-16T05:58:54.529Z] OK: 269 MiB in 57 packages [2023-03-16T05:58:55.096Z] Removing intermediate container 4e40cae1fcb6 [2023-03-16T05:58:55.096Z] ---> 74d249e662e2 [2023-03-16T05:58:55.096Z] Step 8/12 : WORKDIR /device-snmp-go [2023-03-16T05:58:55.096Z] ---> Running in 11f79a384545 [2023-03-16T05:58:55.096Z] Removing intermediate container 11f79a384545 [2023-03-16T05:58:55.096Z] ---> d33596c545bf [2023-03-16T05:58:55.096Z] Step 9/12 : COPY go.mod vendor* ./ [2023-03-16T05:58:55.355Z] ---> 918ba044684e [2023-03-16T05:58:55.355Z] Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-16T05:58:55.355Z] ---> Running in 72fa532c1af7 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-16T05:59:11.662Z] provisioning config files... [2023-03-16T05:59:11.693Z] copy managed file [device-snmp-go-settings] to file:/w/workspace/device-snmp-go/1@tmp/config11055473969778378528tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-16T05:59:12.103Z] ---> docker-login.sh [2023-03-16T05:59:12.103Z] nexus3.edgexfoundry.org:10001 [2023-03-16T05:59:12.696Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-16T05:59:12.696Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-16T05:59:12.696Z] Configure a credential helper to remove this warning. See [2023-03-16T05:59:12.696Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-16T05:59:12.696Z] [2023-03-16T05:59:12.696Z] Login Succeeded [2023-03-16T05:59:12.696Z] nexus3.edgexfoundry.org:10002 [2023-03-16T05:59:12.970Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-16T05:59:13.243Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-16T05:59:13.243Z] Configure a credential helper to remove this warning. See [2023-03-16T05:59:13.243Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-16T05:59:13.243Z] [2023-03-16T05:59:13.243Z] Login Succeeded [2023-03-16T05:59:13.243Z] nexus3.edgexfoundry.org:10003 [2023-03-16T05:59:13.243Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-16T05:59:13.523Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-16T05:59:13.523Z] Configure a credential helper to remove this warning. See [2023-03-16T05:59:13.523Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-16T05:59:13.523Z] [2023-03-16T05:59:13.523Z] Login Succeeded [2023-03-16T05:59:13.523Z] nexus3.edgexfoundry.org:10004 [2023-03-16T05:59:13.808Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-16T05:59:13.808Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-16T05:59:13.808Z] Configure a credential helper to remove this warning. See [2023-03-16T05:59:13.808Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-16T05:59:13.808Z] [2023-03-16T05:59:13.808Z] Login Succeeded [2023-03-16T05:59:13.808Z] docker.io [2023-03-16T05:59:14.080Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-16T05:59:14.350Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-16T05:59:14.350Z] Configure a credential helper to remove this warning. See [2023-03-16T05:59:14.350Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-16T05:59:14.350Z] [2023-03-16T05:59:14.350Z] Login Succeeded [2023-03-16T05:59:14.350Z] ---> docker-login.sh ends [Pipeline] } [2023-03-16T05:59:14.382Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-03-16T05:59:14.977Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-16T05:59:15.013Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-16T05:59:15.049Z] ========================================================= [2023-03-16T05:59:15.049Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] [2023-03-16T05:59:15.049Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T05:59:15.570Z] + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine --build-arg MAKE=echo noop --target=builder . [2023-03-16T05:59:15.840Z] Sending build context to Docker daemon 2.961MB [2023-03-16T05:59:15.840Z] Step 1/12 : ARG BASE=golang:1.20-alpine3.17 [2023-03-16T05:59:15.840Z] Step 2/12 : FROM ${BASE} AS builder [2023-03-16T05:59:16.110Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-03-16T05:59:16.110Z] af6eaf76a39c: Pulling fs layer [2023-03-16T05:59:16.110Z] 55522c791124: Pulling fs layer [2023-03-16T05:59:16.110Z] ce5c4a1c91eb: Pulling fs layer [2023-03-16T05:59:16.110Z] 169dfbe0d373: Pulling fs layer [2023-03-16T05:59:16.110Z] e1ff8fa3b103: Pulling fs layer [2023-03-16T05:59:16.110Z] 52ebb69f0ebf: Pulling fs layer [2023-03-16T05:59:16.110Z] 5abe8eddf0d5: Pulling fs layer [2023-03-16T05:59:16.110Z] e1ff8fa3b103: Waiting [2023-03-16T05:59:16.110Z] 52ebb69f0ebf: Waiting [2023-03-16T05:59:16.110Z] 5abe8eddf0d5: Waiting [2023-03-16T05:59:16.110Z] 169dfbe0d373: Waiting [2023-03-16T05:59:16.110Z] 55522c791124: Download complete [2023-03-16T05:59:16.110Z] 169dfbe0d373: Verifying Checksum [2023-03-16T05:59:16.110Z] 169dfbe0d373: Download complete [2023-03-16T05:59:16.110Z] e1ff8fa3b103: Verifying Checksum [2023-03-16T05:59:16.110Z] e1ff8fa3b103: Download complete [2023-03-16T05:59:16.110Z] af6eaf76a39c: Verifying Checksum [2023-03-16T05:59:16.110Z] af6eaf76a39c: Download complete [2023-03-16T05:59:17.085Z] af6eaf76a39c: Pull complete [2023-03-16T05:59:17.291Z] Removing intermediate container 72fa532c1af7 [2023-03-16T05:59:17.291Z] ---> 4762bef46dc3 [2023-03-16T05:59:17.291Z] Step 11/12 : COPY . . [2023-03-16T05:59:17.291Z] ---> 9dec472cbff7 [2023-03-16T05:59:17.291Z] Step 12/12 : RUN ${MAKE} [2023-03-16T05:59:17.291Z] ---> Running in 083f7eea62d8 [2023-03-16T05:59:17.356Z] 5abe8eddf0d5: Verifying Checksum [2023-03-16T05:59:17.356Z] 5abe8eddf0d5: Download complete [2023-03-16T05:59:17.550Z] noop [2023-03-16T05:59:17.626Z] 55522c791124: Pull complete [2023-03-16T05:59:17.810Z] Removing intermediate container 083f7eea62d8 [2023-03-16T05:59:17.810Z] ---> e1a84ac0af37 [2023-03-16T05:59:17.810Z] Successfully built e1a84ac0af37 [2023-03-16T05:59:17.810Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T05:59:18.269Z] + docker inspect -f . ci-base-image-x86_64 [2023-03-16T05:59:18.269Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-16T05:59:18.418Z] prd-ubuntu20.04-docker-8c-8g-2365 does not seem to be running inside a container [2023-03-16T05:59:18.458Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_device-snmp-go_PR-265 -v /w/workspace/gexfoundry_device-snmp-go_PR-265:/w/workspace/gexfoundry_device-snmp-go_PR-265:rw,z -v /w/workspace/gexfoundry_device-snmp-go_PR-265@tmp:/w/workspace/gexfoundry_device-snmp-go_PR-265@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 ******** -e ******** ci-base-image-x86_64 cat [2023-03-16T05:59:18.603Z] ce5c4a1c91eb: Verifying Checksum [2023-03-16T05:59:18.603Z] ce5c4a1c91eb: Download complete [2023-03-16T05:59:18.809Z] $ docker top 438e61981e53215af5b74e263af79eb46e000504fd8744c18b3275be9222649c -eo pid,comm [2023-03-16T05:59:18.873Z] 52ebb69f0ebf: Verifying Checksum [2023-03-16T05:59:18.873Z] 52ebb69f0ebf: Download complete [Pipeline] { [Pipeline] sh [2023-03-16T05:59:19.232Z] + go version [2023-03-16T05:59:19.232Z] go version go1.20.2 linux/amd64 [Pipeline] } [2023-03-16T05:59:19.265Z] $ docker stop --time=1 438e61981e53215af5b74e263af79eb46e000504fd8744c18b3275be9222649c [2023-03-16T05:59:20.553Z] $ docker rm -f --volumes 438e61981e53215af5b74e263af79eb46e000504fd8744c18b3275be9222649c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T05:59:21.260Z] + docker inspect -f . ci-base-image-x86_64 [2023-03-16T05:59:21.260Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-16T05:59:21.411Z] prd-ubuntu20.04-docker-8c-8g-2365 does not seem to be running inside a container [2023-03-16T05:59:21.444Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/gexfoundry_device-snmp-go_PR-265 -v /w/workspace/gexfoundry_device-snmp-go_PR-265:/w/workspace/gexfoundry_device-snmp-go_PR-265:rw,z -v /w/workspace/gexfoundry_device-snmp-go_PR-265@tmp:/w/workspace/gexfoundry_device-snmp-go_PR-265@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 ******** -e ******** ci-base-image-x86_64 cat [2023-03-16T05:59:21.795Z] $ docker top 21a2df7ba960490d10d08f6de7384d5322e6072b36e547175d981450970c0fe6 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-16T05:59:22.195Z] + git config --global --add safe.directory /w/workspace/gexfoundry_device-snmp-go_PR-265 [Pipeline] fileExists [Pipeline] sh [2023-03-16T05:59:22.545Z] + make test [2023-03-16T05:59:22.545Z] go test ./... -coverprofile=coverage.out [2023-03-16T05:59:27.914Z] ? github.com/edgexfoundry/device-snmp-go [no test files] [2023-03-16T05:59:32.431Z] ce5c4a1c91eb: Pull complete [2023-03-16T05:59:32.431Z] 169dfbe0d373: Pull complete [2023-03-16T05:59:32.431Z] e1ff8fa3b103: Pull complete [2023-03-16T05:59:34.405Z] # github.com/edgexfoundry/device-snmp-go/internal/driver [2023-03-16T05:59:34.405Z] internal/driver/snmpdriver.go:79:33: cannot use Port (variable of type any) as string value in argument to strconv.ParseUint: need type assertion [2023-03-16T05:59:34.405Z] internal/driver/snmpdriver.go:87:26: cannot use Address (variable of type any) as string value in argument to NewSNMPClient: need type assertion [2023-03-16T05:59:36.933Z] # github.com/edgexfoundry/device-sdk-go/v3/internal/common [2023-03-16T05:59:36.933Z] /go/pkg/mod/github.com/edgexfoundry/device-sdk-go/v3@v3.0.0-dev.28/internal/common/utils.go:43:3: unknown field LastConnected in struct literal of type dtos.UpdateDevice [2023-03-16T05:59:36.933Z] # github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/handlers [2023-03-16T05:59:36.933Z] /go/pkg/mod/github.com/edgexfoundry/go-mod-bootstrap/v3@v3.0.0-dev.24/bootstrap/handlers/clients.go:76:36: not enough arguments in call to clients.NewEventClient [2023-03-16T05:59:36.933Z] have (string) [2023-03-16T05:59:36.933Z] want (string, "github.com/edgexfoundry/go-mod-core-contracts/v3/clients/interfaces".AuthenticationInjector) [2023-03-16T05:59:36.933Z] /go/pkg/mod/github.com/edgexfoundry/go-mod-bootstrap/v3@v3.0.0-dev.24/bootstrap/handlers/clients.go:82:37: not enough arguments in call to clients.NewDeviceClient [2023-03-16T05:59:36.933Z] have (string) [2023-03-16T05:59:36.933Z] want (string, "github.com/edgexfoundry/go-mod-core-contracts/v3/clients/interfaces".AuthenticationInjector) [2023-03-16T05:59:36.933Z] /go/pkg/mod/github.com/edgexfoundry/go-mod-bootstrap/v3@v3.0.0-dev.24/bootstrap/handlers/clients.go:85:44: not enough arguments in call to clients.NewDeviceServiceClient [2023-03-16T05:59:36.933Z] have (string) [2023-03-16T05:59:36.933Z] want (string, "github.com/edgexfoundry/go-mod-core-contracts/v3/clients/interfaces".AuthenticationInjector) [2023-03-16T05:59:36.933Z] /go/pkg/mod/github.com/edgexfoundry/go-mod-bootstrap/v3@v3.0.0-dev.24/bootstrap/handlers/clients.go:88:44: not enough arguments in call to clients.NewDeviceProfileClient [2023-03-16T05:59:36.933Z] have (string) [2023-03-16T05:59:36.933Z] want (string, "github.com/edgexfoundry/go-mod-core-contracts/v3/clients/interfaces".AuthenticationInjector) [2023-03-16T05:59:36.933Z] /go/pkg/mod/github.com/edgexfoundry/go-mod-bootstrap/v3@v3.0.0-dev.24/bootstrap/handlers/clients.go:91:47: not enough arguments in call to clients.NewProvisionWatcherClient [2023-03-16T05:59:36.933Z] have (string) [2023-03-16T05:59:36.933Z] want (string, "github.com/edgexfoundry/go-mod-core-contracts/v3/clients/interfaces".AuthenticationInjector) [2023-03-16T05:59:36.933Z] /go/pkg/mod/github.com/edgexfoundry/go-mod-bootstrap/v3@v3.0.0-dev.24/bootstrap/handlers/clients.go:118:39: not enough arguments in call to clients.NewCommandClient [2023-03-16T05:59:36.933Z] have (string) [2023-03-16T05:59:36.933Z] want (string, "github.com/edgexfoundry/go-mod-core-contracts/v3/clients/interfaces".AuthenticationInjector) [2023-03-16T05:59:36.933Z] /go/pkg/mod/github.com/edgexfoundry/go-mod-bootstrap/v3@v3.0.0-dev.24/bootstrap/handlers/clients.go:130:43: not enough arguments in call to clients.NewNotificationClient [2023-03-16T05:59:36.933Z] have (string) [2023-03-16T05:59:36.933Z] want (string, "github.com/edgexfoundry/go-mod-core-contracts/v3/clients/interfaces".AuthenticationInjector) [2023-03-16T05:59:36.933Z] /go/pkg/mod/github.com/edgexfoundry/go-mod-bootstrap/v3@v3.0.0-dev.24/bootstrap/handlers/clients.go:133:43: not enough arguments in call to clients.NewSubscriptionClient [2023-03-16T05:59:36.933Z] have (string) [2023-03-16T05:59:36.933Z] want (string, "github.com/edgexfoundry/go-mod-core-contracts/v3/clients/interfaces".AuthenticationInjector) [2023-03-16T05:59:36.933Z] /go/pkg/mod/github.com/edgexfoundry/go-mod-bootstrap/v3@v3.0.0-dev.24/bootstrap/handlers/clients.go:140:39: not enough arguments in call to clients.NewIntervalClient [2023-03-16T05:59:36.933Z] have (string) [2023-03-16T05:59:36.933Z] want (string, "github.com/edgexfoundry/go-mod-core-contracts/v3/clients/interfaces".AuthenticationInjector) [2023-03-16T05:59:36.933Z] /go/pkg/mod/github.com/edgexfoundry/go-mod-bootstrap/v3@v3.0.0-dev.24/bootstrap/handlers/clients.go:143:45: not enough arguments in call to clients.NewIntervalActionClient [2023-03-16T05:59:36.933Z] have (string) [2023-03-16T05:59:36.933Z] want (string, "github.com/edgexfoundry/go-mod-core-contracts/v3/clients/interfaces".AuthenticationInjector) [2023-03-16T05:59:36.933Z] /go/pkg/mod/github.com/edgexfoundry/go-mod-bootstrap/v3@v3.0.0-dev.24/bootstrap/handlers/clients.go:143:45: too many errors [2023-03-16T05:59:36.933Z] FAIL github.com/edgexfoundry/device-snmp-go/internal/driver [build failed] [2023-03-16T05:59:36.933Z] FAIL [2023-03-16T05:59:36.933Z] make: *** [Makefile:35: unittest] Error 1 [Pipeline] } [2023-03-16T05:59:36.978Z] $ docker stop --time=1 21a2df7ba960490d10d08f6de7384d5322e6072b36e547175d981450970c0fe6 [2023-03-16T05:59:38.763Z] $ docker rm -f --volumes 21a2df7ba960490d10d08f6de7384d5322e6072b36e547175d981450970c0fe6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [2023-03-16T05:59:39.092Z] 52ebb69f0ebf: Pull complete [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T05:59:39.981Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-16T05:59:39.981Z] [2023-03-16T05:59:39.981Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T05:59:40.357Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-16T05:59:40.357Z] latest: Pulling from edgex-lftools-log-publisher [2023-03-16T05:59:40.357Z] 5eb5b503b376: Pulling fs layer [2023-03-16T05:59:40.357Z] 5c69ac0246d0: Pulling fs layer [2023-03-16T05:59:40.357Z] ec43610c2a17: Pulling fs layer [2023-03-16T05:59:40.357Z] 3a2ae6a8a46f: Pulling fs layer [2023-03-16T05:59:40.357Z] 33b1e0a273af: Pulling fs layer [2023-03-16T05:59:40.357Z] 5d3b04190fa2: Pulling fs layer [2023-03-16T05:59:40.357Z] 2f39f015ded8: Pulling fs layer [2023-03-16T05:59:40.357Z] 33b1e0a273af: Waiting [2023-03-16T05:59:40.357Z] 5d3b04190fa2: Waiting [2023-03-16T05:59:40.357Z] 2f39f015ded8: Waiting [2023-03-16T05:59:40.357Z] 3a2ae6a8a46f: Waiting [2023-03-16T05:59:40.357Z] 5c69ac0246d0: Verifying Checksum [2023-03-16T05:59:40.357Z] 5c69ac0246d0: Download complete [2023-03-16T05:59:40.357Z] 3a2ae6a8a46f: Download complete [2023-03-16T05:59:40.506Z] 5abe8eddf0d5: Pull complete [2023-03-16T05:59:40.506Z] Digest: sha256:978cc1420e451f27bd88fdeece3ad01a9109ec773b62f165dfc696fd516b3d8f [2023-03-16T05:59:40.506Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-03-16T05:59:40.506Z] ---> 6cb57ee374ae [2023-03-16T05:59:40.506Z] Step 3/12 : ARG ADD_BUILD_TAGS="" [2023-03-16T05:59:40.620Z] 33b1e0a273af: Verifying Checksum [2023-03-16T05:59:40.620Z] 33b1e0a273af: Download complete [2023-03-16T05:59:40.620Z] 5d3b04190fa2: Download complete [2023-03-16T05:59:40.620Z] ec43610c2a17: Verifying Checksum [2023-03-16T05:59:40.620Z] ec43610c2a17: Download complete [2023-03-16T05:59:40.620Z] 5eb5b503b376: Download complete [2023-03-16T05:59:41.188Z] 2f39f015ded8: Verifying Checksum [2023-03-16T05:59:41.188Z] 2f39f015ded8: Download complete [2023-03-16T05:59:41.756Z] 5eb5b503b376: Pull complete [2023-03-16T05:59:41.932Z] ---> Running in 9262261bd6d4 [2023-03-16T05:59:42.015Z] 5c69ac0246d0: Pull complete [2023-03-16T05:59:42.201Z] Removing intermediate container 9262261bd6d4 [2023-03-16T05:59:42.201Z] ---> 174380be123a [2023-03-16T05:59:42.201Z] Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-03-16T05:59:42.201Z] ---> Running in 2fd5e11d614f [2023-03-16T05:59:42.470Z] Removing intermediate container 2fd5e11d614f [2023-03-16T05:59:42.470Z] ---> 9cb0f4049d45 [2023-03-16T05:59:42.470Z] Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client" [2023-03-16T05:59:42.581Z] ec43610c2a17: Pull complete [2023-03-16T05:59:42.581Z] 3a2ae6a8a46f: Pull complete [2023-03-16T05:59:42.581Z] 33b1e0a273af: Pull complete [2023-03-16T05:59:42.748Z] ---> Running in f61064b7cd8c [2023-03-16T05:59:42.839Z] 5d3b04190fa2: Pull complete [2023-03-16T05:59:43.018Z] Removing intermediate container f61064b7cd8c [2023-03-16T05:59:43.018Z] ---> fb22e693d222 [2023-03-16T05:59:43.018Z] Step 6/12 : ARG ALPINE_PKG_EXTRA="" [2023-03-16T05:59:43.018Z] ---> Running in e50aefffb1a1 [2023-03-16T05:59:43.286Z] Removing intermediate container e50aefffb1a1 [2023-03-16T05:59:43.286Z] ---> 890858702631 [2023-03-16T05:59:43.286Z] Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-03-16T05:59:43.286Z] ---> Running in 5bd948fc609a [2023-03-16T05:59:44.698Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-03-16T05:59:44.965Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-03-16T05:59:45.929Z] (1/4) Installing openssh-keygen (9.1_p1-r2) [2023-03-16T05:59:45.929Z] (2/4) Installing libedit (20221030.3.1-r0) [2023-03-16T05:59:45.929Z] (3/4) Installing openssh-client-common (9.1_p1-r2) [2023-03-16T05:59:45.929Z] (4/4) Installing openssh-client-default (9.1_p1-r2) [2023-03-16T05:59:45.929Z] Executing busybox-1.35.0-r29.trigger [2023-03-16T05:59:46.197Z] OK: 268 MiB in 57 packages [2023-03-16T05:59:47.020Z] 2f39f015ded8: Pull complete [2023-03-16T05:59:47.020Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-03-16T05:59:47.020Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-16T05:59:47.020Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2023-03-16T05:59:47.162Z] Removing intermediate container 5bd948fc609a [2023-03-16T05:59:47.162Z] ---> 6b3211660f19 [2023-03-16T05:59:47.162Z] Step 8/12 : WORKDIR /device-snmp-go [2023-03-16T05:59:47.162Z] ---> Running in c557f732e31e [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-16T05:59:47.272Z] prd-ubuntu20.04-docker-8c-8g-2365 does not seem to be running inside a container [2023-03-16T05:59:47.300Z] $ 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/gexfoundry_device-snmp-go_PR-265 -v /w/workspace/gexfoundry_device-snmp-go_PR-265:/w/workspace/gexfoundry_device-snmp-go_PR-265:rw,z -v /w/workspace/gexfoundry_device-snmp-go_PR-265@tmp:/w/workspace/gexfoundry_device-snmp-go_PR-265@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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-03-16T05:59:47.440Z] Removing intermediate container c557f732e31e [2023-03-16T05:59:47.440Z] ---> 94d7e384ce33 [2023-03-16T05:59:47.440Z] Step 9/12 : COPY go.mod vendor* ./ [2023-03-16T05:59:48.027Z] ---> 545e2cf2c600 [2023-03-16T05:59:48.027Z] Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-16T05:59:48.027Z] ---> Running in 9f778b4d418a [2023-03-16T05:59:48.748Z] $ docker top d9b987e6e35823cbb174e92d272298bdd850b22d03a54ccaf17d58a902bb4b34 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-16T05:59:49.256Z] ---> job-cost.sh [2023-03-16T05:59:49.256Z] lf-activate-venv: SKIPPING [2023-03-16T05:59:49.256Z] INFO: No Stack... [2023-03-16T05:59:49.824Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-03-16T05:59:50.083Z] INFO: Archiving Costs [Pipeline] sh [2023-03-16T05:59:50.395Z] + cat /w/workspace/gexfoundry_device-snmp-go_PR-265/archives/cost.csv [2023-03-16T05:59:50.395Z] + cut -d, -f6 [Pipeline] lock [2023-03-16T05:59:50.439Z] Trying to acquire lock on [jenkins-edgexfoundry-device-snmp-go-PR-265-1-stack-cost] [2023-03-16T05:59:50.443Z] Resource [jenkins-edgexfoundry-device-snmp-go-PR-265-1-stack-cost] did not exist. Created. [2023-03-16T05:59:50.444Z] Lock acquired on [jenkins-edgexfoundry-device-snmp-go-PR-265-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-03-16T05:59:50.828Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-03-16T05:59:50.881Z] Stashed 1 file(s) [Pipeline] } [2023-03-16T05:59:50.899Z] Lock released on resource [jenkins-edgexfoundry-device-snmp-go-PR-265-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-03-16T05:59:50.981Z] $ docker stop --time=1 d9b987e6e35823cbb174e92d272298bdd850b22d03a54ccaf17d58a902bb4b34 [2023-03-16T05:59:52.146Z] $ docker rm -f --volumes d9b987e6e35823cbb174e92d272298bdd850b22d03a54ccaf17d58a902bb4b34 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-03-16T05:59:52.512Z] Failed in branch amd64 [2023-03-16T06:00:55.894Z] Removing intermediate container 9f778b4d418a [2023-03-16T06:00:55.894Z] ---> bd63c16dd3ed [2023-03-16T06:00:55.894Z] Step 11/12 : COPY . . [2023-03-16T06:00:55.894Z] ---> 74d0477b21ef [2023-03-16T06:00:55.894Z] Step 12/12 : RUN ${MAKE} [2023-03-16T06:00:55.894Z] ---> Running in ff78b6c624aa [2023-03-16T06:00:55.894Z] noop [2023-03-16T06:00:55.894Z] Removing intermediate container ff78b6c624aa [2023-03-16T06:00:55.894Z] ---> be35e9e5a43d [2023-03-16T06:00:55.894Z] Successfully built be35e9e5a43d [2023-03-16T06:00:55.894Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T06:00:56.375Z] + docker inspect -f . ci-base-image-arm64 [2023-03-16T06:00:56.376Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-16T06:00:56.740Z] prd-ubuntu20.04-docker-arm64-4c-16g-2364 does not seem to be running inside a container [2023-03-16T06:00:56.789Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-snmp-go/1 -v /w/workspace/device-snmp-go/1:/w/workspace/device-snmp-go/1:rw,z -v /w/workspace/device-snmp-go/1@tmp:/w/workspace/device-snmp-go/1@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 ******** -e ******** ci-base-image-arm64 cat [2023-03-16T06:00:57.970Z] $ docker top 3c9a8e78768bb51c010f1ef362e4704e5b5aa4104a4a19327ecb655b020fd714 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-16T06:00:58.869Z] + go version [2023-03-16T06:00:58.869Z] go version go1.20.2 linux/arm64 [Pipeline] } [2023-03-16T06:00:58.892Z] $ docker stop --time=1 3c9a8e78768bb51c010f1ef362e4704e5b5aa4104a4a19327ecb655b020fd714 [2023-03-16T06:01:00.509Z] $ docker rm -f --volumes 3c9a8e78768bb51c010f1ef362e4704e5b5aa4104a4a19327ecb655b020fd714 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T06:01:01.361Z] + docker inspect -f . ci-base-image-arm64 [2023-03-16T06:01:01.361Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-16T06:01:01.605Z] prd-ubuntu20.04-docker-arm64-4c-16g-2364 does not seem to be running inside a container [2023-03-16T06:01:01.659Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/device-snmp-go/1 -v /w/workspace/device-snmp-go/1:/w/workspace/device-snmp-go/1:rw,z -v /w/workspace/device-snmp-go/1@tmp:/w/workspace/device-snmp-go/1@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 ******** -e ******** ci-base-image-arm64 cat [2023-03-16T06:01:02.833Z] $ docker top f61a418a7727bad3b15e138114df72ab99943a73aec4ecfccb8e358cfea28aa6 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-16T06:01:03.401Z] + git config --global --add safe.directory /w/workspace/device-snmp-go/1 [Pipeline] fileExists [Pipeline] sh [2023-03-16T06:01:03.792Z] + make test [2023-03-16T06:01:03.792Z] go test ./... -coverprofile=coverage.out [2023-03-16T06:01:36.047Z] ? github.com/edgexfoundry/device-snmp-go [no test files] [2023-03-16T06:02:46.431Z] # github.com/edgexfoundry/device-snmp-go/internal/driver [2023-03-16T06:02:46.431Z] internal/driver/snmpdriver.go:79:33: cannot use Port (variable of type any) as string value in argument to strconv.ParseUint: need type assertion [2023-03-16T06:02:46.431Z] internal/driver/snmpdriver.go:87:26: cannot use Address (variable of type any) as string value in argument to NewSNMPClient: need type assertion [2023-03-16T06:03:04.667Z] # github.com/edgexfoundry/device-sdk-go/v3/internal/common [2023-03-16T06:03:04.667Z] /go/pkg/mod/github.com/edgexfoundry/device-sdk-go/v3@v3.0.0-dev.28/internal/common/utils.go:43:3: unknown field LastConnected in struct literal of type dtos.UpdateDevice [2023-03-16T06:03:04.667Z] # github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/handlers [2023-03-16T06:03:04.667Z] /go/pkg/mod/github.com/edgexfoundry/go-mod-bootstrap/v3@v3.0.0-dev.24/bootstrap/handlers/clients.go:76:36: not enough arguments in call to clients.NewEventClient [2023-03-16T06:03:04.667Z] have (string) [2023-03-16T06:03:04.667Z] want (string, "github.com/edgexfoundry/go-mod-core-contracts/v3/clients/interfaces".AuthenticationInjector) [2023-03-16T06:03:04.667Z] /go/pkg/mod/github.com/edgexfoundry/go-mod-bootstrap/v3@v3.0.0-dev.24/bootstrap/handlers/clients.go:82:37: not enough arguments in call to clients.NewDeviceClient [2023-03-16T06:03:04.667Z] have (string) [2023-03-16T06:03:04.667Z] want (string, "github.com/edgexfoundry/go-mod-core-contracts/v3/clients/interfaces".AuthenticationInjector) [2023-03-16T06:03:04.667Z] /go/pkg/mod/github.com/edgexfoundry/go-mod-bootstrap/v3@v3.0.0-dev.24/bootstrap/handlers/clients.go:85:44: not enough arguments in call to clients.NewDeviceServiceClient [2023-03-16T06:03:04.667Z] have (string) [2023-03-16T06:03:04.667Z] want (string, "github.com/edgexfoundry/go-mod-core-contracts/v3/clients/interfaces".AuthenticationInjector) [2023-03-16T06:03:04.667Z] /go/pkg/mod/github.com/edgexfoundry/go-mod-bootstrap/v3@v3.0.0-dev.24/bootstrap/handlers/clients.go:88:44: not enough arguments in call to clients.NewDeviceProfileClient [2023-03-16T06:03:04.667Z] have (string) [2023-03-16T06:03:04.667Z] want (string, "github.com/edgexfoundry/go-mod-core-contracts/v3/clients/interfaces".AuthenticationInjector) [2023-03-16T06:03:04.667Z] /go/pkg/mod/github.com/edgexfoundry/go-mod-bootstrap/v3@v3.0.0-dev.24/bootstrap/handlers/clients.go:91:47: not enough arguments in call to clients.NewProvisionWatcherClient [2023-03-16T06:03:04.667Z] have (string) [2023-03-16T06:03:04.667Z] want (string, "github.com/edgexfoundry/go-mod-core-contracts/v3/clients/interfaces".AuthenticationInjector) [2023-03-16T06:03:04.667Z] /go/pkg/mod/github.com/edgexfoundry/go-mod-bootstrap/v3@v3.0.0-dev.24/bootstrap/handlers/clients.go:118:39: not enough arguments in call to clients.NewCommandClient [2023-03-16T06:03:04.667Z] have (string) [2023-03-16T06:03:04.667Z] want (string, "github.com/edgexfoundry/go-mod-core-contracts/v3/clients/interfaces".AuthenticationInjector) [2023-03-16T06:03:04.667Z] /go/pkg/mod/github.com/edgexfoundry/go-mod-bootstrap/v3@v3.0.0-dev.24/bootstrap/handlers/clients.go:130:43: not enough arguments in call to clients.NewNotificationClient [2023-03-16T06:03:04.667Z] have (string) [2023-03-16T06:03:04.667Z] want (string, "github.com/edgexfoundry/go-mod-core-contracts/v3/clients/interfaces".AuthenticationInjector) [2023-03-16T06:03:04.667Z] /go/pkg/mod/github.com/edgexfoundry/go-mod-bootstrap/v3@v3.0.0-dev.24/bootstrap/handlers/clients.go:133:43: not enough arguments in call to clients.NewSubscriptionClient [2023-03-16T06:03:04.667Z] have (string) [2023-03-16T06:03:04.667Z] want (string, "github.com/edgexfoundry/go-mod-core-contracts/v3/clients/interfaces".AuthenticationInjector) [2023-03-16T06:03:04.667Z] /go/pkg/mod/github.com/edgexfoundry/go-mod-bootstrap/v3@v3.0.0-dev.24/bootstrap/handlers/clients.go:140:39: not enough arguments in call to clients.NewIntervalClient [2023-03-16T06:03:04.667Z] have (string) [2023-03-16T06:03:04.667Z] want (string, "github.com/edgexfoundry/go-mod-core-contracts/v3/clients/interfaces".AuthenticationInjector) [2023-03-16T06:03:04.667Z] /go/pkg/mod/github.com/edgexfoundry/go-mod-bootstrap/v3@v3.0.0-dev.24/bootstrap/handlers/clients.go:143:45: not enough arguments in call to clients.NewIntervalActionClient [2023-03-16T06:03:04.667Z] have (string) [2023-03-16T06:03:04.667Z] want (string, "github.com/edgexfoundry/go-mod-core-contracts/v3/clients/interfaces".AuthenticationInjector) [2023-03-16T06:03:04.667Z] /go/pkg/mod/github.com/edgexfoundry/go-mod-bootstrap/v3@v3.0.0-dev.24/bootstrap/handlers/clients.go:143:45: too many errors [2023-03-16T06:03:14.748Z] FAIL github.com/edgexfoundry/device-snmp-go/internal/driver [build failed] [2023-03-16T06:03:14.748Z] FAIL [2023-03-16T06:03:15.016Z] make: *** [Makefile:35: unittest] Error 1 [Pipeline] } [2023-03-16T06:03:15.046Z] $ docker stop --time=1 f61a418a7727bad3b15e138114df72ab99943a73aec4ecfccb8e358cfea28aa6 [2023-03-16T06:03:17.219Z] $ docker rm -f --volumes f61a418a7727bad3b15e138114df72ab99943a73aec4ecfccb8e358cfea28aa6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T06:03:18.831Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-03-16T06:03:18.831Z] [2023-03-16T06:03:18.831Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T06:03:19.232Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-03-16T06:03:19.504Z] arm64: Pulling from edgex-lftools-log-publisher [2023-03-16T06:03:19.504Z] 8998bd30e6a1: Pulling fs layer [2023-03-16T06:03:19.504Z] 04944245beec: Pulling fs layer [2023-03-16T06:03:19.504Z] 699f458cf7ca: Pulling fs layer [2023-03-16T06:03:19.504Z] 765212b225bb: Pulling fs layer [2023-03-16T06:03:19.504Z] f23df028b6ca: Pulling fs layer [2023-03-16T06:03:19.504Z] d65c8cfc05b1: Pulling fs layer [2023-03-16T06:03:19.504Z] 2437ff75d9bd: Pulling fs layer [2023-03-16T06:03:19.504Z] 765212b225bb: Waiting [2023-03-16T06:03:19.504Z] f23df028b6ca: Waiting [2023-03-16T06:03:19.504Z] d65c8cfc05b1: Waiting [2023-03-16T06:03:19.504Z] 2437ff75d9bd: Waiting [2023-03-16T06:03:19.504Z] 04944245beec: Verifying Checksum [2023-03-16T06:03:19.504Z] 04944245beec: Download complete [2023-03-16T06:03:19.504Z] 765212b225bb: Verifying Checksum [2023-03-16T06:03:19.504Z] 765212b225bb: Download complete [2023-03-16T06:03:19.504Z] f23df028b6ca: Verifying Checksum [2023-03-16T06:03:19.504Z] f23df028b6ca: Download complete [2023-03-16T06:03:19.774Z] d65c8cfc05b1: Verifying Checksum [2023-03-16T06:03:19.774Z] d65c8cfc05b1: Download complete [2023-03-16T06:03:19.774Z] 699f458cf7ca: Verifying Checksum [2023-03-16T06:03:19.774Z] 699f458cf7ca: Download complete [2023-03-16T06:03:20.044Z] 8998bd30e6a1: Verifying Checksum [2023-03-16T06:03:20.044Z] 8998bd30e6a1: Download complete [2023-03-16T06:03:22.694Z] 2437ff75d9bd: Verifying Checksum [2023-03-16T06:03:22.694Z] 2437ff75d9bd: Download complete [2023-03-16T06:03:24.108Z] 8998bd30e6a1: Pull complete [2023-03-16T06:03:24.376Z] 04944245beec: Pull complete [2023-03-16T06:03:25.784Z] 699f458cf7ca: Pull complete [2023-03-16T06:03:26.051Z] 765212b225bb: Pull complete [2023-03-16T06:03:26.635Z] f23df028b6ca: Pull complete [2023-03-16T06:03:26.902Z] d65c8cfc05b1: Pull complete [2023-03-16T06:03:41.905Z] 2437ff75d9bd: Pull complete [2023-03-16T06:03:41.905Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-03-16T06:03:41.905Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-03-16T06:03:41.905Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-16T06:03:42.220Z] prd-ubuntu20.04-docker-arm64-4c-16g-2364 does not seem to be running inside a container [2023-03-16T06:03:42.425Z] $ 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-snmp-go/1 -v /w/workspace/device-snmp-go/1:/w/workspace/device-snmp-go/1:rw,z -v /w/workspace/device-snmp-go/1@tmp:/w/workspace/device-snmp-go/1@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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2023-03-16T06:03:45.984Z] $ docker top 602bff3aa4b7fd78f46f099dd482b1b83cd02baae36e1afc43ab7a69ac68713f -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-16T06:03:46.916Z] ---> job-cost.sh [2023-03-16T06:03:46.916Z] lf-activate-venv: SKIPPING [2023-03-16T06:03:46.916Z] INFO: No Stack... [2023-03-16T06:03:47.510Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-03-16T06:03:48.112Z] INFO: Archiving Costs [Pipeline] sh [2023-03-16T06:03:48.788Z] + cat /w/workspace/device-snmp-go/1/archives/cost.csv [2023-03-16T06:03:48.788Z] + cut -d, -f6 [Pipeline] lock [2023-03-16T06:03:48.839Z] Trying to acquire lock on [jenkins-edgexfoundry-device-snmp-go-PR-265-1-stack-cost] [2023-03-16T06:03:48.844Z] Resource [jenkins-edgexfoundry-device-snmp-go-PR-265-1-stack-cost] did not exist. Created. [2023-03-16T06:03:48.844Z] Lock acquired on [jenkins-edgexfoundry-device-snmp-go-PR-265-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-03-16T06:03:49.573Z] /w/workspace/device-snmp-go/1@tmp/durable-7d9c30db/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-03-16T06:03:49.935Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-03-16T06:03:49.977Z] Warning: overwriting stash ‘stack-cost’ [2023-03-16T06:03:50.419Z] Stashed 1 file(s) [Pipeline] } [2023-03-16T06:03:50.439Z] Lock released on resource [jenkins-edgexfoundry-device-snmp-go-PR-265-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-03-16T06:03:50.516Z] $ docker stop --time=1 602bff3aa4b7fd78f46f099dd482b1b83cd02baae36e1afc43ab7a69ac68713f [2023-03-16T06:03:52.042Z] $ docker rm -f --volumes 602bff3aa4b7fd78f46f099dd482b1b83cd02baae36e1afc43ab7a69ac68713f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-03-16T06:03:52.731Z] Failed in branch arm64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to earlier failure(s) [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-03-16T06:03:54.633Z] + [ -d /w/workspace/gexfoundry_device-snmp-go_PR-265/archives ] [2023-03-16T06:03:54.633Z] + ls -al /w/workspace/gexfoundry_device-snmp-go_PR-265/archives [2023-03-16T06:03:54.633Z] total 16 [2023-03-16T06:03:54.633Z] drwxr-xr-x 3 root root 4096 Mar 16 05:59 . [2023-03-16T06:03:54.633Z] drwxrwxr-x 10 jenkins jenkins 4096 Mar 16 05:59 .. [2023-03-16T06:03:54.633Z] drwxr-xr-x 2 root root 4096 Mar 16 05:59 cost [2023-03-16T06:03:54.633Z] -rw-r--r-- 1 root root 86 Mar 16 05:59 cost.csv [2023-03-16T06:03:54.633Z] + sudo chown -R jenkins:jenkins /w/workspace/gexfoundry_device-snmp-go_PR-265/archives [2023-03-16T06:03:54.633Z] + ls -al /w/workspace/gexfoundry_device-snmp-go_PR-265/archives [2023-03-16T06:03:54.633Z] total 16 [2023-03-16T06:03:54.633Z] drwxr-xr-x 3 jenkins jenkins 4096 Mar 16 05:59 . [2023-03-16T06:03:54.633Z] drwxrwxr-x 10 jenkins jenkins 4096 Mar 16 05:59 .. [2023-03-16T06:03:54.633Z] drwxr-xr-x 2 jenkins jenkins 4096 Mar 16 05:59 cost [2023-03-16T06:03:54.633Z] -rw-r--r-- 1 jenkins jenkins 86 Mar 16 05:59 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-03-16T06:03:54.964Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-16T06:03:55.848Z] ---> package-listing.sh [2023-03-16T06:03:55.848Z] ++ facter osfamily [2023-03-16T06:03:55.848Z] ++ tr '[:upper:]' '[:lower:]' [2023-03-16T06:03:56.106Z] + OS_FAMILY=debian [2023-03-16T06:03:56.106Z] + workspace=/w/workspace/gexfoundry_device-snmp-go_PR-265 [2023-03-16T06:03:56.106Z] + START_PACKAGES=/tmp/packages_start.txt [2023-03-16T06:03:56.106Z] + END_PACKAGES=/tmp/packages_end.txt [2023-03-16T06:03:56.106Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-03-16T06:03:56.106Z] + PACKAGES=/tmp/packages_start.txt [2023-03-16T06:03:56.106Z] + '[' /w/workspace/gexfoundry_device-snmp-go_PR-265 ']' [2023-03-16T06:03:56.106Z] + PACKAGES=/tmp/packages_end.txt [2023-03-16T06:03:56.106Z] + case "${OS_FAMILY}" in [2023-03-16T06:03:56.106Z] + dpkg -l [2023-03-16T06:03:56.106Z] + grep '^ii' [2023-03-16T06:03:56.106Z] + '[' -f /tmp/packages_start.txt ']' [2023-03-16T06:03:56.106Z] + '[' -f /tmp/packages_end.txt ']' [2023-03-16T06:03:56.106Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-03-16T06:03:56.106Z] + '[' /w/workspace/gexfoundry_device-snmp-go_PR-265 ']' [2023-03-16T06:03:56.106Z] + mkdir -p /w/workspace/gexfoundry_device-snmp-go_PR-265/archives/ [2023-03-16T06:03:56.106Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-snmp-go_PR-265/archives/ [Pipeline] echo [2023-03-16T06:03:56.136Z] 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/gexfoundry_device-snmp-go_PR-265/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-03-16T06:03:56.424Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T06:03:57.050Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-16T06:03:57.050Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-16T06:03:57.196Z] prd-ubuntu20.04-docker-8c-8g-2365 does not seem to be running inside a container [2023-03-16T06:03:57.227Z] $ 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/gexfoundry_device-snmp-go_PR-265/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/gexfoundry_device-snmp-go_PR-265 -v /w/workspace/gexfoundry_device-snmp-go_PR-265:/w/workspace/gexfoundry_device-snmp-go_PR-265:rw,z -v /w/workspace/gexfoundry_device-snmp-go_PR-265@tmp:/w/workspace/gexfoundry_device-snmp-go_PR-265@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-03-16T06:03:57.435Z] $ docker top f08916778286d0fc200b7eada2ebba2eafab87893e5b300713a82698028b7121 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-16T06:03:57.823Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-03-16T06:03:58.131Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-03-16T06:03:58.437Z] + ls /var/log/sa-host [2023-03-16T06:03:58.437Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-16T06:03:58.645Z] provisioning config files... [2023-03-16T06:03:58.654Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-snmp-go_PR-265@tmp/config2278436498541820139tmp [Pipeline] { [Pipeline] echo [2023-03-16T06:03:58.704Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-16T06:03:59.013Z] ---> create-netrc.sh [Pipeline] } [2023-03-16T06:03:59.039Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-03-16T06:03:59.439Z] ---> python-tools-install.sh [Pipeline] echo [2023-03-16T06:03:59.519Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-16T06:03:59.829Z] ---> sudo-logs.sh [2023-03-16T06:03:59.829Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-03-16T06:03:59.904Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-16T06:04:00.214Z] ---> job-cost.sh [2023-03-16T06:04:00.214Z] lf-activate-venv: SKIPPING [2023-03-16T06:04:00.214Z] DEBUG: total: 0.2199999988079071 [2023-03-16T06:04:00.214Z] INFO: Retrieving Stack Cost... [2023-03-16T06:04:00.477Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-03-16T06:04:00.737Z] INFO: Archiving Costs [Pipeline] echo [2023-03-16T06:04:00.777Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-16T06:04:01.096Z] ---> logs-deploy.sh [2023-03-16T06:04:01.096Z] lf-activate-venv: SKIPPING [2023-03-16T06:04:01.096Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-snmp-go/PR-265/1 [2023-03-16T06:04:01.096Z] INFO: archiving workspace using pattern(s): [2023-03-16T06:04:02.033Z] Archives upload complete. [2023-03-16T06:04:02.293Z] INFO: archiving logs to Nexus [2023-03-16T06:04:02.862Z] ---> uname -a: [2023-03-16T06:04:02.862Z] Linux prd-ubuntu20-04-docker-8c-8g-2365 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux [2023-03-16T06:04:02.862Z] [2023-03-16T06:04:02.862Z] [2023-03-16T06:04:02.862Z] ---> lscpu: [2023-03-16T06:04:02.862Z] Architecture: x86_64 [2023-03-16T06:04:02.862Z] CPU op-mode(s): 32-bit, 64-bit [2023-03-16T06:04:02.862Z] Byte Order: Little Endian [2023-03-16T06:04:02.862Z] Address sizes: 40 bits physical, 48 bits virtual [2023-03-16T06:04:02.862Z] CPU(s): 8 [2023-03-16T06:04:02.862Z] On-line CPU(s) list: 0-7 [2023-03-16T06:04:02.862Z] Thread(s) per core: 1 [2023-03-16T06:04:02.862Z] Core(s) per socket: 1 [2023-03-16T06:04:02.862Z] Socket(s): 8 [2023-03-16T06:04:02.862Z] NUMA node(s): 1 [2023-03-16T06:04:02.862Z] Vendor ID: AuthenticAMD [2023-03-16T06:04:02.862Z] CPU family: 23 [2023-03-16T06:04:02.862Z] Model: 49 [2023-03-16T06:04:02.862Z] Model name: AMD EPYC-Rome Processor [2023-03-16T06:04:02.862Z] Stepping: 0 [2023-03-16T06:04:02.862Z] CPU MHz: 2799.998 [2023-03-16T06:04:02.862Z] BogoMIPS: 5599.99 [2023-03-16T06:04:02.862Z] Virtualization: AMD-V [2023-03-16T06:04:02.862Z] Hypervisor vendor: KVM [2023-03-16T06:04:02.862Z] Virtualization type: full [2023-03-16T06:04:02.862Z] L1d cache: 256 KiB [2023-03-16T06:04:02.862Z] L1i cache: 256 KiB [2023-03-16T06:04:02.862Z] L2 cache: 4 MiB [2023-03-16T06:04:02.862Z] L3 cache: 128 MiB [2023-03-16T06:04:02.862Z] NUMA node0 CPU(s): 0-7 [2023-03-16T06:04:02.862Z] Vulnerability Itlb multihit: Not affected [2023-03-16T06:04:02.862Z] Vulnerability L1tf: Not affected [2023-03-16T06:04:02.862Z] Vulnerability Mds: Not affected [2023-03-16T06:04:02.862Z] Vulnerability Meltdown: Not affected [2023-03-16T06:04:02.862Z] Vulnerability Mmio stale data: Not affected [2023-03-16T06:04:02.862Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2023-03-16T06:04:02.862Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2023-03-16T06:04:02.862Z] Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling [2023-03-16T06:04:02.862Z] Vulnerability Srbds: Not affected [2023-03-16T06:04:02.862Z] Vulnerability Tsx async abort: Not affected [2023-03-16T06:04:02.862Z] 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-03-16T06:04:02.862Z] [2023-03-16T06:04:02.862Z] [2023-03-16T06:04:02.862Z] ---> nproc: [2023-03-16T06:04:02.862Z] 8 [2023-03-16T06:04:02.862Z] [2023-03-16T06:04:02.862Z] [2023-03-16T06:04:02.862Z] ---> df -h: [2023-03-16T06:04:02.862Z] Filesystem Size Used Avail Use% Mounted on [2023-03-16T06:04:02.862Z] overlay 155G 12G 144G 8% / [2023-03-16T06:04:02.862Z] tmpfs 64M 0 64M 0% /dev [2023-03-16T06:04:02.862Z] tmpfs 16G 0 16G 0% /sys/fs/cgroup [2023-03-16T06:04:02.862Z] shm 64M 0 64M 0% /dev/shm [2023-03-16T06:04:02.862Z] /dev/vda1 155G 12G 144G 8% /facter-os [2023-03-16T06:04:02.862Z] [2023-03-16T06:04:02.862Z] [2023-03-16T06:04:02.862Z] ---> sar -b -r -n DEV: [2023-03-16T06:04:02.862Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-2365) 03/16/23 _x86_64_ (8 CPU) [2023-03-16T06:04:02.862Z] [2023-03-16T06:04:02.862Z] 05:57:46 LINUX RESTART (8 CPU) [2023-03-16T06:04:02.862Z] [2023-03-16T06:04:02.862Z] 05:58:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2023-03-16T06:04:02.862Z] 05:59:01 193.97 47.90 146.07 0.00 5397.13 92745.08 0.00 [2023-03-16T06:04:02.862Z] 06:00:01 156.85 3.53 153.32 0.00 71.18 68559.28 0.00 [2023-03-16T06:04:02.862Z] 06:01:01 1.53 0.00 1.53 0.00 0.00 18.15 0.00 [2023-03-16T06:04:02.862Z] 06:02:01 1.35 0.00 1.35 0.00 0.00 16.53 0.00 [2023-03-16T06:04:02.863Z] 06:03:01 37.85 9.35 28.51 0.00 2883.97 4973.41 0.00 [2023-03-16T06:04:02.863Z] 06:04:01 24.00 2.43 21.56 0.00 2307.62 3848.83 0.00 [2023-03-16T06:04:02.863Z] Average: 69.26 10.54 58.73 0.00 1776.73 28362.47 0.00 [2023-03-16T06:04:02.863Z] [2023-03-16T06:04:02.863Z] 05:58:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2023-03-16T06:04:02.863Z] 05:59:01 29191560 31600228 714796 2.17 77112 2602656 2014832 5.94 983572 2342748 6616 [2023-03-16T06:04:02.863Z] 06:00:01 27965360 31578996 724600 2.20 152140 3615508 1784028 5.26 1166060 3254520 360 [2023-03-16T06:04:02.863Z] 06:01:01 27966144 31579796 723444 2.20 152164 3615508 1784028 5.26 1165540 3254520 4 [2023-03-16T06:04:02.863Z] 06:02:01 27968376 31582128 720860 2.19 152196 3615512 1784028 5.26 1163052 3254524 44 [2023-03-16T06:04:02.863Z] 06:03:01 27599780 31560080 728672 2.22 170992 3933824 1798552 5.30 1325668 3437048 67352 [2023-03-16T06:04:02.863Z] 06:04:01 27390572 31511124 769280 2.34 185984 4072604 1867340 5.50 1536464 3417140 336 [2023-03-16T06:04:02.863Z] Average: 28013632 31568725 730275 2.22 148431 3575935 1838801 5.42 1223393 3160083 12452 [2023-03-16T06:04:02.863Z] [2023-03-16T06:04:02.863Z] 05:58:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2023-03-16T06:04:02.863Z] 05:59:01 docker0 78.54 106.38 6.56 167.91 0.00 0.00 0.00 0.00 [2023-03-16T06:04:02.863Z] 05:59:01 veth6abd6be 71.94 97.83 6.96 57.83 0.00 0.00 0.00 0.00 [2023-03-16T06:04:02.863Z] 05:59:01 lo 7.00 7.00 0.67 0.67 0.00 0.00 0.00 0.00 [2023-03-16T06:04:02.863Z] 05:59:01 ens3 715.01 438.19 6666.44 93.82 0.00 0.00 0.00 0.00 [2023-03-16T06:04:02.863Z] 06:00:01 docker0 95.28 206.73 7.73 1804.07 0.00 0.00 0.00 0.00 [2023-03-16T06:04:02.863Z] 06:00:01 lo 1.27 1.27 0.12 0.12 0.00 0.00 0.00 0.00 [2023-03-16T06:04:02.863Z] 06:00:01 ens3 350.90 193.29 4358.06 103.99 0.00 0.00 0.00 0.00 [2023-03-16T06:04:02.863Z] 06:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-16T06:04:02.863Z] 06:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-16T06:04:02.863Z] 06:01:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-16T06:04:02.863Z] 06:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-16T06:04:02.863Z] 06:02:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-16T06:04:02.863Z] 06:02:01 ens3 0.12 0.13 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-16T06:04:02.863Z] 06:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-16T06:04:02.863Z] 06:03:01 lo 0.53 0.53 0.05 0.05 0.00 0.00 0.00 0.00 [2023-03-16T06:04:02.863Z] 06:03:01 ens3 136.82 68.63 2566.48 4.92 0.00 0.00 0.00 0.00 [2023-03-16T06:04:02.863Z] 06:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-16T06:04:02.863Z] 06:04:01 lo 0.67 0.67 0.06 0.06 0.00 0.00 0.00 0.00 [2023-03-16T06:04:02.863Z] 06:04:01 ens3 41.99 22.41 264.73 9.64 0.00 0.00 0.00 0.00 [2023-03-16T06:04:02.863Z] Average: docker0 28.97 52.19 2.38 328.69 0.00 0.00 0.00 0.00 [2023-03-16T06:04:02.863Z] Average: lo 1.61 1.61 0.15 0.15 0.00 0.00 0.00 0.00 [2023-03-16T06:04:02.863Z] Average: ens3 207.50 120.45 2309.47 35.40 0.00 0.00 0.00 0.00 [2023-03-16T06:04:02.863Z] [2023-03-16T06:04:02.863Z] [2023-03-16T06:04:02.863Z] ---> sar -P ALL: [2023-03-16T06:04:02.863Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-2365) 03/16/23 _x86_64_ (8 CPU) [2023-03-16T06:04:02.863Z] [2023-03-16T06:04:02.863Z] 05:57:46 LINUX RESTART (8 CPU) [2023-03-16T06:04:02.863Z] [2023-03-16T06:04:02.863Z] 05:58:01 CPU %user %nice %system %iowait %steal %idle [2023-03-16T06:04:02.863Z] 05:59:01 all 10.28 0.00 3.96 1.08 0.06 84.62 [2023-03-16T06:04:02.863Z] 05:59:01 0 10.53 0.00 3.31 0.37 0.07 85.72 [2023-03-16T06:04:02.863Z] 05:59:01 1 11.60 0.00 2.92 0.51 0.05 84.92 [2023-03-16T06:04:02.863Z] 05:59:01 2 8.80 0.00 5.14 1.25 0.05 84.77 [2023-03-16T06:04:02.863Z] 05:59:01 3 11.37 0.00 3.41 3.08 0.07 82.07 [2023-03-16T06:04:02.863Z] 05:59:01 4 12.25 0.00 3.99 2.66 0.08 81.01 [2023-03-16T06:04:02.863Z] 05:59:01 5 8.00 0.00 4.19 0.24 0.05 87.52 [2023-03-16T06:04:02.863Z] 05:59:01 6 7.83 0.00 4.64 0.27 0.07 87.19 [2023-03-16T06:04:02.863Z] 05:59:01 7 11.84 0.00 4.11 0.22 0.07 83.77 [2023-03-16T06:04:02.863Z] 06:00:01 all 23.53 0.00 6.18 0.93 0.09 69.28 [2023-03-16T06:04:02.863Z] 06:00:01 0 23.28 0.00 5.91 0.40 0.08 70.33 [2023-03-16T06:04:02.863Z] 06:00:01 1 24.39 0.00 6.12 0.12 0.10 69.26 [2023-03-16T06:04:02.863Z] 06:00:01 2 23.37 0.00 5.43 0.25 0.08 70.86 [2023-03-16T06:04:02.863Z] 06:00:01 3 24.20 0.00 6.97 0.08 0.08 68.66 [2023-03-16T06:04:02.863Z] 06:00:01 4 22.81 0.00 7.02 2.90 0.08 67.18 [2023-03-16T06:04:02.863Z] 06:00:01 5 23.55 0.00 5.75 0.64 0.07 69.99 [2023-03-16T06:04:02.863Z] 06:00:01 6 24.05 0.00 5.31 1.12 0.08 69.45 [2023-03-16T06:04:02.863Z] 06:00:01 7 22.60 0.00 6.92 1.93 0.10 68.45 [2023-03-16T06:04:02.863Z] 06:01:01 all 0.03 0.00 0.02 0.01 0.00 99.94 [2023-03-16T06:04:02.863Z] 06:01:01 0 0.05 0.00 0.02 0.03 0.00 99.90 [2023-03-16T06:04:02.863Z] 06:01:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2023-03-16T06:04:02.863Z] 06:01:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2023-03-16T06:04:02.863Z] 06:01:01 3 0.02 0.00 0.03 0.00 0.02 99.93 [2023-03-16T06:04:02.863Z] 06:01:01 4 0.03 0.00 0.02 0.02 0.00 99.93 [2023-03-16T06:04:02.863Z] 06:01:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-16T06:04:02.863Z] 06:01:01 6 0.02 0.00 0.02 0.00 0.00 99.97 [2023-03-16T06:04:02.863Z] 06:01:01 7 0.05 0.00 0.07 0.00 0.02 99.87 [2023-03-16T06:04:02.863Z] 06:02:01 all 0.02 0.00 0.01 0.00 0.00 99.96 [2023-03-16T06:04:02.863Z] 06:02:01 0 0.00 0.00 0.00 0.02 0.00 99.98 [2023-03-16T06:04:02.863Z] 06:02:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2023-03-16T06:04:02.863Z] 06:02:01 2 0.03 0.00 0.00 0.00 0.00 99.97 [2023-03-16T06:04:02.863Z] 06:02:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-16T06:04:02.863Z] 06:02:01 4 0.03 0.00 0.00 0.02 0.00 99.95 [2023-03-16T06:04:02.863Z] 06:02:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-16T06:04:02.863Z] 06:02:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-16T06:04:02.863Z] 06:02:01 7 0.07 0.00 0.07 0.00 0.02 99.85 [2023-03-16T06:04:02.863Z] 06:03:01 all 1.35 0.00 0.84 0.21 0.01 97.59 [2023-03-16T06:04:02.863Z] 06:03:01 0 1.87 0.00 1.42 0.45 0.00 96.26 [2023-03-16T06:04:02.863Z] 06:03:01 1 1.92 0.00 1.79 0.12 0.02 96.16 [2023-03-16T06:04:02.863Z] 06:03:01 2 1.02 0.00 0.52 0.07 0.00 98.40 [2023-03-16T06:04:02.863Z] 06:03:01 3 1.33 0.00 0.55 0.02 0.00 98.10 [2023-03-16T06:04:02.863Z] 06:03:01 4 0.82 0.00 0.43 0.72 0.00 98.03 [2023-03-16T06:04:02.863Z] 06:03:01 5 1.37 0.00 0.73 0.23 0.02 97.65 [2023-03-16T06:04:02.863Z] 06:03:01 6 1.67 0.00 0.75 0.05 0.00 97.53 [2023-03-16T06:04:02.863Z] 06:03:01 7 0.84 0.00 0.54 0.03 0.02 98.57 [2023-03-16T06:04:02.863Z] 06:04:01 all 1.47 0.00 0.78 0.14 0.01 97.60 [2023-03-16T06:04:02.863Z] 06:04:01 0 1.45 0.00 0.87 0.05 0.02 97.62 [2023-03-16T06:04:02.863Z] 06:04:01 1 1.32 0.00 0.52 0.03 0.00 98.13 [2023-03-16T06:04:02.863Z] 06:04:01 2 2.70 0.00 0.60 0.00 0.03 96.66 [2023-03-16T06:04:02.863Z] 06:04:01 3 1.54 0.00 0.47 0.03 0.02 97.94 [2023-03-16T06:04:02.863Z] 06:04:01 4 0.78 0.00 0.42 0.65 0.02 98.13 [2023-03-16T06:04:02.863Z] 06:04:01 5 1.60 0.00 0.90 0.28 0.00 97.21 [2023-03-16T06:04:02.863Z] 06:04:01 6 1.20 0.00 1.78 0.03 0.02 96.96 [2023-03-16T06:04:02.863Z] 06:04:01 7 1.14 0.00 0.69 0.05 0.02 98.11 [2023-03-16T06:04:02.863Z] Average: all 6.08 0.00 1.96 0.39 0.03 91.55 [2023-03-16T06:04:02.863Z] Average: 0 6.18 0.00 1.92 0.22 0.03 91.66 [2023-03-16T06:04:02.863Z] Average: 1 6.51 0.00 1.89 0.13 0.03 91.45 [2023-03-16T06:04:02.863Z] Average: 2 5.95 0.00 1.94 0.26 0.03 91.82 [2023-03-16T06:04:02.863Z] Average: 3 6.37 0.00 1.90 0.53 0.03 91.17 [2023-03-16T06:04:02.863Z] Average: 4 6.08 0.00 1.97 1.15 0.03 90.77 [2023-03-16T06:04:02.863Z] Average: 5 5.71 0.00 1.92 0.23 0.02 92.12 [2023-03-16T06:04:02.863Z] Average: 6 5.75 0.00 2.07 0.24 0.03 91.91 [2023-03-16T06:04:02.863Z] Average: 7 6.05 0.00 2.05 0.37 0.04 91.48 [2023-03-16T06:04:02.863Z] [2023-03-16T06:04:02.863Z] [2023-03-16T06:04:02.863Z]