Pull request #187 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 4595f2fdcb273c12dc8e8ae64b0be711bbdd5418+a30604e7d8ec87dceb0eb4409beb538cfe41877d (69d946e52cc714f1d40d8f663bf14f0c461598d9) 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-ssh14132322324738518932.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 2c432abcf2d142718d3fe157e81a44428d9b823e 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-ssh1460356719263255504.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 2c432abcf2d142718d3fe157e81a44428d9b823e 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-187/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-187/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh12972102984402505644.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-187/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh8260665735307732417.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 2c432abcf2d142718d3fe157e81a44428d9b823e (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 2c432abcf2d142718d3fe157e81a44428d9b823e # timeout=10 Commit message: "Merge pull request #406 from ernestojeda/go.18-debug" > 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-ssh15241387222655623017.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 6e371aaf151bd5004dee8fa40be4413046746612 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-187/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-187/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh15340719677095111258.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 6e371aaf151bd5004dee8fa40be4413046746612 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 6e371aaf151bd5004dee8fa40be4413046746612 # timeout=10 Commit message: "Chore: Update global-jjb to the latest v0.79.1" > 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 2c432abcf2d142718d3fe157e81a44428d9b823e 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.18 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-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-21638 in /w/workspace/gexfoundry_device-snmp-go_PR-187 [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-187 # 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 Merging remotes/origin/main commit a30604e7d8ec87dceb0eb4409beb538cfe41877d into PR head commit 4595f2fdcb273c12dc8e8ae64b0be711bbdd5418 Merge succeeded, producing 4595f2fdcb273c12dc8e8ae64b0be711bbdd5418 Checking out Revision 4595f2fdcb273c12dc8e8ae64b0be711bbdd5418 (PR-187) > 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/187/head:refs/remotes/origin/PR-187 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 4595f2fdcb273c12dc8e8ae64b0be711bbdd5418 # 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 a30604e7d8ec87dceb0eb4409beb538cfe41877d # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 4595f2fdcb273c12dc8e8ae64b0be711bbdd5418 # timeout=10 Commit message: "build(deps): bump github.com/edgexfoundry/device-sdk-go/v2" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 2c432abcf2d142718d3fe157e81a44428d9b823e [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2022-08-01T05:04:59.492Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2022-08-01T05:04:59.669Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2022-08-01T05:04:59.764Z] ========================================================= [2022-08-01T05:04:59.764Z] EdgeX Global Pipelines Version Info [2022-08-01T05:04:59.764Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2022-08-01T05:05:00.554Z] ------------------- [2022-08-01T05:05:00.554Z] stable info: [2022-08-01T05:05:00.554Z] ------------------- [2022-08-01T05:05:00.554Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-08-01T05:05:00.554Z] Commit SHA: 2c432abcf2d142718d3fe157e81a44428d9b823e [2022-08-01T05:05:00.554Z] Message: update stable to v1.0.238 [2022-08-01T05:05:01.130Z] ------------------- [2022-08-01T05:05:01.130Z] experimental info: [2022-08-01T05:05:01.130Z] ------------------- [2022-08-01T05:05:01.130Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-08-01T05:05:01.130Z] Commit SHA: 2c432abcf2d142718d3fe157e81a44428d9b823e [2022-08-01T05:05:01.130Z] Message: update experimental to v1.0.238 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2022-08-01T05:05:01.586Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-snmp-go-settings [Pipeline] echo [2022-08-01T05:05:01.628Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-snmp-go [Pipeline] echo [2022-08-01T05:05:01.672Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2022-08-01T05:05:01.722Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2022-08-01T05:05:01.765Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2022-08-01T05:05:01.808Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2022-08-01T05:05:01.861Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2022-08-01T05:05:01.903Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2022-08-01T05:05:01.946Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2022-08-01T05:05:01.986Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2022-08-01T05:05:02.026Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2022-08-01T05:05:02.067Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-snmp [Pipeline] echo [2022-08-01T05:05:02.111Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2022-08-01T05:05:02.151Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2022-08-01T05:05:02.200Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2022-08-01T05:05:02.246Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2022-08-01T05:05:02.289Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2022-08-01T05:05:02.334Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2022-08-01T05:05:02.378Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2022-08-01T05:05:02.418Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2022-08-01T05:05:02.462Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2022-08-01T05:05:02.502Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2022-08-01T05:05:02.539Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2022-08-01T05:05:02.583Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2022-08-01T05:05:02.631Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2022-08-01T05:05:02.676Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2022-08-01T05:05:02.718Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2022-08-01T05:05:02.760Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-187 [Pipeline] echo [2022-08-01T05:05:02.803Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-187 [Pipeline] echo [2022-08-01T05:05:02.841Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-187 [Pipeline] echo [2022-08-01T05:05:02.880Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 4595f2fdcb273c12dc8e8ae64b0be711bbdd5418 [Pipeline] echo [2022-08-01T05:05:02.918Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 4595f2f [Pipeline] echo [2022-08-01T05:05:02.961Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-08-01T05:05:03.082Z] provisioning config files... [2022-08-01T05:05:03.097Z] copy managed file [device-snmp-go-settings] to file:/w/workspace/gexfoundry_device-snmp-go_PR-187@tmp/config7994608683297284133tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-08-01T05:05:03.471Z] ---> docker-login.sh [2022-08-01T05:05:03.471Z] nexus3.edgexfoundry.org:10001 [2022-08-01T05:05:03.734Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-01T05:05:04.004Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-01T05:05:04.004Z] Configure a credential helper to remove this warning. See [2022-08-01T05:05:04.004Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-01T05:05:04.004Z] [2022-08-01T05:05:04.004Z] Login Succeeded [2022-08-01T05:05:04.004Z] nexus3.edgexfoundry.org:10002 [2022-08-01T05:05:04.004Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-01T05:05:04.004Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-01T05:05:04.004Z] Configure a credential helper to remove this warning. See [2022-08-01T05:05:04.004Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-01T05:05:04.004Z] [2022-08-01T05:05:04.004Z] Login Succeeded [2022-08-01T05:05:04.004Z] nexus3.edgexfoundry.org:10003 [2022-08-01T05:05:04.004Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-01T05:05:04.266Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-01T05:05:04.266Z] Configure a credential helper to remove this warning. See [2022-08-01T05:05:04.266Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-01T05:05:04.266Z] [2022-08-01T05:05:04.266Z] Login Succeeded [2022-08-01T05:05:04.266Z] nexus3.edgexfoundry.org:10004 [2022-08-01T05:05:04.266Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-01T05:05:04.266Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-01T05:05:04.266Z] Configure a credential helper to remove this warning. See [2022-08-01T05:05:04.266Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-01T05:05:04.266Z] [2022-08-01T05:05:04.266Z] Login Succeeded [2022-08-01T05:05:04.266Z] docker.io [2022-08-01T05:05:04.266Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-01T05:05:04.841Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-01T05:05:04.841Z] Configure a credential helper to remove this warning. See [2022-08-01T05:05:04.841Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-01T05:05:04.841Z] [2022-08-01T05:05:04.841Z] Login Succeeded [2022-08-01T05:05:04.841Z] ---> docker-login.sh ends [Pipeline] } [2022-08-01T05:05:04.870Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2022-08-01T05:05:05.517Z] + git rev-list -1 --merges 4595f2fdcb273c12dc8e8ae64b0be711bbdd5418~1..4595f2fdcb273c12dc8e8ae64b0be711bbdd5418 [Pipeline] echo [2022-08-01T05:05:05.569Z] -----------> git rev-list -1 --merges 4595f2fdcb273c12dc8e8ae64b0be711bbdd5418~1..4595f2fdcb273c12dc8e8ae64b0be711bbdd5418 4595f2fdcb273c12dc8e8ae64b0be711bbdd5418 [false] [Pipeline] sh [2022-08-01T05:05:05.895Z] + git log --format=format:%s -1 4595f2fdcb273c12dc8e8ae64b0be711bbdd5418 [Pipeline] echo [2022-08-01T05:05:05.940Z] ========================================================= [2022-08-01T05:05:05.940Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2022-08-01T05:05:05.940Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-08-01T05:05:06.394Z] + git log --format=format:%s -1 4595f2fdcb273c12dc8e8ae64b0be711bbdd5418 [Pipeline] echo [2022-08-01T05:05:06.431Z] [semverPrep] GIT_COMMIT: 4595f2fdcb273c12dc8e8ae64b0be711bbdd5418, Commit Message: build(deps): bump github.com/edgexfoundry/device-sdk-go/v2 [Pipeline] echo [2022-08-01T05:05:06.462Z] [semverPrep] This is not a build commit. [Pipeline] sh [2022-08-01T05:05:06.871Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-08-01T05:05:06.872Z] + grep -v github /etc/ssh/ssh_known_hosts [2022-08-01T05:05:06.872Z] + [ -e /tmp/ssh_known_hosts ] [2022-08-01T05:05:06.872Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2022-08-01T05:05:06.872Z] + + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2022-08-01T05:05:06.872Z] sudo tee -a /etc/ssh/ssh_known_hosts [2022-08-01T05:05:06.872Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-01T05:05:07.384Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-08-01T05:05:07.384Z] [2022-08-01T05:05:07.384Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-01T05:05:07.760Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-08-01T05:05:07.760Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2022-08-01T05:05:07.760Z] b85a868b505f: Pulling fs layer [2022-08-01T05:05:07.760Z] e2be974225ed: Pulling fs layer [2022-08-01T05:05:07.760Z] 339a4e72a1f5: Pulling fs layer [2022-08-01T05:05:07.760Z] 988bab9f4d93: Pulling fs layer [2022-08-01T05:05:07.760Z] 1469e6f7b9e6: Pulling fs layer [2022-08-01T05:05:07.760Z] eaf3925da568: Pulling fs layer [2022-08-01T05:05:07.760Z] bab4dde63d76: Pulling fs layer [2022-08-01T05:05:07.760Z] bde34c3a00c8: Pulling fs layer [2022-08-01T05:05:07.760Z] b352a97aabf1: Pulling fs layer [2022-08-01T05:05:07.760Z] 4872d77fe225: Pulling fs layer [2022-08-01T05:05:07.760Z] 5851b861e8e6: Pulling fs layer [2022-08-01T05:05:07.760Z] 988bab9f4d93: Waiting [2022-08-01T05:05:07.760Z] 1469e6f7b9e6: Waiting [2022-08-01T05:05:07.760Z] eaf3925da568: Waiting [2022-08-01T05:05:07.760Z] bab4dde63d76: Waiting [2022-08-01T05:05:07.760Z] bde34c3a00c8: Waiting [2022-08-01T05:05:07.760Z] b352a97aabf1: Waiting [2022-08-01T05:05:07.760Z] 4872d77fe225: Waiting [2022-08-01T05:05:07.760Z] 5851b861e8e6: Waiting [2022-08-01T05:05:07.760Z] e2be974225ed: Download complete [2022-08-01T05:05:07.760Z] 988bab9f4d93: Verifying Checksum [2022-08-01T05:05:07.760Z] 988bab9f4d93: Download complete [2022-08-01T05:05:08.021Z] 1469e6f7b9e6: Verifying Checksum [2022-08-01T05:05:08.021Z] 1469e6f7b9e6: Download complete [2022-08-01T05:05:08.021Z] 339a4e72a1f5: Verifying Checksum [2022-08-01T05:05:08.021Z] 339a4e72a1f5: Download complete [2022-08-01T05:05:08.021Z] eaf3925da568: Download complete [2022-08-01T05:05:08.021Z] bde34c3a00c8: Verifying Checksum [2022-08-01T05:05:08.021Z] bde34c3a00c8: Download complete [2022-08-01T05:05:08.021Z] b352a97aabf1: Verifying Checksum [2022-08-01T05:05:08.021Z] b352a97aabf1: Download complete [2022-08-01T05:05:08.021Z] 4872d77fe225: Verifying Checksum [2022-08-01T05:05:08.021Z] 4872d77fe225: Download complete [2022-08-01T05:05:08.021Z] 5851b861e8e6: Verifying Checksum [2022-08-01T05:05:08.021Z] 5851b861e8e6: Download complete [2022-08-01T05:05:08.021Z] b85a868b505f: Verifying Checksum [2022-08-01T05:05:08.021Z] b85a868b505f: Download complete [2022-08-01T05:05:08.281Z] bab4dde63d76: Verifying Checksum [2022-08-01T05:05:08.281Z] bab4dde63d76: Download complete [2022-08-01T05:05:09.665Z] b85a868b505f: Pull complete [2022-08-01T05:05:09.665Z] e2be974225ed: Pull complete [2022-08-01T05:05:10.239Z] 339a4e72a1f5: Pull complete [2022-08-01T05:05:10.239Z] 988bab9f4d93: Pull complete [2022-08-01T05:05:10.819Z] 1469e6f7b9e6: Pull complete [2022-08-01T05:05:10.819Z] eaf3925da568: Pull complete [2022-08-01T05:05:12.741Z] bab4dde63d76: Pull complete [2022-08-01T05:05:12.741Z] bde34c3a00c8: Pull complete [2022-08-01T05:05:12.741Z] b352a97aabf1: Pull complete [2022-08-01T05:05:12.741Z] 4872d77fe225: Pull complete [2022-08-01T05:05:13.009Z] 5851b861e8e6: Pull complete [2022-08-01T05:05:13.009Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2022-08-01T05:05:13.009Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-08-01T05:05:13.009Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-01T05:05:13.265Z] prd-ubuntu20.04-docker-8c-8g-21638 does not seem to be running inside a container [2022-08-01T05:05:13.300Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-snmp-go_PR-187 -v /w/workspace/gexfoundry_device-snmp-go_PR-187:/w/workspace/gexfoundry_device-snmp-go_PR-187:rw,z -v /w/workspace/gexfoundry_device-snmp-go_PR-187@tmp:/w/workspace/gexfoundry_device-snmp-go_PR-187@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 [2022-08-01T05:05:15.770Z] $ docker top 0af24f465ba7fea7d421a63586e028b3d26e38431fb731681a04c1f9126a1719 -eo pid,comm [2022-08-01T05:05:15.835Z] 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). [2022-08-01T05:05:15.835Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-08-01T05:05:15.966Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-08-01T05:05:15.966Z] [ssh-agent] Looking for ssh-agent implementation... [2022-08-01T05:05:16.089Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-08-01T05:05:16.091Z] $ docker exec 0af24f465ba7fea7d421a63586e028b3d26e38431fb731681a04c1f9126a1719 ssh-agent [2022-08-01T05:05:16.213Z] SSH_AUTH_SOCK=/tmp/ssh-6yvpNEnDO8rj/agent.32 [2022-08-01T05:05:16.213Z] SSH_AGENT_PID=38 [2022-08-01T05:05:16.220Z] Running ssh-add (command line suppressed) [2022-08-01T05:05:16.341Z] Identity added: /w/workspace/gexfoundry_device-snmp-go_PR-187@tmp/private_key_40969092100929237.key (/w/workspace/gexfoundry_device-snmp-go_PR-187@tmp/private_key_40969092100929237.key) [2022-08-01T05:05:16.357Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-08-01T05:05:16.691Z] + git tag --points-at HEAD [Pipeline] } [2022-08-01T05:05:16.721Z] $ docker exec --env ******** --env ******** 0af24f465ba7fea7d421a63586e028b3d26e38431fb731681a04c1f9126a1719 ssh-agent -k [2022-08-01T05:05:16.822Z] unset SSH_AUTH_SOCK; [2022-08-01T05:05:16.823Z] unset SSH_AGENT_PID; [2022-08-01T05:05:16.823Z] echo Agent pid 38 killed; [2022-08-01T05:05:16.851Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2022-08-01T05:05:16.951Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-08-01T05:05:16.951Z] [ssh-agent] Looking for ssh-agent implementation... [2022-08-01T05:05:17.082Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-08-01T05:05:17.085Z] $ docker exec 0af24f465ba7fea7d421a63586e028b3d26e38431fb731681a04c1f9126a1719 ssh-agent [2022-08-01T05:05:17.205Z] SSH_AUTH_SOCK=/tmp/ssh-7ZQzMByyvU60/agent.72 [2022-08-01T05:05:17.205Z] SSH_AGENT_PID=78 [2022-08-01T05:05:17.210Z] Running ssh-add (command line suppressed) [2022-08-01T05:05:17.320Z] Identity added: /w/workspace/gexfoundry_device-snmp-go_PR-187@tmp/private_key_8577372667735722737.key (/w/workspace/gexfoundry_device-snmp-go_PR-187@tmp/private_key_8577372667735722737.key) [2022-08-01T05:05:17.341Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-08-01T05:05:17.680Z] + git semver init [2022-08-01T05:05:17.943Z] 2022-08-01 05:05:17,926 [run_init] DEBUG init version:0.0.0 force:False [2022-08-01T05:05:17.943Z] 2022-08-01 05:05:17,927 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/gexfoundry_device-snmp-go_PR-187/.semver [2022-08-01T05:05:17.943Z] 2022-08-01 05:05:17,927 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-snmp-go.git /w/workspace/gexfoundry_device-snmp-go_PR-187/.semver [2022-08-01T05:05:17.943Z] 2022-08-01 05:05:17,928 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-snmp-go.git', '/w/workspace/gexfoundry_device-snmp-go_PR-187/.semver'], cwd=/w/workspace/gexfoundry_device-snmp-go_PR-187, universal_newlines=False, shell=None, istream=None) [2022-08-01T05:05:18.888Z] 2022-08-01 05:05:18,680 [append_file] DEBUG append to file:/w/workspace/gexfoundry_device-snmp-go_PR-187/.git/info/exclude [2022-08-01T05:05:18.888Z] 2022-08-01 05:05:18,681 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/gexfoundry_device-snmp-go_PR-187/.semver/PR-187 with force:False [2022-08-01T05:05:18.888Z] 2022-08-01 05:05:18,681 [write_file] DEBUG write to file:/w/workspace/gexfoundry_device-snmp-go_PR-187/.semver/PR-187 [2022-08-01T05:05:18.888Z] 2022-08-01 05:05:18,686 [execute] INFO git cat-file --batch-check [2022-08-01T05:05:18.888Z] 2022-08-01 05:05:18,686 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_device-snmp-go_PR-187/.semver, universal_newlines=False, shell=None, istream=) [2022-08-01T05:05:18.888Z] 2022-08-01 05:05:18,692 [execute] INFO git cat-file --batch [2022-08-01T05:05:18.888Z] 2022-08-01 05:05:18,692 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_device-snmp-go_PR-187/.semver, universal_newlines=False, shell=None, istream=) [2022-08-01T05:05:18.888Z] 2022-08-01 05:05:18,695 [read_version] DEBUG read version from /w/workspace/gexfoundry_device-snmp-go_PR-187/.semver/PR-187 [2022-08-01T05:05:18.888Z] 0.0.0 [Pipeline] } [2022-08-01T05:05:18.914Z] $ docker exec --env ******** --env ******** 0af24f465ba7fea7d421a63586e028b3d26e38431fb731681a04c1f9126a1719 ssh-agent -k [2022-08-01T05:05:19.010Z] unset SSH_AUTH_SOCK; [2022-08-01T05:05:19.010Z] unset SSH_AGENT_PID; [2022-08-01T05:05:19.010Z] echo Agent pid 78 killed; [2022-08-01T05:05:19.023Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-08-01T05:05:19.457Z] + git semver [Pipeline] } [2022-08-01T05:05:19.746Z] $ docker stop --time=1 0af24f465ba7fea7d421a63586e028b3d26e38431fb731681a04c1f9126a1719 [2022-08-01T05:05:21.054Z] $ docker rm -f 0af24f465ba7fea7d421a63586e028b3d26e38431fb731681a04c1f9126a1719 [Pipeline] // withDockerContainer [Pipeline] sh [2022-08-01T05:05:21.478Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2022-08-01T05:05:21.789Z] Stashed 1 file(s) [Pipeline] echo [2022-08-01T05:05:21.806Z] [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 [2022-08-01T05:05:22.460Z] provisioning config files... [2022-08-01T05:05:22.473Z] copy managed file [device-snmp-go-settings] to file:/w/workspace/gexfoundry_device-snmp-go_PR-187@tmp/config6708970156241950363tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-08-01T05:05:22.835Z] ---> docker-login.sh [2022-08-01T05:05:22.835Z] nexus3.edgexfoundry.org:10001 [2022-08-01T05:05:22.835Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-01T05:05:22.835Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-01T05:05:22.835Z] Configure a credential helper to remove this warning. See [2022-08-01T05:05:22.835Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-01T05:05:22.835Z] [2022-08-01T05:05:22.835Z] Login Succeeded [2022-08-01T05:05:22.835Z] nexus3.edgexfoundry.org:10002 [2022-08-01T05:05:22.835Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-01T05:05:23.096Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-01T05:05:23.096Z] Configure a credential helper to remove this warning. See [2022-08-01T05:05:23.096Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-01T05:05:23.096Z] [2022-08-01T05:05:23.096Z] Login Succeeded [2022-08-01T05:05:23.096Z] nexus3.edgexfoundry.org:10003 [2022-08-01T05:05:23.096Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-01T05:05:23.096Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-01T05:05:23.096Z] Configure a credential helper to remove this warning. See [2022-08-01T05:05:23.096Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-01T05:05:23.096Z] [2022-08-01T05:05:23.096Z] Login Succeeded [2022-08-01T05:05:23.096Z] nexus3.edgexfoundry.org:10004 [2022-08-01T05:05:23.357Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-01T05:05:23.357Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-01T05:05:23.357Z] Configure a credential helper to remove this warning. See [2022-08-01T05:05:23.357Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-01T05:05:23.357Z] [2022-08-01T05:05:23.357Z] Login Succeeded [2022-08-01T05:05:23.357Z] docker.io [2022-08-01T05:05:23.357Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-01T05:05:23.621Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-01T05:05:23.621Z] Configure a credential helper to remove this warning. See [2022-08-01T05:05:23.621Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-01T05:05:23.621Z] [2022-08-01T05:05:23.621Z] Login Succeeded [2022-08-01T05:05:23.621Z] ---> docker-login.sh ends [Pipeline] } [2022-08-01T05:05:23.655Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-08-01T05:05:23.858Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-08-01T05:05:23.897Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-08-01T05:05:23.930Z] ========================================================= [2022-08-01T05:05:23.930Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2022-08-01T05:05:23.930Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-01T05:05:24.403Z] + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine --build-arg MAKE=echo noop --target=builder . [2022-08-01T05:05:24.403Z] Sending build context to Docker daemon 5.456MB [2022-08-01T05:05:24.403Z] Step 1/12 : ARG BASE=golang:1.18-alpine3.16 [2022-08-01T05:05:24.403Z] Step 2/12 : FROM ${BASE} AS builder [2022-08-01T05:05:24.403Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2022-08-01T05:05:24.403Z] 2408cc74d12b: Pulling fs layer [2022-08-01T05:05:24.403Z] ea60b727a1ce: Pulling fs layer [2022-08-01T05:05:24.403Z] 30c4a7721957: Pulling fs layer [2022-08-01T05:05:24.403Z] 370296b7ddb6: Pulling fs layer [2022-08-01T05:05:24.403Z] 7c6cee850709: Pulling fs layer [2022-08-01T05:05:24.403Z] 39a5fcdaea64: Pulling fs layer [2022-08-01T05:05:24.403Z] 370296b7ddb6: Waiting [2022-08-01T05:05:24.403Z] d94ebbe4e438: Pulling fs layer [2022-08-01T05:05:24.403Z] bcfd1f05c69d: Pulling fs layer [2022-08-01T05:05:24.403Z] 59ccb84bbe0f: Pulling fs layer [2022-08-01T05:05:24.403Z] 39a5fcdaea64: Waiting [2022-08-01T05:05:24.403Z] bcfd1f05c69d: Waiting [2022-08-01T05:05:24.403Z] 59ccb84bbe0f: Waiting [2022-08-01T05:05:24.403Z] d94ebbe4e438: Waiting [2022-08-01T05:05:24.403Z] 30c4a7721957: Download complete [2022-08-01T05:05:24.403Z] ea60b727a1ce: Verifying Checksum [2022-08-01T05:05:24.403Z] ea60b727a1ce: Download complete [2022-08-01T05:05:24.664Z] 7c6cee850709: Download complete [2022-08-01T05:05:24.664Z] 39a5fcdaea64: Download complete [2022-08-01T05:05:24.664Z] 2408cc74d12b: Verifying Checksum [2022-08-01T05:05:24.664Z] 2408cc74d12b: Download complete [2022-08-01T05:05:24.664Z] d94ebbe4e438: Verifying Checksum [2022-08-01T05:05:24.664Z] d94ebbe4e438: Download complete [2022-08-01T05:05:24.664Z] 2408cc74d12b: Pull complete [2022-08-01T05:05:24.927Z] ea60b727a1ce: Pull complete [2022-08-01T05:05:25.194Z] 30c4a7721957: Pull complete [2022-08-01T05:05:25.454Z] 59ccb84bbe0f: Verifying Checksum [2022-08-01T05:05:25.454Z] 59ccb84bbe0f: Download complete [2022-08-01T05:05:25.454Z] bcfd1f05c69d: Download complete [2022-08-01T05:05:25.715Z] 370296b7ddb6: Verifying Checksum [2022-08-01T05:05:25.715Z] 370296b7ddb6: Download complete [2022-08-01T05:05:29.915Z] 370296b7ddb6: Pull complete [2022-08-01T05:05:29.915Z] 7c6cee850709: Pull complete [2022-08-01T05:05:29.915Z] 39a5fcdaea64: Pull complete [2022-08-01T05:05:29.915Z] d94ebbe4e438: Pull complete [2022-08-01T05:05:32.453Z] bcfd1f05c69d: Pull complete [2022-08-01T05:05:32.714Z] 59ccb84bbe0f: Pull complete [2022-08-01T05:05:32.714Z] Digest: sha256:b7a3521351a9cbc7ce2a60b0b0d40edf4ed6cc338df7dc09f1589c9a81f0a497 [2022-08-01T05:05:32.714Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2022-08-01T05:05:32.714Z] ---> a4fb48ad2a94 [2022-08-01T05:05:32.714Z] Step 3/12 : ARG MAKE='make build' [2022-08-01T05:05:36.015Z] ---> Running in 97a3b6f52a99 [2022-08-01T05:05:36.277Z] Removing intermediate container 97a3b6f52a99 [2022-08-01T05:05:36.277Z] ---> fa416741657c [2022-08-01T05:05:36.277Z] Step 4/12 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" [2022-08-01T05:05:36.277Z] ---> Running in 21e07b98be45 [2022-08-01T05:05:36.277Z] Removing intermediate container 21e07b98be45 [2022-08-01T05:05:36.277Z] ---> 06fdfe2a3d27 [2022-08-01T05:05:36.277Z] Step 5/12 : ARG ALPINE_PKG_EXTRA="" [2022-08-01T05:05:36.277Z] ---> Running in c8bfe9d33117 [2022-08-01T05:05:36.539Z] Removing intermediate container c8bfe9d33117 [2022-08-01T05:05:36.539Z] ---> d8eb6becf92b [2022-08-01T05:05:36.539Z] Step 6/12 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-08-01T05:05:36.539Z] ---> Running in 755d34cb4588 [2022-08-01T05:05:37.111Z] Removing intermediate container 755d34cb4588 [2022-08-01T05:05:37.111Z] ---> 4425c35b50ec [2022-08-01T05:05:37.111Z] Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-08-01T05:05:37.111Z] ---> Running in 6a1b1f820e5e [2022-08-01T05:05:37.252Z] Still waiting to schedule task [2022-08-01T05:05:37.252Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2022-08-01T05:05:37.372Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-08-01T05:05:38.321Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-08-01T05:05:38.583Z] (1/4) Installing openssh-keygen (9.0_p1-r2) [2022-08-01T05:05:38.846Z] (2/4) Installing libedit (20210910.3.1-r0) [2022-08-01T05:05:38.846Z] (3/4) Installing openssh-client-common (9.0_p1-r2) [2022-08-01T05:05:38.846Z] (4/4) Installing openssh-client-default (9.0_p1-r2) [2022-08-01T05:05:39.107Z] Executing busybox-1.35.0-r13.trigger [2022-08-01T05:05:39.107Z] OK: 216 MiB in 55 packages [2022-08-01T05:05:39.677Z] Removing intermediate container 6a1b1f820e5e [2022-08-01T05:05:39.677Z] ---> ca450bb6f4d1 [2022-08-01T05:05:39.677Z] Step 8/12 : WORKDIR /device-snmp-go [2022-08-01T05:05:39.677Z] ---> Running in f48ffa8d6a7b [2022-08-01T05:05:39.937Z] Removing intermediate container f48ffa8d6a7b [2022-08-01T05:05:39.937Z] ---> c7fbfb3feef0 [2022-08-01T05:05:39.937Z] Step 9/12 : COPY go.mod vendor* ./ [2022-08-01T05:05:40.198Z] ---> 66db25bde04f [2022-08-01T05:05:40.198Z] Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-08-01T05:05:40.458Z] ---> Running in 23ea5200a155 [2022-08-01T05:06:07.116Z] Removing intermediate container 23ea5200a155 [2022-08-01T05:06:07.116Z] ---> 694924ca72cb [2022-08-01T05:06:07.116Z] Step 11/12 : COPY . . [2022-08-01T05:06:07.116Z] ---> 37dcc9124d81 [2022-08-01T05:06:07.116Z] Step 12/12 : RUN ${MAKE} [2022-08-01T05:06:07.116Z] ---> Running in c9887013f1ec [2022-08-01T05:06:07.116Z] noop [2022-08-01T05:06:07.116Z] Removing intermediate container c9887013f1ec [2022-08-01T05:06:07.116Z] ---> e38b7b409fd3 [2022-08-01T05:06:07.116Z] Successfully built e38b7b409fd3 [2022-08-01T05:06:07.116Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-01T05:06:07.578Z] + docker inspect -f . ci-base-image-x86_64 [2022-08-01T05:06:07.578Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-01T05:06:07.744Z] prd-ubuntu20.04-docker-8c-8g-21638 does not seem to be running inside a container [2022-08-01T05:06:07.814Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_device-snmp-go_PR-187 -v /w/workspace/gexfoundry_device-snmp-go_PR-187:/w/workspace/gexfoundry_device-snmp-go_PR-187:rw,z -v /w/workspace/gexfoundry_device-snmp-go_PR-187@tmp:/w/workspace/gexfoundry_device-snmp-go_PR-187@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 [2022-08-01T05:06:08.178Z] $ docker top ce24e5d7fc4d4103f5ad4c6b4ef7100aac9204a6fed9c42a597ed55f58188483 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-08-01T05:06:08.600Z] + go version [2022-08-01T05:06:08.600Z] go version go1.18.3 linux/amd64 [Pipeline] } [2022-08-01T05:06:08.634Z] $ docker stop --time=1 ce24e5d7fc4d4103f5ad4c6b4ef7100aac9204a6fed9c42a597ed55f58188483 [2022-08-01T05:06:09.906Z] $ docker rm -f ce24e5d7fc4d4103f5ad4c6b4ef7100aac9204a6fed9c42a597ed55f58188483 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-01T05:06:10.642Z] + docker inspect -f . ci-base-image-x86_64 [2022-08-01T05:06:10.642Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-01T05:06:10.812Z] prd-ubuntu20.04-docker-8c-8g-21638 does not seem to be running inside a container [2022-08-01T05:06:10.853Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -w /w/workspace/gexfoundry_device-snmp-go_PR-187 -v /w/workspace/gexfoundry_device-snmp-go_PR-187:/w/workspace/gexfoundry_device-snmp-go_PR-187:rw,z -v /w/workspace/gexfoundry_device-snmp-go_PR-187@tmp:/w/workspace/gexfoundry_device-snmp-go_PR-187@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 [2022-08-01T05:06:11.232Z] $ docker top b1a30e89d0a9051616764d5e5261bbf2495e3fc113d4500faa180b5e06289bfd -eo pid,comm [Pipeline] { [Pipeline] sh [2022-08-01T05:06:11.644Z] + git config --global --add safe.directory /w/workspace/gexfoundry_device-snmp-go_PR-187 [Pipeline] fileExists [Pipeline] sh [2022-08-01T05:06:12.013Z] + make test [2022-08-01T05:06:12.013Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out [2022-08-01T05:06:12.273Z] ? github.com/edgexfoundry/device-snmp-go [no test files] [2022-08-01T05:06:22.262Z] ? github.com/edgexfoundry/device-snmp-go/cmd [no test files] [2022-08-01T05:06:22.262Z] ok github.com/edgexfoundry/device-snmp-go/internal/driver 0.012s coverage: 0.0% of statements [2022-08-01T05:06:27.544Z] level=warning msg="[linters context] structcheck is disabled because of go1.18. You can track the evolution of the go1.18 support by following the https://github.com/golangci/golangci-lint/issues/2649." [2022-08-01T05:06:27.544Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2022-08-01T05:06:30.842Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-08-01T05:06:30.842Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-08-01T05:06:30.842Z] ./bin/test-attribution-txt.sh [2022-08-01T05:06:30.842Z] An attribution for github.com/nats-io/nats.go is missing from Attribution.txt, please add [2022-08-01T05:06:30.842Z] An attribution for github.com/nats-io/nkeys is missing from Attribution.txt, please add [2022-08-01T05:06:30.842Z] An attribution for github.com/nats-io/nuid is missing from Attribution.txt, please add [Pipeline] echo [2022-08-01T05:06:30.885Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-08-01T05:06:30.915Z] $ docker stop --time=1 b1a30e89d0a9051616764d5e5261bbf2495e3fc113d4500faa180b5e06289bfd [2022-08-01T05:06:33.209Z] $ docker rm -f b1a30e89d0a9051616764d5e5261bbf2495e3fc113d4500faa180b5e06289bfd [Pipeline] // withDockerContainer [Pipeline] sh [2022-08-01T05:06:33.706Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-08-01T05:06:33.764Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2022-08-01T05:06:34.467Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-08-01T05:06:34.778Z] + ls -al . [2022-08-01T05:06:34.778Z] total 172 [2022-08-01T05:06:34.778Z] drwxrwxr-x 9 jenkins jenkins 4096 Aug 1 05:06 . [2022-08-01T05:06:34.778Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 1 05:04 .. [2022-08-01T05:06:34.778Z] -rw-rw-r-- 1 jenkins jenkins 6 Aug 1 05:04 .dockerignore [2022-08-01T05:06:34.778Z] drwxrwxr-x 8 jenkins jenkins 4096 Aug 1 05:06 .git [2022-08-01T05:06:34.778Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 1 05:04 .github [2022-08-01T05:06:34.778Z] -rw-rw-r-- 1 jenkins jenkins 328 Aug 1 05:04 .gitignore [2022-08-01T05:06:34.778Z] -rw-rw-r-- 1 jenkins jenkins 41 Aug 1 05:04 .golangci.yml [2022-08-01T05:06:34.778Z] drwxr-xr-x 3 jenkins jenkins 4096 Aug 1 05:05 .semver [2022-08-01T05:06:34.778Z] -rw-rw-r-- 1 jenkins jenkins 8556 Aug 1 05:04 Attribution.txt [2022-08-01T05:06:34.778Z] -rw-rw-r-- 1 jenkins jenkins 6948 Aug 1 05:04 CHANGELOG.md [2022-08-01T05:06:34.778Z] -rw-rw-r-- 1 jenkins jenkins 1518 Aug 1 05:04 Dockerfile [2022-08-01T05:06:34.778Z] -rw-rw-r-- 1 jenkins jenkins 677 Aug 1 05:04 GOVERNANCE.md [2022-08-01T05:06:34.778Z] -rw-rw-r-- 1 jenkins jenkins 656 Aug 1 05:04 Jenkinsfile [2022-08-01T05:06:34.778Z] -rw-rw-r-- 1 jenkins jenkins 11340 Aug 1 05:04 LICENSE [2022-08-01T05:06:34.778Z] -rw-rw-r-- 1 jenkins jenkins 2334 Aug 1 05:04 Makefile [2022-08-01T05:06:34.778Z] -rw-rw-r-- 1 jenkins jenkins 620 Aug 1 05:04 OWNERS.md [2022-08-01T05:06:34.778Z] -rw-rw-r-- 1 jenkins jenkins 9390 Aug 1 05:04 README.md [2022-08-01T05:06:34.778Z] -rw-rw-r-- 1 jenkins jenkins 5 Aug 1 05:05 VERSION [2022-08-01T05:06:34.778Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 1 05:04 bin [2022-08-01T05:06:34.778Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 1 05:04 cmd [2022-08-01T05:06:34.778Z] -rw-r--r-- 1 jenkins jenkins 7631 Aug 1 05:06 coverage.out [2022-08-01T05:06:34.778Z] -rw-rw-r-- 1 jenkins jenkins 3439 Aug 1 05:04 go.mod [2022-08-01T05:06:34.778Z] -rw-rw-r-- 1 jenkins jenkins 36897 Aug 1 05:04 go.sum [2022-08-01T05:06:34.778Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 1 05:04 internal [2022-08-01T05:06:34.778Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 1 05:04 snap [2022-08-01T05:06:34.778Z] -rw-rw-r-- 1 jenkins jenkins 228 Aug 1 05:04 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-01T05:06:35.179Z] + docker build -t device-snmp -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg MAKE=make build --build-arg ARCH=amd64 --label git_sha=4595f2fdcb273c12dc8e8ae64b0be711bbdd5418 --label arch=amd64 --label version=0.0.0 . [2022-08-01T05:06:35.179Z] Sending build context to Docker daemon 5.465MB [2022-08-01T05:06:35.179Z] Step 1/24 : ARG BASE=golang:1.18-alpine3.16 [2022-08-01T05:06:35.179Z] Step 2/24 : FROM ${BASE} AS builder [2022-08-01T05:06:35.179Z] ---> e38b7b409fd3 [2022-08-01T05:06:35.179Z] Step 3/24 : ARG MAKE='make build' [2022-08-01T05:06:35.441Z] ---> Running in 17c63eb121ce [2022-08-01T05:06:35.441Z] Removing intermediate container 17c63eb121ce [2022-08-01T05:06:35.441Z] ---> 1e0aeff71b34 [2022-08-01T05:06:35.441Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" [2022-08-01T05:06:35.441Z] ---> Running in 129b46d9c1de [2022-08-01T05:06:35.701Z] Removing intermediate container 129b46d9c1de [2022-08-01T05:06:35.701Z] ---> 5c84cf50d92d [2022-08-01T05:06:35.701Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2022-08-01T05:06:35.701Z] ---> Running in 1edbf8813438 [2022-08-01T05:06:35.701Z] Removing intermediate container 1edbf8813438 [2022-08-01T05:06:35.701Z] ---> 2b741321cc3c [2022-08-01T05:06:35.701Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-08-01T05:06:35.701Z] ---> Running in b0c58c94299a [2022-08-01T05:06:36.269Z] Removing intermediate container b0c58c94299a [2022-08-01T05:06:36.269Z] ---> 7cdc7a89c73c [2022-08-01T05:06:36.269Z] Step 7/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-08-01T05:06:36.269Z] ---> Running in a2e26dc5d7bf [2022-08-01T05:06:36.528Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-08-01T05:06:37.469Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-08-01T05:06:37.729Z] OK: 216 MiB in 55 packages [2022-08-01T05:06:37.990Z] Removing intermediate container a2e26dc5d7bf [2022-08-01T05:06:37.990Z] ---> 836a40d61e44 [2022-08-01T05:06:37.990Z] Step 8/24 : WORKDIR /device-snmp-go [2022-08-01T05:06:37.990Z] ---> Running in 47d74e3877cf [2022-08-01T05:06:38.250Z] Removing intermediate container 47d74e3877cf [2022-08-01T05:06:38.250Z] ---> 6f41b0e07921 [2022-08-01T05:06:38.250Z] Step 9/24 : COPY go.mod vendor* ./ [2022-08-01T05:06:38.509Z] ---> 19c9ddfafb88 [2022-08-01T05:06:38.509Z] Step 10/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-08-01T05:06:38.509Z] ---> Running in e51f7cb8ae42 [2022-08-01T05:06:39.479Z] Removing intermediate container e51f7cb8ae42 [2022-08-01T05:06:39.479Z] ---> 57450970b757 [2022-08-01T05:06:39.479Z] Step 11/24 : COPY . . [2022-08-01T05:06:39.739Z] ---> 16d0cdc75734 [2022-08-01T05:06:39.739Z] Step 12/24 : RUN ${MAKE} [2022-08-01T05:06:39.739Z] ---> Running in 98ba4ac30987 [2022-08-01T05:06:40.002Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/device-sdk-go/v2/internal/common.SDKVersion=v2.3.0-dev.18 -X github.com/edgexfoundry/device-snmp-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/device-snmp ./cmd [2022-08-01T05:07:01.982Z] Removing intermediate container 98ba4ac30987 [2022-08-01T05:07:01.982Z] ---> 35fca234fbc4 [2022-08-01T05:07:01.982Z] Step 13/24 : FROM alpine:3.16 [2022-08-01T05:07:01.982Z] 3.16: Pulling from library/alpine [2022-08-01T05:07:01.982Z] 530afca65e2e: Pulling fs layer [2022-08-01T05:07:01.982Z] 530afca65e2e: Verifying Checksum [2022-08-01T05:07:01.982Z] 530afca65e2e: Download complete [2022-08-01T05:07:01.982Z] 530afca65e2e: Pull complete [2022-08-01T05:07:01.982Z] Digest: sha256:7580ece7963bfa863801466c0a488f11c86f85d9988051a9f9c68cb27f6b7872 [2022-08-01T05:07:01.982Z] Status: Downloaded newer image for alpine:3.16 [2022-08-01T05:07:01.982Z] ---> d7d3d98c851f [2022-08-01T05:07:01.982Z] Step 14/24 : RUN apk add --update --no-cache zeromq dumb-init [2022-08-01T05:07:01.982Z] ---> Running in ea24908ad65b [2022-08-01T05:07:01.982Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-08-01T05:07:01.982Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-08-01T05:07:01.982Z] (1/6) Installing dumb-init (1.2.5-r1) [2022-08-01T05:07:01.983Z] (2/6) Installing libgcc (11.2.1_git20220219-r2) [2022-08-01T05:07:01.983Z] (3/6) Installing libsodium (1.0.18-r0) [2022-08-01T05:07:01.983Z] (4/6) Installing libstdc++ (11.2.1_git20220219-r2) [2022-08-01T05:07:01.983Z] (5/6) Installing libzmq (4.3.4-r0) [2022-08-01T05:07:01.983Z] (6/6) Installing zeromq (4.3.4-r0) [2022-08-01T05:07:01.983Z] Executing busybox-1.35.0-r15.trigger [2022-08-01T05:07:01.983Z] OK: 8 MiB in 20 packages [2022-08-01T05:07:01.983Z] Removing intermediate container ea24908ad65b [2022-08-01T05:07:01.983Z] ---> 44951b36e5f7 [2022-08-01T05:07:01.983Z] Step 15/24 : COPY --from=builder /device-snmp-go/cmd / [2022-08-01T05:07:02.246Z] ---> b0cc8f917b6d [2022-08-01T05:07:02.246Z] Step 16/24 : COPY --from=builder /device-snmp-go/Attribution.txt / [2022-08-01T05:07:02.507Z] ---> 0586efbcc60b [2022-08-01T05:07:02.507Z] Step 17/24 : COPY --from=builder /device-snmp-go/LICENSE / [2022-08-01T05:07:02.507Z] ---> ebafc0d93795 [2022-08-01T05:07:02.507Z] Step 18/24 : EXPOSE 59993 [2022-08-01T05:07:02.507Z] ---> Running in 1d9cf7664b81 [2022-08-01T05:07:02.769Z] Removing intermediate container 1d9cf7664b81 [2022-08-01T05:07:02.769Z] ---> 0e321b02a335 [2022-08-01T05:07:02.769Z] Step 19/24 : EXPOSE 161 [2022-08-01T05:07:02.769Z] ---> Running in 2c250bf64e69 [2022-08-01T05:07:02.769Z] Removing intermediate container 2c250bf64e69 [2022-08-01T05:07:02.769Z] ---> e1a04ba70a01 [2022-08-01T05:07:02.769Z] Step 20/24 : ENTRYPOINT ["/device-snmp"] [2022-08-01T05:07:02.769Z] ---> Running in 3dcd89b1798d [2022-08-01T05:07:02.769Z] Removing intermediate container 3dcd89b1798d [2022-08-01T05:07:02.769Z] ---> e71ddd1154cf [2022-08-01T05:07:02.769Z] Step 21/24 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--confdir=/res", "--registry"] [2022-08-01T05:07:02.769Z] ---> Running in a1c237fafe01 [2022-08-01T05:07:03.029Z] Removing intermediate container a1c237fafe01 [2022-08-01T05:07:03.029Z] ---> dbf618958dc8 [2022-08-01T05:07:03.029Z] Step 22/24 : LABEL arch=amd64 [2022-08-01T05:07:03.029Z] ---> Running in 4da48e7302c8 [2022-08-01T05:07:03.029Z] Removing intermediate container 4da48e7302c8 [2022-08-01T05:07:03.029Z] ---> 34f10ef46045 [2022-08-01T05:07:03.029Z] Step 23/24 : LABEL git_sha=4595f2fdcb273c12dc8e8ae64b0be711bbdd5418 [2022-08-01T05:07:03.029Z] ---> Running in bfa47014c9bf [2022-08-01T05:07:03.029Z] Removing intermediate container bfa47014c9bf [2022-08-01T05:07:03.029Z] ---> 04b325f5575e [2022-08-01T05:07:03.029Z] Step 24/24 : LABEL version=0.0.0 [2022-08-01T05:07:03.029Z] ---> Running in 651450a59174 [2022-08-01T05:07:03.290Z] Removing intermediate container 651450a59174 [2022-08-01T05:07:03.290Z] ---> 998672a434a3 [2022-08-01T05:07:03.290Z] [Warning] One or more build-args [ARCH] were not consumed [2022-08-01T05:07:03.290Z] Successfully built 998672a434a3 [2022-08-01T05:07:03.290Z] Successfully tagged device-snmp:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-01T05:07:04.135Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-08-01T05:07:04.136Z] [2022-08-01T05:07:04.136Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-01T05:07:04.516Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-08-01T05:07:04.516Z] latest: Pulling from edgex-lftools-log-publisher [2022-08-01T05:07:04.516Z] 5eb5b503b376: Pulling fs layer [2022-08-01T05:07:04.516Z] 5c69ac0246d0: Pulling fs layer [2022-08-01T05:07:04.516Z] ec43610c2a17: Pulling fs layer [2022-08-01T05:07:04.516Z] 3a2ae6a8a46f: Pulling fs layer [2022-08-01T05:07:04.516Z] 33b1e0a273af: Pulling fs layer [2022-08-01T05:07:04.516Z] 5d3b04190fa2: Pulling fs layer [2022-08-01T05:07:04.516Z] 2f39f015ded8: Pulling fs layer [2022-08-01T05:07:04.516Z] 33b1e0a273af: Waiting [2022-08-01T05:07:04.516Z] 2f39f015ded8: Waiting [2022-08-01T05:07:04.516Z] 5d3b04190fa2: Waiting [2022-08-01T05:07:04.516Z] 3a2ae6a8a46f: Waiting [2022-08-01T05:07:04.516Z] 5c69ac0246d0: Verifying Checksum [2022-08-01T05:07:04.516Z] 5c69ac0246d0: Download complete [2022-08-01T05:07:04.516Z] 3a2ae6a8a46f: Download complete [2022-08-01T05:07:04.516Z] 33b1e0a273af: Verifying Checksum [2022-08-01T05:07:04.516Z] 33b1e0a273af: Download complete [2022-08-01T05:07:04.777Z] 5d3b04190fa2: Download complete [2022-08-01T05:07:04.777Z] ec43610c2a17: Verifying Checksum [2022-08-01T05:07:04.777Z] ec43610c2a17: Download complete [2022-08-01T05:07:04.777Z] 5eb5b503b376: Verifying Checksum [2022-08-01T05:07:04.777Z] 5eb5b503b376: Download complete [2022-08-01T05:07:05.348Z] 2f39f015ded8: Verifying Checksum [2022-08-01T05:07:05.348Z] 2f39f015ded8: Download complete [2022-08-01T05:07:06.287Z] 5eb5b503b376: Pull complete [2022-08-01T05:07:06.287Z] 5c69ac0246d0: Pull complete [2022-08-01T05:07:06.858Z] ec43610c2a17: Pull complete [2022-08-01T05:07:06.858Z] 3a2ae6a8a46f: Pull complete [2022-08-01T05:07:07.119Z] 33b1e0a273af: Pull complete [2022-08-01T05:07:07.119Z] 5d3b04190fa2: Pull complete [2022-08-01T05:07:12.460Z] 2f39f015ded8: Pull complete [2022-08-01T05:07:12.460Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2022-08-01T05:07:12.460Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-08-01T05:07:12.460Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-01T05:07:12.701Z] prd-ubuntu20.04-docker-8c-8g-21638 does not seem to be running inside a container [2022-08-01T05:07:12.738Z] $ 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-187 -v /w/workspace/gexfoundry_device-snmp-go_PR-187:/w/workspace/gexfoundry_device-snmp-go_PR-187:rw,z -v /w/workspace/gexfoundry_device-snmp-go_PR-187@tmp:/w/workspace/gexfoundry_device-snmp-go_PR-187@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 [2022-08-01T05:07:16.496Z] $ docker top 54f321e3bb58c553f1bd3841c79f3816bea6d4d7eaa0bc9e4c2bfdf08bb9186d -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-08-01T05:07:16.995Z] ---> job-cost.sh [2022-08-01T05:07:16.995Z] lf-activate-venv: SKIPPING [2022-08-01T05:07:16.995Z] INFO: No Stack... [2022-08-01T05:07:17.254Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-08-01T05:07:17.504Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-21640 in /w/workspace/gexfoundry_device-snmp-go_PR-187 [Pipeline] { [Pipeline] ws [2022-08-01T05:07:17.550Z] Running in /w/workspace/device-snmp-go/1 [Pipeline] { [Pipeline] checkout [2022-08-01T05:07:17.623Z] Selected Git installation does not exist. Using Default [2022-08-01T05:07:17.623Z] The recommended git tool is: NONE [2022-08-01T05:07:17.824Z] INFO: Archiving Costs [Pipeline] sh [2022-08-01T05:07:18.191Z] + cat /w/workspace/gexfoundry_device-snmp-go_PR-187/archives/cost.csv [2022-08-01T05:07:18.192Z] + cut -d, -f6 [Pipeline] lock [2022-08-01T05:07:18.243Z] Trying to acquire lock on [jenkins-edgexfoundry-device-snmp-go-PR-187-1-stack-cost] [2022-08-01T05:07:18.247Z] Resource [jenkins-edgexfoundry-device-snmp-go-PR-187-1-stack-cost] did not exist. Created. [2022-08-01T05:07:18.247Z] Lock acquired on [jenkins-edgexfoundry-device-snmp-go-PR-187-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-08-01T05:07:18.639Z] + echo total: 0.2199999988079071 [Pipeline] stash [2022-08-01T05:07:18.689Z] Stashed 1 file(s) [Pipeline] } [2022-08-01T05:07:18.718Z] Lock released on resource [jenkins-edgexfoundry-device-snmp-go-PR-187-1-stack-cost] [Pipeline] // lock [Pipeline] } [2022-08-01T05:07:18.803Z] $ docker stop --time=1 54f321e3bb58c553f1bd3841c79f3816bea6d4d7eaa0bc9e4c2bfdf08bb9186d [2022-08-01T05:07:19.993Z] $ docker rm -f 54f321e3bb58c553f1bd3841c79f3816bea6d4d7eaa0bc9e4c2bfdf08bb9186d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-08-01T05:07:23.878Z] using credential edgex-jenkins-ssh [2022-08-01T05:07:23.895Z] Cloning the remote Git repository [2022-08-01T05:07:23.957Z] Cloning repository git@github.com:edgexfoundry/device-snmp-go.git [2022-08-01T05:07:24.031Z] > git init /w/workspace/device-snmp-go/1 # timeout=10 [2022-08-01T05:07:24.104Z] Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git [2022-08-01T05:07:24.105Z] > git --version # timeout=10 [2022-08-01T05:07:24.130Z] > git --version # 'git version 2.25.1' [2022-08-01T05:07:24.132Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-08-01T05:07:24.283Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-08-01T05:07:25.262Z] > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 [2022-08-01T05:07:25.291Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-08-01T05:07:25.316Z] > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 [2022-08-01T05:07:25.360Z] Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git [2022-08-01T05:07:25.361Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-08-01T05:07:25.387Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/pull/187/head:refs/remotes/origin/PR-187 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2022-08-01T05:07:25.810Z] Merging remotes/origin/main commit a30604e7d8ec87dceb0eb4409beb538cfe41877d into PR head commit 4595f2fdcb273c12dc8e8ae64b0be711bbdd5418 [2022-08-01T05:07:26.011Z] Merge succeeded, producing 4595f2fdcb273c12dc8e8ae64b0be711bbdd5418 [2022-08-01T05:07:26.012Z] Checking out Revision 4595f2fdcb273c12dc8e8ae64b0be711bbdd5418 (PR-187) [2022-08-01T05:07:25.836Z] > git config core.sparsecheckout # timeout=10 [2022-08-01T05:07:25.853Z] > git checkout -f 4595f2fdcb273c12dc8e8ae64b0be711bbdd5418 # timeout=10 [2022-08-01T05:07:25.931Z] > git remote # timeout=10 [2022-08-01T05:07:25.946Z] > git config --get remote.origin.url # timeout=10 [2022-08-01T05:07:25.962Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-08-01T05:07:25.973Z] > git merge a30604e7d8ec87dceb0eb4409beb538cfe41877d # timeout=10 [2022-08-01T05:07:25.997Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-08-01T05:07:26.022Z] > git config core.sparsecheckout # timeout=10 [2022-08-01T05:07:26.032Z] > git checkout -f 4595f2fdcb273c12dc8e8ae64b0be711bbdd5418 # timeout=10 [2022-08-01T05:07:30.191Z] Commit message: "build(deps): bump github.com/edgexfoundry/device-sdk-go/v2" [2022-08-01T05:07:30.254Z] > git --version # timeout=10 [2022-08-01T05:07:30.266Z] > git --version # 'git version 2.25.1' [2022-08-01T05:07:30.283Z] fatal: bad object 2c432abcf2d142718d3fe157e81a44428d9b823e [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-08-01T05:07:31.328Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2022-08-01T05:07:31.328Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-08-01T05:07:31.328Z] Dload Upload Total Spent Left Speed [2022-08-01T05:07:31.328Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12332 100 12332 0 0 101k 0 --:--:-- --:--:-- --:--:-- 101k [Pipeline] sh [2022-08-01T05:07:32.332Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2022-08-01T05:07:32.702Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2022-08-01T05:07:32.702Z] + sudo tee /etc/docker/daemon.new [2022-08-01T05:07:32.702Z] { [2022-08-01T05:07:32.702Z] "registry-mirrors": [ [2022-08-01T05:07:32.702Z] "https://nexus3.edgexfoundry.org:10001" [2022-08-01T05:07:32.702Z] ], [2022-08-01T05:07:32.702Z] "bip": "10.250.0.254/24", [2022-08-01T05:07:32.702Z] "hosts": [ [2022-08-01T05:07:32.702Z] "tcp://0.0.0.0:5555", [2022-08-01T05:07:32.702Z] "unix:///var/run/docker.sock" [2022-08-01T05:07:32.702Z] ], [2022-08-01T05:07:32.702Z] "mtu": 1458, [2022-08-01T05:07:32.702Z] "selinux-enabled": true, [2022-08-01T05:07:32.702Z] "seccomp-profile": "/etc/docker/seccomp.json" [2022-08-01T05:07:32.702Z] } [Pipeline] sh [2022-08-01T05:07:33.064Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2022-08-01T05:07:33.421Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-08-01T05:07:51.840Z] provisioning config files... [2022-08-01T05:07:51.867Z] copy managed file [device-snmp-go-settings] to file:/w/workspace/device-snmp-go/1@tmp/config4031009853721006379tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-08-01T05:07:52.266Z] ---> docker-login.sh [2022-08-01T05:07:52.266Z] nexus3.edgexfoundry.org:10001 [2022-08-01T05:07:52.865Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-01T05:07:53.139Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-01T05:07:53.139Z] Configure a credential helper to remove this warning. See [2022-08-01T05:07:53.139Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-01T05:07:53.139Z] [2022-08-01T05:07:53.139Z] Login Succeeded [2022-08-01T05:07:53.139Z] nexus3.edgexfoundry.org:10002 [2022-08-01T05:07:53.412Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-01T05:07:53.412Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-01T05:07:53.412Z] Configure a credential helper to remove this warning. See [2022-08-01T05:07:53.412Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-01T05:07:53.412Z] [2022-08-01T05:07:53.412Z] Login Succeeded [2022-08-01T05:07:53.412Z] nexus3.edgexfoundry.org:10003 [2022-08-01T05:07:54.013Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-01T05:07:54.013Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-01T05:07:54.013Z] Configure a credential helper to remove this warning. See [2022-08-01T05:07:54.013Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-01T05:07:54.013Z] [2022-08-01T05:07:54.013Z] Login Succeeded [2022-08-01T05:07:54.013Z] nexus3.edgexfoundry.org:10004 [2022-08-01T05:07:54.289Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-01T05:07:54.289Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-01T05:07:54.289Z] Configure a credential helper to remove this warning. See [2022-08-01T05:07:54.290Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-01T05:07:54.290Z] [2022-08-01T05:07:54.561Z] Login Succeeded [2022-08-01T05:07:54.561Z] docker.io [2022-08-01T05:07:54.836Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-01T05:07:55.109Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-01T05:07:55.110Z] Configure a credential helper to remove this warning. See [2022-08-01T05:07:55.110Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-01T05:07:55.110Z] [2022-08-01T05:07:55.110Z] Login Succeeded [2022-08-01T05:07:55.110Z] ---> docker-login.sh ends [Pipeline] } [2022-08-01T05:07:55.139Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-08-01T05:07:55.564Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-08-01T05:07:55.599Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-08-01T05:07:55.634Z] ========================================================= [2022-08-01T05:07:55.634Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2022-08-01T05:07:55.634Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-01T05:07:56.150Z] + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine --build-arg MAKE=echo noop --target=builder . [2022-08-01T05:07:56.423Z] Sending build context to Docker daemon 2.813MB [2022-08-01T05:07:56.423Z] Step 1/12 : ARG BASE=golang:1.18-alpine3.16 [2022-08-01T05:07:56.423Z] Step 2/12 : FROM ${BASE} AS builder [2022-08-01T05:07:56.707Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2022-08-01T05:07:56.707Z] b3c136eddcbf: Pulling fs layer [2022-08-01T05:07:56.707Z] c0a3192eca97: Pulling fs layer [2022-08-01T05:07:56.707Z] a050256f5b6f: Pulling fs layer [2022-08-01T05:07:56.707Z] 656be50a0ddc: Pulling fs layer [2022-08-01T05:07:56.707Z] 2bbca73fdf42: Pulling fs layer [2022-08-01T05:07:56.707Z] 46d945488cbd: Pulling fs layer [2022-08-01T05:07:56.707Z] 8a5474983e97: Pulling fs layer [2022-08-01T05:07:56.707Z] 329c88fbcd65: Pulling fs layer [2022-08-01T05:07:56.707Z] 656be50a0ddc: Waiting [2022-08-01T05:07:56.707Z] 2bbca73fdf42: Waiting [2022-08-01T05:07:56.707Z] 46d945488cbd: Waiting [2022-08-01T05:07:56.707Z] 8a5474983e97: Waiting [2022-08-01T05:07:56.707Z] 329c88fbcd65: Waiting [2022-08-01T05:07:56.707Z] a050256f5b6f: Verifying Checksum [2022-08-01T05:07:56.707Z] a050256f5b6f: Download complete [2022-08-01T05:07:56.707Z] c0a3192eca97: Verifying Checksum [2022-08-01T05:07:56.707Z] c0a3192eca97: Download complete [2022-08-01T05:07:56.707Z] 2bbca73fdf42: Verifying Checksum [2022-08-01T05:07:56.707Z] 2bbca73fdf42: Download complete [2022-08-01T05:07:56.707Z] 46d945488cbd: Verifying Checksum [2022-08-01T05:07:56.707Z] 46d945488cbd: Download complete [2022-08-01T05:07:56.707Z] b3c136eddcbf: Download complete [2022-08-01T05:07:57.699Z] b3c136eddcbf: Pull complete [2022-08-01T05:07:57.699Z] 329c88fbcd65: Verifying Checksum [2022-08-01T05:07:57.699Z] 329c88fbcd65: Download complete [2022-08-01T05:07:58.300Z] c0a3192eca97: Pull complete [2022-08-01T05:07:58.578Z] a050256f5b6f: Pull complete [2022-08-01T05:07:58.854Z] 8a5474983e97: Verifying Checksum [2022-08-01T05:07:58.854Z] 8a5474983e97: Download complete [2022-08-01T05:07:59.833Z] 656be50a0ddc: Verifying Checksum [2022-08-01T05:07:59.833Z] 656be50a0ddc: Download complete [2022-08-01T05:08:12.233Z] 656be50a0ddc: Pull complete [2022-08-01T05:08:12.233Z] 2bbca73fdf42: Pull complete [2022-08-01T05:08:12.506Z] 46d945488cbd: Pull complete [2022-08-01T05:08:19.224Z] 8a5474983e97: Pull complete [2022-08-01T05:08:20.666Z] 329c88fbcd65: Pull complete [2022-08-01T05:08:20.666Z] Digest: sha256:53af0e8f7504757f555691f1ffb14839a2b3754f429f24055fc4060c6a6ea7d8 [2022-08-01T05:08:20.942Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2022-08-01T05:08:20.942Z] ---> ff4287adb874 [2022-08-01T05:08:20.942Z] Step 3/12 : ARG MAKE='make build' [2022-08-01T05:08:21.541Z] ---> Running in b3202bccf6ab [2022-08-01T05:08:22.148Z] Removing intermediate container b3202bccf6ab [2022-08-01T05:08:22.148Z] ---> c2c4de6656fc [2022-08-01T05:08:22.148Z] Step 4/12 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" [2022-08-01T05:08:22.148Z] ---> Running in 2e657b960b88 [2022-08-01T05:08:22.428Z] Removing intermediate container 2e657b960b88 [2022-08-01T05:08:22.428Z] ---> bd763a647230 [2022-08-01T05:08:22.428Z] Step 5/12 : ARG ALPINE_PKG_EXTRA="" [2022-08-01T05:08:22.428Z] ---> Running in 02bd9e1ca37e [2022-08-01T05:08:22.702Z] Removing intermediate container 02bd9e1ca37e [2022-08-01T05:08:22.702Z] ---> 9a63e76fdbb4 [2022-08-01T05:08:22.702Z] Step 6/12 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-08-01T05:08:22.976Z] ---> Running in 183fd941ddc2 [2022-08-01T05:08:26.375Z] Removing intermediate container 183fd941ddc2 [2022-08-01T05:08:26.375Z] ---> 14b4f534f84e [2022-08-01T05:08:26.375Z] Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-08-01T05:08:26.375Z] ---> Running in 9c92e3941596 [2022-08-01T05:08:26.969Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-08-01T05:08:27.956Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-08-01T05:08:28.944Z] (1/4) Installing openssh-keygen (9.0_p1-r2) [2022-08-01T05:08:28.944Z] (2/4) Installing libedit (20210910.3.1-r0) [2022-08-01T05:08:28.944Z] (3/4) Installing openssh-client-common (9.0_p1-r2) [2022-08-01T05:08:29.223Z] (4/4) Installing openssh-client-default (9.0_p1-r2) [2022-08-01T05:08:29.223Z] Executing busybox-1.35.0-r13.trigger [2022-08-01T05:08:29.223Z] OK: 226 MiB in 55 packages [2022-08-01T05:08:30.208Z] Removing intermediate container 9c92e3941596 [2022-08-01T05:08:30.208Z] ---> 754b9aa4623e [2022-08-01T05:08:30.208Z] Step 8/12 : WORKDIR /device-snmp-go [2022-08-01T05:08:30.208Z] ---> Running in a60d4132befe [2022-08-01T05:08:30.487Z] Removing intermediate container a60d4132befe [2022-08-01T05:08:30.487Z] ---> a61913066b08 [2022-08-01T05:08:30.487Z] Step 9/12 : COPY go.mod vendor* ./ [2022-08-01T05:08:31.096Z] ---> ddfb4d1ee32e [2022-08-01T05:08:31.096Z] Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-08-01T05:08:31.096Z] ---> Running in be599789cba2 [2022-08-01T05:09:18.131Z] Removing intermediate container be599789cba2 [2022-08-01T05:09:18.131Z] ---> 909481f9f0b0 [2022-08-01T05:09:18.131Z] Step 11/12 : COPY . . [2022-08-01T05:09:19.116Z] ---> 6f381b521dc5 [2022-08-01T05:09:19.116Z] Step 12/12 : RUN ${MAKE} [2022-08-01T05:09:19.116Z] ---> Running in 19c094f271e3 [2022-08-01T05:09:20.103Z] noop [2022-08-01T05:09:20.699Z] Removing intermediate container 19c094f271e3 [2022-08-01T05:09:20.699Z] ---> 94e068765fd8 [2022-08-01T05:09:20.699Z] Successfully built 94e068765fd8 [2022-08-01T05:09:20.699Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-01T05:09:21.186Z] + docker inspect -f . ci-base-image-arm64 [2022-08-01T05:09:21.186Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-01T05:09:21.505Z] prd-ubuntu20.04-docker-arm64-4c-16g-21640 does not seem to be running inside a container [2022-08-01T05:09:21.588Z] $ 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 ******** -e ******** ci-base-image-arm64 cat [2022-08-01T05:09:22.880Z] $ docker top 3fa8f204049b3f54b444965d64687e0c1d8feb1c2f2d39e650e4635ad1d9d0d3 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-08-01T05:09:23.837Z] + go version [2022-08-01T05:09:23.837Z] go version go1.18.3 linux/arm64 [Pipeline] } [2022-08-01T05:09:23.883Z] $ docker stop --time=1 3fa8f204049b3f54b444965d64687e0c1d8feb1c2f2d39e650e4635ad1d9d0d3 [2022-08-01T05:09:25.521Z] $ docker rm -f 3fa8f204049b3f54b444965d64687e0c1d8feb1c2f2d39e650e4635ad1d9d0d3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-01T05:09:26.447Z] + docker inspect -f . ci-base-image-arm64 [2022-08-01T05:09:26.447Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-01T05:09:26.767Z] prd-ubuntu20.04-docker-arm64-4c-16g-21640 does not seem to be running inside a container [2022-08-01T05:09:26.852Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -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 ******** -e ******** ci-base-image-arm64 cat [2022-08-01T05:09:28.103Z] $ docker top 0a1193f056a576969618c2110317b0a2cda9492ceabc5055874b2fc3a781fd98 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-08-01T05:09:29.081Z] + git config --global --add safe.directory /w/workspace/device-snmp-go/1 [Pipeline] fileExists [Pipeline] sh [2022-08-01T05:09:29.806Z] + make test [2022-08-01T05:09:29.806Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out [2022-08-01T05:09:31.794Z] ? github.com/edgexfoundry/device-snmp-go [no test files] [2022-08-01T05:10:53.696Z] ? github.com/edgexfoundry/device-snmp-go/cmd [no test files] [2022-08-01T05:10:53.696Z] ok github.com/edgexfoundry/device-snmp-go/internal/driver 0.041s coverage: 0.0% of statements [2022-08-01T05:10:53.696Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2022-08-01T05:10:53.696Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2022-08-01T05:11:15.920Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-08-01T05:11:15.920Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-08-01T05:11:15.920Z] ./bin/test-attribution-txt.sh [2022-08-01T05:11:15.920Z] An attribution for github.com/nats-io/nats.go is missing from Attribution.txt, please add [2022-08-01T05:11:15.920Z] An attribution for github.com/nats-io/nkeys is missing from Attribution.txt, please add [2022-08-01T05:11:15.920Z] An attribution for github.com/nats-io/nuid is missing from Attribution.txt, please add [Pipeline] echo [2022-08-01T05:11:15.957Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-08-01T05:11:15.991Z] $ docker stop --time=1 0a1193f056a576969618c2110317b0a2cda9492ceabc5055874b2fc3a781fd98 [2022-08-01T05:11:17.804Z] $ docker rm -f 0a1193f056a576969618c2110317b0a2cda9492ceabc5055874b2fc3a781fd98 [Pipeline] // withDockerContainer [Pipeline] sh [2022-08-01T05:11:18.843Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-08-01T05:11:18.877Z] Warning: overwriting stash ‘coverage-report’ [2022-08-01T05:11:19.370Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-08-01T05:11:19.986Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-08-01T05:11:20.340Z] + ls -al . [2022-08-01T05:11:20.340Z] total 168 [2022-08-01T05:11:20.340Z] drwxrwxr-x 8 jenkins jenkins 4096 Aug 1 05:09 . [2022-08-01T05:11:20.340Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 1 05:07 .. [2022-08-01T05:11:20.340Z] -rw-rw-r-- 1 jenkins jenkins 6 Aug 1 05:07 .dockerignore [2022-08-01T05:11:20.340Z] drwxrwxr-x 8 jenkins jenkins 4096 Aug 1 05:07 .git [2022-08-01T05:11:20.340Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 1 05:07 .github [2022-08-01T05:11:20.340Z] -rw-rw-r-- 1 jenkins jenkins 328 Aug 1 05:07 .gitignore [2022-08-01T05:11:20.340Z] -rw-rw-r-- 1 jenkins jenkins 41 Aug 1 05:07 .golangci.yml [2022-08-01T05:11:20.340Z] -rw-rw-r-- 1 jenkins jenkins 8556 Aug 1 05:07 Attribution.txt [2022-08-01T05:11:20.340Z] -rw-rw-r-- 1 jenkins jenkins 6948 Aug 1 05:07 CHANGELOG.md [2022-08-01T05:11:20.340Z] -rw-rw-r-- 1 jenkins jenkins 1518 Aug 1 05:07 Dockerfile [2022-08-01T05:11:20.340Z] -rw-rw-r-- 1 jenkins jenkins 677 Aug 1 05:07 GOVERNANCE.md [2022-08-01T05:11:20.340Z] -rw-rw-r-- 1 jenkins jenkins 656 Aug 1 05:07 Jenkinsfile [2022-08-01T05:11:20.340Z] -rw-rw-r-- 1 jenkins jenkins 11340 Aug 1 05:07 LICENSE [2022-08-01T05:11:20.340Z] -rw-rw-r-- 1 jenkins jenkins 2334 Aug 1 05:07 Makefile [2022-08-01T05:11:20.340Z] -rw-rw-r-- 1 jenkins jenkins 620 Aug 1 05:07 OWNERS.md [2022-08-01T05:11:20.340Z] -rw-rw-r-- 1 jenkins jenkins 9390 Aug 1 05:07 README.md [2022-08-01T05:11:20.340Z] -rw-rw-r-- 1 jenkins jenkins 5 Aug 1 05:05 VERSION [2022-08-01T05:11:20.340Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 1 05:07 bin [2022-08-01T05:11:20.340Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 1 05:07 cmd [2022-08-01T05:11:20.341Z] -rw-r--r-- 1 jenkins jenkins 7631 Aug 1 05:10 coverage.out [2022-08-01T05:11:20.341Z] -rw-rw-r-- 1 jenkins jenkins 3439 Aug 1 05:07 go.mod [2022-08-01T05:11:20.341Z] -rw-rw-r-- 1 jenkins jenkins 36897 Aug 1 05:07 go.sum [2022-08-01T05:11:20.341Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 1 05:07 internal [2022-08-01T05:11:20.341Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 1 05:07 snap [2022-08-01T05:11:20.341Z] -rw-rw-r-- 1 jenkins jenkins 228 Aug 1 05:07 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-01T05:11:20.790Z] + docker build -t device-snmp-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=4595f2fdcb273c12dc8e8ae64b0be711bbdd5418 --label arch=arm64 --label version=0.0.0 . [2022-08-01T05:11:21.070Z] Sending build context to Docker daemon 2.822MB [2022-08-01T05:11:21.070Z] Step 1/24 : ARG BASE=golang:1.18-alpine3.16 [2022-08-01T05:11:21.070Z] Step 2/24 : FROM ${BASE} AS builder [2022-08-01T05:11:21.070Z] ---> 94e068765fd8 [2022-08-01T05:11:21.070Z] Step 3/24 : ARG MAKE='make build' [2022-08-01T05:11:21.350Z] ---> Running in fd78aeac4eae [2022-08-01T05:11:21.629Z] Removing intermediate container fd78aeac4eae [2022-08-01T05:11:21.629Z] ---> c12de3096cb1 [2022-08-01T05:11:21.629Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" [2022-08-01T05:11:21.629Z] ---> Running in 750cd7a6c861 [2022-08-01T05:11:21.911Z] Removing intermediate container 750cd7a6c861 [2022-08-01T05:11:21.911Z] ---> 3fee496258ff [2022-08-01T05:11:21.911Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2022-08-01T05:11:22.189Z] ---> Running in 8e72f0cd04a9 [2022-08-01T05:11:22.477Z] Removing intermediate container 8e72f0cd04a9 [2022-08-01T05:11:22.477Z] ---> f79c5812820c [2022-08-01T05:11:22.477Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-08-01T05:11:22.477Z] ---> Running in 8d3ec4910a71 [2022-08-01T05:11:24.468Z] Removing intermediate container 8d3ec4910a71 [2022-08-01T05:11:24.468Z] ---> 857c3624ff3c [2022-08-01T05:11:24.468Z] Step 7/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-08-01T05:11:24.468Z] ---> Running in e7572c2d589e [2022-08-01T05:11:25.452Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-08-01T05:11:26.433Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-08-01T05:11:27.419Z] OK: 226 MiB in 55 packages [2022-08-01T05:11:28.020Z] Removing intermediate container e7572c2d589e [2022-08-01T05:11:28.020Z] ---> 1b791f03a2c8 [2022-08-01T05:11:28.020Z] Step 8/24 : WORKDIR /device-snmp-go [2022-08-01T05:11:28.020Z] ---> Running in 55fa029bebde [2022-08-01T05:11:28.625Z] Removing intermediate container 55fa029bebde [2022-08-01T05:11:28.625Z] ---> 715e18b6bf1b [2022-08-01T05:11:28.625Z] Step 9/24 : COPY go.mod vendor* ./ [2022-08-01T05:11:29.232Z] ---> 75c743dfdc85 [2022-08-01T05:11:29.232Z] Step 10/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-08-01T05:11:29.232Z] ---> Running in a102d1f44752 [2022-08-01T05:11:31.225Z] Removing intermediate container a102d1f44752 [2022-08-01T05:11:31.225Z] ---> 1401a78daafd [2022-08-01T05:11:31.225Z] Step 11/24 : COPY . . [2022-08-01T05:11:32.223Z] ---> 11186f22c8bf [2022-08-01T05:11:32.223Z] Step 12/24 : RUN ${MAKE} [2022-08-01T05:11:32.223Z] ---> Running in 92f97fa541f2 [2022-08-01T05:11:33.214Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/device-sdk-go/v2/internal/common.SDKVersion=v2.3.0-dev.18 -X github.com/edgexfoundry/device-snmp-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/device-snmp ./cmd [2022-08-01T05:13:55.200Z] Removing intermediate container 92f97fa541f2 [2022-08-01T05:13:55.200Z] ---> 1d0bcdfc6e76 [2022-08-01T05:13:55.200Z] Step 13/24 : FROM alpine:3.16 [2022-08-01T05:13:55.200Z] 3.16: Pulling from library/alpine [2022-08-01T05:13:55.200Z] f97344484467: Pulling fs layer [2022-08-01T05:13:55.200Z] f97344484467: Verifying Checksum [2022-08-01T05:13:55.200Z] f97344484467: Download complete [2022-08-01T05:13:55.200Z] f97344484467: Pull complete [2022-08-01T05:13:55.200Z] Digest: sha256:7580ece7963bfa863801466c0a488f11c86f85d9988051a9f9c68cb27f6b7872 [2022-08-01T05:13:55.200Z] Status: Downloaded newer image for alpine:3.16 [2022-08-01T05:13:55.200Z] ---> 3d81c46cd875 [2022-08-01T05:13:55.200Z] Step 14/24 : RUN apk add --update --no-cache zeromq dumb-init [2022-08-01T05:13:55.200Z] ---> Running in f35aa9051afc [2022-08-01T05:13:55.200Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-08-01T05:13:55.200Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-08-01T05:13:55.200Z] (1/6) Installing dumb-init (1.2.5-r1) [2022-08-01T05:13:55.200Z] (2/6) Installing libgcc (11.2.1_git20220219-r2) [2022-08-01T05:13:55.200Z] (3/6) Installing libsodium (1.0.18-r0) [2022-08-01T05:13:55.200Z] (4/6) Installing libstdc++ (11.2.1_git20220219-r2) [2022-08-01T05:13:55.200Z] (5/6) Installing libzmq (4.3.4-r0) [2022-08-01T05:13:55.200Z] (6/6) Installing zeromq (4.3.4-r0) [2022-08-01T05:13:55.200Z] Executing busybox-1.35.0-r15.trigger [2022-08-01T05:13:55.200Z] OK: 8 MiB in 20 packages [2022-08-01T05:13:55.200Z] Removing intermediate container f35aa9051afc [2022-08-01T05:13:55.200Z] ---> b66b86ed24e1 [2022-08-01T05:13:55.200Z] Step 15/24 : COPY --from=builder /device-snmp-go/cmd / [2022-08-01T05:13:55.200Z] ---> 70a375439c55 [2022-08-01T05:13:55.200Z] Step 16/24 : COPY --from=builder /device-snmp-go/Attribution.txt / [2022-08-01T05:13:55.200Z] ---> e5470c0f46ec [2022-08-01T05:13:55.200Z] Step 17/24 : COPY --from=builder /device-snmp-go/LICENSE / [2022-08-01T05:13:55.200Z] ---> 960e088a6b97 [2022-08-01T05:13:55.200Z] Step 18/24 : EXPOSE 59993 [2022-08-01T05:13:55.200Z] ---> Running in f0fc6609aab0 [2022-08-01T05:13:55.200Z] Removing intermediate container f0fc6609aab0 [2022-08-01T05:13:55.200Z] ---> b1fb8c804b18 [2022-08-01T05:13:55.200Z] Step 19/24 : EXPOSE 161 [2022-08-01T05:13:55.200Z] ---> Running in 8dc3816e5309 [2022-08-01T05:13:55.200Z] Removing intermediate container 8dc3816e5309 [2022-08-01T05:13:55.200Z] ---> f4c8dcb399df [2022-08-01T05:13:55.200Z] Step 20/24 : ENTRYPOINT ["/device-snmp"] [2022-08-01T05:13:55.200Z] ---> Running in c5093fbc6dbb [2022-08-01T05:13:55.200Z] Removing intermediate container c5093fbc6dbb [2022-08-01T05:13:55.200Z] ---> 2182aed51cc6 [2022-08-01T05:13:55.200Z] Step 21/24 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--confdir=/res", "--registry"] [2022-08-01T05:13:55.200Z] ---> Running in 562557da3b56 [2022-08-01T05:13:55.200Z] Removing intermediate container 562557da3b56 [2022-08-01T05:13:55.200Z] ---> 4e0faa3e4ea6 [2022-08-01T05:13:55.200Z] Step 22/24 : LABEL arch=arm64 [2022-08-01T05:13:55.200Z] ---> Running in 8fb2df1d24ea [2022-08-01T05:13:55.200Z] Removing intermediate container 8fb2df1d24ea [2022-08-01T05:13:55.200Z] ---> 56b316f81228 [2022-08-01T05:13:55.200Z] Step 23/24 : LABEL git_sha=4595f2fdcb273c12dc8e8ae64b0be711bbdd5418 [2022-08-01T05:13:55.200Z] ---> Running in e8e893230be0 [2022-08-01T05:13:55.200Z] Removing intermediate container e8e893230be0 [2022-08-01T05:13:55.200Z] ---> 798ced883df7 [2022-08-01T05:13:55.200Z] Step 24/24 : LABEL version=0.0.0 [2022-08-01T05:13:55.200Z] ---> Running in 47136543284f [2022-08-01T05:13:55.200Z] Removing intermediate container 47136543284f [2022-08-01T05:13:55.200Z] ---> fe4320b823b1 [2022-08-01T05:13:55.200Z] [Warning] One or more build-args [ARCH] were not consumed [2022-08-01T05:13:55.200Z] Successfully built fe4320b823b1 [2022-08-01T05:13:55.200Z] Successfully tagged device-snmp-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-01T05:13:56.029Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-08-01T05:13:56.029Z] [2022-08-01T05:13:56.029Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-01T05:13:56.463Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-08-01T05:13:56.742Z] arm64: Pulling from edgex-lftools-log-publisher [2022-08-01T05:13:56.742Z] 8998bd30e6a1: Pulling fs layer [2022-08-01T05:13:56.742Z] 04944245beec: Pulling fs layer [2022-08-01T05:13:56.742Z] 699f458cf7ca: Pulling fs layer [2022-08-01T05:13:56.742Z] 765212b225bb: Pulling fs layer [2022-08-01T05:13:56.742Z] f23df028b6ca: Pulling fs layer [2022-08-01T05:13:56.742Z] d65c8cfc05b1: Pulling fs layer [2022-08-01T05:13:56.742Z] 2437ff75d9bd: Pulling fs layer [2022-08-01T05:13:56.742Z] d65c8cfc05b1: Waiting [2022-08-01T05:13:56.742Z] 2437ff75d9bd: Waiting [2022-08-01T05:13:56.742Z] 765212b225bb: Waiting [2022-08-01T05:13:56.742Z] f23df028b6ca: Waiting [2022-08-01T05:13:56.742Z] 04944245beec: Verifying Checksum [2022-08-01T05:13:56.742Z] 04944245beec: Download complete [2022-08-01T05:13:56.742Z] 765212b225bb: Download complete [2022-08-01T05:13:56.742Z] f23df028b6ca: Verifying Checksum [2022-08-01T05:13:56.742Z] f23df028b6ca: Download complete [2022-08-01T05:13:56.742Z] d65c8cfc05b1: Verifying Checksum [2022-08-01T05:13:56.742Z] d65c8cfc05b1: Download complete [2022-08-01T05:13:57.021Z] 699f458cf7ca: Download complete [2022-08-01T05:13:57.299Z] 8998bd30e6a1: Verifying Checksum [2022-08-01T05:13:57.299Z] 8998bd30e6a1: Download complete [2022-08-01T05:13:59.936Z] 2437ff75d9bd: Verifying Checksum [2022-08-01T05:13:59.936Z] 2437ff75d9bd: Download complete [2022-08-01T05:14:01.949Z] 8998bd30e6a1: Pull complete [2022-08-01T05:14:02.227Z] 04944245beec: Pull complete [2022-08-01T05:14:03.678Z] 699f458cf7ca: Pull complete [2022-08-01T05:14:03.956Z] 765212b225bb: Pull complete [2022-08-01T05:14:04.944Z] f23df028b6ca: Pull complete [2022-08-01T05:14:05.220Z] d65c8cfc05b1: Pull complete [2022-08-01T05:14:20.343Z] 2437ff75d9bd: Pull complete [2022-08-01T05:14:20.343Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2022-08-01T05:14:20.343Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-08-01T05:14:20.343Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-01T05:14:20.731Z] prd-ubuntu20.04-docker-arm64-4c-16g-21640 does not seem to be running inside a container [2022-08-01T05:14:20.826Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2022-08-01T05:14:23.495Z] $ docker top 9f76554d0fdf57eddfa4a1214f5293bed82eff0a28620572b99ff0cf27746de5 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-08-01T05:14:24.495Z] ---> job-cost.sh [2022-08-01T05:14:24.495Z] lf-activate-venv: SKIPPING [2022-08-01T05:14:24.495Z] INFO: No Stack... [2022-08-01T05:14:24.770Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2022-08-01T05:14:25.753Z] INFO: Archiving Costs [Pipeline] sh [2022-08-01T05:14:26.442Z] + cat /w/workspace/device-snmp-go/1/archives/cost.csv [2022-08-01T05:14:26.442Z] + cut -d, -f6 [Pipeline] lock [2022-08-01T05:14:26.524Z] Trying to acquire lock on [jenkins-edgexfoundry-device-snmp-go-PR-187-1-stack-cost] [2022-08-01T05:14:26.528Z] Resource [jenkins-edgexfoundry-device-snmp-go-PR-187-1-stack-cost] did not exist. Created. [2022-08-01T05:14:26.529Z] Lock acquired on [jenkins-edgexfoundry-device-snmp-go-PR-187-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-08-01T05:14:27.297Z] /w/workspace/device-snmp-go/1@tmp/durable-fbc47a7a/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2022-08-01T05:14:28.013Z] + echo total: 0.10999999940395355 [Pipeline] stash [2022-08-01T05:14:28.051Z] Warning: overwriting stash ‘stack-cost’ [2022-08-01T05:14:28.100Z] Stashed 1 file(s) [Pipeline] } [2022-08-01T05:14:28.117Z] Lock released on resource [jenkins-edgexfoundry-device-snmp-go-PR-187-1-stack-cost] [Pipeline] // lock [Pipeline] } [2022-08-01T05:14:28.202Z] $ docker stop --time=1 9f76554d0fdf57eddfa4a1214f5293bed82eff0a28620572b99ff0cf27746de5 [2022-08-01T05:14:29.702Z] $ docker rm -f 9f76554d0fdf57eddfa4a1214f5293bed82eff0a28620572b99ff0cf27746de5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider [2022-08-01T05:14:30.857Z] provisioning config files... [2022-08-01T05:14:30.866Z] copy managed file [device-snmp-go-codecov-token] to file:/w/workspace/gexfoundry_device-snmp-go_PR-187@tmp/config417323433617435977tmp [Pipeline] { [Pipeline] sh [2022-08-01T05:14:31.207Z] + set +x [2022-08-01T05:14:31.207Z] + + bash -s -- [2022-08-01T05:14:31.207Z] curl -s https://codecov.io/bash [2022-08-01T05:14:31.207Z] [2022-08-01T05:14:31.207Z] _____ _ [2022-08-01T05:14:31.207Z] / ____| | | [2022-08-01T05:14:31.207Z] | | ___ __| | ___ ___ _____ __ [2022-08-01T05:14:31.207Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2022-08-01T05:14:31.207Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2022-08-01T05:14:31.207Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2022-08-01T05:14:31.207Z] Bash-1.0.6 [2022-08-01T05:14:31.207Z] [2022-08-01T05:14:31.207Z] [2022-08-01T05:14:31.207Z] ==> git version 2.25.1 found [2022-08-01T05:14:31.207Z] ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 [2022-08-01T05:14:31.207Z] Release-Date: 2020-01-08 [2022-08-01T05:14:31.207Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2022-08-01T05:14:31.207Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2022-08-01T05:14:31.207Z] ==> Jenkins CI detected. [2022-08-01T05:14:31.207Z] current dir:  /w/workspace/gexfoundry_device-snmp-go_PR-187 [2022-08-01T05:14:31.207Z] project root: . [2022-08-01T05:14:31.207Z] --> token set from env [2022-08-01T05:14:31.207Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2022-08-01T05:14:31.207Z] ==> Running gcov in . (disable via -X gcov) [2022-08-01T05:14:31.207Z] ==> Python coveragepy not found [2022-08-01T05:14:31.207Z] ==> Searching for coverage reports in: [2022-08-01T05:14:31.207Z] + . [2022-08-01T05:14:31.207Z] -> Found 1 reports [2022-08-01T05:14:31.207Z] ==> Detecting git/mercurial file structure [2022-08-01T05:14:31.467Z] ==> Reading reports [2022-08-01T05:14:31.467Z] + ./coverage.out bytes=7631 [2022-08-01T05:14:31.467Z] ==> Appending adjustments [2022-08-01T05:14:31.467Z] https://docs.codecov.io/docs/fixing-reports [2022-08-01T05:14:31.467Z] + Found adjustments [2022-08-01T05:14:31.467Z] ==> Gzipping contents [2022-08-01T05:14:31.467Z] 4.0K /tmp/codecov.CEFAQm.gz [2022-08-01T05:14:31.467Z] ==> Uploading reports [2022-08-01T05:14:31.467Z] url: https://codecov.io [2022-08-01T05:14:31.467Z] query: branch=PR-187&commit=4595f2fdcb273c12dc8e8ae64b0be711bbdd5418&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-snmp-go%2Fjob%2FPR-187%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-snmp-go&service=jenkins&flags=&pr=187&job=&cmd_args= [2022-08-01T05:14:31.467Z] -> Pinging Codecov [2022-08-01T05:14:31.467Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=e9e976b9-c0d0-4429-b0a4-10cb999871be&branch=PR-187&commit=4595f2fdcb273c12dc8e8ae64b0be711bbdd5418&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-snmp-go%2Fjob%2FPR-187%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-snmp-go&service=jenkins&flags=&pr=187&job=&cmd_args= [2022-08-01T05:14:31.727Z] -> Uploading to [2022-08-01T05:14:31.727Z] https://storage.googleapis.com/codecov/v4/raw/2022-08-01/6C56EA5C29638FB4528AC87E60AF5AE0/4595f2fdcb273c12dc8e8ae64b0be711bbdd5418/7cf7a43f-88a7-46d9-8d8f-6700f941cb51.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20220801%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220801T051431Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=7dc890fd257905e2fbccd4ae6b722f375ed6a239872285ab987e2b12faa4bc32 [2022-08-01T05:14:31.727Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-08-01T05:14:31.728Z] Dload Upload Total Spent Left Speed [2022-08-01T05:14:31.988Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1535 0 0 100 1535 0 5643 --:--:-- --:--:-- --:--:-- 5643 [2022-08-01T05:14:31.988Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-snmp-go/commit/4595f2fdcb273c12dc8e8ae64b0be711bbdd5418 [Pipeline] } [2022-08-01T05:14:32.017Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2022-08-01T05:14:33.807Z] + [ -d /w/workspace/gexfoundry_device-snmp-go_PR-187/archives ] [2022-08-01T05:14:33.807Z] + ls -al /w/workspace/gexfoundry_device-snmp-go_PR-187/archives [2022-08-01T05:14:33.807Z] total 16 [2022-08-01T05:14:33.807Z] drwxr-xr-x 3 root root 4096 Aug 1 05:07 . [2022-08-01T05:14:33.807Z] drwxrwxr-x 10 jenkins jenkins 4096 Aug 1 05:07 .. [2022-08-01T05:14:33.807Z] drwxr-xr-x 2 root root 4096 Aug 1 05:07 cost [2022-08-01T05:14:33.807Z] -rw-r--r-- 1 root root 86 Aug 1 05:07 cost.csv [2022-08-01T05:14:33.807Z] + sudo chown -R jenkins:jenkins /w/workspace/gexfoundry_device-snmp-go_PR-187/archives [2022-08-01T05:14:33.807Z] + ls -al /w/workspace/gexfoundry_device-snmp-go_PR-187/archives [2022-08-01T05:14:33.807Z] total 16 [2022-08-01T05:14:33.807Z] drwxr-xr-x 3 jenkins jenkins 4096 Aug 1 05:07 . [2022-08-01T05:14:33.807Z] drwxrwxr-x 10 jenkins jenkins 4096 Aug 1 05:07 .. [2022-08-01T05:14:33.807Z] drwxr-xr-x 2 jenkins jenkins 4096 Aug 1 05:07 cost [2022-08-01T05:14:33.807Z] -rw-r--r-- 1 jenkins jenkins 86 Aug 1 05:07 cost.csv [Pipeline] libraryResource [Pipeline] sh [2022-08-01T05:14:34.137Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2022-08-01T05:14:35.039Z] ---> package-listing.sh [2022-08-01T05:14:35.039Z] ++ facter osfamily [2022-08-01T05:14:35.039Z] ++ tr '[:upper:]' '[:lower:]' [2022-08-01T05:14:35.299Z] + OS_FAMILY=debian [2022-08-01T05:14:35.299Z] + workspace=/w/workspace/gexfoundry_device-snmp-go_PR-187 [2022-08-01T05:14:35.299Z] + START_PACKAGES=/tmp/packages_start.txt [2022-08-01T05:14:35.299Z] + END_PACKAGES=/tmp/packages_end.txt [2022-08-01T05:14:35.299Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2022-08-01T05:14:35.299Z] + PACKAGES=/tmp/packages_start.txt [2022-08-01T05:14:35.299Z] + '[' /w/workspace/gexfoundry_device-snmp-go_PR-187 ']' [2022-08-01T05:14:35.299Z] + PACKAGES=/tmp/packages_end.txt [2022-08-01T05:14:35.299Z] + case "${OS_FAMILY}" in [2022-08-01T05:14:35.299Z] + dpkg -l [2022-08-01T05:14:35.299Z] + grep '^ii' [2022-08-01T05:14:35.300Z] + '[' -f /tmp/packages_start.txt ']' [2022-08-01T05:14:35.300Z] + '[' -f /tmp/packages_end.txt ']' [2022-08-01T05:14:35.300Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2022-08-01T05:14:35.300Z] + '[' /w/workspace/gexfoundry_device-snmp-go_PR-187 ']' [2022-08-01T05:14:35.300Z] + mkdir -p /w/workspace/gexfoundry_device-snmp-go_PR-187/archives/ [2022-08-01T05:14:35.300Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-snmp-go_PR-187/archives/ [Pipeline] echo [2022-08-01T05:14:35.335Z] 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-187/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2022-08-01T05:14:35.631Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-01T05:14:36.259Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-08-01T05:14:36.259Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-01T05:14:36.418Z] prd-ubuntu20.04-docker-8c-8g-21638 does not seem to be running inside a container [2022-08-01T05:14:36.455Z] $ 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-187/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-187 -v /w/workspace/gexfoundry_device-snmp-go_PR-187:/w/workspace/gexfoundry_device-snmp-go_PR-187:rw,z -v /w/workspace/gexfoundry_device-snmp-go_PR-187@tmp:/w/workspace/gexfoundry_device-snmp-go_PR-187@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 [2022-08-01T05:14:36.639Z] $ docker top e69c4ae48623757761a46f8c1d4c9fe9eec480b6e8ed21f9e67c4a7a3b3ebb52 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-08-01T05:14:37.049Z] + touch /tmp/pre-build-complete [Pipeline] sh [2022-08-01T05:14:37.361Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2022-08-01T05:14:37.675Z] + ls /var/log/sa-host [2022-08-01T05:14:37.675Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-08-01T05:14:37.880Z] provisioning config files... [2022-08-01T05:14:37.889Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-snmp-go_PR-187@tmp/config7427900072533617399tmp [Pipeline] { [Pipeline] echo [2022-08-01T05:14:37.949Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2022-08-01T05:14:38.269Z] ---> create-netrc.sh [Pipeline] } [2022-08-01T05:14:38.300Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2022-08-01T05:14:38.717Z] ---> python-tools-install.sh [Pipeline] echo [2022-08-01T05:14:38.749Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2022-08-01T05:14:39.062Z] ---> sudo-logs.sh [2022-08-01T05:14:39.062Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2022-08-01T05:14:39.142Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2022-08-01T05:14:39.452Z] ---> job-cost.sh [2022-08-01T05:14:39.452Z] lf-activate-venv: SKIPPING [2022-08-01T05:14:39.452Z] DEBUG: total: 0.2199999988079071 [2022-08-01T05:14:39.452Z] INFO: Retrieving Stack Cost... [2022-08-01T05:14:40.024Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-08-01T05:14:40.285Z] INFO: Archiving Costs [Pipeline] echo [2022-08-01T05:14:40.317Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2022-08-01T05:14:40.630Z] ---> logs-deploy.sh [2022-08-01T05:14:40.630Z] lf-activate-venv: SKIPPING [2022-08-01T05:14:40.631Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-snmp-go/PR-187/1 [2022-08-01T05:14:40.631Z] INFO: archiving workspace using pattern(s): [2022-08-01T05:14:41.571Z] Archives upload complete. [2022-08-01T05:14:41.831Z] INFO: archiving logs to Nexus [2022-08-01T05:14:42.402Z] ---> uname -a: [2022-08-01T05:14:42.402Z] Linux prd-ubuntu20-04-docker-8c-8g-21638 5.4.0-94-generic #106-Ubuntu SMP Thu Jan 6 23:58:14 UTC 2022 x86_64 GNU/Linux [2022-08-01T05:14:42.402Z] [2022-08-01T05:14:42.402Z] [2022-08-01T05:14:42.402Z] ---> lscpu: [2022-08-01T05:14:42.402Z] Architecture: x86_64 [2022-08-01T05:14:42.402Z] CPU op-mode(s): 32-bit, 64-bit [2022-08-01T05:14:42.402Z] Byte Order: Little Endian [2022-08-01T05:14:42.402Z] Address sizes: 40 bits physical, 48 bits virtual [2022-08-01T05:14:42.402Z] CPU(s): 8 [2022-08-01T05:14:42.402Z] On-line CPU(s) list: 0-7 [2022-08-01T05:14:42.402Z] Thread(s) per core: 1 [2022-08-01T05:14:42.402Z] Core(s) per socket: 1 [2022-08-01T05:14:42.402Z] Socket(s): 8 [2022-08-01T05:14:42.402Z] NUMA node(s): 1 [2022-08-01T05:14:42.402Z] Vendor ID: AuthenticAMD [2022-08-01T05:14:42.402Z] CPU family: 23 [2022-08-01T05:14:42.402Z] Model: 49 [2022-08-01T05:14:42.402Z] Model name: AMD EPYC-Rome Processor [2022-08-01T05:14:42.402Z] Stepping: 0 [2022-08-01T05:14:42.402Z] CPU MHz: 2799.994 [2022-08-01T05:14:42.402Z] BogoMIPS: 5599.98 [2022-08-01T05:14:42.402Z] Virtualization: AMD-V [2022-08-01T05:14:42.402Z] Hypervisor vendor: KVM [2022-08-01T05:14:42.402Z] Virtualization type: full [2022-08-01T05:14:42.402Z] L1d cache: 256 KiB [2022-08-01T05:14:42.402Z] L1i cache: 256 KiB [2022-08-01T05:14:42.402Z] L2 cache: 4 MiB [2022-08-01T05:14:42.402Z] L3 cache: 128 MiB [2022-08-01T05:14:42.402Z] NUMA node0 CPU(s): 0-7 [2022-08-01T05:14:42.402Z] Vulnerability Itlb multihit: Not affected [2022-08-01T05:14:42.402Z] Vulnerability L1tf: Not affected [2022-08-01T05:14:42.402Z] Vulnerability Mds: Not affected [2022-08-01T05:14:42.402Z] Vulnerability Meltdown: Not affected [2022-08-01T05:14:42.402Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2022-08-01T05:14:42.402Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2022-08-01T05:14:42.402Z] Vulnerability Spectre v2: Mitigation; Full AMD retpoline, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling [2022-08-01T05:14:42.402Z] Vulnerability Srbds: Not affected [2022-08-01T05:14:42.402Z] Vulnerability Tsx async abort: Not affected [2022-08-01T05:14:42.402Z] 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 [2022-08-01T05:14:42.402Z] [2022-08-01T05:14:42.402Z] [2022-08-01T05:14:42.402Z] ---> nproc: [2022-08-01T05:14:42.402Z] 8 [2022-08-01T05:14:42.402Z] [2022-08-01T05:14:42.402Z] [2022-08-01T05:14:42.402Z] ---> df -h: [2022-08-01T05:14:42.402Z] Filesystem Size Used Avail Use% Mounted on [2022-08-01T05:14:42.402Z] overlay 155G 11G 145G 7% / [2022-08-01T05:14:42.402Z] tmpfs 64M 0 64M 0% /dev [2022-08-01T05:14:42.402Z] tmpfs 16G 0 16G 0% /sys/fs/cgroup [2022-08-01T05:14:42.402Z] shm 64M 0 64M 0% /dev/shm [2022-08-01T05:14:42.402Z] /dev/vda1 155G 11G 145G 7% /facter-os [2022-08-01T05:14:42.402Z] [2022-08-01T05:14:42.402Z] [2022-08-01T05:14:42.402Z] ---> sar -b -r -n DEV: [2022-08-01T05:14:42.402Z] Linux 5.4.0-94-generic (prd-ubuntu20-04-docker-8c-8g-21638) 08/01/22 _x86_64_ (8 CPU) [2022-08-01T05:14:42.402Z] [2022-08-01T05:14:42.402Z] 05:04:20 LINUX RESTART (8 CPU) [2022-08-01T05:14:42.402Z] [2022-08-01T05:14:42.402Z] 05:05:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2022-08-01T05:14:42.402Z] 05:06:01 178.30 11.80 166.51 0.00 1993.67 102320.95 0.00 [2022-08-01T05:14:42.402Z] 05:07:01 133.16 0.13 133.03 0.00 11.86 24764.27 0.00 [2022-08-01T05:14:42.402Z] 05:08:01 73.02 0.03 72.99 0.00 4.27 19054.84 0.00 [2022-08-01T05:14:42.402Z] 05:09:01 2.18 0.00 2.18 0.00 0.00 24.40 0.00 [2022-08-01T05:14:42.402Z] 05:10:01 1.03 0.02 1.02 0.00 0.13 11.73 0.00 [2022-08-01T05:14:42.402Z] 05:11:01 2.18 0.00 2.18 0.00 0.00 25.46 0.00 [2022-08-01T05:14:42.402Z] 05:12:01 1.55 0.00 1.55 0.00 0.00 17.60 0.00 [2022-08-01T05:14:42.402Z] 05:13:01 2.10 0.00 2.10 0.00 0.00 23.46 0.00 [2022-08-01T05:14:42.402Z] 05:14:01 0.88 0.00 0.88 0.00 0.00 10.00 0.00 [2022-08-01T05:14:42.402Z] Average: 43.82 1.33 42.49 0.00 223.32 16250.00 0.00 [2022-08-01T05:14:42.402Z] [2022-08-01T05:14:42.402Z] 05:05:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2022-08-01T05:14:42.402Z] 05:06:01 27906556 31759416 537980 1.64 158920 3862648 2054764 6.06 1222176 3269184 63772 [2022-08-01T05:14:42.402Z] 05:07:01 28070348 31722084 573616 1.74 164124 3685568 2309152 6.81 1311916 3040852 39856 [2022-08-01T05:14:42.402Z] 05:08:01 27637328 31778856 514624 1.57 173300 4116936 1848224 5.45 1273536 3459688 12 [2022-08-01T05:14:42.402Z] 05:09:01 27638840 31780432 512948 1.56 173376 4116948 1848224 5.45 1273012 3459692 20 [2022-08-01T05:14:42.402Z] 05:10:01 27643132 31784760 508640 1.55 173412 4116956 1848224 5.45 1268972 3459732 20 [2022-08-01T05:14:42.402Z] 05:11:01 27643408 31785124 508236 1.55 173484 4116960 1848224 5.45 1268884 3459744 12 [2022-08-01T05:14:42.402Z] 05:12:01 27650416 31792232 501072 1.52 173584 4116956 1848224 5.45 1262060 3459748 12 [2022-08-01T05:14:42.402Z] 05:13:01 27650576 31792460 500976 1.52 173652 4116968 1848224 5.45 1262492 3459756 12 [2022-08-01T05:14:42.402Z] 05:14:01 27650316 31792200 501184 1.52 173684 4116968 1848224 5.45 1262032 3459756 12 [2022-08-01T05:14:42.402Z] Average: 27721213 31776396 517697 1.57 170837 4040768 1922387 5.67 1267231 3392017 11525 [2022-08-01T05:14:42.402Z] [2022-08-01T05:14:42.402Z] 05:05:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2022-08-01T05:14:42.402Z] 05:06:01 ens3 420.75 290.30 7136.24 44.77 0.00 0.00 0.00 0.00 [2022-08-01T05:14:42.402Z] 05:06:01 docker0 118.71 161.66 10.29 1522.15 0.00 0.00 0.00 0.00 [2022-08-01T05:14:42.402Z] 05:06:01 lo 5.80 5.80 0.57 0.57 0.00 0.00 0.00 0.00 [2022-08-01T05:14:42.402Z] 05:07:01 ens3 86.89 66.87 188.79 68.30 0.00 0.00 0.00 0.00 [2022-08-01T05:14:42.402Z] 05:07:01 docker0 9.40 14.43 0.55 98.69 0.00 0.00 0.00 0.00 [2022-08-01T05:14:42.402Z] 05:07:01 lo 1.13 1.13 0.11 0.11 0.00 0.00 0.00 0.00 [2022-08-01T05:14:42.402Z] 05:08:01 ens3 129.18 90.68 2524.91 57.78 0.00 0.00 0.00 0.00 [2022-08-01T05:14:42.402Z] 05:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-08-01T05:14:42.402Z] 05:08:01 lo 0.93 0.93 0.09 0.09 0.00 0.00 0.00 0.00 [2022-08-01T05:14:42.402Z] 05:09:01 ens3 0.77 0.42 0.36 0.27 0.00 0.00 0.00 0.00 [2022-08-01T05:14:42.402Z] 05:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-08-01T05:14:42.402Z] 05:09:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-08-01T05:14:42.402Z] 05:10:01 ens3 0.18 0.18 0.08 0.07 0.00 0.00 0.00 0.00 [2022-08-01T05:14:42.402Z] 05:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-08-01T05:14:42.402Z] 05:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-08-01T05:14:42.402Z] 05:11:01 ens3 0.58 0.48 0.27 0.22 0.00 0.00 0.00 0.00 [2022-08-01T05:14:42.402Z] 05:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-08-01T05:14:42.402Z] 05:11:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-08-01T05:14:42.402Z] 05:12:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-08-01T05:14:42.402Z] 05:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-08-01T05:14:42.402Z] 05:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-08-01T05:14:42.402Z] 05:13:01 ens3 0.15 0.13 0.01 0.01 0.00 0.00 0.00 0.00 [2022-08-01T05:14:42.402Z] 05:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-08-01T05:14:42.402Z] 05:13:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-08-01T05:14:42.402Z] 05:14:01 ens3 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-08-01T05:14:42.403Z] 05:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-08-01T05:14:42.403Z] 05:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-08-01T05:14:42.403Z] Average: ens3 70.95 49.90 1094.50 19.05 0.00 0.00 0.00 0.00 [2022-08-01T05:14:42.403Z] Average: docker0 14.23 19.56 1.20 180.09 0.00 0.00 0.00 0.00 [2022-08-01T05:14:42.403Z] Average: lo 0.94 0.94 0.09 0.09 0.00 0.00 0.00 0.00 [2022-08-01T05:14:42.403Z] [2022-08-01T05:14:42.403Z] [2022-08-01T05:14:42.403Z] ---> sar -P ALL: [2022-08-01T05:14:42.403Z] Linux 5.4.0-94-generic (prd-ubuntu20-04-docker-8c-8g-21638) 08/01/22 _x86_64_ (8 CPU) [2022-08-01T05:14:42.403Z] [2022-08-01T05:14:42.403Z] 05:04:20 LINUX RESTART (8 CPU) [2022-08-01T05:14:42.403Z] [2022-08-01T05:14:42.403Z] 05:05:01 CPU %user %nice %system %iowait %steal %idle [2022-08-01T05:14:42.403Z] 05:06:01 all 9.81 0.00 4.23 3.26 0.08 82.62 [2022-08-01T05:14:42.403Z] 05:06:01 0 11.65 0.00 4.52 4.44 0.08 79.30 [2022-08-01T05:14:42.403Z] 05:06:01 1 10.28 0.00 4.42 1.64 0.05 83.60 [2022-08-01T05:14:42.403Z] 05:06:01 2 9.84 0.00 4.16 0.96 0.07 84.97 [2022-08-01T05:14:42.403Z] 05:06:01 3 9.09 0.00 4.00 3.24 0.14 83.53 [2022-08-01T05:14:42.403Z] 05:06:01 4 8.66 0.00 3.95 1.27 0.05 86.07 [2022-08-01T05:14:42.403Z] 05:06:01 5 10.25 0.00 3.56 0.47 0.13 85.59 [2022-08-01T05:14:42.403Z] 05:06:01 6 8.68 0.00 3.95 0.62 0.05 86.70 [2022-08-01T05:14:42.403Z] 05:06:01 7 10.02 0.00 5.27 13.46 0.07 71.18 [2022-08-01T05:14:42.403Z] 05:07:01 all 35.40 0.00 6.06 1.47 0.08 56.99 [2022-08-01T05:14:42.403Z] 05:07:01 0 37.09 0.00 7.19 3.68 0.08 51.96 [2022-08-01T05:14:42.403Z] 05:07:01 1 37.70 0.00 6.20 1.01 0.07 55.03 [2022-08-01T05:14:42.403Z] 05:07:01 2 39.11 0.00 6.38 0.27 0.08 54.15 [2022-08-01T05:14:42.403Z] 05:07:01 3 33.08 0.00 6.27 0.03 0.10 60.51 [2022-08-01T05:14:42.403Z] 05:07:01 4 33.37 0.00 5.26 2.53 0.07 58.78 [2022-08-01T05:14:42.403Z] 05:07:01 5 38.04 0.00 6.25 1.63 0.07 54.02 [2022-08-01T05:14:42.403Z] 05:07:01 6 32.24 0.00 5.49 0.24 0.07 61.96 [2022-08-01T05:14:42.403Z] 05:07:01 7 32.55 0.00 5.42 2.39 0.07 59.58 [2022-08-01T05:14:42.403Z] 05:08:01 all 3.31 0.00 1.26 0.93 0.04 94.46 [2022-08-01T05:14:42.403Z] 05:08:01 0 3.81 0.00 1.51 1.57 0.02 93.09 [2022-08-01T05:14:42.403Z] 05:08:01 1 3.68 0.00 1.83 5.02 0.03 89.44 [2022-08-01T05:14:42.403Z] 05:08:01 2 4.69 0.00 1.36 0.53 0.02 93.41 [2022-08-01T05:14:42.403Z] 05:08:01 3 3.16 0.00 1.19 0.00 0.05 95.60 [2022-08-01T05:14:42.403Z] 05:08:01 4 2.53 0.00 1.14 0.02 0.02 96.30 [2022-08-01T05:14:42.403Z] 05:08:01 5 4.08 0.00 1.29 0.15 0.08 94.40 [2022-08-01T05:14:42.403Z] 05:08:01 6 2.09 0.00 0.80 0.07 0.02 97.02 [2022-08-01T05:14:42.403Z] 05:08:01 7 2.44 0.00 0.95 0.10 0.05 96.45 [2022-08-01T05:14:42.403Z] 05:09:01 all 0.27 0.00 0.01 0.02 0.02 99.68 [2022-08-01T05:14:42.403Z] 05:09:01 0 0.05 0.00 0.02 0.10 0.03 99.80 [2022-08-01T05:14:42.403Z] 05:09:01 1 0.07 0.00 0.03 0.02 0.05 99.83 [2022-08-01T05:14:42.403Z] 05:09:01 2 1.97 0.00 0.02 0.00 0.02 98.00 [2022-08-01T05:14:42.403Z] 05:09:01 3 0.00 0.00 0.00 0.00 0.03 99.97 [2022-08-01T05:14:42.403Z] 05:09:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2022-08-01T05:14:42.403Z] 05:09:01 5 0.03 0.00 0.02 0.03 0.00 99.92 [2022-08-01T05:14:42.403Z] 05:09:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2022-08-01T05:14:42.403Z] 05:09:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2022-08-01T05:14:42.403Z] 05:10:01 all 0.08 0.00 0.01 0.01 0.00 99.91 [2022-08-01T05:14:42.403Z] 05:10:01 0 0.03 0.00 0.00 0.03 0.00 99.93 [2022-08-01T05:14:42.403Z] 05:10:01 1 0.07 0.00 0.02 0.02 0.00 99.90 [2022-08-01T05:14:42.403Z] 05:10:01 2 0.48 0.00 0.00 0.00 0.00 99.52 [2022-08-01T05:14:42.403Z] 05:10:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2022-08-01T05:14:42.403Z] 05:10:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2022-08-01T05:14:42.403Z] 05:10:01 5 0.00 0.00 0.02 0.02 0.00 99.97 [2022-08-01T05:14:42.403Z] 05:10:01 6 0.02 0.00 0.02 0.00 0.00 99.97 [2022-08-01T05:14:42.403Z] 05:10:01 7 0.00 0.00 0.00 0.02 0.00 99.98 [2022-08-01T05:14:42.403Z] 05:11:01 all 0.08 0.00 0.01 0.03 0.00 99.88 [2022-08-01T05:14:42.403Z] 05:11:01 0 0.00 0.00 0.00 0.18 0.00 99.82 [2022-08-01T05:14:42.403Z] 05:11:01 1 0.00 0.00 0.03 0.00 0.03 99.93 [2022-08-01T05:14:42.403Z] 05:11:01 2 0.60 0.00 0.00 0.00 0.00 99.40 [2022-08-01T05:14:42.403Z] 05:11:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2022-08-01T05:14:42.403Z] 05:11:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2022-08-01T05:14:42.403Z] 05:11:01 5 0.02 0.00 0.00 0.03 0.00 99.95 [2022-08-01T05:14:42.403Z] 05:11:01 6 0.02 0.00 0.02 0.00 0.00 99.97 [2022-08-01T05:14:42.403Z] 05:11:01 7 0.00 0.00 0.02 0.00 0.00 99.98 [2022-08-01T05:14:42.403Z] 05:12:01 all 0.02 0.00 0.01 0.02 0.01 99.95 [2022-08-01T05:14:42.403Z] 05:12:01 0 0.02 0.00 0.00 0.15 0.02 99.82 [2022-08-01T05:14:42.403Z] 05:12:01 1 0.05 0.00 0.02 0.00 0.02 99.92 [2022-08-01T05:14:42.403Z] 05:12:01 2 0.02 0.00 0.00 0.00 0.02 99.97 [2022-08-01T05:14:42.403Z] 05:12:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2022-08-01T05:14:42.403Z] 05:12:01 4 0.00 0.00 0.02 0.00 0.00 99.98 [2022-08-01T05:14:42.403Z] 05:12:01 5 0.02 0.00 0.02 0.02 0.00 99.95 [2022-08-01T05:14:42.403Z] 05:12:01 6 0.02 0.00 0.02 0.00 0.02 99.95 [2022-08-01T05:14:42.403Z] 05:12:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2022-08-01T05:14:42.403Z] 05:13:01 all 0.01 0.00 0.00 0.01 0.01 99.97 [2022-08-01T05:14:42.403Z] 05:13:01 0 0.00 0.00 0.00 0.07 0.00 99.93 [2022-08-01T05:14:42.403Z] 05:13:01 1 0.02 0.00 0.02 0.00 0.02 99.95 [2022-08-01T05:14:42.403Z] 05:13:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2022-08-01T05:14:42.403Z] 05:13:01 3 0.00 0.00 0.00 0.00 0.02 99.98 [2022-08-01T05:14:42.403Z] 05:13:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2022-08-01T05:14:42.403Z] 05:13:01 5 0.02 0.00 0.00 0.05 0.02 99.92 [2022-08-01T05:14:42.403Z] 05:13:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2022-08-01T05:14:42.403Z] 05:13:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2022-08-01T05:14:42.403Z] 05:14:01 all 0.01 0.00 0.00 0.00 0.01 99.97 [2022-08-01T05:14:42.403Z] 05:14:01 0 0.02 0.00 0.02 0.02 0.02 99.93 [2022-08-01T05:14:42.403Z] 05:14:01 1 0.03 0.00 0.02 0.00 0.03 99.92 [2022-08-01T05:14:42.403Z] 05:14:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2022-08-01T05:14:42.403Z] 05:14:01 3 0.00 0.00 0.00 0.00 0.02 99.98 [2022-08-01T05:14:42.403Z] 05:14:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2022-08-01T05:14:42.403Z] 05:14:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2022-08-01T05:14:42.403Z] 05:14:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2022-08-01T05:14:42.403Z] 05:14:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2022-08-01T05:14:42.403Z] Average: all 5.39 0.00 1.28 0.63 0.03 92.67 [2022-08-01T05:14:42.403Z] Average: 0 5.82 0.00 1.46 1.13 0.03 91.55 [2022-08-01T05:14:42.403Z] Average: 1 5.73 0.00 1.39 0.85 0.03 92.00 [2022-08-01T05:14:42.403Z] Average: 2 6.26 0.00 1.31 0.19 0.02 92.21 [2022-08-01T05:14:42.403Z] Average: 3 4.98 0.00 1.26 0.36 0.04 93.36 [2022-08-01T05:14:42.403Z] Average: 4 4.89 0.00 1.14 0.42 0.01 93.53 [2022-08-01T05:14:42.403Z] Average: 5 5.77 0.00 1.23 0.26 0.03 92.71 [2022-08-01T05:14:42.403Z] Average: 6 4.73 0.00 1.13 0.10 0.02 94.02 [2022-08-01T05:14:42.403Z] Average: 7 4.95 0.00 1.28 1.75 0.02 91.99 [2022-08-01T05:14:42.403Z] [2022-08-01T05:14:42.403Z] [2022-08-01T05:14:42.403Z]