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 05:45:18 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 05:45:18 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 05:45:18 ========================================================= 05:45:18 EdgeX Global Pipelines Version Info 05:45:18 ========================================================= [Pipeline] libraryResource [Pipeline] sh 05:45:19 ------------------- 05:45:19 stable info: 05:45:19 ------------------- 05:45:19 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 05:45:19 Commit SHA: 2c7614b56cb57ece5b5bdf52d827492071d4cc62 05:45:19 Message: update stable to v1.0.234 05:45:20 ------------------- 05:45:20 experimental info: 05:45:20 ------------------- 05:45:20 Commited By: **** collab-it+edgex@linuxfoundation.org 05:45:20 Commit SHA: 2c7614b56cb57ece5b5bdf52d827492071d4cc62 05:45:20 Message: update experimental to v1.0.234 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 05:45:20 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-snmp-go-settings [Pipeline] echo 05:45:20 [edgeXSetupEnvironment]: set envvar PROJECT = device-snmp-go [Pipeline] echo 05:45:20 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 05:45:20 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 05:45:20 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 05:45:20 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.17 [Pipeline] echo 05:45:20 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 05:45:20 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 05:45:20 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 05:45:20 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 05:45:20 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 05:45:20 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-snmp [Pipeline] echo 05:45:20 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 05:45:20 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 05:45:20 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 05:45:20 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 05:45:20 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 05:45:20 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 05:45:20 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 05:45:20 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 05:45:20 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 05:45:20 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 05:45:20 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 05:45:20 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 05:45:20 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 05:45:20 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 05:45:20 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 05:45:20 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 05:45:20 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 05:45:20 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 05:45:20 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 4bd3e3f348316c3d3f0178918439f0265993f5e7 [Pipeline] echo 05:45:20 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 4bd3e3f [Pipeline] echo 05:45:20 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:45:20 provisioning config files... 05:45:20 copy managed file [device-snmp-go-settings] to file:/w/workspace/edgexfoundry_device-snmp-go_main@tmp/config1205474554904365302tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:45:21 ---> docker-login.sh 05:45:21 nexus3.edgexfoundry.org:10001 05:45:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:45:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:45:21 Configure a credential helper to remove this warning. See 05:45:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:45:21 05:45:21 Login Succeeded 05:45:21 nexus3.edgexfoundry.org:10002 05:45:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:45:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:45:21 Configure a credential helper to remove this warning. See 05:45:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:45:21 05:45:21 Login Succeeded 05:45:21 nexus3.edgexfoundry.org:10003 05:45:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:45:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:45:21 Configure a credential helper to remove this warning. See 05:45:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:45:21 05:45:21 Login Succeeded 05:45:21 nexus3.edgexfoundry.org:10004 05:45:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:45:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:45:21 Configure a credential helper to remove this warning. See 05:45:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:45:21 05:45:21 Login Succeeded 05:45:21 docker.io 05:45:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:45:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:45:22 Configure a credential helper to remove this warning. See 05:45:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:45:22 05:45:22 Login Succeeded 05:45:22 ---> docker-login.sh ends [Pipeline] } 05:45:22 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 05:45:22 + git rev-list -1 --merges 4bd3e3f348316c3d3f0178918439f0265993f5e7~1..4bd3e3f348316c3d3f0178918439f0265993f5e7 [Pipeline] echo 05:45:22 -----------> git rev-list -1 --merges 4bd3e3f348316c3d3f0178918439f0265993f5e7~1..4bd3e3f348316c3d3f0178918439f0265993f5e7 4bd3e3f348316c3d3f0178918439f0265993f5e7 05:45:22 4bd3e3f348316c3d3f0178918439f0265993f5e7 [false] [Pipeline] sh 05:45:23 + git log --format=format:%s -1 4bd3e3f348316c3d3f0178918439f0265993f5e7 [Pipeline] echo 05:45:23 ========================================================= 05:45:23 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 05:45:23 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 05:45:23 + git log --format=format:%s -1 4bd3e3f348316c3d3f0178918439f0265993f5e7 [Pipeline] echo 05:45:23 [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 05:45:23 [semverPrep] This is not a build commit. [Pipeline] sh 05:45:23 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 05:45:23 + grep -v github /etc/ssh/ssh_known_hosts 05:45:23 + [ -e /tmp/ssh_known_hosts ] 05:45:23 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 05:45:23 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 05:45:23 + sudo tee -a /etc/ssh/ssh_known_hosts 05:45:23 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:45:24 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 05:45:24 05:45:24 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:45:24 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 05:45:24 0.1.4: Pulling from edgex-devops/py-git-semver 05:45:24 42c077c10790: Pulling fs layer 05:45:24 f63e77b7563a: Pulling fs layer 05:45:24 bd5fdadae976: Pulling fs layer 05:45:24 205491f53016: Pulling fs layer 05:45:24 df18705c85c3: Pulling fs layer 05:45:24 bdb3f477010e: Pulling fs layer 05:45:24 205491f53016: Waiting 05:45:24 df18705c85c3: Waiting 05:45:24 c8a8fc8e1c8f: Pulling fs layer 05:45:24 2c6e9b1d212d: Pulling fs layer 05:45:24 bdb8f0575790: Pulling fs layer 05:45:24 c8a8fc8e1c8f: Waiting 05:45:24 2c6e9b1d212d: Waiting 05:45:24 bdb3f477010e: Waiting 05:45:24 bdb8f0575790: Waiting 05:45:24 386e3cb2ff24: Pulling fs layer 05:45:24 2343380bae48: Pulling fs layer 05:45:24 2343380bae48: Waiting 05:45:24 386e3cb2ff24: Waiting 05:45:24 f63e77b7563a: Download complete 05:45:24 205491f53016: Verifying Checksum 05:45:24 205491f53016: Download complete 05:45:24 bd5fdadae976: Verifying Checksum 05:45:24 bd5fdadae976: Download complete 05:45:24 df18705c85c3: Verifying Checksum 05:45:24 df18705c85c3: Download complete 05:45:24 bdb3f477010e: Download complete 05:45:24 2c6e9b1d212d: Verifying Checksum 05:45:24 2c6e9b1d212d: Download complete 05:45:24 bdb8f0575790: Download complete 05:45:24 386e3cb2ff24: Verifying Checksum 05:45:24 386e3cb2ff24: Download complete 05:45:24 2343380bae48: Download complete 05:45:24 42c077c10790: Verifying Checksum 05:45:24 42c077c10790: Download complete 05:45:25 c8a8fc8e1c8f: Download complete 05:45:26 42c077c10790: Pull complete 05:45:26 f63e77b7563a: Pull complete 05:45:26 bd5fdadae976: Pull complete 05:45:27 205491f53016: Pull complete 05:45:27 df18705c85c3: Pull complete 05:45:27 bdb3f477010e: Pull complete 05:45:29 c8a8fc8e1c8f: Pull complete 05:45:29 2c6e9b1d212d: Pull complete 05:45:29 bdb8f0575790: Pull complete 05:45:29 386e3cb2ff24: Pull complete 05:45:29 2343380bae48: Pull complete 05:45:29 Digest: sha256:c3bf284c02da7271302b7a373f1d48320b54229aa5119b2a29c7f8015e6a9264 05:45:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 05:45:29 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:45:29 prd-ubuntu20.04-docker-8c-8g-16066 does not seem to be running inside a container 05:45:29 $ 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 05:45:31 $ docker top 3cca7bd3d506c1c32bdd612d51eb72d43051b9ef9d25687b985b39811dcd4020 -eo pid,comm 05:45:31 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 05:45:31 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 05:45:31 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:45:31 [ssh-agent] Looking for ssh-agent implementation... 05:45:31 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:45:31 $ docker exec 3cca7bd3d506c1c32bdd612d51eb72d43051b9ef9d25687b985b39811dcd4020 ssh-agent 05:45:31 SSH_AUTH_SOCK=/tmp/ssh-53bnTnaWdXFv/agent.33 05:45:31 SSH_AGENT_PID=39 05:45:31 Running ssh-add (command line suppressed) 05:45:31 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) 05:45:31 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:45:32 + git tag --points-at HEAD [Pipeline] } 05:45:32 $ docker exec --env ******** --env ******** 3cca7bd3d506c1c32bdd612d51eb72d43051b9ef9d25687b985b39811dcd4020 ssh-agent -k 05:45:32 unset SSH_AUTH_SOCK; 05:45:32 unset SSH_AGENT_PID; 05:45:32 echo Agent pid 39 killed; 05:45:32 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 05:45:32 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:45:32 [ssh-agent] Looking for ssh-agent implementation... 05:45:32 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:45:32 $ docker exec 3cca7bd3d506c1c32bdd612d51eb72d43051b9ef9d25687b985b39811dcd4020 ssh-agent 05:45:32 SSH_AUTH_SOCK=/tmp/ssh-yzTmzyeIozme/agent.73 05:45:32 SSH_AGENT_PID=79 05:45:32 Running ssh-add (command line suppressed) 05:45:32 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) 05:45:32 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:45:33 + git semver init 05:45:33 2022-06-27 05:45:33,381 [run_init] DEBUG init version:0.0.0 force:False 05:45:33 2022-06-27 05:45:33,382 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_device-snmp-go_main/.semver 05:45:33 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 05:45:33 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) 05:45:34 2022-06-27 05:45:34,122 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_device-snmp-go_main/.git/info/exclude 05:45:34 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 05:45:34 2022-06-27 05:45:34,123 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-snmp-go_main/.semver/main 05:45:34 2022-06-27 05:45:34,123 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-snmp-go_main/.semver/main 05:45:34 2.2.1-dev.4 [Pipeline] } 05:45:34 $ docker exec --env ******** --env ******** 3cca7bd3d506c1c32bdd612d51eb72d43051b9ef9d25687b985b39811dcd4020 ssh-agent -k 05:45:34 unset SSH_AUTH_SOCK; 05:45:34 unset SSH_AGENT_PID; 05:45:34 echo Agent pid 79 killed; 05:45:34 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 05:45:34 + git semver [Pipeline] } 05:45:35 $ docker stop --time=1 3cca7bd3d506c1c32bdd612d51eb72d43051b9ef9d25687b985b39811dcd4020 05:45:36 $ docker rm -f 3cca7bd3d506c1c32bdd612d51eb72d43051b9ef9d25687b985b39811dcd4020 [Pipeline] // withDockerContainer [Pipeline] sh 05:45:36 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 05:45:37 Stashed 1 file(s) [Pipeline] echo 05:45:37 [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 05:45:37 provisioning config files... 05:45:37 copy managed file [device-snmp-go-settings] to file:/w/workspace/edgexfoundry_device-snmp-go_main@tmp/config2472957773868411250tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:45:37 ---> docker-login.sh 05:45:37 nexus3.edgexfoundry.org:10001 05:45:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:45:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:45:37 Configure a credential helper to remove this warning. See 05:45:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:45:37 05:45:37 Login Succeeded 05:45:37 nexus3.edgexfoundry.org:10002 05:45:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:45:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:45:37 Configure a credential helper to remove this warning. See 05:45:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:45:37 05:45:37 Login Succeeded 05:45:37 nexus3.edgexfoundry.org:10003 05:45:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:45:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:45:37 Configure a credential helper to remove this warning. See 05:45:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:45:37 05:45:37 Login Succeeded 05:45:37 nexus3.edgexfoundry.org:10004 05:45:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:45:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:45:38 Configure a credential helper to remove this warning. See 05:45:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:45:38 05:45:38 Login Succeeded 05:45:38 docker.io 05:45:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:45:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:45:38 Configure a credential helper to remove this warning. See 05:45:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:45:38 05:45:38 Login Succeeded 05:45:38 ---> docker-login.sh ends [Pipeline] } 05:45:38 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 05:45:38 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 05:45:38 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 05:45:38 ========================================================= 05:45:38 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine] 05:45:38 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:45:38 + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine --build-arg MAKE=echo noop --target=builder . 05:45:38 Sending build context to Docker daemon 5.389MB 05:45:38 Step 1/12 : ARG BASE=golang:1.17-alpine3.15 05:45:38 Step 2/12 : FROM ${BASE} AS builder 05:45:38 1.17-alpine: Pulling from edgex-devops/edgex-golang-base 05:45:38 59bf1c3509f3: Pulling fs layer 05:45:38 666ba61612fd: Pulling fs layer 05:45:38 8ed8ca486205: Pulling fs layer 05:45:38 cc1cd167ecdc: Pulling fs layer 05:45:38 c516ae0d96e1: Pulling fs layer 05:45:38 684cea983483: Pulling fs layer 05:45:38 dd3240ac7de5: Pulling fs layer 05:45:38 b1e948a4e11c: Pulling fs layer 05:45:38 a8fd76ee1af6: Pulling fs layer 05:45:38 646ad004c059: Pulling fs layer 05:45:38 c516ae0d96e1: Waiting 05:45:38 684cea983483: Waiting 05:45:38 dd3240ac7de5: Waiting 05:45:38 b1e948a4e11c: Waiting 05:45:38 a8fd76ee1af6: Waiting 05:45:38 646ad004c059: Waiting 05:45:38 8ed8ca486205: Download complete 05:45:38 666ba61612fd: Download complete 05:45:38 c516ae0d96e1: Verifying Checksum 05:45:38 c516ae0d96e1: Download complete 05:45:38 684cea983483: Download complete 05:45:38 59bf1c3509f3: Verifying Checksum 05:45:38 59bf1c3509f3: Download complete 05:45:38 dd3240ac7de5: Verifying Checksum 05:45:38 dd3240ac7de5: Download complete 05:45:38 b1e948a4e11c: Verifying Checksum 05:45:38 b1e948a4e11c: Download complete 05:45:38 59bf1c3509f3: Pull complete 05:45:39 666ba61612fd: Pull complete 05:45:39 8ed8ca486205: Pull complete 05:45:39 646ad004c059: Verifying Checksum 05:45:39 646ad004c059: Download complete 05:45:39 a8fd76ee1af6: Verifying Checksum 05:45:39 a8fd76ee1af6: Download complete 05:45:39 cc1cd167ecdc: Verifying Checksum 05:45:39 cc1cd167ecdc: Download complete 05:45:43 cc1cd167ecdc: Pull complete 05:45:43 c516ae0d96e1: Pull complete 05:45:43 684cea983483: Pull complete 05:45:43 dd3240ac7de5: Pull complete 05:45:44 b1e948a4e11c: Pull complete 05:45:46 a8fd76ee1af6: Pull complete 05:45:47 646ad004c059: Pull complete 05:45:47 Digest: sha256:bc8ce28cadebfaa099e5330588345fe90134e4027cf71364bfd2aff1e7ff8c16 05:45:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine 05:45:47 ---> 8f69c11f6b0c 05:45:47 Step 3/12 : ARG MAKE='make build' 05:45:49 ---> Running in 79f28ee9e736 05:45:49 Removing intermediate container 79f28ee9e736 05:45:49 ---> bd84aa72ce12 05:45:49 Step 4/12 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 05:45:49 ---> Running in cf7761856ab1 05:45:49 Removing intermediate container cf7761856ab1 05:45:49 ---> 676aad7f6d69 05:45:49 Step 5/12 : ARG ALPINE_PKG_EXTRA="" 05:45:49 ---> Running in 8578d4741037 05:45:49 Removing intermediate container 8578d4741037 05:45:49 ---> e8085865fb6b 05:45:49 Step 6/12 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:45:49 ---> Running in ad447de4100c 05:45:50 Removing intermediate container ad447de4100c 05:45:50 ---> df0dc3ace515 05:45:50 Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 05:45:50 ---> Running in 0c3a62991156 05:45:50 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 05:45:51 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 05:45:51 (1/4) Installing openssh-keygen (8.8_p1-r1) 05:45:51 (2/4) Installing libedit (20210910.3.1-r0) 05:45:51 (3/4) Installing openssh-client-common (8.8_p1-r1) 05:45:52 (4/4) Installing openssh-client-default (8.8_p1-r1) 05:45:52 Executing busybox-1.34.1-r3.trigger 05:45:52 OK: 224 MiB in 56 packages 05:45:52 Still waiting to schedule task 05:45:52 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 05:45:52 Removing intermediate container 0c3a62991156 05:45:52 ---> 182eb00855a6 05:45:52 Step 8/12 : WORKDIR /device-snmp-go 05:45:52 ---> Running in 74fdfc9bf034 05:45:52 Removing intermediate container 74fdfc9bf034 05:45:52 ---> abedbb3833d3 05:45:52 Step 9/12 : COPY go.mod vendor* ./ 05:45:52 ---> 2d3eee14f3dc 05:45:52 Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:45:52 ---> Running in 68c398c27f5d 05:46:11 Removing intermediate container 68c398c27f5d 05:46:11 ---> e7d3606b0195 05:46:11 Step 11/12 : COPY . . 05:46:11 ---> 2fdcad853247 05:46:11 Step 12/12 : RUN ${MAKE} 05:46:11 ---> Running in cda37fa4f358 05:46:11 noop 05:46:11 Removing intermediate container cda37fa4f358 05:46:11 ---> b6e924b65cdc 05:46:11 Successfully built b6e924b65cdc 05:46:11 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:46:11 + docker inspect -f . ci-base-image-x86_64 05:46:11 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:46:11 prd-ubuntu20.04-docker-8c-8g-16066 does not seem to be running inside a container 05:46:11 $ 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 05:46:11 $ docker top 44f3de65a3d1ee2da51a734ec39a239567d20147700ffaa2c2af1c980d088291 -eo pid,comm [Pipeline] { [Pipeline] sh 05:46:12 + go version 05:46:12 go version go1.17.7 linux/amd64 [Pipeline] } 05:46:12 $ docker stop --time=1 44f3de65a3d1ee2da51a734ec39a239567d20147700ffaa2c2af1c980d088291 05:46:13 $ 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 05:46:13 + docker inspect -f . ci-base-image-x86_64 05:46:13 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:46:14 prd-ubuntu20.04-docker-8c-8g-16066 does not seem to be running inside a container 05:46:14 $ 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 05:46:14 $ docker top 35f7592ea0a0105e427613321207bb383b49a97c57a092aaec6f9bc801c651ec -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh 05:46:14 + make test 05:46:14 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out 05:46:15 ? github.com/edgexfoundry/device-snmp-go [no test files] 05:46:25 ? github.com/edgexfoundry/device-snmp-go/cmd [no test files] 05:46:25 ok github.com/edgexfoundry/device-snmp-go/internal/driver 0.015s coverage: 0.0% of statements 05:46:33 CGO_ENABLED=1 GO111MODULE=on go vet ./... 05:46:36 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 05:46:36 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 05:46:36 ./bin/test-attribution-txt.sh [Pipeline] echo 05:46:36 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 05:46:36 $ docker stop --time=1 35f7592ea0a0105e427613321207bb383b49a97c57a092aaec6f9bc801c651ec 05:46:38 $ docker rm -f 35f7592ea0a0105e427613321207bb383b49a97c57a092aaec6f9bc801c651ec [Pipeline] // withDockerContainer [Pipeline] sh 05:46:39 + sudo chown -R jenkins:jenkins . [Pipeline] stash 05:46:39 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 05:46:39 + sudo chown -R jenkins:jenkins . [Pipeline] sh 05:46:40 + ls -al . 05:46:40 total 168 05:46:40 drwxrwxr-x 9 jenkins jenkins 4096 Jun 27 05:46 . 05:46:40 drwxrwxr-x 4 jenkins jenkins 4096 Jun 27 05:45 .. 05:46:40 -rw-rw-r-- 1 jenkins jenkins 6 Jun 27 05:45 .dockerignore 05:46:40 drwxrwxr-x 8 jenkins jenkins 4096 Jun 27 05:45 .git 05:46:40 drwxrwxr-x 3 jenkins jenkins 4096 Jun 27 05:45 .github 05:46:40 -rw-rw-r-- 1 jenkins jenkins 328 Jun 27 05:45 .gitignore 05:46:40 -rw-rw-r-- 1 jenkins jenkins 41 Jun 27 05:45 .golangci.yml 05:46:40 drwxr-xr-x 3 jenkins jenkins 4096 Jun 27 05:45 .semver 05:46:40 -rw-rw-r-- 1 jenkins jenkins 8556 Jun 27 05:45 Attribution.txt 05:46:40 -rw-rw-r-- 1 jenkins jenkins 6948 Jun 27 05:45 CHANGELOG.md 05:46:40 -rw-rw-r-- 1 jenkins jenkins 1516 Jun 27 05:45 Dockerfile 05:46:40 -rw-rw-r-- 1 jenkins jenkins 677 Jun 27 05:45 GOVERNANCE.md 05:46:40 -rw-rw-r-- 1 jenkins jenkins 656 Jun 27 05:45 Jenkinsfile 05:46:40 -rw-rw-r-- 1 jenkins jenkins 11340 Jun 27 05:45 LICENSE 05:46:40 -rw-rw-r-- 1 jenkins jenkins 2334 Jun 27 05:45 Makefile 05:46:40 -rw-rw-r-- 1 jenkins jenkins 620 Jun 27 05:45 OWNERS.md 05:46:40 -rw-rw-r-- 1 jenkins jenkins 9390 Jun 27 05:45 README.md 05:46:40 -rw-rw-r-- 1 jenkins jenkins 11 Jun 27 05:45 VERSION 05:46:40 drwxrwxr-x 2 jenkins jenkins 4096 Jun 27 05:45 bin 05:46:40 drwxrwxr-x 3 jenkins jenkins 4096 Jun 27 05:45 cmd 05:46:40 -rw-r--r-- 1 jenkins jenkins 7631 Jun 27 05:46 coverage.out 05:46:40 -rw-rw-r-- 1 jenkins jenkins 3301 Jun 27 05:45 go.mod 05:46:40 -rw-rw-r-- 1 jenkins jenkins 36549 Jun 27 05:45 go.sum 05:46:40 drwxrwxr-x 3 jenkins jenkins 4096 Jun 27 05:45 internal 05:46:40 drwxrwxr-x 3 jenkins jenkins 4096 Jun 27 05:45 snap 05:46:40 -rw-rw-r-- 1 jenkins jenkins 228 Jun 27 05:45 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:46:40 + 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 . 05:46:40 Sending build context to Docker daemon 5.398MB 05:46:40 Step 1/24 : ARG BASE=golang:1.17-alpine3.15 05:46:40 Step 2/24 : FROM ${BASE} AS builder 05:46:40 ---> b6e924b65cdc 05:46:40 Step 3/24 : ARG MAKE='make build' 05:46:40 ---> Running in 0f7522598745 05:46:40 Removing intermediate container 0f7522598745 05:46:40 ---> 261d55e19c84 05:46:40 Step 4/24 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 05:46:40 ---> Running in 2c9b37b22713 05:46:40 Removing intermediate container 2c9b37b22713 05:46:40 ---> 3ef640542386 05:46:40 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 05:46:40 ---> Running in a73550d9b580 05:46:40 Removing intermediate container a73550d9b580 05:46:40 ---> 0b47a1daf35d 05:46:40 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:46:40 ---> Running in d778803ab670 05:46:41 Removing intermediate container d778803ab670 05:46:41 ---> 628028cf5e33 05:46:41 Step 7/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 05:46:41 ---> Running in 62b228cacead 05:46:41 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 05:46:42 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 05:46:42 OK: 224 MiB in 56 packages 05:46:43 Removing intermediate container 62b228cacead 05:46:43 ---> efd936ed54f6 05:46:43 Step 8/24 : WORKDIR /device-snmp-go 05:46:43 ---> Running in 2212b9324379 05:46:43 Removing intermediate container 2212b9324379 05:46:43 ---> d84f656ba688 05:46:43 Step 9/24 : COPY go.mod vendor* ./ 05:46:43 ---> eb5bf8188877 05:46:43 Step 10/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:46:43 ---> Running in 095666eaf10d 05:46:44 Removing intermediate container 095666eaf10d 05:46:44 ---> fe5b459e3e29 05:46:44 Step 11/24 : COPY . . 05:46:44 ---> 573bbb6190a8 05:46:44 Step 12/24 : RUN ${MAKE} 05:46:44 ---> Running in abf2b4d47213 05:46:45 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 05:47:07 Removing intermediate container abf2b4d47213 05:47:07 ---> a30f6f9ac686 05:47:07 Step 13/24 : FROM alpine:3.14 05:47:07 3.14: Pulling from library/alpine 05:47:07 8663204ce13b: Pulling fs layer 05:47:07 8663204ce13b: Verifying Checksum 05:47:07 8663204ce13b: Download complete 05:47:07 8663204ce13b: Pull complete 05:47:07 Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 05:47:07 Status: Downloaded newer image for alpine:3.14 05:47:07 ---> e04c818066af 05:47:07 Step 14/24 : RUN apk add --update --no-cache zeromq dumb-init 05:47:07 ---> Running in ea94f9a343a5 05:47:07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 05:47:07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 05:47:07 (1/6) Installing dumb-init (1.2.5-r1) 05:47:07 (2/6) Installing libgcc (10.3.1_git20210424-r2) 05:47:07 (3/6) Installing libsodium (1.0.18-r0) 05:47:07 (4/6) Installing libstdc++ (10.3.1_git20210424-r2) 05:47:07 (5/6) Installing libzmq (4.3.4-r0) 05:47:07 (6/6) Installing zeromq (4.3.4-r0) 05:47:07 Executing busybox-1.33.1-r7.trigger 05:47:07 OK: 8 MiB in 20 packages 05:47:07 Removing intermediate container ea94f9a343a5 05:47:07 ---> 1e56c6f684d8 05:47:07 Step 15/24 : COPY --from=builder /device-snmp-go/cmd / 05:47:07 ---> 8d17e8e9959a 05:47:07 Step 16/24 : COPY --from=builder /device-snmp-go/Attribution.txt / 05:47:08 ---> b5eab9347b49 05:47:08 Step 17/24 : COPY --from=builder /device-snmp-go/LICENSE / 05:47:08 ---> a65aeb36ab27 05:47:08 Step 18/24 : EXPOSE 59993 05:47:08 ---> Running in 692ac3f932a0 05:47:08 Removing intermediate container 692ac3f932a0 05:47:08 ---> 081fff299b18 05:47:08 Step 19/24 : EXPOSE 161 05:47:08 ---> Running in 1ece176ba270 05:47:08 Removing intermediate container 1ece176ba270 05:47:08 ---> a5ea1450676f 05:47:08 Step 20/24 : ENTRYPOINT ["/device-snmp"] 05:47:08 ---> Running in b78f097ec7f0 05:47:08 Removing intermediate container b78f097ec7f0 05:47:08 ---> 08c61099c98a 05:47:08 Step 21/24 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--confdir=/res", "--registry"] 05:47:08 ---> Running in d112efc9976a 05:47:08 Removing intermediate container d112efc9976a 05:47:08 ---> 263cefa8ff34 05:47:08 Step 22/24 : LABEL arch=amd64 05:47:08 ---> Running in b40e19a9f09e 05:47:08 Removing intermediate container b40e19a9f09e 05:47:08 ---> f9de8ce15b97 05:47:08 Step 23/24 : LABEL git_sha=4bd3e3f348316c3d3f0178918439f0265993f5e7 05:47:08 ---> Running in ca06fff7f9dd 05:47:09 Removing intermediate container ca06fff7f9dd 05:47:09 ---> fb55eefa505a 05:47:09 Step 24/24 : LABEL version=2.2.1-dev.4 05:47:09 ---> Running in 7853a06eff7c 05:47:09 Removing intermediate container 7853a06eff7c 05:47:09 ---> 1ac60435f9f9 05:47:09 [Warning] One or more build-args [ARCH] were not consumed 05:47:09 Successfully built 1ac60435f9f9 05:47:09 Successfully tagged device-snmp:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:47:09 provisioning config files... 05:47:09 copy managed file [device-snmp-go-settings] to file:/w/workspace/edgexfoundry_device-snmp-go_main@tmp/config7300434523234335979tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:47:09 ---> docker-login.sh 05:47:09 nexus3.edgexfoundry.org:10001 05:47:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:47:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:47:09 Configure a credential helper to remove this warning. See 05:47:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:47:09 05:47:09 Login Succeeded 05:47:09 nexus3.edgexfoundry.org:10002 05:47:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:47:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:47:09 Configure a credential helper to remove this warning. See 05:47:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:47:09 05:47:09 Login Succeeded 05:47:09 nexus3.edgexfoundry.org:10003 05:47:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:47:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:47:09 Configure a credential helper to remove this warning. See 05:47:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:47:09 05:47:09 Login Succeeded 05:47:09 nexus3.edgexfoundry.org:10004 05:47:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:47:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:47:10 Configure a credential helper to remove this warning. See 05:47:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:47:10 05:47:10 Login Succeeded 05:47:10 docker.io 05:47:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:47:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:47:10 Configure a credential helper to remove this warning. See 05:47:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:47:10 05:47:10 Login Succeeded 05:47:10 ---> docker-login.sh ends [Pipeline] } 05:47:10 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:47:10 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 05:47:10 [edgeXDocker.push] Tagging docker image device-snmp with the following tags: 05:47:10 4bd3e3f348316c3d3f0178918439f0265993f5e7 05:47:10 latest 05:47:10 2.2.1-dev.4 05:47:10 4bd3e3f348316c3d3f0178918439f0265993f5e7-2.2.1-dev.4 05:47:10 main 05:47:10 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:47:10 + docker tag device-snmp nexus3.edgexfoundry.org:10004/device-snmp:4bd3e3f348316c3d3f0178918439f0265993f5e7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:47:11 + docker push nexus3.edgexfoundry.org:10004/device-snmp:4bd3e3f348316c3d3f0178918439f0265993f5e7 05:47:11 The push refers to repository [nexus3.edgexfoundry.org:10004/device-snmp] 05:47:11 73277239e045: Preparing 05:47:11 ca77454f8081: Preparing 05:47:11 3528017fe4a2: Preparing 05:47:11 f4f1a8a081af: Preparing 05:47:11 b541d28bf3b4: Preparing 05:47:11 b541d28bf3b4: Layer already exists 05:47:11 73277239e045: Pushed 05:47:11 ca77454f8081: Pushed 05:47:11 f4f1a8a081af: Pushed 05:47:14 3528017fe4a2: Pushed 05:47:14 4bd3e3f348316c3d3f0178918439f0265993f5e7: digest: sha256:6239ad2038d5c476872298e3b2e7725b7bb8e2da2a2ec7aa93d1487b729f32e7 size: 1367 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:47:15 + docker tag device-snmp nexus3.edgexfoundry.org:10004/device-snmp:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:47:15 + docker push nexus3.edgexfoundry.org:10004/device-snmp:latest 05:47:15 The push refers to repository [nexus3.edgexfoundry.org:10004/device-snmp] 05:47:15 73277239e045: Preparing 05:47:15 ca77454f8081: Preparing 05:47:15 3528017fe4a2: Preparing 05:47:15 f4f1a8a081af: Preparing 05:47:15 b541d28bf3b4: Preparing 05:47:15 3528017fe4a2: Layer already exists 05:47:15 ca77454f8081: Layer already exists 05:47:15 f4f1a8a081af: Layer already exists 05:47:15 b541d28bf3b4: Layer already exists 05:47:15 73277239e045: Layer already exists 05:47:15 latest: digest: sha256:6239ad2038d5c476872298e3b2e7725b7bb8e2da2a2ec7aa93d1487b729f32e7 size: 1367 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:47:15 + 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 05:47:16 + docker push nexus3.edgexfoundry.org:10004/device-snmp:2.2.1-dev.4 05:47:16 The push refers to repository [nexus3.edgexfoundry.org:10004/device-snmp] 05:47:16 73277239e045: Preparing 05:47:16 ca77454f8081: Preparing 05:47:16 3528017fe4a2: Preparing 05:47:16 f4f1a8a081af: Preparing 05:47:16 b541d28bf3b4: Preparing 05:47:16 b541d28bf3b4: Layer already exists 05:47:16 ca77454f8081: Layer already exists 05:47:16 f4f1a8a081af: Layer already exists 05:47:16 3528017fe4a2: Layer already exists 05:47:16 73277239e045: Layer already exists 05:47:16 2.2.1-dev.4: digest: sha256:6239ad2038d5c476872298e3b2e7725b7bb8e2da2a2ec7aa93d1487b729f32e7 size: 1367 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:47:16 + 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 05:47:16 + docker push nexus3.edgexfoundry.org:10004/device-snmp:4bd3e3f348316c3d3f0178918439f0265993f5e7-2.2.1-dev.4 05:47:16 The push refers to repository [nexus3.edgexfoundry.org:10004/device-snmp] 05:47:16 73277239e045: Preparing 05:47:16 ca77454f8081: Preparing 05:47:16 3528017fe4a2: Preparing 05:47:16 f4f1a8a081af: Preparing 05:47:16 b541d28bf3b4: Preparing 05:47:16 f4f1a8a081af: Layer already exists 05:47:16 73277239e045: Layer already exists 05:47:16 3528017fe4a2: Layer already exists 05:47:16 b541d28bf3b4: Layer already exists 05:47:16 ca77454f8081: Layer already exists 05:47:16 4bd3e3f348316c3d3f0178918439f0265993f5e7-2.2.1-dev.4: digest: sha256:6239ad2038d5c476872298e3b2e7725b7bb8e2da2a2ec7aa93d1487b729f32e7 size: 1367 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:47:16 + docker tag device-snmp nexus3.edgexfoundry.org:10004/device-snmp:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:47:17 + docker push nexus3.edgexfoundry.org:10004/device-snmp:main 05:47:17 The push refers to repository [nexus3.edgexfoundry.org:10004/device-snmp] 05:47:17 73277239e045: Preparing 05:47:17 ca77454f8081: Preparing 05:47:17 3528017fe4a2: Preparing 05:47:17 f4f1a8a081af: Preparing 05:47:17 b541d28bf3b4: Preparing 05:47:17 3528017fe4a2: Layer already exists 05:47:17 b541d28bf3b4: Layer already exists 05:47:17 f4f1a8a081af: Layer already exists 05:47:17 ca77454f8081: Layer already exists 05:47:17 73277239e045: Layer already exists 05:47:17 main: digest: sha256:6239ad2038d5c476872298e3b2e7725b7bb8e2da2a2ec7aa93d1487b729f32e7 size: 1367 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:47:17 ===================================================== [Pipeline] echo 05:47:17 taggedImages: 05:47:17 - nexus3.edgexfoundry.org:10004/device-snmp:4bd3e3f348316c3d3f0178918439f0265993f5e7 05:47:17 - nexus3.edgexfoundry.org:10004/device-snmp:latest 05:47:17 - nexus3.edgexfoundry.org:10004/device-snmp:2.2.1-dev.4 05:47:17 - nexus3.edgexfoundry.org:10004/device-snmp:4bd3e3f348316c3d3f0178918439f0265993f5e7-2.2.1-dev.4 05:47:17 - 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 05:47:17 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 05:47:17 05:47:17 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:47:18 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 05:47:18 latest: Pulling from edgex-lftools-log-publisher 05:47:18 5eb5b503b376: Pulling fs layer 05:47:18 5c69ac0246d0: Pulling fs layer 05:47:18 ec43610c2a17: Pulling fs layer 05:47:18 3a2ae6a8a46f: Pulling fs layer 05:47:18 33b1e0a273af: Pulling fs layer 05:47:18 5d3b04190fa2: Pulling fs layer 05:47:18 3a2ae6a8a46f: Waiting 05:47:18 33b1e0a273af: Waiting 05:47:18 2f39f015ded8: Pulling fs layer 05:47:18 2f39f015ded8: Waiting 05:47:18 5c69ac0246d0: Download complete 05:47:18 3a2ae6a8a46f: Verifying Checksum 05:47:18 3a2ae6a8a46f: Download complete 05:47:18 ec43610c2a17: Verifying Checksum 05:47:18 ec43610c2a17: Download complete 05:47:18 33b1e0a273af: Verifying Checksum 05:47:18 33b1e0a273af: Download complete 05:47:18 5d3b04190fa2: Verifying Checksum 05:47:18 5d3b04190fa2: Download complete 05:47:18 5eb5b503b376: Verifying Checksum 05:47:18 5eb5b503b376: Download complete 05:47:18 2f39f015ded8: Download complete 05:47:19 5eb5b503b376: Pull complete 05:47:19 5c69ac0246d0: Pull complete 05:47:20 ec43610c2a17: Pull complete 05:47:20 3a2ae6a8a46f: Pull complete 05:47:20 33b1e0a273af: Pull complete 05:47:20 5d3b04190fa2: Pull complete 05:47:25 2f39f015ded8: Pull complete 05:47:25 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 05:47:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 05:47:25 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:47:25 prd-ubuntu20.04-docker-8c-8g-16066 does not seem to be running inside a container 05:47:25 $ 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 05:47:27 Running on prd-ubuntu20.04-docker-arm64-4c-16g-16068 in /w/workspace/edgexfoundry_device-snmp-go_main 05:47:27 $ docker top 8a530eca9fbb633a44d86d3914cb086ecfd7b1a01be2abca5697bb0145cee8ca -eo pid,comm [Pipeline] { [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [Pipeline] ws 05:47:27 Running in /w/workspace/device-snmp-go/35 [Pipeline] { [Pipeline] checkout 05:47:28 Selected Git installation does not exist. Using Default 05:47:28 The recommended git tool is: NONE 05:47:28 ---> job-cost.sh 05:47:28 lf-activate-venv: SKIPPING 05:47:28 INFO: No Stack... 05:47:28 INFO: Retrieving Pricing Info for: v3-standard-8 05:47:29 INFO: Archiving Costs [Pipeline] sh 05:47:29 + cut -d, -f6 05:47:29 + cat /w/workspace/edgexfoundry_device-snmp-go_main/archives/cost.csv [Pipeline] lock 05:47:29 Trying to acquire lock on [jenkins-edgexfoundry-device-snmp-go-main-35-stack-cost] 05:47:29 Resource [jenkins-edgexfoundry-device-snmp-go-main-35-stack-cost] did not exist. Created. 05:47:29 Lock acquired on [jenkins-edgexfoundry-device-snmp-go-main-35-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 05:47:29 + echo total: 0.2199999988079071 [Pipeline] stash 05:47:29 Stashed 1 file(s) [Pipeline] } 05:47:29 Lock released on resource [jenkins-edgexfoundry-device-snmp-go-main-35-stack-cost] [Pipeline] // lock [Pipeline] } 05:47:29 $ docker stop --time=1 8a530eca9fbb633a44d86d3914cb086ecfd7b1a01be2abca5697bb0145cee8ca 05:47:30 $ docker rm -f 8a530eca9fbb633a44d86d3914cb086ecfd7b1a01be2abca5697bb0145cee8ca [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 05:47:34 using credential edgex-jenkins-ssh 05:47:34 Cloning the remote Git repository 05:47:34 Cloning repository git@github.com:edgexfoundry/device-snmp-go.git 05:47:34 > git init /w/workspace/device-snmp-go/35 # timeout=10 05:47:35 Avoid second fetch 05:47:35 Checking out Revision 4bd3e3f348316c3d3f0178918439f0265993f5e7 (main) 05:47:34 Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git 05:47:34 > git --version # timeout=10 05:47:34 > git --version # 'git version 2.25.1' 05:47:34 using GIT_SSH to set credentials SSH Credentials for GitHub 05:47:34 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 05:47:35 > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 05:47:35 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 05:47:35 > git config core.sparsecheckout # timeout=10 05:47:35 > git checkout -f 4bd3e3f348316c3d3f0178918439f0265993f5e7 # timeout=10 05:47:40 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 05:47:40 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 05:47:40 % Total % Received % Xferd Average Speed Time Time Time Current 05:47:40 Dload Upload Total Spent Left Speed 05:47:40 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12253 100 12253 0 0 98024 0 --:--:-- --:--:-- --:--:-- 98814 [Pipeline] sh 05:47:41 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 05:47:42 + sudo tee /etc/docker/daemon.new 05:47:42 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 05:47:42 { 05:47:42 "registry-mirrors": [ 05:47:42 "https://nexus3.edgexfoundry.org:10001" 05:47:42 ], 05:47:42 "bip": "10.250.0.254/24", 05:47:42 "hosts": [ 05:47:42 "tcp://0.0.0.0:5555", 05:47:42 "unix:///var/run/docker.sock" 05:47:42 ], 05:47:42 "mtu": 1458, 05:47:42 "selinux-enabled": true, 05:47:42 "seccomp-profile": "/etc/docker/seccomp.json" 05:47:42 } [Pipeline] sh 05:47:42 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 05:47:42 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:48:01 provisioning config files... 05:48:01 copy managed file [device-snmp-go-settings] to file:/w/workspace/device-snmp-go/35@tmp/config8553047724514696717tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:48:01 ---> docker-login.sh 05:48:01 nexus3.edgexfoundry.org:10001 05:48:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:48:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:48:02 Configure a credential helper to remove this warning. See 05:48:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:48:02 05:48:02 Login Succeeded 05:48:02 nexus3.edgexfoundry.org:10002 05:48:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:48:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:48:02 Configure a credential helper to remove this warning. See 05:48:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:48:02 05:48:02 Login Succeeded 05:48:02 nexus3.edgexfoundry.org:10003 05:48:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:48:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:48:03 Configure a credential helper to remove this warning. See 05:48:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:48:03 05:48:03 Login Succeeded 05:48:03 nexus3.edgexfoundry.org:10004 05:48:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:48:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:48:04 Configure a credential helper to remove this warning. See 05:48:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:48:04 05:48:04 Login Succeeded 05:48:04 docker.io 05:48:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:48:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:48:04 Configure a credential helper to remove this warning. See 05:48:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:48:04 05:48:04 Login Succeeded 05:48:04 ---> docker-login.sh ends [Pipeline] } 05:48:04 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 05:48:04 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 05:48:04 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 05:48:04 ========================================================= 05:48:04 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine] 05:48:04 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:48:05 + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine --build-arg MAKE=echo noop --target=builder . 05:48:05 Sending build context to Docker daemon 2.776MB 05:48:05 Step 1/12 : ARG BASE=golang:1.17-alpine3.15 05:48:05 Step 2/12 : FROM ${BASE} AS builder 05:48:05 1.17-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 05:48:05 9b3977197b4f: Pulling fs layer 05:48:05 1a89e8eeedd5: Pulling fs layer 05:48:05 94645a83ff95: Pulling fs layer 05:48:05 e6fb740bc735: Pulling fs layer 05:48:05 3a77bd46dcc9: Pulling fs layer 05:48:05 355e64cbe906: Pulling fs layer 05:48:05 63ab81a10011: Pulling fs layer 05:48:05 555d1d1c4555: Pulling fs layer 05:48:05 7d9057610161: Pulling fs layer 05:48:05 355e64cbe906: Waiting 05:48:05 555d1d1c4555: Waiting 05:48:05 7d9057610161: Waiting 05:48:05 63ab81a10011: Waiting 05:48:05 e6fb740bc735: Waiting 05:48:05 3a77bd46dcc9: Waiting 05:48:05 94645a83ff95: Download complete 05:48:05 1a89e8eeedd5: Verifying Checksum 05:48:05 1a89e8eeedd5: Download complete 05:48:05 3a77bd46dcc9: Verifying Checksum 05:48:05 3a77bd46dcc9: Download complete 05:48:05 355e64cbe906: Verifying Checksum 05:48:05 355e64cbe906: Download complete 05:48:05 9b3977197b4f: Download complete 05:48:05 63ab81a10011: Verifying Checksum 05:48:05 63ab81a10011: Download complete 05:48:06 9b3977197b4f: Pull complete 05:48:06 7d9057610161: Verifying Checksum 05:48:06 7d9057610161: Download complete 05:48:07 1a89e8eeedd5: Pull complete 05:48:07 94645a83ff95: Pull complete 05:48:08 555d1d1c4555: Verifying Checksum 05:48:08 555d1d1c4555: Download complete 05:48:08 e6fb740bc735: Verifying Checksum 05:48:08 e6fb740bc735: Download complete 05:48:21 e6fb740bc735: Pull complete 05:48:21 3a77bd46dcc9: Pull complete 05:48:21 355e64cbe906: Pull complete 05:48:21 63ab81a10011: Pull complete 05:48:28 555d1d1c4555: Pull complete 05:48:30 7d9057610161: Pull complete 05:48:30 Digest: sha256:2bfe06e9b82483759db2d79553298764cc23e00699169ff1c4d7513112b2d636 05:48:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine 05:48:30 ---> 819e984ddca1 05:48:30 Step 3/12 : ARG MAKE='make build' 05:48:31 ---> Running in 437f423a6846 05:48:31 Removing intermediate container 437f423a6846 05:48:31 ---> aa6c23452a76 05:48:31 Step 4/12 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 05:48:31 ---> Running in 2ddf19043e32 05:48:32 Removing intermediate container 2ddf19043e32 05:48:32 ---> 74d481532eac 05:48:32 Step 5/12 : ARG ALPINE_PKG_EXTRA="" 05:48:32 ---> Running in 26623bbde320 05:48:32 Removing intermediate container 26623bbde320 05:48:32 ---> cb51f6f853ad 05:48:32 Step 6/12 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:48:32 ---> Running in 83db0ad9f57e 05:48:34 Removing intermediate container 83db0ad9f57e 05:48:34 ---> 04f8644b9f12 05:48:34 Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 05:48:34 ---> Running in dcf83d6b65b0 05:48:36 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 05:48:37 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 05:48:38 (1/4) Installing openssh-keygen (8.8_p1-r1) 05:48:38 (2/4) Installing libedit (20210910.3.1-r0) 05:48:38 (3/4) Installing openssh-client-common (8.8_p1-r1) 05:48:38 (4/4) Installing openssh-client-default (8.8_p1-r1) 05:48:38 Executing busybox-1.34.1-r3.trigger 05:48:38 OK: 224 MiB in 56 packages 05:48:39 Removing intermediate container dcf83d6b65b0 05:48:39 ---> 21f5a09fb9f6 05:48:39 Step 8/12 : WORKDIR /device-snmp-go 05:48:39 ---> Running in b05abf8571fc 05:48:39 Removing intermediate container b05abf8571fc 05:48:39 ---> 6fe2f663c319 05:48:39 Step 9/12 : COPY go.mod vendor* ./ 05:48:40 ---> 0b795ff0acd2 05:48:40 Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:48:40 ---> Running in a6def4126b12 05:49:27 Removing intermediate container a6def4126b12 05:49:27 ---> a2849dbb6e3a 05:49:27 Step 11/12 : COPY . . 05:49:27 ---> 6fa7f33127b6 05:49:27 Step 12/12 : RUN ${MAKE} 05:49:27 ---> Running in bbb6f6315a7c 05:49:27 noop 05:49:28 Removing intermediate container bbb6f6315a7c 05:49:28 ---> 2e81ba972034 05:49:28 Successfully built 2e81ba972034 05:49:28 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:49:28 + docker inspect -f . ci-base-image-arm64 05:49:28 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:49:28 prd-ubuntu20.04-docker-arm64-4c-16g-16068 does not seem to be running inside a container 05:49:29 $ 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 05:49:30 $ docker top 64619b524b18d1eb3a736dd2fa95586724faa706fd126a88614785733f7a62c1 -eo pid,comm [Pipeline] { [Pipeline] sh 05:49:31 + go version 05:49:31 go version go1.17.7 linux/arm64 [Pipeline] } 05:49:31 $ docker stop --time=1 64619b524b18d1eb3a736dd2fa95586724faa706fd126a88614785733f7a62c1 05:49:32 $ 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 05:49:33 + docker inspect -f . ci-base-image-arm64 05:49:33 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:49:33 prd-ubuntu20.04-docker-arm64-4c-16g-16068 does not seem to be running inside a container 05:49:33 $ 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 05:49:35 $ docker top a7b6d8b911293c55e6d29c9d366f7c47422ef9f93bc23eb9919128d46398ef31 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh 05:49:36 + make test 05:49:36 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out 05:49:38 ? github.com/edgexfoundry/device-snmp-go [no test files] 05:50:59 ? github.com/edgexfoundry/device-snmp-go/cmd [no test files] 05:50:59 ok github.com/edgexfoundry/device-snmp-go/internal/driver 0.043s coverage: 0.0% of statements 05:50:59 WARNING: Linting skipped (not on x86_64 or linter not installed) 05:50:59 CGO_ENABLED=1 GO111MODULE=on go vet ./... 05:51:26 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 05:51:26 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 05:51:26 ./bin/test-attribution-txt.sh [Pipeline] echo 05:51:27 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 05:51:27 $ docker stop --time=1 a7b6d8b911293c55e6d29c9d366f7c47422ef9f93bc23eb9919128d46398ef31 05:51:29 $ docker rm -f a7b6d8b911293c55e6d29c9d366f7c47422ef9f93bc23eb9919128d46398ef31 [Pipeline] // withDockerContainer [Pipeline] sh 05:51:30 + sudo chown -R jenkins:jenkins . [Pipeline] stash 05:51:30 Warning: overwriting stash ‘coverage-report’ 05:51:30 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 05:51:30 + sudo chown -R jenkins:jenkins . [Pipeline] sh 05:51:31 + ls -al . 05:51:31 total 164 05:51:31 drwxrwxr-x 8 jenkins jenkins 4096 Jun 27 05:51 . 05:51:31 drwxrwxr-x 4 jenkins jenkins 4096 Jun 27 05:47 .. 05:51:31 -rw-rw-r-- 1 jenkins jenkins 6 Jun 27 05:47 .dockerignore 05:51:31 drwxrwxr-x 8 jenkins jenkins 4096 Jun 27 05:47 .git 05:51:31 drwxrwxr-x 3 jenkins jenkins 4096 Jun 27 05:47 .github 05:51:31 -rw-rw-r-- 1 jenkins jenkins 328 Jun 27 05:47 .gitignore 05:51:31 -rw-rw-r-- 1 jenkins jenkins 41 Jun 27 05:47 .golangci.yml 05:51:31 -rw-rw-r-- 1 jenkins jenkins 8556 Jun 27 05:47 Attribution.txt 05:51:31 -rw-rw-r-- 1 jenkins jenkins 6948 Jun 27 05:47 CHANGELOG.md 05:51:31 -rw-rw-r-- 1 jenkins jenkins 1516 Jun 27 05:47 Dockerfile 05:51:31 -rw-rw-r-- 1 jenkins jenkins 677 Jun 27 05:47 GOVERNANCE.md 05:51:31 -rw-rw-r-- 1 jenkins jenkins 656 Jun 27 05:47 Jenkinsfile 05:51:31 -rw-rw-r-- 1 jenkins jenkins 11340 Jun 27 05:47 LICENSE 05:51:31 -rw-rw-r-- 1 jenkins jenkins 2334 Jun 27 05:47 Makefile 05:51:31 -rw-rw-r-- 1 jenkins jenkins 620 Jun 27 05:47 OWNERS.md 05:51:31 -rw-rw-r-- 1 jenkins jenkins 9390 Jun 27 05:47 README.md 05:51:31 -rw-rw-r-- 1 jenkins jenkins 11 Jun 27 05:45 VERSION 05:51:31 drwxrwxr-x 2 jenkins jenkins 4096 Jun 27 05:47 bin 05:51:31 drwxrwxr-x 3 jenkins jenkins 4096 Jun 27 05:47 cmd 05:51:31 -rw-r--r-- 1 jenkins jenkins 7631 Jun 27 05:50 coverage.out 05:51:31 -rw-rw-r-- 1 jenkins jenkins 3301 Jun 27 05:47 go.mod 05:51:31 -rw-rw-r-- 1 jenkins jenkins 36549 Jun 27 05:47 go.sum 05:51:31 drwxrwxr-x 3 jenkins jenkins 4096 Jun 27 05:47 internal 05:51:31 drwxrwxr-x 3 jenkins jenkins 4096 Jun 27 05:47 snap 05:51:31 -rw-rw-r-- 1 jenkins jenkins 228 Jun 27 05:47 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:51:31 + 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 . 05:51:31 Sending build context to Docker daemon 2.784MB 05:51:31 Step 1/24 : ARG BASE=golang:1.17-alpine3.15 05:51:31 Step 2/24 : FROM ${BASE} AS builder 05:51:31 ---> 2e81ba972034 05:51:31 Step 3/24 : ARG MAKE='make build' 05:51:32 ---> Running in b6a812af3b37 05:51:32 Removing intermediate container b6a812af3b37 05:51:32 ---> 874da5f6c98f 05:51:32 Step 4/24 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 05:51:32 ---> Running in 7db734ad29c9 05:51:32 Removing intermediate container 7db734ad29c9 05:51:32 ---> 345d1caa7417 05:51:32 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 05:51:32 ---> Running in 05e5070132bf 05:51:32 Removing intermediate container 05e5070132bf 05:51:32 ---> 203eae54ac33 05:51:32 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:51:33 ---> Running in 17bdfd983a12 05:51:34 Removing intermediate container 17bdfd983a12 05:51:34 ---> 1cac180dab20 05:51:34 Step 7/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 05:51:34 ---> Running in 5133f2eeb247 05:51:35 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 05:51:36 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 05:51:37 OK: 224 MiB in 56 packages 05:51:38 Removing intermediate container 5133f2eeb247 05:51:38 ---> 321c73668f48 05:51:38 Step 8/24 : WORKDIR /device-snmp-go 05:51:38 ---> Running in 2542ef645c86 05:51:38 Removing intermediate container 2542ef645c86 05:51:38 ---> 92aac64297bb 05:51:38 Step 9/24 : COPY go.mod vendor* ./ 05:51:39 ---> 789217af6e13 05:51:39 Step 10/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:51:39 ---> Running in 0eb19d0c29d4 05:51:41 Removing intermediate container 0eb19d0c29d4 05:51:41 ---> 4440a532f2f4 05:51:41 Step 11/24 : COPY . . 05:51:42 ---> 61ba0606b0dc 05:51:42 Step 12/24 : RUN ${MAKE} 05:51:42 ---> Running in da9c550b8b18 05:51:43 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 05:53:50 Removing intermediate container da9c550b8b18 05:53:50 ---> f0306240fd62 05:53:50 Step 13/24 : FROM alpine:3.14 05:53:50 3.14: Pulling from library/alpine 05:53:50 455c02918c45: Pulling fs layer 05:53:50 455c02918c45: Download complete 05:53:50 455c02918c45: Pull complete 05:53:50 Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 05:53:50 Status: Downloaded newer image for alpine:3.14 05:53:50 ---> ac73e934f311 05:53:50 Step 14/24 : RUN apk add --update --no-cache zeromq dumb-init 05:53:50 ---> Running in 587fb3016113 05:53:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 05:53:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 05:53:52 (1/6) Installing dumb-init (1.2.5-r1) 05:53:52 (2/6) Installing libgcc (10.3.1_git20210424-r2) 05:53:52 (3/6) Installing libsodium (1.0.18-r0) 05:53:52 (4/6) Installing libstdc++ (10.3.1_git20210424-r2) 05:53:52 (5/6) Installing libzmq (4.3.4-r0) 05:53:52 (6/6) Installing zeromq (4.3.4-r0) 05:53:52 Executing busybox-1.33.1-r7.trigger 05:53:52 OK: 8 MiB in 20 packages 05:53:53 Removing intermediate container 587fb3016113 05:53:53 ---> 390c4de89392 05:53:53 Step 15/24 : COPY --from=builder /device-snmp-go/cmd / 05:53:55 ---> 49c2f6577b5c 05:53:55 Step 16/24 : COPY --from=builder /device-snmp-go/Attribution.txt / 05:53:55 ---> b63d812094ed 05:53:55 Step 17/24 : COPY --from=builder /device-snmp-go/LICENSE / 05:53:56 ---> dbe9fa3b3def 05:53:56 Step 18/24 : EXPOSE 59993 05:53:56 ---> Running in 2fd5111e7f4b 05:53:56 Removing intermediate container 2fd5111e7f4b 05:53:56 ---> 034241602c2c 05:53:56 Step 19/24 : EXPOSE 161 05:53:56 ---> Running in 87f427e61879 05:53:57 Removing intermediate container 87f427e61879 05:53:57 ---> 024ff545199f 05:53:57 Step 20/24 : ENTRYPOINT ["/device-snmp"] 05:53:57 ---> Running in c4136b3428e9 05:53:57 Removing intermediate container c4136b3428e9 05:53:57 ---> 161ee69f3a94 05:53:57 Step 21/24 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--confdir=/res", "--registry"] 05:53:57 ---> Running in aacb0d116685 05:53:57 Removing intermediate container aacb0d116685 05:53:57 ---> d06aa19a87f7 05:53:57 Step 22/24 : LABEL arch=arm64 05:53:57 ---> Running in 77eafca387f3 05:53:58 Removing intermediate container 77eafca387f3 05:53:58 ---> bd4ae98499c2 05:53:58 Step 23/24 : LABEL git_sha=4bd3e3f348316c3d3f0178918439f0265993f5e7 05:53:58 ---> Running in 8181d43337fa 05:53:58 Removing intermediate container 8181d43337fa 05:53:58 ---> c3ec63683a79 05:53:58 Step 24/24 : LABEL version=2.2.1-dev.4 05:53:58 ---> Running in 5394a90b1ce7 05:53:59 Removing intermediate container 5394a90b1ce7 05:53:59 ---> 81d7c4e06f0b 05:53:59 [Warning] One or more build-args [ARCH] were not consumed 05:53:59 Successfully built 81d7c4e06f0b 05:53:59 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 05:53:59 provisioning config files... 05:53:59 copy managed file [device-snmp-go-settings] to file:/w/workspace/device-snmp-go/35@tmp/config8844342122958083830tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:53:59 ---> docker-login.sh 05:53:59 nexus3.edgexfoundry.org:10001 05:53:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:53:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:53:59 Configure a credential helper to remove this warning. See 05:53:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:53:59 05:53:59 Login Succeeded 05:53:59 nexus3.edgexfoundry.org:10002 05:54:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:54:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:54:00 Configure a credential helper to remove this warning. See 05:54:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:54:00 05:54:00 Login Succeeded 05:54:00 nexus3.edgexfoundry.org:10003 05:54:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:54:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:54:00 Configure a credential helper to remove this warning. See 05:54:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:54:00 05:54:00 Login Succeeded 05:54:00 nexus3.edgexfoundry.org:10004 05:54:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:54:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:54:01 Configure a credential helper to remove this warning. See 05:54:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:54:01 05:54:01 Login Succeeded 05:54:01 docker.io 05:54:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:54:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:54:02 Configure a credential helper to remove this warning. See 05:54:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:54:02 05:54:02 Login Succeeded 05:54:02 ---> docker-login.sh ends [Pipeline] } 05:54:02 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:54:02 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 05:54:02 [edgeXDocker.push] Tagging docker image device-snmp-arm64 with the following tags: 05:54:02 4bd3e3f348316c3d3f0178918439f0265993f5e7 05:54:02 latest 05:54:02 2.2.1-dev.4 05:54:02 4bd3e3f348316c3d3f0178918439f0265993f5e7-2.2.1-dev.4 05:54:02 main 05:54:02 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:54:02 + docker tag device-snmp-arm64 nexus3.edgexfoundry.org:10004/device-snmp-arm64:4bd3e3f348316c3d3f0178918439f0265993f5e7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:54:03 + docker push nexus3.edgexfoundry.org:10004/device-snmp-arm64:4bd3e3f348316c3d3f0178918439f0265993f5e7 05:54:03 The push refers to repository [nexus3.edgexfoundry.org:10004/device-snmp-arm64] 05:54:03 ab3aa16e66b3: Preparing 05:54:03 7f2310522542: Preparing 05:54:03 04c61d0ddc8b: Preparing 05:54:03 f4faeb8aa9e6: Preparing 05:54:03 f73e7dbfee58: Preparing 05:54:03 f73e7dbfee58: Layer already exists 05:54:03 7f2310522542: Pushed 05:54:03 ab3aa16e66b3: Pushed 05:54:04 f4faeb8aa9e6: Pushed 05:54:10 04c61d0ddc8b: Pushed 05:54:10 4bd3e3f348316c3d3f0178918439f0265993f5e7: digest: sha256:85126a3bb47ef46128bb4688c5bbe9941287d88be91417dab5859c7bb5f0b135 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:54:11 + docker tag device-snmp-arm64 nexus3.edgexfoundry.org:10004/device-snmp-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:54:11 + docker push nexus3.edgexfoundry.org:10004/device-snmp-arm64:latest 05:54:11 The push refers to repository [nexus3.edgexfoundry.org:10004/device-snmp-arm64] 05:54:11 ab3aa16e66b3: Preparing 05:54:11 7f2310522542: Preparing 05:54:11 04c61d0ddc8b: Preparing 05:54:11 f4faeb8aa9e6: Preparing 05:54:11 f73e7dbfee58: Preparing 05:54:11 f4faeb8aa9e6: Layer already exists 05:54:11 04c61d0ddc8b: Layer already exists 05:54:11 7f2310522542: Layer already exists 05:54:11 ab3aa16e66b3: Layer already exists 05:54:11 f73e7dbfee58: Layer already exists 05:54:11 latest: digest: sha256:85126a3bb47ef46128bb4688c5bbe9941287d88be91417dab5859c7bb5f0b135 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:54:12 + 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 05:54:12 + docker push nexus3.edgexfoundry.org:10004/device-snmp-arm64:2.2.1-dev.4 05:54:12 The push refers to repository [nexus3.edgexfoundry.org:10004/device-snmp-arm64] 05:54:12 ab3aa16e66b3: Preparing 05:54:12 7f2310522542: Preparing 05:54:12 04c61d0ddc8b: Preparing 05:54:12 f4faeb8aa9e6: Preparing 05:54:12 f73e7dbfee58: Preparing 05:54:12 ab3aa16e66b3: Layer already exists 05:54:12 04c61d0ddc8b: Layer already exists 05:54:12 f73e7dbfee58: Layer already exists 05:54:12 7f2310522542: Layer already exists 05:54:12 f4faeb8aa9e6: Layer already exists 05:54:12 2.2.1-dev.4: digest: sha256:85126a3bb47ef46128bb4688c5bbe9941287d88be91417dab5859c7bb5f0b135 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:54:13 + 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 05:54:13 + docker push nexus3.edgexfoundry.org:10004/device-snmp-arm64:4bd3e3f348316c3d3f0178918439f0265993f5e7-2.2.1-dev.4 05:54:13 The push refers to repository [nexus3.edgexfoundry.org:10004/device-snmp-arm64] 05:54:13 ab3aa16e66b3: Preparing 05:54:13 7f2310522542: Preparing 05:54:13 04c61d0ddc8b: Preparing 05:54:13 f4faeb8aa9e6: Preparing 05:54:13 f73e7dbfee58: Preparing 05:54:13 ab3aa16e66b3: Layer already exists 05:54:13 f4faeb8aa9e6: Layer already exists 05:54:13 f73e7dbfee58: Layer already exists 05:54:13 7f2310522542: Layer already exists 05:54:13 04c61d0ddc8b: Layer already exists 05:54:13 4bd3e3f348316c3d3f0178918439f0265993f5e7-2.2.1-dev.4: digest: sha256:85126a3bb47ef46128bb4688c5bbe9941287d88be91417dab5859c7bb5f0b135 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:54:14 + docker tag device-snmp-arm64 nexus3.edgexfoundry.org:10004/device-snmp-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:54:14 + docker push nexus3.edgexfoundry.org:10004/device-snmp-arm64:main 05:54:14 The push refers to repository [nexus3.edgexfoundry.org:10004/device-snmp-arm64] 05:54:14 ab3aa16e66b3: Preparing 05:54:14 7f2310522542: Preparing 05:54:14 04c61d0ddc8b: Preparing 05:54:14 f4faeb8aa9e6: Preparing 05:54:14 f73e7dbfee58: Preparing 05:54:14 04c61d0ddc8b: Layer already exists 05:54:14 7f2310522542: Layer already exists 05:54:14 f73e7dbfee58: Layer already exists 05:54:14 ab3aa16e66b3: Layer already exists 05:54:14 f4faeb8aa9e6: Layer already exists 05:54:14 main: digest: sha256:85126a3bb47ef46128bb4688c5bbe9941287d88be91417dab5859c7bb5f0b135 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:54:14 ===================================================== [Pipeline] echo 05:54:14 taggedImages: 05:54:14 - nexus3.edgexfoundry.org:10004/device-snmp-arm64:4bd3e3f348316c3d3f0178918439f0265993f5e7 05:54:14 - nexus3.edgexfoundry.org:10004/device-snmp-arm64:latest 05:54:14 - nexus3.edgexfoundry.org:10004/device-snmp-arm64:2.2.1-dev.4 05:54:14 - nexus3.edgexfoundry.org:10004/device-snmp-arm64:4bd3e3f348316c3d3f0178918439f0265993f5e7-2.2.1-dev.4 05:54:14 - 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 05:54:15 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 05:54:15 05:54:15 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:54:15 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 05:54:15 arm64: Pulling from edgex-lftools-log-publisher 05:54:15 8998bd30e6a1: Pulling fs layer 05:54:15 04944245beec: Pulling fs layer 05:54:15 699f458cf7ca: Pulling fs layer 05:54:15 765212b225bb: Pulling fs layer 05:54:15 f23df028b6ca: Pulling fs layer 05:54:15 d65c8cfc05b1: Pulling fs layer 05:54:15 2437ff75d9bd: Pulling fs layer 05:54:15 f23df028b6ca: Waiting 05:54:15 d65c8cfc05b1: Waiting 05:54:15 2437ff75d9bd: Waiting 05:54:15 765212b225bb: Waiting 05:54:15 04944245beec: Verifying Checksum 05:54:15 04944245beec: Download complete 05:54:15 765212b225bb: Verifying Checksum 05:54:15 765212b225bb: Download complete 05:54:15 f23df028b6ca: Verifying Checksum 05:54:15 f23df028b6ca: Download complete 05:54:15 d65c8cfc05b1: Verifying Checksum 05:54:15 d65c8cfc05b1: Download complete 05:54:16 699f458cf7ca: Verifying Checksum 05:54:16 699f458cf7ca: Download complete 05:54:16 8998bd30e6a1: Verifying Checksum 05:54:16 8998bd30e6a1: Download complete 05:54:19 2437ff75d9bd: Download complete 05:54:21 8998bd30e6a1: Pull complete 05:54:21 04944245beec: Pull complete 05:54:22 699f458cf7ca: Pull complete 05:54:23 765212b225bb: Pull complete 05:54:24 f23df028b6ca: Pull complete 05:54:24 d65c8cfc05b1: Pull complete 05:54:39 2437ff75d9bd: Pull complete 05:54:39 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 05:54:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 05:54:39 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:54:39 prd-ubuntu20.04-docker-arm64-4c-16g-16068 does not seem to be running inside a container 05:54:39 $ 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 05:54:42 $ docker top ae9cf05093dc94bf865748b1067644322b0ec77804c8ef6d327afdb0094751f9 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:54:43 ---> job-cost.sh 05:54:43 lf-activate-venv: SKIPPING 05:54:43 INFO: No Stack... 05:54:43 INFO: Retrieving Pricing Info for: v3-standard-4 05:54:44 INFO: Archiving Costs [Pipeline] sh 05:54:45 + cat /w/workspace/device-snmp-go/35/archives/cost.csv 05:54:45 + cut -d, -f6 [Pipeline] lock 05:54:45 Trying to acquire lock on [jenkins-edgexfoundry-device-snmp-go-main-35-stack-cost] 05:54:45 Resource [jenkins-edgexfoundry-device-snmp-go-main-35-stack-cost] did not exist. Created. 05:54:45 Lock acquired on [jenkins-edgexfoundry-device-snmp-go-main-35-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 05:54:45 /w/workspace/device-snmp-go/35@tmp/durable-2388b348/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 05:54:46 + echo total: 0.10999999940395355 [Pipeline] stash 05:54:46 Warning: overwriting stash ‘stack-cost’ 05:54:46 Stashed 1 file(s) [Pipeline] } 05:54:46 Lock released on resource [jenkins-edgexfoundry-device-snmp-go-main-35-stack-cost] [Pipeline] // lock [Pipeline] } 05:54:46 $ docker stop --time=1 ae9cf05093dc94bf865748b1067644322b0ec77804c8ef6d327afdb0094751f9 05:54:48 $ 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 05:54:48 provisioning config files... 05:54:48 copy managed file [device-snmp-go-codecov-token] to file:/w/workspace/edgexfoundry_device-snmp-go_main@tmp/config4259992712207858300tmp [Pipeline] { [Pipeline] sh 05:54:49 + set +x 05:54:49 + curl -s https://codecov.io/bash 05:54:49 + bash -s -- 05:54:49 05:54:49 _____ _ 05:54:49 / ____| | | 05:54:49 | | ___ __| | ___ ___ _____ __ 05:54:49 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 05:54:49 | |___| (_) | (_| | __/ (_| (_) \ V / 05:54:49 \_____\___/ \__,_|\___|\___\___/ \_/ 05:54:49 Bash-1.0.6 05:54:49 05:54:49 05:54:49 ==> git version 2.25.1 found 05:54:49 ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 05:54:49 Release-Date: 2020-01-08 05:54:49 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 05:54:49 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 05:54:49 ==> Jenkins CI detected. 05:54:49 current dir:  /w/workspace/edgexfoundry_device-snmp-go_main 05:54:49 project root: . 05:54:49 --> token set from env 05:54:49 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 05:54:49 ==> Running gcov in . (disable via -X gcov) 05:54:49 ==> Python coveragepy not found 05:54:49 ==> Searching for coverage reports in: 05:54:49 + . 05:54:49 -> Found 1 reports 05:54:49 ==> Detecting git/mercurial file structure 05:54:49 ==> Reading reports 05:54:49 + ./coverage.out bytes=7631 05:54:49 ==> Appending adjustments 05:54:49 https://docs.codecov.io/docs/fixing-reports 05:54:49 + Found adjustments 05:54:49 ==> Gzipping contents 05:54:49 4.0K /tmp/codecov.8x8oVX.gz 05:54:49 ==> Uploading reports 05:54:49 url: https://codecov.io 05:54:49 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= 05:54:49 -> Pinging Codecov 05:54:49 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= 05:54:49 -> Uploading to 05:54:49 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 05:54:49 % Total % Received % Xferd Average Speed Time Time Time Current 05:54:49 Dload Upload Total Spent Left Speed 05:54:49 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1603 0 0 100 1603 0 7253 --:--:-- --:--:-- --:--:-- 7253 05:54:49 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-snmp-go/commit/4bd3e3f348316c3d3f0178918439f0265993f5e7 [Pipeline] } 05:54:49 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 05:54:50 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 05:54:50 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:54:50 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 05:54:50 05:54:50 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:54:50 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 05:54:50 1.410.4: Pulling from edgex-devops/edgex-snyk-go 05:54:50 df9b9388f04a: Pulling fs layer 05:54:50 52dc419b0ee2: Pulling fs layer 05:54:50 25bc292e5bac: Pulling fs layer 05:54:50 114826534d7a: Pulling fs layer 05:54:50 4657fd5d0bcf: Pulling fs layer 05:54:50 6ad1cebc031e: Pulling fs layer 05:54:50 114826534d7a: Waiting 05:54:50 4657fd5d0bcf: Waiting 05:54:50 8a3aa393b2d8: Pulling fs layer 05:54:50 6ad1cebc031e: Waiting 05:54:50 8a3aa393b2d8: Waiting 05:54:50 25bc292e5bac: Download complete 05:54:50 52dc419b0ee2: Download complete 05:54:50 4657fd5d0bcf: Verifying Checksum 05:54:50 4657fd5d0bcf: Download complete 05:54:50 df9b9388f04a: Verifying Checksum 05:54:50 df9b9388f04a: Download complete 05:54:50 6ad1cebc031e: Verifying Checksum 05:54:50 6ad1cebc031e: Download complete 05:54:50 df9b9388f04a: Pull complete 05:54:50 52dc419b0ee2: Pull complete 05:54:51 25bc292e5bac: Pull complete 05:54:51 114826534d7a: Verifying Checksum 05:54:51 114826534d7a: Download complete 05:54:51 8a3aa393b2d8: Verifying Checksum 05:54:51 8a3aa393b2d8: Download complete 05:54:55 114826534d7a: Pull complete 05:54:55 4657fd5d0bcf: Pull complete 05:54:55 6ad1cebc031e: Pull complete 05:54:59 8a3aa393b2d8: Pull complete 05:54:59 Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 05:54:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 05:54:59 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:54:59 prd-ubuntu20.04-docker-8c-8g-16066 does not seem to be running inside a container 05:54:59 $ 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 05:55:01 $ docker top 07e08ebcb5a3be6610108026a4413dcba80d9344201fc5cf29119bc94f982d66 -eo pid,comm [Pipeline] { [Pipeline] echo 05:55:01 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-snmp-go:main' [Pipeline] sh 05:55:02 + set -o pipefail 05:55:02 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-snmp-go:main' 05:55:08 05:55:08 Monitoring /w/workspace/edgexfoundry_device-snmp-go_main (github.com/edgexfoundry/device-snmp-go)... 05:55:08 05:55:08 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/9149b8c6-e1cc-4c56-9b65-be0ccb6e0e00/history/bf03fcc2-dd2b-4ead-8536-1b6c9dc4a4d4 05:55:08 05:55:08 Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. 05:55:08 05:55:08 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 05:55:08 05:55:08 05:55:08 You have reached your monthly limit of 401 private tests for your edgex-jenkins org. 05:55:08 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 05:55:08 $ docker stop --time=1 07e08ebcb5a3be6610108026a4413dcba80d9344201fc5cf29119bc94f982d66 05:55:11 $ 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 05:55:12 + git log --format=format:%s -1 4bd3e3f348316c3d3f0178918439f0265993f5e7 [Pipeline] sh 05:55:12 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 05:55:12 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:55:12 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 05:55:12 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:55:12 prd-ubuntu20.04-docker-8c-8g-16066 does not seem to be running inside a container 05:55:12 $ 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 05:55:13 $ docker top 242b1b54dd3bd4039bd40bc4f35edcb2f17d8fd7ba7773a40810c99cb4eeb5b0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 05:55:13 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:55:13 [ssh-agent] Looking for ssh-agent implementation... 05:55:13 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:55:13 $ docker exec 242b1b54dd3bd4039bd40bc4f35edcb2f17d8fd7ba7773a40810c99cb4eeb5b0 ssh-agent 05:55:13 SSH_AUTH_SOCK=/tmp/ssh-wDspDAE72l6Q/agent.34 05:55:13 SSH_AGENT_PID=40 05:55:13 Running ssh-add (command line suppressed) 05:55:13 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) 05:55:13 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:55:14 + git semver tag 05:55:14 2022-06-27 05:55:14,246 [run_tag] DEBUG tag force:False 05:55:14 2022-06-27 05:55:14,246 [check_head_tag] DEBUG check head tag 05:55:14 2022-06-27 05:55:14,247 [execute] INFO git cat-file --batch-check 05:55:14 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=) 05:55:14 2022-06-27 05:55:14,251 [execute] INFO git cat-file --batch 05:55:14 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=) 05:55:14 2022-06-27 05:55:14,260 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-snmp-go_main/.semver/main 05:55:14 2022-06-27 05:55:14,260 [execute] INFO git tag -a v2.2.1-dev.4 -m v2.2.1-dev.4 05:55:14 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) 05:55:14 2022-06-27 05:55:14,266 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-snmp-go_main/.semver/main 05:55:14 2.2.1-dev.4 [Pipeline] } 05:55:14 $ docker exec --env ******** --env ******** 242b1b54dd3bd4039bd40bc4f35edcb2f17d8fd7ba7773a40810c99cb4eeb5b0 ssh-agent -k 05:55:14 unset SSH_AUTH_SOCK; 05:55:14 unset SSH_AGENT_PID; 05:55:14 echo Agent pid 40 killed; 05:55:14 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 05:55:14 + git semver [Pipeline] } 05:55:15 $ docker stop --time=1 242b1b54dd3bd4039bd40bc4f35edcb2f17d8fd7ba7773a40810c99cb4eeb5b0 05:55:16 $ docker rm -f 242b1b54dd3bd4039bd40bc4f35edcb2f17d8fd7ba7773a40810c99cb4eeb5b0 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:55:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 05:55:16 05:55:16 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:55:17 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 05:55:17 0.23.1-centos7: Pulling from edgex-lftools 05:55:17 ab5ef0e58194: Pulling fs layer 05:55:17 9712f1f96733: Pulling fs layer 05:55:17 63f879dbbcfc: Pulling fs layer 05:55:17 0d9ebad4ef96: Pulling fs layer 05:55:17 e9a5061849ea: Pulling fs layer 05:55:17 d747dcd14b5f: Pulling fs layer 05:55:17 2de7ff778b66: Pulling fs layer 05:55:17 0d9ebad4ef96: Waiting 05:55:17 e9a5061849ea: Waiting 05:55:17 d747dcd14b5f: Waiting 05:55:17 2de7ff778b66: Waiting 05:55:17 9712f1f96733: Verifying Checksum 05:55:17 9712f1f96733: Download complete 05:55:17 63f879dbbcfc: Verifying Checksum 05:55:17 63f879dbbcfc: Download complete 05:55:17 0d9ebad4ef96: Verifying Checksum 05:55:17 0d9ebad4ef96: Download complete 05:55:17 d747dcd14b5f: Download complete 05:55:17 e9a5061849ea: Verifying Checksum 05:55:17 e9a5061849ea: Download complete 05:55:17 2de7ff778b66: Verifying Checksum 05:55:17 2de7ff778b66: Download complete 05:55:17 ab5ef0e58194: Verifying Checksum 05:55:17 ab5ef0e58194: Download complete 05:55:21 ab5ef0e58194: Pull complete 05:55:21 9712f1f96733: Pull complete 05:55:21 63f879dbbcfc: Pull complete 05:55:25 0d9ebad4ef96: Pull complete 05:55:26 e9a5061849ea: Pull complete 05:55:26 d747dcd14b5f: Pull complete 05:55:27 2de7ff778b66: Pull complete 05:55:27 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 05:55:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 05:55:27 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:55:27 prd-ubuntu20.04-docker-8c-8g-16066 does not seem to be running inside a container 05:55:27 $ 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 05:55:30 $ docker top 607211951eec3e703c7f9b030d98387b12b6f80be260e065756b66c8741f62ab -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 05:55:30 provisioning config files... 05:55:30 copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_device-snmp-go_main@tmp/config7854355217321794113tmp 05:55:30 copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_device-snmp-go_main@tmp/config1931794416672168270tmp 05:55:30 copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_device-snmp-go_main@tmp/config344350470082473850tmp [Pipeline] { [Pipeline] echo 05:55:30 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 05:55:30 ---> sigul-configuration.sh 05:55:30 gpg: directory `/root/.gnupg' created 05:55:30 gpg: new configuration file `/root/.gnupg/gpg.conf' created 05:55:30 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 05:55:30 gpg: keyring `/root/.gnupg/secring.gpg' created 05:55:30 gpg: keyring `/root/.gnupg/pubring.gpg' created 05:55:30 gpg: CAST5 encrypted data 05:55:30 gpg: encrypted with 1 passphrase 05:55:30 gpg: WARNING: message was not integrity protected [Pipeline] sh 05:55:30 + mkdir /home/jenkins 05:55:30 + mkdir /home/jenkins/sigul [Pipeline] sh 05:55:31 + 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 05:55:31 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 05:55:31 ---> sigul-install.sh 05:55:31 Sigul already installed; skipping installation. [Pipeline] sh 05:55:31 + git tag --list 05:55:31 1.0.0 05:55:31 v0.0.0 05:55:31 v1.1.0 05:55:31 v1.1.1 05:55:31 v1.2.2 05:55:31 v1.3.0 05:55:31 v1.3.1 05:55:31 v2.0.0 05:55:31 v2.1.0 05:55:31 v2.1.1 05:55:31 v2.1.1-dev.2 05:55:31 v2.1.1-dev.3 05:55:31 v2.2.0 05:55:31 v2.2.1-dev.1 05:55:31 v2.2.1-dev.2 05:55:31 v2.2.1-dev.3 05:55:31 v2.2.1-dev.4 [Pipeline] sh 05:55:32 + lftools sign git-tag v2.2.1-dev.4 05:55:32 Signing Git tag with Sigul... 05:55:32 Signing v2.2.1-dev.4 [Pipeline] echo 05:55:32 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 05:55:33 ---> sigul-configuration-cleanup.sh [Pipeline] } 05:55:33 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 05:55:33 $ docker stop --time=1 607211951eec3e703c7f9b030d98387b12b6f80be260e065756b66c8741f62ab 05:55:34 $ docker rm -f 607211951eec3e703c7f9b030d98387b12b6f80be260e065756b66c8741f62ab [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 05:55:34 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 05:55:34 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:55:35 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 05:55:35 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:55:35 prd-ubuntu20.04-docker-8c-8g-16066 does not seem to be running inside a container 05:55:35 $ 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 05:55:35 $ docker top cb911dd67180cf1d5c69d67d3da1f89041817fbecb7c17abbfa5bc6b5602ec95 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 05:55:35 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:55:35 [ssh-agent] Looking for ssh-agent implementation... 05:55:35 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:55:35 $ docker exec cb911dd67180cf1d5c69d67d3da1f89041817fbecb7c17abbfa5bc6b5602ec95 ssh-agent 05:55:36 SSH_AUTH_SOCK=/tmp/ssh-QqzSnM286SYr/agent.33 05:55:36 SSH_AGENT_PID=39 05:55:36 Running ssh-add (command line suppressed) 05:55:36 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) 05:55:36 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:55:36 + git semver bump pre 05:55:36 2022-06-27 05:55:36,651 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-snmp-go_main/.semver/main 05:55:36 2022-06-27 05:55:36,651 [bump_version] DEBUG bumping version:2.2.1-dev.4 on axis:pre with prefix:dev 05:55:36 2022-06-27 05:55:36,651 [bump_version] DEBUG bumped version:2.2.1-dev.5 05:55:36 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 05:55:36 2022-06-27 05:55:36,651 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-snmp-go_main/.semver/main 05:55:36 2022-06-27 05:55:36,651 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_device-snmp-go_main/.semver/main 05:55:36 2022-06-27 05:55:36,653 [execute] INFO git cat-file --batch-check 05:55:36 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=) 05:55:36 2022-06-27 05:55:36,658 [execute] INFO git cat-file --batch 05:55:36 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=) 05:55:36 2022-06-27 05:55:36,663 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-snmp-go_main/.semver/main 05:55:36 2.2.1-dev.5 [Pipeline] } 05:55:36 $ docker exec --env ******** --env ******** cb911dd67180cf1d5c69d67d3da1f89041817fbecb7c17abbfa5bc6b5602ec95 ssh-agent -k 05:55:36 unset SSH_AUTH_SOCK; 05:55:36 unset SSH_AGENT_PID; 05:55:36 echo Agent pid 39 killed; 05:55:36 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 05:55:37 + git semver [Pipeline] } 05:55:37 $ docker stop --time=1 cb911dd67180cf1d5c69d67d3da1f89041817fbecb7c17abbfa5bc6b5602ec95 05:55:38 $ docker rm -f cb911dd67180cf1d5c69d67d3da1f89041817fbecb7c17abbfa5bc6b5602ec95 [Pipeline] // withDockerContainer [Pipeline] sh 05:55:39 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 05:55:39 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:55:39 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 05:55:39 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:55:39 prd-ubuntu20.04-docker-8c-8g-16066 does not seem to be running inside a container 05:55:39 $ 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 05:55:39 $ docker top 6c5e45df3dcd8e40af249dfba0da119d0c5237e8dba8201eb2bdd142e79a422e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 05:55:39 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:55:39 [ssh-agent] Looking for ssh-agent implementation... 05:55:40 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:55:40 $ docker exec 6c5e45df3dcd8e40af249dfba0da119d0c5237e8dba8201eb2bdd142e79a422e ssh-agent 05:55:40 SSH_AUTH_SOCK=/tmp/ssh-xa4JyVuEgQgt/agent.34 05:55:40 SSH_AGENT_PID=41 05:55:40 Running ssh-add (command line suppressed) 05:55:40 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) 05:55:40 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:55:40 + git semver push 05:55:40 2022-06-27 05:55:40,881 [run_push] DEBUG push 05:55:40 2022-06-27 05:55:40,882 [execute] INFO git cat-file --batch-check 05:55:40 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=) 05:55:40 2022-06-27 05:55:40,887 [execute] INFO git rev-list c3c196c60cc8d22c88fe34c4b35924c57e08652e -- 05:55:40 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) 05:55:40 2022-06-27 05:55:40,895 [execute] INFO git fetch -v origin 05:55:40 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) 05:55:41 2022-06-27 05:55:41,356 [run_push] DEBUG no remote changes detected 05:55:41 2022-06-27 05:55:41,357 [execute] INFO git push origin semver 05:55:41 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) 05:55:42 2022-06-27 05:55:42,185 [run_push] DEBUG push all version tags 05:55:42 2022-06-27 05:55:42,185 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 05:55:42 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) 05:55:43 2022-06-27 05:55:42,879 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-snmp-go_main/.semver/main 05:55:43 2.2.1-dev.5 [Pipeline] } 05:55:43 $ docker exec --env ******** --env ******** 6c5e45df3dcd8e40af249dfba0da119d0c5237e8dba8201eb2bdd142e79a422e ssh-agent -k 05:55:43 unset SSH_AUTH_SOCK; 05:55:43 unset SSH_AGENT_PID; 05:55:43 echo Agent pid 41 killed; 05:55:43 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 05:55:43 + git semver [Pipeline] } 05:55:43 $ docker stop --time=1 6c5e45df3dcd8e40af249dfba0da119d0c5237e8dba8201eb2bdd142e79a422e 05:55:45 $ 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 05:55:45 + [ -d /w/workspace/edgexfoundry_device-snmp-go_main/archives ] 05:55:45 + ls -al /w/workspace/edgexfoundry_device-snmp-go_main/archives 05:55:45 total 16 05:55:45 drwxr-xr-x 3 root root 4096 Jun 27 05:47 . 05:55:45 drwxrwxr-x 10 jenkins jenkins 4096 Jun 27 05:55 .. 05:55:45 drwxr-xr-x 2 root root 4096 Jun 27 05:47 cost 05:55:45 -rw-r--r-- 1 root root 84 Jun 27 05:47 cost.csv 05:55:45 + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_device-snmp-go_main/archives 05:55:45 + ls -al /w/workspace/edgexfoundry_device-snmp-go_main/archives 05:55:45 total 16 05:55:45 drwxr-xr-x 3 jenkins jenkins 4096 Jun 27 05:47 . 05:55:45 drwxrwxr-x 10 jenkins jenkins 4096 Jun 27 05:55 .. 05:55:45 drwxr-xr-x 2 jenkins jenkins 4096 Jun 27 05:47 cost 05:55:45 -rw-r--r-- 1 jenkins jenkins 84 Jun 27 05:47 cost.csv [Pipeline] libraryResource [Pipeline] sh 05:55:45 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 05:55:46 ---> package-listing.sh 05:55:46 ++ facter osfamily 05:55:46 ++ tr '[:upper:]' '[:lower:]' 05:55:47 + OS_FAMILY=debian 05:55:47 + workspace=/w/workspace/edgexfoundry_device-snmp-go_main 05:55:47 + START_PACKAGES=/tmp/packages_start.txt 05:55:47 + END_PACKAGES=/tmp/packages_end.txt 05:55:47 + DIFF_PACKAGES=/tmp/packages_diff.txt 05:55:47 + PACKAGES=/tmp/packages_start.txt 05:55:47 + '[' /w/workspace/edgexfoundry_device-snmp-go_main ']' 05:55:47 + PACKAGES=/tmp/packages_end.txt 05:55:47 + case "${OS_FAMILY}" in 05:55:47 + dpkg -l 05:55:47 + grep '^ii' 05:55:47 + '[' -f /tmp/packages_start.txt ']' 05:55:47 + '[' -f /tmp/packages_end.txt ']' 05:55:47 + diff /tmp/packages_start.txt /tmp/packages_end.txt 05:55:47 + '[' /w/workspace/edgexfoundry_device-snmp-go_main ']' 05:55:47 + mkdir -p /w/workspace/edgexfoundry_device-snmp-go_main/archives/ 05:55:47 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_device-snmp-go_main/archives/ [Pipeline] echo 05:55:47 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 05:55:47 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:55:47 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 05:55:47 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:55:47 prd-ubuntu20.04-docker-8c-8g-16066 does not seem to be running inside a container 05:55:47 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/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 05:55:48 $ docker top 4bffe455bee2583c6bfdf34039b406135fe8f10595f63a2f61eea514fce7f18b -eo pid,comm [Pipeline] { [Pipeline] sh 05:55:48 + touch /tmp/pre-build-complete [Pipeline] sh 05:55:48 + mkdir -p /var/log/sysstat [Pipeline] sh 05:55:49 + ls /var/log/sa-host 05:55:49 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:55:49 provisioning config files... 05:55:49 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-snmp-go_main@tmp/config7445331179537647618tmp [Pipeline] { [Pipeline] echo 05:55:49 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 05:55:49 ---> create-netrc.sh [Pipeline] } 05:55:49 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 05:55:49 ---> python-tools-install.sh [Pipeline] echo 05:55:49 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 05:55:50 ---> sudo-logs.sh 05:55:50 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 05:55:50 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 05:55:50 ---> job-cost.sh 05:55:50 lf-activate-venv: SKIPPING 05:55:50 DEBUG: total: 0.2199999988079071 05:55:50 INFO: Retrieving Stack Cost... 05:55:51 INFO: Retrieving Pricing Info for: v3-standard-8 05:55:51 INFO: Archiving Costs [Pipeline] echo 05:55:51 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 05:55:51 ---> logs-deploy.sh 05:55:51 lf-activate-venv: SKIPPING 05:55:51 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-snmp-go/main/35 05:55:51 INFO: archiving workspace using pattern(s): 05:55:52 Archives upload complete. 05:55:52 INFO: archiving logs to Nexus