Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from de36933a196ec2e5ea0c5601bc2b4d4bfd93191e 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-ssh4896318836558123349.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-ssh10577156490910048512.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-ssh5094774881072839781.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-ssh8121974196518134073.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-ssh13886800657225418811.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 ‘prd-centos7-blackbox-4c-2g-2632’ doesn’t have label ‘ubuntu20.04-docker-8c-8g’ ‘prd-ubuntu20.04-docker-8c-8g-2679’ is offline Running on prd-ubuntu20.04-docker-8c-8g-2681 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 de36933a196ec2e5ea0c5601bc2b4d4bfd93191e (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 de36933a196ec2e5ea0c5601bc2b4d4bfd93191e # timeout=10 Commit message: "Merge pull request #178 from weichou1229/upgrade-sdk" > git rev-list --no-walk c4b573a2bf76d46acd5797026015b66a4b354b83 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 06:14:51 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 06:14:51 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 06:14:51 ========================================================= 06:14:51 EdgeX Global Pipelines Version Info 06:14:51 ========================================================= [Pipeline] libraryResource [Pipeline] sh 06:14:51 ------------------- 06:14:51 stable info: 06:14:51 ------------------- 06:14:51 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 06:14:51 Commit SHA: 2c7614b56cb57ece5b5bdf52d827492071d4cc62 06:14:51 Message: update stable to v1.0.234 06:14:52 ------------------- 06:14:52 experimental info: 06:14:52 ------------------- 06:14:52 Commited By: **** collab-it+edgex@linuxfoundation.org 06:14:52 Commit SHA: 2c7614b56cb57ece5b5bdf52d827492071d4cc62 06:14:52 Message: update experimental to v1.0.234 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 06:14:52 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-snmp-go-settings [Pipeline] echo 06:14:52 [edgeXSetupEnvironment]: set envvar PROJECT = device-snmp-go [Pipeline] echo 06:14:52 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 06:14:52 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 06:14:52 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 06:14:52 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.17 [Pipeline] echo 06:14:52 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 06:14:52 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 06:14:52 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 06:14:52 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 06:14:52 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 06:14:52 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-snmp [Pipeline] echo 06:14:52 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 06:14:52 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 06:14:52 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 06:14:52 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 06:14:52 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 06:14:52 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 06:14:52 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 06:14:52 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 06:14:52 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 06:14:52 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 06:14:52 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 06:14:52 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 06:14:52 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 06:14:52 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 06:14:52 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 06:14:53 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 06:14:53 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 06:14:53 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 06:14:53 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = de36933a196ec2e5ea0c5601bc2b4d4bfd93191e [Pipeline] echo 06:14:53 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = de36933 [Pipeline] echo 06:14:53 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:14:53 provisioning config files... 06:14:53 copy managed file [device-snmp-go-settings] to file:/w/workspace/edgexfoundry_device-snmp-go_main@tmp/config5037351614072812467tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:14:53 ---> docker-login.sh 06:14:53 nexus3.edgexfoundry.org:10001 06:14:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:14:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:14:53 Configure a credential helper to remove this warning. See 06:14:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:14:53 06:14:53 Login Succeeded 06:14:53 nexus3.edgexfoundry.org:10002 06:14:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:14:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:14:53 Configure a credential helper to remove this warning. See 06:14:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:14:53 06:14:53 Login Succeeded 06:14:53 nexus3.edgexfoundry.org:10003 06:14:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:14:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:14:53 Configure a credential helper to remove this warning. See 06:14:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:14:53 06:14:53 Login Succeeded 06:14:53 nexus3.edgexfoundry.org:10004 06:14:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:14:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:14:54 Configure a credential helper to remove this warning. See 06:14:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:14:54 06:14:54 Login Succeeded 06:14:54 docker.io 06:14:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:14:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:14:54 Configure a credential helper to remove this warning. See 06:14:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:14:54 06:14:54 Login Succeeded 06:14:54 ---> docker-login.sh ends [Pipeline] } 06:14:54 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 06:14:54 + git rev-list -1 --merges de36933a196ec2e5ea0c5601bc2b4d4bfd93191e~1..de36933a196ec2e5ea0c5601bc2b4d4bfd93191e [Pipeline] echo 06:14:54 -----------> git rev-list -1 --merges de36933a196ec2e5ea0c5601bc2b4d4bfd93191e~1..de36933a196ec2e5ea0c5601bc2b4d4bfd93191e de36933a196ec2e5ea0c5601bc2b4d4bfd93191e 06:14:54 de36933a196ec2e5ea0c5601bc2b4d4bfd93191e [false] [Pipeline] sh 06:14:55 + git log --format=format:%s -1 de36933a196ec2e5ea0c5601bc2b4d4bfd93191e [Pipeline] echo 06:14:55 ========================================================= 06:14:55 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 06:14:55 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 06:14:55 + git log --format=format:%s -1 de36933a196ec2e5ea0c5601bc2b4d4bfd93191e [Pipeline] echo 06:14:55 [semverPrep] GIT_COMMIT: de36933a196ec2e5ea0c5601bc2b4d4bfd93191e, Commit Message: Merge pull request #178 from weichou1229/upgrade-sdk [Pipeline] echo 06:14:55 [semverPrep] This is not a build commit. [Pipeline] sh 06:14:55 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 06:14:55 + grep -v github /etc/ssh/ssh_known_hosts 06:14:55 + [ -e /tmp/ssh_known_hosts ] 06:14:55 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 06:14:55 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 06:14:55 + sudo tee -a /etc/ssh/ssh_known_hosts 06:14:55 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:14:56 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 06:14:56 06:14:56 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:14:56 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 06:14:56 0.1.4: Pulling from edgex-devops/py-git-semver 06:14:56 42c077c10790: Pulling fs layer 06:14:56 f63e77b7563a: Pulling fs layer 06:14:56 bd5fdadae976: Pulling fs layer 06:14:56 205491f53016: Pulling fs layer 06:14:56 df18705c85c3: Pulling fs layer 06:14:56 bdb3f477010e: Pulling fs layer 06:14:56 c8a8fc8e1c8f: Pulling fs layer 06:14:56 2c6e9b1d212d: Pulling fs layer 06:14:56 bdb8f0575790: Pulling fs layer 06:14:56 386e3cb2ff24: Pulling fs layer 06:14:56 2343380bae48: Pulling fs layer 06:14:56 df18705c85c3: Waiting 06:14:56 bdb3f477010e: Waiting 06:14:56 386e3cb2ff24: Waiting 06:14:56 c8a8fc8e1c8f: Waiting 06:14:56 205491f53016: Waiting 06:14:56 bdb8f0575790: Waiting 06:14:56 2c6e9b1d212d: Waiting 06:14:56 2343380bae48: Waiting 06:14:56 f63e77b7563a: Verifying Checksum 06:14:56 f63e77b7563a: Download complete 06:14:56 205491f53016: Verifying Checksum 06:14:56 205491f53016: Download complete 06:14:56 df18705c85c3: Download complete 06:14:56 bdb3f477010e: Verifying Checksum 06:14:56 bdb3f477010e: Download complete 06:14:56 bd5fdadae976: Verifying Checksum 06:14:56 bd5fdadae976: Download complete 06:14:56 2c6e9b1d212d: Download complete 06:14:56 bdb8f0575790: Download complete 06:14:56 386e3cb2ff24: Verifying Checksum 06:14:56 386e3cb2ff24: Download complete 06:14:56 2343380bae48: Download complete 06:14:56 42c077c10790: Verifying Checksum 06:14:56 42c077c10790: Download complete 06:14:57 c8a8fc8e1c8f: Download complete 06:14:58 42c077c10790: Pull complete 06:14:58 f63e77b7563a: Pull complete 06:14:59 bd5fdadae976: Pull complete 06:14:59 205491f53016: Pull complete 06:14:59 df18705c85c3: Pull complete 06:14:59 bdb3f477010e: Pull complete 06:15:01 c8a8fc8e1c8f: Pull complete 06:15:01 2c6e9b1d212d: Pull complete 06:15:01 bdb8f0575790: Pull complete 06:15:01 386e3cb2ff24: Pull complete 06:15:01 2343380bae48: Pull complete 06:15:01 Digest: sha256:c3bf284c02da7271302b7a373f1d48320b54229aa5119b2a29c7f8015e6a9264 06:15:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 06:15:01 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:15:01 prd-ubuntu20.04-docker-8c-8g-2681 does not seem to be running inside a container 06:15:02 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 06:15:03 $ docker top c71cda2be1c43557ad53677ab0a40e6365dd05f773cc7bc67be2660deef334cd -eo pid,comm 06:15:03 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). 06:15:03 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:15:03 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:15:03 [ssh-agent] Looking for ssh-agent implementation... 06:15:03 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:15:03 $ docker exec c71cda2be1c43557ad53677ab0a40e6365dd05f773cc7bc67be2660deef334cd ssh-agent 06:15:04 SSH_AUTH_SOCK=/tmp/ssh-4nt2O8YDaUMy/agent.33 06:15:04 SSH_AGENT_PID=39 06:15:04 Running ssh-add (command line suppressed) 06:15:04 Identity added: /w/workspace/edgexfoundry_device-snmp-go_main@tmp/private_key_3126836251425383016.key (/w/workspace/edgexfoundry_device-snmp-go_main@tmp/private_key_3126836251425383016.key) 06:15:04 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:15:04 + git tag --points-at HEAD [Pipeline] } 06:15:04 $ docker exec --env ******** --env ******** c71cda2be1c43557ad53677ab0a40e6365dd05f773cc7bc67be2660deef334cd ssh-agent -k 06:15:04 unset SSH_AUTH_SOCK; 06:15:04 unset SSH_AGENT_PID; 06:15:04 echo Agent pid 39 killed; 06:15:04 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 06:15:04 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:15:04 [ssh-agent] Looking for ssh-agent implementation... 06:15:04 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:15:04 $ docker exec c71cda2be1c43557ad53677ab0a40e6365dd05f773cc7bc67be2660deef334cd ssh-agent 06:15:04 SSH_AUTH_SOCK=/tmp/ssh-GkA3ZXa0Drzi/agent.72 06:15:04 SSH_AGENT_PID=78 06:15:04 Running ssh-add (command line suppressed) 06:15:05 Identity added: /w/workspace/edgexfoundry_device-snmp-go_main@tmp/private_key_7858927494340271886.key (/w/workspace/edgexfoundry_device-snmp-go_main@tmp/private_key_7858927494340271886.key) 06:15:05 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:15:05 + git semver init 06:15:05 2022-06-19 06:15:05,620 [run_init] DEBUG init version:0.0.0 force:False 06:15:05 2022-06-19 06:15:05,620 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_device-snmp-go_main/.semver 06:15:05 2022-06-19 06:15:05,621 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-snmp-go.git /w/workspace/edgexfoundry_device-snmp-go_main/.semver 06:15:05 2022-06-19 06:15:05,621 [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) 06:15:06 2022-06-19 06:15:06,329 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_device-snmp-go_main/.git/info/exclude 06:15:06 2022-06-19 06:15:06,330 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_device-snmp-go_main/.semver/main with force:False 06:15:06 2022-06-19 06:15:06,330 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-snmp-go_main/.semver/main 06:15:06 2022-06-19 06:15:06,330 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-snmp-go_main/.semver/main 06:15:06 2.2.1-dev.3 [Pipeline] } 06:15:06 $ docker exec --env ******** --env ******** c71cda2be1c43557ad53677ab0a40e6365dd05f773cc7bc67be2660deef334cd ssh-agent -k 06:15:06 unset SSH_AUTH_SOCK; 06:15:06 unset SSH_AGENT_PID; 06:15:06 echo Agent pid 78 killed; 06:15:06 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:15:07 + git semver [Pipeline] } 06:15:07 $ docker stop --time=1 c71cda2be1c43557ad53677ab0a40e6365dd05f773cc7bc67be2660deef334cd 06:15:08 $ docker rm -f c71cda2be1c43557ad53677ab0a40e6365dd05f773cc7bc67be2660deef334cd [Pipeline] // withDockerContainer [Pipeline] sh 06:15:09 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 06:15:09 Stashed 1 file(s) [Pipeline] echo 06:15:09 [edgeXSemver]: initialized semver on version 2.2.1-dev.3 [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 06:15:09 provisioning config files... 06:15:09 copy managed file [device-snmp-go-settings] to file:/w/workspace/edgexfoundry_device-snmp-go_main@tmp/config7969697974178310627tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:15:09 ---> docker-login.sh 06:15:09 nexus3.edgexfoundry.org:10001 06:15:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:15:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:15:09 Configure a credential helper to remove this warning. See 06:15:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:15:09 06:15:09 Login Succeeded 06:15:09 nexus3.edgexfoundry.org:10002 06:15:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:15:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:15:10 Configure a credential helper to remove this warning. See 06:15:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:15:10 06:15:10 Login Succeeded 06:15:10 nexus3.edgexfoundry.org:10003 06:15:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:15:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:15:10 Configure a credential helper to remove this warning. See 06:15:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:15:10 06:15:10 Login Succeeded 06:15:10 nexus3.edgexfoundry.org:10004 06:15:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:15:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:15:10 Configure a credential helper to remove this warning. See 06:15:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:15:10 06:15:10 Login Succeeded 06:15:10 docker.io 06:15:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:15:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:15:10 Configure a credential helper to remove this warning. See 06:15:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:15:10 06:15:10 Login Succeeded 06:15:10 ---> docker-login.sh ends [Pipeline] } 06:15:10 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 06:15:10 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 06:15:10 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 06:15:10 ========================================================= 06:15:10 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine] 06:15:10 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:15:10 + 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 . 06:15:10 Sending build context to Docker daemon 5.379MB 06:15:10 Step 1/12 : ARG BASE=golang:1.17-alpine3.15 06:15:10 Step 2/12 : FROM ${BASE} AS builder 06:15:10 1.17-alpine: Pulling from edgex-devops/edgex-golang-base 06:15:10 59bf1c3509f3: Pulling fs layer 06:15:10 666ba61612fd: Pulling fs layer 06:15:10 8ed8ca486205: Pulling fs layer 06:15:10 cc1cd167ecdc: Pulling fs layer 06:15:10 c516ae0d96e1: Pulling fs layer 06:15:10 684cea983483: Pulling fs layer 06:15:10 dd3240ac7de5: Pulling fs layer 06:15:10 b1e948a4e11c: Pulling fs layer 06:15:10 a8fd76ee1af6: Pulling fs layer 06:15:10 646ad004c059: Pulling fs layer 06:15:10 c516ae0d96e1: Waiting 06:15:10 684cea983483: Waiting 06:15:10 a8fd76ee1af6: Waiting 06:15:10 dd3240ac7de5: Waiting 06:15:10 646ad004c059: Waiting 06:15:10 cc1cd167ecdc: Waiting 06:15:10 8ed8ca486205: Verifying Checksum 06:15:10 8ed8ca486205: Download complete 06:15:10 666ba61612fd: Verifying Checksum 06:15:10 666ba61612fd: Download complete 06:15:11 c516ae0d96e1: Download complete 06:15:11 684cea983483: Verifying Checksum 06:15:11 684cea983483: Download complete 06:15:11 dd3240ac7de5: Verifying Checksum 06:15:11 dd3240ac7de5: Download complete 06:15:11 59bf1c3509f3: Verifying Checksum 06:15:11 59bf1c3509f3: Download complete 06:15:11 b1e948a4e11c: Verifying Checksum 06:15:11 b1e948a4e11c: Download complete 06:15:11 59bf1c3509f3: Pull complete 06:15:11 666ba61612fd: Pull complete 06:15:11 8ed8ca486205: Pull complete 06:15:11 646ad004c059: Verifying Checksum 06:15:11 646ad004c059: Download complete 06:15:11 a8fd76ee1af6: Verifying Checksum 06:15:12 cc1cd167ecdc: Verifying Checksum 06:15:12 cc1cd167ecdc: Download complete 06:15:16 cc1cd167ecdc: Pull complete 06:15:16 c516ae0d96e1: Pull complete 06:15:16 684cea983483: Pull complete 06:15:16 dd3240ac7de5: Pull complete 06:15:16 b1e948a4e11c: Pull complete 06:15:19 a8fd76ee1af6: Pull complete 06:15:19 646ad004c059: Pull complete 06:15:19 Digest: sha256:bc8ce28cadebfaa099e5330588345fe90134e4027cf71364bfd2aff1e7ff8c16 06:15:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine 06:15:19 ---> 8f69c11f6b0c 06:15:19 Step 3/12 : ARG MAKE='make build' 06:15:21 ---> Running in 07462bb0beac 06:15:21 Removing intermediate container 07462bb0beac 06:15:21 ---> 8da780ffdd39 06:15:21 Step 4/12 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 06:15:21 ---> Running in 89e884ee3caa 06:15:21 Removing intermediate container 89e884ee3caa 06:15:21 ---> 64a2a7e6e102 06:15:21 Step 5/12 : ARG ALPINE_PKG_EXTRA="" 06:15:21 ---> Running in ac60f5d14042 06:15:21 Removing intermediate container ac60f5d14042 06:15:21 ---> e8c5718aafc9 06:15:21 Step 6/12 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:15:21 ---> Running in 8c27cecc917d 06:15:22 Removing intermediate container 8c27cecc917d 06:15:22 ---> 29e451348ad6 06:15:22 Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 06:15:22 ---> Running in 398d3a7994b2 06:15:22 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 06:15:23 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 06:15:23 (1/4) Installing openssh-keygen (8.8_p1-r1) 06:15:23 (2/4) Installing libedit (20210910.3.1-r0) 06:15:24 (3/4) Installing openssh-client-common (8.8_p1-r1) 06:15:24 (4/4) Installing openssh-client-default (8.8_p1-r1) 06:15:24 Executing busybox-1.34.1-r3.trigger 06:15:24 OK: 224 MiB in 56 packages 06:15:24 Still waiting to schedule task 06:15:24 Waiting for next available executor on ‘ubuntu20.04-docker-arm64-4c-16g’ 06:15:24 Removing intermediate container 398d3a7994b2 06:15:24 ---> 116de0b17d98 06:15:24 Step 8/12 : WORKDIR /device-snmp-go 06:15:24 ---> Running in 50046fb24f7e 06:15:24 Removing intermediate container 50046fb24f7e 06:15:24 ---> 7d25f00d29ad 06:15:24 Step 9/12 : COPY go.mod vendor* ./ 06:15:25 ---> 14d27ba79d9b 06:15:25 Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:15:25 ---> Running in 756be0c2afc7 06:15:39 Removing intermediate container 756be0c2afc7 06:15:39 ---> 60c701e9bf9b 06:15:39 Step 11/12 : COPY . . 06:15:39 ---> 4d2cee177fb7 06:15:39 Step 12/12 : RUN ${MAKE} 06:15:39 ---> Running in 64b444358ee6 06:15:39 noop 06:15:39 Removing intermediate container 64b444358ee6 06:15:39 ---> 27e04879b5dc 06:15:39 Successfully built 27e04879b5dc 06:15:39 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:15:40 + docker inspect -f . ci-base-image-x86_64 06:15:40 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:15:40 prd-ubuntu20.04-docker-8c-8g-2681 does not seem to be running inside a container 06:15:40 $ 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 ******** -e ******** ci-base-image-x86_64 cat 06:15:40 $ docker top d397fa1865c4b79a0e5624b37a3fdb96a7dfce7c639ad1b2c3a689fd367453fb -eo pid,comm [Pipeline] { [Pipeline] sh 06:15:41 + go version 06:15:41 go version go1.17.7 linux/amd64 [Pipeline] } 06:15:41 $ docker stop --time=1 d397fa1865c4b79a0e5624b37a3fdb96a7dfce7c639ad1b2c3a689fd367453fb 06:15:42 $ docker rm -f d397fa1865c4b79a0e5624b37a3fdb96a7dfce7c639ad1b2c3a689fd367453fb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:15:42 + docker inspect -f . ci-base-image-x86_64 06:15:42 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:15:43 prd-ubuntu20.04-docker-8c-8g-2681 does not seem to be running inside a container 06:15:43 $ 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 ******** -e ******** ci-base-image-x86_64 cat 06:15:43 $ docker top e8b5f96577cacecf7a59a231d022a7028a4d43036247aa3e1b5dd94a2434b1cf -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh 06:15:43 + make test 06:15:43 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out 06:15:44 ? github.com/edgexfoundry/device-snmp-go [no test files] 06:15:54 ? github.com/edgexfoundry/device-snmp-go/cmd [no test files] 06:15:54 ok github.com/edgexfoundry/device-snmp-go/internal/driver 0.008s coverage: 0.0% of statements 06:16:01 CGO_ENABLED=1 GO111MODULE=on go vet ./... 06:16:04 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 06:16:04 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 06:16:04 ./bin/test-attribution-txt.sh [Pipeline] echo 06:16:04 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 06:16:04 $ docker stop --time=1 e8b5f96577cacecf7a59a231d022a7028a4d43036247aa3e1b5dd94a2434b1cf 06:16:06 $ docker rm -f e8b5f96577cacecf7a59a231d022a7028a4d43036247aa3e1b5dd94a2434b1cf [Pipeline] // withDockerContainer [Pipeline] sh 06:16:07 + sudo chown -R jenkins:jenkins . [Pipeline] stash 06:16:07 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 06:16:07 + sudo chown -R jenkins:jenkins . [Pipeline] sh 06:16:08 + ls -al . 06:16:08 total 168 06:16:08 drwxrwxr-x 9 jenkins jenkins 4096 Jun 19 06:16 . 06:16:08 drwxrwxr-x 4 jenkins jenkins 4096 Jun 19 06:14 .. 06:16:08 -rw-rw-r-- 1 jenkins jenkins 6 Jun 19 06:14 .dockerignore 06:16:08 drwxrwxr-x 8 jenkins jenkins 4096 Jun 19 06:15 .git 06:16:08 drwxrwxr-x 3 jenkins jenkins 4096 Jun 19 06:14 .github 06:16:08 -rw-rw-r-- 1 jenkins jenkins 328 Jun 19 06:14 .gitignore 06:16:08 -rw-rw-r-- 1 jenkins jenkins 41 Jun 19 06:14 .golangci.yml 06:16:08 drwxr-xr-x 3 jenkins jenkins 4096 Jun 19 06:15 .semver 06:16:08 -rw-rw-r-- 1 jenkins jenkins 8556 Jun 19 06:14 Attribution.txt 06:16:08 -rw-rw-r-- 1 jenkins jenkins 6948 Jun 19 06:14 CHANGELOG.md 06:16:08 -rw-rw-r-- 1 jenkins jenkins 1516 Jun 19 06:14 Dockerfile 06:16:08 -rw-rw-r-- 1 jenkins jenkins 677 Jun 19 06:14 GOVERNANCE.md 06:16:08 -rw-rw-r-- 1 jenkins jenkins 656 Jun 19 06:14 Jenkinsfile 06:16:08 -rw-rw-r-- 1 jenkins jenkins 11340 Jun 19 06:14 LICENSE 06:16:08 -rw-rw-r-- 1 jenkins jenkins 2334 Jun 19 06:14 Makefile 06:16:08 -rw-rw-r-- 1 jenkins jenkins 620 Jun 19 06:14 OWNERS.md 06:16:08 -rw-rw-r-- 1 jenkins jenkins 9390 Jun 19 06:14 README.md 06:16:08 -rw-rw-r-- 1 jenkins jenkins 11 Jun 19 06:15 VERSION 06:16:08 drwxrwxr-x 2 jenkins jenkins 4096 Jun 19 06:14 bin 06:16:08 drwxrwxr-x 3 jenkins jenkins 4096 Jun 19 06:14 cmd 06:16:08 -rw-r--r-- 1 jenkins jenkins 7631 Jun 19 06:15 coverage.out 06:16:08 -rw-rw-r-- 1 jenkins jenkins 3300 Jun 19 06:14 go.mod 06:16:08 -rw-rw-r-- 1 jenkins jenkins 36370 Jun 19 06:14 go.sum 06:16:08 drwxrwxr-x 3 jenkins jenkins 4096 Jun 19 06:14 internal 06:16:08 drwxrwxr-x 3 jenkins jenkins 4096 Jun 19 06:14 snap 06:16:08 -rw-rw-r-- 1 jenkins jenkins 228 Jun 19 06:14 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:16:08 + 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=de36933a196ec2e5ea0c5601bc2b4d4bfd93191e --label arch=amd64 --label version=2.2.1-dev.3 . 06:16:08 Sending build context to Docker daemon 5.387MB 06:16:08 Step 1/24 : ARG BASE=golang:1.17-alpine3.15 06:16:08 Step 2/24 : FROM ${BASE} AS builder 06:16:08 ---> 27e04879b5dc 06:16:08 Step 3/24 : ARG MAKE='make build' 06:16:08 ---> Running in 429a037734b3 06:16:08 Removing intermediate container 429a037734b3 06:16:08 ---> de95b146eb5a 06:16:08 Step 4/24 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 06:16:08 ---> Running in a7b4db51a780 06:16:08 Removing intermediate container a7b4db51a780 06:16:08 ---> 816e9fdb5100 06:16:08 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 06:16:08 ---> Running in 72ec0167c6bd 06:16:08 Removing intermediate container 72ec0167c6bd 06:16:08 ---> bda7a9e87b3d 06:16:08 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:16:08 ---> Running in 381ff9937da6 06:16:09 Removing intermediate container 381ff9937da6 06:16:09 ---> 82831d74c4a5 06:16:09 Step 7/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 06:16:09 ---> Running in fb1734247193 06:16:09 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 06:16:10 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 06:16:10 OK: 224 MiB in 56 packages 06:16:11 Removing intermediate container fb1734247193 06:16:11 ---> 2fb9eda5fb5f 06:16:11 Step 8/24 : WORKDIR /device-snmp-go 06:16:11 ---> Running in ac3a31a80e13 06:16:11 Removing intermediate container ac3a31a80e13 06:16:11 ---> e621d05c7df0 06:16:11 Step 9/24 : COPY go.mod vendor* ./ 06:16:11 ---> c97e3f362252 06:16:11 Step 10/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:16:11 ---> Running in edd074c6ba54 06:16:12 Removing intermediate container edd074c6ba54 06:16:12 ---> 38bf812f04b7 06:16:12 Step 11/24 : COPY . . 06:16:12 ---> e10f39922a73 06:16:12 Step 12/24 : RUN ${MAKE} 06:16:12 ---> Running in ef785f2b1ee5 06:16:13 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.5 -X github.com/edgexfoundry/device-snmp-go.Version=2.2.1-dev.3" -trimpath -mod=readonly -buildmode=pie -o cmd/device-snmp ./cmd 06:16:35 Removing intermediate container ef785f2b1ee5 06:16:35 ---> 4df5d283543c 06:16:35 Step 13/24 : FROM alpine:3.14 06:16:35 3.14: Pulling from library/alpine 06:16:35 8663204ce13b: Pulling fs layer 06:16:35 8663204ce13b: Verifying Checksum 06:16:35 8663204ce13b: Download complete 06:16:35 8663204ce13b: Pull complete 06:16:35 Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 06:16:35 Status: Downloaded newer image for alpine:3.14 06:16:35 ---> e04c818066af 06:16:35 Step 14/24 : RUN apk add --update --no-cache zeromq dumb-init 06:16:35 ---> Running in 1603e7569593 06:16:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 06:16:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 06:16:35 (1/6) Installing dumb-init (1.2.5-r1) 06:16:35 (2/6) Installing libgcc (10.3.1_git20210424-r2) 06:16:35 (3/6) Installing libsodium (1.0.18-r0) 06:16:35 (4/6) Installing libstdc++ (10.3.1_git20210424-r2) 06:16:35 (5/6) Installing libzmq (4.3.4-r0) 06:16:35 (6/6) Installing zeromq (4.3.4-r0) 06:16:35 Executing busybox-1.33.1-r7.trigger 06:16:35 OK: 8 MiB in 20 packages 06:16:35 Removing intermediate container 1603e7569593 06:16:35 ---> 5f5135372543 06:16:35 Step 15/24 : COPY --from=builder /device-snmp-go/cmd / 06:16:35 ---> 72f43a93e9eb 06:16:35 Step 16/24 : COPY --from=builder /device-snmp-go/Attribution.txt / 06:16:35 ---> fe20f52c3e98 06:16:35 Step 17/24 : COPY --from=builder /device-snmp-go/LICENSE / 06:16:35 ---> e80b5b7d80b1 06:16:35 Step 18/24 : EXPOSE 59993 06:16:36 ---> Running in 15b77e692f58 06:16:36 Removing intermediate container 15b77e692f58 06:16:36 ---> 0b66fa5cf2f2 06:16:36 Step 19/24 : EXPOSE 161 06:16:36 ---> Running in 0b4a254f42fa 06:16:36 Removing intermediate container 0b4a254f42fa 06:16:36 ---> 8b4b011ff08b 06:16:36 Step 20/24 : ENTRYPOINT ["/device-snmp"] 06:16:36 ---> Running in 577eb018ef6f 06:16:36 Removing intermediate container 577eb018ef6f 06:16:36 ---> be8b96613d88 06:16:36 Step 21/24 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--confdir=/res", "--registry"] 06:16:36 ---> Running in bb4e32d1bf32 06:16:36 Removing intermediate container bb4e32d1bf32 06:16:36 ---> bdc78c175caf 06:16:36 Step 22/24 : LABEL arch=amd64 06:16:36 ---> Running in f4a97ef94910 06:16:36 Removing intermediate container f4a97ef94910 06:16:36 ---> 6df93be6f73d 06:16:36 Step 23/24 : LABEL git_sha=de36933a196ec2e5ea0c5601bc2b4d4bfd93191e 06:16:36 ---> Running in 7425e1adeb3b 06:16:37 Removing intermediate container 7425e1adeb3b 06:16:37 ---> 475697d156a0 06:16:37 Step 24/24 : LABEL version=2.2.1-dev.3 06:16:37 ---> Running in 32b281c4f9dd 06:16:37 Removing intermediate container 32b281c4f9dd 06:16:37 ---> 1723cd30e685 06:16:37 [Warning] One or more build-args [ARCH] were not consumed 06:16:37 Successfully built 1723cd30e685 06:16:37 Successfully tagged device-snmp:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:16:37 provisioning config files... 06:16:37 copy managed file [device-snmp-go-settings] to file:/w/workspace/edgexfoundry_device-snmp-go_main@tmp/config4431947740398645949tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:16:37 ---> docker-login.sh 06:16:37 nexus3.edgexfoundry.org:10001 06:16:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:16:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:16:37 Configure a credential helper to remove this warning. See 06:16:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:16:37 06:16:37 Login Succeeded 06:16:37 nexus3.edgexfoundry.org:10002 06:16:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:16:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:16:37 Configure a credential helper to remove this warning. See 06:16:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:16:37 06:16:37 Login Succeeded 06:16:37 nexus3.edgexfoundry.org:10003 06:16:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:16:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:16:37 Configure a credential helper to remove this warning. See 06:16:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:16:37 06:16:37 Login Succeeded 06:16:37 nexus3.edgexfoundry.org:10004 06:16:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:16:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:16:37 Configure a credential helper to remove this warning. See 06:16:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:16:37 06:16:37 Login Succeeded 06:16:37 docker.io 06:16:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:16:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:16:38 Configure a credential helper to remove this warning. See 06:16:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:16:38 06:16:38 Login Succeeded 06:16:38 ---> docker-login.sh ends [Pipeline] } 06:16:38 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:16:38 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 06:16:38 [edgeXDocker.push] Tagging docker image device-snmp with the following tags: 06:16:38 de36933a196ec2e5ea0c5601bc2b4d4bfd93191e 06:16:38 latest 06:16:38 2.2.1-dev.3 06:16:38 de36933a196ec2e5ea0c5601bc2b4d4bfd93191e-2.2.1-dev.3 06:16:38 main 06:16:38 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:16:38 + docker tag device-snmp nexus3.edgexfoundry.org:10004/device-snmp:de36933a196ec2e5ea0c5601bc2b4d4bfd93191e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:16:38 + docker push nexus3.edgexfoundry.org:10004/device-snmp:de36933a196ec2e5ea0c5601bc2b4d4bfd93191e 06:16:38 The push refers to repository [nexus3.edgexfoundry.org:10004/device-snmp] 06:16:38 f54beb46382d: Preparing 06:16:38 440ad82c46b1: Preparing 06:16:38 d5646500be7f: Preparing 06:16:38 7dbc5ec5128c: Preparing 06:16:38 b541d28bf3b4: Preparing 06:16:38 b541d28bf3b4: Layer already exists 06:16:38 440ad82c46b1: Pushed 06:16:38 f54beb46382d: Pushed 06:16:39 7dbc5ec5128c: Pushed 06:16:41 d5646500be7f: Pushed 06:16:42 de36933a196ec2e5ea0c5601bc2b4d4bfd93191e: digest: sha256:c56479aa08802121734c572272cb7e03bde95755618aa0580866bcf60a119749 size: 1367 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:16:42 + docker tag device-snmp nexus3.edgexfoundry.org:10004/device-snmp:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:16:42 + docker push nexus3.edgexfoundry.org:10004/device-snmp:latest 06:16:42 The push refers to repository [nexus3.edgexfoundry.org:10004/device-snmp] 06:16:42 f54beb46382d: Preparing 06:16:42 440ad82c46b1: Preparing 06:16:42 d5646500be7f: Preparing 06:16:42 7dbc5ec5128c: Preparing 06:16:42 b541d28bf3b4: Preparing 06:16:42 f54beb46382d: Layer already exists 06:16:42 b541d28bf3b4: Layer already exists 06:16:42 d5646500be7f: Layer already exists 06:16:42 7dbc5ec5128c: Layer already exists 06:16:42 440ad82c46b1: Layer already exists 06:16:42 latest: digest: sha256:c56479aa08802121734c572272cb7e03bde95755618aa0580866bcf60a119749 size: 1367 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:16:43 + docker tag device-snmp nexus3.edgexfoundry.org:10004/device-snmp:2.2.1-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:16:43 + docker push nexus3.edgexfoundry.org:10004/device-snmp:2.2.1-dev.3 06:16:43 The push refers to repository [nexus3.edgexfoundry.org:10004/device-snmp] 06:16:43 f54beb46382d: Preparing 06:16:43 440ad82c46b1: Preparing 06:16:43 d5646500be7f: Preparing 06:16:43 7dbc5ec5128c: Preparing 06:16:43 b541d28bf3b4: Preparing 06:16:43 440ad82c46b1: Layer already exists 06:16:43 b541d28bf3b4: Layer already exists 06:16:43 7dbc5ec5128c: Layer already exists 06:16:43 f54beb46382d: Layer already exists 06:16:43 d5646500be7f: Layer already exists 06:16:43 2.2.1-dev.3: digest: sha256:c56479aa08802121734c572272cb7e03bde95755618aa0580866bcf60a119749 size: 1367 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:16:43 + docker tag device-snmp nexus3.edgexfoundry.org:10004/device-snmp:de36933a196ec2e5ea0c5601bc2b4d4bfd93191e-2.2.1-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:16:44 + docker push nexus3.edgexfoundry.org:10004/device-snmp:de36933a196ec2e5ea0c5601bc2b4d4bfd93191e-2.2.1-dev.3 06:16:44 The push refers to repository [nexus3.edgexfoundry.org:10004/device-snmp] 06:16:44 f54beb46382d: Preparing 06:16:44 440ad82c46b1: Preparing 06:16:44 d5646500be7f: Preparing 06:16:44 7dbc5ec5128c: Preparing 06:16:44 b541d28bf3b4: Preparing 06:16:44 d5646500be7f: Layer already exists 06:16:44 f54beb46382d: Layer already exists 06:16:44 b541d28bf3b4: Layer already exists 06:16:44 7dbc5ec5128c: Layer already exists 06:16:44 440ad82c46b1: Layer already exists 06:16:44 de36933a196ec2e5ea0c5601bc2b4d4bfd93191e-2.2.1-dev.3: digest: sha256:c56479aa08802121734c572272cb7e03bde95755618aa0580866bcf60a119749 size: 1367 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:16:44 + docker tag device-snmp nexus3.edgexfoundry.org:10004/device-snmp:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:16:44 + docker push nexus3.edgexfoundry.org:10004/device-snmp:main 06:16:44 The push refers to repository [nexus3.edgexfoundry.org:10004/device-snmp] 06:16:44 f54beb46382d: Preparing 06:16:44 440ad82c46b1: Preparing 06:16:44 d5646500be7f: Preparing 06:16:44 7dbc5ec5128c: Preparing 06:16:44 b541d28bf3b4: Preparing 06:16:44 7dbc5ec5128c: Layer already exists 06:16:44 f54beb46382d: Layer already exists 06:16:44 b541d28bf3b4: Layer already exists 06:16:44 440ad82c46b1: Layer already exists 06:16:44 d5646500be7f: Layer already exists 06:16:44 main: digest: sha256:c56479aa08802121734c572272cb7e03bde95755618aa0580866bcf60a119749 size: 1367 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:16:44 ===================================================== [Pipeline] echo 06:16:44 taggedImages: 06:16:44 - nexus3.edgexfoundry.org:10004/device-snmp:de36933a196ec2e5ea0c5601bc2b4d4bfd93191e 06:16:44 - nexus3.edgexfoundry.org:10004/device-snmp:latest 06:16:44 - nexus3.edgexfoundry.org:10004/device-snmp:2.2.1-dev.3 06:16:44 - nexus3.edgexfoundry.org:10004/device-snmp:de36933a196ec2e5ea0c5601bc2b4d4bfd93191e-2.2.1-dev.3 06:16:44 - 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 06:16:45 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 06:16:45 06:16:45 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:16:45 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 06:16:45 latest: Pulling from edgex-lftools-log-publisher 06:16:45 5eb5b503b376: Pulling fs layer 06:16:45 5c69ac0246d0: Pulling fs layer 06:16:45 ec43610c2a17: Pulling fs layer 06:16:45 3a2ae6a8a46f: Pulling fs layer 06:16:45 33b1e0a273af: Pulling fs layer 06:16:45 5d3b04190fa2: Pulling fs layer 06:16:45 2f39f015ded8: Pulling fs layer 06:16:45 33b1e0a273af: Waiting 06:16:45 5d3b04190fa2: Waiting 06:16:45 2f39f015ded8: Waiting 06:16:45 5c69ac0246d0: Download complete 06:16:45 3a2ae6a8a46f: Verifying Checksum 06:16:45 3a2ae6a8a46f: Download complete 06:16:45 33b1e0a273af: Verifying Checksum 06:16:45 33b1e0a273af: Download complete 06:16:45 5d3b04190fa2: Download complete 06:16:45 ec43610c2a17: Verifying Checksum 06:16:45 ec43610c2a17: Download complete 06:16:45 5eb5b503b376: Download complete 06:16:46 2f39f015ded8: Download complete 06:16:46 5eb5b503b376: Pull complete 06:16:47 5c69ac0246d0: Pull complete 06:16:47 ec43610c2a17: Pull complete 06:16:47 3a2ae6a8a46f: Pull complete 06:16:47 33b1e0a273af: Pull complete 06:16:47 5d3b04190fa2: Pull complete 06:16:53 2f39f015ded8: Pull complete 06:16:53 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 06:16:53 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 06:16:53 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:16:53 prd-ubuntu20.04-docker-8c-8g-2681 does not seem to be running inside a container 06:16:53 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 06:16:55 $ docker top 67c265ec292252c49a5ed028cc451c81e89fabae216c8d658581b8f498a4003c -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:16:55 ---> job-cost.sh 06:16:55 lf-activate-venv: SKIPPING 06:16:55 INFO: No Stack... 06:16:55 INFO: Retrieving Pricing Info for: v3-standard-8 06:16:56 INFO: Archiving Costs [Pipeline] sh 06:16:56 + cut -d, -f6 06:16:56 + cat /w/workspace/edgexfoundry_device-snmp-go_main/archives/cost.csv [Pipeline] lock 06:16:56 Trying to acquire lock on [jenkins-edgexfoundry-device-snmp-go-main-34-stack-cost] 06:16:56 Resource [jenkins-edgexfoundry-device-snmp-go-main-34-stack-cost] did not exist. Created. 06:16:56 Lock acquired on [jenkins-edgexfoundry-device-snmp-go-main-34-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 06:16:56 + echo total: 0.2199999988079071 [Pipeline] stash 06:16:57 Stashed 1 file(s) [Pipeline] } 06:16:57 Lock released on resource [jenkins-edgexfoundry-device-snmp-go-main-34-stack-cost] [Pipeline] // lock [Pipeline] } 06:16:57 $ docker stop --time=1 67c265ec292252c49a5ed028cc451c81e89fabae216c8d658581b8f498a4003c 06:16:58 $ docker rm -f 67c265ec292252c49a5ed028cc451c81e89fabae216c8d658581b8f498a4003c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 08:54:07 Running on prd-ubuntu20.04-docker-arm64-4c-16g-13399 in /w/workspace/edgexfoundry_device-snmp-go_main [Pipeline] { [Pipeline] ws 08:54:07 Running in /w/workspace/device-snmp-go/34 [Pipeline] { [Pipeline] checkout 08:54:07 Selected Git installation does not exist. Using Default 08:54:07 The recommended git tool is: NONE 08:54:14 using credential edgex-jenkins-ssh 08:54:14 Cloning the remote Git repository 08:54:14 Cloning repository git@github.com:edgexfoundry/device-snmp-go.git 08:54:14 > git init /w/workspace/device-snmp-go/34 # timeout=10 08:54:14 Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git 08:54:14 > git --version # timeout=10 08:54:15 > git --version # 'git version 2.25.1' 08:54:15 using GIT_SSH to set credentials SSH Credentials for GitHub 08:54:15 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 08:54:16 Avoid second fetch 08:54:16 Checking out Revision de36933a196ec2e5ea0c5601bc2b4d4bfd93191e (main) 08:54:16 > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 08:54:16 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 08:54:16 > git config core.sparsecheckout # timeout=10 08:54:16 > git checkout -f de36933a196ec2e5ea0c5601bc2b4d4bfd93191e # timeout=10 08:54:20 Commit message: "Merge pull request #178 from weichou1229/upgrade-sdk" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 08:54:21 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 08:54:21 % Total % Received % Xferd Average Speed Time Time Time Current 08:54:21 Dload Upload Total Spent Left Speed 08:54:21 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12253 100 12253 0 0 70017 0 --:--:-- --:--:-- --:--:-- 70017 [Pipeline] sh 08:54:22 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 08:54:22 + sudo tee /etc/docker/daemon.new 08:54:22 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 08:54:22 { 08:54:22 "registry-mirrors": [ 08:54:22 "https://nexus3.edgexfoundry.org:10001" 08:54:22 ], 08:54:22 "bip": "10.250.0.254/24", 08:54:22 "hosts": [ 08:54:22 "tcp://0.0.0.0:5555", 08:54:22 "unix:///var/run/docker.sock" 08:54:22 ], 08:54:22 "mtu": 1458, 08:54:22 "selinux-enabled": true, 08:54:22 "seccomp-profile": "/etc/docker/seccomp.json" 08:54:22 } [Pipeline] sh 08:54:22 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 08:54:23 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 08:54:41 provisioning config files... 08:54:41 copy managed file [device-snmp-go-settings] to file:/w/workspace/device-snmp-go/34@tmp/config4962135860709097689tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:54:41 ---> docker-login.sh 08:54:41 nexus3.edgexfoundry.org:10001 08:54:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:54:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:54:42 Configure a credential helper to remove this warning. See 08:54:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:54:42 08:54:42 Login Succeeded 08:54:42 nexus3.edgexfoundry.org:10002 08:54:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:54:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:54:42 Configure a credential helper to remove this warning. See 08:54:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:54:42 08:54:42 Login Succeeded 08:54:42 nexus3.edgexfoundry.org:10003 08:54:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:54:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:54:43 Configure a credential helper to remove this warning. See 08:54:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:54:43 08:54:43 Login Succeeded 08:54:43 nexus3.edgexfoundry.org:10004 08:54:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:54:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:54:43 Configure a credential helper to remove this warning. See 08:54:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:54:43 08:54:43 Login Succeeded 08:54:43 docker.io 08:54:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:54:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:54:44 Configure a credential helper to remove this warning. See 08:54:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:54:44 08:54:44 Login Succeeded 08:54:44 ---> docker-login.sh ends [Pipeline] } 08:54:44 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 08:54:45 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 08:54:45 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 08:54:45 ========================================================= 08:54:45 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine] 08:54:45 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:54:45 + 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 . 08:54:45 Sending build context to Docker daemon 2.77MB 08:54:45 Step 1/12 : ARG BASE=golang:1.17-alpine3.15 08:54:45 Step 2/12 : FROM ${BASE} AS builder 08:54:46 1.17-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 08:54:46 9b3977197b4f: Pulling fs layer 08:54:46 1a89e8eeedd5: Pulling fs layer 08:54:46 94645a83ff95: Pulling fs layer 08:54:46 e6fb740bc735: Pulling fs layer 08:54:46 3a77bd46dcc9: Pulling fs layer 08:54:46 355e64cbe906: Pulling fs layer 08:54:46 63ab81a10011: Pulling fs layer 08:54:46 555d1d1c4555: Pulling fs layer 08:54:46 7d9057610161: Pulling fs layer 08:54:46 355e64cbe906: Waiting 08:54:46 3a77bd46dcc9: Waiting 08:54:46 555d1d1c4555: Waiting 08:54:46 63ab81a10011: Waiting 08:54:46 7d9057610161: Waiting 08:54:46 e6fb740bc735: Waiting 08:54:46 94645a83ff95: Download complete 08:54:46 1a89e8eeedd5: Verifying Checksum 08:54:46 1a89e8eeedd5: Download complete 08:54:46 3a77bd46dcc9: Verifying Checksum 08:54:46 3a77bd46dcc9: Download complete 08:54:46 355e64cbe906: Verifying Checksum 08:54:46 355e64cbe906: Download complete 08:54:46 9b3977197b4f: Verifying Checksum 08:54:46 9b3977197b4f: Download complete 08:54:46 63ab81a10011: Verifying Checksum 08:54:46 63ab81a10011: Download complete 08:54:47 9b3977197b4f: Pull complete 08:54:47 7d9057610161: Verifying Checksum 08:54:47 7d9057610161: Download complete 08:54:47 1a89e8eeedd5: Pull complete 08:54:48 94645a83ff95: Pull complete 08:54:48 555d1d1c4555: Verifying Checksum 08:54:48 555d1d1c4555: Download complete 08:54:48 e6fb740bc735: Verifying Checksum 08:54:48 e6fb740bc735: Download complete 08:55:01 e6fb740bc735: Pull complete 08:55:01 3a77bd46dcc9: Pull complete 08:55:01 355e64cbe906: Pull complete 08:55:01 63ab81a10011: Pull complete 08:55:08 555d1d1c4555: Pull complete 08:55:09 7d9057610161: Pull complete 08:55:10 Digest: sha256:2bfe06e9b82483759db2d79553298764cc23e00699169ff1c4d7513112b2d636 08:55:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine 08:55:10 ---> 819e984ddca1 08:55:10 Step 3/12 : ARG MAKE='make build' 08:55:11 ---> Running in 58f3ce441ca0 08:55:11 Removing intermediate container 58f3ce441ca0 08:55:11 ---> 946ef3a1f69d 08:55:11 Step 4/12 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 08:55:12 ---> Running in eeaefd82f801 08:55:12 Removing intermediate container eeaefd82f801 08:55:12 ---> 7cb8f1862ae1 08:55:12 Step 5/12 : ARG ALPINE_PKG_EXTRA="" 08:55:12 ---> Running in 5d843dcba340 08:55:12 Removing intermediate container 5d843dcba340 08:55:12 ---> ea7d28472c99 08:55:12 Step 6/12 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:55:12 ---> Running in 5862477d21f7 08:55:14 Removing intermediate container 5862477d21f7 08:55:14 ---> c98ebde7a44f 08:55:14 Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 08:55:14 ---> Running in 52c4f56dce8c 08:55:15 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 08:55:16 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 08:55:17 (1/4) Installing openssh-keygen (8.8_p1-r1) 08:55:17 (2/4) Installing libedit (20210910.3.1-r0) 08:55:17 (3/4) Installing openssh-client-common (8.8_p1-r1) 08:55:17 (4/4) Installing openssh-client-default (8.8_p1-r1) 08:55:17 Executing busybox-1.34.1-r3.trigger 08:55:17 OK: 224 MiB in 56 packages 08:55:18 Removing intermediate container 52c4f56dce8c 08:55:18 ---> 2e94b890f60d 08:55:18 Step 8/12 : WORKDIR /device-snmp-go 08:55:18 ---> Running in d7d27d4f0dc3 08:55:19 Removing intermediate container d7d27d4f0dc3 08:55:19 ---> e5192aaa7340 08:55:19 Step 9/12 : COPY go.mod vendor* ./ 08:55:19 ---> 23e9a8c3cf9b 08:55:19 Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:55:19 ---> Running in 7ce24323b912 08:56:06 Removing intermediate container 7ce24323b912 08:56:06 ---> 69a07499f3ff 08:56:06 Step 11/12 : COPY . . 08:56:06 ---> 4995577b13b1 08:56:06 Step 12/12 : RUN ${MAKE} 08:56:06 ---> Running in b529f880b2f5 08:56:06 noop 08:56:06 Removing intermediate container b529f880b2f5 08:56:06 ---> a2e7d3daea62 08:56:06 Successfully built a2e7d3daea62 08:56:06 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:56:07 + docker inspect -f . ci-base-image-arm64 08:56:07 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:56:07 prd-ubuntu20.04-docker-arm64-4c-16g-13399 does not seem to be running inside a container 08:56:07 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-snmp-go/34 -v /w/workspace/device-snmp-go/34:/w/workspace/device-snmp-go/34:rw,z -v /w/workspace/device-snmp-go/34@tmp:/w/workspace/device-snmp-go/34@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 08:56:08 $ docker top 9d214486ddaa7a3295da1604a896db8719f74b4e1b84beb14e204ca0d566325c -eo pid,comm [Pipeline] { [Pipeline] sh 08:56:09 + go version 08:56:09 go version go1.17.7 linux/arm64 [Pipeline] } 08:56:09 $ docker stop --time=1 9d214486ddaa7a3295da1604a896db8719f74b4e1b84beb14e204ca0d566325c 08:56:11 $ docker rm -f 9d214486ddaa7a3295da1604a896db8719f74b4e1b84beb14e204ca0d566325c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:56:11 + docker inspect -f . ci-base-image-arm64 08:56:11 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:56:12 prd-ubuntu20.04-docker-arm64-4c-16g-13399 does not seem to be running inside a container 08:56:12 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-snmp-go/34 -v /w/workspace/device-snmp-go/34:/w/workspace/device-snmp-go/34:rw,z -v /w/workspace/device-snmp-go/34@tmp:/w/workspace/device-snmp-go/34@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 08:56:13 $ docker top 24ee69cc2d947476fe6d1b175b839dea8e639337862d17c6d0477d34dc03fed8 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh 08:56:14 + make test 08:56:14 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out 08:56:16 ? github.com/edgexfoundry/device-snmp-go [no test files] 08:57:38 ? github.com/edgexfoundry/device-snmp-go/cmd [no test files] 08:57:38 ok github.com/edgexfoundry/device-snmp-go/internal/driver 0.042s coverage: 0.0% of statements 08:57:38 WARNING: Linting skipped (not on x86_64 or linter not installed) 08:57:38 CGO_ENABLED=1 GO111MODULE=on go vet ./... 08:57:56 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 08:57:56 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 08:57:56 ./bin/test-attribution-txt.sh [Pipeline] echo 08:57:59 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 08:57:59 $ docker stop --time=1 24ee69cc2d947476fe6d1b175b839dea8e639337862d17c6d0477d34dc03fed8 08:58:01 $ docker rm -f 24ee69cc2d947476fe6d1b175b839dea8e639337862d17c6d0477d34dc03fed8 [Pipeline] // withDockerContainer [Pipeline] sh 08:58:02 + sudo chown -R jenkins:jenkins . [Pipeline] stash 08:58:02 Warning: overwriting stash ‘coverage-report’ 08:58:03 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 08:58:03 + sudo chown -R jenkins:jenkins . [Pipeline] sh 08:58:03 + ls -al . 08:58:03 total 164 08:58:03 drwxrwxr-x 8 jenkins jenkins 4096 Jun 19 08:57 . 08:58:03 drwxrwxr-x 4 jenkins jenkins 4096 Jun 19 08:54 .. 08:58:03 -rw-rw-r-- 1 jenkins jenkins 6 Jun 19 08:54 .dockerignore 08:58:03 drwxrwxr-x 8 jenkins jenkins 4096 Jun 19 08:54 .git 08:58:03 drwxrwxr-x 3 jenkins jenkins 4096 Jun 19 08:54 .github 08:58:03 -rw-rw-r-- 1 jenkins jenkins 328 Jun 19 08:54 .gitignore 08:58:03 -rw-rw-r-- 1 jenkins jenkins 41 Jun 19 08:54 .golangci.yml 08:58:03 -rw-rw-r-- 1 jenkins jenkins 8556 Jun 19 08:54 Attribution.txt 08:58:03 -rw-rw-r-- 1 jenkins jenkins 6948 Jun 19 08:54 CHANGELOG.md 08:58:03 -rw-rw-r-- 1 jenkins jenkins 1516 Jun 19 08:54 Dockerfile 08:58:03 -rw-rw-r-- 1 jenkins jenkins 677 Jun 19 08:54 GOVERNANCE.md 08:58:03 -rw-rw-r-- 1 jenkins jenkins 656 Jun 19 08:54 Jenkinsfile 08:58:03 -rw-rw-r-- 1 jenkins jenkins 11340 Jun 19 08:54 LICENSE 08:58:03 -rw-rw-r-- 1 jenkins jenkins 2334 Jun 19 08:54 Makefile 08:58:03 -rw-rw-r-- 1 jenkins jenkins 620 Jun 19 08:54 OWNERS.md 08:58:03 -rw-rw-r-- 1 jenkins jenkins 9390 Jun 19 08:54 README.md 08:58:03 -rw-rw-r-- 1 jenkins jenkins 11 Jun 19 06:15 VERSION 08:58:03 drwxrwxr-x 2 jenkins jenkins 4096 Jun 19 08:54 bin 08:58:03 drwxrwxr-x 3 jenkins jenkins 4096 Jun 19 08:54 cmd 08:58:03 -rw-r--r-- 1 jenkins jenkins 7631 Jun 19 08:57 coverage.out 08:58:03 -rw-rw-r-- 1 jenkins jenkins 3300 Jun 19 08:54 go.mod 08:58:03 -rw-rw-r-- 1 jenkins jenkins 36370 Jun 19 08:54 go.sum 08:58:03 drwxrwxr-x 3 jenkins jenkins 4096 Jun 19 08:54 internal 08:58:03 drwxrwxr-x 3 jenkins jenkins 4096 Jun 19 08:54 snap 08:58:03 -rw-rw-r-- 1 jenkins jenkins 228 Jun 19 08:54 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:58:04 + 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=de36933a196ec2e5ea0c5601bc2b4d4bfd93191e --label arch=arm64 --label version=2.2.1-dev.3 . 08:58:04 Sending build context to Docker daemon 2.779MB 08:58:04 Step 1/24 : ARG BASE=golang:1.17-alpine3.15 08:58:04 Step 2/24 : FROM ${BASE} AS builder 08:58:04 ---> a2e7d3daea62 08:58:04 Step 3/24 : ARG MAKE='make build' 08:58:04 ---> Running in 54f684109bc0 08:58:04 Removing intermediate container 54f684109bc0 08:58:04 ---> 643cbcc4c026 08:58:04 Step 4/24 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 08:58:04 ---> Running in 4c80f51aaf6f 08:58:05 Removing intermediate container 4c80f51aaf6f 08:58:05 ---> ddc704fdb7c0 08:58:05 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 08:58:05 ---> Running in 7e47c47bebbd 08:58:05 Removing intermediate container 7e47c47bebbd 08:58:05 ---> 2701262fa74f 08:58:05 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:58:05 ---> Running in 45c3801dbe17 08:58:07 Removing intermediate container 45c3801dbe17 08:58:07 ---> 6b0d1e5d63af 08:58:07 Step 7/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 08:58:07 ---> Running in f790dc90fe60 08:58:08 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 08:58:09 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 08:58:10 OK: 224 MiB in 56 packages 08:58:10 Removing intermediate container f790dc90fe60 08:58:10 ---> d4f43a67d257 08:58:10 Step 8/24 : WORKDIR /device-snmp-go 08:58:10 ---> Running in 9625715440d5 08:58:11 Removing intermediate container 9625715440d5 08:58:11 ---> ab3d887c2fb6 08:58:11 Step 9/24 : COPY go.mod vendor* ./ 08:58:11 ---> 3e7cdeeb4d8e 08:58:11 Step 10/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:58:11 ---> Running in f0fb81e430c2 08:58:13 Removing intermediate container f0fb81e430c2 08:58:13 ---> fa17d55e7d33 08:58:13 Step 11/24 : COPY . . 08:58:14 ---> 819e64da97ec 08:58:14 Step 12/24 : RUN ${MAKE} 08:58:14 ---> Running in c267285032f8 08:58:15 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.5 -X github.com/edgexfoundry/device-snmp-go.Version=2.2.1-dev.3" -trimpath -mod=readonly -buildmode=pie -o cmd/device-snmp ./cmd 09:00:22 Removing intermediate container c267285032f8 09:00:22 ---> 63501f37be63 09:00:22 Step 13/24 : FROM alpine:3.14 09:00:22 3.14: Pulling from library/alpine 09:00:22 455c02918c45: Pulling fs layer 09:00:22 455c02918c45: Verifying Checksum 09:00:22 455c02918c45: Download complete 09:00:22 455c02918c45: Pull complete 09:00:22 Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 09:00:22 Status: Downloaded newer image for alpine:3.14 09:00:22 ---> ac73e934f311 09:00:22 Step 14/24 : RUN apk add --update --no-cache zeromq dumb-init 09:00:22 ---> Running in d27dedabd562 09:00:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 09:00:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 09:00:22 (1/6) Installing dumb-init (1.2.5-r1) 09:00:22 (2/6) Installing libgcc (10.3.1_git20210424-r2) 09:00:22 (3/6) Installing libsodium (1.0.18-r0) 09:00:22 (4/6) Installing libstdc++ (10.3.1_git20210424-r2) 09:00:22 (5/6) Installing libzmq (4.3.4-r0) 09:00:22 (6/6) Installing zeromq (4.3.4-r0) 09:00:22 Executing busybox-1.33.1-r7.trigger 09:00:22 OK: 8 MiB in 20 packages 09:00:22 Removing intermediate container d27dedabd562 09:00:22 ---> 2b963df63254 09:00:22 Step 15/24 : COPY --from=builder /device-snmp-go/cmd / 09:00:22 ---> 8ea0a224e1f8 09:00:22 Step 16/24 : COPY --from=builder /device-snmp-go/Attribution.txt / 09:00:22 ---> ced12e17a30a 09:00:22 Step 17/24 : COPY --from=builder /device-snmp-go/LICENSE / 09:00:22 ---> 2d50dc2741a3 09:00:22 Step 18/24 : EXPOSE 59993 09:00:22 ---> Running in 38ecd5afd594 09:00:22 Removing intermediate container 38ecd5afd594 09:00:22 ---> 425b26a9d62e 09:00:22 Step 19/24 : EXPOSE 161 09:00:22 ---> Running in 97b9c64eb201 09:00:22 Removing intermediate container 97b9c64eb201 09:00:22 ---> cdb79e3b9aff 09:00:22 Step 20/24 : ENTRYPOINT ["/device-snmp"] 09:00:22 ---> Running in 727b9de5623a 09:00:22 Removing intermediate container 727b9de5623a 09:00:22 ---> a4cf03e98ad6 09:00:22 Step 21/24 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--confdir=/res", "--registry"] 09:00:22 ---> Running in 6d417152fce7 09:00:22 Removing intermediate container 6d417152fce7 09:00:22 ---> ccb3c5593a67 09:00:22 Step 22/24 : LABEL arch=arm64 09:00:22 ---> Running in 97a47a3a6423 09:00:22 Removing intermediate container 97a47a3a6423 09:00:22 ---> 3c69f3f85721 09:00:22 Step 23/24 : LABEL git_sha=de36933a196ec2e5ea0c5601bc2b4d4bfd93191e 09:00:22 ---> Running in fd041a5b2b8c 09:00:22 Removing intermediate container fd041a5b2b8c 09:00:22 ---> 04dbca1c4cff 09:00:22 Step 24/24 : LABEL version=2.2.1-dev.3 09:00:22 ---> Running in f6035fcad080 09:00:22 Removing intermediate container f6035fcad080 09:00:22 ---> 1aa0bc6f5a04 09:00:22 [Warning] One or more build-args [ARCH] were not consumed 09:00:22 Successfully built 1aa0bc6f5a04 09:00:22 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 09:00:22 provisioning config files... 09:00:22 copy managed file [device-snmp-go-settings] to file:/w/workspace/device-snmp-go/34@tmp/config3409422049030453946tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:00:23 ---> docker-login.sh 09:00:23 nexus3.edgexfoundry.org:10001 09:00:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:00:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:00:23 Configure a credential helper to remove this warning. See 09:00:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:00:23 09:00:23 Login Succeeded 09:00:23 nexus3.edgexfoundry.org:10002 09:00:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:00:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:00:23 Configure a credential helper to remove this warning. See 09:00:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:00:23 09:00:23 Login Succeeded 09:00:23 nexus3.edgexfoundry.org:10003 09:00:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:00:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:00:24 Configure a credential helper to remove this warning. See 09:00:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:00:24 09:00:24 Login Succeeded 09:00:24 nexus3.edgexfoundry.org:10004 09:00:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:00:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:00:24 Configure a credential helper to remove this warning. See 09:00:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:00:24 09:00:24 Login Succeeded 09:00:24 docker.io 09:00:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:00:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:00:25 Configure a credential helper to remove this warning. See 09:00:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:00:25 09:00:25 Login Succeeded 09:00:25 ---> docker-login.sh ends [Pipeline] } 09:00:25 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:00:25 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 09:00:25 [edgeXDocker.push] Tagging docker image device-snmp-arm64 with the following tags: 09:00:25 de36933a196ec2e5ea0c5601bc2b4d4bfd93191e 09:00:25 latest 09:00:25 2.2.1-dev.3 09:00:25 de36933a196ec2e5ea0c5601bc2b4d4bfd93191e-2.2.1-dev.3 09:00:25 main 09:00:25 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:00:26 + docker tag device-snmp-arm64 nexus3.edgexfoundry.org:10004/device-snmp-arm64:de36933a196ec2e5ea0c5601bc2b4d4bfd93191e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:00:26 + docker push nexus3.edgexfoundry.org:10004/device-snmp-arm64:de36933a196ec2e5ea0c5601bc2b4d4bfd93191e 09:00:26 The push refers to repository [nexus3.edgexfoundry.org:10004/device-snmp-arm64] 09:00:26 fc60e4924d01: Preparing 09:00:26 4df61cac01ea: Preparing 09:00:26 0b78ccce1629: Preparing 09:00:26 5d35cd796835: Preparing 09:00:26 f73e7dbfee58: Preparing 09:00:26 f73e7dbfee58: Layer already exists 09:00:26 4df61cac01ea: Pushed 09:00:26 fc60e4924d01: Pushed 09:00:27 5d35cd796835: Pushed 09:00:32 0b78ccce1629: Pushed 09:00:33 de36933a196ec2e5ea0c5601bc2b4d4bfd93191e: digest: sha256:ed9da5a0e4bb14e43869d1e926f346069f411325664858dac16b8cb760af95a9 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:00:33 + docker tag device-snmp-arm64 nexus3.edgexfoundry.org:10004/device-snmp-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:00:33 + docker push nexus3.edgexfoundry.org:10004/device-snmp-arm64:latest 09:00:33 The push refers to repository [nexus3.edgexfoundry.org:10004/device-snmp-arm64] 09:00:33 fc60e4924d01: Preparing 09:00:33 4df61cac01ea: Preparing 09:00:33 0b78ccce1629: Preparing 09:00:33 5d35cd796835: Preparing 09:00:33 f73e7dbfee58: Preparing 09:00:33 fc60e4924d01: Layer already exists 09:00:33 4df61cac01ea: Layer already exists 09:00:33 f73e7dbfee58: Layer already exists 09:00:33 5d35cd796835: Layer already exists 09:00:33 0b78ccce1629: Layer already exists 09:00:34 latest: digest: sha256:ed9da5a0e4bb14e43869d1e926f346069f411325664858dac16b8cb760af95a9 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:00:34 + docker tag device-snmp-arm64 nexus3.edgexfoundry.org:10004/device-snmp-arm64:2.2.1-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:00:34 + docker push nexus3.edgexfoundry.org:10004/device-snmp-arm64:2.2.1-dev.3 09:00:34 The push refers to repository [nexus3.edgexfoundry.org:10004/device-snmp-arm64] 09:00:34 fc60e4924d01: Preparing 09:00:34 4df61cac01ea: Preparing 09:00:34 0b78ccce1629: Preparing 09:00:34 5d35cd796835: Preparing 09:00:34 f73e7dbfee58: Preparing 09:00:34 0b78ccce1629: Layer already exists 09:00:34 4df61cac01ea: Layer already exists 09:00:34 f73e7dbfee58: Layer already exists 09:00:34 5d35cd796835: Layer already exists 09:00:34 fc60e4924d01: Layer already exists 09:00:35 2.2.1-dev.3: digest: sha256:ed9da5a0e4bb14e43869d1e926f346069f411325664858dac16b8cb760af95a9 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:00:35 + docker tag device-snmp-arm64 nexus3.edgexfoundry.org:10004/device-snmp-arm64:de36933a196ec2e5ea0c5601bc2b4d4bfd93191e-2.2.1-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:00:35 + docker push nexus3.edgexfoundry.org:10004/device-snmp-arm64:de36933a196ec2e5ea0c5601bc2b4d4bfd93191e-2.2.1-dev.3 09:00:35 The push refers to repository [nexus3.edgexfoundry.org:10004/device-snmp-arm64] 09:00:35 fc60e4924d01: Preparing 09:00:35 4df61cac01ea: Preparing 09:00:35 0b78ccce1629: Preparing 09:00:35 5d35cd796835: Preparing 09:00:35 f73e7dbfee58: Preparing 09:00:35 fc60e4924d01: Layer already exists 09:00:35 f73e7dbfee58: Layer already exists 09:00:35 0b78ccce1629: Layer already exists 09:00:35 4df61cac01ea: Layer already exists 09:00:35 5d35cd796835: Layer already exists 09:00:36 de36933a196ec2e5ea0c5601bc2b4d4bfd93191e-2.2.1-dev.3: digest: sha256:ed9da5a0e4bb14e43869d1e926f346069f411325664858dac16b8cb760af95a9 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:00:36 + docker tag device-snmp-arm64 nexus3.edgexfoundry.org:10004/device-snmp-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:00:36 + docker push nexus3.edgexfoundry.org:10004/device-snmp-arm64:main 09:00:36 The push refers to repository [nexus3.edgexfoundry.org:10004/device-snmp-arm64] 09:00:36 fc60e4924d01: Preparing 09:00:36 4df61cac01ea: Preparing 09:00:36 0b78ccce1629: Preparing 09:00:36 5d35cd796835: Preparing 09:00:36 f73e7dbfee58: Preparing 09:00:36 f73e7dbfee58: Layer already exists 09:00:36 4df61cac01ea: Layer already exists 09:00:36 0b78ccce1629: Layer already exists 09:00:36 fc60e4924d01: Layer already exists 09:00:36 5d35cd796835: Layer already exists 09:00:37 main: digest: sha256:ed9da5a0e4bb14e43869d1e926f346069f411325664858dac16b8cb760af95a9 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:00:37 ===================================================== [Pipeline] echo 09:00:37 taggedImages: 09:00:37 - nexus3.edgexfoundry.org:10004/device-snmp-arm64:de36933a196ec2e5ea0c5601bc2b4d4bfd93191e 09:00:37 - nexus3.edgexfoundry.org:10004/device-snmp-arm64:latest 09:00:37 - nexus3.edgexfoundry.org:10004/device-snmp-arm64:2.2.1-dev.3 09:00:37 - nexus3.edgexfoundry.org:10004/device-snmp-arm64:de36933a196ec2e5ea0c5601bc2b4d4bfd93191e-2.2.1-dev.3 09:00:37 - 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 09:00:37 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 09:00:37 09:00:37 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:00:37 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 09:00:38 arm64: Pulling from edgex-lftools-log-publisher 09:00:38 8998bd30e6a1: Pulling fs layer 09:00:38 04944245beec: Pulling fs layer 09:00:38 699f458cf7ca: Pulling fs layer 09:00:38 765212b225bb: Pulling fs layer 09:00:38 f23df028b6ca: Pulling fs layer 09:00:38 d65c8cfc05b1: Pulling fs layer 09:00:38 2437ff75d9bd: Pulling fs layer 09:00:38 765212b225bb: Waiting 09:00:38 f23df028b6ca: Waiting 09:00:38 d65c8cfc05b1: Waiting 09:00:38 2437ff75d9bd: Waiting 09:00:38 04944245beec: Verifying Checksum 09:00:38 04944245beec: Download complete 09:00:38 765212b225bb: Download complete 09:00:38 f23df028b6ca: Verifying Checksum 09:00:38 f23df028b6ca: Download complete 09:00:38 d65c8cfc05b1: Verifying Checksum 09:00:38 d65c8cfc05b1: Download complete 09:00:38 699f458cf7ca: Verifying Checksum 09:00:38 699f458cf7ca: Download complete 09:00:38 8998bd30e6a1: Download complete 09:00:41 2437ff75d9bd: Verifying Checksum 09:00:41 2437ff75d9bd: Download complete 09:00:43 8998bd30e6a1: Pull complete 09:00:43 04944245beec: Pull complete 09:00:44 699f458cf7ca: Pull complete 09:00:45 765212b225bb: Pull complete 09:00:46 f23df028b6ca: Pull complete 09:00:46 d65c8cfc05b1: Pull complete 09:01:01 2437ff75d9bd: Pull complete 09:01:01 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 09:01:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 09:01:01 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:01:01 prd-ubuntu20.04-docker-arm64-4c-16g-13399 does not seem to be running inside a container 09:01:01 $ 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/34 -v /w/workspace/device-snmp-go/34:/w/workspace/device-snmp-go/34:rw,z -v /w/workspace/device-snmp-go/34@tmp:/w/workspace/device-snmp-go/34@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 09:01:04 $ docker top a8e9bff82b10206717c6b911119aee369747f502d22151bb8134d8ec381e73a5 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:01:05 ---> job-cost.sh 09:01:05 lf-activate-venv: SKIPPING 09:01:05 INFO: No Stack... 09:01:05 INFO: Retrieving Pricing Info for: v3-standard-4 09:01:06 INFO: Archiving Costs [Pipeline] sh 09:01:06 + cat /w/workspace/device-snmp-go/34/archives/cost.csv 09:01:06 + cut -d, -f6 [Pipeline] lock 09:01:07 Trying to acquire lock on [jenkins-edgexfoundry-device-snmp-go-main-34-stack-cost] 09:01:07 Resource [jenkins-edgexfoundry-device-snmp-go-main-34-stack-cost] did not exist. Created. 09:01:07 Lock acquired on [jenkins-edgexfoundry-device-snmp-go-main-34-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 09:01:07 /w/workspace/device-snmp-go/34@tmp/durable-e92ceeb3/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 09:01:08 + echo total: 0.10999999940395355 [Pipeline] stash 09:01:08 Warning: overwriting stash ‘stack-cost’ 09:01:08 Stashed 1 file(s) [Pipeline] } 09:01:08 Lock released on resource [jenkins-edgexfoundry-device-snmp-go-main-34-stack-cost] [Pipeline] // lock [Pipeline] } 09:01:08 $ docker stop --time=1 a8e9bff82b10206717c6b911119aee369747f502d22151bb8134d8ec381e73a5 09:01:10 $ docker rm -f a8e9bff82b10206717c6b911119aee369747f502d22151bb8134d8ec381e73a5 [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 09:01:10 provisioning config files... 09:01:10 copy managed file [device-snmp-go-codecov-token] to file:/w/workspace/edgexfoundry_device-snmp-go_main@tmp/config8448978003837255679tmp [Pipeline] { [Pipeline] sh 09:01:10 + set +x 09:01:10 + + curl -s https://codecov.io/bash 09:01:10 bash -s -- 09:01:10 09:01:10 _____ _ 09:01:10 / ____| | | 09:01:10 | | ___ __| | ___ ___ _____ __ 09:01:10 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 09:01:10 | |___| (_) | (_| | __/ (_| (_) \ V / 09:01:10 \_____\___/ \__,_|\___|\___\___/ \_/ 09:01:10 Bash-1.0.6 09:01:10 09:01:10 09:01:10 ==> git version 2.25.1 found 09:01:10 ==> 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 09:01:10 Release-Date: 2020-01-08 09:01:10 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 09:01:10 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 09:01:10 ==> Jenkins CI detected. 09:01:10 current dir:  /w/workspace/edgexfoundry_device-snmp-go_main 09:01:10 project root: . 09:01:10 --> token set from env 09:01:10 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 09:01:10 ==> Running gcov in . (disable via -X gcov) 09:01:10 ==> Python coveragepy not found 09:01:10 ==> Searching for coverage reports in: 09:01:10 + . 09:01:10 -> Found 1 reports 09:01:10 ==> Detecting git/mercurial file structure 09:01:10 ==> Reading reports 09:01:10 + ./coverage.out bytes=7631 09:01:10 ==> Appending adjustments 09:01:10 https://docs.codecov.io/docs/fixing-reports 09:01:11 + Found adjustments 09:01:11 ==> Gzipping contents 09:01:11 4.0K /tmp/codecov.OoXNkM.gz 09:01:11 ==> Uploading reports 09:01:11 url: https://codecov.io 09:01:11 query: branch=main&commit=de36933a196ec2e5ea0c5601bc2b4d4bfd93191e&build=34&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-snmp-go%2Fjob%2Fmain%2F34%2F&name=&tag=&slug=edgexfoundry%2Fdevice-snmp-go&service=jenkins&flags=&pr=&job=&cmd_args= 09:01:11 -> Pinging Codecov 09:01:11 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=de36933a196ec2e5ea0c5601bc2b4d4bfd93191e&build=34&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-snmp-go%2Fjob%2Fmain%2F34%2F&name=&tag=&slug=edgexfoundry%2Fdevice-snmp-go&service=jenkins&flags=&pr=&job=&cmd_args= 09:01:11 -> Uploading to 09:01:11 https://storage.googleapis.com/codecov/v4/raw/2022-06-19/6C56EA5C29638FB4528AC87E60AF5AE0/de36933a196ec2e5ea0c5601bc2b4d4bfd93191e/6f66a777-46ca-4eb1-8862-02f5c6af5524.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20220619%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220619T090111Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=c39bba1021f39ab4a7300d8c2a281d7988000246b58a25466306d1df883afc84 09:01:11 % Total % Received % Xferd Average Speed Time Time Time Current 09:01:11 Dload Upload Total Spent Left Speed 09:01:11 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1603 0 0 100 1603 0 7220 --:--:-- --:--:-- --:--:-- 7188 100 1603 0 0 100 1603 0 5893 --:--:-- --:--:-- --:--:-- 5871 09:01:11 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-snmp-go/commit/de36933a196ec2e5ea0c5601bc2b4d4bfd93191e [Pipeline] } 09:01:11 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 09:01:11 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 09:01:11 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:01:11 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 09:01:11 09:01:11 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:01:12 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 09:01:12 1.410.4: Pulling from edgex-devops/edgex-snyk-go 09:01:12 df9b9388f04a: Pulling fs layer 09:01:12 52dc419b0ee2: Pulling fs layer 09:01:12 25bc292e5bac: Pulling fs layer 09:01:12 114826534d7a: Pulling fs layer 09:01:12 4657fd5d0bcf: Pulling fs layer 09:01:12 6ad1cebc031e: Pulling fs layer 09:01:12 8a3aa393b2d8: Pulling fs layer 09:01:12 4657fd5d0bcf: Waiting 09:01:12 6ad1cebc031e: Waiting 09:01:12 114826534d7a: Waiting 09:01:12 25bc292e5bac: Verifying Checksum 09:01:12 25bc292e5bac: Download complete 09:01:12 52dc419b0ee2: Verifying Checksum 09:01:12 4657fd5d0bcf: Verifying Checksum 09:01:12 4657fd5d0bcf: Download complete 09:01:12 df9b9388f04a: Download complete 09:01:12 df9b9388f04a: Pull complete 09:01:12 6ad1cebc031e: Download complete 09:01:12 52dc419b0ee2: Pull complete 09:01:12 25bc292e5bac: Pull complete 09:01:13 114826534d7a: Download complete 09:01:13 8a3aa393b2d8: Download complete 09:01:16 114826534d7a: Pull complete 09:01:16 4657fd5d0bcf: Pull complete 09:01:16 6ad1cebc031e: Pull complete 09:01:19 8a3aa393b2d8: Pull complete 09:01:19 Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 09:01:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 09:01:19 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:01:19 prd-ubuntu20.04-docker-8c-8g-2681 does not seem to be running inside a container 09:01:19 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 09:01:21 $ docker top a59b999f4b3372b427b2b0ce953a82af3d6edb1943c89c7f39bb4cbda53b65d0 -eo pid,comm [Pipeline] { [Pipeline] echo 09:01:21 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-snmp-go:main' [Pipeline] sh 09:01:22 + set -o pipefail 09:01:22 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-snmp-go:main' 09:01:26 09:01:26 Monitoring /w/workspace/edgexfoundry_device-snmp-go_main (github.com/edgexfoundry/device-snmp-go)... 09:01:26 09:01:26 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/9149b8c6-e1cc-4c56-9b65-be0ccb6e0e00/history/2a5bbc13-edce-49e0-81db-fa4f46c7dc6d 09:01:26 09:01:26 Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. 09:01:26 09:01:26 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 09:01:26 09:01:26 [Pipeline] } 09:01:26 $ docker stop --time=1 a59b999f4b3372b427b2b0ce953a82af3d6edb1943c89c7f39bb4cbda53b65d0 09:01:28 $ docker rm -f a59b999f4b3372b427b2b0ce953a82af3d6edb1943c89c7f39bb4cbda53b65d0 [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 09:01:29 + git log --format=format:%s -1 de36933a196ec2e5ea0c5601bc2b4d4bfd93191e [Pipeline] sh 09:01:29 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 09:01:29 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:01:30 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 09:01:30 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:01:30 prd-ubuntu20.04-docker-8c-8g-2681 does not seem to be running inside a container 09:01:30 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 09:01:30 $ docker top 577d910ae653a8e0c18e4eacacd7e575f40994f08960d841e65d6f3cb8abfb0a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 09:01:30 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:01:30 [ssh-agent] Looking for ssh-agent implementation... 09:01:31 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:01:31 $ docker exec 577d910ae653a8e0c18e4eacacd7e575f40994f08960d841e65d6f3cb8abfb0a ssh-agent 09:01:31 SSH_AUTH_SOCK=/tmp/ssh-8yLIifZJ2UWk/agent.32 09:01:31 SSH_AGENT_PID=39 09:01:31 Running ssh-add (command line suppressed) 09:01:31 Identity added: /w/workspace/edgexfoundry_device-snmp-go_main@tmp/private_key_435899765292196317.key (/w/workspace/edgexfoundry_device-snmp-go_main@tmp/private_key_435899765292196317.key) 09:01:31 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:01:31 + git semver tag 09:01:31 2022-06-19 09:01:31,805 [run_tag] DEBUG tag force:False 09:01:31 2022-06-19 09:01:31,805 [check_head_tag] DEBUG check head tag 09:01:31 2022-06-19 09:01:31,805 [execute] INFO git cat-file --batch-check 09:01:31 2022-06-19 09:01:31,805 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-snmp-go_main, universal_newlines=False, shell=None, istream=) 09:01:31 2022-06-19 09:01:31,809 [execute] INFO git cat-file --batch 09:01:31 2022-06-19 09:01:31,809 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-snmp-go_main, universal_newlines=False, shell=None, istream=) 09:01:31 2022-06-19 09:01:31,818 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-snmp-go_main/.semver/main 09:01:31 2022-06-19 09:01:31,818 [execute] INFO git tag -a v2.2.1-dev.3 -m v2.2.1-dev.3 09:01:31 2022-06-19 09:01:31,818 [execute] DEBUG Popen(['git', 'tag', '-a', 'v2.2.1-dev.3', '-m', 'v2.2.1-dev.3'], cwd=/w/workspace/edgexfoundry_device-snmp-go_main, universal_newlines=False, shell=None, istream=None) 09:01:31 2022-06-19 09:01:31,824 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-snmp-go_main/.semver/main 09:01:31 2.2.1-dev.3 [Pipeline] } 09:01:31 $ docker exec --env ******** --env ******** 577d910ae653a8e0c18e4eacacd7e575f40994f08960d841e65d6f3cb8abfb0a ssh-agent -k 09:01:32 unset SSH_AUTH_SOCK; 09:01:32 unset SSH_AGENT_PID; 09:01:32 echo Agent pid 39 killed; 09:01:32 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 09:01:32 + git semver [Pipeline] } 09:01:32 $ docker stop --time=1 577d910ae653a8e0c18e4eacacd7e575f40994f08960d841e65d6f3cb8abfb0a 09:01:33 $ docker rm -f 577d910ae653a8e0c18e4eacacd7e575f40994f08960d841e65d6f3cb8abfb0a [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:01:34 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 09:01:34 09:01:34 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:01:34 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 09:01:34 0.23.1-centos7: Pulling from edgex-lftools 09:01:34 ab5ef0e58194: Pulling fs layer 09:01:34 9712f1f96733: Pulling fs layer 09:01:34 63f879dbbcfc: Pulling fs layer 09:01:34 0d9ebad4ef96: Pulling fs layer 09:01:34 e9a5061849ea: Pulling fs layer 09:01:34 d747dcd14b5f: Pulling fs layer 09:01:34 2de7ff778b66: Pulling fs layer 09:01:34 e9a5061849ea: Waiting 09:01:34 d747dcd14b5f: Waiting 09:01:34 2de7ff778b66: Waiting 09:01:34 0d9ebad4ef96: Waiting 09:01:34 9712f1f96733: Verifying Checksum 09:01:34 9712f1f96733: Download complete 09:01:34 63f879dbbcfc: Verifying Checksum 09:01:34 63f879dbbcfc: Download complete 09:01:35 e9a5061849ea: Verifying Checksum 09:01:35 e9a5061849ea: Download complete 09:01:35 0d9ebad4ef96: Verifying Checksum 09:01:35 0d9ebad4ef96: Download complete 09:01:35 d747dcd14b5f: Download complete 09:01:35 ab5ef0e58194: Verifying Checksum 09:01:35 ab5ef0e58194: Download complete 09:01:35 2de7ff778b66: Verifying Checksum 09:01:35 2de7ff778b66: Download complete 09:01:38 ab5ef0e58194: Pull complete 09:01:38 9712f1f96733: Pull complete 09:01:38 63f879dbbcfc: Pull complete 09:01:42 0d9ebad4ef96: Pull complete 09:01:42 e9a5061849ea: Pull complete 09:01:42 d747dcd14b5f: Pull complete 09:01:43 2de7ff778b66: Pull complete 09:01:43 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 09:01:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 09:01:43 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:01:43 prd-ubuntu20.04-docker-8c-8g-2681 does not seem to be running inside a container 09:01:44 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 09:01:46 $ docker top 3f36e5b6b643bb2f46704ba255a9caf65ac57366daf86c6d9e1c7b82c8533aa3 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 09:01:46 provisioning config files... 09:01:46 copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_device-snmp-go_main@tmp/config6652308241041458172tmp 09:01:46 copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_device-snmp-go_main@tmp/config197831923182818077tmp 09:01:46 copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_device-snmp-go_main@tmp/config498509632210804747tmp [Pipeline] { [Pipeline] echo 09:01:46 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 09:01:46 ---> sigul-configuration.sh 09:01:46 gpg: directory `/root/.gnupg' created 09:01:46 gpg: new configuration file `/root/.gnupg/gpg.conf' created 09:01:46 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 09:01:46 gpg: keyring `/root/.gnupg/secring.gpg' created 09:01:46 gpg: keyring `/root/.gnupg/pubring.gpg' created 09:01:46 gpg: CAST5 encrypted data 09:01:46 gpg: encrypted with 1 passphrase 09:01:46 gpg: WARNING: message was not integrity protected [Pipeline] sh 09:01:46 + mkdir /home/jenkins 09:01:46 + mkdir /home/jenkins/sigul [Pipeline] sh 09:01:47 + 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 09:01:47 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 09:01:47 ---> sigul-install.sh 09:01:47 Sigul already installed; skipping installation. [Pipeline] sh 09:01:47 + git tag --list 09:01:47 1.0.0 09:01:47 v0.0.0 09:01:47 v1.1.0 09:01:47 v1.1.1 09:01:47 v1.2.2 09:01:47 v1.3.0 09:01:47 v1.3.1 09:01:47 v2.0.0 09:01:47 v2.1.0 09:01:47 v2.1.1 09:01:47 v2.1.1-dev.2 09:01:47 v2.1.1-dev.3 09:01:47 v2.2.0 09:01:47 v2.2.1-dev.1 09:01:47 v2.2.1-dev.2 09:01:47 v2.2.1-dev.3 [Pipeline] sh 09:01:48 + lftools sign git-tag v2.2.1-dev.3 09:01:48 Signing Git tag with Sigul... 09:01:48 Signing v2.2.1-dev.3 [Pipeline] echo 09:01:48 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 09:01:49 ---> sigul-configuration-cleanup.sh [Pipeline] } 09:01:49 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 09:01:49 $ docker stop --time=1 3f36e5b6b643bb2f46704ba255a9caf65ac57366daf86c6d9e1c7b82c8533aa3 09:01:50 $ docker rm -f 3f36e5b6b643bb2f46704ba255a9caf65ac57366daf86c6d9e1c7b82c8533aa3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 09:01:51 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 09:01:51 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:01:51 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 09:01:51 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:01:51 prd-ubuntu20.04-docker-8c-8g-2681 does not seem to be running inside a container 09:01:51 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 09:01:51 $ docker top 8f39aa23c85f1587aced057c6672e811f34d50507a5f07c68d18ad4b5a0a6797 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 09:01:51 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:01:51 [ssh-agent] Looking for ssh-agent implementation... 09:01:52 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:01:52 $ docker exec 8f39aa23c85f1587aced057c6672e811f34d50507a5f07c68d18ad4b5a0a6797 ssh-agent 09:01:52 SSH_AUTH_SOCK=/tmp/ssh-IJb2z7prIRFh/agent.32 09:01:52 SSH_AGENT_PID=38 09:01:52 Running ssh-add (command line suppressed) 09:01:52 Identity added: /w/workspace/edgexfoundry_device-snmp-go_main@tmp/private_key_9193724961974579842.key (/w/workspace/edgexfoundry_device-snmp-go_main@tmp/private_key_9193724961974579842.key) 09:01:52 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:01:52 + git semver bump pre 09:01:52 2022-06-19 09:01:52,899 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-snmp-go_main/.semver/main 09:01:52 2022-06-19 09:01:52,899 [bump_version] DEBUG bumping version:2.2.1-dev.3 on axis:pre with prefix:dev 09:01:52 2022-06-19 09:01:52,899 [bump_version] DEBUG bumped version:2.2.1-dev.4 09:01:52 2022-06-19 09:01:52,899 [write_version] DEBUG write version:2.2.1-dev.4 to path:/w/workspace/edgexfoundry_device-snmp-go_main/.semver/main with force:True 09:01:52 2022-06-19 09:01:52,899 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-snmp-go_main/.semver/main 09:01:52 2022-06-19 09:01:52,899 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_device-snmp-go_main/.semver/main 09:01:52 2022-06-19 09:01:52,901 [execute] INFO git cat-file --batch-check 09:01:52 2022-06-19 09:01:52,901 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-snmp-go_main/.semver, universal_newlines=False, shell=None, istream=) 09:01:52 2022-06-19 09:01:52,906 [execute] INFO git cat-file --batch 09:01:52 2022-06-19 09:01:52,907 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-snmp-go_main/.semver, universal_newlines=False, shell=None, istream=) 09:01:52 2022-06-19 09:01:52,912 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-snmp-go_main/.semver/main 09:01:52 2.2.1-dev.4 [Pipeline] } 09:01:52 $ docker exec --env ******** --env ******** 8f39aa23c85f1587aced057c6672e811f34d50507a5f07c68d18ad4b5a0a6797 ssh-agent -k 09:01:53 unset SSH_AUTH_SOCK; 09:01:53 unset SSH_AGENT_PID; 09:01:53 echo Agent pid 38 killed; 09:01:53 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 09:01:53 + git semver [Pipeline] } 09:01:53 $ docker stop --time=1 8f39aa23c85f1587aced057c6672e811f34d50507a5f07c68d18ad4b5a0a6797 09:01:55 $ docker rm -f 8f39aa23c85f1587aced057c6672e811f34d50507a5f07c68d18ad4b5a0a6797 [Pipeline] // withDockerContainer [Pipeline] sh 09:01:55 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 09:01:55 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:01:55 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 09:01:55 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:01:55 prd-ubuntu20.04-docker-8c-8g-2681 does not seem to be running inside a container 09:01:55 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 09:01:56 $ docker top df16f4ab81fb47e66568fd13660f805853270672c726ab50436f2e500381a9c3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 09:01:56 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:01:56 [ssh-agent] Looking for ssh-agent implementation... 09:01:56 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:01:56 $ docker exec df16f4ab81fb47e66568fd13660f805853270672c726ab50436f2e500381a9c3 ssh-agent 09:01:56 SSH_AUTH_SOCK=/tmp/ssh-AT6aacCupXyh/agent.34 09:01:56 SSH_AGENT_PID=40 09:01:56 Running ssh-add (command line suppressed) 09:01:56 Identity added: /w/workspace/edgexfoundry_device-snmp-go_main@tmp/private_key_3355229939605871502.key (/w/workspace/edgexfoundry_device-snmp-go_main@tmp/private_key_3355229939605871502.key) 09:01:56 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:01:57 + git semver push 09:01:57 2022-06-19 09:01:57,212 [run_push] DEBUG push 09:01:57 2022-06-19 09:01:57,212 [execute] INFO git cat-file --batch-check 09:01:57 2022-06-19 09:01:57,212 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-snmp-go_main/.semver, universal_newlines=False, shell=None, istream=) 09:01:57 2022-06-19 09:01:57,216 [execute] INFO git rev-list eca00a53d898f1dae100cb13d33cff5294eaaf7c -- 09:01:57 2022-06-19 09:01:57,216 [execute] DEBUG Popen(['git', 'rev-list', 'eca00a53d898f1dae100cb13d33cff5294eaaf7c', '--'], cwd=/w/workspace/edgexfoundry_device-snmp-go_main/.semver, universal_newlines=False, shell=None, istream=None) 09:01:57 2022-06-19 09:01:57,222 [execute] INFO git fetch -v origin 09:01:57 2022-06-19 09:01:57,222 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgexfoundry_device-snmp-go_main/.semver, universal_newlines=True, shell=None, istream=None) 09:01:57 2022-06-19 09:01:57,696 [run_push] DEBUG no remote changes detected 09:01:57 2022-06-19 09:01:57,696 [execute] INFO git push origin semver 09:01:57 2022-06-19 09:01:57,697 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgexfoundry_device-snmp-go_main/.semver, universal_newlines=False, shell=None, istream=None) 09:01:58 2022-06-19 09:01:58,503 [run_push] DEBUG push all version tags 09:01:58 2022-06-19 09:01:58,504 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 09:01:58 2022-06-19 09:01:58,504 [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) 09:01:59 2022-06-19 09:01:59,167 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-snmp-go_main/.semver/main 09:01:59 2.2.1-dev.4 [Pipeline] } 09:01:59 $ docker exec --env ******** --env ******** df16f4ab81fb47e66568fd13660f805853270672c726ab50436f2e500381a9c3 ssh-agent -k 09:01:59 unset SSH_AUTH_SOCK; 09:01:59 unset SSH_AGENT_PID; 09:01:59 echo Agent pid 40 killed; 09:01:59 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 09:01:59 + git semver [Pipeline] } 09:02:00 $ docker stop --time=1 df16f4ab81fb47e66568fd13660f805853270672c726ab50436f2e500381a9c3 09:02:01 $ docker rm -f df16f4ab81fb47e66568fd13660f805853270672c726ab50436f2e500381a9c3 [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 09:02:01 + [ -d /w/workspace/edgexfoundry_device-snmp-go_main/archives ] 09:02:01 + ls -al /w/workspace/edgexfoundry_device-snmp-go_main/archives 09:02:01 total 16 09:02:01 drwxr-xr-x 3 root root 4096 Jun 19 06:16 . 09:02:01 drwxrwxr-x 10 jenkins jenkins 4096 Jun 19 09:01 .. 09:02:01 drwxr-xr-x 2 root root 4096 Jun 19 06:16 cost 09:02:01 -rw-r--r-- 1 root root 84 Jun 19 06:16 cost.csv 09:02:01 + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_device-snmp-go_main/archives 09:02:01 + ls -al /w/workspace/edgexfoundry_device-snmp-go_main/archives 09:02:01 total 16 09:02:01 drwxr-xr-x 3 jenkins jenkins 4096 Jun 19 06:16 . 09:02:01 drwxrwxr-x 10 jenkins jenkins 4096 Jun 19 09:01 .. 09:02:01 drwxr-xr-x 2 jenkins jenkins 4096 Jun 19 06:16 cost 09:02:01 -rw-r--r-- 1 jenkins jenkins 84 Jun 19 06:16 cost.csv [Pipeline] libraryResource [Pipeline] sh 09:02:02 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 09:02:03 ---> package-listing.sh 09:02:03 ++ facter osfamily 09:02:03 ++ tr '[:upper:]' '[:lower:]' 09:02:03 + OS_FAMILY=debian 09:02:03 + workspace=/w/workspace/edgexfoundry_device-snmp-go_main 09:02:03 + START_PACKAGES=/tmp/packages_start.txt 09:02:03 + END_PACKAGES=/tmp/packages_end.txt 09:02:03 + DIFF_PACKAGES=/tmp/packages_diff.txt 09:02:03 + PACKAGES=/tmp/packages_start.txt 09:02:03 + '[' /w/workspace/edgexfoundry_device-snmp-go_main ']' 09:02:03 + PACKAGES=/tmp/packages_end.txt 09:02:03 + case "${OS_FAMILY}" in 09:02:03 + dpkg -l 09:02:03 + grep '^ii' 09:02:03 + '[' -f /tmp/packages_start.txt ']' 09:02:03 + '[' -f /tmp/packages_end.txt ']' 09:02:03 + diff /tmp/packages_start.txt /tmp/packages_end.txt 09:02:03 + '[' /w/workspace/edgexfoundry_device-snmp-go_main ']' 09:02:03 + mkdir -p /w/workspace/edgexfoundry_device-snmp-go_main/archives/ 09:02:03 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_device-snmp-go_main/archives/ [Pipeline] echo 09:02:03 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 09:02:03 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:02:04 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 09:02:04 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:02:04 prd-ubuntu20.04-docker-8c-8g-2681 does not seem to be running inside a container 09:02:04 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 09:02:04 $ docker top 103142cb4fd7a47617c58f0864357a67f3a2961de5bbd256a81fbf7204f124b2 -eo pid,comm [Pipeline] { [Pipeline] sh 09:02:04 + touch /tmp/pre-build-complete [Pipeline] sh 09:02:05 + mkdir -p /var/log/sysstat [Pipeline] sh 09:02:05 + ls /var/log/sa-host 09:02:05 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 09:02:05 provisioning config files... 09:02:05 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-snmp-go_main@tmp/config4668559312940384769tmp [Pipeline] { [Pipeline] echo 09:02:05 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 09:02:05 ---> create-netrc.sh [Pipeline] } 09:02:05 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 09:02:06 ---> python-tools-install.sh [Pipeline] echo 09:02:06 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 09:02:06 ---> sudo-logs.sh 09:02:06 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 09:02:06 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 09:02:06 ---> job-cost.sh 09:02:06 lf-activate-venv: SKIPPING 09:02:06 DEBUG: total: 0.2199999988079071 09:02:06 INFO: Retrieving Stack Cost... 09:02:07 INFO: Retrieving Pricing Info for: v3-standard-8 09:02:08 INFO: Archiving Costs [Pipeline] echo 09:02:08 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 09:02:08 ---> logs-deploy.sh 09:02:08 lf-activate-venv: SKIPPING 09:02:08 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-snmp-go/main/34 09:02:08 INFO: archiving workspace using pattern(s): 09:02:09 Archives upload complete. 09:02:09 INFO: archiving logs to Nexus