Pull request #175 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Connecting to https://api.github.com to check permissions of obtain list of vli11 for edgexfoundry/device-snmp-go Loading trusted files from base branch main at 9505b3b9fb87609b3cd85be587e030c33719d431 rather than 595adc119bd1f5f8d5913bd379cf485a0597604c Obtained Jenkinsfile from 9505b3b9fb87609b3cd85be587e030c33719d431 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-ssh11633105681426212057.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 95c76d14630896f3c9cf825147e1b1e2bad20cbb 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-ssh14144484537456625626.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 95c76d14630896f3c9cf825147e1b1e2bad20cbb 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-175/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-175/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh12439469074366661137.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-175/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh5929267062598052442.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 95c76d14630896f3c9cf825147e1b1e2bad20cbb (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 95c76d14630896f3c9cf825147e1b1e2bad20cbb # timeout=10 Commit message: "Merge pull request #387 from ernestojeda/disable-concurrent-builds" > 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-ssh9898700201340638559.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 0f180ed1236c637af8c254f95ad106931cc77145 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-175/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-175/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh15857268298476238252.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 0f180ed1236c637af8c254f95ad106931cc77145 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 0f180ed1236c637af8c254f95ad106931cc77145 # timeout=10 Commit message: "Feat: Add initial docker pipelines" > 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 95c76d14630896f3c9cf825147e1b1e2bad20cbb 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.17 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 [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-235 in /w/workspace/gexfoundry_device-snmp-go_PR-175 [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-175 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/pull/175/head:refs/remotes/origin/PR-175 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit 9505b3b9fb87609b3cd85be587e030c33719d431 into PR head commit 595adc119bd1f5f8d5913bd379cf485a0597604c Merge succeeded, producing 595adc119bd1f5f8d5913bd379cf485a0597604c Checking out Revision 595adc119bd1f5f8d5913bd379cf485a0597604c (PR-175) > git config core.sparsecheckout # timeout=10 > git checkout -f 595adc119bd1f5f8d5913bd379cf485a0597604c # 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 9505b3b9fb87609b3cd85be587e030c33719d431 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 595adc119bd1f5f8d5913bd379cf485a0597604c # timeout=10 Commit message: "feat: Add go-winio to attribution (new SPIFFE dependency)" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 95c76d14630896f3c9cf825147e1b1e2bad20cbb [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2022-05-27T05:07:28.783Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2022-05-27T05:07:28.956Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2022-05-27T05:07:29.052Z] ========================================================= [2022-05-27T05:07:29.052Z] EdgeX Global Pipelines Version Info [2022-05-27T05:07:29.053Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2022-05-27T05:07:29.842Z] ------------------- [2022-05-27T05:07:29.842Z] stable info: [2022-05-27T05:07:29.842Z] ------------------- [2022-05-27T05:07:29.842Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-05-27T05:07:29.842Z] Commit SHA: 95c76d14630896f3c9cf825147e1b1e2bad20cbb [2022-05-27T05:07:29.842Z] Message: update stable to v1.0.230 [2022-05-27T05:07:30.417Z] ------------------- [2022-05-27T05:07:30.417Z] experimental info: [2022-05-27T05:07:30.417Z] ------------------- [2022-05-27T05:07:30.417Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-05-27T05:07:30.417Z] Commit SHA: 95c76d14630896f3c9cf825147e1b1e2bad20cbb [2022-05-27T05:07:30.417Z] Message: update experimental to v1.0.230 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2022-05-27T05:07:30.751Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-snmp-go-settings [Pipeline] echo [2022-05-27T05:07:30.785Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-snmp-go [Pipeline] echo [2022-05-27T05:07:30.824Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2022-05-27T05:07:30.857Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2022-05-27T05:07:30.892Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2022-05-27T05:07:30.934Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.17 [Pipeline] echo [2022-05-27T05:07:30.977Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2022-05-27T05:07:31.015Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2022-05-27T05:07:31.054Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2022-05-27T05:07:31.095Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2022-05-27T05:07:31.222Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2022-05-27T05:07:31.267Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-snmp [Pipeline] echo [2022-05-27T05:07:31.310Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2022-05-27T05:07:31.356Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2022-05-27T05:07:31.408Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2022-05-27T05:07:31.445Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2022-05-27T05:07:31.484Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2022-05-27T05:07:31.527Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2022-05-27T05:07:31.684Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2022-05-27T05:07:31.720Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2022-05-27T05:07:31.759Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2022-05-27T05:07:31.795Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2022-05-27T05:07:31.832Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2022-05-27T05:07:31.869Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2022-05-27T05:07:31.907Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2022-05-27T05:07:31.946Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2022-05-27T05:07:32.117Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-175 [Pipeline] echo [2022-05-27T05:07:32.154Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-175 [Pipeline] echo [2022-05-27T05:07:32.193Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-175 [Pipeline] echo [2022-05-27T05:07:32.229Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 595adc119bd1f5f8d5913bd379cf485a0597604c [Pipeline] echo [2022-05-27T05:07:32.264Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 595adc1 [Pipeline] echo [2022-05-27T05:07:32.302Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-05-27T05:07:32.436Z] provisioning config files... [2022-05-27T05:07:32.452Z] copy managed file [device-snmp-go-settings] to file:/w/workspace/gexfoundry_device-snmp-go_PR-175@tmp/config900826307121186033tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-05-27T05:07:32.978Z] ---> docker-login.sh [2022-05-27T05:07:32.978Z] nexus3.edgexfoundry.org:10001 [2022-05-27T05:07:33.240Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-27T05:07:33.240Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-27T05:07:33.240Z] Configure a credential helper to remove this warning. See [2022-05-27T05:07:33.240Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-27T05:07:33.240Z] [2022-05-27T05:07:33.240Z] Login Succeeded [2022-05-27T05:07:33.240Z] nexus3.edgexfoundry.org:10002 [2022-05-27T05:07:33.240Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-27T05:07:33.500Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-27T05:07:33.500Z] Configure a credential helper to remove this warning. See [2022-05-27T05:07:33.500Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-27T05:07:33.500Z] [2022-05-27T05:07:33.500Z] Login Succeeded [2022-05-27T05:07:33.500Z] nexus3.edgexfoundry.org:10003 [2022-05-27T05:07:33.500Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-27T05:07:33.500Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-27T05:07:33.500Z] Configure a credential helper to remove this warning. See [2022-05-27T05:07:33.500Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-27T05:07:33.500Z] [2022-05-27T05:07:33.500Z] Login Succeeded [2022-05-27T05:07:33.500Z] nexus3.edgexfoundry.org:10004 [2022-05-27T05:07:33.500Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-27T05:07:33.500Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-27T05:07:33.500Z] Configure a credential helper to remove this warning. See [2022-05-27T05:07:33.500Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-27T05:07:33.500Z] [2022-05-27T05:07:33.500Z] Login Succeeded [2022-05-27T05:07:33.761Z] docker.io [2022-05-27T05:07:33.761Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-27T05:07:34.021Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-27T05:07:34.021Z] Configure a credential helper to remove this warning. See [2022-05-27T05:07:34.021Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-27T05:07:34.021Z] [2022-05-27T05:07:34.021Z] Login Succeeded [2022-05-27T05:07:34.021Z] ---> docker-login.sh ends [Pipeline] } [2022-05-27T05:07:34.045Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2022-05-27T05:07:34.668Z] + git rev-list -1 --merges 595adc119bd1f5f8d5913bd379cf485a0597604c~1..595adc119bd1f5f8d5913bd379cf485a0597604c [Pipeline] echo [2022-05-27T05:07:34.710Z] -----------> git rev-list -1 --merges 595adc119bd1f5f8d5913bd379cf485a0597604c~1..595adc119bd1f5f8d5913bd379cf485a0597604c 595adc119bd1f5f8d5913bd379cf485a0597604c [false] [Pipeline] sh [2022-05-27T05:07:35.015Z] + git log --format=format:%s -1 595adc119bd1f5f8d5913bd379cf485a0597604c [Pipeline] echo [2022-05-27T05:07:35.048Z] ========================================================= [2022-05-27T05:07:35.048Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2022-05-27T05:07:35.048Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-05-27T05:07:35.479Z] + git log --format=format:%s -1 595adc119bd1f5f8d5913bd379cf485a0597604c [Pipeline] echo [2022-05-27T05:07:35.510Z] [semverPrep] GIT_COMMIT: 595adc119bd1f5f8d5913bd379cf485a0597604c, Commit Message: feat: Add go-winio to attribution (new SPIFFE dependency) [Pipeline] echo [2022-05-27T05:07:35.538Z] [semverPrep] This is not a build commit. [Pipeline] sh [2022-05-27T05:07:35.929Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-05-27T05:07:35.929Z] + grep -v github /etc/ssh/ssh_known_hosts [2022-05-27T05:07:35.929Z] + [ -e /tmp/ssh_known_hosts ] [2022-05-27T05:07:35.929Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2022-05-27T05:07:35.929Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2022-05-27T05:07:35.929Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2022-05-27T05:07:35.929Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-05-27T05:07:36.424Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [2022-05-27T05:07:36.424Z] [2022-05-27T05:07:36.424Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-05-27T05:07:36.794Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [2022-05-27T05:07:36.795Z] latest: Pulling from edgex-devops/py-git-semver [2022-05-27T05:07:36.795Z] 1fe172e4850f: Pulling fs layer [2022-05-27T05:07:36.795Z] caf521ccaac6: Pulling fs layer [2022-05-27T05:07:36.795Z] 3ead6fa29328: Pulling fs layer [2022-05-27T05:07:36.795Z] 5c2a1cbceb83: Pulling fs layer [2022-05-27T05:07:36.795Z] a8d5f1318db7: Pulling fs layer [2022-05-27T05:07:36.795Z] c427282e49a2: Pulling fs layer [2022-05-27T05:07:36.795Z] 1827001aaf11: Pulling fs layer [2022-05-27T05:07:36.795Z] 0714d37db230: Pulling fs layer [2022-05-27T05:07:36.795Z] ac28cf19c067: Pulling fs layer [2022-05-27T05:07:36.795Z] ca983d60f3e2: Pulling fs layer [2022-05-27T05:07:36.795Z] 9f894cec8388: Pulling fs layer [2022-05-27T05:07:36.795Z] 1827001aaf11: Waiting [2022-05-27T05:07:36.795Z] 0714d37db230: Waiting [2022-05-27T05:07:36.795Z] ac28cf19c067: Waiting [2022-05-27T05:07:36.795Z] ca983d60f3e2: Waiting [2022-05-27T05:07:36.795Z] 9f894cec8388: Waiting [2022-05-27T05:07:36.795Z] 5c2a1cbceb83: Waiting [2022-05-27T05:07:36.795Z] a8d5f1318db7: Waiting [2022-05-27T05:07:36.795Z] c427282e49a2: Waiting [2022-05-27T05:07:36.795Z] caf521ccaac6: Download complete [2022-05-27T05:07:36.795Z] 5c2a1cbceb83: Download complete [2022-05-27T05:07:37.063Z] a8d5f1318db7: Verifying Checksum [2022-05-27T05:07:37.063Z] a8d5f1318db7: Download complete [2022-05-27T05:07:37.063Z] c427282e49a2: Download complete [2022-05-27T05:07:37.063Z] 3ead6fa29328: Verifying Checksum [2022-05-27T05:07:37.063Z] 3ead6fa29328: Download complete [2022-05-27T05:07:37.063Z] 0714d37db230: Verifying Checksum [2022-05-27T05:07:37.063Z] 0714d37db230: Download complete [2022-05-27T05:07:37.063Z] ac28cf19c067: Verifying Checksum [2022-05-27T05:07:37.063Z] ac28cf19c067: Download complete [2022-05-27T05:07:37.063Z] ca983d60f3e2: Verifying Checksum [2022-05-27T05:07:37.063Z] ca983d60f3e2: Download complete [2022-05-27T05:07:37.063Z] 9f894cec8388: Download complete [2022-05-27T05:07:37.063Z] 1fe172e4850f: Verifying Checksum [2022-05-27T05:07:37.063Z] 1fe172e4850f: Download complete [2022-05-27T05:07:37.323Z] 1827001aaf11: Verifying Checksum [2022-05-27T05:07:37.323Z] 1827001aaf11: Download complete [2022-05-27T05:07:38.260Z] 1fe172e4850f: Pull complete [2022-05-27T05:07:38.260Z] caf521ccaac6: Pull complete [2022-05-27T05:07:38.829Z] 3ead6fa29328: Pull complete [2022-05-27T05:07:38.829Z] 5c2a1cbceb83: Pull complete [2022-05-27T05:07:39.089Z] a8d5f1318db7: Pull complete [2022-05-27T05:07:39.089Z] c427282e49a2: Pull complete [2022-05-27T05:07:41.000Z] 1827001aaf11: Pull complete [2022-05-27T05:07:41.000Z] 0714d37db230: Pull complete [2022-05-27T05:07:41.000Z] ac28cf19c067: Pull complete [2022-05-27T05:07:41.000Z] ca983d60f3e2: Pull complete [2022-05-27T05:07:41.263Z] 9f894cec8388: Pull complete [2022-05-27T05:07:41.263Z] Digest: sha256:90e63904a1edc574c23a580e5fc31fbcdccad1501625621f67a6be262171cfee [2022-05-27T05:07:41.263Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [2022-05-27T05:07:41.263Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-05-27T05:07:41.530Z] prd-ubuntu20.04-docker-8c-8g-235 does not seem to be running inside a container [2022-05-27T05:07:41.574Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-snmp-go_PR-175 -v /w/workspace/gexfoundry_device-snmp-go_PR-175:/w/workspace/gexfoundry_device-snmp-go_PR-175:rw,z -v /w/workspace/gexfoundry_device-snmp-go_PR-175@tmp:/w/workspace/gexfoundry_device-snmp-go_PR-175@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-devops/py-git-semver:latest cat [2022-05-27T05:07:42.728Z] $ docker top 59ece076186018d98c3ecadd0daf1a9266517821f176348e71ba70f215b3c1d0 -eo pid,comm [2022-05-27T05:07:42.783Z] 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-05-27T05:07:42.783Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-05-27T05:07:42.897Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-05-27T05:07:42.897Z] [ssh-agent] Looking for ssh-agent implementation... [2022-05-27T05:07:43.021Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-05-27T05:07:43.030Z] $ docker exec 59ece076186018d98c3ecadd0daf1a9266517821f176348e71ba70f215b3c1d0 ssh-agent [2022-05-27T05:07:43.142Z] SSH_AUTH_SOCK=/tmp/ssh-bjh5J4QbSdlB/agent.33 [2022-05-27T05:07:43.142Z] SSH_AGENT_PID=39 [2022-05-27T05:07:43.147Z] Running ssh-add (command line suppressed) [2022-05-27T05:07:43.261Z] Identity added: /w/workspace/gexfoundry_device-snmp-go_PR-175@tmp/private_key_7809752621069284804.key (/w/workspace/gexfoundry_device-snmp-go_PR-175@tmp/private_key_7809752621069284804.key) [2022-05-27T05:07:43.273Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-05-27T05:07:43.600Z] + git tag --points-at HEAD [Pipeline] } [2022-05-27T05:07:43.631Z] $ docker exec --env ******** --env ******** 59ece076186018d98c3ecadd0daf1a9266517821f176348e71ba70f215b3c1d0 ssh-agent -k [2022-05-27T05:07:43.740Z] unset SSH_AUTH_SOCK; [2022-05-27T05:07:43.740Z] unset SSH_AGENT_PID; [2022-05-27T05:07:43.740Z] echo Agent pid 39 killed; [2022-05-27T05:07:43.751Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2022-05-27T05:07:43.832Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-05-27T05:07:43.832Z] [ssh-agent] Looking for ssh-agent implementation... [2022-05-27T05:07:43.953Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-05-27T05:07:43.962Z] $ docker exec 59ece076186018d98c3ecadd0daf1a9266517821f176348e71ba70f215b3c1d0 ssh-agent [2022-05-27T05:07:44.068Z] SSH_AUTH_SOCK=/tmp/ssh-4avyTjarbWfb/agent.72 [2022-05-27T05:07:44.068Z] SSH_AGENT_PID=78 [2022-05-27T05:07:44.074Z] Running ssh-add (command line suppressed) [2022-05-27T05:07:44.184Z] Identity added: /w/workspace/gexfoundry_device-snmp-go_PR-175@tmp/private_key_359794664060307227.key (/w/workspace/gexfoundry_device-snmp-go_PR-175@tmp/private_key_359794664060307227.key) [2022-05-27T05:07:44.194Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-05-27T05:07:44.523Z] + git semver init [2022-05-27T05:07:44.784Z] 2022-05-27 05:07:44,730 [run_init] DEBUG init version:0.0.0 force:False [2022-05-27T05:07:44.785Z] 2022-05-27 05:07:44,730 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/gexfoundry_device-snmp-go_PR-175/.semver [2022-05-27T05:07:44.785Z] 2022-05-27 05:07:44,731 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-snmp-go.git /w/workspace/gexfoundry_device-snmp-go_PR-175/.semver [2022-05-27T05:07:44.785Z] 2022-05-27 05:07:44,731 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-snmp-go.git', '/w/workspace/gexfoundry_device-snmp-go_PR-175/.semver'], cwd=/w/workspace/gexfoundry_device-snmp-go_PR-175, universal_newlines=False, shell=None, istream=None) [2022-05-27T05:07:45.730Z] 2022-05-27 05:07:45,406 [append_file] DEBUG append to file:/w/workspace/gexfoundry_device-snmp-go_PR-175/.git/info/exclude [2022-05-27T05:07:45.730Z] 2022-05-27 05:07:45,406 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/gexfoundry_device-snmp-go_PR-175/.semver/PR-175 with force:False [2022-05-27T05:07:45.730Z] 2022-05-27 05:07:45,407 [write_file] DEBUG write to file:/w/workspace/gexfoundry_device-snmp-go_PR-175/.semver/PR-175 [2022-05-27T05:07:45.730Z] 2022-05-27 05:07:45,410 [execute] INFO git cat-file --batch-check [2022-05-27T05:07:45.730Z] 2022-05-27 05:07:45,411 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_device-snmp-go_PR-175/.semver, universal_newlines=False, shell=None, istream=) [2022-05-27T05:07:45.730Z] 2022-05-27 05:07:45,418 [execute] INFO git cat-file --batch [2022-05-27T05:07:45.730Z] 2022-05-27 05:07:45,418 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_device-snmp-go_PR-175/.semver, universal_newlines=False, shell=None, istream=) [2022-05-27T05:07:45.730Z] 2022-05-27 05:07:45,423 [read_version] DEBUG read version from /w/workspace/gexfoundry_device-snmp-go_PR-175/.semver/PR-175 [2022-05-27T05:07:45.730Z] 0.0.0 [Pipeline] } [2022-05-27T05:07:45.812Z] $ docker exec --env ******** --env ******** 59ece076186018d98c3ecadd0daf1a9266517821f176348e71ba70f215b3c1d0 ssh-agent -k [2022-05-27T05:07:45.923Z] unset SSH_AUTH_SOCK; [2022-05-27T05:07:45.923Z] unset SSH_AGENT_PID; [2022-05-27T05:07:45.923Z] echo Agent pid 78 killed; [2022-05-27T05:07:45.929Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-05-27T05:07:46.425Z] + git semver [Pipeline] } [2022-05-27T05:07:46.719Z] $ docker stop --time=1 59ece076186018d98c3ecadd0daf1a9266517821f176348e71ba70f215b3c1d0 [2022-05-27T05:07:48.003Z] $ docker rm -f 59ece076186018d98c3ecadd0daf1a9266517821f176348e71ba70f215b3c1d0 [Pipeline] // withDockerContainer [Pipeline] sh [2022-05-27T05:07:48.428Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2022-05-27T05:07:48.746Z] Stashed 1 file(s) [Pipeline] echo [2022-05-27T05:07:48.761Z] [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-05-27T05:07:49.401Z] provisioning config files... [2022-05-27T05:07:49.411Z] copy managed file [device-snmp-go-settings] to file:/w/workspace/gexfoundry_device-snmp-go_PR-175@tmp/config4701434774007803248tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-05-27T05:07:49.768Z] ---> docker-login.sh [2022-05-27T05:07:49.768Z] nexus3.edgexfoundry.org:10001 [2022-05-27T05:07:49.768Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-27T05:07:49.768Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-27T05:07:49.768Z] Configure a credential helper to remove this warning. See [2022-05-27T05:07:49.768Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-27T05:07:49.768Z] [2022-05-27T05:07:49.768Z] Login Succeeded [2022-05-27T05:07:49.768Z] nexus3.edgexfoundry.org:10002 [2022-05-27T05:07:49.768Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-27T05:07:49.768Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-27T05:07:49.768Z] Configure a credential helper to remove this warning. See [2022-05-27T05:07:49.768Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-27T05:07:49.768Z] [2022-05-27T05:07:50.029Z] Login Succeeded [2022-05-27T05:07:50.029Z] nexus3.edgexfoundry.org:10003 [2022-05-27T05:07:50.029Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-27T05:07:50.029Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-27T05:07:50.029Z] Configure a credential helper to remove this warning. See [2022-05-27T05:07:50.029Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-27T05:07:50.029Z] [2022-05-27T05:07:50.029Z] Login Succeeded [2022-05-27T05:07:50.029Z] nexus3.edgexfoundry.org:10004 [2022-05-27T05:07:50.029Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-27T05:07:50.294Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-27T05:07:50.294Z] Configure a credential helper to remove this warning. See [2022-05-27T05:07:50.294Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-27T05:07:50.294Z] [2022-05-27T05:07:50.294Z] Login Succeeded [2022-05-27T05:07:50.294Z] docker.io [2022-05-27T05:07:50.294Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-27T05:07:50.557Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-27T05:07:50.557Z] Configure a credential helper to remove this warning. See [2022-05-27T05:07:50.557Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-27T05:07:50.557Z] [2022-05-27T05:07:50.557Z] Login Succeeded [2022-05-27T05:07:50.557Z] ---> docker-login.sh ends [Pipeline] } [2022-05-27T05:07:50.588Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-05-27T05:07:50.771Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-05-27T05:07:50.801Z] ========================================================= [2022-05-27T05:07:50.801Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine] [2022-05-27T05:07:50.802Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-05-27T05:07:51.270Z] + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine --build-arg MAKE=echo noop --target=builder . [2022-05-27T05:07:51.271Z] Sending build context to Docker daemon 5.317MB [2022-05-27T05:07:51.271Z] Step 1/12 : ARG BASE=golang:1.17-alpine3.15 [2022-05-27T05:07:51.271Z] Step 2/12 : FROM ${BASE} AS builder [2022-05-27T05:07:51.271Z] 1.17-alpine: Pulling from edgex-devops/edgex-golang-base [2022-05-27T05:07:51.271Z] 59bf1c3509f3: Pulling fs layer [2022-05-27T05:07:51.271Z] 666ba61612fd: Pulling fs layer [2022-05-27T05:07:51.271Z] 8ed8ca486205: Pulling fs layer [2022-05-27T05:07:51.271Z] 4fe6c5a15a65: Pulling fs layer [2022-05-27T05:07:51.271Z] 22a0e8bec74d: Pulling fs layer [2022-05-27T05:07:51.271Z] 22a0e8bec74d: Waiting [2022-05-27T05:07:51.271Z] ca2b28591e48: Pulling fs layer [2022-05-27T05:07:51.271Z] a51346096db8: Pulling fs layer [2022-05-27T05:07:51.271Z] daebc70d1ce1: Pulling fs layer [2022-05-27T05:07:51.271Z] 0e18a0eac166: Pulling fs layer [2022-05-27T05:07:51.271Z] 4fe6c5a15a65: Waiting [2022-05-27T05:07:51.271Z] ca2b28591e48: Waiting [2022-05-27T05:07:51.271Z] a51346096db8: Waiting [2022-05-27T05:07:51.271Z] daebc70d1ce1: Waiting [2022-05-27T05:07:51.271Z] 0e18a0eac166: Waiting [2022-05-27T05:07:51.271Z] 8ed8ca486205: Verifying Checksum [2022-05-27T05:07:51.271Z] 8ed8ca486205: Download complete [2022-05-27T05:07:51.271Z] 666ba61612fd: Verifying Checksum [2022-05-27T05:07:51.271Z] 666ba61612fd: Download complete [2022-05-27T05:07:51.271Z] 22a0e8bec74d: Verifying Checksum [2022-05-27T05:07:51.271Z] 22a0e8bec74d: Download complete [2022-05-27T05:07:51.271Z] ca2b28591e48: Download complete [2022-05-27T05:07:51.271Z] 59bf1c3509f3: Verifying Checksum [2022-05-27T05:07:51.271Z] 59bf1c3509f3: Download complete [2022-05-27T05:07:51.533Z] a51346096db8: Download complete [2022-05-27T05:07:51.533Z] daebc70d1ce1: Verifying Checksum [2022-05-27T05:07:51.533Z] daebc70d1ce1: Download complete [2022-05-27T05:07:51.533Z] 59bf1c3509f3: Pull complete [2022-05-27T05:07:51.795Z] 666ba61612fd: Pull complete [2022-05-27T05:07:51.795Z] 8ed8ca486205: Pull complete [2022-05-27T05:07:52.056Z] 0e18a0eac166: Verifying Checksum [2022-05-27T05:07:52.056Z] 0e18a0eac166: Download complete [2022-05-27T05:07:52.315Z] 4fe6c5a15a65: Download complete [2022-05-27T05:07:55.610Z] 4fe6c5a15a65: Pull complete [2022-05-27T05:07:55.610Z] 22a0e8bec74d: Pull complete [2022-05-27T05:07:55.610Z] ca2b28591e48: Pull complete [2022-05-27T05:07:55.869Z] a51346096db8: Pull complete [2022-05-27T05:07:55.869Z] daebc70d1ce1: Pull complete [2022-05-27T05:07:57.777Z] 0e18a0eac166: Pull complete [2022-05-27T05:07:57.777Z] Digest: sha256:5cf2d0a306c5171eb5b3008c4b83cc7b6044f1808c238cb17927cddb93576120 [2022-05-27T05:07:57.777Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [2022-05-27T05:07:57.777Z] ---> f018257e8ee9 [2022-05-27T05:07:57.777Z] Step 3/12 : ARG MAKE='make build' [2022-05-27T05:07:59.163Z] ---> Running in b493b68dec41 [2022-05-27T05:07:59.163Z] Removing intermediate container b493b68dec41 [2022-05-27T05:07:59.163Z] ---> 025d28b635a4 [2022-05-27T05:07:59.163Z] Step 4/12 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" [2022-05-27T05:07:59.163Z] ---> Running in bfb867de1e4a [2022-05-27T05:07:59.163Z] Removing intermediate container bfb867de1e4a [2022-05-27T05:07:59.163Z] ---> 0bc26a620320 [2022-05-27T05:07:59.163Z] Step 5/12 : ARG ALPINE_PKG_EXTRA="" [2022-05-27T05:07:59.163Z] ---> Running in 4fb63d7234e8 [2022-05-27T05:07:59.163Z] Removing intermediate container 4fb63d7234e8 [2022-05-27T05:07:59.163Z] ---> c382827a9aab [2022-05-27T05:07:59.163Z] Step 6/12 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-27T05:07:59.426Z] ---> Running in 88119a4ef3cf [2022-05-27T05:07:59.995Z] Removing intermediate container 88119a4ef3cf [2022-05-27T05:07:59.995Z] ---> b32c512faacf [2022-05-27T05:07:59.995Z] Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-05-27T05:07:59.995Z] ---> Running in 11e9d96d4fbc [2022-05-27T05:08:00.256Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-05-27T05:08:00.830Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-05-27T05:08:01.401Z] (1/4) Installing openssh-keygen (8.8_p1-r1) [2022-05-27T05:08:01.401Z] (2/4) Installing libedit (20210910.3.1-r0) [2022-05-27T05:08:01.401Z] (3/4) Installing openssh-client-common (8.8_p1-r1) [2022-05-27T05:08:01.401Z] (4/4) Installing openssh-client-default (8.8_p1-r1) [2022-05-27T05:08:01.662Z] Executing busybox-1.34.1-r3.trigger [2022-05-27T05:08:01.662Z] OK: 224 MiB in 56 packages [2022-05-27T05:08:01.925Z] Removing intermediate container 11e9d96d4fbc [2022-05-27T05:08:01.925Z] ---> db12a3368c5a [2022-05-27T05:08:01.925Z] Step 8/12 : WORKDIR /device-snmp-go [2022-05-27T05:08:01.925Z] ---> Running in 07ff04666e7e [2022-05-27T05:08:01.925Z] Removing intermediate container 07ff04666e7e [2022-05-27T05:08:01.925Z] ---> 7b4be09b6a79 [2022-05-27T05:08:01.925Z] Step 9/12 : COPY go.mod vendor* ./ [2022-05-27T05:08:02.185Z] ---> 7fb8410c38b9 [2022-05-27T05:08:02.185Z] Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-05-27T05:08:02.185Z] ---> Running in f12ef8225248 [2022-05-27T05:08:04.233Z] Still waiting to schedule task [2022-05-27T05:08:04.233Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2022-05-27T05:08:14.416Z] Removing intermediate container f12ef8225248 [2022-05-27T05:08:14.416Z] ---> b43c82fb75ea [2022-05-27T05:08:14.416Z] Step 11/12 : COPY . . [2022-05-27T05:08:14.416Z] ---> fdc9cb16e84d [2022-05-27T05:08:14.416Z] Step 12/12 : RUN ${MAKE} [2022-05-27T05:08:14.416Z] ---> Running in 78a23384345b [2022-05-27T05:08:14.416Z] noop [2022-05-27T05:08:14.678Z] Removing intermediate container 78a23384345b [2022-05-27T05:08:14.678Z] ---> 2a4e9f814bb8 [2022-05-27T05:08:14.678Z] Successfully built 2a4e9f814bb8 [2022-05-27T05:08:14.678Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-05-27T05:08:15.131Z] + docker inspect -f . ci-base-image-x86_64 [2022-05-27T05:08:15.131Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-05-27T05:08:15.302Z] prd-ubuntu20.04-docker-8c-8g-235 does not seem to be running inside a container [2022-05-27T05:08:15.349Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_device-snmp-go_PR-175 -v /w/workspace/gexfoundry_device-snmp-go_PR-175:/w/workspace/gexfoundry_device-snmp-go_PR-175:rw,z -v /w/workspace/gexfoundry_device-snmp-go_PR-175@tmp:/w/workspace/gexfoundry_device-snmp-go_PR-175@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 ******** -e ******** -e ******** ci-base-image-x86_64 cat [2022-05-27T05:08:15.876Z] $ docker top 7e48bf2008fa5e3f34d1200e2411b2df49fabad6c83dce343edbd5cef489941f -eo pid,comm [Pipeline] { [Pipeline] sh [2022-05-27T05:08:16.269Z] + go version [2022-05-27T05:08:16.269Z] go version go1.17.6 linux/amd64 [Pipeline] } [2022-05-27T05:08:16.308Z] $ docker stop --time=1 7e48bf2008fa5e3f34d1200e2411b2df49fabad6c83dce343edbd5cef489941f [2022-05-27T05:08:17.583Z] $ docker rm -f 7e48bf2008fa5e3f34d1200e2411b2df49fabad6c83dce343edbd5cef489941f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-05-27T05:08:18.338Z] + docker inspect -f . ci-base-image-x86_64 [2022-05-27T05:08:18.338Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-05-27T05:08:18.501Z] prd-ubuntu20.04-docker-8c-8g-235 does not seem to be running inside a container [2022-05-27T05:08:18.541Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_device-snmp-go_PR-175 -v /w/workspace/gexfoundry_device-snmp-go_PR-175:/w/workspace/gexfoundry_device-snmp-go_PR-175:rw,z -v /w/workspace/gexfoundry_device-snmp-go_PR-175@tmp:/w/workspace/gexfoundry_device-snmp-go_PR-175@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 ******** -e ******** -e ******** ci-base-image-x86_64 cat [2022-05-27T05:08:18.878Z] $ docker top fc0630c984bee21b778394cd5d6f61fa96a26e3757c63e7a71b5e14004914a5e -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh [2022-05-27T05:08:19.323Z] + make test [2022-05-27T05:08:19.323Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out [2022-05-27T05:08:19.584Z] ? github.com/edgexfoundry/device-snmp-go [no test files] [2022-05-27T05:08:29.690Z] ? github.com/edgexfoundry/device-snmp-go/cmd [no test files] [2022-05-27T05:08:29.690Z] ok github.com/edgexfoundry/device-snmp-go/internal/driver 0.009s coverage: 0.0% of statements [2022-05-27T05:08:34.966Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2022-05-27T05:08:38.262Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-05-27T05:08:38.262Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-05-27T05:08:38.262Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-05-27T05:08:38.551Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-05-27T05:08:38.586Z] $ docker stop --time=1 fc0630c984bee21b778394cd5d6f61fa96a26e3757c63e7a71b5e14004914a5e [2022-05-27T05:08:40.266Z] $ docker rm -f fc0630c984bee21b778394cd5d6f61fa96a26e3757c63e7a71b5e14004914a5e [Pipeline] // withDockerContainer [Pipeline] sh [2022-05-27T05:08:40.765Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-05-27T05:08:40.828Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2022-05-27T05:08:41.500Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-05-27T05:08:41.818Z] + ls -al . [2022-05-27T05:08:41.818Z] total 168 [2022-05-27T05:08:41.818Z] drwxrwxr-x 9 jenkins jenkins 4096 May 27 05:08 . [2022-05-27T05:08:41.818Z] drwxrwxr-x 4 jenkins jenkins 4096 May 27 05:07 .. [2022-05-27T05:08:41.818Z] -rw-rw-r-- 1 jenkins jenkins 6 May 27 05:07 .dockerignore [2022-05-27T05:08:41.818Z] drwxrwxr-x 8 jenkins jenkins 4096 May 27 05:07 .git [2022-05-27T05:08:41.818Z] drwxrwxr-x 3 jenkins jenkins 4096 May 27 05:07 .github [2022-05-27T05:08:41.818Z] -rw-rw-r-- 1 jenkins jenkins 328 May 27 05:07 .gitignore [2022-05-27T05:08:41.818Z] -rw-rw-r-- 1 jenkins jenkins 41 May 27 05:07 .golangci.yml [2022-05-27T05:08:41.818Z] drwxr-xr-x 3 jenkins jenkins 4096 May 27 05:07 .semver [2022-05-27T05:08:41.818Z] -rw-rw-r-- 1 jenkins jenkins 8429 May 27 05:07 Attribution.txt [2022-05-27T05:08:41.818Z] -rw-rw-r-- 1 jenkins jenkins 6948 May 27 05:07 CHANGELOG.md [2022-05-27T05:08:41.818Z] -rw-rw-r-- 1 jenkins jenkins 1516 May 27 05:07 Dockerfile [2022-05-27T05:08:41.818Z] -rw-rw-r-- 1 jenkins jenkins 677 May 27 05:07 GOVERNANCE.md [2022-05-27T05:08:41.818Z] -rw-rw-r-- 1 jenkins jenkins 656 May 27 05:07 Jenkinsfile [2022-05-27T05:08:41.818Z] -rw-rw-r-- 1 jenkins jenkins 11340 May 27 05:07 LICENSE [2022-05-27T05:08:41.818Z] -rw-rw-r-- 1 jenkins jenkins 2334 May 27 05:07 Makefile [2022-05-27T05:08:41.818Z] -rw-rw-r-- 1 jenkins jenkins 620 May 27 05:07 OWNERS.md [2022-05-27T05:08:41.818Z] -rw-rw-r-- 1 jenkins jenkins 9390 May 27 05:07 README.md [2022-05-27T05:08:41.818Z] -rw-rw-r-- 1 jenkins jenkins 5 May 27 05:07 VERSION [2022-05-27T05:08:41.818Z] drwxrwxr-x 2 jenkins jenkins 4096 May 27 05:07 bin [2022-05-27T05:08:41.818Z] drwxrwxr-x 3 jenkins jenkins 4096 May 27 05:07 cmd [2022-05-27T05:08:41.818Z] -rw-r--r-- 1 jenkins jenkins 7631 May 27 05:08 coverage.out [2022-05-27T05:08:41.818Z] -rw-rw-r-- 1 jenkins jenkins 3250 May 27 05:07 go.mod [2022-05-27T05:08:41.818Z] -rw-rw-r-- 1 jenkins jenkins 35701 May 27 05:07 go.sum [2022-05-27T05:08:41.818Z] drwxrwxr-x 3 jenkins jenkins 4096 May 27 05:07 internal [2022-05-27T05:08:41.818Z] drwxrwxr-x 3 jenkins jenkins 4096 May 27 05:07 snap [2022-05-27T05:08:41.818Z] -rw-rw-r-- 1 jenkins jenkins 228 May 27 05:07 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-05-27T05:08:42.213Z] + 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=595adc119bd1f5f8d5913bd379cf485a0597604c --label arch=amd64 --label version=0.0.0 . [2022-05-27T05:08:42.213Z] Sending build context to Docker daemon 5.325MB [2022-05-27T05:08:42.213Z] Step 1/24 : ARG BASE=golang:1.17-alpine3.15 [2022-05-27T05:08:42.213Z] Step 2/24 : FROM ${BASE} AS builder [2022-05-27T05:08:42.213Z] ---> 2a4e9f814bb8 [2022-05-27T05:08:42.213Z] Step 3/24 : ARG MAKE='make build' [2022-05-27T05:08:42.213Z] ---> Running in 5884c99c08dc [2022-05-27T05:08:42.213Z] Removing intermediate container 5884c99c08dc [2022-05-27T05:08:42.213Z] ---> 92d09d53f3d2 [2022-05-27T05:08:42.213Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" [2022-05-27T05:08:42.476Z] ---> Running in 45594dbb286d [2022-05-27T05:08:42.476Z] Removing intermediate container 45594dbb286d [2022-05-27T05:08:42.476Z] ---> 27e0186d95e5 [2022-05-27T05:08:42.476Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2022-05-27T05:08:42.476Z] ---> Running in ab725b6e9811 [2022-05-27T05:08:42.476Z] Removing intermediate container ab725b6e9811 [2022-05-27T05:08:42.476Z] ---> 6552e1bc4347 [2022-05-27T05:08:42.476Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-27T05:08:42.476Z] ---> Running in f3c2796664a1 [2022-05-27T05:08:43.047Z] Removing intermediate container f3c2796664a1 [2022-05-27T05:08:43.047Z] ---> 9845d916eae1 [2022-05-27T05:08:43.047Z] Step 7/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-05-27T05:08:43.047Z] ---> Running in cbe4adc42c03 [2022-05-27T05:08:43.307Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-05-27T05:08:44.247Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-05-27T05:08:44.510Z] OK: 224 MiB in 56 packages [2022-05-27T05:08:44.769Z] Removing intermediate container cbe4adc42c03 [2022-05-27T05:08:44.769Z] ---> 4fd70044cb84 [2022-05-27T05:08:44.769Z] Step 8/24 : WORKDIR /device-snmp-go [2022-05-27T05:08:45.030Z] ---> Running in fef79a88539f [2022-05-27T05:08:45.030Z] Removing intermediate container fef79a88539f [2022-05-27T05:08:45.030Z] ---> 7cbc2852d502 [2022-05-27T05:08:45.030Z] Step 9/24 : COPY go.mod vendor* ./ [2022-05-27T05:08:45.030Z] ---> 5103880012df [2022-05-27T05:08:45.030Z] Step 10/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-05-27T05:08:45.030Z] ---> Running in 889db9a77049 [2022-05-27T05:08:45.973Z] Removing intermediate container 889db9a77049 [2022-05-27T05:08:45.973Z] ---> 7d5b527823a0 [2022-05-27T05:08:45.973Z] Step 11/24 : COPY . . [2022-05-27T05:08:45.973Z] ---> e76c5ee06a43 [2022-05-27T05:08:45.973Z] Step 12/24 : RUN ${MAKE} [2022-05-27T05:08:45.973Z] ---> Running in 1dfba42cbcd5 [2022-05-27T05:08:46.237Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/device-sdk-go/v2/internal/common.SDKVersion=v2.2.0 -X github.com/edgexfoundry/device-snmp-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/device-snmp ./cmd [2022-05-27T05:09:08.194Z] Removing intermediate container 1dfba42cbcd5 [2022-05-27T05:09:08.194Z] ---> c96dc1f6765e [2022-05-27T05:09:08.194Z] Step 13/24 : FROM alpine:3.14 [2022-05-27T05:09:08.194Z] 3.14: Pulling from library/alpine [2022-05-27T05:09:08.194Z] 8663204ce13b: Pulling fs layer [2022-05-27T05:09:08.194Z] 8663204ce13b: Verifying Checksum [2022-05-27T05:09:08.194Z] 8663204ce13b: Download complete [2022-05-27T05:09:08.194Z] 8663204ce13b: Pull complete [2022-05-27T05:09:08.194Z] Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 [2022-05-27T05:09:08.194Z] Status: Downloaded newer image for alpine:3.14 [2022-05-27T05:09:08.194Z] ---> e04c818066af [2022-05-27T05:09:08.194Z] Step 14/24 : RUN apk add --update --no-cache zeromq dumb-init [2022-05-27T05:09:08.194Z] ---> Running in 69a962739fc3 [2022-05-27T05:09:08.194Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-05-27T05:09:08.194Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-05-27T05:09:08.194Z] (1/6) Installing dumb-init (1.2.5-r1) [2022-05-27T05:09:08.194Z] (2/6) Installing libgcc (10.3.1_git20210424-r2) [2022-05-27T05:09:08.194Z] (3/6) Installing libsodium (1.0.18-r0) [2022-05-27T05:09:08.194Z] (4/6) Installing libstdc++ (10.3.1_git20210424-r2) [2022-05-27T05:09:08.194Z] (5/6) Installing libzmq (4.3.4-r0) [2022-05-27T05:09:08.194Z] (6/6) Installing zeromq (4.3.4-r0) [2022-05-27T05:09:08.194Z] Executing busybox-1.33.1-r7.trigger [2022-05-27T05:09:08.194Z] OK: 8 MiB in 20 packages [2022-05-27T05:09:08.194Z] Removing intermediate container 69a962739fc3 [2022-05-27T05:09:08.194Z] ---> d0ab4cfd9a49 [2022-05-27T05:09:08.194Z] Step 15/24 : COPY --from=builder /device-snmp-go/cmd / [2022-05-27T05:09:08.194Z] ---> 65c5f88439f8 [2022-05-27T05:09:08.194Z] Step 16/24 : COPY --from=builder /device-snmp-go/Attribution.txt / [2022-05-27T05:09:08.194Z] ---> 3f71fbce200e [2022-05-27T05:09:08.194Z] Step 17/24 : COPY --from=builder /device-snmp-go/LICENSE / [2022-05-27T05:09:08.194Z] ---> 49b07bed8e06 [2022-05-27T05:09:08.194Z] Step 18/24 : EXPOSE 59993 [2022-05-27T05:09:08.194Z] ---> Running in c2e6e1ebd073 [2022-05-27T05:09:08.194Z] Removing intermediate container c2e6e1ebd073 [2022-05-27T05:09:08.194Z] ---> 36d1acf26bd4 [2022-05-27T05:09:08.194Z] Step 19/24 : EXPOSE 161 [2022-05-27T05:09:08.194Z] ---> Running in 1cb57d29009c [2022-05-27T05:09:08.454Z] Removing intermediate container 1cb57d29009c [2022-05-27T05:09:08.454Z] ---> 3d95298c981c [2022-05-27T05:09:08.454Z] Step 20/24 : ENTRYPOINT ["/device-snmp"] [2022-05-27T05:09:08.454Z] ---> Running in 7d806f2aac4d [2022-05-27T05:09:08.454Z] Removing intermediate container 7d806f2aac4d [2022-05-27T05:09:08.454Z] ---> dc4dc803724b [2022-05-27T05:09:08.454Z] Step 21/24 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--confdir=/res", "--registry"] [2022-05-27T05:09:08.454Z] ---> Running in 6d17d94d44f0 [2022-05-27T05:09:08.454Z] Removing intermediate container 6d17d94d44f0 [2022-05-27T05:09:08.454Z] ---> b0238b3c9f62 [2022-05-27T05:09:08.454Z] Step 22/24 : LABEL arch=amd64 [2022-05-27T05:09:08.454Z] ---> Running in 915b9917324b [2022-05-27T05:09:08.714Z] Removing intermediate container 915b9917324b [2022-05-27T05:09:08.714Z] ---> 295f4c102870 [2022-05-27T05:09:08.714Z] Step 23/24 : LABEL git_sha=595adc119bd1f5f8d5913bd379cf485a0597604c [2022-05-27T05:09:08.714Z] ---> Running in 553253709c17 [2022-05-27T05:09:08.714Z] Removing intermediate container 553253709c17 [2022-05-27T05:09:08.714Z] ---> 59697a3ed4e6 [2022-05-27T05:09:08.714Z] Step 24/24 : LABEL version=0.0.0 [2022-05-27T05:09:08.714Z] ---> Running in 5cc38bead6ed [2022-05-27T05:09:08.714Z] Removing intermediate container 5cc38bead6ed [2022-05-27T05:09:08.714Z] ---> 18fd3ee65ccd [2022-05-27T05:09:08.714Z] [Warning] One or more build-args [ARCH] were not consumed [2022-05-27T05:09:08.714Z] Successfully built 18fd3ee65ccd [2022-05-27T05:09:08.975Z] 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-05-27T05:09:09.974Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-05-27T05:09:09.974Z] [2022-05-27T05:09:09.974Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-05-27T05:09:10.345Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-05-27T05:09:10.345Z] latest: Pulling from edgex-lftools-log-publisher [2022-05-27T05:09:10.345Z] 5eb5b503b376: Pulling fs layer [2022-05-27T05:09:10.345Z] 5c69ac0246d0: Pulling fs layer [2022-05-27T05:09:10.345Z] ec43610c2a17: Pulling fs layer [2022-05-27T05:09:10.345Z] 3a2ae6a8a46f: Pulling fs layer [2022-05-27T05:09:10.345Z] 33b1e0a273af: Pulling fs layer [2022-05-27T05:09:10.345Z] 5d3b04190fa2: Pulling fs layer [2022-05-27T05:09:10.345Z] 2f39f015ded8: Pulling fs layer [2022-05-27T05:09:10.345Z] 3a2ae6a8a46f: Waiting [2022-05-27T05:09:10.345Z] 33b1e0a273af: Waiting [2022-05-27T05:09:10.345Z] 5d3b04190fa2: Waiting [2022-05-27T05:09:10.345Z] 2f39f015ded8: Waiting [2022-05-27T05:09:10.345Z] 5c69ac0246d0: Verifying Checksum [2022-05-27T05:09:10.345Z] 5c69ac0246d0: Download complete [2022-05-27T05:09:10.345Z] 3a2ae6a8a46f: Verifying Checksum [2022-05-27T05:09:10.345Z] 3a2ae6a8a46f: Download complete [2022-05-27T05:09:10.345Z] 33b1e0a273af: Verifying Checksum [2022-05-27T05:09:10.345Z] 33b1e0a273af: Download complete [2022-05-27T05:09:10.345Z] 5d3b04190fa2: Download complete [2022-05-27T05:09:10.606Z] ec43610c2a17: Verifying Checksum [2022-05-27T05:09:10.606Z] ec43610c2a17: Download complete [2022-05-27T05:09:10.606Z] 5eb5b503b376: Verifying Checksum [2022-05-27T05:09:10.606Z] 5eb5b503b376: Download complete [2022-05-27T05:09:11.173Z] 2f39f015ded8: Download complete [2022-05-27T05:09:11.743Z] 5eb5b503b376: Pull complete [2022-05-27T05:09:12.003Z] 5c69ac0246d0: Pull complete [2022-05-27T05:09:12.263Z] ec43610c2a17: Pull complete [2022-05-27T05:09:12.523Z] 3a2ae6a8a46f: Pull complete [2022-05-27T05:09:12.523Z] 33b1e0a273af: Pull complete [2022-05-27T05:09:12.783Z] 5d3b04190fa2: Pull complete [2022-05-27T05:09:16.983Z] 2f39f015ded8: Pull complete [2022-05-27T05:09:16.983Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2022-05-27T05:09:16.983Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-05-27T05:09:16.983Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-05-27T05:09:17.237Z] prd-ubuntu20.04-docker-8c-8g-235 does not seem to be running inside a container [2022-05-27T05:09:17.277Z] $ 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-175 -v /w/workspace/gexfoundry_device-snmp-go_PR-175:/w/workspace/gexfoundry_device-snmp-go_PR-175:rw,z -v /w/workspace/gexfoundry_device-snmp-go_PR-175@tmp:/w/workspace/gexfoundry_device-snmp-go_PR-175@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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2022-05-27T05:09:18.855Z] $ docker top 9138fd0f376390ab6e8497f49abd707259faba75617b1d1ca4690580a5c77ec9 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-05-27T05:09:19.319Z] ---> job-cost.sh [2022-05-27T05:09:19.319Z] lf-activate-venv: SKIPPING [2022-05-27T05:09:19.319Z] INFO: No Stack... [2022-05-27T05:09:19.580Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-05-27T05:09:20.152Z] INFO: Archiving Costs [Pipeline] sh [2022-05-27T05:09:20.466Z] + cat /w/workspace/gexfoundry_device-snmp-go_PR-175/archives/cost.csv [2022-05-27T05:09:20.466Z] + cut -d, -f6 [Pipeline] lock [2022-05-27T05:09:20.504Z] Trying to acquire lock on [jenkins-edgexfoundry-device-snmp-go-PR-175-1-stack-cost] [2022-05-27T05:09:20.510Z] Resource [jenkins-edgexfoundry-device-snmp-go-PR-175-1-stack-cost] did not exist. Created. [2022-05-27T05:09:20.510Z] Lock acquired on [jenkins-edgexfoundry-device-snmp-go-PR-175-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-05-27T05:09:20.893Z] + echo total: 0.2199999988079071 [Pipeline] stash [2022-05-27T05:09:20.998Z] Stashed 1 file(s) [Pipeline] } [2022-05-27T05:09:21.022Z] Lock released on resource [jenkins-edgexfoundry-device-snmp-go-PR-175-1-stack-cost] [Pipeline] // lock [Pipeline] } [2022-05-27T05:09:21.098Z] $ docker stop --time=1 9138fd0f376390ab6e8497f49abd707259faba75617b1d1ca4690580a5c77ec9 [2022-05-27T05:09:22.271Z] $ docker rm -f 9138fd0f376390ab6e8497f49abd707259faba75617b1d1ca4690580a5c77ec9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-05-27T05:09:41.897Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-236 in /w/workspace/gexfoundry_device-snmp-go_PR-175 [Pipeline] { [Pipeline] ws [2022-05-27T05:09:41.939Z] Running in /w/workspace/device-snmp-go/1 [Pipeline] { [Pipeline] checkout [2022-05-27T05:09:42.009Z] Selected Git installation does not exist. Using Default [2022-05-27T05:09:42.009Z] The recommended git tool is: NONE [2022-05-27T05:09:47.500Z] using credential edgex-jenkins-ssh [2022-05-27T05:09:47.517Z] Cloning the remote Git repository [2022-05-27T05:09:47.577Z] Cloning repository git@github.com:edgexfoundry/device-snmp-go.git [2022-05-27T05:09:47.648Z] > git init /w/workspace/device-snmp-go/1 # timeout=10 [2022-05-27T05:09:47.776Z] Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git [2022-05-27T05:09:47.777Z] > git --version # timeout=10 [2022-05-27T05:09:47.796Z] > git --version # 'git version 2.25.1' [2022-05-27T05:09:47.798Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-05-27T05:09:47.969Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-05-27T05:09:49.494Z] Merging remotes/origin/main commit 9505b3b9fb87609b3cd85be587e030c33719d431 into PR head commit 595adc119bd1f5f8d5913bd379cf485a0597604c [2022-05-27T05:09:49.719Z] Merge succeeded, producing 595adc119bd1f5f8d5913bd379cf485a0597604c [2022-05-27T05:09:49.719Z] Checking out Revision 595adc119bd1f5f8d5913bd379cf485a0597604c (PR-175) [2022-05-27T05:09:48.915Z] > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 [2022-05-27T05:09:48.948Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-05-27T05:09:48.984Z] > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 [2022-05-27T05:09:49.017Z] Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git [2022-05-27T05:09:49.017Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-05-27T05:09:49.030Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/pull/175/head:refs/remotes/origin/PR-175 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2022-05-27T05:09:49.522Z] > git config core.sparsecheckout # timeout=10 [2022-05-27T05:09:49.540Z] > git checkout -f 595adc119bd1f5f8d5913bd379cf485a0597604c # timeout=10 [2022-05-27T05:09:49.631Z] > git remote # timeout=10 [2022-05-27T05:09:49.649Z] > git config --get remote.origin.url # timeout=10 [2022-05-27T05:09:49.666Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-05-27T05:09:49.678Z] > git merge 9505b3b9fb87609b3cd85be587e030c33719d431 # timeout=10 [2022-05-27T05:09:49.705Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-05-27T05:09:49.733Z] > git config core.sparsecheckout # timeout=10 [2022-05-27T05:09:49.752Z] > git checkout -f 595adc119bd1f5f8d5913bd379cf485a0597604c # timeout=10 [2022-05-27T05:09:53.956Z] Commit message: "feat: Add go-winio to attribution (new SPIFFE dependency)" [2022-05-27T05:09:54.019Z] > git --version # timeout=10 [2022-05-27T05:09:54.040Z] > git --version # 'git version 2.25.1' [2022-05-27T05:09:54.053Z] fatal: bad object 95c76d14630896f3c9cf825147e1b1e2bad20cbb [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-05-27T05:09:55.092Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2022-05-27T05:09:55.092Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-05-27T05:09:55.092Z] Dload Upload Total Spent Left Speed [2022-05-27T05:09:55.092Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12253 100 12253 0 0 51483 0 --:--:-- --:--:-- --:--:-- 51700 [Pipeline] sh [2022-05-27T05:09:55.870Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2022-05-27T05:09:56.244Z] + + sudo tee /etc/docker/daemon.new [2022-05-27T05:09:56.244Z] sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2022-05-27T05:09:56.244Z] { [2022-05-27T05:09:56.244Z] "registry-mirrors": [ [2022-05-27T05:09:56.244Z] "https://nexus3.edgexfoundry.org:10001" [2022-05-27T05:09:56.244Z] ], [2022-05-27T05:09:56.244Z] "bip": "10.250.0.254/24", [2022-05-27T05:09:56.244Z] "hosts": [ [2022-05-27T05:09:56.244Z] "tcp://0.0.0.0:5555", [2022-05-27T05:09:56.244Z] "unix:///var/run/docker.sock" [2022-05-27T05:09:56.244Z] ], [2022-05-27T05:09:56.244Z] "mtu": 1458, [2022-05-27T05:09:56.244Z] "selinux-enabled": true, [2022-05-27T05:09:56.244Z] "seccomp-profile": "/etc/docker/seccomp.json" [2022-05-27T05:09:56.244Z] } [Pipeline] sh [2022-05-27T05:09:56.595Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2022-05-27T05:09:57.036Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-05-27T05:10:15.608Z] provisioning config files... [2022-05-27T05:10:15.637Z] copy managed file [device-snmp-go-settings] to file:/w/workspace/device-snmp-go/1@tmp/config6941824112094240657tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-05-27T05:10:16.033Z] ---> docker-login.sh [2022-05-27T05:10:16.033Z] nexus3.edgexfoundry.org:10001 [2022-05-27T05:10:16.638Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-27T05:10:16.919Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-27T05:10:16.919Z] Configure a credential helper to remove this warning. See [2022-05-27T05:10:16.919Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-27T05:10:16.919Z] [2022-05-27T05:10:16.919Z] Login Succeeded [2022-05-27T05:10:16.919Z] nexus3.edgexfoundry.org:10002 [2022-05-27T05:10:17.202Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-27T05:10:17.475Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-27T05:10:17.475Z] Configure a credential helper to remove this warning. See [2022-05-27T05:10:17.475Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-27T05:10:17.475Z] [2022-05-27T05:10:17.475Z] Login Succeeded [2022-05-27T05:10:17.475Z] nexus3.edgexfoundry.org:10003 [2022-05-27T05:10:17.760Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-27T05:10:17.760Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-27T05:10:17.760Z] Configure a credential helper to remove this warning. See [2022-05-27T05:10:17.760Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-27T05:10:17.760Z] [2022-05-27T05:10:17.760Z] Login Succeeded [2022-05-27T05:10:17.760Z] nexus3.edgexfoundry.org:10004 [2022-05-27T05:10:18.361Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-27T05:10:18.361Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-27T05:10:18.361Z] Configure a credential helper to remove this warning. See [2022-05-27T05:10:18.361Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-27T05:10:18.361Z] [2022-05-27T05:10:18.361Z] Login Succeeded [2022-05-27T05:10:18.361Z] docker.io [2022-05-27T05:10:18.635Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-27T05:10:19.230Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-27T05:10:19.230Z] Configure a credential helper to remove this warning. See [2022-05-27T05:10:19.230Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-27T05:10:19.230Z] [2022-05-27T05:10:19.230Z] Login Succeeded [2022-05-27T05:10:19.230Z] ---> docker-login.sh ends [Pipeline] } [2022-05-27T05:10:19.259Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-05-27T05:10:19.653Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-05-27T05:10:19.683Z] ========================================================= [2022-05-27T05:10:19.683Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine] [2022-05-27T05:10:19.683Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-05-27T05:10:20.181Z] + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine --build-arg MAKE=echo noop --target=builder . [2022-05-27T05:10:20.457Z] Sending build context to Docker daemon 2.739MB [2022-05-27T05:10:20.457Z] Step 1/12 : ARG BASE=golang:1.17-alpine3.15 [2022-05-27T05:10:20.457Z] Step 2/12 : FROM ${BASE} AS builder [2022-05-27T05:10:20.735Z] 1.17-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2022-05-27T05:10:20.735Z] 9b3977197b4f: Pulling fs layer [2022-05-27T05:10:20.735Z] 1a89e8eeedd5: Pulling fs layer [2022-05-27T05:10:20.735Z] 94645a83ff95: Pulling fs layer [2022-05-27T05:10:20.735Z] 3f3a8bcf1eab: Pulling fs layer [2022-05-27T05:10:20.735Z] 0c92f367c5e7: Pulling fs layer [2022-05-27T05:10:20.735Z] 3096ccb668a1: Pulling fs layer [2022-05-27T05:10:20.735Z] e8cf19c19ddd: Pulling fs layer [2022-05-27T05:10:20.735Z] a4caa8a26152: Pulling fs layer [2022-05-27T05:10:20.735Z] 3f3a8bcf1eab: Waiting [2022-05-27T05:10:20.735Z] 0c92f367c5e7: Waiting [2022-05-27T05:10:20.735Z] 3096ccb668a1: Waiting [2022-05-27T05:10:20.735Z] e8cf19c19ddd: Waiting [2022-05-27T05:10:20.735Z] a4caa8a26152: Waiting [2022-05-27T05:10:20.735Z] 94645a83ff95: Verifying Checksum [2022-05-27T05:10:20.735Z] 94645a83ff95: Download complete [2022-05-27T05:10:20.735Z] 1a89e8eeedd5: Verifying Checksum [2022-05-27T05:10:20.735Z] 1a89e8eeedd5: Download complete [2022-05-27T05:10:20.735Z] 0c92f367c5e7: Verifying Checksum [2022-05-27T05:10:20.735Z] 0c92f367c5e7: Download complete [2022-05-27T05:10:20.735Z] 3096ccb668a1: Verifying Checksum [2022-05-27T05:10:20.735Z] 3096ccb668a1: Download complete [2022-05-27T05:10:20.735Z] 9b3977197b4f: Download complete [2022-05-27T05:10:20.735Z] e8cf19c19ddd: Verifying Checksum [2022-05-27T05:10:20.735Z] e8cf19c19ddd: Download complete [2022-05-27T05:10:21.734Z] 9b3977197b4f: Pull complete [2022-05-27T05:10:22.014Z] 1a89e8eeedd5: Pull complete [2022-05-27T05:10:22.290Z] 94645a83ff95: Pull complete [2022-05-27T05:10:22.889Z] a4caa8a26152: Verifying Checksum [2022-05-27T05:10:22.889Z] a4caa8a26152: Download complete [2022-05-27T05:10:23.487Z] 3f3a8bcf1eab: Verifying Checksum [2022-05-27T05:10:23.487Z] 3f3a8bcf1eab: Download complete [2022-05-27T05:10:35.899Z] 3f3a8bcf1eab: Pull complete [2022-05-27T05:10:35.899Z] 0c92f367c5e7: Pull complete [2022-05-27T05:10:35.899Z] 3096ccb668a1: Pull complete [2022-05-27T05:10:35.899Z] e8cf19c19ddd: Pull complete [2022-05-27T05:10:42.630Z] a4caa8a26152: Pull complete [2022-05-27T05:10:42.630Z] Digest: sha256:b3ad895ecde34a7521bb8912598475bc58d052e1c2c58d00df7f0fe54a102a46 [2022-05-27T05:10:42.630Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [2022-05-27T05:10:42.630Z] ---> 725f1c02e7f9 [2022-05-27T05:10:42.630Z] Step 3/12 : ARG MAKE='make build' [2022-05-27T05:10:42.902Z] ---> Running in 795101bf2a7a [2022-05-27T05:10:43.177Z] Removing intermediate container 795101bf2a7a [2022-05-27T05:10:43.177Z] ---> 5a6bffa244bd [2022-05-27T05:10:43.177Z] Step 4/12 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" [2022-05-27T05:10:43.177Z] ---> Running in 03f596517545 [2022-05-27T05:10:43.773Z] Removing intermediate container 03f596517545 [2022-05-27T05:10:43.773Z] ---> 2acb2dd5a423 [2022-05-27T05:10:43.773Z] Step 5/12 : ARG ALPINE_PKG_EXTRA="" [2022-05-27T05:10:43.773Z] ---> Running in fb15f6d122f6 [2022-05-27T05:10:44.047Z] Removing intermediate container fb15f6d122f6 [2022-05-27T05:10:44.047Z] ---> a0d42461eda0 [2022-05-27T05:10:44.047Z] Step 6/12 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-27T05:10:44.047Z] ---> Running in e6660c0304ab [2022-05-27T05:10:46.720Z] Removing intermediate container e6660c0304ab [2022-05-27T05:10:46.720Z] ---> bb2dfb4f64bc [2022-05-27T05:10:46.720Z] Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-05-27T05:10:46.720Z] ---> Running in f738f46d4508 [2022-05-27T05:10:47.712Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-05-27T05:10:48.701Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-05-27T05:10:49.681Z] (1/4) Installing openssh-keygen (8.8_p1-r1) [2022-05-27T05:10:49.681Z] (2/4) Installing libedit (20210910.3.1-r0) [2022-05-27T05:10:49.681Z] (3/4) Installing openssh-client-common (8.8_p1-r1) [2022-05-27T05:10:49.957Z] (4/4) Installing openssh-client-default (8.8_p1-r1) [2022-05-27T05:10:49.957Z] Executing busybox-1.34.1-r3.trigger [2022-05-27T05:10:49.957Z] OK: 224 MiB in 56 packages [2022-05-27T05:10:50.940Z] Removing intermediate container f738f46d4508 [2022-05-27T05:10:50.940Z] ---> 279ab0b9d866 [2022-05-27T05:10:50.940Z] Step 8/12 : WORKDIR /device-snmp-go [2022-05-27T05:10:50.940Z] ---> Running in a9ecd7ef7fbc [2022-05-27T05:10:51.214Z] Removing intermediate container a9ecd7ef7fbc [2022-05-27T05:10:51.214Z] ---> c9613cc4d71b [2022-05-27T05:10:51.214Z] Step 9/12 : COPY go.mod vendor* ./ [2022-05-27T05:10:51.814Z] ---> 7638e3658ad3 [2022-05-27T05:10:51.814Z] Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-05-27T05:10:51.814Z] ---> Running in 8236b0164b53 [2022-05-27T05:11:38.814Z] Removing intermediate container 8236b0164b53 [2022-05-27T05:11:38.814Z] ---> fa0b32ae0152 [2022-05-27T05:11:38.814Z] Step 11/12 : COPY . . [2022-05-27T05:11:38.814Z] ---> ac2ceb8a021a [2022-05-27T05:11:38.814Z] Step 12/12 : RUN ${MAKE} [2022-05-27T05:11:38.814Z] ---> Running in b959c8ee94f1 [2022-05-27T05:11:38.814Z] noop [2022-05-27T05:11:38.814Z] Removing intermediate container b959c8ee94f1 [2022-05-27T05:11:38.814Z] ---> f0542f263e9f [2022-05-27T05:11:38.814Z] Successfully built f0542f263e9f [2022-05-27T05:11:38.814Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-05-27T05:11:39.302Z] + docker inspect -f . ci-base-image-arm64 [2022-05-27T05:11:39.302Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-05-27T05:11:39.626Z] prd-ubuntu20.04-docker-arm64-4c-16g-236 does not seem to be running inside a container [2022-05-27T05:11:39.760Z] $ 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 ******** -e ******** ci-base-image-arm64 cat [2022-05-27T05:11:41.049Z] $ docker top f39f6a61f9ed7e2eb3ededefacb4ddf7732452fc7ddcb010c848999219f2e96c -eo pid,comm [Pipeline] { [Pipeline] sh [2022-05-27T05:11:42.000Z] + go version [2022-05-27T05:11:42.000Z] go version go1.17.6 linux/arm64 [Pipeline] } [2022-05-27T05:11:42.076Z] $ docker stop --time=1 f39f6a61f9ed7e2eb3ededefacb4ddf7732452fc7ddcb010c848999219f2e96c [2022-05-27T05:11:43.717Z] $ docker rm -f f39f6a61f9ed7e2eb3ededefacb4ddf7732452fc7ddcb010c848999219f2e96c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-05-27T05:11:44.709Z] + docker inspect -f . ci-base-image-arm64 [2022-05-27T05:11:44.709Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-05-27T05:11:45.024Z] prd-ubuntu20.04-docker-arm64-4c-16g-236 does not seem to be running inside a container [2022-05-27T05:11:45.110Z] $ 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 ******** -e ******** ci-base-image-arm64 cat [2022-05-27T05:11:46.384Z] $ docker top effb1b037a6c34358ac8512c795e806a3dca296ef13dafd5b36c615246bd2b43 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh [2022-05-27T05:11:47.398Z] + make test [2022-05-27T05:11:47.399Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out [2022-05-27T05:11:48.844Z] ? github.com/edgexfoundry/device-snmp-go [no test files] [2022-05-27T05:13:10.687Z] ? github.com/edgexfoundry/device-snmp-go/cmd [no test files] [2022-05-27T05:13:10.687Z] ok github.com/edgexfoundry/device-snmp-go/internal/driver 0.041s coverage: 0.0% of statements [2022-05-27T05:13:10.687Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2022-05-27T05:13:10.687Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2022-05-27T05:13:29.045Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-05-27T05:13:29.045Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-05-27T05:13:29.045Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-05-27T05:13:31.753Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-05-27T05:13:31.784Z] $ docker stop --time=1 effb1b037a6c34358ac8512c795e806a3dca296ef13dafd5b36c615246bd2b43 [2022-05-27T05:13:33.559Z] $ docker rm -f effb1b037a6c34358ac8512c795e806a3dca296ef13dafd5b36c615246bd2b43 [Pipeline] // withDockerContainer [Pipeline] sh [2022-05-27T05:13:34.574Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-05-27T05:13:34.608Z] Warning: overwriting stash ‘coverage-report’ [2022-05-27T05:13:35.067Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-05-27T05:13:35.655Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-05-27T05:13:36.008Z] + ls -al . [2022-05-27T05:13:36.008Z] total 164 [2022-05-27T05:13:36.008Z] drwxrwxr-x 8 jenkins jenkins 4096 May 27 05:13 . [2022-05-27T05:13:36.008Z] drwxrwxr-x 4 jenkins jenkins 4096 May 27 05:09 .. [2022-05-27T05:13:36.008Z] -rw-rw-r-- 1 jenkins jenkins 6 May 27 05:09 .dockerignore [2022-05-27T05:13:36.008Z] drwxrwxr-x 8 jenkins jenkins 4096 May 27 05:09 .git [2022-05-27T05:13:36.008Z] drwxrwxr-x 3 jenkins jenkins 4096 May 27 05:09 .github [2022-05-27T05:13:36.008Z] -rw-rw-r-- 1 jenkins jenkins 328 May 27 05:09 .gitignore [2022-05-27T05:13:36.008Z] -rw-rw-r-- 1 jenkins jenkins 41 May 27 05:09 .golangci.yml [2022-05-27T05:13:36.008Z] -rw-rw-r-- 1 jenkins jenkins 8429 May 27 05:09 Attribution.txt [2022-05-27T05:13:36.008Z] -rw-rw-r-- 1 jenkins jenkins 6948 May 27 05:09 CHANGELOG.md [2022-05-27T05:13:36.008Z] -rw-rw-r-- 1 jenkins jenkins 1516 May 27 05:09 Dockerfile [2022-05-27T05:13:36.008Z] -rw-rw-r-- 1 jenkins jenkins 677 May 27 05:09 GOVERNANCE.md [2022-05-27T05:13:36.008Z] -rw-rw-r-- 1 jenkins jenkins 656 May 27 05:09 Jenkinsfile [2022-05-27T05:13:36.008Z] -rw-rw-r-- 1 jenkins jenkins 11340 May 27 05:09 LICENSE [2022-05-27T05:13:36.008Z] -rw-rw-r-- 1 jenkins jenkins 2334 May 27 05:09 Makefile [2022-05-27T05:13:36.008Z] -rw-rw-r-- 1 jenkins jenkins 620 May 27 05:09 OWNERS.md [2022-05-27T05:13:36.008Z] -rw-rw-r-- 1 jenkins jenkins 9390 May 27 05:09 README.md [2022-05-27T05:13:36.008Z] -rw-rw-r-- 1 jenkins jenkins 5 May 27 05:07 VERSION [2022-05-27T05:13:36.008Z] drwxrwxr-x 2 jenkins jenkins 4096 May 27 05:09 bin [2022-05-27T05:13:36.008Z] drwxrwxr-x 3 jenkins jenkins 4096 May 27 05:09 cmd [2022-05-27T05:13:36.008Z] -rw-r--r-- 1 jenkins jenkins 7631 May 27 05:12 coverage.out [2022-05-27T05:13:36.008Z] -rw-rw-r-- 1 jenkins jenkins 3250 May 27 05:09 go.mod [2022-05-27T05:13:36.008Z] -rw-rw-r-- 1 jenkins jenkins 35701 May 27 05:09 go.sum [2022-05-27T05:13:36.008Z] drwxrwxr-x 3 jenkins jenkins 4096 May 27 05:09 internal [2022-05-27T05:13:36.008Z] drwxrwxr-x 3 jenkins jenkins 4096 May 27 05:09 snap [2022-05-27T05:13:36.008Z] -rw-rw-r-- 1 jenkins jenkins 228 May 27 05:09 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-05-27T05:13:36.434Z] + 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=595adc119bd1f5f8d5913bd379cf485a0597604c --label arch=arm64 --label version=0.0.0 . [2022-05-27T05:13:36.710Z] Sending build context to Docker daemon 2.747MB [2022-05-27T05:13:36.710Z] Step 1/24 : ARG BASE=golang:1.17-alpine3.15 [2022-05-27T05:13:36.710Z] Step 2/24 : FROM ${BASE} AS builder [2022-05-27T05:13:36.710Z] ---> f0542f263e9f [2022-05-27T05:13:36.710Z] Step 3/24 : ARG MAKE='make build' [2022-05-27T05:13:36.983Z] ---> Running in 0e48ca84b648 [2022-05-27T05:13:37.258Z] Removing intermediate container 0e48ca84b648 [2022-05-27T05:13:37.258Z] ---> c333ea7a697d [2022-05-27T05:13:37.258Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" [2022-05-27T05:13:37.258Z] ---> Running in 14548c5bed16 [2022-05-27T05:13:37.535Z] Removing intermediate container 14548c5bed16 [2022-05-27T05:13:37.535Z] ---> 4e7eafd6f599 [2022-05-27T05:13:37.535Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2022-05-27T05:13:37.535Z] ---> Running in 5eae3daf9a5b [2022-05-27T05:13:38.147Z] Removing intermediate container 5eae3daf9a5b [2022-05-27T05:13:38.147Z] ---> 75f0371d3f87 [2022-05-27T05:13:38.147Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-27T05:13:38.147Z] ---> Running in e11349d22ad3 [2022-05-27T05:13:39.591Z] Removing intermediate container e11349d22ad3 [2022-05-27T05:13:39.591Z] ---> 2682eb64b071 [2022-05-27T05:13:39.591Z] Step 7/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-05-27T05:13:39.867Z] ---> Running in 03680e6fd38c [2022-05-27T05:13:40.848Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-05-27T05:13:41.836Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-05-27T05:13:42.434Z] OK: 224 MiB in 56 packages [2022-05-27T05:13:43.045Z] Removing intermediate container 03680e6fd38c [2022-05-27T05:13:43.045Z] ---> c03602e91a9f [2022-05-27T05:13:43.045Z] Step 8/24 : WORKDIR /device-snmp-go [2022-05-27T05:13:43.324Z] ---> Running in 37adb200c53d [2022-05-27T05:13:43.600Z] Removing intermediate container 37adb200c53d [2022-05-27T05:13:43.600Z] ---> fb74da6cd279 [2022-05-27T05:13:43.600Z] Step 9/24 : COPY go.mod vendor* ./ [2022-05-27T05:13:44.197Z] ---> 0530d74e56d9 [2022-05-27T05:13:44.197Z] Step 10/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-05-27T05:13:44.197Z] ---> Running in e7cc538b03db [2022-05-27T05:13:46.175Z] Removing intermediate container e7cc538b03db [2022-05-27T05:13:46.175Z] ---> cf0574ad005a [2022-05-27T05:13:46.175Z] Step 11/24 : COPY . . [2022-05-27T05:13:46.773Z] ---> d67b2fbea89e [2022-05-27T05:13:46.773Z] Step 12/24 : RUN ${MAKE} [2022-05-27T05:13:46.773Z] ---> Running in f6c72bc17fd3 [2022-05-27T05:13:47.755Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/device-sdk-go/v2/internal/common.SDKVersion=v2.2.0 -X github.com/edgexfoundry/device-snmp-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/device-snmp ./cmd [2022-05-27T05:15:54.660Z] Removing intermediate container f6c72bc17fd3 [2022-05-27T05:15:54.660Z] ---> ed219f5278c3 [2022-05-27T05:15:54.660Z] Step 13/24 : FROM alpine:3.14 [2022-05-27T05:15:54.660Z] 3.14: Pulling from library/alpine [2022-05-27T05:15:54.660Z] 455c02918c45: Pulling fs layer [2022-05-27T05:15:54.660Z] 455c02918c45: Download complete [2022-05-27T05:15:54.660Z] 455c02918c45: Pull complete [2022-05-27T05:15:54.660Z] Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 [2022-05-27T05:15:54.660Z] Status: Downloaded newer image for alpine:3.14 [2022-05-27T05:15:54.660Z] ---> ac73e934f311 [2022-05-27T05:15:54.660Z] Step 14/24 : RUN apk add --update --no-cache zeromq dumb-init [2022-05-27T05:15:54.660Z] ---> Running in 8d7d8b074fcb [2022-05-27T05:15:54.660Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-05-27T05:15:54.660Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-05-27T05:15:55.647Z] (1/6) Installing dumb-init (1.2.5-r1) [2022-05-27T05:15:55.647Z] (2/6) Installing libgcc (10.3.1_git20210424-r2) [2022-05-27T05:15:55.647Z] (3/6) Installing libsodium (1.0.18-r0) [2022-05-27T05:15:55.647Z] (4/6) Installing libstdc++ (10.3.1_git20210424-r2) [2022-05-27T05:15:55.647Z] (5/6) Installing libzmq (4.3.4-r0) [2022-05-27T05:15:55.647Z] (6/6) Installing zeromq (4.3.4-r0) [2022-05-27T05:15:55.647Z] Executing busybox-1.33.1-r7.trigger [2022-05-27T05:15:55.647Z] OK: 8 MiB in 20 packages [2022-05-27T05:15:56.637Z] Removing intermediate container 8d7d8b074fcb [2022-05-27T05:15:56.637Z] ---> 9cfcde80dd01 [2022-05-27T05:15:56.637Z] Step 15/24 : COPY --from=builder /device-snmp-go/cmd / [2022-05-27T05:15:58.078Z] ---> 96319a5c0c3b [2022-05-27T05:15:58.078Z] Step 16/24 : COPY --from=builder /device-snmp-go/Attribution.txt / [2022-05-27T05:15:59.068Z] ---> 05382b3a89be [2022-05-27T05:15:59.068Z] Step 17/24 : COPY --from=builder /device-snmp-go/LICENSE / [2022-05-27T05:15:59.347Z] ---> 030e6cf227db [2022-05-27T05:15:59.347Z] Step 18/24 : EXPOSE 59993 [2022-05-27T05:15:59.624Z] ---> Running in 9a1472d41557 [2022-05-27T05:15:59.905Z] Removing intermediate container 9a1472d41557 [2022-05-27T05:15:59.905Z] ---> f55fc5b23969 [2022-05-27T05:15:59.905Z] Step 19/24 : EXPOSE 161 [2022-05-27T05:15:59.905Z] ---> Running in e67f90c32157 [2022-05-27T05:16:00.183Z] Removing intermediate container e67f90c32157 [2022-05-27T05:16:00.183Z] ---> e29387362068 [2022-05-27T05:16:00.183Z] Step 20/24 : ENTRYPOINT ["/device-snmp"] [2022-05-27T05:16:00.461Z] ---> Running in 7c0cc8a63f40 [2022-05-27T05:16:00.742Z] Removing intermediate container 7c0cc8a63f40 [2022-05-27T05:16:00.742Z] ---> 4ea6c012b213 [2022-05-27T05:16:00.742Z] Step 21/24 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--confdir=/res", "--registry"] [2022-05-27T05:16:00.742Z] ---> Running in a6b4107ed4aa [2022-05-27T05:16:01.018Z] Removing intermediate container a6b4107ed4aa [2022-05-27T05:16:01.018Z] ---> 7d6cc742515e [2022-05-27T05:16:01.018Z] Step 22/24 : LABEL arch=arm64 [2022-05-27T05:16:01.307Z] ---> Running in 77501acffc69 [2022-05-27T05:16:01.582Z] Removing intermediate container 77501acffc69 [2022-05-27T05:16:01.582Z] ---> 3b6ba27e5cda [2022-05-27T05:16:01.582Z] Step 23/24 : LABEL git_sha=595adc119bd1f5f8d5913bd379cf485a0597604c [2022-05-27T05:16:01.582Z] ---> Running in bf50f75151c6 [2022-05-27T05:16:01.863Z] Removing intermediate container bf50f75151c6 [2022-05-27T05:16:01.863Z] ---> 5bd11ab6f921 [2022-05-27T05:16:01.863Z] Step 24/24 : LABEL version=0.0.0 [2022-05-27T05:16:01.863Z] ---> Running in fa09f60500c1 [2022-05-27T05:16:02.470Z] Removing intermediate container fa09f60500c1 [2022-05-27T05:16:02.470Z] ---> 37d2b55395d1 [2022-05-27T05:16:02.470Z] [Warning] One or more build-args [ARCH] were not consumed [2022-05-27T05:16:02.470Z] Successfully built 37d2b55395d1 [2022-05-27T05:16:02.470Z] 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-05-27T05:16:03.486Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-05-27T05:16:03.486Z] [2022-05-27T05:16:03.486Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-05-27T05:16:04.122Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-05-27T05:16:04.402Z] arm64: Pulling from edgex-lftools-log-publisher [2022-05-27T05:16:04.402Z] 8998bd30e6a1: Pulling fs layer [2022-05-27T05:16:04.402Z] 04944245beec: Pulling fs layer [2022-05-27T05:16:04.402Z] 699f458cf7ca: Pulling fs layer [2022-05-27T05:16:04.402Z] 765212b225bb: Pulling fs layer [2022-05-27T05:16:04.402Z] f23df028b6ca: Pulling fs layer [2022-05-27T05:16:04.402Z] d65c8cfc05b1: Pulling fs layer [2022-05-27T05:16:04.402Z] 2437ff75d9bd: Pulling fs layer [2022-05-27T05:16:04.402Z] f23df028b6ca: Waiting [2022-05-27T05:16:04.402Z] 765212b225bb: Waiting [2022-05-27T05:16:04.402Z] d65c8cfc05b1: Waiting [2022-05-27T05:16:04.403Z] 2437ff75d9bd: Waiting [2022-05-27T05:16:04.403Z] 04944245beec: Verifying Checksum [2022-05-27T05:16:04.403Z] 04944245beec: Download complete [2022-05-27T05:16:04.403Z] 765212b225bb: Download complete [2022-05-27T05:16:04.403Z] f23df028b6ca: Verifying Checksum [2022-05-27T05:16:04.403Z] f23df028b6ca: Download complete [2022-05-27T05:16:04.403Z] d65c8cfc05b1: Verifying Checksum [2022-05-27T05:16:04.403Z] d65c8cfc05b1: Download complete [2022-05-27T05:16:04.683Z] 699f458cf7ca: Verifying Checksum [2022-05-27T05:16:04.683Z] 699f458cf7ca: Download complete [2022-05-27T05:16:04.963Z] 8998bd30e6a1: Verifying Checksum [2022-05-27T05:16:04.963Z] 8998bd30e6a1: Download complete [2022-05-27T05:16:07.590Z] 2437ff75d9bd: Verifying Checksum [2022-05-27T05:16:07.590Z] 2437ff75d9bd: Download complete [2022-05-27T05:16:09.582Z] 8998bd30e6a1: Pull complete [2022-05-27T05:16:09.857Z] 04944245beec: Pull complete [2022-05-27T05:16:11.305Z] 699f458cf7ca: Pull complete [2022-05-27T05:16:11.903Z] 765212b225bb: Pull complete [2022-05-27T05:16:12.506Z] f23df028b6ca: Pull complete [2022-05-27T05:16:12.782Z] d65c8cfc05b1: Pull complete [2022-05-27T05:16:31.162Z] 2437ff75d9bd: Pull complete [2022-05-27T05:16:31.162Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2022-05-27T05:16:31.162Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-05-27T05:16:31.162Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-05-27T05:16:31.556Z] prd-ubuntu20.04-docker-arm64-4c-16g-236 does not seem to be running inside a container [2022-05-27T05:16:31.652Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2022-05-27T05:16:34.492Z] $ docker top 434f7e89001f0bd4e764db12f06377d8208530805d9c8609ab6dde92121c1a8c -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-05-27T05:16:35.522Z] ---> job-cost.sh [2022-05-27T05:16:35.522Z] lf-activate-venv: SKIPPING [2022-05-27T05:16:35.522Z] INFO: No Stack... [2022-05-27T05:16:36.117Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2022-05-27T05:16:36.714Z] INFO: Archiving Costs [Pipeline] sh [2022-05-27T05:16:37.406Z] + cut -d, -f6 [2022-05-27T05:16:37.406Z] + cat /w/workspace/device-snmp-go/1/archives/cost.csv [Pipeline] lock [2022-05-27T05:16:37.499Z] Trying to acquire lock on [jenkins-edgexfoundry-device-snmp-go-PR-175-1-stack-cost] [2022-05-27T05:16:37.504Z] Resource [jenkins-edgexfoundry-device-snmp-go-PR-175-1-stack-cost] did not exist. Created. [2022-05-27T05:16:37.504Z] Lock acquired on [jenkins-edgexfoundry-device-snmp-go-PR-175-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-05-27T05:16:38.267Z] /w/workspace/device-snmp-go/1@tmp/durable-01db732c/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2022-05-27T05:16:38.971Z] + echo total: 0.10999999940395355 [Pipeline] stash [2022-05-27T05:16:39.007Z] Warning: overwriting stash ‘stack-cost’ [2022-05-27T05:16:39.056Z] Stashed 1 file(s) [Pipeline] } [2022-05-27T05:16:39.072Z] Lock released on resource [jenkins-edgexfoundry-device-snmp-go-PR-175-1-stack-cost] [Pipeline] // lock [Pipeline] } [2022-05-27T05:16:39.162Z] $ docker stop --time=1 434f7e89001f0bd4e764db12f06377d8208530805d9c8609ab6dde92121c1a8c [2022-05-27T05:16:40.660Z] $ docker rm -f 434f7e89001f0bd4e764db12f06377d8208530805d9c8609ab6dde92121c1a8c [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-05-27T05:16:41.683Z] provisioning config files... [2022-05-27T05:16:41.713Z] copy managed file [device-snmp-go-codecov-token] to file:/w/workspace/gexfoundry_device-snmp-go_PR-175@tmp/config7206210004508797682tmp [Pipeline] { [Pipeline] sh [2022-05-27T05:16:42.108Z] + set +x [2022-05-27T05:16:42.108Z] + curl -s https://codecov.io/bash [2022-05-27T05:16:42.108Z] + bash -s -- [2022-05-27T05:16:42.108Z] [2022-05-27T05:16:42.108Z] _____ _ [2022-05-27T05:16:42.108Z] / ____| | | [2022-05-27T05:16:42.108Z] | | ___ __| | ___ ___ _____ __ [2022-05-27T05:16:42.108Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2022-05-27T05:16:42.108Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2022-05-27T05:16:42.108Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2022-05-27T05:16:42.108Z] Bash-1.0.6 [2022-05-27T05:16:42.108Z] [2022-05-27T05:16:42.108Z] [2022-05-27T05:16:42.108Z] ==> git version 2.25.1 found [2022-05-27T05:16:42.108Z] ==> 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-05-27T05:16:42.108Z] Release-Date: 2020-01-08 [2022-05-27T05:16:42.108Z] 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-05-27T05:16:42.108Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2022-05-27T05:16:42.108Z] ==> Jenkins CI detected. [2022-05-27T05:16:42.108Z] current dir:  /w/workspace/gexfoundry_device-snmp-go_PR-175 [2022-05-27T05:16:42.108Z] project root: . [2022-05-27T05:16:42.108Z] --> token set from env [2022-05-27T05:16:42.108Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2022-05-27T05:16:42.108Z] ==> Running gcov in . (disable via -X gcov) [2022-05-27T05:16:42.108Z] ==> Python coveragepy not found [2022-05-27T05:16:42.108Z] ==> Searching for coverage reports in: [2022-05-27T05:16:42.108Z] + . [2022-05-27T05:16:42.108Z] -> Found 1 reports [2022-05-27T05:16:42.108Z] ==> Detecting git/mercurial file structure [2022-05-27T05:16:42.108Z] ==> Reading reports [2022-05-27T05:16:42.108Z] + ./coverage.out bytes=7631 [2022-05-27T05:16:42.108Z] ==> Appending adjustments [2022-05-27T05:16:42.108Z] https://docs.codecov.io/docs/fixing-reports [2022-05-27T05:16:42.369Z] + Found adjustments [2022-05-27T05:16:42.369Z] ==> Gzipping contents [2022-05-27T05:16:42.369Z] 4.0K /tmp/codecov.zfDIOX.gz [2022-05-27T05:16:42.369Z] ==> Uploading reports [2022-05-27T05:16:42.369Z] url: https://codecov.io [2022-05-27T05:16:42.369Z] query: branch=PR-175&commit=595adc119bd1f5f8d5913bd379cf485a0597604c&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-snmp-go%2Fjob%2FPR-175%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-snmp-go&service=jenkins&flags=&pr=175&job=&cmd_args= [2022-05-27T05:16:42.369Z] -> Pinging Codecov [2022-05-27T05:16:42.369Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=e9e976b9-c0d0-4429-b0a4-10cb999871be&branch=PR-175&commit=595adc119bd1f5f8d5913bd379cf485a0597604c&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-snmp-go%2Fjob%2FPR-175%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-snmp-go&service=jenkins&flags=&pr=175&job=&cmd_args= [2022-05-27T05:16:42.629Z] -> Uploading to [2022-05-27T05:16:42.629Z] https://storage.googleapis.com/codecov/v4/raw/2022-05-27/6C56EA5C29638FB4528AC87E60AF5AE0/595adc119bd1f5f8d5913bd379cf485a0597604c/506be0c8-bc48-48b6-956e-38d29f675c1b.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20220527%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220527T051642Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=cd6fd1defccdb34d886aef0c26fdaae001a2963687ce48927b60cc0fa7d70dc9 [2022-05-27T05:16:42.629Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-05-27T05:16:42.629Z] Dload Upload Total Spent Left Speed [2022-05-27T05:16:42.891Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1603 0 0 100 1603 0 7353 --:--:-- --:--:-- --:--:-- 7353 [2022-05-27T05:16:42.891Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-snmp-go/commit/595adc119bd1f5f8d5913bd379cf485a0597604c [Pipeline] } [2022-05-27T05:16:42.912Z] 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-05-27T05:16:44.678Z] + [ -d /w/workspace/gexfoundry_device-snmp-go_PR-175/archives ] [2022-05-27T05:16:44.678Z] + ls -al /w/workspace/gexfoundry_device-snmp-go_PR-175/archives [2022-05-27T05:16:44.678Z] total 16 [2022-05-27T05:16:44.678Z] drwxr-xr-x 3 root root 4096 May 27 05:09 . [2022-05-27T05:16:44.678Z] drwxrwxr-x 10 jenkins jenkins 4096 May 27 05:09 .. [2022-05-27T05:16:44.678Z] drwxr-xr-x 2 root root 4096 May 27 05:09 cost [2022-05-27T05:16:44.678Z] -rw-r--r-- 1 root root 85 May 27 05:09 cost.csv [2022-05-27T05:16:44.678Z] + sudo chown -R jenkins:jenkins /w/workspace/gexfoundry_device-snmp-go_PR-175/archives [2022-05-27T05:16:44.678Z] + ls -al /w/workspace/gexfoundry_device-snmp-go_PR-175/archives [2022-05-27T05:16:44.678Z] total 16 [2022-05-27T05:16:44.678Z] drwxr-xr-x 3 jenkins jenkins 4096 May 27 05:09 . [2022-05-27T05:16:44.678Z] drwxrwxr-x 10 jenkins jenkins 4096 May 27 05:09 .. [2022-05-27T05:16:44.678Z] drwxr-xr-x 2 jenkins jenkins 4096 May 27 05:09 cost [2022-05-27T05:16:44.678Z] -rw-r--r-- 1 jenkins jenkins 85 May 27 05:09 cost.csv [Pipeline] libraryResource [Pipeline] sh [2022-05-27T05:16:45.006Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2022-05-27T05:16:45.893Z] ---> package-listing.sh [2022-05-27T05:16:45.893Z] ++ facter osfamily [2022-05-27T05:16:45.893Z] ++ tr '[:upper:]' '[:lower:]' [2022-05-27T05:16:46.152Z] + OS_FAMILY=debian [2022-05-27T05:16:46.152Z] + workspace=/w/workspace/gexfoundry_device-snmp-go_PR-175 [2022-05-27T05:16:46.152Z] + START_PACKAGES=/tmp/packages_start.txt [2022-05-27T05:16:46.152Z] + END_PACKAGES=/tmp/packages_end.txt [2022-05-27T05:16:46.152Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2022-05-27T05:16:46.153Z] + PACKAGES=/tmp/packages_start.txt [2022-05-27T05:16:46.153Z] + '[' /w/workspace/gexfoundry_device-snmp-go_PR-175 ']' [2022-05-27T05:16:46.153Z] + PACKAGES=/tmp/packages_end.txt [2022-05-27T05:16:46.153Z] + case "${OS_FAMILY}" in [2022-05-27T05:16:46.153Z] + dpkg -l [2022-05-27T05:16:46.153Z] + grep '^ii' [2022-05-27T05:16:46.153Z] + '[' -f /tmp/packages_start.txt ']' [2022-05-27T05:16:46.153Z] + '[' -f /tmp/packages_end.txt ']' [2022-05-27T05:16:46.153Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2022-05-27T05:16:46.153Z] + '[' /w/workspace/gexfoundry_device-snmp-go_PR-175 ']' [2022-05-27T05:16:46.153Z] + mkdir -p /w/workspace/gexfoundry_device-snmp-go_PR-175/archives/ [2022-05-27T05:16:46.153Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-snmp-go_PR-175/archives/ [Pipeline] echo [2022-05-27T05:16:46.186Z] 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-175/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2022-05-27T05:16:46.478Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-05-27T05:16:47.122Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-05-27T05:16:47.122Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-05-27T05:16:47.271Z] prd-ubuntu20.04-docker-8c-8g-235 does not seem to be running inside a container [2022-05-27T05:16:47.309Z] $ 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-175/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-175 -v /w/workspace/gexfoundry_device-snmp-go_PR-175:/w/workspace/gexfoundry_device-snmp-go_PR-175:rw,z -v /w/workspace/gexfoundry_device-snmp-go_PR-175@tmp:/w/workspace/gexfoundry_device-snmp-go_PR-175@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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2022-05-27T05:16:47.510Z] $ docker top 8fe3ed9e223288f405d3868c9885a6e12888fc985770d2a6ff1ab7c31b00ecd3 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-05-27T05:16:47.914Z] + touch /tmp/pre-build-complete [Pipeline] sh [2022-05-27T05:16:48.231Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2022-05-27T05:16:48.541Z] + ls /var/log/sa-host [2022-05-27T05:16:48.541Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-05-27T05:16:48.724Z] provisioning config files... [2022-05-27T05:16:48.736Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-snmp-go_PR-175@tmp/config5892558284781921969tmp [Pipeline] { [Pipeline] echo [2022-05-27T05:16:48.783Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2022-05-27T05:16:49.101Z] ---> create-netrc.sh [Pipeline] } [2022-05-27T05:16:49.130Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2022-05-27T05:16:49.526Z] ---> python-tools-install.sh [Pipeline] echo [2022-05-27T05:16:49.556Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2022-05-27T05:16:49.874Z] ---> sudo-logs.sh [2022-05-27T05:16:49.874Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2022-05-27T05:16:49.956Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2022-05-27T05:16:50.265Z] ---> job-cost.sh [2022-05-27T05:16:50.265Z] lf-activate-venv: SKIPPING [2022-05-27T05:16:50.265Z] DEBUG: total: 0.2199999988079071 [2022-05-27T05:16:50.265Z] INFO: Retrieving Stack Cost... [2022-05-27T05:16:50.836Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-05-27T05:16:51.096Z] INFO: Archiving Costs [Pipeline] echo [2022-05-27T05:16:51.132Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2022-05-27T05:16:51.450Z] ---> logs-deploy.sh [2022-05-27T05:16:51.450Z] lf-activate-venv: SKIPPING [2022-05-27T05:16:51.450Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-snmp-go/PR-175/1 [2022-05-27T05:16:51.450Z] INFO: archiving workspace using pattern(s): [2022-05-27T05:16:52.393Z] Archives upload complete. [2022-05-27T05:16:52.652Z] INFO: archiving logs to Nexus [2022-05-27T05:16:53.222Z] ---> uname -a: [2022-05-27T05:16:53.222Z] Linux prd-ubuntu20-04-docker-8c-8g-235 5.4.0-94-generic #106-Ubuntu SMP Thu Jan 6 23:58:14 UTC 2022 x86_64 GNU/Linux [2022-05-27T05:16:53.222Z] [2022-05-27T05:16:53.222Z] [2022-05-27T05:16:53.222Z] ---> lscpu: [2022-05-27T05:16:53.222Z] Architecture: x86_64 [2022-05-27T05:16:53.222Z] CPU op-mode(s): 32-bit, 64-bit [2022-05-27T05:16:53.222Z] Byte Order: Little Endian [2022-05-27T05:16:53.222Z] Address sizes: 40 bits physical, 48 bits virtual [2022-05-27T05:16:53.222Z] CPU(s): 8 [2022-05-27T05:16:53.222Z] On-line CPU(s) list: 0-7 [2022-05-27T05:16:53.222Z] Thread(s) per core: 1 [2022-05-27T05:16:53.222Z] Core(s) per socket: 1 [2022-05-27T05:16:53.222Z] Socket(s): 8 [2022-05-27T05:16:53.222Z] NUMA node(s): 1 [2022-05-27T05:16:53.222Z] Vendor ID: AuthenticAMD [2022-05-27T05:16:53.222Z] CPU family: 23 [2022-05-27T05:16:53.222Z] Model: 49 [2022-05-27T05:16:53.222Z] Model name: AMD EPYC-Rome Processor [2022-05-27T05:16:53.222Z] Stepping: 0 [2022-05-27T05:16:53.222Z] CPU MHz: 2799.998 [2022-05-27T05:16:53.222Z] BogoMIPS: 5599.99 [2022-05-27T05:16:53.222Z] Virtualization: AMD-V [2022-05-27T05:16:53.222Z] Hypervisor vendor: KVM [2022-05-27T05:16:53.222Z] Virtualization type: full [2022-05-27T05:16:53.222Z] L1d cache: 256 KiB [2022-05-27T05:16:53.222Z] L1i cache: 256 KiB [2022-05-27T05:16:53.222Z] L2 cache: 4 MiB [2022-05-27T05:16:53.222Z] L3 cache: 128 MiB [2022-05-27T05:16:53.222Z] NUMA node0 CPU(s): 0-7 [2022-05-27T05:16:53.222Z] Vulnerability Itlb multihit: Not affected [2022-05-27T05:16:53.222Z] Vulnerability L1tf: Not affected [2022-05-27T05:16:53.222Z] Vulnerability Mds: Not affected [2022-05-27T05:16:53.222Z] Vulnerability Meltdown: Not affected [2022-05-27T05:16:53.222Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2022-05-27T05:16:53.222Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2022-05-27T05:16:53.222Z] Vulnerability Spectre v2: Mitigation; Full AMD retpoline, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling [2022-05-27T05:16:53.222Z] Vulnerability Srbds: Not affected [2022-05-27T05:16:53.222Z] Vulnerability Tsx async abort: Not affected [2022-05-27T05:16:53.222Z] 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-05-27T05:16:53.222Z] [2022-05-27T05:16:53.222Z] [2022-05-27T05:16:53.222Z] ---> nproc: [2022-05-27T05:16:53.222Z] 8 [2022-05-27T05:16:53.222Z] [2022-05-27T05:16:53.222Z] [2022-05-27T05:16:53.222Z] ---> df -h: [2022-05-27T05:16:53.222Z] Filesystem Size Used Avail Use% Mounted on [2022-05-27T05:16:53.222Z] overlay 155G 11G 145G 7% / [2022-05-27T05:16:53.222Z] tmpfs 64M 0 64M 0% /dev [2022-05-27T05:16:53.222Z] tmpfs 16G 0 16G 0% /sys/fs/cgroup [2022-05-27T05:16:53.222Z] shm 64M 0 64M 0% /dev/shm [2022-05-27T05:16:53.222Z] /dev/vda1 155G 11G 145G 7% /facter-os [2022-05-27T05:16:53.222Z] [2022-05-27T05:16:53.222Z] [2022-05-27T05:16:53.222Z] ---> sar -b -r -n DEV: [2022-05-27T05:16:53.222Z] Linux 5.4.0-94-generic (prd-ubuntu20-04-docker-8c-8g-235) 05/27/22 _x86_64_ (8 CPU) [2022-05-27T05:16:53.222Z] [2022-05-27T05:16:53.222Z] 05:06:52 LINUX RESTART (8 CPU) [2022-05-27T05:16:53.222Z] [2022-05-27T05:16:53.222Z] 05:07:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2022-05-27T05:16:53.222Z] 05:08:02 460.35 56.50 403.85 0.00 7445.52 212178.74 0.00 [2022-05-27T05:16:53.222Z] 05:09:01 174.60 1.29 173.31 0.00 19.25 37434.47 0.00 [2022-05-27T05:16:53.222Z] 05:10:01 116.25 0.02 116.23 0.00 2.40 32769.76 0.00 [2022-05-27T05:16:53.222Z] 05:11:01 1.73 0.00 1.73 0.00 0.00 20.00 0.00 [2022-05-27T05:16:53.222Z] 05:12:01 1.20 0.02 1.18 0.00 0.13 13.60 0.00 [2022-05-27T05:16:53.222Z] 05:13:01 0.98 0.00 0.98 0.00 0.00 13.33 0.00 [2022-05-27T05:16:53.222Z] 05:14:01 1.12 0.00 1.12 0.00 0.00 12.80 0.00 [2022-05-27T05:16:53.222Z] 05:15:01 0.85 0.00 0.85 0.00 0.00 10.93 0.00 [2022-05-27T05:16:53.222Z] 05:16:01 1.22 0.00 1.22 0.00 0.00 14.80 0.00 [2022-05-27T05:16:53.222Z] Average: 84.09 6.43 77.66 0.00 831.31 31376.93 0.00 [2022-05-27T05:16:53.222Z] [2022-05-27T05:16:53.222Z] 05:07:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2022-05-27T05:16:53.222Z] 05:08:02 28973064 31742964 562432 1.71 116156 2925288 2354432 6.94 1137848 2398292 360 [2022-05-27T05:16:53.222Z] 05:09:01 28120060 31661644 626468 1.91 163224 3571460 2362516 6.96 1540044 2755292 319672 [2022-05-27T05:16:53.222Z] 05:10:01 27817772 31760296 529376 1.61 173428 3924420 1931588 5.69 1337556 3218660 168 [2022-05-27T05:16:53.222Z] 05:11:01 27818648 31761248 528568 1.61 173496 3924412 1931588 5.69 1336888 3218660 156 [2022-05-27T05:16:53.222Z] 05:12:01 27831112 31773748 515776 1.57 173524 3924424 1931588 5.69 1324292 3218672 28 [2022-05-27T05:16:53.222Z] 05:13:01 27831584 31774392 515196 1.57 173560 3924432 1931588 5.69 1323724 3218804 196 [2022-05-27T05:16:53.222Z] 05:14:01 27838692 31781544 507840 1.54 173564 3924436 1931588 5.69 1316904 3218808 24 [2022-05-27T05:16:53.222Z] 05:15:01 27838408 31781280 508020 1.54 173588 3924440 1931588 5.69 1317008 3218812 168 [2022-05-27T05:16:53.222Z] 05:16:01 27838384 31781288 507948 1.54 173636 3924440 1931588 5.69 1317300 3218812 20 [2022-05-27T05:16:53.222Z] Average: 27989747 31757600 533514 1.62 166020 3774195 2026452 5.97 1327952 3076090 35644 [2022-05-27T05:16:53.222Z] [2022-05-27T05:16:53.222Z] 05:07:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2022-05-27T05:16:53.222Z] 05:08:02 ens3 682.54 383.14 6887.11 99.82 0.00 0.00 0.00 0.00 [2022-05-27T05:16:53.222Z] 05:08:02 lo 7.53 7.53 0.73 0.73 0.00 0.00 0.00 0.00 [2022-05-27T05:16:53.222Z] 05:08:02 docker0 10.78 12.58 0.77 101.41 0.00 0.00 0.00 0.00 [2022-05-27T05:16:53.222Z] 05:09:01 ens3 192.58 150.25 1077.78 77.46 0.00 0.00 0.00 0.00 [2022-05-27T05:16:53.222Z] 05:09:01 veth16a938f 0.05 0.22 0.00 0.02 0.00 0.00 0.00 0.00 [2022-05-27T05:16:53.222Z] 05:09:01 lo 0.47 0.47 0.04 0.04 0.00 0.00 0.00 0.00 [2022-05-27T05:16:53.222Z] 05:09:01 docker0 98.15 123.67 7.99 1036.23 0.00 0.00 0.00 0.00 [2022-05-27T05:16:53.222Z] 05:10:01 ens3 103.62 63.79 2622.42 11.83 0.00 0.00 0.00 0.00 [2022-05-27T05:16:53.222Z] 05:10:01 lo 1.60 1.60 0.16 0.16 0.00 0.00 0.00 0.00 [2022-05-27T05:16:53.222Z] 05:10:01 docker0 2.37 5.03 0.16 51.52 0.00 0.00 0.00 0.00 [2022-05-27T05:16:53.222Z] 05:11:01 ens3 0.53 0.43 0.27 0.22 0.00 0.00 0.00 0.00 [2022-05-27T05:16:53.222Z] 05:11:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-05-27T05:16:53.222Z] 05:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-05-27T05:16:53.222Z] 05:12:01 ens3 14.33 5.90 13.72 0.64 0.00 0.00 0.00 0.00 [2022-05-27T05:16:53.222Z] 05:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-05-27T05:16:53.222Z] 05:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-05-27T05:16:53.222Z] 05:13:01 ens3 1.17 0.80 0.47 0.36 0.00 0.00 0.00 0.00 [2022-05-27T05:16:53.222Z] 05:13:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-05-27T05:16:53.222Z] 05:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-05-27T05:16:53.222Z] 05:14:01 ens3 0.38 0.13 0.10 0.01 0.00 0.00 0.00 0.00 [2022-05-27T05:16:53.222Z] 05:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-05-27T05:16:53.222Z] 05:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-05-27T05:16:53.222Z] 05:15:01 ens3 1.25 0.28 0.20 0.08 0.00 0.00 0.00 0.00 [2022-05-27T05:16:53.222Z] 05:15:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-05-27T05:16:53.222Z] 05:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-05-27T05:16:53.222Z] 05:16:01 ens3 1.45 0.88 0.65 0.49 0.00 0.00 0.00 0.00 [2022-05-27T05:16:53.222Z] 05:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-05-27T05:16:53.222Z] 05:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-05-27T05:16:53.222Z] Average: ens3 110.73 67.14 1178.35 21.11 0.00 0.00 0.00 0.00 [2022-05-27T05:16:53.222Z] Average: lo 1.14 1.14 0.11 0.11 0.00 0.00 0.00 0.00 [2022-05-27T05:16:53.222Z] Average: docker0 12.21 15.50 0.98 130.45 0.00 0.00 0.00 0.00 [2022-05-27T05:16:53.222Z] [2022-05-27T05:16:53.222Z] [2022-05-27T05:16:53.222Z] ---> sar -P ALL: [2022-05-27T05:16:53.222Z] Linux 5.4.0-94-generic (prd-ubuntu20-04-docker-8c-8g-235) 05/27/22 _x86_64_ (8 CPU) [2022-05-27T05:16:53.222Z] [2022-05-27T05:16:53.222Z] 05:06:52 LINUX RESTART (8 CPU) [2022-05-27T05:16:53.222Z] [2022-05-27T05:16:53.222Z] 05:07:01 CPU %user %nice %system %iowait %steal %idle [2022-05-27T05:16:53.222Z] 05:08:02 all 10.91 0.00 4.23 1.91 0.10 82.85 [2022-05-27T05:16:53.222Z] 05:08:02 0 9.27 0.00 4.19 1.88 0.08 84.58 [2022-05-27T05:16:53.222Z] 05:08:02 1 12.71 0.00 4.71 2.25 0.10 80.23 [2022-05-27T05:16:53.222Z] 05:08:02 2 9.03 0.00 3.99 2.12 0.08 84.77 [2022-05-27T05:16:53.222Z] 05:08:02 3 6.84 0.00 3.94 5.04 0.12 84.06 [2022-05-27T05:16:53.222Z] 05:08:02 4 12.45 0.00 4.07 0.29 0.10 83.09 [2022-05-27T05:16:53.222Z] 05:08:02 5 12.57 0.00 3.44 0.83 0.10 83.07 [2022-05-27T05:16:53.222Z] 05:08:02 6 9.37 0.00 4.30 1.43 0.10 84.79 [2022-05-27T05:16:53.222Z] 05:08:02 7 15.06 0.00 5.23 1.44 0.14 78.14 [2022-05-27T05:16:53.222Z] 05:09:01 all 35.69 0.00 6.59 0.62 0.14 56.96 [2022-05-27T05:16:53.223Z] 05:09:01 0 34.68 0.00 6.22 0.74 0.14 58.22 [2022-05-27T05:16:53.223Z] 05:09:01 1 36.61 0.00 6.55 0.07 0.14 56.64 [2022-05-27T05:16:53.223Z] 05:09:01 2 36.26 0.00 7.23 2.59 0.14 53.78 [2022-05-27T05:16:53.223Z] 05:09:01 3 36.23 0.00 6.85 0.45 0.14 56.34 [2022-05-27T05:16:53.223Z] 05:09:01 4 34.17 0.00 7.25 0.10 0.12 58.36 [2022-05-27T05:16:53.223Z] 05:09:01 5 35.91 0.00 6.16 0.15 0.15 57.63 [2022-05-27T05:16:53.223Z] 05:09:01 6 35.95 0.00 6.34 0.69 0.12 56.90 [2022-05-27T05:16:53.223Z] 05:09:01 7 35.68 0.00 6.14 0.19 0.14 57.86 [2022-05-27T05:16:53.223Z] 05:10:01 all 4.29 0.00 1.64 0.58 0.04 93.46 [2022-05-27T05:16:53.223Z] 05:10:01 0 3.60 0.00 1.98 3.70 0.05 90.67 [2022-05-27T05:16:53.223Z] 05:10:01 1 3.78 0.00 1.51 0.05 0.03 94.63 [2022-05-27T05:16:53.223Z] 05:10:01 2 5.84 0.00 1.97 0.03 0.03 92.12 [2022-05-27T05:16:53.223Z] 05:10:01 3 4.29 0.00 2.00 0.15 0.05 93.51 [2022-05-27T05:16:53.223Z] 05:10:01 4 3.96 0.00 1.50 0.02 0.03 94.48 [2022-05-27T05:16:53.223Z] 05:10:01 5 5.18 0.00 1.19 0.26 0.05 93.32 [2022-05-27T05:16:53.223Z] 05:10:01 6 4.01 0.00 1.32 0.03 0.03 94.60 [2022-05-27T05:16:53.223Z] 05:10:01 7 3.61 0.00 1.65 0.37 0.05 94.32 [2022-05-27T05:16:53.223Z] 05:11:01 all 0.24 0.00 0.02 0.00 0.00 99.73 [2022-05-27T05:16:53.223Z] 05:11:01 0 0.07 0.00 0.00 0.03 0.00 99.90 [2022-05-27T05:16:53.223Z] 05:11:01 1 0.00 0.00 0.02 0.00 0.00 99.98 [2022-05-27T05:16:53.223Z] 05:11:01 2 0.03 0.00 0.00 0.00 0.00 99.97 [2022-05-27T05:16:53.223Z] 05:11:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2022-05-27T05:16:53.223Z] 05:11:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2022-05-27T05:16:53.223Z] 05:11:01 5 1.73 0.00 0.08 0.00 0.02 98.17 [2022-05-27T05:16:53.223Z] 05:11:01 6 0.02 0.00 0.02 0.00 0.02 99.95 [2022-05-27T05:16:53.223Z] 05:11:01 7 0.03 0.00 0.00 0.00 0.00 99.97 [2022-05-27T05:16:53.223Z] 05:12:01 all 0.05 0.00 0.03 0.00 0.01 99.91 [2022-05-27T05:16:53.223Z] 05:12:01 0 0.02 0.00 0.03 0.02 0.00 99.93 [2022-05-27T05:16:53.223Z] 05:12:01 1 0.03 0.00 0.00 0.00 0.02 99.95 [2022-05-27T05:16:53.223Z] 05:12:01 2 0.03 0.00 0.05 0.00 0.02 99.90 [2022-05-27T05:16:53.223Z] 05:12:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2022-05-27T05:16:53.223Z] 05:12:01 4 0.05 0.00 0.02 0.00 0.02 99.92 [2022-05-27T05:16:53.223Z] 05:12:01 5 0.10 0.00 0.02 0.00 0.02 99.87 [2022-05-27T05:16:53.223Z] 05:12:01 6 0.05 0.00 0.00 0.00 0.00 99.95 [2022-05-27T05:16:53.223Z] 05:12:01 7 0.07 0.00 0.08 0.00 0.02 99.83 [2022-05-27T05:16:53.223Z] 05:13:01 all 0.01 0.00 0.01 0.01 0.00 99.97 [2022-05-27T05:16:53.223Z] 05:13:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2022-05-27T05:16:53.223Z] 05:13:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2022-05-27T05:16:53.223Z] 05:13:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2022-05-27T05:16:53.223Z] 05:13:01 3 0.00 0.00 0.03 0.00 0.00 99.97 [2022-05-27T05:16:53.223Z] 05:13:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2022-05-27T05:16:53.223Z] 05:13:01 5 0.03 0.00 0.03 0.00 0.00 99.93 [2022-05-27T05:16:53.223Z] 05:13:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2022-05-27T05:16:53.223Z] 05:13:01 7 0.03 0.00 0.00 0.07 0.00 99.90 [2022-05-27T05:16:53.223Z] 05:14:01 all 0.04 0.00 0.02 0.00 0.00 99.93 [2022-05-27T05:16:53.223Z] 05:14:01 0 0.05 0.00 0.07 0.00 0.00 99.88 [2022-05-27T05:16:53.223Z] 05:14:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2022-05-27T05:16:53.223Z] 05:14:01 2 0.03 0.00 0.03 0.00 0.00 99.93 [2022-05-27T05:16:53.223Z] 05:14:01 3 0.02 0.00 0.02 0.00 0.02 99.95 [2022-05-27T05:16:53.223Z] 05:14:01 4 0.05 0.00 0.02 0.00 0.00 99.93 [2022-05-27T05:16:53.223Z] 05:14:01 5 0.03 0.00 0.03 0.00 0.02 99.92 [2022-05-27T05:16:53.223Z] 05:14:01 6 0.03 0.00 0.02 0.00 0.00 99.95 [2022-05-27T05:16:53.223Z] 05:14:01 7 0.05 0.00 0.00 0.03 0.00 99.92 [2022-05-27T05:16:53.223Z] 05:15:01 all 0.02 0.00 0.01 0.00 0.00 99.96 [2022-05-27T05:16:53.223Z] 05:15:01 0 0.00 0.00 0.02 0.02 0.02 99.95 [2022-05-27T05:16:53.223Z] 05:15:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2022-05-27T05:16:53.223Z] 05:15:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2022-05-27T05:16:53.223Z] 05:15:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2022-05-27T05:16:53.223Z] 05:15:01 4 0.00 0.00 0.02 0.00 0.00 99.98 [2022-05-27T05:16:53.223Z] 05:15:01 5 0.07 0.00 0.02 0.00 0.02 99.90 [2022-05-27T05:16:53.223Z] 05:15:01 6 0.02 0.00 0.02 0.00 0.00 99.97 [2022-05-27T05:16:53.223Z] 05:15:01 7 0.05 0.00 0.02 0.00 0.00 99.93 [2022-05-27T05:16:53.223Z] 05:16:01 all 0.03 0.00 0.02 0.00 0.00 99.95 [2022-05-27T05:16:53.223Z] 05:16:01 0 0.03 0.00 0.03 0.02 0.00 99.92 [2022-05-27T05:16:53.223Z] 05:16:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2022-05-27T05:16:53.223Z] 05:16:01 2 0.03 0.00 0.02 0.00 0.02 99.93 [2022-05-27T05:16:53.223Z] 05:16:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2022-05-27T05:16:53.223Z] 05:16:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2022-05-27T05:16:53.223Z] 05:16:01 5 0.03 0.00 0.07 0.00 0.00 99.90 [2022-05-27T05:16:53.223Z] 05:16:01 6 0.02 0.00 0.00 0.00 0.02 99.97 [2022-05-27T05:16:53.223Z] 05:16:01 7 0.07 0.00 0.02 0.02 0.00 99.90 [2022-05-27T05:16:53.223Z] Average: all 5.59 0.00 1.38 0.35 0.03 92.65 [2022-05-27T05:16:53.223Z] Average: 0 5.20 0.00 1.38 0.71 0.03 92.68 [2022-05-27T05:16:53.223Z] Average: 1 5.80 0.00 1.40 0.26 0.03 92.51 [2022-05-27T05:16:53.223Z] Average: 2 5.59 0.00 1.46 0.52 0.03 92.40 [2022-05-27T05:16:53.223Z] Average: 3 5.17 0.00 1.41 0.62 0.04 92.76 [2022-05-27T05:16:53.223Z] Average: 4 5.52 0.00 1.40 0.04 0.03 93.00 [2022-05-27T05:16:53.223Z] Average: 5 6.10 0.00 1.21 0.14 0.04 92.52 [2022-05-27T05:16:53.223Z] Average: 6 5.39 0.00 1.31 0.24 0.03 93.03 [2022-05-27T05:16:53.223Z] Average: 7 5.96 0.00 1.44 0.23 0.04 92.34 [2022-05-27T05:16:53.223Z] [2022-05-27T05:16:53.223Z] [2022-05-27T05:16:53.223Z]