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 05:07:28 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 05:07:28 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 05:07:29 ========================================================= 05:07:29 EdgeX Global Pipelines Version Info 05:07:29 ========================================================= [Pipeline] libraryResource [Pipeline] sh 05:07:29 ------------------- 05:07:29 stable info: 05:07:29 ------------------- 05:07:29 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 05:07:29 Commit SHA: 95c76d14630896f3c9cf825147e1b1e2bad20cbb 05:07:29 Message: update stable to v1.0.230 05:07:30 ------------------- 05:07:30 experimental info: 05:07:30 ------------------- 05:07:30 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 05:07:30 Commit SHA: 95c76d14630896f3c9cf825147e1b1e2bad20cbb 05:07:30 Message: update experimental to v1.0.230 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 05:07:30 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-snmp-go-settings [Pipeline] echo 05:07:30 [edgeXSetupEnvironment]: set envvar PROJECT = device-snmp-go [Pipeline] echo 05:07:30 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 05:07:30 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 05:07:30 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 05:07:30 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.17 [Pipeline] echo 05:07:30 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 05:07:31 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 05:07:31 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 05:07:31 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 05:07:31 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 05:07:31 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-snmp [Pipeline] echo 05:07:31 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 05:07:31 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 05:07:31 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 05:07:31 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 05:07:31 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 05:07:31 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 05:07:31 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 05:07:31 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 05:07:31 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 05:07:31 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 05:07:31 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 05:07:31 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 05:07:31 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 05:07:31 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 05:07:32 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-175 [Pipeline] echo 05:07:32 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-175 [Pipeline] echo 05:07:32 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-175 [Pipeline] echo 05:07:32 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 595adc119bd1f5f8d5913bd379cf485a0597604c [Pipeline] echo 05:07:32 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 595adc1 [Pipeline] echo 05:07:32 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:07:32 provisioning config files... 05:07:32 copy managed file [device-snmp-go-settings] to file:/w/workspace/gexfoundry_device-snmp-go_PR-175@tmp/config900826307121186033tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:07:32 ---> docker-login.sh 05:07:32 nexus3.edgexfoundry.org:10001 05:07:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:07:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:07:33 Configure a credential helper to remove this warning. See 05:07:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:07:33 05:07:33 Login Succeeded 05:07:33 nexus3.edgexfoundry.org:10002 05:07:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:07:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:07:33 Configure a credential helper to remove this warning. See 05:07:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:07:33 05:07:33 Login Succeeded 05:07:33 nexus3.edgexfoundry.org:10003 05:07:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:07:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:07:33 Configure a credential helper to remove this warning. See 05:07:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:07:33 05:07:33 Login Succeeded 05:07:33 nexus3.edgexfoundry.org:10004 05:07:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:07:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:07:33 Configure a credential helper to remove this warning. See 05:07:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:07:33 05:07:33 Login Succeeded 05:07:33 docker.io 05:07:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:07:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:07:34 Configure a credential helper to remove this warning. See 05:07:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:07:34 05:07:34 Login Succeeded 05:07:34 ---> docker-login.sh ends [Pipeline] } 05:07:34 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 05:07:34 + git rev-list -1 --merges 595adc119bd1f5f8d5913bd379cf485a0597604c~1..595adc119bd1f5f8d5913bd379cf485a0597604c [Pipeline] echo 05:07:34 -----------> git rev-list -1 --merges 595adc119bd1f5f8d5913bd379cf485a0597604c~1..595adc119bd1f5f8d5913bd379cf485a0597604c 595adc119bd1f5f8d5913bd379cf485a0597604c [false] [Pipeline] sh 05:07:35 + git log --format=format:%s -1 595adc119bd1f5f8d5913bd379cf485a0597604c [Pipeline] echo 05:07:35 ========================================================= 05:07:35 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 05:07:35 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 05:07:35 + git log --format=format:%s -1 595adc119bd1f5f8d5913bd379cf485a0597604c [Pipeline] echo 05:07:35 [semverPrep] GIT_COMMIT: 595adc119bd1f5f8d5913bd379cf485a0597604c, Commit Message: feat: Add go-winio to attribution (new SPIFFE dependency) [Pipeline] echo 05:07:35 [semverPrep] This is not a build commit. [Pipeline] sh 05:07:35 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 05:07:35 + grep -v github /etc/ssh/ssh_known_hosts 05:07:35 + [ -e /tmp/ssh_known_hosts ] 05:07:35 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 05:07:35 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 05:07:35 + sudo tee -a /etc/ssh/ssh_known_hosts 05:07:35 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:07:36 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest 05:07:36 05:07:36 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:07:36 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest 05:07:36 latest: Pulling from edgex-devops/py-git-semver 05:07:36 1fe172e4850f: Pulling fs layer 05:07:36 caf521ccaac6: Pulling fs layer 05:07:36 3ead6fa29328: Pulling fs layer 05:07:36 5c2a1cbceb83: Pulling fs layer 05:07:36 a8d5f1318db7: Pulling fs layer 05:07:36 c427282e49a2: Pulling fs layer 05:07:36 1827001aaf11: Pulling fs layer 05:07:36 0714d37db230: Pulling fs layer 05:07:36 ac28cf19c067: Pulling fs layer 05:07:36 ca983d60f3e2: Pulling fs layer 05:07:36 9f894cec8388: Pulling fs layer 05:07:36 1827001aaf11: Waiting 05:07:36 0714d37db230: Waiting 05:07:36 ac28cf19c067: Waiting 05:07:36 ca983d60f3e2: Waiting 05:07:36 9f894cec8388: Waiting 05:07:36 5c2a1cbceb83: Waiting 05:07:36 a8d5f1318db7: Waiting 05:07:36 c427282e49a2: Waiting 05:07:36 caf521ccaac6: Download complete 05:07:36 5c2a1cbceb83: Download complete 05:07:37 a8d5f1318db7: Verifying Checksum 05:07:37 a8d5f1318db7: Download complete 05:07:37 c427282e49a2: Download complete 05:07:37 3ead6fa29328: Verifying Checksum 05:07:37 3ead6fa29328: Download complete 05:07:37 0714d37db230: Verifying Checksum 05:07:37 0714d37db230: Download complete 05:07:37 ac28cf19c067: Verifying Checksum 05:07:37 ac28cf19c067: Download complete 05:07:37 ca983d60f3e2: Verifying Checksum 05:07:37 ca983d60f3e2: Download complete 05:07:37 9f894cec8388: Download complete 05:07:37 1fe172e4850f: Verifying Checksum 05:07:37 1fe172e4850f: Download complete 05:07:37 1827001aaf11: Verifying Checksum 05:07:37 1827001aaf11: Download complete 05:07:38 1fe172e4850f: Pull complete 05:07:38 caf521ccaac6: Pull complete 05:07:38 3ead6fa29328: Pull complete 05:07:38 5c2a1cbceb83: Pull complete 05:07:39 a8d5f1318db7: Pull complete 05:07:39 c427282e49a2: Pull complete 05:07:41 1827001aaf11: Pull complete 05:07:41 0714d37db230: Pull complete 05:07:41 ac28cf19c067: Pull complete 05:07:41 ca983d60f3e2: Pull complete 05:07:41 9f894cec8388: Pull complete 05:07:41 Digest: sha256:90e63904a1edc574c23a580e5fc31fbcdccad1501625621f67a6be262171cfee 05:07:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest 05:07:41 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:07:41 prd-ubuntu20.04-docker-8c-8g-235 does not seem to be running inside a container 05:07:41 $ 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 05:07:42 $ docker top 59ece076186018d98c3ecadd0daf1a9266517821f176348e71ba70f215b3c1d0 -eo pid,comm 05:07:42 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). 05:07:42 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 05:07:42 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:07:42 [ssh-agent] Looking for ssh-agent implementation... 05:07:43 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:07:43 $ docker exec 59ece076186018d98c3ecadd0daf1a9266517821f176348e71ba70f215b3c1d0 ssh-agent 05:07:43 SSH_AUTH_SOCK=/tmp/ssh-bjh5J4QbSdlB/agent.33 05:07:43 SSH_AGENT_PID=39 05:07:43 Running ssh-add (command line suppressed) 05:07:43 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) 05:07:43 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:07:43 + git tag --points-at HEAD [Pipeline] } 05:07:43 $ docker exec --env ******** --env ******** 59ece076186018d98c3ecadd0daf1a9266517821f176348e71ba70f215b3c1d0 ssh-agent -k 05:07:43 unset SSH_AUTH_SOCK; 05:07:43 unset SSH_AGENT_PID; 05:07:43 echo Agent pid 39 killed; 05:07:43 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 05:07:43 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:07:43 [ssh-agent] Looking for ssh-agent implementation... 05:07:43 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:07:43 $ docker exec 59ece076186018d98c3ecadd0daf1a9266517821f176348e71ba70f215b3c1d0 ssh-agent 05:07:44 SSH_AUTH_SOCK=/tmp/ssh-4avyTjarbWfb/agent.72 05:07:44 SSH_AGENT_PID=78 05:07:44 Running ssh-add (command line suppressed) 05:07:44 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) 05:07:44 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:07:44 + git semver init 05:07:44 2022-05-27 05:07:44,730 [run_init] DEBUG init version:0.0.0 force:False 05:07:44 2022-05-27 05:07:44,730 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/gexfoundry_device-snmp-go_PR-175/.semver 05:07:44 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 05:07:44 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) 05:07:45 2022-05-27 05:07:45,406 [append_file] DEBUG append to file:/w/workspace/gexfoundry_device-snmp-go_PR-175/.git/info/exclude 05:07:45 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 05:07:45 2022-05-27 05:07:45,407 [write_file] DEBUG write to file:/w/workspace/gexfoundry_device-snmp-go_PR-175/.semver/PR-175 05:07:45 2022-05-27 05:07:45,410 [execute] INFO git cat-file --batch-check 05:07:45 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=) 05:07:45 2022-05-27 05:07:45,418 [execute] INFO git cat-file --batch 05:07:45 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=) 05:07:45 2022-05-27 05:07:45,423 [read_version] DEBUG read version from /w/workspace/gexfoundry_device-snmp-go_PR-175/.semver/PR-175 05:07:45 0.0.0 [Pipeline] } 05:07:45 $ docker exec --env ******** --env ******** 59ece076186018d98c3ecadd0daf1a9266517821f176348e71ba70f215b3c1d0 ssh-agent -k 05:07:45 unset SSH_AUTH_SOCK; 05:07:45 unset SSH_AGENT_PID; 05:07:45 echo Agent pid 78 killed; 05:07:45 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 05:07:46 + git semver [Pipeline] } 05:07:46 $ docker stop --time=1 59ece076186018d98c3ecadd0daf1a9266517821f176348e71ba70f215b3c1d0 05:07:48 $ docker rm -f 59ece076186018d98c3ecadd0daf1a9266517821f176348e71ba70f215b3c1d0 [Pipeline] // withDockerContainer [Pipeline] sh 05:07:48 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 05:07:48 Stashed 1 file(s) [Pipeline] echo 05:07:48 [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 05:07:49 provisioning config files... 05:07:49 copy managed file [device-snmp-go-settings] to file:/w/workspace/gexfoundry_device-snmp-go_PR-175@tmp/config4701434774007803248tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:07:49 ---> docker-login.sh 05:07:49 nexus3.edgexfoundry.org:10001 05:07:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:07:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:07:49 Configure a credential helper to remove this warning. See 05:07:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:07:49 05:07:49 Login Succeeded 05:07:49 nexus3.edgexfoundry.org:10002 05:07:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:07:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:07:49 Configure a credential helper to remove this warning. See 05:07:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:07:49 05:07:50 Login Succeeded 05:07:50 nexus3.edgexfoundry.org:10003 05:07:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:07:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:07:50 Configure a credential helper to remove this warning. See 05:07:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:07:50 05:07:50 Login Succeeded 05:07:50 nexus3.edgexfoundry.org:10004 05:07:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:07:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:07:50 Configure a credential helper to remove this warning. See 05:07:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:07:50 05:07:50 Login Succeeded 05:07:50 docker.io 05:07:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:07:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:07:50 Configure a credential helper to remove this warning. See 05:07:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:07:50 05:07:50 Login Succeeded 05:07:50 ---> docker-login.sh ends [Pipeline] } 05:07:50 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 05:07:50 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 05:07:50 ========================================================= 05:07:50 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine] 05:07:50 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:07:51 + 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 . 05:07:51 Sending build context to Docker daemon 5.317MB 05:07:51 Step 1/12 : ARG BASE=golang:1.17-alpine3.15 05:07:51 Step 2/12 : FROM ${BASE} AS builder 05:07:51 1.17-alpine: Pulling from edgex-devops/edgex-golang-base 05:07:51 59bf1c3509f3: Pulling fs layer 05:07:51 666ba61612fd: Pulling fs layer 05:07:51 8ed8ca486205: Pulling fs layer 05:07:51 4fe6c5a15a65: Pulling fs layer 05:07:51 22a0e8bec74d: Pulling fs layer 05:07:51 22a0e8bec74d: Waiting 05:07:51 ca2b28591e48: Pulling fs layer 05:07:51 a51346096db8: Pulling fs layer 05:07:51 daebc70d1ce1: Pulling fs layer 05:07:51 0e18a0eac166: Pulling fs layer 05:07:51 4fe6c5a15a65: Waiting 05:07:51 ca2b28591e48: Waiting 05:07:51 a51346096db8: Waiting 05:07:51 daebc70d1ce1: Waiting 05:07:51 0e18a0eac166: Waiting 05:07:51 8ed8ca486205: Verifying Checksum 05:07:51 8ed8ca486205: Download complete 05:07:51 666ba61612fd: Verifying Checksum 05:07:51 666ba61612fd: Download complete 05:07:51 22a0e8bec74d: Verifying Checksum 05:07:51 22a0e8bec74d: Download complete 05:07:51 ca2b28591e48: Download complete 05:07:51 59bf1c3509f3: Verifying Checksum 05:07:51 59bf1c3509f3: Download complete 05:07:51 a51346096db8: Download complete 05:07:51 daebc70d1ce1: Verifying Checksum 05:07:51 daebc70d1ce1: Download complete 05:07:51 59bf1c3509f3: Pull complete 05:07:51 666ba61612fd: Pull complete 05:07:51 8ed8ca486205: Pull complete 05:07:52 0e18a0eac166: Verifying Checksum 05:07:52 0e18a0eac166: Download complete 05:07:52 4fe6c5a15a65: Download complete 05:07:55 4fe6c5a15a65: Pull complete 05:07:55 22a0e8bec74d: Pull complete 05:07:55 ca2b28591e48: Pull complete 05:07:55 a51346096db8: Pull complete 05:07:55 daebc70d1ce1: Pull complete 05:07:57 0e18a0eac166: Pull complete 05:07:57 Digest: sha256:5cf2d0a306c5171eb5b3008c4b83cc7b6044f1808c238cb17927cddb93576120 05:07:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine 05:07:57 ---> f018257e8ee9 05:07:57 Step 3/12 : ARG MAKE='make build' 05:07:59 ---> Running in b493b68dec41 05:07:59 Removing intermediate container b493b68dec41 05:07:59 ---> 025d28b635a4 05:07:59 Step 4/12 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 05:07:59 ---> Running in bfb867de1e4a 05:07:59 Removing intermediate container bfb867de1e4a 05:07:59 ---> 0bc26a620320 05:07:59 Step 5/12 : ARG ALPINE_PKG_EXTRA="" 05:07:59 ---> Running in 4fb63d7234e8 05:07:59 Removing intermediate container 4fb63d7234e8 05:07:59 ---> c382827a9aab 05:07:59 Step 6/12 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:07:59 ---> Running in 88119a4ef3cf 05:07:59 Removing intermediate container 88119a4ef3cf 05:07:59 ---> b32c512faacf 05:07:59 Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 05:07:59 ---> Running in 11e9d96d4fbc 05:08:00 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 05:08:00 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 05:08:01 (1/4) Installing openssh-keygen (8.8_p1-r1) 05:08:01 (2/4) Installing libedit (20210910.3.1-r0) 05:08:01 (3/4) Installing openssh-client-common (8.8_p1-r1) 05:08:01 (4/4) Installing openssh-client-default (8.8_p1-r1) 05:08:01 Executing busybox-1.34.1-r3.trigger 05:08:01 OK: 224 MiB in 56 packages 05:08:01 Removing intermediate container 11e9d96d4fbc 05:08:01 ---> db12a3368c5a 05:08:01 Step 8/12 : WORKDIR /device-snmp-go 05:08:01 ---> Running in 07ff04666e7e 05:08:01 Removing intermediate container 07ff04666e7e 05:08:01 ---> 7b4be09b6a79 05:08:01 Step 9/12 : COPY go.mod vendor* ./ 05:08:02 ---> 7fb8410c38b9 05:08:02 Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:08:02 ---> Running in f12ef8225248 05:08:04 Still waiting to schedule task 05:08:04 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 05:08:14 Removing intermediate container f12ef8225248 05:08:14 ---> b43c82fb75ea 05:08:14 Step 11/12 : COPY . . 05:08:14 ---> fdc9cb16e84d 05:08:14 Step 12/12 : RUN ${MAKE} 05:08:14 ---> Running in 78a23384345b 05:08:14 noop 05:08:14 Removing intermediate container 78a23384345b 05:08:14 ---> 2a4e9f814bb8 05:08:14 Successfully built 2a4e9f814bb8 05:08:14 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:08:15 + docker inspect -f . ci-base-image-x86_64 05:08:15 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:08:15 prd-ubuntu20.04-docker-8c-8g-235 does not seem to be running inside a container 05:08:15 $ 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 05:08:15 $ docker top 7e48bf2008fa5e3f34d1200e2411b2df49fabad6c83dce343edbd5cef489941f -eo pid,comm [Pipeline] { [Pipeline] sh 05:08:16 + go version 05:08:16 go version go1.17.6 linux/amd64 [Pipeline] } 05:08:16 $ docker stop --time=1 7e48bf2008fa5e3f34d1200e2411b2df49fabad6c83dce343edbd5cef489941f 05:08:17 $ 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 05:08:18 + docker inspect -f . ci-base-image-x86_64 05:08:18 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:08:18 prd-ubuntu20.04-docker-8c-8g-235 does not seem to be running inside a container 05:08:18 $ 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 05:08:18 $ docker top fc0630c984bee21b778394cd5d6f61fa96a26e3757c63e7a71b5e14004914a5e -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh 05:08:19 + make test 05:08:19 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out 05:08:19 ? github.com/edgexfoundry/device-snmp-go [no test files] 05:08:29 ? github.com/edgexfoundry/device-snmp-go/cmd [no test files] 05:08:29 ok github.com/edgexfoundry/device-snmp-go/internal/driver 0.009s coverage: 0.0% of statements 05:08:34 CGO_ENABLED=1 GO111MODULE=on go vet ./... 05:08:38 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 05:08:38 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 05:08:38 ./bin/test-attribution-txt.sh [Pipeline] echo 05:08:38 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 05:08:38 $ docker stop --time=1 fc0630c984bee21b778394cd5d6f61fa96a26e3757c63e7a71b5e14004914a5e 05:08:40 $ docker rm -f fc0630c984bee21b778394cd5d6f61fa96a26e3757c63e7a71b5e14004914a5e [Pipeline] // withDockerContainer [Pipeline] sh 05:08:40 + sudo chown -R jenkins:jenkins . [Pipeline] stash 05:08:40 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 05:08:41 + sudo chown -R jenkins:jenkins . [Pipeline] sh 05:08:41 + ls -al . 05:08:41 total 168 05:08:41 drwxrwxr-x 9 jenkins jenkins 4096 May 27 05:08 . 05:08:41 drwxrwxr-x 4 jenkins jenkins 4096 May 27 05:07 .. 05:08:41 -rw-rw-r-- 1 jenkins jenkins 6 May 27 05:07 .dockerignore 05:08:41 drwxrwxr-x 8 jenkins jenkins 4096 May 27 05:07 .git 05:08:41 drwxrwxr-x 3 jenkins jenkins 4096 May 27 05:07 .github 05:08:41 -rw-rw-r-- 1 jenkins jenkins 328 May 27 05:07 .gitignore 05:08:41 -rw-rw-r-- 1 jenkins jenkins 41 May 27 05:07 .golangci.yml 05:08:41 drwxr-xr-x 3 jenkins jenkins 4096 May 27 05:07 .semver 05:08:41 -rw-rw-r-- 1 jenkins jenkins 8429 May 27 05:07 Attribution.txt 05:08:41 -rw-rw-r-- 1 jenkins jenkins 6948 May 27 05:07 CHANGELOG.md 05:08:41 -rw-rw-r-- 1 jenkins jenkins 1516 May 27 05:07 Dockerfile 05:08:41 -rw-rw-r-- 1 jenkins jenkins 677 May 27 05:07 GOVERNANCE.md 05:08:41 -rw-rw-r-- 1 jenkins jenkins 656 May 27 05:07 Jenkinsfile 05:08:41 -rw-rw-r-- 1 jenkins jenkins 11340 May 27 05:07 LICENSE 05:08:41 -rw-rw-r-- 1 jenkins jenkins 2334 May 27 05:07 Makefile 05:08:41 -rw-rw-r-- 1 jenkins jenkins 620 May 27 05:07 OWNERS.md 05:08:41 -rw-rw-r-- 1 jenkins jenkins 9390 May 27 05:07 README.md 05:08:41 -rw-rw-r-- 1 jenkins jenkins 5 May 27 05:07 VERSION 05:08:41 drwxrwxr-x 2 jenkins jenkins 4096 May 27 05:07 bin 05:08:41 drwxrwxr-x 3 jenkins jenkins 4096 May 27 05:07 cmd 05:08:41 -rw-r--r-- 1 jenkins jenkins 7631 May 27 05:08 coverage.out 05:08:41 -rw-rw-r-- 1 jenkins jenkins 3250 May 27 05:07 go.mod 05:08:41 -rw-rw-r-- 1 jenkins jenkins 35701 May 27 05:07 go.sum 05:08:41 drwxrwxr-x 3 jenkins jenkins 4096 May 27 05:07 internal 05:08:41 drwxrwxr-x 3 jenkins jenkins 4096 May 27 05:07 snap 05:08:41 -rw-rw-r-- 1 jenkins jenkins 228 May 27 05:07 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:08:42 + 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 . 05:08:42 Sending build context to Docker daemon 5.325MB 05:08:42 Step 1/24 : ARG BASE=golang:1.17-alpine3.15 05:08:42 Step 2/24 : FROM ${BASE} AS builder 05:08:42 ---> 2a4e9f814bb8 05:08:42 Step 3/24 : ARG MAKE='make build' 05:08:42 ---> Running in 5884c99c08dc 05:08:42 Removing intermediate container 5884c99c08dc 05:08:42 ---> 92d09d53f3d2 05:08:42 Step 4/24 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 05:08:42 ---> Running in 45594dbb286d 05:08:42 Removing intermediate container 45594dbb286d 05:08:42 ---> 27e0186d95e5 05:08:42 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 05:08:42 ---> Running in ab725b6e9811 05:08:42 Removing intermediate container ab725b6e9811 05:08:42 ---> 6552e1bc4347 05:08:42 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:08:42 ---> Running in f3c2796664a1 05:08:43 Removing intermediate container f3c2796664a1 05:08:43 ---> 9845d916eae1 05:08:43 Step 7/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 05:08:43 ---> Running in cbe4adc42c03 05:08:43 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 05:08:44 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 05:08:44 OK: 224 MiB in 56 packages 05:08:44 Removing intermediate container cbe4adc42c03 05:08:44 ---> 4fd70044cb84 05:08:44 Step 8/24 : WORKDIR /device-snmp-go 05:08:45 ---> Running in fef79a88539f 05:08:45 Removing intermediate container fef79a88539f 05:08:45 ---> 7cbc2852d502 05:08:45 Step 9/24 : COPY go.mod vendor* ./ 05:08:45 ---> 5103880012df 05:08:45 Step 10/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:08:45 ---> Running in 889db9a77049 05:08:45 Removing intermediate container 889db9a77049 05:08:45 ---> 7d5b527823a0 05:08:45 Step 11/24 : COPY . . 05:08:45 ---> e76c5ee06a43 05:08:45 Step 12/24 : RUN ${MAKE} 05:08:45 ---> Running in 1dfba42cbcd5 05:08:46 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 05:09:08 Removing intermediate container 1dfba42cbcd5 05:09:08 ---> c96dc1f6765e 05:09:08 Step 13/24 : FROM alpine:3.14 05:09:08 3.14: Pulling from library/alpine 05:09:08 8663204ce13b: Pulling fs layer 05:09:08 8663204ce13b: Verifying Checksum 05:09:08 8663204ce13b: Download complete 05:09:08 8663204ce13b: Pull complete 05:09:08 Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 05:09:08 Status: Downloaded newer image for alpine:3.14 05:09:08 ---> e04c818066af 05:09:08 Step 14/24 : RUN apk add --update --no-cache zeromq dumb-init 05:09:08 ---> Running in 69a962739fc3 05:09:08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 05:09:08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 05:09:08 (1/6) Installing dumb-init (1.2.5-r1) 05:09:08 (2/6) Installing libgcc (10.3.1_git20210424-r2) 05:09:08 (3/6) Installing libsodium (1.0.18-r0) 05:09:08 (4/6) Installing libstdc++ (10.3.1_git20210424-r2) 05:09:08 (5/6) Installing libzmq (4.3.4-r0) 05:09:08 (6/6) Installing zeromq (4.3.4-r0) 05:09:08 Executing busybox-1.33.1-r7.trigger 05:09:08 OK: 8 MiB in 20 packages 05:09:08 Removing intermediate container 69a962739fc3 05:09:08 ---> d0ab4cfd9a49 05:09:08 Step 15/24 : COPY --from=builder /device-snmp-go/cmd / 05:09:08 ---> 65c5f88439f8 05:09:08 Step 16/24 : COPY --from=builder /device-snmp-go/Attribution.txt / 05:09:08 ---> 3f71fbce200e 05:09:08 Step 17/24 : COPY --from=builder /device-snmp-go/LICENSE / 05:09:08 ---> 49b07bed8e06 05:09:08 Step 18/24 : EXPOSE 59993 05:09:08 ---> Running in c2e6e1ebd073 05:09:08 Removing intermediate container c2e6e1ebd073 05:09:08 ---> 36d1acf26bd4 05:09:08 Step 19/24 : EXPOSE 161 05:09:08 ---> Running in 1cb57d29009c 05:09:08 Removing intermediate container 1cb57d29009c 05:09:08 ---> 3d95298c981c 05:09:08 Step 20/24 : ENTRYPOINT ["/device-snmp"] 05:09:08 ---> Running in 7d806f2aac4d 05:09:08 Removing intermediate container 7d806f2aac4d 05:09:08 ---> dc4dc803724b 05:09:08 Step 21/24 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--confdir=/res", "--registry"] 05:09:08 ---> Running in 6d17d94d44f0 05:09:08 Removing intermediate container 6d17d94d44f0 05:09:08 ---> b0238b3c9f62 05:09:08 Step 22/24 : LABEL arch=amd64 05:09:08 ---> Running in 915b9917324b 05:09:08 Removing intermediate container 915b9917324b 05:09:08 ---> 295f4c102870 05:09:08 Step 23/24 : LABEL git_sha=595adc119bd1f5f8d5913bd379cf485a0597604c 05:09:08 ---> Running in 553253709c17 05:09:08 Removing intermediate container 553253709c17 05:09:08 ---> 59697a3ed4e6 05:09:08 Step 24/24 : LABEL version=0.0.0 05:09:08 ---> Running in 5cc38bead6ed 05:09:08 Removing intermediate container 5cc38bead6ed 05:09:08 ---> 18fd3ee65ccd 05:09:08 [Warning] One or more build-args [ARCH] were not consumed 05:09:08 Successfully built 18fd3ee65ccd 05:09:08 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 05:09:09 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 05:09:09 05:09:09 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:09:10 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 05:09:10 latest: Pulling from edgex-lftools-log-publisher 05:09:10 5eb5b503b376: Pulling fs layer 05:09:10 5c69ac0246d0: Pulling fs layer 05:09:10 ec43610c2a17: Pulling fs layer 05:09:10 3a2ae6a8a46f: Pulling fs layer 05:09:10 33b1e0a273af: Pulling fs layer 05:09:10 5d3b04190fa2: Pulling fs layer 05:09:10 2f39f015ded8: Pulling fs layer 05:09:10 3a2ae6a8a46f: Waiting 05:09:10 33b1e0a273af: Waiting 05:09:10 5d3b04190fa2: Waiting 05:09:10 2f39f015ded8: Waiting 05:09:10 5c69ac0246d0: Verifying Checksum 05:09:10 5c69ac0246d0: Download complete 05:09:10 3a2ae6a8a46f: Verifying Checksum 05:09:10 3a2ae6a8a46f: Download complete 05:09:10 33b1e0a273af: Verifying Checksum 05:09:10 33b1e0a273af: Download complete 05:09:10 5d3b04190fa2: Download complete 05:09:10 ec43610c2a17: Verifying Checksum 05:09:10 ec43610c2a17: Download complete 05:09:10 5eb5b503b376: Verifying Checksum 05:09:10 5eb5b503b376: Download complete 05:09:11 2f39f015ded8: Download complete 05:09:11 5eb5b503b376: Pull complete 05:09:12 5c69ac0246d0: Pull complete 05:09:12 ec43610c2a17: Pull complete 05:09:12 3a2ae6a8a46f: Pull complete 05:09:12 33b1e0a273af: Pull complete 05:09:12 5d3b04190fa2: Pull complete 05:09:16 2f39f015ded8: Pull complete 05:09:16 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 05:09:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 05:09:16 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:09:17 prd-ubuntu20.04-docker-8c-8g-235 does not seem to be running inside a container 05:09:17 $ 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 05:09:18 $ docker top 9138fd0f376390ab6e8497f49abd707259faba75617b1d1ca4690580a5c77ec9 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:09:19 ---> job-cost.sh 05:09:19 lf-activate-venv: SKIPPING 05:09:19 INFO: No Stack... 05:09:19 INFO: Retrieving Pricing Info for: v3-standard-8 05:09:20 INFO: Archiving Costs [Pipeline] sh 05:09:20 + cat /w/workspace/gexfoundry_device-snmp-go_PR-175/archives/cost.csv 05:09:20 + cut -d, -f6 [Pipeline] lock 05:09:20 Trying to acquire lock on [jenkins-edgexfoundry-device-snmp-go-PR-175-1-stack-cost] 05:09:20 Resource [jenkins-edgexfoundry-device-snmp-go-PR-175-1-stack-cost] did not exist. Created. 05:09:20 Lock acquired on [jenkins-edgexfoundry-device-snmp-go-PR-175-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 05:09:20 + echo total: 0.2199999988079071 [Pipeline] stash 05:09:20 Stashed 1 file(s) [Pipeline] } 05:09:21 Lock released on resource [jenkins-edgexfoundry-device-snmp-go-PR-175-1-stack-cost] [Pipeline] // lock [Pipeline] } 05:09:21 $ docker stop --time=1 9138fd0f376390ab6e8497f49abd707259faba75617b1d1ca4690580a5c77ec9 05:09:22 $ docker rm -f 9138fd0f376390ab6e8497f49abd707259faba75617b1d1ca4690580a5c77ec9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 05:09:41 Running on prd-ubuntu20.04-docker-arm64-4c-16g-236 in /w/workspace/gexfoundry_device-snmp-go_PR-175 [Pipeline] { [Pipeline] ws 05:09:41 Running in /w/workspace/device-snmp-go/1 [Pipeline] { [Pipeline] checkout 05:09:42 Selected Git installation does not exist. Using Default 05:09:42 The recommended git tool is: NONE 05:09:47 using credential edgex-jenkins-ssh 05:09:47 Cloning the remote Git repository 05:09:47 Cloning repository git@github.com:edgexfoundry/device-snmp-go.git 05:09:47 > git init /w/workspace/device-snmp-go/1 # timeout=10 05:09:47 Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git 05:09:47 > git --version # timeout=10 05:09:47 > git --version # 'git version 2.25.1' 05:09:47 using GIT_SSH to set credentials SSH Credentials for GitHub 05:09:47 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 05:09:49 Merging remotes/origin/main commit 9505b3b9fb87609b3cd85be587e030c33719d431 into PR head commit 595adc119bd1f5f8d5913bd379cf485a0597604c 05:09:49 Merge succeeded, producing 595adc119bd1f5f8d5913bd379cf485a0597604c 05:09:49 Checking out Revision 595adc119bd1f5f8d5913bd379cf485a0597604c (PR-175) 05:09:48 > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 05:09:48 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 05:09:48 > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 05:09:49 Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git 05:09:49 using GIT_SSH to set credentials SSH Credentials for GitHub 05:09:49 > 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 05:09:49 > git config core.sparsecheckout # timeout=10 05:09:49 > git checkout -f 595adc119bd1f5f8d5913bd379cf485a0597604c # timeout=10 05:09:49 > git remote # timeout=10 05:09:49 > git config --get remote.origin.url # timeout=10 05:09:49 using GIT_SSH to set credentials SSH Credentials for GitHub 05:09:49 > git merge 9505b3b9fb87609b3cd85be587e030c33719d431 # timeout=10 05:09:49 > git rev-parse HEAD^{commit} # timeout=10 05:09:49 > git config core.sparsecheckout # timeout=10 05:09:49 > git checkout -f 595adc119bd1f5f8d5913bd379cf485a0597604c # timeout=10 05:09:53 Commit message: "feat: Add go-winio to attribution (new SPIFFE dependency)" 05:09:54 > git --version # timeout=10 05:09:54 > git --version # 'git version 2.25.1' 05:09:54 fatal: bad object 95c76d14630896f3c9cf825147e1b1e2bad20cbb [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 05:09:55 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 05:09:55 % Total % Received % Xferd Average Speed Time Time Time Current 05:09:55 Dload Upload Total Spent Left Speed 05:09:55 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12253 100 12253 0 0 51483 0 --:--:-- --:--:-- --:--:-- 51700 [Pipeline] sh 05:09:55 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 05:09:56 + + sudo tee /etc/docker/daemon.new 05:09:56 sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 05:09:56 { 05:09:56 "registry-mirrors": [ 05:09:56 "https://nexus3.edgexfoundry.org:10001" 05:09:56 ], 05:09:56 "bip": "10.250.0.254/24", 05:09:56 "hosts": [ 05:09:56 "tcp://0.0.0.0:5555", 05:09:56 "unix:///var/run/docker.sock" 05:09:56 ], 05:09:56 "mtu": 1458, 05:09:56 "selinux-enabled": true, 05:09:56 "seccomp-profile": "/etc/docker/seccomp.json" 05:09:56 } [Pipeline] sh 05:09:56 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 05:09:57 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:10:15 provisioning config files... 05:10:15 copy managed file [device-snmp-go-settings] to file:/w/workspace/device-snmp-go/1@tmp/config6941824112094240657tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:10:16 ---> docker-login.sh 05:10:16 nexus3.edgexfoundry.org:10001 05:10:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:10:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:10:16 Configure a credential helper to remove this warning. See 05:10:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:10:16 05:10:16 Login Succeeded 05:10:16 nexus3.edgexfoundry.org:10002 05:10:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:10:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:10:17 Configure a credential helper to remove this warning. See 05:10:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:10:17 05:10:17 Login Succeeded 05:10:17 nexus3.edgexfoundry.org:10003 05:10:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:10:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:10:17 Configure a credential helper to remove this warning. See 05:10:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:10:17 05:10:17 Login Succeeded 05:10:17 nexus3.edgexfoundry.org:10004 05:10:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:10:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:10:18 Configure a credential helper to remove this warning. See 05:10:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:10:18 05:10:18 Login Succeeded 05:10:18 docker.io 05:10:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:10:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:10:19 Configure a credential helper to remove this warning. See 05:10:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:10:19 05:10:19 Login Succeeded 05:10:19 ---> docker-login.sh ends [Pipeline] } 05:10:19 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 05:10:19 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 05:10:19 ========================================================= 05:10:19 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine] 05:10:19 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:10:20 + 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 . 05:10:20 Sending build context to Docker daemon 2.739MB 05:10:20 Step 1/12 : ARG BASE=golang:1.17-alpine3.15 05:10:20 Step 2/12 : FROM ${BASE} AS builder 05:10:20 1.17-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 05:10:20 9b3977197b4f: Pulling fs layer 05:10:20 1a89e8eeedd5: Pulling fs layer 05:10:20 94645a83ff95: Pulling fs layer 05:10:20 3f3a8bcf1eab: Pulling fs layer 05:10:20 0c92f367c5e7: Pulling fs layer 05:10:20 3096ccb668a1: Pulling fs layer 05:10:20 e8cf19c19ddd: Pulling fs layer 05:10:20 a4caa8a26152: Pulling fs layer 05:10:20 3f3a8bcf1eab: Waiting 05:10:20 0c92f367c5e7: Waiting 05:10:20 3096ccb668a1: Waiting 05:10:20 e8cf19c19ddd: Waiting 05:10:20 a4caa8a26152: Waiting 05:10:20 94645a83ff95: Verifying Checksum 05:10:20 94645a83ff95: Download complete 05:10:20 1a89e8eeedd5: Verifying Checksum 05:10:20 1a89e8eeedd5: Download complete 05:10:20 0c92f367c5e7: Verifying Checksum 05:10:20 0c92f367c5e7: Download complete 05:10:20 3096ccb668a1: Verifying Checksum 05:10:20 3096ccb668a1: Download complete 05:10:20 9b3977197b4f: Download complete 05:10:20 e8cf19c19ddd: Verifying Checksum 05:10:20 e8cf19c19ddd: Download complete 05:10:21 9b3977197b4f: Pull complete 05:10:22 1a89e8eeedd5: Pull complete 05:10:22 94645a83ff95: Pull complete 05:10:22 a4caa8a26152: Verifying Checksum 05:10:22 a4caa8a26152: Download complete 05:10:23 3f3a8bcf1eab: Verifying Checksum 05:10:23 3f3a8bcf1eab: Download complete 05:10:35 3f3a8bcf1eab: Pull complete 05:10:35 0c92f367c5e7: Pull complete 05:10:35 3096ccb668a1: Pull complete 05:10:35 e8cf19c19ddd: Pull complete 05:10:42 a4caa8a26152: Pull complete 05:10:42 Digest: sha256:b3ad895ecde34a7521bb8912598475bc58d052e1c2c58d00df7f0fe54a102a46 05:10:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine 05:10:42 ---> 725f1c02e7f9 05:10:42 Step 3/12 : ARG MAKE='make build' 05:10:42 ---> Running in 795101bf2a7a 05:10:43 Removing intermediate container 795101bf2a7a 05:10:43 ---> 5a6bffa244bd 05:10:43 Step 4/12 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 05:10:43 ---> Running in 03f596517545 05:10:43 Removing intermediate container 03f596517545 05:10:43 ---> 2acb2dd5a423 05:10:43 Step 5/12 : ARG ALPINE_PKG_EXTRA="" 05:10:43 ---> Running in fb15f6d122f6 05:10:44 Removing intermediate container fb15f6d122f6 05:10:44 ---> a0d42461eda0 05:10:44 Step 6/12 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:10:44 ---> Running in e6660c0304ab 05:10:46 Removing intermediate container e6660c0304ab 05:10:46 ---> bb2dfb4f64bc 05:10:46 Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 05:10:46 ---> Running in f738f46d4508 05:10:47 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 05:10:48 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 05:10:49 (1/4) Installing openssh-keygen (8.8_p1-r1) 05:10:49 (2/4) Installing libedit (20210910.3.1-r0) 05:10:49 (3/4) Installing openssh-client-common (8.8_p1-r1) 05:10:49 (4/4) Installing openssh-client-default (8.8_p1-r1) 05:10:49 Executing busybox-1.34.1-r3.trigger 05:10:49 OK: 224 MiB in 56 packages 05:10:50 Removing intermediate container f738f46d4508 05:10:50 ---> 279ab0b9d866 05:10:50 Step 8/12 : WORKDIR /device-snmp-go 05:10:50 ---> Running in a9ecd7ef7fbc 05:10:51 Removing intermediate container a9ecd7ef7fbc 05:10:51 ---> c9613cc4d71b 05:10:51 Step 9/12 : COPY go.mod vendor* ./ 05:10:51 ---> 7638e3658ad3 05:10:51 Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:10:51 ---> Running in 8236b0164b53 05:11:38 Removing intermediate container 8236b0164b53 05:11:38 ---> fa0b32ae0152 05:11:38 Step 11/12 : COPY . . 05:11:38 ---> ac2ceb8a021a 05:11:38 Step 12/12 : RUN ${MAKE} 05:11:38 ---> Running in b959c8ee94f1 05:11:38 noop 05:11:38 Removing intermediate container b959c8ee94f1 05:11:38 ---> f0542f263e9f 05:11:38 Successfully built f0542f263e9f 05:11:38 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:11:39 + docker inspect -f . ci-base-image-arm64 05:11:39 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:11:39 prd-ubuntu20.04-docker-arm64-4c-16g-236 does not seem to be running inside a container 05:11:39 $ 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 05:11:41 $ docker top f39f6a61f9ed7e2eb3ededefacb4ddf7732452fc7ddcb010c848999219f2e96c -eo pid,comm [Pipeline] { [Pipeline] sh 05:11:42 + go version 05:11:42 go version go1.17.6 linux/arm64 [Pipeline] } 05:11:42 $ docker stop --time=1 f39f6a61f9ed7e2eb3ededefacb4ddf7732452fc7ddcb010c848999219f2e96c 05:11:43 $ 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 05:11:44 + docker inspect -f . ci-base-image-arm64 05:11:44 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:11:45 prd-ubuntu20.04-docker-arm64-4c-16g-236 does not seem to be running inside a container 05:11:45 $ 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 05:11:46 $ docker top effb1b037a6c34358ac8512c795e806a3dca296ef13dafd5b36c615246bd2b43 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh 05:11:47 + make test 05:11:47 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out 05:11:48 ? github.com/edgexfoundry/device-snmp-go [no test files] 05:13:10 ? github.com/edgexfoundry/device-snmp-go/cmd [no test files] 05:13:10 ok github.com/edgexfoundry/device-snmp-go/internal/driver 0.041s coverage: 0.0% of statements 05:13:10 WARNING: Linting skipped (not on x86_64 or linter not installed) 05:13:10 CGO_ENABLED=1 GO111MODULE=on go vet ./... 05:13:29 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 05:13:29 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 05:13:29 ./bin/test-attribution-txt.sh [Pipeline] echo 05:13:31 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 05:13:31 $ docker stop --time=1 effb1b037a6c34358ac8512c795e806a3dca296ef13dafd5b36c615246bd2b43 05:13:33 $ docker rm -f effb1b037a6c34358ac8512c795e806a3dca296ef13dafd5b36c615246bd2b43 [Pipeline] // withDockerContainer [Pipeline] sh 05:13:34 + sudo chown -R jenkins:jenkins . [Pipeline] stash 05:13:34 Warning: overwriting stash ‘coverage-report’ 05:13:35 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 05:13:35 + sudo chown -R jenkins:jenkins . [Pipeline] sh 05:13:36 + ls -al . 05:13:36 total 164 05:13:36 drwxrwxr-x 8 jenkins jenkins 4096 May 27 05:13 . 05:13:36 drwxrwxr-x 4 jenkins jenkins 4096 May 27 05:09 .. 05:13:36 -rw-rw-r-- 1 jenkins jenkins 6 May 27 05:09 .dockerignore 05:13:36 drwxrwxr-x 8 jenkins jenkins 4096 May 27 05:09 .git 05:13:36 drwxrwxr-x 3 jenkins jenkins 4096 May 27 05:09 .github 05:13:36 -rw-rw-r-- 1 jenkins jenkins 328 May 27 05:09 .gitignore 05:13:36 -rw-rw-r-- 1 jenkins jenkins 41 May 27 05:09 .golangci.yml 05:13:36 -rw-rw-r-- 1 jenkins jenkins 8429 May 27 05:09 Attribution.txt 05:13:36 -rw-rw-r-- 1 jenkins jenkins 6948 May 27 05:09 CHANGELOG.md 05:13:36 -rw-rw-r-- 1 jenkins jenkins 1516 May 27 05:09 Dockerfile 05:13:36 -rw-rw-r-- 1 jenkins jenkins 677 May 27 05:09 GOVERNANCE.md 05:13:36 -rw-rw-r-- 1 jenkins jenkins 656 May 27 05:09 Jenkinsfile 05:13:36 -rw-rw-r-- 1 jenkins jenkins 11340 May 27 05:09 LICENSE 05:13:36 -rw-rw-r-- 1 jenkins jenkins 2334 May 27 05:09 Makefile 05:13:36 -rw-rw-r-- 1 jenkins jenkins 620 May 27 05:09 OWNERS.md 05:13:36 -rw-rw-r-- 1 jenkins jenkins 9390 May 27 05:09 README.md 05:13:36 -rw-rw-r-- 1 jenkins jenkins 5 May 27 05:07 VERSION 05:13:36 drwxrwxr-x 2 jenkins jenkins 4096 May 27 05:09 bin 05:13:36 drwxrwxr-x 3 jenkins jenkins 4096 May 27 05:09 cmd 05:13:36 -rw-r--r-- 1 jenkins jenkins 7631 May 27 05:12 coverage.out 05:13:36 -rw-rw-r-- 1 jenkins jenkins 3250 May 27 05:09 go.mod 05:13:36 -rw-rw-r-- 1 jenkins jenkins 35701 May 27 05:09 go.sum 05:13:36 drwxrwxr-x 3 jenkins jenkins 4096 May 27 05:09 internal 05:13:36 drwxrwxr-x 3 jenkins jenkins 4096 May 27 05:09 snap 05:13:36 -rw-rw-r-- 1 jenkins jenkins 228 May 27 05:09 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:13:36 + 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 . 05:13:36 Sending build context to Docker daemon 2.747MB 05:13:36 Step 1/24 : ARG BASE=golang:1.17-alpine3.15 05:13:36 Step 2/24 : FROM ${BASE} AS builder 05:13:36 ---> f0542f263e9f 05:13:36 Step 3/24 : ARG MAKE='make build' 05:13:36 ---> Running in 0e48ca84b648 05:13:37 Removing intermediate container 0e48ca84b648 05:13:37 ---> c333ea7a697d 05:13:37 Step 4/24 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 05:13:37 ---> Running in 14548c5bed16 05:13:37 Removing intermediate container 14548c5bed16 05:13:37 ---> 4e7eafd6f599 05:13:37 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 05:13:37 ---> Running in 5eae3daf9a5b 05:13:38 Removing intermediate container 5eae3daf9a5b 05:13:38 ---> 75f0371d3f87 05:13:38 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:13:38 ---> Running in e11349d22ad3 05:13:39 Removing intermediate container e11349d22ad3 05:13:39 ---> 2682eb64b071 05:13:39 Step 7/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 05:13:39 ---> Running in 03680e6fd38c 05:13:40 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 05:13:41 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 05:13:42 OK: 224 MiB in 56 packages 05:13:43 Removing intermediate container 03680e6fd38c 05:13:43 ---> c03602e91a9f 05:13:43 Step 8/24 : WORKDIR /device-snmp-go 05:13:43 ---> Running in 37adb200c53d 05:13:43 Removing intermediate container 37adb200c53d 05:13:43 ---> fb74da6cd279 05:13:43 Step 9/24 : COPY go.mod vendor* ./ 05:13:44 ---> 0530d74e56d9 05:13:44 Step 10/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:13:44 ---> Running in e7cc538b03db 05:13:46 Removing intermediate container e7cc538b03db 05:13:46 ---> cf0574ad005a 05:13:46 Step 11/24 : COPY . . 05:13:46 ---> d67b2fbea89e 05:13:46 Step 12/24 : RUN ${MAKE} 05:13:46 ---> Running in f6c72bc17fd3 05:13:47 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 05:15:54 Removing intermediate container f6c72bc17fd3 05:15:54 ---> ed219f5278c3 05:15:54 Step 13/24 : FROM alpine:3.14 05:15:54 3.14: Pulling from library/alpine 05:15:54 455c02918c45: Pulling fs layer 05:15:54 455c02918c45: Download complete 05:15:54 455c02918c45: Pull complete 05:15:54 Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 05:15:54 Status: Downloaded newer image for alpine:3.14 05:15:54 ---> ac73e934f311 05:15:54 Step 14/24 : RUN apk add --update --no-cache zeromq dumb-init 05:15:54 ---> Running in 8d7d8b074fcb 05:15:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 05:15:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 05:15:55 (1/6) Installing dumb-init (1.2.5-r1) 05:15:55 (2/6) Installing libgcc (10.3.1_git20210424-r2) 05:15:55 (3/6) Installing libsodium (1.0.18-r0) 05:15:55 (4/6) Installing libstdc++ (10.3.1_git20210424-r2) 05:15:55 (5/6) Installing libzmq (4.3.4-r0) 05:15:55 (6/6) Installing zeromq (4.3.4-r0) 05:15:55 Executing busybox-1.33.1-r7.trigger 05:15:55 OK: 8 MiB in 20 packages 05:15:56 Removing intermediate container 8d7d8b074fcb 05:15:56 ---> 9cfcde80dd01 05:15:56 Step 15/24 : COPY --from=builder /device-snmp-go/cmd / 05:15:58 ---> 96319a5c0c3b 05:15:58 Step 16/24 : COPY --from=builder /device-snmp-go/Attribution.txt / 05:15:59 ---> 05382b3a89be 05:15:59 Step 17/24 : COPY --from=builder /device-snmp-go/LICENSE / 05:15:59 ---> 030e6cf227db 05:15:59 Step 18/24 : EXPOSE 59993 05:15:59 ---> Running in 9a1472d41557 05:15:59 Removing intermediate container 9a1472d41557 05:15:59 ---> f55fc5b23969 05:15:59 Step 19/24 : EXPOSE 161 05:15:59 ---> Running in e67f90c32157 05:16:00 Removing intermediate container e67f90c32157 05:16:00 ---> e29387362068 05:16:00 Step 20/24 : ENTRYPOINT ["/device-snmp"] 05:16:00 ---> Running in 7c0cc8a63f40 05:16:00 Removing intermediate container 7c0cc8a63f40 05:16:00 ---> 4ea6c012b213 05:16:00 Step 21/24 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--confdir=/res", "--registry"] 05:16:00 ---> Running in a6b4107ed4aa 05:16:01 Removing intermediate container a6b4107ed4aa 05:16:01 ---> 7d6cc742515e 05:16:01 Step 22/24 : LABEL arch=arm64 05:16:01 ---> Running in 77501acffc69 05:16:01 Removing intermediate container 77501acffc69 05:16:01 ---> 3b6ba27e5cda 05:16:01 Step 23/24 : LABEL git_sha=595adc119bd1f5f8d5913bd379cf485a0597604c 05:16:01 ---> Running in bf50f75151c6 05:16:01 Removing intermediate container bf50f75151c6 05:16:01 ---> 5bd11ab6f921 05:16:01 Step 24/24 : LABEL version=0.0.0 05:16:01 ---> Running in fa09f60500c1 05:16:02 Removing intermediate container fa09f60500c1 05:16:02 ---> 37d2b55395d1 05:16:02 [Warning] One or more build-args [ARCH] were not consumed 05:16:02 Successfully built 37d2b55395d1 05:16:02 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 05:16:03 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 05:16:03 05:16:03 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:16:04 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 05:16:04 arm64: Pulling from edgex-lftools-log-publisher 05:16:04 8998bd30e6a1: Pulling fs layer 05:16:04 04944245beec: Pulling fs layer 05:16:04 699f458cf7ca: Pulling fs layer 05:16:04 765212b225bb: Pulling fs layer 05:16:04 f23df028b6ca: Pulling fs layer 05:16:04 d65c8cfc05b1: Pulling fs layer 05:16:04 2437ff75d9bd: Pulling fs layer 05:16:04 f23df028b6ca: Waiting 05:16:04 765212b225bb: Waiting 05:16:04 d65c8cfc05b1: Waiting 05:16:04 2437ff75d9bd: Waiting 05:16:04 04944245beec: Verifying Checksum 05:16:04 04944245beec: Download complete 05:16:04 765212b225bb: Download complete 05:16:04 f23df028b6ca: Verifying Checksum 05:16:04 f23df028b6ca: Download complete 05:16:04 d65c8cfc05b1: Verifying Checksum 05:16:04 d65c8cfc05b1: Download complete 05:16:04 699f458cf7ca: Verifying Checksum 05:16:04 699f458cf7ca: Download complete 05:16:04 8998bd30e6a1: Verifying Checksum 05:16:04 8998bd30e6a1: Download complete 05:16:07 2437ff75d9bd: Verifying Checksum 05:16:07 2437ff75d9bd: Download complete 05:16:09 8998bd30e6a1: Pull complete 05:16:09 04944245beec: Pull complete 05:16:11 699f458cf7ca: Pull complete 05:16:11 765212b225bb: Pull complete 05:16:12 f23df028b6ca: Pull complete 05:16:12 d65c8cfc05b1: Pull complete 05:16:31 2437ff75d9bd: Pull complete 05:16:31 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 05:16:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 05:16:31 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:16:31 prd-ubuntu20.04-docker-arm64-4c-16g-236 does not seem to be running inside a container 05:16:31 $ 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 05:16:34 $ docker top 434f7e89001f0bd4e764db12f06377d8208530805d9c8609ab6dde92121c1a8c -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:16:35 ---> job-cost.sh 05:16:35 lf-activate-venv: SKIPPING 05:16:35 INFO: No Stack... 05:16:36 INFO: Retrieving Pricing Info for: v3-standard-4 05:16:36 INFO: Archiving Costs [Pipeline] sh 05:16:37 + cut -d, -f6 05:16:37 + cat /w/workspace/device-snmp-go/1/archives/cost.csv [Pipeline] lock 05:16:37 Trying to acquire lock on [jenkins-edgexfoundry-device-snmp-go-PR-175-1-stack-cost] 05:16:37 Resource [jenkins-edgexfoundry-device-snmp-go-PR-175-1-stack-cost] did not exist. Created. 05:16:37 Lock acquired on [jenkins-edgexfoundry-device-snmp-go-PR-175-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 05:16:38 /w/workspace/device-snmp-go/1@tmp/durable-01db732c/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 05:16:38 + echo total: 0.10999999940395355 [Pipeline] stash 05:16:39 Warning: overwriting stash ‘stack-cost’ 05:16:39 Stashed 1 file(s) [Pipeline] } 05:16:39 Lock released on resource [jenkins-edgexfoundry-device-snmp-go-PR-175-1-stack-cost] [Pipeline] // lock [Pipeline] } 05:16:39 $ docker stop --time=1 434f7e89001f0bd4e764db12f06377d8208530805d9c8609ab6dde92121c1a8c 05:16:40 $ 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 05:16:41 provisioning config files... 05:16:41 copy managed file [device-snmp-go-codecov-token] to file:/w/workspace/gexfoundry_device-snmp-go_PR-175@tmp/config7206210004508797682tmp [Pipeline] { [Pipeline] sh 05:16:42 + set +x 05:16:42 + curl -s https://codecov.io/bash 05:16:42 + bash -s -- 05:16:42 05:16:42 _____ _ 05:16:42 / ____| | | 05:16:42 | | ___ __| | ___ ___ _____ __ 05:16:42 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 05:16:42 | |___| (_) | (_| | __/ (_| (_) \ V / 05:16:42 \_____\___/ \__,_|\___|\___\___/ \_/ 05:16:42 Bash-1.0.6 05:16:42 05:16:42 05:16:42 ==> git version 2.25.1 found 05:16:42 ==> 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 05:16:42 Release-Date: 2020-01-08 05:16:42 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 05:16:42 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 05:16:42 ==> Jenkins CI detected. 05:16:42 current dir:  /w/workspace/gexfoundry_device-snmp-go_PR-175 05:16:42 project root: . 05:16:42 --> token set from env 05:16:42 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 05:16:42 ==> Running gcov in . (disable via -X gcov) 05:16:42 ==> Python coveragepy not found 05:16:42 ==> Searching for coverage reports in: 05:16:42 + . 05:16:42 -> Found 1 reports 05:16:42 ==> Detecting git/mercurial file structure 05:16:42 ==> Reading reports 05:16:42 + ./coverage.out bytes=7631 05:16:42 ==> Appending adjustments 05:16:42 https://docs.codecov.io/docs/fixing-reports 05:16:42 + Found adjustments 05:16:42 ==> Gzipping contents 05:16:42 4.0K /tmp/codecov.zfDIOX.gz 05:16:42 ==> Uploading reports 05:16:42 url: https://codecov.io 05:16:42 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= 05:16:42 -> Pinging Codecov 05:16:42 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= 05:16:42 -> Uploading to 05:16:42 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 05:16:42 % Total % Received % Xferd Average Speed Time Time Time Current 05:16:42 Dload Upload Total Spent Left Speed 05:16:42 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1603 0 0 100 1603 0 7353 --:--:-- --:--:-- --:--:-- 7353 05:16:42 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-snmp-go/commit/595adc119bd1f5f8d5913bd379cf485a0597604c [Pipeline] } 05:16:42 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 05:16:44 + [ -d /w/workspace/gexfoundry_device-snmp-go_PR-175/archives ] 05:16:44 + ls -al /w/workspace/gexfoundry_device-snmp-go_PR-175/archives 05:16:44 total 16 05:16:44 drwxr-xr-x 3 root root 4096 May 27 05:09 . 05:16:44 drwxrwxr-x 10 jenkins jenkins 4096 May 27 05:09 .. 05:16:44 drwxr-xr-x 2 root root 4096 May 27 05:09 cost 05:16:44 -rw-r--r-- 1 root root 85 May 27 05:09 cost.csv 05:16:44 + sudo chown -R jenkins:jenkins /w/workspace/gexfoundry_device-snmp-go_PR-175/archives 05:16:44 + ls -al /w/workspace/gexfoundry_device-snmp-go_PR-175/archives 05:16:44 total 16 05:16:44 drwxr-xr-x 3 jenkins jenkins 4096 May 27 05:09 . 05:16:44 drwxrwxr-x 10 jenkins jenkins 4096 May 27 05:09 .. 05:16:44 drwxr-xr-x 2 jenkins jenkins 4096 May 27 05:09 cost 05:16:44 -rw-r--r-- 1 jenkins jenkins 85 May 27 05:09 cost.csv [Pipeline] libraryResource [Pipeline] sh 05:16:45 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 05:16:45 ---> package-listing.sh 05:16:45 ++ facter osfamily 05:16:45 ++ tr '[:upper:]' '[:lower:]' 05:16:46 + OS_FAMILY=debian 05:16:46 + workspace=/w/workspace/gexfoundry_device-snmp-go_PR-175 05:16:46 + START_PACKAGES=/tmp/packages_start.txt 05:16:46 + END_PACKAGES=/tmp/packages_end.txt 05:16:46 + DIFF_PACKAGES=/tmp/packages_diff.txt 05:16:46 + PACKAGES=/tmp/packages_start.txt 05:16:46 + '[' /w/workspace/gexfoundry_device-snmp-go_PR-175 ']' 05:16:46 + PACKAGES=/tmp/packages_end.txt 05:16:46 + case "${OS_FAMILY}" in 05:16:46 + dpkg -l 05:16:46 + grep '^ii' 05:16:46 + '[' -f /tmp/packages_start.txt ']' 05:16:46 + '[' -f /tmp/packages_end.txt ']' 05:16:46 + diff /tmp/packages_start.txt /tmp/packages_end.txt 05:16:46 + '[' /w/workspace/gexfoundry_device-snmp-go_PR-175 ']' 05:16:46 + mkdir -p /w/workspace/gexfoundry_device-snmp-go_PR-175/archives/ 05:16:46 + 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 05:16:46 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 05:16:46 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:16:47 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 05:16:47 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:16:47 prd-ubuntu20.04-docker-8c-8g-235 does not seem to be running inside a container 05:16:47 $ 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 05:16:47 $ docker top 8fe3ed9e223288f405d3868c9885a6e12888fc985770d2a6ff1ab7c31b00ecd3 -eo pid,comm [Pipeline] { [Pipeline] sh 05:16:47 + touch /tmp/pre-build-complete [Pipeline] sh 05:16:48 + mkdir -p /var/log/sysstat [Pipeline] sh 05:16:48 + ls /var/log/sa-host 05:16:48 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:16:48 provisioning config files... 05:16:48 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-snmp-go_PR-175@tmp/config5892558284781921969tmp [Pipeline] { [Pipeline] echo 05:16:48 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 05:16:49 ---> create-netrc.sh [Pipeline] } 05:16:49 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 05:16:49 ---> python-tools-install.sh [Pipeline] echo 05:16:49 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 05:16:49 ---> sudo-logs.sh 05:16:49 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 05:16:49 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 05:16:50 ---> job-cost.sh 05:16:50 lf-activate-venv: SKIPPING 05:16:50 DEBUG: total: 0.2199999988079071 05:16:50 INFO: Retrieving Stack Cost... 05:16:50 INFO: Retrieving Pricing Info for: v3-standard-8 05:16:51 INFO: Archiving Costs [Pipeline] echo 05:16:51 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 05:16:51 ---> logs-deploy.sh 05:16:51 lf-activate-venv: SKIPPING 05:16:51 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-snmp-go/PR-175/1 05:16:51 INFO: archiving workspace using pattern(s): 05:16:52 Archives upload complete. 05:16:52 INFO: archiving logs to Nexus 05:16:53 ---> uname -a: 05:16:53 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 05:16:53 05:16:53 05:16:53 ---> lscpu: 05:16:53 Architecture: x86_64 05:16:53 CPU op-mode(s): 32-bit, 64-bit 05:16:53 Byte Order: Little Endian 05:16:53 Address sizes: 40 bits physical, 48 bits virtual 05:16:53 CPU(s): 8 05:16:53 On-line CPU(s) list: 0-7 05:16:53 Thread(s) per core: 1 05:16:53 Core(s) per socket: 1 05:16:53 Socket(s): 8 05:16:53 NUMA node(s): 1 05:16:53 Vendor ID: AuthenticAMD 05:16:53 CPU family: 23 05:16:53 Model: 49 05:16:53 Model name: AMD EPYC-Rome Processor 05:16:53 Stepping: 0 05:16:53 CPU MHz: 2799.998 05:16:53 BogoMIPS: 5599.99 05:16:53 Virtualization: AMD-V 05:16:53 Hypervisor vendor: KVM 05:16:53 Virtualization type: full 05:16:53 L1d cache: 256 KiB 05:16:53 L1i cache: 256 KiB 05:16:53 L2 cache: 4 MiB 05:16:53 L3 cache: 128 MiB 05:16:53 NUMA node0 CPU(s): 0-7 05:16:53 Vulnerability Itlb multihit: Not affected 05:16:53 Vulnerability L1tf: Not affected 05:16:53 Vulnerability Mds: Not affected 05:16:53 Vulnerability Meltdown: Not affected 05:16:53 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 05:16:53 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 05:16:53 Vulnerability Spectre v2: Mitigation; Full AMD retpoline, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 05:16:53 Vulnerability Srbds: Not affected 05:16:53 Vulnerability Tsx async abort: Not affected 05:16:53 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 05:16:53 05:16:53 05:16:53 ---> nproc: 05:16:53 8 05:16:53 05:16:53 05:16:53 ---> df -h: 05:16:53 Filesystem Size Used Avail Use% Mounted on 05:16:53 overlay 155G 11G 145G 7% / 05:16:53 tmpfs 64M 0 64M 0% /dev 05:16:53 tmpfs 16G 0 16G 0% /sys/fs/cgroup 05:16:53 shm 64M 0 64M 0% /dev/shm 05:16:53 /dev/vda1 155G 11G 145G 7% /facter-os 05:16:53 05:16:53 05:16:53 ---> sar -b -r -n DEV: 05:16:53 Linux 5.4.0-94-generic (prd-ubuntu20-04-docker-8c-8g-235) 05/27/22 _x86_64_ (8 CPU) 05:16:53 05:16:53 05:06:52 LINUX RESTART (8 CPU) 05:16:53 05:16:53 05:07:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 05:16:53 05:08:02 460.35 56.50 403.85 0.00 7445.52 212178.74 0.00 05:16:53 05:09:01 174.60 1.29 173.31 0.00 19.25 37434.47 0.00 05:16:53 05:10:01 116.25 0.02 116.23 0.00 2.40 32769.76 0.00 05:16:53 05:11:01 1.73 0.00 1.73 0.00 0.00 20.00 0.00 05:16:53 05:12:01 1.20 0.02 1.18 0.00 0.13 13.60 0.00 05:16:53 05:13:01 0.98 0.00 0.98 0.00 0.00 13.33 0.00 05:16:53 05:14:01 1.12 0.00 1.12 0.00 0.00 12.80 0.00 05:16:53 05:15:01 0.85 0.00 0.85 0.00 0.00 10.93 0.00 05:16:53 05:16:01 1.22 0.00 1.22 0.00 0.00 14.80 0.00 05:16:53 Average: 84.09 6.43 77.66 0.00 831.31 31376.93 0.00 05:16:53 05:16:53 05:07:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 05:16:53 05:08:02 28973064 31742964 562432 1.71 116156 2925288 2354432 6.94 1137848 2398292 360 05:16:53 05:09:01 28120060 31661644 626468 1.91 163224 3571460 2362516 6.96 1540044 2755292 319672 05:16:53 05:10:01 27817772 31760296 529376 1.61 173428 3924420 1931588 5.69 1337556 3218660 168 05:16:53 05:11:01 27818648 31761248 528568 1.61 173496 3924412 1931588 5.69 1336888 3218660 156 05:16:53 05:12:01 27831112 31773748 515776 1.57 173524 3924424 1931588 5.69 1324292 3218672 28 05:16:53 05:13:01 27831584 31774392 515196 1.57 173560 3924432 1931588 5.69 1323724 3218804 196 05:16:53 05:14:01 27838692 31781544 507840 1.54 173564 3924436 1931588 5.69 1316904 3218808 24 05:16:53 05:15:01 27838408 31781280 508020 1.54 173588 3924440 1931588 5.69 1317008 3218812 168 05:16:53 05:16:01 27838384 31781288 507948 1.54 173636 3924440 1931588 5.69 1317300 3218812 20 05:16:53 Average: 27989747 31757600 533514 1.62 166020 3774195 2026452 5.97 1327952 3076090 35644 05:16:53 05:16:53 05:07:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 05:16:53 05:08:02 ens3 682.54 383.14 6887.11 99.82 0.00 0.00 0.00 0.00 05:16:53 05:08:02 lo 7.53 7.53 0.73 0.73 0.00 0.00 0.00 0.00 05:16:53 05:08:02 docker0 10.78 12.58 0.77 101.41 0.00 0.00 0.00 0.00 05:16:53 05:09:01 ens3 192.58 150.25 1077.78 77.46 0.00 0.00 0.00 0.00 05:16:53 05:09:01 veth16a938f 0.05 0.22 0.00 0.02 0.00 0.00 0.00 0.00 05:16:53 05:09:01 lo 0.47 0.47 0.04 0.04 0.00 0.00 0.00 0.00 05:16:53 05:09:01 docker0 98.15 123.67 7.99 1036.23 0.00 0.00 0.00 0.00 05:16:53 05:10:01 ens3 103.62 63.79 2622.42 11.83 0.00 0.00 0.00 0.00 05:16:53 05:10:01 lo 1.60 1.60 0.16 0.16 0.00 0.00 0.00 0.00 05:16:53 05:10:01 docker0 2.37 5.03 0.16 51.52 0.00 0.00 0.00 0.00 05:16:53 05:11:01 ens3 0.53 0.43 0.27 0.22 0.00 0.00 0.00 0.00 05:16:53 05:11:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:16:53 05:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:16:53 05:12:01 ens3 14.33 5.90 13.72 0.64 0.00 0.00 0.00 0.00 05:16:53 05:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:16:53 05:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:16:53 05:13:01 ens3 1.17 0.80 0.47 0.36 0.00 0.00 0.00 0.00 05:16:53 05:13:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:16:53 05:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:16:53 05:14:01 ens3 0.38 0.13 0.10 0.01 0.00 0.00 0.00 0.00 05:16:53 05:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:16:53 05:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:16:53 05:15:01 ens3 1.25 0.28 0.20 0.08 0.00 0.00 0.00 0.00 05:16:53 05:15:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:16:53 05:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:16:53 05:16:01 ens3 1.45 0.88 0.65 0.49 0.00 0.00 0.00 0.00 05:16:53 05:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:16:53 05:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:16:53 Average: ens3 110.73 67.14 1178.35 21.11 0.00 0.00 0.00 0.00 05:16:53 Average: lo 1.14 1.14 0.11 0.11 0.00 0.00 0.00 0.00 05:16:53 Average: docker0 12.21 15.50 0.98 130.45 0.00 0.00 0.00 0.00 05:16:53 05:16:53 05:16:53 ---> sar -P ALL: 05:16:53 Linux 5.4.0-94-generic (prd-ubuntu20-04-docker-8c-8g-235) 05/27/22 _x86_64_ (8 CPU) 05:16:53 05:16:53 05:06:52 LINUX RESTART (8 CPU) 05:16:53 05:16:53 05:07:01 CPU %user %nice %system %iowait %steal %idle 05:16:53 05:08:02 all 10.91 0.00 4.23 1.91 0.10 82.85 05:16:53 05:08:02 0 9.27 0.00 4.19 1.88 0.08 84.58 05:16:53 05:08:02 1 12.71 0.00 4.71 2.25 0.10 80.23 05:16:53 05:08:02 2 9.03 0.00 3.99 2.12 0.08 84.77 05:16:53 05:08:02 3 6.84 0.00 3.94 5.04 0.12 84.06 05:16:53 05:08:02 4 12.45 0.00 4.07 0.29 0.10 83.09 05:16:53 05:08:02 5 12.57 0.00 3.44 0.83 0.10 83.07 05:16:53 05:08:02 6 9.37 0.00 4.30 1.43 0.10 84.79 05:16:53 05:08:02 7 15.06 0.00 5.23 1.44 0.14 78.14 05:16:53 05:09:01 all 35.69 0.00 6.59 0.62 0.14 56.96 05:16:53 05:09:01 0 34.68 0.00 6.22 0.74 0.14 58.22 05:16:53 05:09:01 1 36.61 0.00 6.55 0.07 0.14 56.64 05:16:53 05:09:01 2 36.26 0.00 7.23 2.59 0.14 53.78 05:16:53 05:09:01 3 36.23 0.00 6.85 0.45 0.14 56.34 05:16:53 05:09:01 4 34.17 0.00 7.25 0.10 0.12 58.36 05:16:53 05:09:01 5 35.91 0.00 6.16 0.15 0.15 57.63 05:16:53 05:09:01 6 35.95 0.00 6.34 0.69 0.12 56.90 05:16:53 05:09:01 7 35.68 0.00 6.14 0.19 0.14 57.86 05:16:53 05:10:01 all 4.29 0.00 1.64 0.58 0.04 93.46 05:16:53 05:10:01 0 3.60 0.00 1.98 3.70 0.05 90.67 05:16:53 05:10:01 1 3.78 0.00 1.51 0.05 0.03 94.63 05:16:53 05:10:01 2 5.84 0.00 1.97 0.03 0.03 92.12 05:16:53 05:10:01 3 4.29 0.00 2.00 0.15 0.05 93.51 05:16:53 05:10:01 4 3.96 0.00 1.50 0.02 0.03 94.48 05:16:53 05:10:01 5 5.18 0.00 1.19 0.26 0.05 93.32 05:16:53 05:10:01 6 4.01 0.00 1.32 0.03 0.03 94.60 05:16:53 05:10:01 7 3.61 0.00 1.65 0.37 0.05 94.32 05:16:53 05:11:01 all 0.24 0.00 0.02 0.00 0.00 99.73 05:16:53 05:11:01 0 0.07 0.00 0.00 0.03 0.00 99.90 05:16:53 05:11:01 1 0.00 0.00 0.02 0.00 0.00 99.98 05:16:53 05:11:01 2 0.03 0.00 0.00 0.00 0.00 99.97 05:16:53 05:11:01 3 0.03 0.00 0.02 0.00 0.00 99.95 05:16:53 05:11:01 4 0.00 0.00 0.00 0.00 0.00 100.00 05:16:53 05:11:01 5 1.73 0.00 0.08 0.00 0.02 98.17 05:16:53 05:11:01 6 0.02 0.00 0.02 0.00 0.02 99.95 05:16:53 05:11:01 7 0.03 0.00 0.00 0.00 0.00 99.97 05:16:53 05:12:01 all 0.05 0.00 0.03 0.00 0.01 99.91 05:16:53 05:12:01 0 0.02 0.00 0.03 0.02 0.00 99.93 05:16:53 05:12:01 1 0.03 0.00 0.00 0.00 0.02 99.95 05:16:53 05:12:01 2 0.03 0.00 0.05 0.00 0.02 99.90 05:16:53 05:12:01 3 0.02 0.00 0.02 0.00 0.00 99.97 05:16:53 05:12:01 4 0.05 0.00 0.02 0.00 0.02 99.92 05:16:53 05:12:01 5 0.10 0.00 0.02 0.00 0.02 99.87 05:16:53 05:12:01 6 0.05 0.00 0.00 0.00 0.00 99.95 05:16:53 05:12:01 7 0.07 0.00 0.08 0.00 0.02 99.83 05:16:53 05:13:01 all 0.01 0.00 0.01 0.01 0.00 99.97 05:16:53 05:13:01 0 0.00 0.00 0.02 0.00 0.00 99.98 05:16:53 05:13:01 1 0.02 0.00 0.02 0.00 0.00 99.97 05:16:53 05:13:01 2 0.00 0.00 0.00 0.00 0.00 100.00 05:16:53 05:13:01 3 0.00 0.00 0.03 0.00 0.00 99.97 05:16:53 05:13:01 4 0.02 0.00 0.00 0.00 0.00 99.98 05:16:53 05:13:01 5 0.03 0.00 0.03 0.00 0.00 99.93 05:16:53 05:13:01 6 0.00 0.00 0.00 0.00 0.00 100.00 05:16:53 05:13:01 7 0.03 0.00 0.00 0.07 0.00 99.90 05:16:53 05:14:01 all 0.04 0.00 0.02 0.00 0.00 99.93 05:16:53 05:14:01 0 0.05 0.00 0.07 0.00 0.00 99.88 05:16:53 05:14:01 1 0.02 0.00 0.00 0.00 0.00 99.98 05:16:53 05:14:01 2 0.03 0.00 0.03 0.00 0.00 99.93 05:16:53 05:14:01 3 0.02 0.00 0.02 0.00 0.02 99.95 05:16:53 05:14:01 4 0.05 0.00 0.02 0.00 0.00 99.93 05:16:53 05:14:01 5 0.03 0.00 0.03 0.00 0.02 99.92 05:16:53 05:14:01 6 0.03 0.00 0.02 0.00 0.00 99.95 05:16:53 05:14:01 7 0.05 0.00 0.00 0.03 0.00 99.92 05:16:53 05:15:01 all 0.02 0.00 0.01 0.00 0.00 99.96 05:16:53 05:15:01 0 0.00 0.00 0.02 0.02 0.02 99.95 05:16:53 05:15:01 1 0.02 0.00 0.02 0.00 0.00 99.97 05:16:53 05:15:01 2 0.00 0.00 0.00 0.00 0.00 100.00 05:16:53 05:15:01 3 0.02 0.00 0.02 0.00 0.00 99.97 05:16:53 05:15:01 4 0.00 0.00 0.02 0.00 0.00 99.98 05:16:53 05:15:01 5 0.07 0.00 0.02 0.00 0.02 99.90 05:16:53 05:15:01 6 0.02 0.00 0.02 0.00 0.00 99.97 05:16:53 05:15:01 7 0.05 0.00 0.02 0.00 0.00 99.93 05:16:53 05:16:01 all 0.03 0.00 0.02 0.00 0.00 99.95 05:16:53 05:16:01 0 0.03 0.00 0.03 0.02 0.00 99.92 05:16:53 05:16:01 1 0.00 0.00 0.00 0.00 0.00 100.00 05:16:53 05:16:01 2 0.03 0.00 0.02 0.00 0.02 99.93 05:16:53 05:16:01 3 0.02 0.00 0.02 0.00 0.00 99.97 05:16:53 05:16:01 4 0.02 0.00 0.00 0.00 0.00 99.98 05:16:53 05:16:01 5 0.03 0.00 0.07 0.00 0.00 99.90 05:16:53 05:16:01 6 0.02 0.00 0.00 0.00 0.02 99.97 05:16:53 05:16:01 7 0.07 0.00 0.02 0.02 0.00 99.90 05:16:53 Average: all 5.59 0.00 1.38 0.35 0.03 92.65 05:16:53 Average: 0 5.20 0.00 1.38 0.71 0.03 92.68 05:16:53 Average: 1 5.80 0.00 1.40 0.26 0.03 92.51 05:16:53 Average: 2 5.59 0.00 1.46 0.52 0.03 92.40 05:16:53 Average: 3 5.17 0.00 1.41 0.62 0.04 92.76 05:16:53 Average: 4 5.52 0.00 1.40 0.04 0.03 93.00 05:16:53 Average: 5 6.10 0.00 1.21 0.14 0.04 92.52 05:16:53 Average: 6 5.39 0.00 1.31 0.24 0.03 93.03 05:16:53 Average: 7 5.96 0.00 1.44 0.23 0.04 92.34 05:16:53 05:16:53 05:16:53