Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 4bd3e3f348316c3d3f0178918439f0265993f5e7 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-ssh11760508794276350753.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 2c7614b56cb57ece5b5bdf52d827492071d4cc62 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-ssh18130207953336699733.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 2c7614b56cb57ece5b5bdf52d827492071d4cc62 The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/device-snmp-go/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-snmp-go/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh17134042438215142472.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 2c7614b56cb57ece5b5bdf52d827492071d4cc62 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 2c7614b56cb57ece5b5bdf52d827492071d4cc62 # timeout=10 Commit message: "Merge pull request #399 from ernestojeda/fix-go-mod-version" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh17182319972628064969.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 > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/device-snmp-go/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-snmp-go/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh13150897521418109092.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 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 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 SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-16066 in /w/workspace/edgexfoundry_device-snmp-go_main [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/edgexfoundry_device-snmp-go_main # 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 Avoid second fetch Checking out Revision 4bd3e3f348316c3d3f0178918439f0265993f5e7 (main) > 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 core.sparsecheckout # timeout=10 > git checkout -f 4bd3e3f348316c3d3f0178918439f0265993f5e7 # timeout=10 Commit message: "Merge pull request #180 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go/v2-2.2.1-dev.10" > git rev-list --no-walk de36933a196ec2e5ea0c5601bc2b4d4bfd93191e # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2022-06-27T05:45:18.784Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2022-06-27T05:45:18.823Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2022-06-27T05:45:18.838Z] ========================================================= [2022-06-27T05:45:18.838Z] EdgeX Global Pipelines Version Info [2022-06-27T05:45:18.838Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2022-06-27T05:45:19.594Z] ------------------- [2022-06-27T05:45:19.594Z] stable info: [2022-06-27T05:45:19.594Z] ------------------- [2022-06-27T05:45:19.594Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-06-27T05:45:19.594Z] Commit SHA: 2c7614b56cb57ece5b5bdf52d827492071d4cc62 [2022-06-27T05:45:19.594Z] Message: update stable to v1.0.234 [2022-06-27T05:45:20.167Z] ------------------- [2022-06-27T05:45:20.167Z] experimental info: [2022-06-27T05:45:20.167Z] ------------------- [2022-06-27T05:45:20.167Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2022-06-27T05:45:20.167Z] Commit SHA: 2c7614b56cb57ece5b5bdf52d827492071d4cc62 [2022-06-27T05:45:20.167Z] Message: update experimental to v1.0.234 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2022-06-27T05:45:20.437Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-snmp-go-settings [Pipeline] echo [2022-06-27T05:45:20.448Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-snmp-go [Pipeline] echo [2022-06-27T05:45:20.459Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2022-06-27T05:45:20.470Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2022-06-27T05:45:20.481Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2022-06-27T05:45:20.493Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.17 [Pipeline] echo [2022-06-27T05:45:20.502Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2022-06-27T05:45:20.512Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2022-06-27T05:45:20.523Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2022-06-27T05:45:20.534Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2022-06-27T05:45:20.544Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2022-06-27T05:45:20.555Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-snmp [Pipeline] echo [2022-06-27T05:45:20.570Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2022-06-27T05:45:20.583Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2022-06-27T05:45:20.593Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2022-06-27T05:45:20.604Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2022-06-27T05:45:20.615Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2022-06-27T05:45:20.625Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2022-06-27T05:45:20.636Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2022-06-27T05:45:20.647Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2022-06-27T05:45:20.658Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2022-06-27T05:45:20.669Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2022-06-27T05:45:20.679Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2022-06-27T05:45:20.690Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2022-06-27T05:45:20.701Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2022-06-27T05:45:20.712Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2022-06-27T05:45:20.723Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2022-06-27T05:45:20.740Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2022-06-27T05:45:20.750Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2022-06-27T05:45:20.761Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2022-06-27T05:45:20.772Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 4bd3e3f348316c3d3f0178918439f0265993f5e7 [Pipeline] echo [2022-06-27T05:45:20.783Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 4bd3e3f [Pipeline] echo [2022-06-27T05:45:20.794Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-06-27T05:45:20.831Z] provisioning config files... [2022-06-27T05:45:20.846Z] copy managed file [device-snmp-go-settings] to file:/w/workspace/edgexfoundry_device-snmp-go_main@tmp/config1205474554904365302tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-06-27T05:45:21.182Z] ---> docker-login.sh [2022-06-27T05:45:21.182Z] nexus3.edgexfoundry.org:10001 [2022-06-27T05:45:21.444Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-27T05:45:21.444Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-27T05:45:21.444Z] Configure a credential helper to remove this warning. See [2022-06-27T05:45:21.444Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-27T05:45:21.444Z] [2022-06-27T05:45:21.444Z] Login Succeeded [2022-06-27T05:45:21.444Z] nexus3.edgexfoundry.org:10002 [2022-06-27T05:45:21.706Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-27T05:45:21.706Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-27T05:45:21.706Z] Configure a credential helper to remove this warning. See [2022-06-27T05:45:21.706Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-27T05:45:21.706Z] [2022-06-27T05:45:21.706Z] Login Succeeded [2022-06-27T05:45:21.706Z] nexus3.edgexfoundry.org:10003 [2022-06-27T05:45:21.706Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-27T05:45:21.706Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-27T05:45:21.706Z] Configure a credential helper to remove this warning. See [2022-06-27T05:45:21.706Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-27T05:45:21.706Z] [2022-06-27T05:45:21.706Z] Login Succeeded [2022-06-27T05:45:21.706Z] nexus3.edgexfoundry.org:10004 [2022-06-27T05:45:21.967Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-27T05:45:21.967Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-27T05:45:21.967Z] Configure a credential helper to remove this warning. See [2022-06-27T05:45:21.967Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-27T05:45:21.967Z] [2022-06-27T05:45:21.967Z] Login Succeeded [2022-06-27T05:45:21.967Z] docker.io [2022-06-27T05:45:21.968Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-27T05:45:22.543Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-27T05:45:22.543Z] Configure a credential helper to remove this warning. See [2022-06-27T05:45:22.543Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-27T05:45:22.543Z] [2022-06-27T05:45:22.543Z] Login Succeeded [2022-06-27T05:45:22.543Z] ---> docker-login.sh ends [Pipeline] } [2022-06-27T05:45:22.553Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2022-06-27T05:45:22.907Z] + git rev-list -1 --merges 4bd3e3f348316c3d3f0178918439f0265993f5e7~1..4bd3e3f348316c3d3f0178918439f0265993f5e7 [Pipeline] echo [2022-06-27T05:45:22.932Z] -----------> git rev-list -1 --merges 4bd3e3f348316c3d3f0178918439f0265993f5e7~1..4bd3e3f348316c3d3f0178918439f0265993f5e7 4bd3e3f348316c3d3f0178918439f0265993f5e7 [2022-06-27T05:45:22.932Z] 4bd3e3f348316c3d3f0178918439f0265993f5e7 [false] [Pipeline] sh [2022-06-27T05:45:23.220Z] + git log --format=format:%s -1 4bd3e3f348316c3d3f0178918439f0265993f5e7 [Pipeline] echo [2022-06-27T05:45:23.236Z] ========================================================= [2022-06-27T05:45:23.236Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2022-06-27T05:45:23.236Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-06-27T05:45:23.581Z] + git log --format=format:%s -1 4bd3e3f348316c3d3f0178918439f0265993f5e7 [Pipeline] echo [2022-06-27T05:45:23.595Z] [semverPrep] GIT_COMMIT: 4bd3e3f348316c3d3f0178918439f0265993f5e7, Commit Message: Merge pull request #180 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go/v2-2.2.1-dev.10 [Pipeline] echo [2022-06-27T05:45:23.606Z] [semverPrep] This is not a build commit. [Pipeline] sh [2022-06-27T05:45:23.989Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-06-27T05:45:23.989Z] + grep -v github /etc/ssh/ssh_known_hosts [2022-06-27T05:45:23.989Z] + [ -e /tmp/ssh_known_hosts ] [2022-06-27T05:45:23.989Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2022-06-27T05:45:23.989Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2022-06-27T05:45:23.989Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2022-06-27T05:45:23.989Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-27T05:45:24.412Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-06-27T05:45:24.412Z] [2022-06-27T05:45:24.412Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-27T05:45:24.717Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-06-27T05:45:24.718Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2022-06-27T05:45:24.718Z] 42c077c10790: Pulling fs layer [2022-06-27T05:45:24.718Z] f63e77b7563a: Pulling fs layer [2022-06-27T05:45:24.718Z] bd5fdadae976: Pulling fs layer [2022-06-27T05:45:24.718Z] 205491f53016: Pulling fs layer [2022-06-27T05:45:24.718Z] df18705c85c3: Pulling fs layer [2022-06-27T05:45:24.718Z] bdb3f477010e: Pulling fs layer [2022-06-27T05:45:24.718Z] 205491f53016: Waiting [2022-06-27T05:45:24.718Z] df18705c85c3: Waiting [2022-06-27T05:45:24.718Z] c8a8fc8e1c8f: Pulling fs layer [2022-06-27T05:45:24.718Z] 2c6e9b1d212d: Pulling fs layer [2022-06-27T05:45:24.718Z] bdb8f0575790: Pulling fs layer [2022-06-27T05:45:24.718Z] c8a8fc8e1c8f: Waiting [2022-06-27T05:45:24.718Z] 2c6e9b1d212d: Waiting [2022-06-27T05:45:24.718Z] bdb3f477010e: Waiting [2022-06-27T05:45:24.718Z] bdb8f0575790: Waiting [2022-06-27T05:45:24.718Z] 386e3cb2ff24: Pulling fs layer [2022-06-27T05:45:24.718Z] 2343380bae48: Pulling fs layer [2022-06-27T05:45:24.718Z] 2343380bae48: Waiting [2022-06-27T05:45:24.718Z] 386e3cb2ff24: Waiting [2022-06-27T05:45:24.718Z] f63e77b7563a: Download complete [2022-06-27T05:45:24.718Z] 205491f53016: Verifying Checksum [2022-06-27T05:45:24.718Z] 205491f53016: Download complete [2022-06-27T05:45:24.978Z] bd5fdadae976: Verifying Checksum [2022-06-27T05:45:24.978Z] bd5fdadae976: Download complete [2022-06-27T05:45:24.978Z] df18705c85c3: Verifying Checksum [2022-06-27T05:45:24.978Z] df18705c85c3: Download complete [2022-06-27T05:45:24.978Z] bdb3f477010e: Download complete [2022-06-27T05:45:24.978Z] 2c6e9b1d212d: Verifying Checksum [2022-06-27T05:45:24.978Z] 2c6e9b1d212d: Download complete [2022-06-27T05:45:24.978Z] bdb8f0575790: Download complete [2022-06-27T05:45:24.978Z] 386e3cb2ff24: Verifying Checksum [2022-06-27T05:45:24.978Z] 386e3cb2ff24: Download complete [2022-06-27T05:45:24.978Z] 2343380bae48: Download complete [2022-06-27T05:45:24.978Z] 42c077c10790: Verifying Checksum [2022-06-27T05:45:24.978Z] 42c077c10790: Download complete [2022-06-27T05:45:25.241Z] c8a8fc8e1c8f: Download complete [2022-06-27T05:45:26.624Z] 42c077c10790: Pull complete [2022-06-27T05:45:26.624Z] f63e77b7563a: Pull complete [2022-06-27T05:45:26.884Z] bd5fdadae976: Pull complete [2022-06-27T05:45:27.145Z] 205491f53016: Pull complete [2022-06-27T05:45:27.405Z] df18705c85c3: Pull complete [2022-06-27T05:45:27.405Z] bdb3f477010e: Pull complete [2022-06-27T05:45:29.317Z] c8a8fc8e1c8f: Pull complete [2022-06-27T05:45:29.578Z] 2c6e9b1d212d: Pull complete [2022-06-27T05:45:29.578Z] bdb8f0575790: Pull complete [2022-06-27T05:45:29.845Z] 386e3cb2ff24: Pull complete [2022-06-27T05:45:29.845Z] 2343380bae48: Pull complete [2022-06-27T05:45:29.845Z] Digest: sha256:c3bf284c02da7271302b7a373f1d48320b54229aa5119b2a29c7f8015e6a9264 [2022-06-27T05:45:29.845Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-06-27T05:45:29.845Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-06-27T05:45:29.945Z] prd-ubuntu20.04-docker-8c-8g-16066 does not seem to be running inside a container [2022-06-27T05:45:29.987Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-snmp-go_main -v /w/workspace/edgexfoundry_device-snmp-go_main:/w/workspace/edgexfoundry_device-snmp-go_main:rw,z -v /w/workspace/edgexfoundry_device-snmp-go_main@tmp:/w/workspace/edgexfoundry_device-snmp-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2022-06-27T05:45:31.476Z] $ docker top 3cca7bd3d506c1c32bdd612d51eb72d43051b9ef9d25687b985b39811dcd4020 -eo pid,comm [2022-06-27T05:45:31.546Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2022-06-27T05:45:31.546Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-06-27T05:45:31.581Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-06-27T05:45:31.581Z] [ssh-agent] Looking for ssh-agent implementation... [2022-06-27T05:45:31.714Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-06-27T05:45:31.720Z] $ docker exec 3cca7bd3d506c1c32bdd612d51eb72d43051b9ef9d25687b985b39811dcd4020 ssh-agent [2022-06-27T05:45:31.849Z] SSH_AUTH_SOCK=/tmp/ssh-53bnTnaWdXFv/agent.33 [2022-06-27T05:45:31.849Z] SSH_AGENT_PID=39 [2022-06-27T05:45:31.856Z] Running ssh-add (command line suppressed) [2022-06-27T05:45:31.972Z] Identity added: /w/workspace/edgexfoundry_device-snmp-go_main@tmp/private_key_1156114579161587871.key (/w/workspace/edgexfoundry_device-snmp-go_main@tmp/private_key_1156114579161587871.key) [2022-06-27T05:45:31.991Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-06-27T05:45:32.283Z] + git tag --points-at HEAD [Pipeline] } [2022-06-27T05:45:32.304Z] $ docker exec --env ******** --env ******** 3cca7bd3d506c1c32bdd612d51eb72d43051b9ef9d25687b985b39811dcd4020 ssh-agent -k [2022-06-27T05:45:32.417Z] unset SSH_AUTH_SOCK; [2022-06-27T05:45:32.418Z] unset SSH_AGENT_PID; [2022-06-27T05:45:32.418Z] echo Agent pid 39 killed; [2022-06-27T05:45:32.430Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2022-06-27T05:45:32.454Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-06-27T05:45:32.454Z] [ssh-agent] Looking for ssh-agent implementation... [2022-06-27T05:45:32.576Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-06-27T05:45:32.581Z] $ docker exec 3cca7bd3d506c1c32bdd612d51eb72d43051b9ef9d25687b985b39811dcd4020 ssh-agent [2022-06-27T05:45:32.709Z] SSH_AUTH_SOCK=/tmp/ssh-yzTmzyeIozme/agent.73 [2022-06-27T05:45:32.709Z] SSH_AGENT_PID=79 [2022-06-27T05:45:32.714Z] Running ssh-add (command line suppressed) [2022-06-27T05:45:32.840Z] Identity added: /w/workspace/edgexfoundry_device-snmp-go_main@tmp/private_key_1488381994754386165.key (/w/workspace/edgexfoundry_device-snmp-go_main@tmp/private_key_1488381994754386165.key) [2022-06-27T05:45:32.856Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-06-27T05:45:33.151Z] + git semver init [2022-06-27T05:45:33.411Z] 2022-06-27 05:45:33,381 [run_init] DEBUG init version:0.0.0 force:False [2022-06-27T05:45:33.411Z] 2022-06-27 05:45:33,382 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_device-snmp-go_main/.semver [2022-06-27T05:45:33.411Z] 2022-06-27 05:45:33,382 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-snmp-go.git /w/workspace/edgexfoundry_device-snmp-go_main/.semver [2022-06-27T05:45:33.411Z] 2022-06-27 05:45:33,382 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-snmp-go.git', '/w/workspace/edgexfoundry_device-snmp-go_main/.semver'], cwd=/w/workspace/edgexfoundry_device-snmp-go_main, universal_newlines=False, shell=None, istream=None) [2022-06-27T05:45:34.357Z] 2022-06-27 05:45:34,122 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_device-snmp-go_main/.git/info/exclude [2022-06-27T05:45:34.357Z] 2022-06-27 05:45:34,123 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_device-snmp-go_main/.semver/main with force:False [2022-06-27T05:45:34.358Z] 2022-06-27 05:45:34,123 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-snmp-go_main/.semver/main [2022-06-27T05:45:34.358Z] 2022-06-27 05:45:34,123 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-snmp-go_main/.semver/main [2022-06-27T05:45:34.358Z] 2.2.1-dev.4 [Pipeline] } [2022-06-27T05:45:34.372Z] $ docker exec --env ******** --env ******** 3cca7bd3d506c1c32bdd612d51eb72d43051b9ef9d25687b985b39811dcd4020 ssh-agent -k [2022-06-27T05:45:34.503Z] unset SSH_AUTH_SOCK; [2022-06-27T05:45:34.503Z] unset SSH_AGENT_PID; [2022-06-27T05:45:34.504Z] echo Agent pid 79 killed; [2022-06-27T05:45:34.515Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-06-27T05:45:34.821Z] + git semver [Pipeline] } [2022-06-27T05:45:35.100Z] $ docker stop --time=1 3cca7bd3d506c1c32bdd612d51eb72d43051b9ef9d25687b985b39811dcd4020 [2022-06-27T05:45:36.421Z] $ docker rm -f 3cca7bd3d506c1c32bdd612d51eb72d43051b9ef9d25687b985b39811dcd4020 [Pipeline] // withDockerContainer [Pipeline] sh [2022-06-27T05:45:36.782Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2022-06-27T05:45:37.046Z] Stashed 1 file(s) [Pipeline] echo [2022-06-27T05:45:37.049Z] [edgeXSemver]: initialized semver on version 2.2.1-dev.4 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-06-27T05:45:37.190Z] provisioning config files... [2022-06-27T05:45:37.201Z] copy managed file [device-snmp-go-settings] to file:/w/workspace/edgexfoundry_device-snmp-go_main@tmp/config2472957773868411250tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-06-27T05:45:37.495Z] ---> docker-login.sh [2022-06-27T05:45:37.495Z] nexus3.edgexfoundry.org:10001 [2022-06-27T05:45:37.495Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-27T05:45:37.495Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-27T05:45:37.495Z] Configure a credential helper to remove this warning. See [2022-06-27T05:45:37.495Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-27T05:45:37.495Z] [2022-06-27T05:45:37.495Z] Login Succeeded [2022-06-27T05:45:37.495Z] nexus3.edgexfoundry.org:10002 [2022-06-27T05:45:37.755Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-27T05:45:37.755Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-27T05:45:37.755Z] Configure a credential helper to remove this warning. See [2022-06-27T05:45:37.755Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-27T05:45:37.755Z] [2022-06-27T05:45:37.755Z] Login Succeeded [2022-06-27T05:45:37.755Z] nexus3.edgexfoundry.org:10003 [2022-06-27T05:45:37.755Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-27T05:45:37.755Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-27T05:45:37.755Z] Configure a credential helper to remove this warning. See [2022-06-27T05:45:37.755Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-27T05:45:37.755Z] [2022-06-27T05:45:37.755Z] Login Succeeded [2022-06-27T05:45:37.755Z] nexus3.edgexfoundry.org:10004 [2022-06-27T05:45:38.016Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-27T05:45:38.016Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-27T05:45:38.016Z] Configure a credential helper to remove this warning. See [2022-06-27T05:45:38.016Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-27T05:45:38.016Z] [2022-06-27T05:45:38.016Z] Login Succeeded [2022-06-27T05:45:38.016Z] docker.io [2022-06-27T05:45:38.016Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-27T05:45:38.277Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-27T05:45:38.277Z] Configure a credential helper to remove this warning. See [2022-06-27T05:45:38.277Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-27T05:45:38.277Z] [2022-06-27T05:45:38.277Z] Login Succeeded [2022-06-27T05:45:38.277Z] ---> docker-login.sh ends [Pipeline] } [2022-06-27T05:45:38.285Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-06-27T05:45:38.348Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-06-27T05:45:38.363Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-06-27T05:45:38.372Z] ========================================================= [2022-06-27T05:45:38.372Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine] [2022-06-27T05:45:38.372Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-27T05:45:38.699Z] + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine --build-arg MAKE=echo noop --target=builder . [2022-06-27T05:45:38.699Z] Sending build context to Docker daemon 5.389MB [2022-06-27T05:45:38.699Z] Step 1/12 : ARG BASE=golang:1.17-alpine3.15 [2022-06-27T05:45:38.699Z] Step 2/12 : FROM ${BASE} AS builder [2022-06-27T05:45:38.699Z] 1.17-alpine: Pulling from edgex-devops/edgex-golang-base [2022-06-27T05:45:38.699Z] 59bf1c3509f3: Pulling fs layer [2022-06-27T05:45:38.699Z] 666ba61612fd: Pulling fs layer [2022-06-27T05:45:38.699Z] 8ed8ca486205: Pulling fs layer [2022-06-27T05:45:38.699Z] cc1cd167ecdc: Pulling fs layer [2022-06-27T05:45:38.699Z] c516ae0d96e1: Pulling fs layer [2022-06-27T05:45:38.699Z] 684cea983483: Pulling fs layer [2022-06-27T05:45:38.699Z] dd3240ac7de5: Pulling fs layer [2022-06-27T05:45:38.699Z] b1e948a4e11c: Pulling fs layer [2022-06-27T05:45:38.699Z] a8fd76ee1af6: Pulling fs layer [2022-06-27T05:45:38.699Z] 646ad004c059: Pulling fs layer [2022-06-27T05:45:38.699Z] c516ae0d96e1: Waiting [2022-06-27T05:45:38.699Z] 684cea983483: Waiting [2022-06-27T05:45:38.699Z] dd3240ac7de5: Waiting [2022-06-27T05:45:38.699Z] b1e948a4e11c: Waiting [2022-06-27T05:45:38.699Z] a8fd76ee1af6: Waiting [2022-06-27T05:45:38.699Z] 646ad004c059: Waiting [2022-06-27T05:45:38.699Z] 8ed8ca486205: Download complete [2022-06-27T05:45:38.699Z] 666ba61612fd: Download complete [2022-06-27T05:45:38.959Z] c516ae0d96e1: Verifying Checksum [2022-06-27T05:45:38.959Z] c516ae0d96e1: Download complete [2022-06-27T05:45:38.959Z] 684cea983483: Download complete [2022-06-27T05:45:38.959Z] 59bf1c3509f3: Verifying Checksum [2022-06-27T05:45:38.959Z] 59bf1c3509f3: Download complete [2022-06-27T05:45:38.959Z] dd3240ac7de5: Verifying Checksum [2022-06-27T05:45:38.959Z] dd3240ac7de5: Download complete [2022-06-27T05:45:38.959Z] b1e948a4e11c: Verifying Checksum [2022-06-27T05:45:38.959Z] b1e948a4e11c: Download complete [2022-06-27T05:45:38.959Z] 59bf1c3509f3: Pull complete [2022-06-27T05:45:39.219Z] 666ba61612fd: Pull complete [2022-06-27T05:45:39.219Z] 8ed8ca486205: Pull complete [2022-06-27T05:45:39.480Z] 646ad004c059: Verifying Checksum [2022-06-27T05:45:39.480Z] 646ad004c059: Download complete [2022-06-27T05:45:39.480Z] a8fd76ee1af6: Verifying Checksum [2022-06-27T05:45:39.480Z] a8fd76ee1af6: Download complete [2022-06-27T05:45:39.740Z] cc1cd167ecdc: Verifying Checksum [2022-06-27T05:45:39.740Z] cc1cd167ecdc: Download complete [2022-06-27T05:45:43.938Z] cc1cd167ecdc: Pull complete [2022-06-27T05:45:43.938Z] c516ae0d96e1: Pull complete [2022-06-27T05:45:43.938Z] 684cea983483: Pull complete [2022-06-27T05:45:43.939Z] dd3240ac7de5: Pull complete [2022-06-27T05:45:44.198Z] b1e948a4e11c: Pull complete [2022-06-27T05:45:46.739Z] a8fd76ee1af6: Pull complete [2022-06-27T05:45:47.309Z] 646ad004c059: Pull complete [2022-06-27T05:45:47.309Z] Digest: sha256:bc8ce28cadebfaa099e5330588345fe90134e4027cf71364bfd2aff1e7ff8c16 [2022-06-27T05:45:47.309Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [2022-06-27T05:45:47.309Z] ---> 8f69c11f6b0c [2022-06-27T05:45:47.309Z] Step 3/12 : ARG MAKE='make build' [2022-06-27T05:45:49.227Z] ---> Running in 79f28ee9e736 [2022-06-27T05:45:49.489Z] Removing intermediate container 79f28ee9e736 [2022-06-27T05:45:49.489Z] ---> bd84aa72ce12 [2022-06-27T05:45:49.489Z] Step 4/12 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" [2022-06-27T05:45:49.489Z] ---> Running in cf7761856ab1 [2022-06-27T05:45:49.489Z] Removing intermediate container cf7761856ab1 [2022-06-27T05:45:49.489Z] ---> 676aad7f6d69 [2022-06-27T05:45:49.489Z] Step 5/12 : ARG ALPINE_PKG_EXTRA="" [2022-06-27T05:45:49.489Z] ---> Running in 8578d4741037 [2022-06-27T05:45:49.749Z] Removing intermediate container 8578d4741037 [2022-06-27T05:45:49.749Z] ---> e8085865fb6b [2022-06-27T05:45:49.749Z] Step 6/12 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-06-27T05:45:49.749Z] ---> Running in ad447de4100c [2022-06-27T05:45:50.321Z] Removing intermediate container ad447de4100c [2022-06-27T05:45:50.321Z] ---> df0dc3ace515 [2022-06-27T05:45:50.321Z] Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-06-27T05:45:50.321Z] ---> Running in 0c3a62991156 [2022-06-27T05:45:50.580Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-06-27T05:45:51.530Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-06-27T05:45:51.794Z] (1/4) Installing openssh-keygen (8.8_p1-r1) [2022-06-27T05:45:51.794Z] (2/4) Installing libedit (20210910.3.1-r0) [2022-06-27T05:45:51.794Z] (3/4) Installing openssh-client-common (8.8_p1-r1) [2022-06-27T05:45:52.055Z] (4/4) Installing openssh-client-default (8.8_p1-r1) [2022-06-27T05:45:52.055Z] Executing busybox-1.34.1-r3.trigger [2022-06-27T05:45:52.055Z] OK: 224 MiB in 56 packages [2022-06-27T05:45:52.149Z] Still waiting to schedule task [2022-06-27T05:45:52.149Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2022-06-27T05:45:52.626Z] Removing intermediate container 0c3a62991156 [2022-06-27T05:45:52.626Z] ---> 182eb00855a6 [2022-06-27T05:45:52.626Z] Step 8/12 : WORKDIR /device-snmp-go [2022-06-27T05:45:52.626Z] ---> Running in 74fdfc9bf034 [2022-06-27T05:45:52.626Z] Removing intermediate container 74fdfc9bf034 [2022-06-27T05:45:52.626Z] ---> abedbb3833d3 [2022-06-27T05:45:52.626Z] Step 9/12 : COPY go.mod vendor* ./ [2022-06-27T05:45:52.889Z] ---> 2d3eee14f3dc [2022-06-27T05:45:52.889Z] Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-06-27T05:45:52.889Z] ---> Running in 68c398c27f5d [2022-06-27T05:46:11.011Z] Removing intermediate container 68c398c27f5d [2022-06-27T05:46:11.011Z] ---> e7d3606b0195 [2022-06-27T05:46:11.011Z] Step 11/12 : COPY . . [2022-06-27T05:46:11.011Z] ---> 2fdcad853247 [2022-06-27T05:46:11.011Z] Step 12/12 : RUN ${MAKE} [2022-06-27T05:46:11.011Z] ---> Running in cda37fa4f358 [2022-06-27T05:46:11.011Z] noop [2022-06-27T05:46:11.011Z] Removing intermediate container cda37fa4f358 [2022-06-27T05:46:11.011Z] ---> b6e924b65cdc [2022-06-27T05:46:11.011Z] Successfully built b6e924b65cdc [2022-06-27T05:46:11.011Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-27T05:46:11.342Z] + docker inspect -f . ci-base-image-x86_64 [2022-06-27T05:46:11.342Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-06-27T05:46:11.419Z] prd-ubuntu20.04-docker-8c-8g-16066 does not seem to be running inside a container [2022-06-27T05:46:11.447Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_device-snmp-go_main -v /w/workspace/edgexfoundry_device-snmp-go_main:/w/workspace/edgexfoundry_device-snmp-go_main:rw,z -v /w/workspace/edgexfoundry_device-snmp-go_main@tmp:/w/workspace/edgexfoundry_device-snmp-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2022-06-27T05:46:11.820Z] $ docker top 44f3de65a3d1ee2da51a734ec39a239567d20147700ffaa2c2af1c980d088291 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-06-27T05:46:12.174Z] + go version [2022-06-27T05:46:12.174Z] go version go1.17.7 linux/amd64 [Pipeline] } [2022-06-27T05:46:12.186Z] $ docker stop --time=1 44f3de65a3d1ee2da51a734ec39a239567d20147700ffaa2c2af1c980d088291 [2022-06-27T05:46:13.469Z] $ docker rm -f 44f3de65a3d1ee2da51a734ec39a239567d20147700ffaa2c2af1c980d088291 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-27T05:46:13.900Z] + docker inspect -f . ci-base-image-x86_64 [2022-06-27T05:46:13.900Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-06-27T05:46:14.017Z] prd-ubuntu20.04-docker-8c-8g-16066 does not seem to be running inside a container [2022-06-27T05:46:14.074Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_device-snmp-go_main -v /w/workspace/edgexfoundry_device-snmp-go_main:/w/workspace/edgexfoundry_device-snmp-go_main:rw,z -v /w/workspace/edgexfoundry_device-snmp-go_main@tmp:/w/workspace/edgexfoundry_device-snmp-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2022-06-27T05:46:14.500Z] $ docker top 35f7592ea0a0105e427613321207bb383b49a97c57a092aaec6f9bc801c651ec -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh [2022-06-27T05:46:14.900Z] + make test [2022-06-27T05:46:14.900Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out [2022-06-27T05:46:15.161Z] ? github.com/edgexfoundry/device-snmp-go [no test files] [2022-06-27T05:46:25.143Z] ? github.com/edgexfoundry/device-snmp-go/cmd [no test files] [2022-06-27T05:46:25.143Z] ok github.com/edgexfoundry/device-snmp-go/internal/driver 0.015s coverage: 0.0% of statements [2022-06-27T05:46:33.274Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2022-06-27T05:46:36.571Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-06-27T05:46:36.571Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-06-27T05:46:36.571Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-06-27T05:46:36.861Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-06-27T05:46:36.876Z] $ docker stop --time=1 35f7592ea0a0105e427613321207bb383b49a97c57a092aaec6f9bc801c651ec [2022-06-27T05:46:38.725Z] $ docker rm -f 35f7592ea0a0105e427613321207bb383b49a97c57a092aaec6f9bc801c651ec [Pipeline] // withDockerContainer [Pipeline] sh [2022-06-27T05:46:39.176Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-06-27T05:46:39.223Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2022-06-27T05:46:39.753Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-06-27T05:46:40.046Z] + ls -al . [2022-06-27T05:46:40.046Z] total 168 [2022-06-27T05:46:40.046Z] drwxrwxr-x 9 jenkins jenkins 4096 Jun 27 05:46 . [2022-06-27T05:46:40.046Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 27 05:45 .. [2022-06-27T05:46:40.046Z] -rw-rw-r-- 1 jenkins jenkins 6 Jun 27 05:45 .dockerignore [2022-06-27T05:46:40.046Z] drwxrwxr-x 8 jenkins jenkins 4096 Jun 27 05:45 .git [2022-06-27T05:46:40.046Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 27 05:45 .github [2022-06-27T05:46:40.046Z] -rw-rw-r-- 1 jenkins jenkins 328 Jun 27 05:45 .gitignore [2022-06-27T05:46:40.046Z] -rw-rw-r-- 1 jenkins jenkins 41 Jun 27 05:45 .golangci.yml [2022-06-27T05:46:40.046Z] drwxr-xr-x 3 jenkins jenkins 4096 Jun 27 05:45 .semver [2022-06-27T05:46:40.046Z] -rw-rw-r-- 1 jenkins jenkins 8556 Jun 27 05:45 Attribution.txt [2022-06-27T05:46:40.046Z] -rw-rw-r-- 1 jenkins jenkins 6948 Jun 27 05:45 CHANGELOG.md [2022-06-27T05:46:40.046Z] -rw-rw-r-- 1 jenkins jenkins 1516 Jun 27 05:45 Dockerfile [2022-06-27T05:46:40.046Z] -rw-rw-r-- 1 jenkins jenkins 677 Jun 27 05:45 GOVERNANCE.md [2022-06-27T05:46:40.046Z] -rw-rw-r-- 1 jenkins jenkins 656 Jun 27 05:45 Jenkinsfile [2022-06-27T05:46:40.046Z] -rw-rw-r-- 1 jenkins jenkins 11340 Jun 27 05:45 LICENSE [2022-06-27T05:46:40.046Z] -rw-rw-r-- 1 jenkins jenkins 2334 Jun 27 05:45 Makefile [2022-06-27T05:46:40.046Z] -rw-rw-r-- 1 jenkins jenkins 620 Jun 27 05:45 OWNERS.md [2022-06-27T05:46:40.046Z] -rw-rw-r-- 1 jenkins jenkins 9390 Jun 27 05:45 README.md [2022-06-27T05:46:40.046Z] -rw-rw-r-- 1 jenkins jenkins 11 Jun 27 05:45 VERSION [2022-06-27T05:46:40.046Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 27 05:45 bin [2022-06-27T05:46:40.046Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 27 05:45 cmd [2022-06-27T05:46:40.046Z] -rw-r--r-- 1 jenkins jenkins 7631 Jun 27 05:46 coverage.out [2022-06-27T05:46:40.046Z] -rw-rw-r-- 1 jenkins jenkins 3301 Jun 27 05:45 go.mod [2022-06-27T05:46:40.046Z] -rw-rw-r-- 1 jenkins jenkins 36549 Jun 27 05:45 go.sum [2022-06-27T05:46:40.046Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 27 05:45 internal [2022-06-27T05:46:40.046Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 27 05:45 snap [2022-06-27T05:46:40.046Z] -rw-rw-r-- 1 jenkins jenkins 228 Jun 27 05:45 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-27T05:46:40.359Z] + 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=4bd3e3f348316c3d3f0178918439f0265993f5e7 --label arch=amd64 --label version=2.2.1-dev.4 . [2022-06-27T05:46:40.360Z] Sending build context to Docker daemon 5.398MB [2022-06-27T05:46:40.360Z] Step 1/24 : ARG BASE=golang:1.17-alpine3.15 [2022-06-27T05:46:40.360Z] Step 2/24 : FROM ${BASE} AS builder [2022-06-27T05:46:40.360Z] ---> b6e924b65cdc [2022-06-27T05:46:40.360Z] Step 3/24 : ARG MAKE='make build' [2022-06-27T05:46:40.360Z] ---> Running in 0f7522598745 [2022-06-27T05:46:40.621Z] Removing intermediate container 0f7522598745 [2022-06-27T05:46:40.621Z] ---> 261d55e19c84 [2022-06-27T05:46:40.621Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" [2022-06-27T05:46:40.621Z] ---> Running in 2c9b37b22713 [2022-06-27T05:46:40.621Z] Removing intermediate container 2c9b37b22713 [2022-06-27T05:46:40.621Z] ---> 3ef640542386 [2022-06-27T05:46:40.621Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2022-06-27T05:46:40.883Z] ---> Running in a73550d9b580 [2022-06-27T05:46:40.883Z] Removing intermediate container a73550d9b580 [2022-06-27T05:46:40.883Z] ---> 0b47a1daf35d [2022-06-27T05:46:40.883Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-06-27T05:46:40.883Z] ---> Running in d778803ab670 [2022-06-27T05:46:41.462Z] Removing intermediate container d778803ab670 [2022-06-27T05:46:41.462Z] ---> 628028cf5e33 [2022-06-27T05:46:41.462Z] Step 7/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-06-27T05:46:41.462Z] ---> Running in 62b228cacead [2022-06-27T05:46:41.724Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-06-27T05:46:42.668Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-06-27T05:46:42.929Z] OK: 224 MiB in 56 packages [2022-06-27T05:46:43.503Z] Removing intermediate container 62b228cacead [2022-06-27T05:46:43.503Z] ---> efd936ed54f6 [2022-06-27T05:46:43.503Z] Step 8/24 : WORKDIR /device-snmp-go [2022-06-27T05:46:43.503Z] ---> Running in 2212b9324379 [2022-06-27T05:46:43.503Z] Removing intermediate container 2212b9324379 [2022-06-27T05:46:43.503Z] ---> d84f656ba688 [2022-06-27T05:46:43.503Z] Step 9/24 : COPY go.mod vendor* ./ [2022-06-27T05:46:43.764Z] ---> eb5bf8188877 [2022-06-27T05:46:43.764Z] Step 10/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-06-27T05:46:43.764Z] ---> Running in 095666eaf10d [2022-06-27T05:46:44.336Z] Removing intermediate container 095666eaf10d [2022-06-27T05:46:44.336Z] ---> fe5b459e3e29 [2022-06-27T05:46:44.336Z] Step 11/24 : COPY . . [2022-06-27T05:46:44.601Z] ---> 573bbb6190a8 [2022-06-27T05:46:44.601Z] Step 12/24 : RUN ${MAKE} [2022-06-27T05:46:44.863Z] ---> Running in abf2b4d47213 [2022-06-27T05:46:45.124Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/device-sdk-go/v2/internal/common.SDKVersion=v2.2.1-dev.10 -X github.com/edgexfoundry/device-snmp-go.Version=2.2.1-dev.4" -trimpath -mod=readonly -buildmode=pie -o cmd/device-snmp ./cmd [2022-06-27T05:47:07.107Z] Removing intermediate container abf2b4d47213 [2022-06-27T05:47:07.107Z] ---> a30f6f9ac686 [2022-06-27T05:47:07.107Z] Step 13/24 : FROM alpine:3.14 [2022-06-27T05:47:07.107Z] 3.14: Pulling from library/alpine [2022-06-27T05:47:07.107Z] 8663204ce13b: Pulling fs layer [2022-06-27T05:47:07.107Z] 8663204ce13b: Verifying Checksum [2022-06-27T05:47:07.107Z] 8663204ce13b: Download complete [2022-06-27T05:47:07.107Z] 8663204ce13b: Pull complete [2022-06-27T05:47:07.107Z] Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 [2022-06-27T05:47:07.107Z] Status: Downloaded newer image for alpine:3.14 [2022-06-27T05:47:07.107Z] ---> e04c818066af [2022-06-27T05:47:07.107Z] Step 14/24 : RUN apk add --update --no-cache zeromq dumb-init [2022-06-27T05:47:07.107Z] ---> Running in ea94f9a343a5 [2022-06-27T05:47:07.107Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-06-27T05:47:07.107Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-06-27T05:47:07.107Z] (1/6) Installing dumb-init (1.2.5-r1) [2022-06-27T05:47:07.107Z] (2/6) Installing libgcc (10.3.1_git20210424-r2) [2022-06-27T05:47:07.107Z] (3/6) Installing libsodium (1.0.18-r0) [2022-06-27T05:47:07.107Z] (4/6) Installing libstdc++ (10.3.1_git20210424-r2) [2022-06-27T05:47:07.107Z] (5/6) Installing libzmq (4.3.4-r0) [2022-06-27T05:47:07.107Z] (6/6) Installing zeromq (4.3.4-r0) [2022-06-27T05:47:07.107Z] Executing busybox-1.33.1-r7.trigger [2022-06-27T05:47:07.107Z] OK: 8 MiB in 20 packages [2022-06-27T05:47:07.367Z] Removing intermediate container ea94f9a343a5 [2022-06-27T05:47:07.367Z] ---> 1e56c6f684d8 [2022-06-27T05:47:07.367Z] Step 15/24 : COPY --from=builder /device-snmp-go/cmd / [2022-06-27T05:47:07.937Z] ---> 8d17e8e9959a [2022-06-27T05:47:07.937Z] Step 16/24 : COPY --from=builder /device-snmp-go/Attribution.txt / [2022-06-27T05:47:08.198Z] ---> b5eab9347b49 [2022-06-27T05:47:08.198Z] Step 17/24 : COPY --from=builder /device-snmp-go/LICENSE / [2022-06-27T05:47:08.198Z] ---> a65aeb36ab27 [2022-06-27T05:47:08.198Z] Step 18/24 : EXPOSE 59993 [2022-06-27T05:47:08.198Z] ---> Running in 692ac3f932a0 [2022-06-27T05:47:08.458Z] Removing intermediate container 692ac3f932a0 [2022-06-27T05:47:08.458Z] ---> 081fff299b18 [2022-06-27T05:47:08.458Z] Step 19/24 : EXPOSE 161 [2022-06-27T05:47:08.458Z] ---> Running in 1ece176ba270 [2022-06-27T05:47:08.458Z] Removing intermediate container 1ece176ba270 [2022-06-27T05:47:08.458Z] ---> a5ea1450676f [2022-06-27T05:47:08.458Z] Step 20/24 : ENTRYPOINT ["/device-snmp"] [2022-06-27T05:47:08.458Z] ---> Running in b78f097ec7f0 [2022-06-27T05:47:08.721Z] Removing intermediate container b78f097ec7f0 [2022-06-27T05:47:08.721Z] ---> 08c61099c98a [2022-06-27T05:47:08.721Z] Step 21/24 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--confdir=/res", "--registry"] [2022-06-27T05:47:08.721Z] ---> Running in d112efc9976a [2022-06-27T05:47:08.982Z] Removing intermediate container d112efc9976a [2022-06-27T05:47:08.982Z] ---> 263cefa8ff34 [2022-06-27T05:47:08.982Z] Step 22/24 : LABEL arch=amd64 [2022-06-27T05:47:08.982Z] ---> Running in b40e19a9f09e [2022-06-27T05:47:08.982Z] Removing intermediate container b40e19a9f09e [2022-06-27T05:47:08.982Z] ---> f9de8ce15b97 [2022-06-27T05:47:08.982Z] Step 23/24 : LABEL git_sha=4bd3e3f348316c3d3f0178918439f0265993f5e7 [2022-06-27T05:47:08.982Z] ---> Running in ca06fff7f9dd [2022-06-27T05:47:09.244Z] Removing intermediate container ca06fff7f9dd [2022-06-27T05:47:09.244Z] ---> fb55eefa505a [2022-06-27T05:47:09.244Z] Step 24/24 : LABEL version=2.2.1-dev.4 [2022-06-27T05:47:09.244Z] ---> Running in 7853a06eff7c [2022-06-27T05:47:09.244Z] Removing intermediate container 7853a06eff7c [2022-06-27T05:47:09.244Z] ---> 1ac60435f9f9 [2022-06-27T05:47:09.244Z] [Warning] One or more build-args [ARCH] were not consumed [2022-06-27T05:47:09.244Z] Successfully built 1ac60435f9f9 [2022-06-27T05:47:09.244Z] Successfully tagged device-snmp:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-06-27T05:47:09.368Z] provisioning config files... [2022-06-27T05:47:09.379Z] copy managed file [device-snmp-go-settings] to file:/w/workspace/edgexfoundry_device-snmp-go_main@tmp/config7300434523234335979tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-06-27T05:47:09.688Z] ---> docker-login.sh [2022-06-27T05:47:09.688Z] nexus3.edgexfoundry.org:10001 [2022-06-27T05:47:09.688Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-27T05:47:09.688Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-27T05:47:09.688Z] Configure a credential helper to remove this warning. See [2022-06-27T05:47:09.688Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-27T05:47:09.688Z] [2022-06-27T05:47:09.688Z] Login Succeeded [2022-06-27T05:47:09.688Z] nexus3.edgexfoundry.org:10002 [2022-06-27T05:47:09.688Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-27T05:47:09.951Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-27T05:47:09.951Z] Configure a credential helper to remove this warning. See [2022-06-27T05:47:09.951Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-27T05:47:09.951Z] [2022-06-27T05:47:09.951Z] Login Succeeded [2022-06-27T05:47:09.951Z] nexus3.edgexfoundry.org:10003 [2022-06-27T05:47:09.951Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-27T05:47:09.951Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-27T05:47:09.951Z] Configure a credential helper to remove this warning. See [2022-06-27T05:47:09.951Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-27T05:47:09.951Z] [2022-06-27T05:47:09.951Z] Login Succeeded [2022-06-27T05:47:09.951Z] nexus3.edgexfoundry.org:10004 [2022-06-27T05:47:10.212Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-27T05:47:10.212Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-27T05:47:10.212Z] Configure a credential helper to remove this warning. See [2022-06-27T05:47:10.212Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-27T05:47:10.212Z] [2022-06-27T05:47:10.212Z] Login Succeeded [2022-06-27T05:47:10.212Z] docker.io [2022-06-27T05:47:10.213Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-27T05:47:10.474Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-27T05:47:10.474Z] Configure a credential helper to remove this warning. See [2022-06-27T05:47:10.474Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-27T05:47:10.474Z] [2022-06-27T05:47:10.474Z] Login Succeeded [2022-06-27T05:47:10.474Z] ---> docker-login.sh ends [Pipeline] } [2022-06-27T05:47:10.482Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-06-27T05:47:10.518Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-06-27T05:47:10.546Z] [edgeXDocker.push] Tagging docker image device-snmp with the following tags: [2022-06-27T05:47:10.547Z] 4bd3e3f348316c3d3f0178918439f0265993f5e7 [2022-06-27T05:47:10.547Z] latest [2022-06-27T05:47:10.547Z] 2.2.1-dev.4 [2022-06-27T05:47:10.547Z] 4bd3e3f348316c3d3f0178918439f0265993f5e7-2.2.1-dev.4 [2022-06-27T05:47:10.547Z] main [2022-06-27T05:47:10.547Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-27T05:47:10.878Z] + docker tag device-snmp nexus3.edgexfoundry.org:10004/device-snmp:4bd3e3f348316c3d3f0178918439f0265993f5e7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-27T05:47:11.193Z] + docker push nexus3.edgexfoundry.org:10004/device-snmp:4bd3e3f348316c3d3f0178918439f0265993f5e7 [2022-06-27T05:47:11.193Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-snmp] [2022-06-27T05:47:11.193Z] 73277239e045: Preparing [2022-06-27T05:47:11.193Z] ca77454f8081: Preparing [2022-06-27T05:47:11.193Z] 3528017fe4a2: Preparing [2022-06-27T05:47:11.193Z] f4f1a8a081af: Preparing [2022-06-27T05:47:11.193Z] b541d28bf3b4: Preparing [2022-06-27T05:47:11.193Z] b541d28bf3b4: Layer already exists [2022-06-27T05:47:11.193Z] 73277239e045: Pushed [2022-06-27T05:47:11.193Z] ca77454f8081: Pushed [2022-06-27T05:47:11.454Z] f4f1a8a081af: Pushed [2022-06-27T05:47:14.759Z] 3528017fe4a2: Pushed [2022-06-27T05:47:14.759Z] 4bd3e3f348316c3d3f0178918439f0265993f5e7: digest: sha256:6239ad2038d5c476872298e3b2e7725b7bb8e2da2a2ec7aa93d1487b729f32e7 size: 1367 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-27T05:47:15.083Z] + docker tag device-snmp nexus3.edgexfoundry.org:10004/device-snmp:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-27T05:47:15.399Z] + docker push nexus3.edgexfoundry.org:10004/device-snmp:latest [2022-06-27T05:47:15.399Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-snmp] [2022-06-27T05:47:15.399Z] 73277239e045: Preparing [2022-06-27T05:47:15.399Z] ca77454f8081: Preparing [2022-06-27T05:47:15.399Z] 3528017fe4a2: Preparing [2022-06-27T05:47:15.399Z] f4f1a8a081af: Preparing [2022-06-27T05:47:15.399Z] b541d28bf3b4: Preparing [2022-06-27T05:47:15.399Z] 3528017fe4a2: Layer already exists [2022-06-27T05:47:15.399Z] ca77454f8081: Layer already exists [2022-06-27T05:47:15.399Z] f4f1a8a081af: Layer already exists [2022-06-27T05:47:15.399Z] b541d28bf3b4: Layer already exists [2022-06-27T05:47:15.399Z] 73277239e045: Layer already exists [2022-06-27T05:47:15.399Z] latest: digest: sha256:6239ad2038d5c476872298e3b2e7725b7bb8e2da2a2ec7aa93d1487b729f32e7 size: 1367 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-27T05:47:15.719Z] + docker tag device-snmp nexus3.edgexfoundry.org:10004/device-snmp:2.2.1-dev.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-27T05:47:16.032Z] + docker push nexus3.edgexfoundry.org:10004/device-snmp:2.2.1-dev.4 [2022-06-27T05:47:16.032Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-snmp] [2022-06-27T05:47:16.032Z] 73277239e045: Preparing [2022-06-27T05:47:16.032Z] ca77454f8081: Preparing [2022-06-27T05:47:16.032Z] 3528017fe4a2: Preparing [2022-06-27T05:47:16.032Z] f4f1a8a081af: Preparing [2022-06-27T05:47:16.032Z] b541d28bf3b4: Preparing [2022-06-27T05:47:16.032Z] b541d28bf3b4: Layer already exists [2022-06-27T05:47:16.032Z] ca77454f8081: Layer already exists [2022-06-27T05:47:16.032Z] f4f1a8a081af: Layer already exists [2022-06-27T05:47:16.032Z] 3528017fe4a2: Layer already exists [2022-06-27T05:47:16.032Z] 73277239e045: Layer already exists [2022-06-27T05:47:16.032Z] 2.2.1-dev.4: digest: sha256:6239ad2038d5c476872298e3b2e7725b7bb8e2da2a2ec7aa93d1487b729f32e7 size: 1367 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-27T05:47:16.350Z] + docker tag device-snmp nexus3.edgexfoundry.org:10004/device-snmp:4bd3e3f348316c3d3f0178918439f0265993f5e7-2.2.1-dev.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-27T05:47:16.663Z] + docker push nexus3.edgexfoundry.org:10004/device-snmp:4bd3e3f348316c3d3f0178918439f0265993f5e7-2.2.1-dev.4 [2022-06-27T05:47:16.663Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-snmp] [2022-06-27T05:47:16.663Z] 73277239e045: Preparing [2022-06-27T05:47:16.663Z] ca77454f8081: Preparing [2022-06-27T05:47:16.663Z] 3528017fe4a2: Preparing [2022-06-27T05:47:16.663Z] f4f1a8a081af: Preparing [2022-06-27T05:47:16.663Z] b541d28bf3b4: Preparing [2022-06-27T05:47:16.663Z] f4f1a8a081af: Layer already exists [2022-06-27T05:47:16.663Z] 73277239e045: Layer already exists [2022-06-27T05:47:16.663Z] 3528017fe4a2: Layer already exists [2022-06-27T05:47:16.663Z] b541d28bf3b4: Layer already exists [2022-06-27T05:47:16.663Z] ca77454f8081: Layer already exists [2022-06-27T05:47:16.663Z] 4bd3e3f348316c3d3f0178918439f0265993f5e7-2.2.1-dev.4: digest: sha256:6239ad2038d5c476872298e3b2e7725b7bb8e2da2a2ec7aa93d1487b729f32e7 size: 1367 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-27T05:47:16.977Z] + docker tag device-snmp nexus3.edgexfoundry.org:10004/device-snmp:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-27T05:47:17.292Z] + docker push nexus3.edgexfoundry.org:10004/device-snmp:main [2022-06-27T05:47:17.292Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-snmp] [2022-06-27T05:47:17.292Z] 73277239e045: Preparing [2022-06-27T05:47:17.292Z] ca77454f8081: Preparing [2022-06-27T05:47:17.292Z] 3528017fe4a2: Preparing [2022-06-27T05:47:17.292Z] f4f1a8a081af: Preparing [2022-06-27T05:47:17.292Z] b541d28bf3b4: Preparing [2022-06-27T05:47:17.292Z] 3528017fe4a2: Layer already exists [2022-06-27T05:47:17.292Z] b541d28bf3b4: Layer already exists [2022-06-27T05:47:17.292Z] f4f1a8a081af: Layer already exists [2022-06-27T05:47:17.292Z] ca77454f8081: Layer already exists [2022-06-27T05:47:17.292Z] 73277239e045: Layer already exists [2022-06-27T05:47:17.292Z] main: digest: sha256:6239ad2038d5c476872298e3b2e7725b7bb8e2da2a2ec7aa93d1487b729f32e7 size: 1367 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-06-27T05:47:17.352Z] ===================================================== [Pipeline] echo [2022-06-27T05:47:17.360Z] taggedImages: [2022-06-27T05:47:17.360Z] - nexus3.edgexfoundry.org:10004/device-snmp:4bd3e3f348316c3d3f0178918439f0265993f5e7 [2022-06-27T05:47:17.360Z] - nexus3.edgexfoundry.org:10004/device-snmp:latest [2022-06-27T05:47:17.360Z] - nexus3.edgexfoundry.org:10004/device-snmp:2.2.1-dev.4 [2022-06-27T05:47:17.360Z] - nexus3.edgexfoundry.org:10004/device-snmp:4bd3e3f348316c3d3f0178918439f0265993f5e7-2.2.1-dev.4 [2022-06-27T05:47:17.360Z] - nexus3.edgexfoundry.org:10004/device-snmp:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-27T05:47:17.732Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-06-27T05:47:17.733Z] [2022-06-27T05:47:17.733Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-27T05:47:18.034Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-06-27T05:47:18.034Z] latest: Pulling from edgex-lftools-log-publisher [2022-06-27T05:47:18.034Z] 5eb5b503b376: Pulling fs layer [2022-06-27T05:47:18.034Z] 5c69ac0246d0: Pulling fs layer [2022-06-27T05:47:18.034Z] ec43610c2a17: Pulling fs layer [2022-06-27T05:47:18.034Z] 3a2ae6a8a46f: Pulling fs layer [2022-06-27T05:47:18.034Z] 33b1e0a273af: Pulling fs layer [2022-06-27T05:47:18.034Z] 5d3b04190fa2: Pulling fs layer [2022-06-27T05:47:18.034Z] 3a2ae6a8a46f: Waiting [2022-06-27T05:47:18.034Z] 33b1e0a273af: Waiting [2022-06-27T05:47:18.034Z] 2f39f015ded8: Pulling fs layer [2022-06-27T05:47:18.034Z] 2f39f015ded8: Waiting [2022-06-27T05:47:18.034Z] 5c69ac0246d0: Download complete [2022-06-27T05:47:18.034Z] 3a2ae6a8a46f: Verifying Checksum [2022-06-27T05:47:18.034Z] 3a2ae6a8a46f: Download complete [2022-06-27T05:47:18.034Z] ec43610c2a17: Verifying Checksum [2022-06-27T05:47:18.034Z] ec43610c2a17: Download complete [2022-06-27T05:47:18.034Z] 33b1e0a273af: Verifying Checksum [2022-06-27T05:47:18.034Z] 33b1e0a273af: Download complete [2022-06-27T05:47:18.034Z] 5d3b04190fa2: Verifying Checksum [2022-06-27T05:47:18.034Z] 5d3b04190fa2: Download complete [2022-06-27T05:47:18.294Z] 5eb5b503b376: Verifying Checksum [2022-06-27T05:47:18.294Z] 5eb5b503b376: Download complete [2022-06-27T05:47:18.863Z] 2f39f015ded8: Download complete [2022-06-27T05:47:19.433Z] 5eb5b503b376: Pull complete [2022-06-27T05:47:19.700Z] 5c69ac0246d0: Pull complete [2022-06-27T05:47:20.270Z] ec43610c2a17: Pull complete [2022-06-27T05:47:20.270Z] 3a2ae6a8a46f: Pull complete [2022-06-27T05:47:20.270Z] 33b1e0a273af: Pull complete [2022-06-27T05:47:20.530Z] 5d3b04190fa2: Pull complete [2022-06-27T05:47:25.805Z] 2f39f015ded8: Pull complete [2022-06-27T05:47:25.805Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2022-06-27T05:47:25.805Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-06-27T05:47:25.805Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-06-27T05:47:25.898Z] prd-ubuntu20.04-docker-8c-8g-16066 does not seem to be running inside a container [2022-06-27T05:47:25.938Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_device-snmp-go_main -v /w/workspace/edgexfoundry_device-snmp-go_main:/w/workspace/edgexfoundry_device-snmp-go_main:rw,z -v /w/workspace/edgexfoundry_device-snmp-go_main@tmp:/w/workspace/edgexfoundry_device-snmp-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2022-06-27T05:47:27.403Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-16068 in /w/workspace/edgexfoundry_device-snmp-go_main [2022-06-27T05:47:27.834Z] $ docker top 8a530eca9fbb633a44d86d3914cb086ecfd7b1a01be2abca5697bb0145cee8ca -eo pid,comm [Pipeline] { [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [Pipeline] ws [2022-06-27T05:47:27.995Z] Running in /w/workspace/device-snmp-go/35 [Pipeline] { [Pipeline] checkout [2022-06-27T05:47:28.030Z] Selected Git installation does not exist. Using Default [2022-06-27T05:47:28.030Z] The recommended git tool is: NONE [2022-06-27T05:47:28.250Z] ---> job-cost.sh [2022-06-27T05:47:28.250Z] lf-activate-venv: SKIPPING [2022-06-27T05:47:28.250Z] INFO: No Stack... [2022-06-27T05:47:28.511Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-06-27T05:47:29.081Z] INFO: Archiving Costs [Pipeline] sh [2022-06-27T05:47:29.373Z] + cut -d, -f6 [2022-06-27T05:47:29.373Z] + cat /w/workspace/edgexfoundry_device-snmp-go_main/archives/cost.csv [Pipeline] lock [2022-06-27T05:47:29.387Z] Trying to acquire lock on [jenkins-edgexfoundry-device-snmp-go-main-35-stack-cost] [2022-06-27T05:47:29.398Z] Resource [jenkins-edgexfoundry-device-snmp-go-main-35-stack-cost] did not exist. Created. [2022-06-27T05:47:29.398Z] Lock acquired on [jenkins-edgexfoundry-device-snmp-go-main-35-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-06-27T05:47:29.703Z] + echo total: 0.2199999988079071 [Pipeline] stash [2022-06-27T05:47:29.727Z] Stashed 1 file(s) [Pipeline] } [2022-06-27T05:47:29.732Z] Lock released on resource [jenkins-edgexfoundry-device-snmp-go-main-35-stack-cost] [Pipeline] // lock [Pipeline] } [2022-06-27T05:47:29.751Z] $ docker stop --time=1 8a530eca9fbb633a44d86d3914cb086ecfd7b1a01be2abca5697bb0145cee8ca [2022-06-27T05:47:30.936Z] $ docker rm -f 8a530eca9fbb633a44d86d3914cb086ecfd7b1a01be2abca5697bb0145cee8ca [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-06-27T05:47:34.484Z] using credential edgex-jenkins-ssh [2022-06-27T05:47:34.503Z] Cloning the remote Git repository [2022-06-27T05:47:34.564Z] Cloning repository git@github.com:edgexfoundry/device-snmp-go.git [2022-06-27T05:47:34.645Z] > git init /w/workspace/device-snmp-go/35 # timeout=10 [2022-06-27T05:47:35.899Z] Avoid second fetch [2022-06-27T05:47:35.900Z] Checking out Revision 4bd3e3f348316c3d3f0178918439f0265993f5e7 (main) [2022-06-27T05:47:34.732Z] Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git [2022-06-27T05:47:34.732Z] > git --version # timeout=10 [2022-06-27T05:47:34.755Z] > git --version # 'git version 2.25.1' [2022-06-27T05:47:34.756Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-06-27T05:47:34.887Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-06-27T05:47:35.869Z] > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 [2022-06-27T05:47:35.883Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-06-27T05:47:35.923Z] > git config core.sparsecheckout # timeout=10 [2022-06-27T05:47:35.945Z] > git checkout -f 4bd3e3f348316c3d3f0178918439f0265993f5e7 # timeout=10 [2022-06-27T05:47:40.163Z] Commit message: "Merge pull request #180 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go/v2-2.2.1-dev.10" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-06-27T05:47:40.969Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2022-06-27T05:47:40.969Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-06-27T05:47:40.969Z] Dload Upload Total Spent Left Speed [2022-06-27T05:47:40.969Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12253 100 12253 0 0 98024 0 --:--:-- --:--:-- --:--:-- 98814 [Pipeline] sh [2022-06-27T05:47:41.663Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2022-06-27T05:47:42.001Z] + sudo tee /etc/docker/daemon.new [2022-06-27T05:47:42.001Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2022-06-27T05:47:42.001Z] { [2022-06-27T05:47:42.001Z] "registry-mirrors": [ [2022-06-27T05:47:42.001Z] "https://nexus3.edgexfoundry.org:10001" [2022-06-27T05:47:42.001Z] ], [2022-06-27T05:47:42.001Z] "bip": "10.250.0.254/24", [2022-06-27T05:47:42.001Z] "hosts": [ [2022-06-27T05:47:42.001Z] "tcp://0.0.0.0:5555", [2022-06-27T05:47:42.001Z] "unix:///var/run/docker.sock" [2022-06-27T05:47:42.001Z] ], [2022-06-27T05:47:42.001Z] "mtu": 1458, [2022-06-27T05:47:42.001Z] "selinux-enabled": true, [2022-06-27T05:47:42.001Z] "seccomp-profile": "/etc/docker/seccomp.json" [2022-06-27T05:47:42.001Z] } [Pipeline] sh [2022-06-27T05:47:42.348Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2022-06-27T05:47:42.931Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-06-27T05:48:01.256Z] provisioning config files... [2022-06-27T05:48:01.291Z] copy managed file [device-snmp-go-settings] to file:/w/workspace/device-snmp-go/35@tmp/config8553047724514696717tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-06-27T05:48:01.791Z] ---> docker-login.sh [2022-06-27T05:48:01.791Z] nexus3.edgexfoundry.org:10001 [2022-06-27T05:48:02.385Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-27T05:48:02.658Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-27T05:48:02.658Z] Configure a credential helper to remove this warning. See [2022-06-27T05:48:02.658Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-27T05:48:02.658Z] [2022-06-27T05:48:02.658Z] Login Succeeded [2022-06-27T05:48:02.658Z] nexus3.edgexfoundry.org:10002 [2022-06-27T05:48:02.932Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-27T05:48:02.932Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-27T05:48:02.932Z] Configure a credential helper to remove this warning. See [2022-06-27T05:48:02.932Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-27T05:48:02.932Z] [2022-06-27T05:48:02.932Z] Login Succeeded [2022-06-27T05:48:02.932Z] nexus3.edgexfoundry.org:10003 [2022-06-27T05:48:03.531Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-27T05:48:03.531Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-27T05:48:03.531Z] Configure a credential helper to remove this warning. See [2022-06-27T05:48:03.531Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-27T05:48:03.531Z] [2022-06-27T05:48:03.531Z] Login Succeeded [2022-06-27T05:48:03.531Z] nexus3.edgexfoundry.org:10004 [2022-06-27T05:48:03.809Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-27T05:48:04.084Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-27T05:48:04.084Z] Configure a credential helper to remove this warning. See [2022-06-27T05:48:04.084Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-27T05:48:04.084Z] [2022-06-27T05:48:04.084Z] Login Succeeded [2022-06-27T05:48:04.084Z] docker.io [2022-06-27T05:48:04.355Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-27T05:48:04.626Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-27T05:48:04.627Z] Configure a credential helper to remove this warning. See [2022-06-27T05:48:04.627Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-27T05:48:04.627Z] [2022-06-27T05:48:04.627Z] Login Succeeded [2022-06-27T05:48:04.627Z] ---> docker-login.sh ends [Pipeline] } [2022-06-27T05:48:04.643Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-06-27T05:48:04.919Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-06-27T05:48:04.928Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-06-27T05:48:04.947Z] ========================================================= [2022-06-27T05:48:04.947Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine] [2022-06-27T05:48:04.947Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-27T05:48:05.306Z] + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine --build-arg MAKE=echo noop --target=builder . [2022-06-27T05:48:05.578Z] Sending build context to Docker daemon 2.776MB [2022-06-27T05:48:05.578Z] Step 1/12 : ARG BASE=golang:1.17-alpine3.15 [2022-06-27T05:48:05.578Z] Step 2/12 : FROM ${BASE} AS builder [2022-06-27T05:48:05.858Z] 1.17-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2022-06-27T05:48:05.858Z] 9b3977197b4f: Pulling fs layer [2022-06-27T05:48:05.858Z] 1a89e8eeedd5: Pulling fs layer [2022-06-27T05:48:05.858Z] 94645a83ff95: Pulling fs layer [2022-06-27T05:48:05.858Z] e6fb740bc735: Pulling fs layer [2022-06-27T05:48:05.858Z] 3a77bd46dcc9: Pulling fs layer [2022-06-27T05:48:05.858Z] 355e64cbe906: Pulling fs layer [2022-06-27T05:48:05.858Z] 63ab81a10011: Pulling fs layer [2022-06-27T05:48:05.858Z] 555d1d1c4555: Pulling fs layer [2022-06-27T05:48:05.858Z] 7d9057610161: Pulling fs layer [2022-06-27T05:48:05.858Z] 355e64cbe906: Waiting [2022-06-27T05:48:05.858Z] 555d1d1c4555: Waiting [2022-06-27T05:48:05.858Z] 7d9057610161: Waiting [2022-06-27T05:48:05.858Z] 63ab81a10011: Waiting [2022-06-27T05:48:05.858Z] e6fb740bc735: Waiting [2022-06-27T05:48:05.858Z] 3a77bd46dcc9: Waiting [2022-06-27T05:48:05.858Z] 94645a83ff95: Download complete [2022-06-27T05:48:05.858Z] 1a89e8eeedd5: Verifying Checksum [2022-06-27T05:48:05.858Z] 1a89e8eeedd5: Download complete [2022-06-27T05:48:05.858Z] 3a77bd46dcc9: Verifying Checksum [2022-06-27T05:48:05.858Z] 3a77bd46dcc9: Download complete [2022-06-27T05:48:05.858Z] 355e64cbe906: Verifying Checksum [2022-06-27T05:48:05.858Z] 355e64cbe906: Download complete [2022-06-27T05:48:05.858Z] 9b3977197b4f: Download complete [2022-06-27T05:48:05.858Z] 63ab81a10011: Verifying Checksum [2022-06-27T05:48:05.858Z] 63ab81a10011: Download complete [2022-06-27T05:48:06.855Z] 9b3977197b4f: Pull complete [2022-06-27T05:48:06.855Z] 7d9057610161: Verifying Checksum [2022-06-27T05:48:06.855Z] 7d9057610161: Download complete [2022-06-27T05:48:07.459Z] 1a89e8eeedd5: Pull complete [2022-06-27T05:48:07.737Z] 94645a83ff95: Pull complete [2022-06-27T05:48:08.011Z] 555d1d1c4555: Verifying Checksum [2022-06-27T05:48:08.011Z] 555d1d1c4555: Download complete [2022-06-27T05:48:08.610Z] e6fb740bc735: Verifying Checksum [2022-06-27T05:48:08.610Z] e6fb740bc735: Download complete [2022-06-27T05:48:21.036Z] e6fb740bc735: Pull complete [2022-06-27T05:48:21.310Z] 3a77bd46dcc9: Pull complete [2022-06-27T05:48:21.586Z] 355e64cbe906: Pull complete [2022-06-27T05:48:21.862Z] 63ab81a10011: Pull complete [2022-06-27T05:48:28.592Z] 555d1d1c4555: Pull complete [2022-06-27T05:48:30.029Z] 7d9057610161: Pull complete [2022-06-27T05:48:30.029Z] Digest: sha256:2bfe06e9b82483759db2d79553298764cc23e00699169ff1c4d7513112b2d636 [2022-06-27T05:48:30.029Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [2022-06-27T05:48:30.029Z] ---> 819e984ddca1 [2022-06-27T05:48:30.029Z] Step 3/12 : ARG MAKE='make build' [2022-06-27T05:48:31.465Z] ---> Running in 437f423a6846 [2022-06-27T05:48:31.465Z] Removing intermediate container 437f423a6846 [2022-06-27T05:48:31.465Z] ---> aa6c23452a76 [2022-06-27T05:48:31.465Z] Step 4/12 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" [2022-06-27T05:48:31.465Z] ---> Running in 2ddf19043e32 [2022-06-27T05:48:32.064Z] Removing intermediate container 2ddf19043e32 [2022-06-27T05:48:32.064Z] ---> 74d481532eac [2022-06-27T05:48:32.064Z] Step 5/12 : ARG ALPINE_PKG_EXTRA="" [2022-06-27T05:48:32.064Z] ---> Running in 26623bbde320 [2022-06-27T05:48:32.339Z] Removing intermediate container 26623bbde320 [2022-06-27T05:48:32.339Z] ---> cb51f6f853ad [2022-06-27T05:48:32.339Z] Step 6/12 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-06-27T05:48:32.339Z] ---> Running in 83db0ad9f57e [2022-06-27T05:48:34.325Z] Removing intermediate container 83db0ad9f57e [2022-06-27T05:48:34.325Z] ---> 04f8644b9f12 [2022-06-27T05:48:34.325Z] Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-06-27T05:48:34.325Z] ---> Running in dcf83d6b65b0 [2022-06-27T05:48:36.310Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-06-27T05:48:37.303Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-06-27T05:48:38.283Z] (1/4) Installing openssh-keygen (8.8_p1-r1) [2022-06-27T05:48:38.283Z] (2/4) Installing libedit (20210910.3.1-r0) [2022-06-27T05:48:38.283Z] (3/4) Installing openssh-client-common (8.8_p1-r1) [2022-06-27T05:48:38.556Z] (4/4) Installing openssh-client-default (8.8_p1-r1) [2022-06-27T05:48:38.556Z] Executing busybox-1.34.1-r3.trigger [2022-06-27T05:48:38.556Z] OK: 224 MiB in 56 packages [2022-06-27T05:48:39.553Z] Removing intermediate container dcf83d6b65b0 [2022-06-27T05:48:39.553Z] ---> 21f5a09fb9f6 [2022-06-27T05:48:39.553Z] Step 8/12 : WORKDIR /device-snmp-go [2022-06-27T05:48:39.553Z] ---> Running in b05abf8571fc [2022-06-27T05:48:39.829Z] Removing intermediate container b05abf8571fc [2022-06-27T05:48:39.829Z] ---> 6fe2f663c319 [2022-06-27T05:48:39.829Z] Step 9/12 : COPY go.mod vendor* ./ [2022-06-27T05:48:40.433Z] ---> 0b795ff0acd2 [2022-06-27T05:48:40.433Z] Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-06-27T05:48:40.433Z] ---> Running in a6def4126b12 [2022-06-27T05:49:27.448Z] Removing intermediate container a6def4126b12 [2022-06-27T05:49:27.448Z] ---> a2849dbb6e3a [2022-06-27T05:49:27.448Z] Step 11/12 : COPY . . [2022-06-27T05:49:27.448Z] ---> 6fa7f33127b6 [2022-06-27T05:49:27.448Z] Step 12/12 : RUN ${MAKE} [2022-06-27T05:49:27.448Z] ---> Running in bbb6f6315a7c [2022-06-27T05:49:27.727Z] noop [2022-06-27T05:49:28.328Z] Removing intermediate container bbb6f6315a7c [2022-06-27T05:49:28.328Z] ---> 2e81ba972034 [2022-06-27T05:49:28.328Z] Successfully built 2e81ba972034 [2022-06-27T05:49:28.328Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-27T05:49:28.701Z] + docker inspect -f . ci-base-image-arm64 [2022-06-27T05:49:28.701Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-06-27T05:49:28.981Z] prd-ubuntu20.04-docker-arm64-4c-16g-16068 does not seem to be running inside a container [2022-06-27T05:49:29.077Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-snmp-go/35 -v /w/workspace/device-snmp-go/35:/w/workspace/device-snmp-go/35:rw,z -v /w/workspace/device-snmp-go/35@tmp:/w/workspace/device-snmp-go/35@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2022-06-27T05:49:30.337Z] $ docker top 64619b524b18d1eb3a736dd2fa95586724faa706fd126a88614785733f7a62c1 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-06-27T05:49:31.250Z] + go version [2022-06-27T05:49:31.250Z] go version go1.17.7 linux/arm64 [Pipeline] } [2022-06-27T05:49:31.282Z] $ docker stop --time=1 64619b524b18d1eb3a736dd2fa95586724faa706fd126a88614785733f7a62c1 [2022-06-27T05:49:32.920Z] $ docker rm -f 64619b524b18d1eb3a736dd2fa95586724faa706fd126a88614785733f7a62c1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-27T05:49:33.506Z] + docker inspect -f . ci-base-image-arm64 [2022-06-27T05:49:33.506Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-06-27T05:49:33.741Z] prd-ubuntu20.04-docker-arm64-4c-16g-16068 does not seem to be running inside a container [2022-06-27T05:49:33.828Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-snmp-go/35 -v /w/workspace/device-snmp-go/35:/w/workspace/device-snmp-go/35:rw,z -v /w/workspace/device-snmp-go/35@tmp:/w/workspace/device-snmp-go/35@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2022-06-27T05:49:35.126Z] $ docker top a7b6d8b911293c55e6d29c9d366f7c47422ef9f93bc23eb9919128d46398ef31 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh [2022-06-27T05:49:36.041Z] + make test [2022-06-27T05:49:36.041Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out [2022-06-27T05:49:38.041Z] ? github.com/edgexfoundry/device-snmp-go [no test files] [2022-06-27T05:50:59.899Z] ? github.com/edgexfoundry/device-snmp-go/cmd [no test files] [2022-06-27T05:50:59.899Z] ok github.com/edgexfoundry/device-snmp-go/internal/driver 0.043s coverage: 0.0% of statements [2022-06-27T05:50:59.899Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2022-06-27T05:50:59.899Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2022-06-27T05:51:26.746Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-06-27T05:51:26.746Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-06-27T05:51:26.746Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-06-27T05:51:27.361Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-06-27T05:51:27.380Z] $ docker stop --time=1 a7b6d8b911293c55e6d29c9d366f7c47422ef9f93bc23eb9919128d46398ef31 [2022-06-27T05:51:29.147Z] $ docker rm -f a7b6d8b911293c55e6d29c9d366f7c47422ef9f93bc23eb9919128d46398ef31 [Pipeline] // withDockerContainer [Pipeline] sh [2022-06-27T05:51:30.049Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-06-27T05:51:30.075Z] Warning: overwriting stash ‘coverage-report’ [2022-06-27T05:51:30.521Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-06-27T05:51:30.913Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-06-27T05:51:31.247Z] + ls -al . [2022-06-27T05:51:31.247Z] total 164 [2022-06-27T05:51:31.247Z] drwxrwxr-x 8 jenkins jenkins 4096 Jun 27 05:51 . [2022-06-27T05:51:31.247Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 27 05:47 .. [2022-06-27T05:51:31.247Z] -rw-rw-r-- 1 jenkins jenkins 6 Jun 27 05:47 .dockerignore [2022-06-27T05:51:31.247Z] drwxrwxr-x 8 jenkins jenkins 4096 Jun 27 05:47 .git [2022-06-27T05:51:31.247Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 27 05:47 .github [2022-06-27T05:51:31.247Z] -rw-rw-r-- 1 jenkins jenkins 328 Jun 27 05:47 .gitignore [2022-06-27T05:51:31.247Z] -rw-rw-r-- 1 jenkins jenkins 41 Jun 27 05:47 .golangci.yml [2022-06-27T05:51:31.247Z] -rw-rw-r-- 1 jenkins jenkins 8556 Jun 27 05:47 Attribution.txt [2022-06-27T05:51:31.247Z] -rw-rw-r-- 1 jenkins jenkins 6948 Jun 27 05:47 CHANGELOG.md [2022-06-27T05:51:31.247Z] -rw-rw-r-- 1 jenkins jenkins 1516 Jun 27 05:47 Dockerfile [2022-06-27T05:51:31.247Z] -rw-rw-r-- 1 jenkins jenkins 677 Jun 27 05:47 GOVERNANCE.md [2022-06-27T05:51:31.247Z] -rw-rw-r-- 1 jenkins jenkins 656 Jun 27 05:47 Jenkinsfile [2022-06-27T05:51:31.247Z] -rw-rw-r-- 1 jenkins jenkins 11340 Jun 27 05:47 LICENSE [2022-06-27T05:51:31.247Z] -rw-rw-r-- 1 jenkins jenkins 2334 Jun 27 05:47 Makefile [2022-06-27T05:51:31.247Z] -rw-rw-r-- 1 jenkins jenkins 620 Jun 27 05:47 OWNERS.md [2022-06-27T05:51:31.247Z] -rw-rw-r-- 1 jenkins jenkins 9390 Jun 27 05:47 README.md [2022-06-27T05:51:31.248Z] -rw-rw-r-- 1 jenkins jenkins 11 Jun 27 05:45 VERSION [2022-06-27T05:51:31.248Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 27 05:47 bin [2022-06-27T05:51:31.248Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 27 05:47 cmd [2022-06-27T05:51:31.248Z] -rw-r--r-- 1 jenkins jenkins 7631 Jun 27 05:50 coverage.out [2022-06-27T05:51:31.248Z] -rw-rw-r-- 1 jenkins jenkins 3301 Jun 27 05:47 go.mod [2022-06-27T05:51:31.248Z] -rw-rw-r-- 1 jenkins jenkins 36549 Jun 27 05:47 go.sum [2022-06-27T05:51:31.248Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 27 05:47 internal [2022-06-27T05:51:31.248Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 27 05:47 snap [2022-06-27T05:51:31.248Z] -rw-rw-r-- 1 jenkins jenkins 228 Jun 27 05:47 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-27T05:51:31.608Z] + 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=4bd3e3f348316c3d3f0178918439f0265993f5e7 --label arch=arm64 --label version=2.2.1-dev.4 . [2022-06-27T05:51:31.882Z] Sending build context to Docker daemon 2.784MB [2022-06-27T05:51:31.882Z] Step 1/24 : ARG BASE=golang:1.17-alpine3.15 [2022-06-27T05:51:31.882Z] Step 2/24 : FROM ${BASE} AS builder [2022-06-27T05:51:31.882Z] ---> 2e81ba972034 [2022-06-27T05:51:31.882Z] Step 3/24 : ARG MAKE='make build' [2022-06-27T05:51:32.157Z] ---> Running in b6a812af3b37 [2022-06-27T05:51:32.430Z] Removing intermediate container b6a812af3b37 [2022-06-27T05:51:32.430Z] ---> 874da5f6c98f [2022-06-27T05:51:32.430Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" [2022-06-27T05:51:32.430Z] ---> Running in 7db734ad29c9 [2022-06-27T05:51:32.704Z] Removing intermediate container 7db734ad29c9 [2022-06-27T05:51:32.704Z] ---> 345d1caa7417 [2022-06-27T05:51:32.704Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2022-06-27T05:51:32.704Z] ---> Running in 05e5070132bf [2022-06-27T05:51:32.983Z] Removing intermediate container 05e5070132bf [2022-06-27T05:51:32.983Z] ---> 203eae54ac33 [2022-06-27T05:51:32.983Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-06-27T05:51:33.275Z] ---> Running in 17bdfd983a12 [2022-06-27T05:51:34.738Z] Removing intermediate container 17bdfd983a12 [2022-06-27T05:51:34.738Z] ---> 1cac180dab20 [2022-06-27T05:51:34.738Z] Step 7/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-06-27T05:51:34.738Z] ---> Running in 5133f2eeb247 [2022-06-27T05:51:35.726Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-06-27T05:51:36.698Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-06-27T05:51:37.672Z] OK: 224 MiB in 56 packages [2022-06-27T05:51:38.667Z] Removing intermediate container 5133f2eeb247 [2022-06-27T05:51:38.667Z] ---> 321c73668f48 [2022-06-27T05:51:38.667Z] Step 8/24 : WORKDIR /device-snmp-go [2022-06-27T05:51:38.667Z] ---> Running in 2542ef645c86 [2022-06-27T05:51:38.939Z] Removing intermediate container 2542ef645c86 [2022-06-27T05:51:38.939Z] ---> 92aac64297bb [2022-06-27T05:51:38.939Z] Step 9/24 : COPY go.mod vendor* ./ [2022-06-27T05:51:39.537Z] ---> 789217af6e13 [2022-06-27T05:51:39.537Z] Step 10/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-06-27T05:51:39.537Z] ---> Running in 0eb19d0c29d4 [2022-06-27T05:51:41.531Z] Removing intermediate container 0eb19d0c29d4 [2022-06-27T05:51:41.531Z] ---> 4440a532f2f4 [2022-06-27T05:51:41.531Z] Step 11/24 : COPY . . [2022-06-27T05:51:42.133Z] ---> 61ba0606b0dc [2022-06-27T05:51:42.133Z] Step 12/24 : RUN ${MAKE} [2022-06-27T05:51:42.413Z] ---> Running in da9c550b8b18 [2022-06-27T05:51:43.411Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/device-sdk-go/v2/internal/common.SDKVersion=v2.2.1-dev.10 -X github.com/edgexfoundry/device-snmp-go.Version=2.2.1-dev.4" -trimpath -mod=readonly -buildmode=pie -o cmd/device-snmp ./cmd [2022-06-27T05:53:50.329Z] Removing intermediate container da9c550b8b18 [2022-06-27T05:53:50.329Z] ---> f0306240fd62 [2022-06-27T05:53:50.329Z] Step 13/24 : FROM alpine:3.14 [2022-06-27T05:53:50.329Z] 3.14: Pulling from library/alpine [2022-06-27T05:53:50.329Z] 455c02918c45: Pulling fs layer [2022-06-27T05:53:50.329Z] 455c02918c45: Download complete [2022-06-27T05:53:50.330Z] 455c02918c45: Pull complete [2022-06-27T05:53:50.330Z] Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 [2022-06-27T05:53:50.330Z] Status: Downloaded newer image for alpine:3.14 [2022-06-27T05:53:50.330Z] ---> ac73e934f311 [2022-06-27T05:53:50.330Z] Step 14/24 : RUN apk add --update --no-cache zeromq dumb-init [2022-06-27T05:53:50.614Z] ---> Running in 587fb3016113 [2022-06-27T05:53:51.604Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-06-27T05:53:51.877Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-06-27T05:53:52.854Z] (1/6) Installing dumb-init (1.2.5-r1) [2022-06-27T05:53:52.854Z] (2/6) Installing libgcc (10.3.1_git20210424-r2) [2022-06-27T05:53:52.854Z] (3/6) Installing libsodium (1.0.18-r0) [2022-06-27T05:53:52.854Z] (4/6) Installing libstdc++ (10.3.1_git20210424-r2) [2022-06-27T05:53:52.854Z] (5/6) Installing libzmq (4.3.4-r0) [2022-06-27T05:53:52.854Z] (6/6) Installing zeromq (4.3.4-r0) [2022-06-27T05:53:52.854Z] Executing busybox-1.33.1-r7.trigger [2022-06-27T05:53:52.854Z] OK: 8 MiB in 20 packages [2022-06-27T05:53:53.873Z] Removing intermediate container 587fb3016113 [2022-06-27T05:53:53.873Z] ---> 390c4de89392 [2022-06-27T05:53:53.873Z] Step 15/24 : COPY --from=builder /device-snmp-go/cmd / [2022-06-27T05:53:55.312Z] ---> 49c2f6577b5c [2022-06-27T05:53:55.312Z] Step 16/24 : COPY --from=builder /device-snmp-go/Attribution.txt / [2022-06-27T05:53:55.586Z] ---> b63d812094ed [2022-06-27T05:53:55.586Z] Step 17/24 : COPY --from=builder /device-snmp-go/LICENSE / [2022-06-27T05:53:56.185Z] ---> dbe9fa3b3def [2022-06-27T05:53:56.185Z] Step 18/24 : EXPOSE 59993 [2022-06-27T05:53:56.185Z] ---> Running in 2fd5111e7f4b [2022-06-27T05:53:56.804Z] Removing intermediate container 2fd5111e7f4b [2022-06-27T05:53:56.804Z] ---> 034241602c2c [2022-06-27T05:53:56.804Z] Step 19/24 : EXPOSE 161 [2022-06-27T05:53:56.804Z] ---> Running in 87f427e61879 [2022-06-27T05:53:57.080Z] Removing intermediate container 87f427e61879 [2022-06-27T05:53:57.080Z] ---> 024ff545199f [2022-06-27T05:53:57.080Z] Step 20/24 : ENTRYPOINT ["/device-snmp"] [2022-06-27T05:53:57.080Z] ---> Running in c4136b3428e9 [2022-06-27T05:53:57.359Z] Removing intermediate container c4136b3428e9 [2022-06-27T05:53:57.359Z] ---> 161ee69f3a94 [2022-06-27T05:53:57.359Z] Step 21/24 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--confdir=/res", "--registry"] [2022-06-27T05:53:57.636Z] ---> Running in aacb0d116685 [2022-06-27T05:53:57.912Z] Removing intermediate container aacb0d116685 [2022-06-27T05:53:57.912Z] ---> d06aa19a87f7 [2022-06-27T05:53:57.912Z] Step 22/24 : LABEL arch=arm64 [2022-06-27T05:53:57.912Z] ---> Running in 77eafca387f3 [2022-06-27T05:53:58.186Z] Removing intermediate container 77eafca387f3 [2022-06-27T05:53:58.186Z] ---> bd4ae98499c2 [2022-06-27T05:53:58.186Z] Step 23/24 : LABEL git_sha=4bd3e3f348316c3d3f0178918439f0265993f5e7 [2022-06-27T05:53:58.186Z] ---> Running in 8181d43337fa [2022-06-27T05:53:58.786Z] Removing intermediate container 8181d43337fa [2022-06-27T05:53:58.786Z] ---> c3ec63683a79 [2022-06-27T05:53:58.786Z] Step 24/24 : LABEL version=2.2.1-dev.4 [2022-06-27T05:53:58.786Z] ---> Running in 5394a90b1ce7 [2022-06-27T05:53:59.060Z] Removing intermediate container 5394a90b1ce7 [2022-06-27T05:53:59.060Z] ---> 81d7c4e06f0b [2022-06-27T05:53:59.060Z] [Warning] One or more build-args [ARCH] were not consumed [2022-06-27T05:53:59.060Z] Successfully built 81d7c4e06f0b [2022-06-27T05:53:59.060Z] Successfully tagged device-snmp-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-06-27T05:53:59.167Z] provisioning config files... [2022-06-27T05:53:59.187Z] copy managed file [device-snmp-go-settings] to file:/w/workspace/device-snmp-go/35@tmp/config8844342122958083830tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-06-27T05:53:59.542Z] ---> docker-login.sh [2022-06-27T05:53:59.542Z] nexus3.edgexfoundry.org:10001 [2022-06-27T05:53:59.818Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-27T05:53:59.818Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-27T05:53:59.818Z] Configure a credential helper to remove this warning. See [2022-06-27T05:53:59.818Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-27T05:53:59.818Z] [2022-06-27T05:53:59.818Z] Login Succeeded [2022-06-27T05:53:59.818Z] nexus3.edgexfoundry.org:10002 [2022-06-27T05:54:00.420Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-27T05:54:00.420Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-27T05:54:00.420Z] Configure a credential helper to remove this warning. See [2022-06-27T05:54:00.420Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-27T05:54:00.420Z] [2022-06-27T05:54:00.420Z] Login Succeeded [2022-06-27T05:54:00.420Z] nexus3.edgexfoundry.org:10003 [2022-06-27T05:54:00.695Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-27T05:54:00.970Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-27T05:54:00.970Z] Configure a credential helper to remove this warning. See [2022-06-27T05:54:00.970Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-27T05:54:00.970Z] [2022-06-27T05:54:00.970Z] Login Succeeded [2022-06-27T05:54:00.970Z] nexus3.edgexfoundry.org:10004 [2022-06-27T05:54:01.245Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-27T05:54:01.519Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-27T05:54:01.519Z] Configure a credential helper to remove this warning. See [2022-06-27T05:54:01.519Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-27T05:54:01.519Z] [2022-06-27T05:54:01.519Z] Login Succeeded [2022-06-27T05:54:01.519Z] docker.io [2022-06-27T05:54:01.793Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-27T05:54:02.392Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-27T05:54:02.392Z] Configure a credential helper to remove this warning. See [2022-06-27T05:54:02.392Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-27T05:54:02.392Z] [2022-06-27T05:54:02.392Z] Login Succeeded [2022-06-27T05:54:02.392Z] ---> docker-login.sh ends [Pipeline] } [2022-06-27T05:54:02.409Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-06-27T05:54:02.446Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-06-27T05:54:02.471Z] [edgeXDocker.push] Tagging docker image device-snmp-arm64 with the following tags: [2022-06-27T05:54:02.471Z] 4bd3e3f348316c3d3f0178918439f0265993f5e7 [2022-06-27T05:54:02.471Z] latest [2022-06-27T05:54:02.471Z] 2.2.1-dev.4 [2022-06-27T05:54:02.471Z] 4bd3e3f348316c3d3f0178918439f0265993f5e7-2.2.1-dev.4 [2022-06-27T05:54:02.471Z] main [2022-06-27T05:54:02.471Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-27T05:54:02.842Z] + docker tag device-snmp-arm64 nexus3.edgexfoundry.org:10004/device-snmp-arm64:4bd3e3f348316c3d3f0178918439f0265993f5e7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-27T05:54:03.209Z] + docker push nexus3.edgexfoundry.org:10004/device-snmp-arm64:4bd3e3f348316c3d3f0178918439f0265993f5e7 [2022-06-27T05:54:03.209Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-snmp-arm64] [2022-06-27T05:54:03.209Z] ab3aa16e66b3: Preparing [2022-06-27T05:54:03.209Z] 7f2310522542: Preparing [2022-06-27T05:54:03.209Z] 04c61d0ddc8b: Preparing [2022-06-27T05:54:03.209Z] f4faeb8aa9e6: Preparing [2022-06-27T05:54:03.209Z] f73e7dbfee58: Preparing [2022-06-27T05:54:03.209Z] f73e7dbfee58: Layer already exists [2022-06-27T05:54:03.484Z] 7f2310522542: Pushed [2022-06-27T05:54:03.484Z] ab3aa16e66b3: Pushed [2022-06-27T05:54:04.081Z] f4faeb8aa9e6: Pushed [2022-06-27T05:54:10.796Z] 04c61d0ddc8b: Pushed [2022-06-27T05:54:10.796Z] 4bd3e3f348316c3d3f0178918439f0265993f5e7: digest: sha256:85126a3bb47ef46128bb4688c5bbe9941287d88be91417dab5859c7bb5f0b135 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-27T05:54:11.174Z] + docker tag device-snmp-arm64 nexus3.edgexfoundry.org:10004/device-snmp-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-27T05:54:11.543Z] + docker push nexus3.edgexfoundry.org:10004/device-snmp-arm64:latest [2022-06-27T05:54:11.543Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-snmp-arm64] [2022-06-27T05:54:11.543Z] ab3aa16e66b3: Preparing [2022-06-27T05:54:11.543Z] 7f2310522542: Preparing [2022-06-27T05:54:11.543Z] 04c61d0ddc8b: Preparing [2022-06-27T05:54:11.543Z] f4faeb8aa9e6: Preparing [2022-06-27T05:54:11.543Z] f73e7dbfee58: Preparing [2022-06-27T05:54:11.543Z] f4faeb8aa9e6: Layer already exists [2022-06-27T05:54:11.543Z] 04c61d0ddc8b: Layer already exists [2022-06-27T05:54:11.543Z] 7f2310522542: Layer already exists [2022-06-27T05:54:11.543Z] ab3aa16e66b3: Layer already exists [2022-06-27T05:54:11.543Z] f73e7dbfee58: Layer already exists [2022-06-27T05:54:11.821Z] latest: digest: sha256:85126a3bb47ef46128bb4688c5bbe9941287d88be91417dab5859c7bb5f0b135 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-27T05:54:12.206Z] + docker tag device-snmp-arm64 nexus3.edgexfoundry.org:10004/device-snmp-arm64:2.2.1-dev.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-27T05:54:12.574Z] + docker push nexus3.edgexfoundry.org:10004/device-snmp-arm64:2.2.1-dev.4 [2022-06-27T05:54:12.574Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-snmp-arm64] [2022-06-27T05:54:12.574Z] ab3aa16e66b3: Preparing [2022-06-27T05:54:12.574Z] 7f2310522542: Preparing [2022-06-27T05:54:12.574Z] 04c61d0ddc8b: Preparing [2022-06-27T05:54:12.574Z] f4faeb8aa9e6: Preparing [2022-06-27T05:54:12.574Z] f73e7dbfee58: Preparing [2022-06-27T05:54:12.574Z] ab3aa16e66b3: Layer already exists [2022-06-27T05:54:12.574Z] 04c61d0ddc8b: Layer already exists [2022-06-27T05:54:12.574Z] f73e7dbfee58: Layer already exists [2022-06-27T05:54:12.574Z] 7f2310522542: Layer already exists [2022-06-27T05:54:12.574Z] f4faeb8aa9e6: Layer already exists [2022-06-27T05:54:12.851Z] 2.2.1-dev.4: digest: sha256:85126a3bb47ef46128bb4688c5bbe9941287d88be91417dab5859c7bb5f0b135 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-27T05:54:13.229Z] + docker tag device-snmp-arm64 nexus3.edgexfoundry.org:10004/device-snmp-arm64:4bd3e3f348316c3d3f0178918439f0265993f5e7-2.2.1-dev.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-27T05:54:13.602Z] + docker push nexus3.edgexfoundry.org:10004/device-snmp-arm64:4bd3e3f348316c3d3f0178918439f0265993f5e7-2.2.1-dev.4 [2022-06-27T05:54:13.602Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-snmp-arm64] [2022-06-27T05:54:13.602Z] ab3aa16e66b3: Preparing [2022-06-27T05:54:13.602Z] 7f2310522542: Preparing [2022-06-27T05:54:13.602Z] 04c61d0ddc8b: Preparing [2022-06-27T05:54:13.602Z] f4faeb8aa9e6: Preparing [2022-06-27T05:54:13.602Z] f73e7dbfee58: Preparing [2022-06-27T05:54:13.602Z] ab3aa16e66b3: Layer already exists [2022-06-27T05:54:13.602Z] f4faeb8aa9e6: Layer already exists [2022-06-27T05:54:13.602Z] f73e7dbfee58: Layer already exists [2022-06-27T05:54:13.602Z] 7f2310522542: Layer already exists [2022-06-27T05:54:13.602Z] 04c61d0ddc8b: Layer already exists [2022-06-27T05:54:13.879Z] 4bd3e3f348316c3d3f0178918439f0265993f5e7-2.2.1-dev.4: digest: sha256:85126a3bb47ef46128bb4688c5bbe9941287d88be91417dab5859c7bb5f0b135 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-27T05:54:14.254Z] + docker tag device-snmp-arm64 nexus3.edgexfoundry.org:10004/device-snmp-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-27T05:54:14.635Z] + docker push nexus3.edgexfoundry.org:10004/device-snmp-arm64:main [2022-06-27T05:54:14.635Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-snmp-arm64] [2022-06-27T05:54:14.635Z] ab3aa16e66b3: Preparing [2022-06-27T05:54:14.635Z] 7f2310522542: Preparing [2022-06-27T05:54:14.635Z] 04c61d0ddc8b: Preparing [2022-06-27T05:54:14.635Z] f4faeb8aa9e6: Preparing [2022-06-27T05:54:14.635Z] f73e7dbfee58: Preparing [2022-06-27T05:54:14.635Z] 04c61d0ddc8b: Layer already exists [2022-06-27T05:54:14.635Z] 7f2310522542: Layer already exists [2022-06-27T05:54:14.635Z] f73e7dbfee58: Layer already exists [2022-06-27T05:54:14.635Z] ab3aa16e66b3: Layer already exists [2022-06-27T05:54:14.635Z] f4faeb8aa9e6: Layer already exists [2022-06-27T05:54:14.910Z] main: digest: sha256:85126a3bb47ef46128bb4688c5bbe9941287d88be91417dab5859c7bb5f0b135 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-06-27T05:54:14.978Z] ===================================================== [Pipeline] echo [2022-06-27T05:54:14.988Z] taggedImages: [2022-06-27T05:54:14.988Z] - nexus3.edgexfoundry.org:10004/device-snmp-arm64:4bd3e3f348316c3d3f0178918439f0265993f5e7 [2022-06-27T05:54:14.988Z] - nexus3.edgexfoundry.org:10004/device-snmp-arm64:latest [2022-06-27T05:54:14.988Z] - nexus3.edgexfoundry.org:10004/device-snmp-arm64:2.2.1-dev.4 [2022-06-27T05:54:14.988Z] - nexus3.edgexfoundry.org:10004/device-snmp-arm64:4bd3e3f348316c3d3f0178918439f0265993f5e7-2.2.1-dev.4 [2022-06-27T05:54:14.988Z] - nexus3.edgexfoundry.org:10004/device-snmp-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-27T05:54:15.365Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-06-27T05:54:15.365Z] [2022-06-27T05:54:15.365Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-27T05:54:15.722Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-06-27T05:54:15.998Z] arm64: Pulling from edgex-lftools-log-publisher [2022-06-27T05:54:15.998Z] 8998bd30e6a1: Pulling fs layer [2022-06-27T05:54:15.998Z] 04944245beec: Pulling fs layer [2022-06-27T05:54:15.998Z] 699f458cf7ca: Pulling fs layer [2022-06-27T05:54:15.998Z] 765212b225bb: Pulling fs layer [2022-06-27T05:54:15.998Z] f23df028b6ca: Pulling fs layer [2022-06-27T05:54:15.998Z] d65c8cfc05b1: Pulling fs layer [2022-06-27T05:54:15.998Z] 2437ff75d9bd: Pulling fs layer [2022-06-27T05:54:15.998Z] f23df028b6ca: Waiting [2022-06-27T05:54:15.998Z] d65c8cfc05b1: Waiting [2022-06-27T05:54:15.998Z] 2437ff75d9bd: Waiting [2022-06-27T05:54:15.998Z] 765212b225bb: Waiting [2022-06-27T05:54:15.998Z] 04944245beec: Verifying Checksum [2022-06-27T05:54:15.998Z] 04944245beec: Download complete [2022-06-27T05:54:15.998Z] 765212b225bb: Verifying Checksum [2022-06-27T05:54:15.998Z] 765212b225bb: Download complete [2022-06-27T05:54:15.998Z] f23df028b6ca: Verifying Checksum [2022-06-27T05:54:15.998Z] f23df028b6ca: Download complete [2022-06-27T05:54:15.998Z] d65c8cfc05b1: Verifying Checksum [2022-06-27T05:54:15.998Z] d65c8cfc05b1: Download complete [2022-06-27T05:54:16.274Z] 699f458cf7ca: Verifying Checksum [2022-06-27T05:54:16.274Z] 699f458cf7ca: Download complete [2022-06-27T05:54:16.549Z] 8998bd30e6a1: Verifying Checksum [2022-06-27T05:54:16.549Z] 8998bd30e6a1: Download complete [2022-06-27T05:54:19.176Z] 2437ff75d9bd: Download complete [2022-06-27T05:54:21.160Z] 8998bd30e6a1: Pull complete [2022-06-27T05:54:21.434Z] 04944245beec: Pull complete [2022-06-27T05:54:22.877Z] 699f458cf7ca: Pull complete [2022-06-27T05:54:23.153Z] 765212b225bb: Pull complete [2022-06-27T05:54:24.133Z] f23df028b6ca: Pull complete [2022-06-27T05:54:24.133Z] d65c8cfc05b1: Pull complete [2022-06-27T05:54:39.238Z] 2437ff75d9bd: Pull complete [2022-06-27T05:54:39.238Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2022-06-27T05:54:39.238Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-06-27T05:54:39.238Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-06-27T05:54:39.498Z] prd-ubuntu20.04-docker-arm64-4c-16g-16068 does not seem to be running inside a container [2022-06-27T05:54:39.588Z] $ 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/35 -v /w/workspace/device-snmp-go/35:/w/workspace/device-snmp-go/35:rw,z -v /w/workspace/device-snmp-go/35@tmp:/w/workspace/device-snmp-go/35@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2022-06-27T05:54:42.340Z] $ docker top ae9cf05093dc94bf865748b1067644322b0ec77804c8ef6d327afdb0094751f9 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-06-27T05:54:43.297Z] ---> job-cost.sh [2022-06-27T05:54:43.297Z] lf-activate-venv: SKIPPING [2022-06-27T05:54:43.297Z] INFO: No Stack... [2022-06-27T05:54:43.572Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2022-06-27T05:54:44.554Z] INFO: Archiving Costs [Pipeline] sh [2022-06-27T05:54:45.219Z] + cat /w/workspace/device-snmp-go/35/archives/cost.csv [2022-06-27T05:54:45.219Z] + cut -d, -f6 [Pipeline] lock [2022-06-27T05:54:45.286Z] Trying to acquire lock on [jenkins-edgexfoundry-device-snmp-go-main-35-stack-cost] [2022-06-27T05:54:45.293Z] Resource [jenkins-edgexfoundry-device-snmp-go-main-35-stack-cost] did not exist. Created. [2022-06-27T05:54:45.293Z] Lock acquired on [jenkins-edgexfoundry-device-snmp-go-main-35-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-06-27T05:54:45.972Z] /w/workspace/device-snmp-go/35@tmp/durable-2388b348/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2022-06-27T05:54:46.653Z] + echo total: 0.10999999940395355 [Pipeline] stash [2022-06-27T05:54:46.683Z] Warning: overwriting stash ‘stack-cost’ [2022-06-27T05:54:46.729Z] Stashed 1 file(s) [Pipeline] } [2022-06-27T05:54:46.735Z] Lock released on resource [jenkins-edgexfoundry-device-snmp-go-main-35-stack-cost] [Pipeline] // lock [Pipeline] } [2022-06-27T05:54:46.756Z] $ docker stop --time=1 ae9cf05093dc94bf865748b1067644322b0ec77804c8ef6d327afdb0094751f9 [2022-06-27T05:54:48.305Z] $ docker rm -f ae9cf05093dc94bf865748b1067644322b0ec77804c8ef6d327afdb0094751f9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider [2022-06-27T05:54:48.810Z] provisioning config files... [2022-06-27T05:54:48.822Z] copy managed file [device-snmp-go-codecov-token] to file:/w/workspace/edgexfoundry_device-snmp-go_main@tmp/config4259992712207858300tmp [Pipeline] { [Pipeline] sh [2022-06-27T05:54:49.130Z] + set +x [2022-06-27T05:54:49.130Z] + curl -s https://codecov.io/bash [2022-06-27T05:54:49.130Z] + bash -s -- [2022-06-27T05:54:49.130Z] [2022-06-27T05:54:49.130Z] _____ _ [2022-06-27T05:54:49.130Z] / ____| | | [2022-06-27T05:54:49.130Z] | | ___ __| | ___ ___ _____ __ [2022-06-27T05:54:49.130Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2022-06-27T05:54:49.130Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2022-06-27T05:54:49.130Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2022-06-27T05:54:49.130Z] Bash-1.0.6 [2022-06-27T05:54:49.130Z] [2022-06-27T05:54:49.131Z] [2022-06-27T05:54:49.131Z] ==> git version 2.25.1 found [2022-06-27T05:54:49.131Z] ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 [2022-06-27T05:54:49.131Z] Release-Date: 2020-01-08 [2022-06-27T05:54:49.131Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2022-06-27T05:54:49.131Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2022-06-27T05:54:49.131Z] ==> Jenkins CI detected. [2022-06-27T05:54:49.131Z] current dir:  /w/workspace/edgexfoundry_device-snmp-go_main [2022-06-27T05:54:49.131Z] project root: . [2022-06-27T05:54:49.131Z] --> token set from env [2022-06-27T05:54:49.131Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2022-06-27T05:54:49.131Z] ==> Running gcov in . (disable via -X gcov) [2022-06-27T05:54:49.131Z] ==> Python coveragepy not found [2022-06-27T05:54:49.131Z] ==> Searching for coverage reports in: [2022-06-27T05:54:49.131Z] + . [2022-06-27T05:54:49.131Z] -> Found 1 reports [2022-06-27T05:54:49.131Z] ==> Detecting git/mercurial file structure [2022-06-27T05:54:49.131Z] ==> Reading reports [2022-06-27T05:54:49.131Z] + ./coverage.out bytes=7631 [2022-06-27T05:54:49.131Z] ==> Appending adjustments [2022-06-27T05:54:49.131Z] https://docs.codecov.io/docs/fixing-reports [2022-06-27T05:54:49.392Z] + Found adjustments [2022-06-27T05:54:49.392Z] ==> Gzipping contents [2022-06-27T05:54:49.392Z] 4.0K /tmp/codecov.8x8oVX.gz [2022-06-27T05:54:49.392Z] ==> Uploading reports [2022-06-27T05:54:49.392Z] url: https://codecov.io [2022-06-27T05:54:49.392Z] query: branch=main&commit=4bd3e3f348316c3d3f0178918439f0265993f5e7&build=35&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-snmp-go%2Fjob%2Fmain%2F35%2F&name=&tag=&slug=edgexfoundry%2Fdevice-snmp-go&service=jenkins&flags=&pr=&job=&cmd_args= [2022-06-27T05:54:49.392Z] -> Pinging Codecov [2022-06-27T05:54:49.392Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=e9e976b9-c0d0-4429-b0a4-10cb999871be&branch=main&commit=4bd3e3f348316c3d3f0178918439f0265993f5e7&build=35&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-snmp-go%2Fjob%2Fmain%2F35%2F&name=&tag=&slug=edgexfoundry%2Fdevice-snmp-go&service=jenkins&flags=&pr=&job=&cmd_args= [2022-06-27T05:54:49.652Z] -> Uploading to [2022-06-27T05:54:49.652Z] https://storage.googleapis.com/codecov/v4/raw/2022-06-27/6C56EA5C29638FB4528AC87E60AF5AE0/4bd3e3f348316c3d3f0178918439f0265993f5e7/b6606c0b-a011-4b68-b67c-26b779ade288.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20220627%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220627T055449Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=24b14a6dea269a8810b016bac843fb7a34f72d76bd5140377e6430bcf04b2903 [2022-06-27T05:54:49.652Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-06-27T05:54:49.652Z] Dload Upload Total Spent Left Speed [2022-06-27T05:54:49.914Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1603 0 0 100 1603 0 7253 --:--:-- --:--:-- --:--:-- 7253 [2022-06-27T05:54:49.914Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-snmp-go/commit/4bd3e3f348316c3d3f0178918439f0265993f5e7 [Pipeline] } [2022-06-27T05:54:49.923Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2022-06-27T05:54:50.093Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2022-06-27T05:54:50.102Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-27T05:54:50.397Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2022-06-27T05:54:50.397Z] [2022-06-27T05:54:50.397Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-27T05:54:50.701Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2022-06-27T05:54:50.701Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2022-06-27T05:54:50.701Z] df9b9388f04a: Pulling fs layer [2022-06-27T05:54:50.701Z] 52dc419b0ee2: Pulling fs layer [2022-06-27T05:54:50.701Z] 25bc292e5bac: Pulling fs layer [2022-06-27T05:54:50.701Z] 114826534d7a: Pulling fs layer [2022-06-27T05:54:50.701Z] 4657fd5d0bcf: Pulling fs layer [2022-06-27T05:54:50.701Z] 6ad1cebc031e: Pulling fs layer [2022-06-27T05:54:50.701Z] 114826534d7a: Waiting [2022-06-27T05:54:50.701Z] 4657fd5d0bcf: Waiting [2022-06-27T05:54:50.701Z] 8a3aa393b2d8: Pulling fs layer [2022-06-27T05:54:50.701Z] 6ad1cebc031e: Waiting [2022-06-27T05:54:50.701Z] 8a3aa393b2d8: Waiting [2022-06-27T05:54:50.701Z] 25bc292e5bac: Download complete [2022-06-27T05:54:50.701Z] 52dc419b0ee2: Download complete [2022-06-27T05:54:50.701Z] 4657fd5d0bcf: Verifying Checksum [2022-06-27T05:54:50.701Z] 4657fd5d0bcf: Download complete [2022-06-27T05:54:50.701Z] df9b9388f04a: Verifying Checksum [2022-06-27T05:54:50.701Z] df9b9388f04a: Download complete [2022-06-27T05:54:50.963Z] 6ad1cebc031e: Verifying Checksum [2022-06-27T05:54:50.963Z] 6ad1cebc031e: Download complete [2022-06-27T05:54:50.963Z] df9b9388f04a: Pull complete [2022-06-27T05:54:50.963Z] 52dc419b0ee2: Pull complete [2022-06-27T05:54:51.223Z] 25bc292e5bac: Pull complete [2022-06-27T05:54:51.483Z] 114826534d7a: Verifying Checksum [2022-06-27T05:54:51.483Z] 114826534d7a: Download complete [2022-06-27T05:54:51.483Z] 8a3aa393b2d8: Verifying Checksum [2022-06-27T05:54:51.483Z] 8a3aa393b2d8: Download complete [2022-06-27T05:54:55.686Z] 114826534d7a: Pull complete [2022-06-27T05:54:55.686Z] 4657fd5d0bcf: Pull complete [2022-06-27T05:54:55.948Z] 6ad1cebc031e: Pull complete [2022-06-27T05:54:59.249Z] 8a3aa393b2d8: Pull complete [2022-06-27T05:54:59.249Z] Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 [2022-06-27T05:54:59.249Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2022-06-27T05:54:59.249Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-06-27T05:54:59.355Z] prd-ubuntu20.04-docker-8c-8g-16066 does not seem to be running inside a container [2022-06-27T05:54:59.395Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgexfoundry_device-snmp-go_main -v /w/workspace/edgexfoundry_device-snmp-go_main:/w/workspace/edgexfoundry_device-snmp-go_main:rw,z -v /w/workspace/edgexfoundry_device-snmp-go_main@tmp:/w/workspace/edgexfoundry_device-snmp-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2022-06-27T05:55:01.791Z] $ docker top 07e08ebcb5a3be6610108026a4413dcba80d9344201fc5cf29119bc94f982d66 -eo pid,comm [Pipeline] { [Pipeline] echo [2022-06-27T05:55:01.870Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-snmp-go:main' [Pipeline] sh [2022-06-27T05:55:02.154Z] + set -o pipefail [2022-06-27T05:55:02.154Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-snmp-go:main' [2022-06-27T05:55:08.831Z] [2022-06-27T05:55:08.831Z] Monitoring /w/workspace/edgexfoundry_device-snmp-go_main (github.com/edgexfoundry/device-snmp-go)... [2022-06-27T05:55:08.831Z] [2022-06-27T05:55:08.831Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/9149b8c6-e1cc-4c56-9b65-be0ccb6e0e00/history/bf03fcc2-dd2b-4ead-8536-1b6c9dc4a4d4 [2022-06-27T05:55:08.831Z] [2022-06-27T05:55:08.831Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2022-06-27T05:55:08.831Z] [2022-06-27T05:55:08.831Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2022-06-27T05:55:08.831Z] [2022-06-27T05:55:08.831Z] [2022-06-27T05:55:08.831Z] You have reached your monthly limit of 401 private tests for your edgex-jenkins org. [2022-06-27T05:55:08.831Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2022-06-27T05:55:08.842Z] $ docker stop --time=1 07e08ebcb5a3be6610108026a4413dcba80d9344201fc5cf29119bc94f982d66 [2022-06-27T05:55:11.213Z] $ docker rm -f 07e08ebcb5a3be6610108026a4413dcba80d9344201fc5cf29119bc94f982d66 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-06-27T05:55:12.023Z] + git log --format=format:%s -1 4bd3e3f348316c3d3f0178918439f0265993f5e7 [Pipeline] sh [2022-06-27T05:55:12.322Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-06-27T05:55:12.322Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-27T05:55:12.639Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-06-27T05:55:12.639Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-06-27T05:55:12.725Z] prd-ubuntu20.04-docker-8c-8g-16066 does not seem to be running inside a container [2022-06-27T05:55:12.760Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-snmp-go_main -v /w/workspace/edgexfoundry_device-snmp-go_main:/w/workspace/edgexfoundry_device-snmp-go_main:rw,z -v /w/workspace/edgexfoundry_device-snmp-go_main@tmp:/w/workspace/edgexfoundry_device-snmp-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2022-06-27T05:55:13.218Z] $ docker top 242b1b54dd3bd4039bd40bc4f35edcb2f17d8fd7ba7773a40810c99cb4eeb5b0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-06-27T05:55:13.318Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-06-27T05:55:13.318Z] [ssh-agent] Looking for ssh-agent implementation... [2022-06-27T05:55:13.462Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-06-27T05:55:13.465Z] $ docker exec 242b1b54dd3bd4039bd40bc4f35edcb2f17d8fd7ba7773a40810c99cb4eeb5b0 ssh-agent [2022-06-27T05:55:13.605Z] SSH_AUTH_SOCK=/tmp/ssh-wDspDAE72l6Q/agent.34 [2022-06-27T05:55:13.605Z] SSH_AGENT_PID=40 [2022-06-27T05:55:13.611Z] Running ssh-add (command line suppressed) [2022-06-27T05:55:13.746Z] Identity added: /w/workspace/edgexfoundry_device-snmp-go_main@tmp/private_key_8636024068252673663.key (/w/workspace/edgexfoundry_device-snmp-go_main@tmp/private_key_8636024068252673663.key) [2022-06-27T05:55:13.762Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-06-27T05:55:14.053Z] + git semver tag [2022-06-27T05:55:14.314Z] 2022-06-27 05:55:14,246 [run_tag] DEBUG tag force:False [2022-06-27T05:55:14.314Z] 2022-06-27 05:55:14,246 [check_head_tag] DEBUG check head tag [2022-06-27T05:55:14.314Z] 2022-06-27 05:55:14,247 [execute] INFO git cat-file --batch-check [2022-06-27T05:55:14.314Z] 2022-06-27 05:55:14,247 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-snmp-go_main, universal_newlines=False, shell=None, istream=) [2022-06-27T05:55:14.314Z] 2022-06-27 05:55:14,251 [execute] INFO git cat-file --batch [2022-06-27T05:55:14.314Z] 2022-06-27 05:55:14,251 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-snmp-go_main, universal_newlines=False, shell=None, istream=) [2022-06-27T05:55:14.314Z] 2022-06-27 05:55:14,260 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-snmp-go_main/.semver/main [2022-06-27T05:55:14.314Z] 2022-06-27 05:55:14,260 [execute] INFO git tag -a v2.2.1-dev.4 -m v2.2.1-dev.4 [2022-06-27T05:55:14.314Z] 2022-06-27 05:55:14,261 [execute] DEBUG Popen(['git', 'tag', '-a', 'v2.2.1-dev.4', '-m', 'v2.2.1-dev.4'], cwd=/w/workspace/edgexfoundry_device-snmp-go_main, universal_newlines=False, shell=None, istream=None) [2022-06-27T05:55:14.314Z] 2022-06-27 05:55:14,266 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-snmp-go_main/.semver/main [2022-06-27T05:55:14.314Z] 2.2.1-dev.4 [Pipeline] } [2022-06-27T05:55:14.325Z] $ docker exec --env ******** --env ******** 242b1b54dd3bd4039bd40bc4f35edcb2f17d8fd7ba7773a40810c99cb4eeb5b0 ssh-agent -k [2022-06-27T05:55:14.446Z] unset SSH_AUTH_SOCK; [2022-06-27T05:55:14.446Z] unset SSH_AGENT_PID; [2022-06-27T05:55:14.446Z] echo Agent pid 40 killed; [2022-06-27T05:55:14.458Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-06-27T05:55:14.770Z] + git semver [Pipeline] } [2022-06-27T05:55:15.045Z] $ docker stop --time=1 242b1b54dd3bd4039bd40bc4f35edcb2f17d8fd7ba7773a40810c99cb4eeb5b0 [2022-06-27T05:55:16.347Z] $ docker rm -f 242b1b54dd3bd4039bd40bc4f35edcb2f17d8fd7ba7773a40810c99cb4eeb5b0 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-27T05:55:16.743Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2022-06-27T05:55:16.743Z] [2022-06-27T05:55:16.743Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-27T05:55:17.046Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2022-06-27T05:55:17.046Z] 0.23.1-centos7: Pulling from edgex-lftools [2022-06-27T05:55:17.046Z] ab5ef0e58194: Pulling fs layer [2022-06-27T05:55:17.046Z] 9712f1f96733: Pulling fs layer [2022-06-27T05:55:17.046Z] 63f879dbbcfc: Pulling fs layer [2022-06-27T05:55:17.046Z] 0d9ebad4ef96: Pulling fs layer [2022-06-27T05:55:17.046Z] e9a5061849ea: Pulling fs layer [2022-06-27T05:55:17.046Z] d747dcd14b5f: Pulling fs layer [2022-06-27T05:55:17.046Z] 2de7ff778b66: Pulling fs layer [2022-06-27T05:55:17.046Z] 0d9ebad4ef96: Waiting [2022-06-27T05:55:17.046Z] e9a5061849ea: Waiting [2022-06-27T05:55:17.046Z] d747dcd14b5f: Waiting [2022-06-27T05:55:17.046Z] 2de7ff778b66: Waiting [2022-06-27T05:55:17.046Z] 9712f1f96733: Verifying Checksum [2022-06-27T05:55:17.046Z] 9712f1f96733: Download complete [2022-06-27T05:55:17.307Z] 63f879dbbcfc: Verifying Checksum [2022-06-27T05:55:17.307Z] 63f879dbbcfc: Download complete [2022-06-27T05:55:17.568Z] 0d9ebad4ef96: Verifying Checksum [2022-06-27T05:55:17.568Z] 0d9ebad4ef96: Download complete [2022-06-27T05:55:17.568Z] d747dcd14b5f: Download complete [2022-06-27T05:55:17.568Z] e9a5061849ea: Verifying Checksum [2022-06-27T05:55:17.568Z] e9a5061849ea: Download complete [2022-06-27T05:55:17.568Z] 2de7ff778b66: Verifying Checksum [2022-06-27T05:55:17.568Z] 2de7ff778b66: Download complete [2022-06-27T05:55:17.828Z] ab5ef0e58194: Verifying Checksum [2022-06-27T05:55:17.828Z] ab5ef0e58194: Download complete [2022-06-27T05:55:21.123Z] ab5ef0e58194: Pull complete [2022-06-27T05:55:21.123Z] 9712f1f96733: Pull complete [2022-06-27T05:55:21.693Z] 63f879dbbcfc: Pull complete [2022-06-27T05:55:25.893Z] 0d9ebad4ef96: Pull complete [2022-06-27T05:55:26.153Z] e9a5061849ea: Pull complete [2022-06-27T05:55:26.153Z] d747dcd14b5f: Pull complete [2022-06-27T05:55:27.533Z] 2de7ff778b66: Pull complete [2022-06-27T05:55:27.533Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2022-06-27T05:55:27.533Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2022-06-27T05:55:27.533Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-06-27T05:55:27.625Z] prd-ubuntu20.04-docker-8c-8g-16066 does not seem to be running inside a container [2022-06-27T05:55:27.658Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_device-snmp-go_main -v /w/workspace/edgexfoundry_device-snmp-go_main:/w/workspace/edgexfoundry_device-snmp-go_main:rw,z -v /w/workspace/edgexfoundry_device-snmp-go_main@tmp:/w/workspace/edgexfoundry_device-snmp-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2022-06-27T05:55:30.160Z] $ docker top 607211951eec3e703c7f9b030d98387b12b6f80be260e065756b66c8741f62ab -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2022-06-27T05:55:30.247Z] provisioning config files... [2022-06-27T05:55:30.254Z] copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_device-snmp-go_main@tmp/config7854355217321794113tmp [2022-06-27T05:55:30.266Z] copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_device-snmp-go_main@tmp/config1931794416672168270tmp [2022-06-27T05:55:30.278Z] copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_device-snmp-go_main@tmp/config344350470082473850tmp [Pipeline] { [Pipeline] echo [2022-06-27T05:55:30.293Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2022-06-27T05:55:30.577Z] ---> sigul-configuration.sh [2022-06-27T05:55:30.577Z] gpg: directory `/root/.gnupg' created [2022-06-27T05:55:30.577Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2022-06-27T05:55:30.577Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2022-06-27T05:55:30.577Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2022-06-27T05:55:30.577Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2022-06-27T05:55:30.577Z] gpg: CAST5 encrypted data [2022-06-27T05:55:30.577Z] gpg: encrypted with 1 passphrase [2022-06-27T05:55:30.577Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2022-06-27T05:55:30.869Z] + mkdir /home/jenkins [2022-06-27T05:55:30.869Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2022-06-27T05:55:31.161Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2022-06-27T05:55:31.170Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2022-06-27T05:55:31.459Z] ---> sigul-install.sh [2022-06-27T05:55:31.459Z] Sigul already installed; skipping installation. [Pipeline] sh [2022-06-27T05:55:31.750Z] + git tag --list [2022-06-27T05:55:31.750Z] 1.0.0 [2022-06-27T05:55:31.750Z] v0.0.0 [2022-06-27T05:55:31.750Z] v1.1.0 [2022-06-27T05:55:31.750Z] v1.1.1 [2022-06-27T05:55:31.750Z] v1.2.2 [2022-06-27T05:55:31.750Z] v1.3.0 [2022-06-27T05:55:31.750Z] v1.3.1 [2022-06-27T05:55:31.750Z] v2.0.0 [2022-06-27T05:55:31.750Z] v2.1.0 [2022-06-27T05:55:31.750Z] v2.1.1 [2022-06-27T05:55:31.750Z] v2.1.1-dev.2 [2022-06-27T05:55:31.750Z] v2.1.1-dev.3 [2022-06-27T05:55:31.750Z] v2.2.0 [2022-06-27T05:55:31.750Z] v2.2.1-dev.1 [2022-06-27T05:55:31.750Z] v2.2.1-dev.2 [2022-06-27T05:55:31.750Z] v2.2.1-dev.3 [2022-06-27T05:55:31.750Z] v2.2.1-dev.4 [Pipeline] sh [2022-06-27T05:55:32.041Z] + lftools sign git-tag v2.2.1-dev.4 [2022-06-27T05:55:32.612Z] Signing Git tag with Sigul... [2022-06-27T05:55:32.612Z] Signing v2.2.1-dev.4 [Pipeline] echo [2022-06-27T05:55:32.883Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2022-06-27T05:55:33.172Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2022-06-27T05:55:33.181Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2022-06-27T05:55:33.200Z] $ docker stop --time=1 607211951eec3e703c7f9b030d98387b12b6f80be260e065756b66c8741f62ab [2022-06-27T05:55:34.527Z] $ docker rm -f 607211951eec3e703c7f9b030d98387b12b6f80be260e065756b66c8741f62ab [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2022-06-27T05:55:34.945Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-06-27T05:55:34.945Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-27T05:55:35.243Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-06-27T05:55:35.243Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-06-27T05:55:35.327Z] prd-ubuntu20.04-docker-8c-8g-16066 does not seem to be running inside a container [2022-06-27T05:55:35.360Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-snmp-go_main -v /w/workspace/edgexfoundry_device-snmp-go_main:/w/workspace/edgexfoundry_device-snmp-go_main:rw,z -v /w/workspace/edgexfoundry_device-snmp-go_main@tmp:/w/workspace/edgexfoundry_device-snmp-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2022-06-27T05:55:35.730Z] $ docker top cb911dd67180cf1d5c69d67d3da1f89041817fbecb7c17abbfa5bc6b5602ec95 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-06-27T05:55:35.824Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-06-27T05:55:35.824Z] [ssh-agent] Looking for ssh-agent implementation... [2022-06-27T05:55:35.941Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-06-27T05:55:35.945Z] $ docker exec cb911dd67180cf1d5c69d67d3da1f89041817fbecb7c17abbfa5bc6b5602ec95 ssh-agent [2022-06-27T05:55:36.065Z] SSH_AUTH_SOCK=/tmp/ssh-QqzSnM286SYr/agent.33 [2022-06-27T05:55:36.065Z] SSH_AGENT_PID=39 [2022-06-27T05:55:36.069Z] Running ssh-add (command line suppressed) [2022-06-27T05:55:36.179Z] Identity added: /w/workspace/edgexfoundry_device-snmp-go_main@tmp/private_key_3796553427560519455.key (/w/workspace/edgexfoundry_device-snmp-go_main@tmp/private_key_3796553427560519455.key) [2022-06-27T05:55:36.193Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-06-27T05:55:36.483Z] + git semver bump pre [2022-06-27T05:55:36.743Z] 2022-06-27 05:55:36,651 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-snmp-go_main/.semver/main [2022-06-27T05:55:36.743Z] 2022-06-27 05:55:36,651 [bump_version] DEBUG bumping version:2.2.1-dev.4 on axis:pre with prefix:dev [2022-06-27T05:55:36.743Z] 2022-06-27 05:55:36,651 [bump_version] DEBUG bumped version:2.2.1-dev.5 [2022-06-27T05:55:36.743Z] 2022-06-27 05:55:36,651 [write_version] DEBUG write version:2.2.1-dev.5 to path:/w/workspace/edgexfoundry_device-snmp-go_main/.semver/main with force:True [2022-06-27T05:55:36.743Z] 2022-06-27 05:55:36,651 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-snmp-go_main/.semver/main [2022-06-27T05:55:36.743Z] 2022-06-27 05:55:36,651 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_device-snmp-go_main/.semver/main [2022-06-27T05:55:36.743Z] 2022-06-27 05:55:36,653 [execute] INFO git cat-file --batch-check [2022-06-27T05:55:36.743Z] 2022-06-27 05:55:36,654 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-snmp-go_main/.semver, universal_newlines=False, shell=None, istream=) [2022-06-27T05:55:36.743Z] 2022-06-27 05:55:36,658 [execute] INFO git cat-file --batch [2022-06-27T05:55:36.743Z] 2022-06-27 05:55:36,659 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-snmp-go_main/.semver, universal_newlines=False, shell=None, istream=) [2022-06-27T05:55:36.743Z] 2022-06-27 05:55:36,663 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-snmp-go_main/.semver/main [2022-06-27T05:55:36.743Z] 2.2.1-dev.5 [Pipeline] } [2022-06-27T05:55:36.754Z] $ docker exec --env ******** --env ******** cb911dd67180cf1d5c69d67d3da1f89041817fbecb7c17abbfa5bc6b5602ec95 ssh-agent -k [2022-06-27T05:55:36.862Z] unset SSH_AUTH_SOCK; [2022-06-27T05:55:36.862Z] unset SSH_AGENT_PID; [2022-06-27T05:55:36.862Z] echo Agent pid 39 killed; [2022-06-27T05:55:36.874Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-06-27T05:55:37.180Z] + git semver [Pipeline] } [2022-06-27T05:55:37.454Z] $ docker stop --time=1 cb911dd67180cf1d5c69d67d3da1f89041817fbecb7c17abbfa5bc6b5602ec95 [2022-06-27T05:55:38.743Z] $ docker rm -f cb911dd67180cf1d5c69d67d3da1f89041817fbecb7c17abbfa5bc6b5602ec95 [Pipeline] // withDockerContainer [Pipeline] sh [2022-06-27T05:55:39.098Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-06-27T05:55:39.098Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-27T05:55:39.402Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-06-27T05:55:39.403Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-06-27T05:55:39.481Z] prd-ubuntu20.04-docker-8c-8g-16066 does not seem to be running inside a container [2022-06-27T05:55:39.512Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-snmp-go_main -v /w/workspace/edgexfoundry_device-snmp-go_main:/w/workspace/edgexfoundry_device-snmp-go_main:rw,z -v /w/workspace/edgexfoundry_device-snmp-go_main@tmp:/w/workspace/edgexfoundry_device-snmp-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2022-06-27T05:55:39.872Z] $ docker top 6c5e45df3dcd8e40af249dfba0da119d0c5237e8dba8201eb2bdd142e79a422e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-06-27T05:55:39.968Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-06-27T05:55:39.968Z] [ssh-agent] Looking for ssh-agent implementation... [2022-06-27T05:55:40.100Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-06-27T05:55:40.104Z] $ docker exec 6c5e45df3dcd8e40af249dfba0da119d0c5237e8dba8201eb2bdd142e79a422e ssh-agent [2022-06-27T05:55:40.234Z] SSH_AUTH_SOCK=/tmp/ssh-xa4JyVuEgQgt/agent.34 [2022-06-27T05:55:40.234Z] SSH_AGENT_PID=41 [2022-06-27T05:55:40.239Z] Running ssh-add (command line suppressed) [2022-06-27T05:55:40.365Z] Identity added: /w/workspace/edgexfoundry_device-snmp-go_main@tmp/private_key_867061786784202814.key (/w/workspace/edgexfoundry_device-snmp-go_main@tmp/private_key_867061786784202814.key) [2022-06-27T05:55:40.381Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-06-27T05:55:40.675Z] + git semver push [2022-06-27T05:55:40.936Z] 2022-06-27 05:55:40,881 [run_push] DEBUG push [2022-06-27T05:55:40.936Z] 2022-06-27 05:55:40,882 [execute] INFO git cat-file --batch-check [2022-06-27T05:55:40.936Z] 2022-06-27 05:55:40,882 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-snmp-go_main/.semver, universal_newlines=False, shell=None, istream=) [2022-06-27T05:55:40.936Z] 2022-06-27 05:55:40,887 [execute] INFO git rev-list c3c196c60cc8d22c88fe34c4b35924c57e08652e -- [2022-06-27T05:55:40.936Z] 2022-06-27 05:55:40,887 [execute] DEBUG Popen(['git', 'rev-list', 'c3c196c60cc8d22c88fe34c4b35924c57e08652e', '--'], cwd=/w/workspace/edgexfoundry_device-snmp-go_main/.semver, universal_newlines=False, shell=None, istream=None) [2022-06-27T05:55:40.936Z] 2022-06-27 05:55:40,895 [execute] INFO git fetch -v origin [2022-06-27T05:55:40.936Z] 2022-06-27 05:55:40,895 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgexfoundry_device-snmp-go_main/.semver, universal_newlines=True, shell=None, istream=None) [2022-06-27T05:55:41.509Z] 2022-06-27 05:55:41,356 [run_push] DEBUG no remote changes detected [2022-06-27T05:55:41.509Z] 2022-06-27 05:55:41,357 [execute] INFO git push origin semver [2022-06-27T05:55:41.509Z] 2022-06-27 05:55:41,357 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgexfoundry_device-snmp-go_main/.semver, universal_newlines=False, shell=None, istream=None) [2022-06-27T05:55:42.453Z] 2022-06-27 05:55:42,185 [run_push] DEBUG push all version tags [2022-06-27T05:55:42.453Z] 2022-06-27 05:55:42,185 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2022-06-27T05:55:42.453Z] 2022-06-27 05:55:42,186 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgexfoundry_device-snmp-go_main, universal_newlines=False, shell=None, istream=None) [2022-06-27T05:55:43.027Z] 2022-06-27 05:55:42,879 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-snmp-go_main/.semver/main [2022-06-27T05:55:43.027Z] 2.2.1-dev.5 [Pipeline] } [2022-06-27T05:55:43.039Z] $ docker exec --env ******** --env ******** 6c5e45df3dcd8e40af249dfba0da119d0c5237e8dba8201eb2bdd142e79a422e ssh-agent -k [2022-06-27T05:55:43.147Z] unset SSH_AUTH_SOCK; [2022-06-27T05:55:43.147Z] unset SSH_AGENT_PID; [2022-06-27T05:55:43.147Z] echo Agent pid 41 killed; [2022-06-27T05:55:43.162Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-06-27T05:55:43.473Z] + git semver [Pipeline] } [2022-06-27T05:55:43.748Z] $ docker stop --time=1 6c5e45df3dcd8e40af249dfba0da119d0c5237e8dba8201eb2bdd142e79a422e [2022-06-27T05:55:45.043Z] $ docker rm -f 6c5e45df3dcd8e40af249dfba0da119d0c5237e8dba8201eb2bdd142e79a422e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2022-06-27T05:55:45.617Z] + [ -d /w/workspace/edgexfoundry_device-snmp-go_main/archives ] [2022-06-27T05:55:45.617Z] + ls -al /w/workspace/edgexfoundry_device-snmp-go_main/archives [2022-06-27T05:55:45.617Z] total 16 [2022-06-27T05:55:45.617Z] drwxr-xr-x 3 root root 4096 Jun 27 05:47 . [2022-06-27T05:55:45.617Z] drwxrwxr-x 10 jenkins jenkins 4096 Jun 27 05:55 .. [2022-06-27T05:55:45.617Z] drwxr-xr-x 2 root root 4096 Jun 27 05:47 cost [2022-06-27T05:55:45.617Z] -rw-r--r-- 1 root root 84 Jun 27 05:47 cost.csv [2022-06-27T05:55:45.617Z] + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_device-snmp-go_main/archives [2022-06-27T05:55:45.617Z] + ls -al /w/workspace/edgexfoundry_device-snmp-go_main/archives [2022-06-27T05:55:45.617Z] total 16 [2022-06-27T05:55:45.617Z] drwxr-xr-x 3 jenkins jenkins 4096 Jun 27 05:47 . [2022-06-27T05:55:45.617Z] drwxrwxr-x 10 jenkins jenkins 4096 Jun 27 05:55 .. [2022-06-27T05:55:45.617Z] drwxr-xr-x 2 jenkins jenkins 4096 Jun 27 05:47 cost [2022-06-27T05:55:45.617Z] -rw-r--r-- 1 jenkins jenkins 84 Jun 27 05:47 cost.csv [Pipeline] libraryResource [Pipeline] sh [2022-06-27T05:55:45.910Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2022-06-27T05:55:46.779Z] ---> package-listing.sh [2022-06-27T05:55:46.779Z] ++ facter osfamily [2022-06-27T05:55:46.779Z] ++ tr '[:upper:]' '[:lower:]' [2022-06-27T05:55:47.042Z] + OS_FAMILY=debian [2022-06-27T05:55:47.042Z] + workspace=/w/workspace/edgexfoundry_device-snmp-go_main [2022-06-27T05:55:47.042Z] + START_PACKAGES=/tmp/packages_start.txt [2022-06-27T05:55:47.042Z] + END_PACKAGES=/tmp/packages_end.txt [2022-06-27T05:55:47.042Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2022-06-27T05:55:47.042Z] + PACKAGES=/tmp/packages_start.txt [2022-06-27T05:55:47.042Z] + '[' /w/workspace/edgexfoundry_device-snmp-go_main ']' [2022-06-27T05:55:47.042Z] + PACKAGES=/tmp/packages_end.txt [2022-06-27T05:55:47.042Z] + case "${OS_FAMILY}" in [2022-06-27T05:55:47.042Z] + dpkg -l [2022-06-27T05:55:47.042Z] + grep '^ii' [2022-06-27T05:55:47.042Z] + '[' -f /tmp/packages_start.txt ']' [2022-06-27T05:55:47.042Z] + '[' -f /tmp/packages_end.txt ']' [2022-06-27T05:55:47.042Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2022-06-27T05:55:47.042Z] + '[' /w/workspace/edgexfoundry_device-snmp-go_main ']' [2022-06-27T05:55:47.042Z] + mkdir -p /w/workspace/edgexfoundry_device-snmp-go_main/archives/ [2022-06-27T05:55:47.042Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_device-snmp-go_main/archives/ [Pipeline] echo [2022-06-27T05:55:47.055Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_device-snmp-go_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2022-06-27T05:55:47.399Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-27T05:55:47.736Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-06-27T05:55:47.737Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-06-27T05:55:47.834Z] prd-ubuntu20.04-docker-8c-8g-16066 does not seem to be running inside a container [2022-06-27T05:55:47.870Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_device-snmp-go_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_device-snmp-go_main -v /w/workspace/edgexfoundry_device-snmp-go_main:/w/workspace/edgexfoundry_device-snmp-go_main:rw,z -v /w/workspace/edgexfoundry_device-snmp-go_main@tmp:/w/workspace/edgexfoundry_device-snmp-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2022-06-27T05:55:48.109Z] $ docker top 4bffe455bee2583c6bfdf34039b406135fe8f10595f63a2f61eea514fce7f18b -eo pid,comm [Pipeline] { [Pipeline] sh [2022-06-27T05:55:48.479Z] + touch /tmp/pre-build-complete [Pipeline] sh [2022-06-27T05:55:48.774Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2022-06-27T05:55:49.067Z] + ls /var/log/sa-host [2022-06-27T05:55:49.068Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-06-27T05:55:49.195Z] provisioning config files... [2022-06-27T05:55:49.205Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-snmp-go_main@tmp/config7445331179537647618tmp [Pipeline] { [Pipeline] echo [2022-06-27T05:55:49.220Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2022-06-27T05:55:49.504Z] ---> create-netrc.sh [Pipeline] } [2022-06-27T05:55:49.513Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2022-06-27T05:55:49.852Z] ---> python-tools-install.sh [Pipeline] echo [2022-06-27T05:55:49.863Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2022-06-27T05:55:50.148Z] ---> sudo-logs.sh [2022-06-27T05:55:50.148Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2022-06-27T05:55:50.183Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2022-06-27T05:55:50.466Z] ---> job-cost.sh [2022-06-27T05:55:50.466Z] lf-activate-venv: SKIPPING [2022-06-27T05:55:50.466Z] DEBUG: total: 0.2199999988079071 [2022-06-27T05:55:50.467Z] INFO: Retrieving Stack Cost... [2022-06-27T05:55:51.038Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-06-27T05:55:51.298Z] INFO: Archiving Costs [Pipeline] echo [2022-06-27T05:55:51.311Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2022-06-27T05:55:51.596Z] ---> logs-deploy.sh [2022-06-27T05:55:51.596Z] lf-activate-venv: SKIPPING [2022-06-27T05:55:51.596Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-snmp-go/main/35 [2022-06-27T05:55:51.596Z] INFO: archiving workspace using pattern(s): [2022-06-27T05:55:52.537Z] Archives upload complete. [2022-06-27T05:55:52.537Z] INFO: archiving logs to Nexus