Pull request #454 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Connecting to https://api.github.com to check permissions of obtain list of farshidtz for edgexfoundry/device-mqtt-go Obtained Jenkinsfile from 2a64c26da2fbdf7c51facce22d8bd4a0027b793b+c9f2a0543715ca35ad5b34b71a578c78c2f9cecd (cb8d18086db911b00c695fb0b72b65cad97cee58) 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-ssh11842929434995147539.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 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-ssh814186231435797009.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 cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-mqtt-go/branches/PR-454/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-mqtt-go/branches/PR-454/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh14336987565235090610.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-mqtt-go/branches/PR-454/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh10862087250200435238.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 # timeout=10 Commit message: "Merge pull request #420 from bill-mahoney/levski-update" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh6707867064525450313.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 65355178549468b165f8106641c96c3190b1d843 The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-mqtt-go/branches/PR-454/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e # timeout=10 Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-mqtt-go/branches/PR-454/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh11761153203607672334.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 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-mqtt-go, buildSnap:false] ========================================================= [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-mqtt-go-settings PROJECT: device-mqtt-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.18 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-mqtt 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-ubuntu20.04-docker-8c-8g-2239’ is offline Running on prd-ubuntu20.04-docker-8c-8g-2241 in /w/workspace/gexfoundry_device-mqtt-go_PR-454 [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-mqtt-go.git > git init /w/workspace/gexfoundry_device-mqtt-go_PR-454 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-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-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/main commit c9f2a0543715ca35ad5b34b71a578c78c2f9cecd into PR head commit 2a64c26da2fbdf7c51facce22d8bd4a0027b793b > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/454/head:refs/remotes/origin/PR-454 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 Merge succeeded, producing 2a64c26da2fbdf7c51facce22d8bd4a0027b793b Checking out Revision 2a64c26da2fbdf7c51facce22d8bd4a0027b793b (PR-454) > git checkout -f 2a64c26da2fbdf7c51facce22d8bd4a0027b793b # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge c9f2a0543715ca35ad5b34b71a578c78c2f9cecd # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 2a64c26da2fbdf7c51facce22d8bd4a0027b793b # timeout=10 Commit message: "refactor(snap)!: Remove support for legacy env options BREAKING CHANGE: Drop the support for deprecated snap options starting with `env.`" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 18:29:15 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 18:29:15 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 18:29:15 ========================================================= 18:29:15 EdgeX Global Pipelines Version Info 18:29:15 ========================================================= [Pipeline] libraryResource [Pipeline] sh 18:29:16 ------------------- 18:29:16 stable info: 18:29:16 ------------------- 18:29:16 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 18:29:16 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 18:29:16 Message: update stable to v1.0.244 18:29:17 ------------------- 18:29:17 experimental info: 18:29:17 ------------------- 18:29:17 Commited By: **** collab-it+edgex@linuxfoundation.org 18:29:17 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 18:29:17 Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 18:29:17 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-mqtt-go-settings [Pipeline] echo 18:29:17 [edgeXSetupEnvironment]: set envvar PROJECT = device-mqtt-go [Pipeline] echo 18:29:17 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 18:29:17 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 18:29:17 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 18:29:17 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 18:29:17 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 18:29:17 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 18:29:17 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 18:29:17 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 18:29:17 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 18:29:17 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-mqtt [Pipeline] echo 18:29:17 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 18:29:17 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 18:29:17 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 18:29:17 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 18:29:17 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 18:29:18 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 18:29:18 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 18:29:18 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 18:29:18 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 18:29:18 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 18:29:18 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 18:29:18 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 18:29:18 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 18:29:18 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 18:29:18 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 18:29:18 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-454 [Pipeline] echo 18:29:18 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-454 [Pipeline] echo 18:29:18 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-454 [Pipeline] echo 18:29:18 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 2a64c26da2fbdf7c51facce22d8bd4a0027b793b [Pipeline] echo 18:29:18 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 2a64c26 [Pipeline] echo 18:29:18 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:29:18 provisioning config files... 18:29:18 copy managed file [device-mqtt-go-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-454@tmp/config17118298741441506529tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:29:19 ---> docker-login.sh 18:29:19 nexus3.edgexfoundry.org:10001 18:29:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:29:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:29:19 Configure a credential helper to remove this warning. See 18:29:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:29:19 18:29:19 Login Succeeded 18:29:19 nexus3.edgexfoundry.org:10002 18:29:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:29:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:29:19 Configure a credential helper to remove this warning. See 18:29:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:29:19 18:29:19 Login Succeeded 18:29:19 nexus3.edgexfoundry.org:10003 18:29:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:29:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:29:19 Configure a credential helper to remove this warning. See 18:29:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:29:19 18:29:19 Login Succeeded 18:29:19 nexus3.edgexfoundry.org:10004 18:29:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:29:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:29:19 Configure a credential helper to remove this warning. See 18:29:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:29:19 18:29:19 Login Succeeded 18:29:19 docker.io 18:29:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:29:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:29:20 Configure a credential helper to remove this warning. See 18:29:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:29:20 18:29:20 Login Succeeded 18:29:20 ---> docker-login.sh ends [Pipeline] } 18:29:20 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 18:29:20 + git rev-list -1 --merges 2a64c26da2fbdf7c51facce22d8bd4a0027b793b~1..2a64c26da2fbdf7c51facce22d8bd4a0027b793b [Pipeline] echo 18:29:20 -----------> git rev-list -1 --merges 2a64c26da2fbdf7c51facce22d8bd4a0027b793b~1..2a64c26da2fbdf7c51facce22d8bd4a0027b793b 2a64c26da2fbdf7c51facce22d8bd4a0027b793b [false] [Pipeline] sh 18:29:21 + git log --format=format:%s -1 2a64c26da2fbdf7c51facce22d8bd4a0027b793b [Pipeline] echo 18:29:21 ========================================================= 18:29:21 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 18:29:21 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:29:21 + git log --format=format:%s -1 2a64c26da2fbdf7c51facce22d8bd4a0027b793b [Pipeline] echo 18:29:21 [semverPrep] GIT_COMMIT: 2a64c26da2fbdf7c51facce22d8bd4a0027b793b, Commit Message: refactor(snap)!: Remove support for legacy env options BREAKING CHANGE: Drop the support for deprecated snap options starting with `env.` [Pipeline] echo 18:29:21 [semverPrep] This is not a build commit. [Pipeline] sh 18:29:22 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 18:29:22 + grep -v github /etc/ssh/ssh_known_hosts 18:29:22 + [ -e /tmp/ssh_known_hosts ] 18:29:22 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 18:29:22 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 18:29:22 + sudo tee -a /etc/ssh/ssh_known_hosts 18:29:22 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:29:22 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 18:29:22 18:29:22 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:29:22 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 18:29:22 0.1.4: Pulling from edgex-devops/py-git-semver 18:29:22 b85a868b505f: Pulling fs layer 18:29:22 e2be974225ed: Pulling fs layer 18:29:22 339a4e72a1f5: Pulling fs layer 18:29:22 988bab9f4d93: Pulling fs layer 18:29:22 1469e6f7b9e6: Pulling fs layer 18:29:22 eaf3925da568: Pulling fs layer 18:29:22 bab4dde63d76: Pulling fs layer 18:29:22 bde34c3a00c8: Pulling fs layer 18:29:22 b352a97aabf1: Pulling fs layer 18:29:22 4872d77fe225: Pulling fs layer 18:29:22 5851b861e8e6: Pulling fs layer 18:29:22 bab4dde63d76: Waiting 18:29:22 bde34c3a00c8: Waiting 18:29:22 b352a97aabf1: Waiting 18:29:22 4872d77fe225: Waiting 18:29:22 988bab9f4d93: Waiting 18:29:22 eaf3925da568: Waiting 18:29:22 5851b861e8e6: Waiting 18:29:22 1469e6f7b9e6: Waiting 18:29:22 e2be974225ed: Verifying Checksum 18:29:22 e2be974225ed: Download complete 18:29:22 988bab9f4d93: Verifying Checksum 18:29:22 988bab9f4d93: Download complete 18:29:23 339a4e72a1f5: Verifying Checksum 18:29:23 339a4e72a1f5: Download complete 18:29:23 1469e6f7b9e6: Verifying Checksum 18:29:23 1469e6f7b9e6: Download complete 18:29:23 eaf3925da568: Verifying Checksum 18:29:23 eaf3925da568: Download complete 18:29:23 bde34c3a00c8: Verifying Checksum 18:29:23 bde34c3a00c8: Download complete 18:29:23 b352a97aabf1: Download complete 18:29:23 4872d77fe225: Verifying Checksum 18:29:23 4872d77fe225: Download complete 18:29:23 5851b861e8e6: Verifying Checksum 18:29:23 5851b861e8e6: Download complete 18:29:23 b85a868b505f: Download complete 18:29:23 bab4dde63d76: Verifying Checksum 18:29:23 bab4dde63d76: Download complete 18:29:24 b85a868b505f: Pull complete 18:29:24 e2be974225ed: Pull complete 18:29:25 339a4e72a1f5: Pull complete 18:29:25 988bab9f4d93: Pull complete 18:29:25 1469e6f7b9e6: Pull complete 18:29:25 eaf3925da568: Pull complete 18:29:27 bab4dde63d76: Pull complete 18:29:27 bde34c3a00c8: Pull complete 18:29:27 b352a97aabf1: Pull complete 18:29:27 4872d77fe225: Pull complete 18:29:27 5851b861e8e6: Pull complete 18:29:27 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 18:29:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 18:29:27 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:29:27 prd-ubuntu20.04-docker-8c-8g-2241 does not seem to be running inside a container 18:29:27 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-mqtt-go_PR-454 -v /w/workspace/gexfoundry_device-mqtt-go_PR-454:/w/workspace/gexfoundry_device-mqtt-go_PR-454:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-454@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-454@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 18:29:29 $ docker top 9ac11fecc9c097306c8226569d25f84229bab008bc22fb38e45f73035c37081b -eo pid,comm 18:29:29 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). 18:29:29 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:29:29 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:29:29 [ssh-agent] Looking for ssh-agent implementation... 18:29:29 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:29:29 $ docker exec 9ac11fecc9c097306c8226569d25f84229bab008bc22fb38e45f73035c37081b ssh-agent 18:29:29 SSH_AUTH_SOCK=/tmp/ssh-bPv3KXhKHimF/agent.33 18:29:29 SSH_AGENT_PID=39 18:29:29 Running ssh-add (command line suppressed) 18:29:29 Identity added: /w/workspace/gexfoundry_device-mqtt-go_PR-454@tmp/private_key_18279887904286133067.key (/w/workspace/gexfoundry_device-mqtt-go_PR-454@tmp/private_key_18279887904286133067.key) 18:29:29 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:29:30 + git tag --points-at HEAD [Pipeline] } 18:29:30 $ docker exec --env ******** --env ******** 9ac11fecc9c097306c8226569d25f84229bab008bc22fb38e45f73035c37081b ssh-agent -k 18:29:30 unset SSH_AUTH_SOCK; 18:29:30 unset SSH_AGENT_PID; 18:29:30 echo Agent pid 39 killed; 18:29:30 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 18:29:30 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:29:30 [ssh-agent] Looking for ssh-agent implementation... 18:29:30 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:29:30 $ docker exec 9ac11fecc9c097306c8226569d25f84229bab008bc22fb38e45f73035c37081b ssh-agent 18:29:30 SSH_AUTH_SOCK=/tmp/ssh-2W3Xe51TAkKb/agent.72 18:29:30 SSH_AGENT_PID=78 18:29:30 Running ssh-add (command line suppressed) 18:29:30 Identity added: /w/workspace/gexfoundry_device-mqtt-go_PR-454@tmp/private_key_15695488706022359443.key (/w/workspace/gexfoundry_device-mqtt-go_PR-454@tmp/private_key_15695488706022359443.key) 18:29:30 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:29:31 + git semver init 18:29:31 2023-01-13 18:29:31,342 [run_init] DEBUG init version:0.0.0 force:False 18:29:31 2023-01-13 18:29:31,343 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/gexfoundry_device-mqtt-go_PR-454/.semver 18:29:31 2023-01-13 18:29:31,343 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-mqtt-go.git /w/workspace/gexfoundry_device-mqtt-go_PR-454/.semver 18:29:31 2023-01-13 18:29:31,343 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-mqtt-go.git', '/w/workspace/gexfoundry_device-mqtt-go_PR-454/.semver'], cwd=/w/workspace/gexfoundry_device-mqtt-go_PR-454, universal_newlines=False, shell=None, istream=None) 18:29:32 2023-01-13 18:29:32,168 [append_file] DEBUG append to file:/w/workspace/gexfoundry_device-mqtt-go_PR-454/.git/info/exclude 18:29:32 2023-01-13 18:29:32,169 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/gexfoundry_device-mqtt-go_PR-454/.semver/PR-454 with force:False 18:29:32 2023-01-13 18:29:32,169 [write_file] DEBUG write to file:/w/workspace/gexfoundry_device-mqtt-go_PR-454/.semver/PR-454 18:29:32 2023-01-13 18:29:32,173 [execute] INFO git cat-file --batch-check 18:29:32 2023-01-13 18:29:32,174 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_device-mqtt-go_PR-454/.semver, universal_newlines=False, shell=None, istream=) 18:29:32 2023-01-13 18:29:32,181 [execute] INFO git cat-file --batch 18:29:32 2023-01-13 18:29:32,181 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_device-mqtt-go_PR-454/.semver, universal_newlines=False, shell=None, istream=) 18:29:32 2023-01-13 18:29:32,186 [read_version] DEBUG read version from /w/workspace/gexfoundry_device-mqtt-go_PR-454/.semver/PR-454 18:29:32 0.0.0 [Pipeline] } 18:29:32 $ docker exec --env ******** --env ******** 9ac11fecc9c097306c8226569d25f84229bab008bc22fb38e45f73035c37081b ssh-agent -k 18:29:32 unset SSH_AUTH_SOCK; 18:29:32 unset SSH_AGENT_PID; 18:29:32 echo Agent pid 78 killed; 18:29:32 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:29:32 + git semver [Pipeline] } 18:29:33 $ docker stop --time=1 9ac11fecc9c097306c8226569d25f84229bab008bc22fb38e45f73035c37081b 18:29:34 $ docker rm -f --volumes 9ac11fecc9c097306c8226569d25f84229bab008bc22fb38e45f73035c37081b [Pipeline] // withDockerContainer [Pipeline] sh 18:29:34 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 18:29:35 Stashed 1 file(s) [Pipeline] echo 18:29:35 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:29:35 provisioning config files... 18:29:35 copy managed file [device-mqtt-go-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-454@tmp/config2576780775716000432tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:29:36 ---> docker-login.sh 18:29:36 nexus3.edgexfoundry.org:10001 18:29:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:29:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:29:36 Configure a credential helper to remove this warning. See 18:29:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:29:36 18:29:36 Login Succeeded 18:29:36 nexus3.edgexfoundry.org:10002 18:29:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:29:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:29:36 Configure a credential helper to remove this warning. See 18:29:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:29:36 18:29:36 Login Succeeded 18:29:36 nexus3.edgexfoundry.org:10003 18:29:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:29:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:29:36 Configure a credential helper to remove this warning. See 18:29:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:29:36 18:29:36 Login Succeeded 18:29:36 nexus3.edgexfoundry.org:10004 18:29:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:29:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:29:36 Configure a credential helper to remove this warning. See 18:29:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:29:36 18:29:36 Login Succeeded 18:29:36 docker.io 18:29:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:29:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:29:36 Configure a credential helper to remove this warning. See 18:29:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:29:36 18:29:36 Login Succeeded 18:29:36 ---> docker-login.sh ends [Pipeline] } 18:29:36 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 18:29:36 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 18:29:36 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 18:29:36 ========================================================= 18:29:36 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] 18:29:36 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:29:37 + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine --build-arg MAKE=echo noop --target=builder . 18:29:37 Sending build context to Docker daemon 6.334MB 18:29:37 Step 1/12 : ARG BASE=golang:1.18-alpine3.16 18:29:37 Step 2/12 : FROM ${BASE} AS builder 18:29:37 1.18-alpine: Pulling from edgex-devops/edgex-golang-base 18:29:37 213ec9aee27d: Pulling fs layer 18:29:37 4583459ba037: Pulling fs layer 18:29:37 93c1e223e6f2: Pulling fs layer 18:29:37 53926ce57604: Pulling fs layer 18:29:37 21b2b0c7a3f4: Pulling fs layer 18:29:37 22ff95d597cd: Pulling fs layer 18:29:37 12d6caf4c0d1: Pulling fs layer 18:29:37 96b7cbca73a9: Pulling fs layer 18:29:37 a7acece74701: Pulling fs layer 18:29:37 22ff95d597cd: Waiting 18:29:37 53926ce57604: Waiting 18:29:37 12d6caf4c0d1: Waiting 18:29:37 21b2b0c7a3f4: Waiting 18:29:37 96b7cbca73a9: Waiting 18:29:37 a7acece74701: Waiting 18:29:37 93c1e223e6f2: Verifying Checksum 18:29:37 93c1e223e6f2: Download complete 18:29:37 21b2b0c7a3f4: Verifying Checksum 18:29:37 22ff95d597cd: Verifying Checksum 18:29:37 22ff95d597cd: Download complete 18:29:37 213ec9aee27d: Verifying Checksum 18:29:37 12d6caf4c0d1: Download complete 18:29:37 213ec9aee27d: Pull complete 18:29:37 4583459ba037: Pull complete 18:29:37 93c1e223e6f2: Pull complete 18:29:38 a7acece74701: Verifying Checksum 18:29:38 a7acece74701: Download complete 18:29:38 96b7cbca73a9: Verifying Checksum 18:29:38 96b7cbca73a9: Download complete 18:29:38 53926ce57604: Verifying Checksum 18:29:38 53926ce57604: Download complete 18:29:42 53926ce57604: Pull complete 18:29:42 21b2b0c7a3f4: Pull complete 18:29:42 22ff95d597cd: Pull complete 18:29:42 12d6caf4c0d1: Pull complete 18:29:44 96b7cbca73a9: Pull complete 18:29:45 a7acece74701: Pull complete 18:29:45 Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d 18:29:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 18:29:45 ---> db6d94c90886 18:29:45 Step 3/12 : ARG ADD_BUILD_TAGS="" 18:29:47 ---> Running in 54209fd70c22 18:29:47 Removing intermediate container 54209fd70c22 18:29:47 ---> 9fdb9a77b023 18:29:47 Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 18:29:47 ---> Running in 19e1671ca9d0 18:29:47 Removing intermediate container 19e1671ca9d0 18:29:47 ---> 1bc98cf0ad2c 18:29:47 Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client" 18:29:47 ---> Running in aca71804fbe1 18:29:47 Removing intermediate container aca71804fbe1 18:29:47 ---> a98ef602b09f 18:29:47 Step 6/12 : ARG ALPINE_PKG_EXTRA="" 18:29:47 ---> Running in aad410e1723a 18:29:47 Removing intermediate container aad410e1723a 18:29:47 ---> 612fe650ba78 18:29:47 Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 18:29:47 ---> Running in 5267524853b8 18:29:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 18:29:48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 18:29:48 (1/4) Installing openssh-keygen (9.0_p1-r2) 18:29:48 (2/4) Installing libedit (20210910.3.1-r0) 18:29:48 (3/4) Installing openssh-client-common (9.0_p1-r2) 18:29:48 (4/4) Installing openssh-client-default (9.0_p1-r2) 18:29:48 Executing busybox-1.35.0-r17.trigger 18:29:48 OK: 216 MiB in 55 packages 18:29:49 Removing intermediate container 5267524853b8 18:29:49 ---> 9071d96c5188 18:29:49 Step 8/12 : WORKDIR /device-mqtt-go 18:29:49 ---> Running in 6b79b9c119ff 18:29:49 Removing intermediate container 6b79b9c119ff 18:29:49 ---> 124f4c166297 18:29:49 Step 9/12 : COPY go.mod vendor* ./ 18:29:49 ---> 6226407788f9 18:29:49 Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:29:49 ---> Running in c66a9727bf9c 18:29:50 Still waiting to schedule task 18:29:50 ‘prd-ubuntu20.04-docker-arm64-4c-16g-2240’ is offline 18:30:15 Removing intermediate container c66a9727bf9c 18:30:15 ---> 379bd52a3ef4 18:30:15 Step 11/12 : COPY . . 18:30:15 ---> c0ee4ac073be 18:30:15 Step 12/12 : RUN $MAKE 18:30:15 ---> Running in 6ab389d73504 18:30:15 noop 18:30:15 Removing intermediate container 6ab389d73504 18:30:15 ---> 25ea8e0fa9fc 18:30:15 Successfully built 25ea8e0fa9fc 18:30:15 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:30:16 + docker inspect -f . ci-base-image-x86_64 18:30:16 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:30:16 prd-ubuntu20.04-docker-8c-8g-2241 does not seem to be running inside a container 18:30:16 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_device-mqtt-go_PR-454 -v /w/workspace/gexfoundry_device-mqtt-go_PR-454:/w/workspace/gexfoundry_device-mqtt-go_PR-454:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-454@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-454@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 18:30:16 $ docker top c163c1942b140dfb752284ad61fb5f23ef96c7bd2841ce91dc09fd73ec3a9ba1 -eo pid,comm [Pipeline] { [Pipeline] sh 18:30:17 + go version 18:30:17 go version go1.18.7 linux/amd64 [Pipeline] } 18:30:17 $ docker stop --time=1 c163c1942b140dfb752284ad61fb5f23ef96c7bd2841ce91dc09fd73ec3a9ba1 18:30:18 $ docker rm -f --volumes c163c1942b140dfb752284ad61fb5f23ef96c7bd2841ce91dc09fd73ec3a9ba1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:30:19 + docker inspect -f . ci-base-image-x86_64 18:30:19 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:30:19 prd-ubuntu20.04-docker-8c-8g-2241 does not seem to be running inside a container 18:30:19 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/gexfoundry_device-mqtt-go_PR-454 -v /w/workspace/gexfoundry_device-mqtt-go_PR-454:/w/workspace/gexfoundry_device-mqtt-go_PR-454:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-454@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-454@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 18:30:19 $ docker top ed161882a38739569973a4f8e958bf1a285ba09d70af0fed3ce7248f81e779e4 -eo pid,comm [Pipeline] { [Pipeline] sh 18:30:20 + git config --global --add safe.directory /w/workspace/gexfoundry_device-mqtt-go_PR-454 [Pipeline] fileExists [Pipeline] sh 18:30:20 + make test 18:30:20 go test ./... -coverprofile=coverage.out ./... 18:30:20 ? github.com/edgexfoundry/device-mqtt-go [no test files] 18:30:30 ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] 18:30:30 ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.015s coverage: 21.8% of statements 18:30:30 ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] 18:30:37 level=warning msg="[linters context] structcheck is disabled because of go1.18. You can track the evolution of the go1.18 support by following the https://github.com/golangci/golangci-lint/issues/2649." 18:30:37 go vet ./... 18:30:39 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 18:30:39 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 18:30:39 ./bin/test-attribution-txt.sh [Pipeline] echo 18:30:40 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 18:30:40 $ docker stop --time=1 ed161882a38739569973a4f8e958bf1a285ba09d70af0fed3ce7248f81e779e4 18:30:41 $ docker rm -f --volumes ed161882a38739569973a4f8e958bf1a285ba09d70af0fed3ce7248f81e779e4 [Pipeline] // withDockerContainer [Pipeline] sh 18:30:42 + sudo chown -R jenkins:jenkins . [Pipeline] stash 18:30:42 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 18:30:43 + sudo chown -R jenkins:jenkins . [Pipeline] sh 18:30:43 + ls -al . 18:30:43 total 192 18:30:43 drwxrwxr-x 10 jenkins jenkins 4096 Jan 13 18:30 . 18:30:43 drwxrwxr-x 4 jenkins jenkins 4096 Jan 13 18:29 .. 18:30:43 -rw-rw-r-- 1 jenkins jenkins 140 Jan 13 18:29 .dockerignore 18:30:43 drwxrwxr-x 8 jenkins jenkins 4096 Jan 13 18:30 .git 18:30:43 drwxrwxr-x 3 jenkins jenkins 4096 Jan 13 18:29 .github 18:30:43 -rw-rw-r-- 1 jenkins jenkins 329 Jan 13 18:29 .gitignore 18:30:43 -rw-rw-r-- 1 jenkins jenkins 41 Jan 13 18:29 .golangci.yml 18:30:43 drwxr-xr-x 3 jenkins jenkins 4096 Jan 13 18:29 .semver 18:30:43 -rw-rw-r-- 1 jenkins jenkins 9189 Jan 13 18:29 Attribution.txt 18:30:43 -rw-rw-r-- 1 jenkins jenkins 13162 Jan 13 18:29 CHANGELOG.md 18:30:43 -rw-rw-r-- 1 jenkins jenkins 1689 Jan 13 18:29 Dockerfile 18:30:43 -rw-rw-r-- 1 jenkins jenkins 677 Jan 13 18:29 GOVERNANCE.md 18:30:43 -rw-rw-r-- 1 jenkins jenkins 678 Jan 13 18:29 Jenkinsfile 18:30:43 -rw-rw-r-- 1 jenkins jenkins 11340 Jan 13 18:29 LICENSE 18:30:43 -rw-rw-r-- 1 jenkins jenkins 1697 Jan 13 18:29 Makefile 18:30:43 -rw-rw-r-- 1 jenkins jenkins 620 Jan 13 18:29 OWNERS.md 18:30:43 -rw-rw-r-- 1 jenkins jenkins 3165 Jan 13 18:29 README.md 18:30:43 -rw-rw-r-- 1 jenkins jenkins 5 Jan 13 18:29 VERSION 18:30:43 drwxrwxr-x 2 jenkins jenkins 4096 Jan 13 18:29 bin 18:30:43 drwxrwxr-x 3 jenkins jenkins 4096 Jan 13 18:29 cmd 18:30:43 -rw-r--r-- 1 jenkins jenkins 17887 Jan 13 18:30 coverage.out 18:30:43 -rw-rw-r-- 1 jenkins jenkins 3464 Jan 13 18:29 go.mod 18:30:43 -rw-rw-r-- 1 jenkins jenkins 45013 Jan 13 18:29 go.sum 18:30:43 drwxrwxr-x 3 jenkins jenkins 4096 Jan 13 18:29 internal 18:30:43 drwxrwxr-x 2 jenkins jenkins 4096 Jan 13 18:29 mock 18:30:43 drwxrwxr-x 4 jenkins jenkins 4096 Jan 13 18:29 snap 18:30:43 -rw-rw-r-- 1 jenkins jenkins 227 Jan 13 18:29 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:30:43 + docker build -t device-mqtt -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg MAKE=make build --build-arg ARCH=amd64 --label git_sha=2a64c26da2fbdf7c51facce22d8bd4a0027b793b --label arch=amd64 --label version=0.0.0 . 18:30:43 Sending build context to Docker daemon 6.352MB 18:30:43 Step 1/24 : ARG BASE=golang:1.18-alpine3.16 18:30:43 Step 2/24 : FROM ${BASE} AS builder 18:30:43 ---> 25ea8e0fa9fc 18:30:43 Step 3/24 : ARG ADD_BUILD_TAGS="" 18:30:43 ---> Running in f225aba68a63 18:30:44 Removing intermediate container f225aba68a63 18:30:44 ---> d07849ebc960 18:30:44 Step 4/24 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 18:30:44 ---> Running in 9b9d3d414c83 18:30:44 Removing intermediate container 9b9d3d414c83 18:30:44 ---> bfee25a876f1 18:30:44 Step 5/24 : ARG ALPINE_PKG_BASE="make git openssh-client" 18:30:44 ---> Running in bd462bdac7b2 18:30:44 Removing intermediate container bd462bdac7b2 18:30:44 ---> add48dd94ef7 18:30:44 Step 6/24 : ARG ALPINE_PKG_EXTRA="" 18:30:44 ---> Running in 99ae72288568 18:30:44 Removing intermediate container 99ae72288568 18:30:44 ---> e339c742d59d 18:30:44 Step 7/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 18:30:44 ---> Running in fb9bb6dd7ddb 18:30:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 18:30:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 18:30:45 OK: 216 MiB in 55 packages 18:30:45 Removing intermediate container fb9bb6dd7ddb 18:30:45 ---> f9135c7487f7 18:30:45 Step 8/24 : WORKDIR /device-mqtt-go 18:30:45 ---> Running in 3b211128e007 18:30:45 Removing intermediate container 3b211128e007 18:30:45 ---> 101255d47b0f 18:30:45 Step 9/24 : COPY go.mod vendor* ./ 18:30:45 ---> 2ccd1b7c5239 18:30:45 Step 10/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:30:45 ---> Running in 7add0293e256 18:30:46 Removing intermediate container 7add0293e256 18:30:46 ---> 25a89588557d 18:30:46 Step 11/24 : COPY . . 18:30:46 ---> a6e870760389 18:30:46 Step 12/24 : RUN $MAKE 18:30:46 ---> Running in d50f7f580d72 18:30:46 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/device-mqtt ./cmd 18:31:05 Removing intermediate container d50f7f580d72 18:31:05 ---> d723eb190f97 18:31:05 Step 13/24 : FROM alpine:3.16 18:31:05 3.16: Pulling from library/alpine 18:31:05 ca7dd9ec2225: Pulling fs layer 18:31:05 ca7dd9ec2225: Verifying Checksum 18:31:05 ca7dd9ec2225: Download complete 18:31:05 ca7dd9ec2225: Pull complete 18:31:05 Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b 18:31:05 Status: Downloaded newer image for alpine:3.16 18:31:05 ---> bfe296a52501 18:31:05 Step 14/24 : LABEL license='VSPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IoTech Ltd' 18:31:05 ---> Running in 00c0cf414e4a 18:31:05 Removing intermediate container 00c0cf414e4a 18:31:05 ---> a13becd37b30 18:31:05 Step 15/24 : RUN apk add --update --no-cache dumb-init 18:31:05 ---> Running in de4b5a86a973 18:31:05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 18:31:05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 18:31:05 (1/1) Installing dumb-init (1.2.5-r1) 18:31:05 Executing busybox-1.35.0-r17.trigger 18:31:05 OK: 6 MiB in 15 packages 18:31:05 Removing intermediate container de4b5a86a973 18:31:05 ---> 021383a0c495 18:31:05 Step 16/24 : COPY --from=builder /device-mqtt-go/cmd / 18:31:05 ---> 6d1ed594712f 18:31:05 Step 17/24 : COPY --from=builder /device-mqtt-go/LICENSE / 18:31:05 ---> e8a7fb9f70f6 18:31:05 Step 18/24 : COPY --from=builder /device-mqtt-go/Attribution.txt / 18:31:05 ---> d4f926bc0445 18:31:05 Step 19/24 : EXPOSE 59982 18:31:05 ---> Running in fd700d97e541 18:31:05 Removing intermediate container fd700d97e541 18:31:05 ---> 5392176493d5 18:31:05 Step 20/24 : ENTRYPOINT ["/device-mqtt"] 18:31:06 ---> Running in 56db2beb5b9c 18:31:06 Removing intermediate container 56db2beb5b9c 18:31:06 ---> 03c5f28e350b 18:31:06 Step 21/24 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry"] 18:31:06 ---> Running in 3fc388b19fa7 18:31:06 Removing intermediate container 3fc388b19fa7 18:31:06 ---> ce20607b026d 18:31:06 Step 22/24 : LABEL arch=amd64 18:31:06 ---> Running in c8e9b94b4452 18:31:06 Removing intermediate container c8e9b94b4452 18:31:06 ---> 4917abed39f4 18:31:06 Step 23/24 : LABEL git_sha=2a64c26da2fbdf7c51facce22d8bd4a0027b793b 18:31:06 ---> Running in 45a35f3001ed 18:31:06 Removing intermediate container 45a35f3001ed 18:31:06 ---> cdf39885e75b 18:31:06 Step 24/24 : LABEL version=0.0.0 18:31:06 ---> Running in 9c7e69abab99 18:31:06 Removing intermediate container 9c7e69abab99 18:31:06 ---> ac666abf6b3f 18:31:06 [Warning] One or more build-args [ARCH] were not consumed 18:31:06 Successfully built ac666abf6b3f 18:31:06 Successfully tagged device-mqtt:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:31:07 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 18:31:07 18:31:07 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:31:07 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 18:31:07 latest: Pulling from edgex-lftools-log-publisher 18:31:07 5eb5b503b376: Pulling fs layer 18:31:07 5c69ac0246d0: Pulling fs layer 18:31:07 ec43610c2a17: Pulling fs layer 18:31:07 3a2ae6a8a46f: Pulling fs layer 18:31:07 33b1e0a273af: Pulling fs layer 18:31:07 3a2ae6a8a46f: Waiting 18:31:07 5d3b04190fa2: Pulling fs layer 18:31:07 2f39f015ded8: Pulling fs layer 18:31:07 5d3b04190fa2: Waiting 18:31:07 5c69ac0246d0: Verifying Checksum 18:31:07 5c69ac0246d0: Download complete 18:31:07 3a2ae6a8a46f: Download complete 18:31:08 33b1e0a273af: Verifying Checksum 18:31:08 33b1e0a273af: Download complete 18:31:08 5d3b04190fa2: Verifying Checksum 18:31:08 5d3b04190fa2: Download complete 18:31:08 ec43610c2a17: Verifying Checksum 18:31:08 ec43610c2a17: Download complete 18:31:08 5eb5b503b376: Verifying Checksum 18:31:08 5eb5b503b376: Download complete 18:31:08 2f39f015ded8: Verifying Checksum 18:31:08 2f39f015ded8: Download complete 18:31:09 5eb5b503b376: Pull complete 18:31:09 5c69ac0246d0: Pull complete 18:31:09 ec43610c2a17: Pull complete 18:31:09 3a2ae6a8a46f: Pull complete 18:31:10 33b1e0a273af: Pull complete 18:31:10 5d3b04190fa2: Pull complete 18:31:14 2f39f015ded8: Pull complete 18:31:14 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 18:31:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 18:31:14 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:31:14 prd-ubuntu20.04-docker-8c-8g-2241 does not seem to be running inside a container 18:31:14 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/gexfoundry_device-mqtt-go_PR-454 -v /w/workspace/gexfoundry_device-mqtt-go_PR-454:/w/workspace/gexfoundry_device-mqtt-go_PR-454:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-454@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-454@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 18:31:16 $ docker top 6a2385e78ebea101037567424e4c7f6620e6bbe0f310164934350ed6a0d06a3f -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:31:16 ---> job-cost.sh 18:31:16 lf-activate-venv: SKIPPING 18:31:16 INFO: No Stack... 18:31:17 INFO: Retrieving Pricing Info for: v3-standard-8 18:31:17 INFO: Archiving Costs [Pipeline] sh 18:31:17 + cat /w/workspace/gexfoundry_device-mqtt-go_PR-454/archives/cost.csv 18:31:17 + cut -d, -f6 [Pipeline] lock 18:31:17 Trying to acquire lock on [jenkins-edgexfoundry-device-mqtt-go-PR-454-1-stack-cost] 18:31:17 Resource [jenkins-edgexfoundry-device-mqtt-go-PR-454-1-stack-cost] did not exist. Created. 18:31:17 Lock acquired on [jenkins-edgexfoundry-device-mqtt-go-PR-454-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 18:31:18 + echo total: 0.2199999988079071 [Pipeline] stash 18:31:18 Stashed 1 file(s) [Pipeline] } 18:31:18 Lock released on resource [jenkins-edgexfoundry-device-mqtt-go-PR-454-1-stack-cost] [Pipeline] // lock [Pipeline] } 18:31:18 $ docker stop --time=1 6a2385e78ebea101037567424e4c7f6620e6bbe0f310164934350ed6a0d06a3f 18:31:19 $ docker rm -f --volumes 6a2385e78ebea101037567424e4c7f6620e6bbe0f310164934350ed6a0d06a3f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 18:31:23 Running on prd-ubuntu20.04-docker-arm64-4c-16g-2242 in /w/workspace/gexfoundry_device-mqtt-go_PR-454 [Pipeline] { [Pipeline] ws 18:31:23 Running in /w/workspace/device-mqtt-go/1 [Pipeline] { [Pipeline] checkout 18:31:23 Selected Git installation does not exist. Using Default 18:31:23 The recommended git tool is: NONE 18:31:28 using credential edgex-jenkins-ssh 18:31:28 Cloning the remote Git repository 18:31:28 Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git 18:31:28 > git init /w/workspace/device-mqtt-go/1 # timeout=10 18:31:28 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 18:31:28 > git --version # timeout=10 18:31:28 > git --version # 'git version 2.25.1' 18:31:28 using GIT_SSH to set credentials SSH Credentials for GitHub 18:31:28 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 18:31:29 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 18:31:29 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 18:31:30 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 18:31:30 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 18:31:30 using GIT_SSH to set credentials SSH Credentials for GitHub 18:31:30 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/454/head:refs/remotes/origin/PR-454 +refs/heads/main:refs/remotes/origin/main # timeout=10 18:31:31 Merging remotes/origin/main commit c9f2a0543715ca35ad5b34b71a578c78c2f9cecd into PR head commit 2a64c26da2fbdf7c51facce22d8bd4a0027b793b 18:31:31 Merge succeeded, producing 2a64c26da2fbdf7c51facce22d8bd4a0027b793b 18:31:31 Checking out Revision 2a64c26da2fbdf7c51facce22d8bd4a0027b793b (PR-454) 18:31:31 > git config core.sparsecheckout # timeout=10 18:31:31 > git checkout -f 2a64c26da2fbdf7c51facce22d8bd4a0027b793b # timeout=10 18:31:31 > git remote # timeout=10 18:31:31 > git config --get remote.origin.url # timeout=10 18:31:31 using GIT_SSH to set credentials SSH Credentials for GitHub 18:31:31 > git merge c9f2a0543715ca35ad5b34b71a578c78c2f9cecd # timeout=10 18:31:31 > git rev-parse HEAD^{commit} # timeout=10 18:31:31 > git config core.sparsecheckout # timeout=10 18:31:31 > git checkout -f 2a64c26da2fbdf7c51facce22d8bd4a0027b793b # timeout=10 18:31:34 Commit message: "refactor(snap)!: Remove support for legacy env options BREAKING CHANGE: Drop the support for deprecated snap options starting with `env.`" 18:31:34 > git --version # timeout=10 18:31:34 > git --version # 'git version 2.25.1' 18:31:34 fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:31:36 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 18:31:36 % Total % Received % Xferd Average Speed Time Time Time Current 18:31:36 Dload Upload Total Spent Left Speed 18:31:36 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 84443 0 --:--:-- --:--:-- --:--:-- 84443 [Pipeline] sh 18:31:36 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 18:31:37 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 18:31:37 + sudo tee /etc/docker/daemon.new 18:31:37 { 18:31:37 "registry-mirrors": [ 18:31:37 "https://nexus3.edgexfoundry.org:10001" 18:31:37 ], 18:31:37 "bip": "10.250.0.254/24", 18:31:37 "hosts": [ 18:31:37 "tcp://0.0.0.0:5555", 18:31:37 "unix:///var/run/docker.sock" 18:31:37 ], 18:31:37 "mtu": 1458, 18:31:37 "selinux-enabled": true, 18:31:37 "seccomp-profile": "/etc/docker/seccomp.json" 18:31:37 } [Pipeline] sh 18:31:37 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 18:31:37 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:31:56 provisioning config files... 18:31:56 copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/1@tmp/config11551866291193587016tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:31:56 ---> docker-login.sh 18:31:56 nexus3.edgexfoundry.org:10001 18:31:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:31:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:31:57 Configure a credential helper to remove this warning. See 18:31:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:31:57 18:31:57 Login Succeeded 18:31:57 nexus3.edgexfoundry.org:10002 18:31:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:31:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:31:57 Configure a credential helper to remove this warning. See 18:31:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:31:57 18:31:57 Login Succeeded 18:31:57 nexus3.edgexfoundry.org:10003 18:31:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:31:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:31:57 Configure a credential helper to remove this warning. See 18:31:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:31:57 18:31:57 Login Succeeded 18:31:57 nexus3.edgexfoundry.org:10004 18:31:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:31:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:31:58 Configure a credential helper to remove this warning. See 18:31:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:31:58 18:31:58 Login Succeeded 18:31:58 docker.io 18:31:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:31:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:31:58 Configure a credential helper to remove this warning. See 18:31:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:31:58 18:31:58 Login Succeeded 18:31:58 ---> docker-login.sh ends [Pipeline] } 18:31:58 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 18:31:59 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 18:31:59 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 18:31:59 ========================================================= 18:31:59 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] 18:31:59 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:31:59 + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine --build-arg MAKE=echo noop --target=builder . 18:31:59 Sending build context to Docker daemon 3.299MB 18:31:59 Step 1/12 : ARG BASE=golang:1.18-alpine3.16 18:31:59 Step 2/12 : FROM ${BASE} AS builder 18:32:00 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 18:32:00 9b18e9b68314: Pulling fs layer 18:32:00 35d82f9e3411: Pulling fs layer 18:32:00 e16973657156: Pulling fs layer 18:32:00 fc693d55d65f: Pulling fs layer 18:32:00 7e9fc2657dce: Pulling fs layer 18:32:00 dda99020689f: Pulling fs layer 18:32:00 db1c61fa0a46: Pulling fs layer 18:32:00 891c053d2c06: Pulling fs layer 18:32:00 fc693d55d65f: Waiting 18:32:00 7e9fc2657dce: Waiting 18:32:00 dda99020689f: Waiting 18:32:00 db1c61fa0a46: Waiting 18:32:00 891c053d2c06: Waiting 18:32:00 e16973657156: Verifying Checksum 18:32:00 e16973657156: Download complete 18:32:00 35d82f9e3411: Verifying Checksum 18:32:00 35d82f9e3411: Download complete 18:32:00 7e9fc2657dce: Verifying Checksum 18:32:00 7e9fc2657dce: Download complete 18:32:00 dda99020689f: Download complete 18:32:00 9b18e9b68314: Download complete 18:32:01 9b18e9b68314: Pull complete 18:32:01 891c053d2c06: Verifying Checksum 18:32:01 891c053d2c06: Download complete 18:32:01 35d82f9e3411: Pull complete 18:32:02 e16973657156: Pull complete 18:32:02 db1c61fa0a46: Verifying Checksum 18:32:02 db1c61fa0a46: Download complete 18:32:03 fc693d55d65f: Verifying Checksum 18:32:03 fc693d55d65f: Download complete 18:32:15 fc693d55d65f: Pull complete 18:32:15 7e9fc2657dce: Pull complete 18:32:15 dda99020689f: Pull complete 18:32:22 db1c61fa0a46: Pull complete 18:32:24 891c053d2c06: Pull complete 18:32:24 Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 18:32:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 18:32:24 ---> f96f9c87975a 18:32:24 Step 3/12 : ARG ADD_BUILD_TAGS="" 18:32:25 ---> Running in a588fc0e33d0 18:32:25 Removing intermediate container a588fc0e33d0 18:32:25 ---> 30bdd4a6252b 18:32:25 Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 18:32:25 ---> Running in 31dff54cb9be 18:32:25 Removing intermediate container 31dff54cb9be 18:32:25 ---> ba4d71a88985 18:32:25 Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client" 18:32:25 ---> Running in 4bf7a2e16f41 18:32:26 Removing intermediate container 4bf7a2e16f41 18:32:26 ---> 669e02204803 18:32:26 Step 6/12 : ARG ALPINE_PKG_EXTRA="" 18:32:26 ---> Running in ea5a223053ff 18:32:26 Removing intermediate container ea5a223053ff 18:32:26 ---> 0acdd8abae56 18:32:26 Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 18:32:26 ---> Running in d4878fee86ba 18:32:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 18:32:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 18:32:28 (1/4) Installing openssh-keygen (9.0_p1-r2) 18:32:28 (2/4) Installing libedit (20210910.3.1-r0) 18:32:28 (3/4) Installing openssh-client-common (9.0_p1-r2) 18:32:28 (4/4) Installing openssh-client-default (9.0_p1-r2) 18:32:28 Executing busybox-1.35.0-r17.trigger 18:32:28 OK: 226 MiB in 55 packages 18:32:29 Removing intermediate container d4878fee86ba 18:32:29 ---> fcfe20a6bc9a 18:32:29 Step 8/12 : WORKDIR /device-mqtt-go 18:32:30 ---> Running in 1d6aa34828a2 18:32:30 Removing intermediate container 1d6aa34828a2 18:32:30 ---> af21a794920a 18:32:30 Step 9/12 : COPY go.mod vendor* ./ 18:32:30 ---> a51d4679fc9a 18:32:30 Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:32:30 ---> Running in e28c3871dada 18:33:27 Removing intermediate container e28c3871dada 18:33:27 ---> 21a06a48537e 18:33:27 Step 11/12 : COPY . . 18:33:27 ---> 25b87806d557 18:33:27 Step 12/12 : RUN $MAKE 18:33:27 ---> Running in 74caf8a6fce3 18:33:28 noop 18:33:29 Removing intermediate container 74caf8a6fce3 18:33:29 ---> b35fe99684c6 18:33:29 Successfully built b35fe99684c6 18:33:29 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:33:29 + docker inspect -f . ci-base-image-arm64 18:33:29 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:33:30 prd-ubuntu20.04-docker-arm64-4c-16g-2242 does not seem to be running inside a container 18:33:30 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/1 -v /w/workspace/device-mqtt-go/1:/w/workspace/device-mqtt-go/1:rw,z -v /w/workspace/device-mqtt-go/1@tmp:/w/workspace/device-mqtt-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 18:33:31 $ docker top 4ba5e2131c8605caec2427f2d43b8d22c36310b06a13022236c8bd48baaccdf2 -eo pid,comm [Pipeline] { [Pipeline] sh 18:33:32 + go version 18:33:32 go version go1.18.7 linux/arm64 [Pipeline] } 18:33:32 $ docker stop --time=1 4ba5e2131c8605caec2427f2d43b8d22c36310b06a13022236c8bd48baaccdf2 18:33:33 $ docker rm -f --volumes 4ba5e2131c8605caec2427f2d43b8d22c36310b06a13022236c8bd48baaccdf2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:33:34 + docker inspect -f . ci-base-image-arm64 18:33:34 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:33:34 prd-ubuntu20.04-docker-arm64-4c-16g-2242 does not seem to be running inside a container 18:33:35 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/device-mqtt-go/1 -v /w/workspace/device-mqtt-go/1:/w/workspace/device-mqtt-go/1:rw,z -v /w/workspace/device-mqtt-go/1@tmp:/w/workspace/device-mqtt-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 18:33:36 $ docker top 0b95945331031f3ed1dbb35242d5cc4aa8db87c926f71f0aba93eceb50430498 -eo pid,comm [Pipeline] { [Pipeline] sh 18:33:36 + git config --global --add safe.directory /w/workspace/device-mqtt-go/1 [Pipeline] fileExists [Pipeline] sh 18:33:37 + make test 18:33:37 go test ./... -coverprofile=coverage.out ./... 18:33:39 ? github.com/edgexfoundry/device-mqtt-go [no test files] 18:35:00 ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] 18:35:00 ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.061s coverage: 21.8% of statements 18:35:00 ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] 18:35:00 WARNING: Linting skipped (not on x86_64 or linter not installed) 18:35:00 go vet ./... 18:35:18 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 18:35:18 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 18:35:18 ./bin/test-attribution-txt.sh [Pipeline] echo 18:35:19 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 18:35:19 $ docker stop --time=1 0b95945331031f3ed1dbb35242d5cc4aa8db87c926f71f0aba93eceb50430498 18:35:21 $ docker rm -f --volumes 0b95945331031f3ed1dbb35242d5cc4aa8db87c926f71f0aba93eceb50430498 [Pipeline] // withDockerContainer [Pipeline] sh 18:35:22 + sudo chown -R jenkins:jenkins . [Pipeline] stash 18:35:22 Warning: overwriting stash ‘coverage-report’ 18:35:22 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 18:35:23 + sudo chown -R jenkins:jenkins . [Pipeline] sh 18:35:23 + ls -al . 18:35:23 total 188 18:35:23 drwxrwxr-x 9 jenkins jenkins 4096 Jan 13 18:33 . 18:35:23 drwxrwxr-x 4 jenkins jenkins 4096 Jan 13 18:31 .. 18:35:23 -rw-rw-r-- 1 jenkins jenkins 140 Jan 13 18:31 .dockerignore 18:35:23 drwxrwxr-x 8 jenkins jenkins 4096 Jan 13 18:31 .git 18:35:23 drwxrwxr-x 3 jenkins jenkins 4096 Jan 13 18:31 .github 18:35:23 -rw-rw-r-- 1 jenkins jenkins 329 Jan 13 18:31 .gitignore 18:35:23 -rw-rw-r-- 1 jenkins jenkins 41 Jan 13 18:31 .golangci.yml 18:35:23 -rw-rw-r-- 1 jenkins jenkins 9189 Jan 13 18:31 Attribution.txt 18:35:23 -rw-rw-r-- 1 jenkins jenkins 13162 Jan 13 18:31 CHANGELOG.md 18:35:23 -rw-rw-r-- 1 jenkins jenkins 1689 Jan 13 18:31 Dockerfile 18:35:23 -rw-rw-r-- 1 jenkins jenkins 677 Jan 13 18:31 GOVERNANCE.md 18:35:23 -rw-rw-r-- 1 jenkins jenkins 678 Jan 13 18:31 Jenkinsfile 18:35:23 -rw-rw-r-- 1 jenkins jenkins 11340 Jan 13 18:31 LICENSE 18:35:23 -rw-rw-r-- 1 jenkins jenkins 1697 Jan 13 18:31 Makefile 18:35:23 -rw-rw-r-- 1 jenkins jenkins 620 Jan 13 18:31 OWNERS.md 18:35:23 -rw-rw-r-- 1 jenkins jenkins 3165 Jan 13 18:31 README.md 18:35:23 -rw-rw-r-- 1 jenkins jenkins 5 Jan 13 18:29 VERSION 18:35:23 drwxrwxr-x 2 jenkins jenkins 4096 Jan 13 18:31 bin 18:35:23 drwxrwxr-x 3 jenkins jenkins 4096 Jan 13 18:31 cmd 18:35:23 -rw-r--r-- 1 jenkins jenkins 17887 Jan 13 18:34 coverage.out 18:35:23 -rw-rw-r-- 1 jenkins jenkins 3464 Jan 13 18:31 go.mod 18:35:23 -rw-rw-r-- 1 jenkins jenkins 45013 Jan 13 18:31 go.sum 18:35:23 drwxrwxr-x 3 jenkins jenkins 4096 Jan 13 18:31 internal 18:35:23 drwxrwxr-x 2 jenkins jenkins 4096 Jan 13 18:31 mock 18:35:23 drwxrwxr-x 4 jenkins jenkins 4096 Jan 13 18:31 snap 18:35:23 -rw-rw-r-- 1 jenkins jenkins 227 Jan 13 18:31 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:35:23 + docker build -t device-mqtt-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=2a64c26da2fbdf7c51facce22d8bd4a0027b793b --label arch=arm64 --label version=0.0.0 . 18:35:24 Sending build context to Docker daemon 3.318MB 18:35:24 Step 1/24 : ARG BASE=golang:1.18-alpine3.16 18:35:24 Step 2/24 : FROM ${BASE} AS builder 18:35:24 ---> b35fe99684c6 18:35:24 Step 3/24 : ARG ADD_BUILD_TAGS="" 18:35:24 ---> Running in 5f7251aeef35 18:35:24 Removing intermediate container 5f7251aeef35 18:35:24 ---> 63e08b39d474 18:35:24 Step 4/24 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 18:35:24 ---> Running in d7b2d86a3ed1 18:35:25 Removing intermediate container d7b2d86a3ed1 18:35:25 ---> 57fdbca3870b 18:35:25 Step 5/24 : ARG ALPINE_PKG_BASE="make git openssh-client" 18:35:25 ---> Running in 35de49ff634f 18:35:25 Removing intermediate container 35de49ff634f 18:35:25 ---> 086e8889d9c4 18:35:25 Step 6/24 : ARG ALPINE_PKG_EXTRA="" 18:35:25 ---> Running in dd91b5930f19 18:35:25 Removing intermediate container dd91b5930f19 18:35:25 ---> 8a56a25c02cf 18:35:25 Step 7/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 18:35:25 ---> Running in 510fa4033b67 18:35:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 18:35:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 18:35:28 OK: 226 MiB in 55 packages 18:35:29 Removing intermediate container 510fa4033b67 18:35:29 ---> fed9eb5680ef 18:35:29 Step 8/24 : WORKDIR /device-mqtt-go 18:35:29 ---> Running in 464d14a844af 18:35:30 Removing intermediate container 464d14a844af 18:35:30 ---> 28144eb8ee01 18:35:30 Step 9/24 : COPY go.mod vendor* ./ 18:35:32 ---> 8706d7a8c309 18:35:32 Step 10/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:35:32 ---> Running in 77b0ec784858 18:35:33 Removing intermediate container 77b0ec784858 18:35:33 ---> 36100bae834b 18:35:33 Step 11/24 : COPY . . 18:35:34 ---> 4e89e2c6d262 18:35:34 Step 12/24 : RUN $MAKE 18:35:34 ---> Running in 5cc5a46dd530 18:35:35 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/device-mqtt ./cmd 18:38:12 Removing intermediate container 5cc5a46dd530 18:38:12 ---> 1fd20b090369 18:38:12 Step 13/24 : FROM alpine:3.16 18:38:12 3.16: Pulling from library/alpine 18:38:12 6875df1f5354: Pulling fs layer 18:38:12 6875df1f5354: Verifying Checksum 18:38:12 6875df1f5354: Download complete 18:38:12 6875df1f5354: Pull complete 18:38:12 Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b 18:38:12 Status: Downloaded newer image for alpine:3.16 18:38:12 ---> 2b4661558fb8 18:38:12 Step 14/24 : LABEL license='VSPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IoTech Ltd' 18:38:12 ---> Running in 447c6ac2dc86 18:38:12 Removing intermediate container 447c6ac2dc86 18:38:12 ---> cd3e3ce8b443 18:38:12 Step 15/24 : RUN apk add --update --no-cache dumb-init 18:38:12 ---> Running in 266db6265ebb 18:38:12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 18:38:12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 18:38:12 (1/1) Installing dumb-init (1.2.5-r1) 18:38:12 Executing busybox-1.35.0-r17.trigger 18:38:12 OK: 5 MiB in 15 packages 18:38:12 Removing intermediate container 266db6265ebb 18:38:12 ---> 0acb319b3f0e 18:38:12 Step 16/24 : COPY --from=builder /device-mqtt-go/cmd / 18:38:12 ---> 8233eae32f71 18:38:12 Step 17/24 : COPY --from=builder /device-mqtt-go/LICENSE / 18:38:12 ---> 927e82d3cca4 18:38:12 Step 18/24 : COPY --from=builder /device-mqtt-go/Attribution.txt / 18:38:12 ---> d4c6fcabbfae 18:38:12 Step 19/24 : EXPOSE 59982 18:38:12 ---> Running in 73ab3331d857 18:38:12 Removing intermediate container 73ab3331d857 18:38:12 ---> 17b5e154fd41 18:38:12 Step 20/24 : ENTRYPOINT ["/device-mqtt"] 18:38:12 ---> Running in 55bc406ddebd 18:38:12 Removing intermediate container 55bc406ddebd 18:38:12 ---> 68238e3de336 18:38:12 Step 21/24 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry"] 18:38:12 ---> Running in c99cfd850512 18:38:12 Removing intermediate container c99cfd850512 18:38:12 ---> d2954b5bf04f 18:38:12 Step 22/24 : LABEL arch=arm64 18:38:12 ---> Running in 7b57ff336e53 18:38:12 Removing intermediate container 7b57ff336e53 18:38:12 ---> e104ac0d3d2e 18:38:12 Step 23/24 : LABEL git_sha=2a64c26da2fbdf7c51facce22d8bd4a0027b793b 18:38:12 ---> Running in d66e0754a73c 18:38:12 Removing intermediate container d66e0754a73c 18:38:12 ---> b30ce0ef3e9e 18:38:12 Step 24/24 : LABEL version=0.0.0 18:38:12 ---> Running in bb0c3003ca98 18:38:12 Removing intermediate container bb0c3003ca98 18:38:12 ---> 27a242f223eb 18:38:12 [Warning] One or more build-args [ARCH] were not consumed 18:38:12 Successfully built 27a242f223eb 18:38:12 Successfully tagged device-mqtt-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:38:13 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 18:38:13 18:38:13 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:38:13 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 18:38:13 arm64: Pulling from edgex-lftools-log-publisher 18:38:13 8998bd30e6a1: Pulling fs layer 18:38:13 04944245beec: Pulling fs layer 18:38:13 699f458cf7ca: Pulling fs layer 18:38:13 765212b225bb: Pulling fs layer 18:38:13 f23df028b6ca: Pulling fs layer 18:38:13 d65c8cfc05b1: Pulling fs layer 18:38:13 2437ff75d9bd: Pulling fs layer 18:38:13 f23df028b6ca: Waiting 18:38:13 d65c8cfc05b1: Waiting 18:38:13 765212b225bb: Waiting 18:38:13 2437ff75d9bd: Waiting 18:38:14 04944245beec: Download complete 18:38:14 765212b225bb: Verifying Checksum 18:38:14 765212b225bb: Download complete 18:38:14 f23df028b6ca: Verifying Checksum 18:38:14 f23df028b6ca: Download complete 18:38:14 d65c8cfc05b1: Verifying Checksum 18:38:14 d65c8cfc05b1: Download complete 18:38:14 699f458cf7ca: Verifying Checksum 18:38:14 699f458cf7ca: Download complete 18:38:14 8998bd30e6a1: Download complete 18:38:17 2437ff75d9bd: Verifying Checksum 18:38:17 2437ff75d9bd: Download complete 18:38:18 8998bd30e6a1: Pull complete 18:38:19 04944245beec: Pull complete 18:38:20 699f458cf7ca: Pull complete 18:38:20 765212b225bb: Pull complete 18:38:21 f23df028b6ca: Pull complete 18:38:21 d65c8cfc05b1: Pull complete 18:38:36 2437ff75d9bd: Pull complete 18:38:36 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 18:38:36 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 18:38:36 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:38:37 prd-ubuntu20.04-docker-arm64-4c-16g-2242 does not seem to be running inside a container 18:38:37 $ 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-mqtt-go/1 -v /w/workspace/device-mqtt-go/1:/w/workspace/device-mqtt-go/1:rw,z -v /w/workspace/device-mqtt-go/1@tmp:/w/workspace/device-mqtt-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 18:38:39 $ docker top 48730229edf42fdae85fd1cc871002cd925eed3959f1c92ea34fb3f30efd6ae3 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:38:40 ---> job-cost.sh 18:38:40 lf-activate-venv: SKIPPING 18:38:40 INFO: No Stack... 18:38:40 INFO: Retrieving Pricing Info for: v3-standard-4 18:38:41 INFO: Archiving Costs [Pipeline] sh 18:38:42 + cat /w/workspace/device-mqtt-go/1/archives/cost.csv 18:38:42 + cut -d, -f6 [Pipeline] lock 18:38:42 Trying to acquire lock on [jenkins-edgexfoundry-device-mqtt-go-PR-454-1-stack-cost] 18:38:42 Resource [jenkins-edgexfoundry-device-mqtt-go-PR-454-1-stack-cost] did not exist. Created. 18:38:42 Lock acquired on [jenkins-edgexfoundry-device-mqtt-go-PR-454-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 18:38:43 /w/workspace/device-mqtt-go/1@tmp/durable-b8b2c54d/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 18:38:44 + echo total: 0.10999999940395355 [Pipeline] stash 18:38:44 Warning: overwriting stash ‘stack-cost’ 18:38:44 Stashed 1 file(s) [Pipeline] } 18:38:44 Lock released on resource [jenkins-edgexfoundry-device-mqtt-go-PR-454-1-stack-cost] [Pipeline] // lock [Pipeline] } 18:38:44 $ docker stop --time=1 48730229edf42fdae85fd1cc871002cd925eed3959f1c92ea34fb3f30efd6ae3 18:38:45 $ docker rm -f --volumes 48730229edf42fdae85fd1cc871002cd925eed3959f1c92ea34fb3f30efd6ae3 [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 18:38:46 provisioning config files... 18:38:46 copy managed file [device-mqtt-go-codecov-token] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-454@tmp/config9033571174058691496tmp [Pipeline] { [Pipeline] sh 18:38:47 + set +x 18:38:47 + curl -s https://codecov.io/bash 18:38:47 + bash -s -- 18:38:47 18:38:47 _____ _ 18:38:47 / ____| | | 18:38:47 | | ___ __| | ___ ___ _____ __ 18:38:47 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 18:38:47 | |___| (_) | (_| | __/ (_| (_) \ V / 18:38:47 \_____\___/ \__,_|\___|\___\___/ \_/ 18:38:47 Bash-1.0.6 18:38:47 18:38:47 18:38:47 ==> git version 2.25.1 found 18:38:47 ==> 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 18:38:47 Release-Date: 2020-01-08 18:38:47 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 18:38:47 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 18:38:47 ==> Jenkins CI detected. 18:38:47 current dir:  /w/workspace/gexfoundry_device-mqtt-go_PR-454 18:38:47 project root: . 18:38:47 --> token set from env 18:38:47 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 18:38:47 ==> Running gcov in . (disable via -X gcov) 18:38:47 ==> Python coveragepy not found 18:38:47 ==> Searching for coverage reports in: 18:38:47 + . 18:38:47 -> Found 1 reports 18:38:47 ==> Detecting git/mercurial file structure 18:38:47 ==> Reading reports 18:38:47 + ./coverage.out bytes=17887 18:38:47 ==> Appending adjustments 18:38:47 https://docs.codecov.io/docs/fixing-reports 18:38:47 + Found adjustments 18:38:47 ==> Gzipping contents 18:38:47 4.0K /tmp/codecov.E9L2Oj.gz 18:38:47 ==> Uploading reports 18:38:47 url: https://codecov.io 18:38:47 query: branch=PR-454&commit=2a64c26da2fbdf7c51facce22d8bd4a0027b793b&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-mqtt-go%2Fjob%2FPR-454%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-mqtt-go&service=jenkins&flags=&pr=454&job=&cmd_args= 18:38:47 -> Pinging Codecov 18:38:47 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=3cf7f23a-d5e6-4c47-868b-a0a7f9a025f8&branch=PR-454&commit=2a64c26da2fbdf7c51facce22d8bd4a0027b793b&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-mqtt-go%2Fjob%2FPR-454%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-mqtt-go&service=jenkins&flags=&pr=454&job=&cmd_args= 18:38:47 -> Uploading to 18:38:47 https://storage.googleapis.com/codecov/v4/raw/2023-01-13/7D719EC7BBE17E464838252E33014C33/2a64c26da2fbdf7c51facce22d8bd4a0027b793b/870d9857-f7d3-4453-9516-45d82efdf159.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230113%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230113T183847Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=3687c09c57ef898cb1444059112bc1fb9554927dd002f01cf319e5ac1df6103d 18:38:47 % Total % Received % Xferd Average Speed Time Time Time Current 18:38:47 Dload Upload Total Spent Left Speed 18:38:48 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3165 0 0 100 3165 0 12080 --:--:-- --:--:-- --:--:-- 12080 18:38:48 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-mqtt-go/commit/2a64c26da2fbdf7c51facce22d8bd4a0027b793b [Pipeline] } 18:38:48 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 18:38:49 + [ -d /w/workspace/gexfoundry_device-mqtt-go_PR-454/archives ] 18:38:49 + ls -al /w/workspace/gexfoundry_device-mqtt-go_PR-454/archives 18:38:49 total 16 18:38:49 drwxr-xr-x 3 root root 4096 Jan 13 18:31 . 18:38:49 drwxrwxr-x 11 jenkins jenkins 4096 Jan 13 18:31 .. 18:38:49 drwxr-xr-x 2 root root 4096 Jan 13 18:31 cost 18:38:49 -rw-r--r-- 1 root root 86 Jan 13 18:31 cost.csv 18:38:49 + sudo chown -R jenkins:jenkins /w/workspace/gexfoundry_device-mqtt-go_PR-454/archives 18:38:49 + ls -al /w/workspace/gexfoundry_device-mqtt-go_PR-454/archives 18:38:49 total 16 18:38:49 drwxr-xr-x 3 jenkins jenkins 4096 Jan 13 18:31 . 18:38:49 drwxrwxr-x 11 jenkins jenkins 4096 Jan 13 18:31 .. 18:38:49 drwxr-xr-x 2 jenkins jenkins 4096 Jan 13 18:31 cost 18:38:49 -rw-r--r-- 1 jenkins jenkins 86 Jan 13 18:31 cost.csv [Pipeline] libraryResource [Pipeline] sh 18:38:50 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 18:38:51 ---> package-listing.sh 18:38:51 ++ facter osfamily 18:38:51 ++ tr '[:upper:]' '[:lower:]' 18:38:51 + OS_FAMILY=debian 18:38:51 + workspace=/w/workspace/gexfoundry_device-mqtt-go_PR-454 18:38:51 + START_PACKAGES=/tmp/packages_start.txt 18:38:51 + END_PACKAGES=/tmp/packages_end.txt 18:38:51 + DIFF_PACKAGES=/tmp/packages_diff.txt 18:38:51 + PACKAGES=/tmp/packages_start.txt 18:38:51 + '[' /w/workspace/gexfoundry_device-mqtt-go_PR-454 ']' 18:38:51 + PACKAGES=/tmp/packages_end.txt 18:38:51 + case "${OS_FAMILY}" in 18:38:51 + dpkg -l 18:38:51 + grep '^ii' 18:38:51 + '[' -f /tmp/packages_start.txt ']' 18:38:51 + '[' -f /tmp/packages_end.txt ']' 18:38:51 + diff /tmp/packages_start.txt /tmp/packages_end.txt 18:38:51 + '[' /w/workspace/gexfoundry_device-mqtt-go_PR-454 ']' 18:38:51 + mkdir -p /w/workspace/gexfoundry_device-mqtt-go_PR-454/archives/ 18:38:51 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-mqtt-go_PR-454/archives/ [Pipeline] echo 18:38:51 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/gexfoundry_device-mqtt-go_PR-454/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 18:38:51 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:38:52 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 18:38:52 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:38:52 prd-ubuntu20.04-docker-8c-8g-2241 does not seem to be running inside a container 18:38:52 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/gexfoundry_device-mqtt-go_PR-454/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/gexfoundry_device-mqtt-go_PR-454 -v /w/workspace/gexfoundry_device-mqtt-go_PR-454:/w/workspace/gexfoundry_device-mqtt-go_PR-454:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-454@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-454@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 18:38:52 $ docker top 5b6477ae4eae7e6c20c6681f9010b6636ccb81a393cc7e4fb32a08f97ea1901b -eo pid,comm [Pipeline] { [Pipeline] sh 18:38:53 + touch /tmp/pre-build-complete [Pipeline] sh 18:38:53 + mkdir -p /var/log/sysstat [Pipeline] sh 18:38:53 + ls /var/log/sa-host 18:38:53 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:38:53 provisioning config files... 18:38:53 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-454@tmp/config661542818729870482tmp [Pipeline] { [Pipeline] echo 18:38:53 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 18:38:54 ---> create-netrc.sh [Pipeline] } 18:38:54 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 18:38:54 ---> python-tools-install.sh [Pipeline] echo 18:38:54 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 18:38:55 ---> sudo-logs.sh 18:38:55 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 18:38:55 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 18:38:55 ---> job-cost.sh 18:38:55 lf-activate-venv: SKIPPING 18:38:55 DEBUG: total: 0.2199999988079071 18:38:55 INFO: Retrieving Stack Cost... 18:38:56 INFO: Retrieving Pricing Info for: v3-standard-8 18:38:56 INFO: Archiving Costs [Pipeline] echo 18:38:56 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 18:38:56 ---> logs-deploy.sh 18:38:56 lf-activate-venv: SKIPPING 18:38:56 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-mqtt-go/PR-454/1 18:38:56 INFO: archiving workspace using pattern(s): 18:38:57 Archives upload complete. 18:38:57 INFO: archiving logs to Nexus