Branch indexing Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from a14615cb418151df7146aa477706279ddefdfe8c+8b7bfd06f10d442433da09be4b1bd94ea6f5832d (5bcf02e988de7ede92fcba3f1398945091942176) 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-ssh6728935206438761886.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 2c7614b56cb57ece5b5bdf52d827492071d4cc62 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh6849091325631126829.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 2c7614b56cb57ece5b5bdf52d827492071d4cc62 The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/device-mqtt-go/branches/PR-382/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-mqtt-go/branches/PR-382/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh2972955848361558785.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 2c7614b56cb57ece5b5bdf52d827492071d4cc62 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 2c7614b56cb57ece5b5bdf52d827492071d4cc62 # timeout=10 Commit message: "Merge pull request #399 from ernestojeda/fix-go-mod-version" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh9002275041617258753.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 0f180ed1236c637af8c254f95ad106931cc77145 The recommended git tool is: NONE using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/device-mqtt-go/branches/PR-382/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-mqtt-go/branches/PR-382/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh10996185300883114448.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 0f180ed1236c637af8c254f95ad106931cc77145 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 0f180ed1236c637af8c254f95ad106931cc77145 # timeout=10 Commit message: "Feat: Add initial docker pipelines" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-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.17 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-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 All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-16552 in /w/workspace/gexfoundry_device-mqtt-go_PR-382 [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-382 # 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 8b7bfd06f10d442433da09be4b1bd94ea6f5832d into PR head commit a14615cb418151df7146aa477706279ddefdfe8c Merge succeeded, producing 4636832d600abd32937ff52007f96042017009eb Checking out Revision 4636832d600abd32937ff52007f96042017009eb (PR-382) > 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/382/head:refs/remotes/origin/PR-382 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a14615cb418151df7146aa477706279ddefdfe8c # 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 8b7bfd06f10d442433da09be4b1bd94ea6f5832d # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 4636832d600abd32937ff52007f96042017009eb # timeout=10 Commit message: "Merge commit '8b7bfd06f10d442433da09be4b1bd94ea6f5832d' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 03:17:57 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 03:17:57 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 03:17:57 ========================================================= 03:17:57 EdgeX Global Pipelines Version Info 03:17:57 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 43f9ffc7258d5a41dd1d9e01b24d8e8c2a253fe4 # timeout=10 03:17:57 ------------------- 03:17:57 stable info: 03:17:57 ------------------- 03:17:57 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 03:17:57 Commit SHA: 2c7614b56cb57ece5b5bdf52d827492071d4cc62 03:17:57 Message: update stable to v1.0.234 03:17:58 ------------------- 03:17:58 experimental info: 03:17:58 ------------------- 03:17:58 Commited By: **** collab-it+edgex@linuxfoundation.org 03:17:58 Commit SHA: bc4e646769b4c5265b7fe03fd8295f2cc8e63760 03:17:58 Message: update experimental to v1.0.235 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 03:17:58 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-mqtt-go-settings [Pipeline] echo 03:17:58 [edgeXSetupEnvironment]: set envvar PROJECT = device-mqtt-go [Pipeline] echo 03:17:58 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 03:17:58 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 03:17:58 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 03:17:58 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.17 [Pipeline] echo 03:17:58 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 03:17:58 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 03:17:58 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 03:17:58 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 03:17:58 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 03:17:58 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-mqtt [Pipeline] echo 03:17:58 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 03:17:58 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 03:17:58 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 03:17:58 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 03:17:58 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 03:17:58 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 03:17:58 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 03:17:58 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 03:17:58 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 03:17:58 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 03:17:58 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 03:17:58 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 03:17:58 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 03:17:58 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 03:17:58 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 03:17:58 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-382 [Pipeline] echo 03:17:58 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-382 [Pipeline] echo 03:17:58 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-382 [Pipeline] echo 03:17:58 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 4636832d600abd32937ff52007f96042017009eb [Pipeline] echo 03:17:58 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 4636832 [Pipeline] echo 03:17:59 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 03:17:59 provisioning config files... 03:17:59 copy managed file [device-mqtt-go-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-382@tmp/config7788096181482281464tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:17:59 ---> docker-login.sh 03:17:59 nexus3.edgexfoundry.org:10001 03:17:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:17:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:17:59 Configure a credential helper to remove this warning. See 03:17:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:17:59 03:17:59 Login Succeeded 03:17:59 nexus3.edgexfoundry.org:10002 03:17:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:17:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:17:59 Configure a credential helper to remove this warning. See 03:17:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:17:59 03:17:59 Login Succeeded 03:17:59 nexus3.edgexfoundry.org:10003 03:17:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:17:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:17:59 Configure a credential helper to remove this warning. See 03:17:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:17:59 03:17:59 Login Succeeded 03:17:59 nexus3.edgexfoundry.org:10004 03:18:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:18:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:18:00 Configure a credential helper to remove this warning. See 03:18:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:18:00 03:18:00 Login Succeeded 03:18:00 docker.io 03:18:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:18:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:18:00 Configure a credential helper to remove this warning. See 03:18:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:18:00 03:18:00 Login Succeeded 03:18:00 ---> docker-login.sh ends [Pipeline] } 03:18:00 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 03:18:01 + git rev-list -1 --merges 4636832d600abd32937ff52007f96042017009eb~1..4636832d600abd32937ff52007f96042017009eb [Pipeline] echo 03:18:01 -----------> git rev-list -1 --merges 4636832d600abd32937ff52007f96042017009eb~1..4636832d600abd32937ff52007f96042017009eb 4636832d600abd32937ff52007f96042017009eb 03:18:01 4636832d600abd32937ff52007f96042017009eb [false] [Pipeline] sh 03:18:01 + git log --format=format:%s -1 4636832d600abd32937ff52007f96042017009eb [Pipeline] echo 03:18:01 ========================================================= 03:18:01 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 03:18:01 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 03:18:01 + git log --format=format:%s -1 4636832d600abd32937ff52007f96042017009eb [Pipeline] echo 03:18:01 [semverPrep] GIT_COMMIT: 4636832d600abd32937ff52007f96042017009eb, Commit Message: Merge commit '8b7bfd06f10d442433da09be4b1bd94ea6f5832d' into HEAD [Pipeline] echo 03:18:01 [semverPrep] This is not a build commit. [Pipeline] sh 03:18:02 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 03:18:02 + grep -v github /etc/ssh/ssh_known_hosts 03:18:02 + [ -e /tmp/ssh_known_hosts ] 03:18:02 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 03:18:02 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 03:18:02 + sudo tee -a /etc/ssh/ssh_known_hosts 03:18:02 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:18:02 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 03:18:02 03:18:02 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:18:02 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 03:18:02 0.1.4: Pulling from edgex-devops/py-git-semver 03:18:02 42c077c10790: Pulling fs layer 03:18:02 f63e77b7563a: Pulling fs layer 03:18:02 bd5fdadae976: Pulling fs layer 03:18:02 205491f53016: Pulling fs layer 03:18:02 df18705c85c3: Pulling fs layer 03:18:02 bdb3f477010e: Pulling fs layer 03:18:02 df18705c85c3: Waiting 03:18:02 bdb3f477010e: Waiting 03:18:02 c8a8fc8e1c8f: Pulling fs layer 03:18:02 205491f53016: Waiting 03:18:02 2c6e9b1d212d: Pulling fs layer 03:18:02 bdb8f0575790: Pulling fs layer 03:18:02 386e3cb2ff24: Pulling fs layer 03:18:02 c8a8fc8e1c8f: Waiting 03:18:02 2c6e9b1d212d: Waiting 03:18:02 bdb8f0575790: Waiting 03:18:02 2343380bae48: Pulling fs layer 03:18:02 386e3cb2ff24: Waiting 03:18:02 2343380bae48: Waiting 03:18:02 205491f53016: Download complete 03:18:03 df18705c85c3: Verifying Checksum 03:18:03 df18705c85c3: Download complete 03:18:03 bd5fdadae976: Verifying Checksum 03:18:03 bd5fdadae976: Download complete 03:18:03 bdb3f477010e: Verifying Checksum 03:18:03 bdb3f477010e: Download complete 03:18:03 2c6e9b1d212d: Download complete 03:18:03 386e3cb2ff24: Verifying Checksum 03:18:03 386e3cb2ff24: Download complete 03:18:03 2343380bae48: Download complete 03:18:03 42c077c10790: Verifying Checksum 03:18:03 42c077c10790: Download complete 03:18:03 c8a8fc8e1c8f: Verifying Checksum 03:18:03 c8a8fc8e1c8f: Download complete 03:18:04 42c077c10790: Pull complete 03:18:04 f63e77b7563a: Pull complete 03:18:05 bd5fdadae976: Pull complete 03:18:05 205491f53016: Pull complete 03:18:05 df18705c85c3: Pull complete 03:18:05 bdb3f477010e: Pull complete 03:18:07 c8a8fc8e1c8f: Pull complete 03:18:07 2c6e9b1d212d: Pull complete 03:18:07 bdb8f0575790: Pull complete 03:18:07 386e3cb2ff24: Pull complete 03:18:07 2343380bae48: Pull complete 03:18:07 Digest: sha256:c3bf284c02da7271302b7a373f1d48320b54229aa5119b2a29c7f8015e6a9264 03:18:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 03:18:07 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:18:07 prd-ubuntu20.04-docker-8c-8g-16552 does not seem to be running inside a container 03:18:07 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-mqtt-go_PR-382 -v /w/workspace/gexfoundry_device-mqtt-go_PR-382:/w/workspace/gexfoundry_device-mqtt-go_PR-382:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-382@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-382@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 03:18:09 $ docker top a7be4a4ad8258c9941cab5a892b33fc8a7a70a3284db8b7acede68dd98ae1291 -eo pid,comm 03:18:09 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). 03:18:09 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 03:18:09 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:18:09 [ssh-agent] Looking for ssh-agent implementation... 03:18:09 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:18:09 $ docker exec a7be4a4ad8258c9941cab5a892b33fc8a7a70a3284db8b7acede68dd98ae1291 ssh-agent 03:18:09 SSH_AUTH_SOCK=/tmp/ssh-Vx9YnKt9sue7/agent.33 03:18:09 SSH_AGENT_PID=39 03:18:09 Running ssh-add (command line suppressed) 03:18:09 Identity added: /w/workspace/gexfoundry_device-mqtt-go_PR-382@tmp/private_key_3335569991741276268.key (/w/workspace/gexfoundry_device-mqtt-go_PR-382@tmp/private_key_3335569991741276268.key) 03:18:09 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:18:10 + git tag --points-at HEAD [Pipeline] } 03:18:10 $ docker exec --env ******** --env ******** a7be4a4ad8258c9941cab5a892b33fc8a7a70a3284db8b7acede68dd98ae1291 ssh-agent -k 03:18:10 unset SSH_AUTH_SOCK; 03:18:10 unset SSH_AGENT_PID; 03:18:10 echo Agent pid 39 killed; 03:18:10 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 03:18:10 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:18:10 [ssh-agent] Looking for ssh-agent implementation... 03:18:10 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:18:10 $ docker exec a7be4a4ad8258c9941cab5a892b33fc8a7a70a3284db8b7acede68dd98ae1291 ssh-agent 03:18:10 SSH_AUTH_SOCK=/tmp/ssh-X9YkuU0BBf8u/agent.72 03:18:10 SSH_AGENT_PID=79 03:18:10 Running ssh-add (command line suppressed) 03:18:10 Identity added: /w/workspace/gexfoundry_device-mqtt-go_PR-382@tmp/private_key_7036905272847346237.key (/w/workspace/gexfoundry_device-mqtt-go_PR-382@tmp/private_key_7036905272847346237.key) 03:18:10 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:18:10 + git semver init 03:18:11 2022-07-01 03:18:11,115 [run_init] DEBUG init version:0.0.0 force:False 03:18:11 2022-07-01 03:18:11,116 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/gexfoundry_device-mqtt-go_PR-382/.semver 03:18:11 2022-07-01 03:18:11,116 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-mqtt-go.git /w/workspace/gexfoundry_device-mqtt-go_PR-382/.semver 03:18:11 2022-07-01 03:18:11,117 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-mqtt-go.git', '/w/workspace/gexfoundry_device-mqtt-go_PR-382/.semver'], cwd=/w/workspace/gexfoundry_device-mqtt-go_PR-382, universal_newlines=False, shell=None, istream=None) 03:18:12 2022-07-01 03:18:11,809 [append_file] DEBUG append to file:/w/workspace/gexfoundry_device-mqtt-go_PR-382/.git/info/exclude 03:18:12 2022-07-01 03:18:11,810 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/gexfoundry_device-mqtt-go_PR-382/.semver/PR-382 with force:False 03:18:12 2022-07-01 03:18:11,810 [write_file] DEBUG write to file:/w/workspace/gexfoundry_device-mqtt-go_PR-382/.semver/PR-382 03:18:12 2022-07-01 03:18:11,814 [execute] INFO git cat-file --batch-check 03:18:12 2022-07-01 03:18:11,814 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_device-mqtt-go_PR-382/.semver, universal_newlines=False, shell=None, istream=) 03:18:12 2022-07-01 03:18:11,822 [execute] INFO git cat-file --batch 03:18:12 2022-07-01 03:18:11,822 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_device-mqtt-go_PR-382/.semver, universal_newlines=False, shell=None, istream=) 03:18:12 2022-07-01 03:18:11,828 [read_version] DEBUG read version from /w/workspace/gexfoundry_device-mqtt-go_PR-382/.semver/PR-382 03:18:12 0.0.0 [Pipeline] } 03:18:12 $ docker exec --env ******** --env ******** a7be4a4ad8258c9941cab5a892b33fc8a7a70a3284db8b7acede68dd98ae1291 ssh-agent -k 03:18:12 unset SSH_AUTH_SOCK; 03:18:12 unset SSH_AGENT_PID; 03:18:12 echo Agent pid 79 killed; 03:18:12 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:18:12 + git semver [Pipeline] } 03:18:12 $ docker stop --time=1 a7be4a4ad8258c9941cab5a892b33fc8a7a70a3284db8b7acede68dd98ae1291 03:18:14 $ docker rm -f a7be4a4ad8258c9941cab5a892b33fc8a7a70a3284db8b7acede68dd98ae1291 [Pipeline] // withDockerContainer [Pipeline] sh 03:18:14 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 03:18:14 Stashed 1 file(s) [Pipeline] echo 03:18:14 [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 03:18:14 provisioning config files... 03:18:14 copy managed file [device-mqtt-go-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-382@tmp/config3413272331861201348tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:18:15 ---> docker-login.sh 03:18:15 nexus3.edgexfoundry.org:10001 03:18:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:18:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:18:15 Configure a credential helper to remove this warning. See 03:18:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:18:15 03:18:15 Login Succeeded 03:18:15 nexus3.edgexfoundry.org:10002 03:18:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:18:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:18:15 Configure a credential helper to remove this warning. See 03:18:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:18:15 03:18:15 Login Succeeded 03:18:15 nexus3.edgexfoundry.org:10003 03:18:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:18:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:18:15 Configure a credential helper to remove this warning. See 03:18:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:18:15 03:18:15 Login Succeeded 03:18:15 nexus3.edgexfoundry.org:10004 03:18:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:18:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:18:15 Configure a credential helper to remove this warning. See 03:18:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:18:15 03:18:15 Login Succeeded 03:18:15 docker.io 03:18:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:18:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:18:16 Configure a credential helper to remove this warning. See 03:18:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:18:16 03:18:16 Login Succeeded 03:18:16 ---> docker-login.sh ends [Pipeline] } 03:18:16 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 03:18:16 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 03:18:16 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 03:18:16 ========================================================= 03:18:16 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine] 03:18:16 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:18:16 + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine --build-arg MAKE=echo noop --target=builder . 03:18:16 Sending build context to Docker daemon 6.035MB 03:18:16 Step 1/12 : ARG BASE=golang:1.17-alpine3.15 03:18:16 Step 2/12 : FROM ${BASE} AS builder 03:18:16 1.17-alpine: Pulling from edgex-devops/edgex-golang-base 03:18:16 59bf1c3509f3: Pulling fs layer 03:18:16 666ba61612fd: Pulling fs layer 03:18:16 8ed8ca486205: Pulling fs layer 03:18:16 cc1cd167ecdc: Pulling fs layer 03:18:16 c516ae0d96e1: Pulling fs layer 03:18:16 684cea983483: Pulling fs layer 03:18:16 dd3240ac7de5: Pulling fs layer 03:18:16 b1e948a4e11c: Pulling fs layer 03:18:16 a8fd76ee1af6: Pulling fs layer 03:18:16 646ad004c059: Pulling fs layer 03:18:16 684cea983483: Waiting 03:18:16 dd3240ac7de5: Waiting 03:18:16 b1e948a4e11c: Waiting 03:18:16 a8fd76ee1af6: Waiting 03:18:16 646ad004c059: Waiting 03:18:16 cc1cd167ecdc: Waiting 03:18:16 8ed8ca486205: Download complete 03:18:16 666ba61612fd: Download complete 03:18:16 c516ae0d96e1: Verifying Checksum 03:18:16 c516ae0d96e1: Download complete 03:18:16 684cea983483: Verifying Checksum 03:18:16 684cea983483: Download complete 03:18:16 59bf1c3509f3: Verifying Checksum 03:18:16 59bf1c3509f3: Download complete 03:18:16 dd3240ac7de5: Verifying Checksum 03:18:16 dd3240ac7de5: Download complete 03:18:16 b1e948a4e11c: Verifying Checksum 03:18:16 b1e948a4e11c: Download complete 03:18:16 59bf1c3509f3: Pull complete 03:18:17 666ba61612fd: Pull complete 03:18:17 8ed8ca486205: Pull complete 03:18:17 646ad004c059: Verifying Checksum 03:18:17 646ad004c059: Download complete 03:18:17 a8fd76ee1af6: Verifying Checksum 03:18:17 a8fd76ee1af6: Download complete 03:18:17 cc1cd167ecdc: Verifying Checksum 03:18:17 cc1cd167ecdc: Download complete 03:18:21 cc1cd167ecdc: Pull complete 03:18:21 c516ae0d96e1: Pull complete 03:18:21 684cea983483: Pull complete 03:18:21 dd3240ac7de5: Pull complete 03:18:21 b1e948a4e11c: Pull complete 03:18:24 a8fd76ee1af6: Pull complete 03:18:24 646ad004c059: Pull complete 03:18:24 Digest: sha256:bc8ce28cadebfaa099e5330588345fe90134e4027cf71364bfd2aff1e7ff8c16 03:18:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine 03:18:24 ---> 8f69c11f6b0c 03:18:24 Step 3/12 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 03:18:26 ---> Running in 780da151e785 03:18:26 Removing intermediate container 780da151e785 03:18:26 ---> 30ef9830dfae 03:18:26 Step 4/12 : ARG ALPINE_PKG_EXTRA="" 03:18:26 ---> Running in 6aca7f0afdaa 03:18:26 Removing intermediate container 6aca7f0afdaa 03:18:26 ---> b8217e1edafc 03:18:26 Step 5/12 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:18:26 ---> Running in 76e01c7cbec3 03:18:27 Removing intermediate container 76e01c7cbec3 03:18:27 ---> 2c997b943f0c 03:18:27 Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 03:18:27 ---> Running in d36b922151b7 03:18:27 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 03:18:28 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 03:18:29 (1/4) Installing openssh-keygen (8.8_p1-r1) 03:18:29 (2/4) Installing libedit (20210910.3.1-r0) 03:18:29 (3/4) Installing openssh-client-common (8.8_p1-r1) 03:18:29 (4/4) Installing openssh-client-default (8.8_p1-r1) 03:18:29 Executing busybox-1.34.1-r3.trigger 03:18:29 OK: 224 MiB in 56 packages 03:18:29 Removing intermediate container d36b922151b7 03:18:29 ---> f96c18146e03 03:18:29 Step 7/12 : WORKDIR /device-mqtt-go 03:18:29 Still waiting to schedule task 03:18:29 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 03:18:30 ---> Running in ef80e05ad61e 03:18:30 Removing intermediate container ef80e05ad61e 03:18:30 ---> 0defb695c6a8 03:18:30 Step 8/12 : COPY go.mod vendor* ./ 03:18:30 ---> d1a845e6a112 03:18:30 Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:18:30 ---> Running in 792b30fd742b 03:18:48 Removing intermediate container 792b30fd742b 03:18:48 ---> defc363918ac 03:18:48 Step 10/12 : COPY . . 03:18:48 ---> b96c9008ec9a 03:18:48 Step 11/12 : ARG MAKE='make build' 03:18:48 ---> Running in a8467e75600e 03:18:48 Removing intermediate container a8467e75600e 03:18:48 ---> 4b01dfb78ba9 03:18:48 Step 12/12 : RUN $MAKE 03:18:48 ---> Running in 33cf318f0ee6 03:18:48 noop 03:18:49 Removing intermediate container 33cf318f0ee6 03:18:49 ---> ec25667f04da 03:18:49 Successfully built ec25667f04da 03:18:49 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:18:49 + docker inspect -f . ci-base-image-x86_64 03:18:49 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:18:49 prd-ubuntu20.04-docker-8c-8g-16552 does not seem to be running inside a container 03:18:49 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_device-mqtt-go_PR-382 -v /w/workspace/gexfoundry_device-mqtt-go_PR-382:/w/workspace/gexfoundry_device-mqtt-go_PR-382:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-382@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-382@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 03:18:49 $ docker top 9676cd19e85196207ab6465f16888254236fe7371e296a6ba63e0e4140c703c5 -eo pid,comm [Pipeline] { [Pipeline] sh 03:18:50 + go version 03:18:50 go version go1.17.7 linux/amd64 [Pipeline] } 03:18:50 $ docker stop --time=1 9676cd19e85196207ab6465f16888254236fe7371e296a6ba63e0e4140c703c5 03:18:51 $ docker rm -f 9676cd19e85196207ab6465f16888254236fe7371e296a6ba63e0e4140c703c5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:18:52 + docker inspect -f . ci-base-image-x86_64 03:18:52 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:18:52 prd-ubuntu20.04-docker-8c-8g-16552 does not seem to be running inside a container 03:18:52 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_device-mqtt-go_PR-382 -v /w/workspace/gexfoundry_device-mqtt-go_PR-382:/w/workspace/gexfoundry_device-mqtt-go_PR-382:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-382@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-382@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 03:18:52 $ docker top 94b19869af8f5962aa664c80895a8d284ebf66703375b3e9d882ee35688ef058 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh 03:18:53 + make test 03:18:53 GCO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 03:18:53 ? github.com/edgexfoundry/device-mqtt-go [no test files] 03:19:03 ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] 03:19:03 ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.017s coverage: 21.8% of statements 03:19:03 ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] 03:19:11 GCO_ENABLED=1 GO111MODULE=on go vet ./... 03:19:14 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 03:19:14 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 03:19:14 ./bin/test-attribution-txt.sh [Pipeline] echo 03:19:14 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 03:19:14 $ docker stop --time=1 94b19869af8f5962aa664c80895a8d284ebf66703375b3e9d882ee35688ef058 03:19:16 $ docker rm -f 94b19869af8f5962aa664c80895a8d284ebf66703375b3e9d882ee35688ef058 [Pipeline] // withDockerContainer [Pipeline] sh 03:19:17 + sudo chown -R jenkins:jenkins . [Pipeline] stash 03:19:17 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 03:19:17 + sudo chown -R jenkins:jenkins . [Pipeline] sh 03:19:17 + ls -al . 03:19:17 total 180 03:19:17 drwxrwxr-x 10 jenkins jenkins 4096 Jul 1 03:19 . 03:19:17 drwxrwxr-x 4 jenkins jenkins 4096 Jul 1 03:17 .. 03:19:17 -rw-rw-r-- 1 jenkins jenkins 140 Jul 1 03:17 .dockerignore 03:19:17 drwxrwxr-x 8 jenkins jenkins 4096 Jul 1 03:18 .git 03:19:17 drwxrwxr-x 3 jenkins jenkins 4096 Jul 1 03:17 .github 03:19:17 -rw-rw-r-- 1 jenkins jenkins 329 Jul 1 03:17 .gitignore 03:19:17 -rw-rw-r-- 1 jenkins jenkins 41 Jul 1 03:17 .golangci.yml 03:19:17 drwxr-xr-x 3 jenkins jenkins 4096 Jul 1 03:18 .semver 03:19:17 -rw-rw-r-- 1 jenkins jenkins 8917 Jul 1 03:17 Attribution.txt 03:19:17 -rw-rw-r-- 1 jenkins jenkins 11365 Jul 1 03:17 CHANGELOG.md 03:19:17 -rw-rw-r-- 1 jenkins jenkins 1930 Jul 1 03:17 Dockerfile 03:19:17 -rw-rw-r-- 1 jenkins jenkins 677 Jul 1 03:17 GOVERNANCE.md 03:19:17 -rw-rw-r-- 1 jenkins jenkins 678 Jul 1 03:17 Jenkinsfile 03:19:17 -rw-rw-r-- 1 jenkins jenkins 11340 Jul 1 03:17 LICENSE 03:19:17 -rw-rw-r-- 1 jenkins jenkins 1930 Jul 1 03:17 Makefile 03:19:17 -rw-rw-r-- 1 jenkins jenkins 620 Jul 1 03:17 OWNERS.md 03:19:17 -rw-rw-r-- 1 jenkins jenkins 2501 Jul 1 03:17 README.md 03:19:17 -rw-rw-r-- 1 jenkins jenkins 5 Jul 1 03:18 VERSION 03:19:17 drwxrwxr-x 2 jenkins jenkins 4096 Jul 1 03:17 bin 03:19:17 drwxrwxr-x 3 jenkins jenkins 4096 Jul 1 03:17 cmd 03:19:17 -rw-r--r-- 1 jenkins jenkins 17887 Jul 1 03:19 coverage.out 03:19:17 -rw-rw-r-- 1 jenkins jenkins 3314 Jul 1 03:17 go.mod 03:19:17 -rw-rw-r-- 1 jenkins jenkins 36281 Jul 1 03:17 go.sum 03:19:17 drwxrwxr-x 3 jenkins jenkins 4096 Jul 1 03:17 internal 03:19:17 drwxrwxr-x 2 jenkins jenkins 4096 Jul 1 03:17 mock 03:19:17 drwxrwxr-x 4 jenkins jenkins 4096 Jul 1 03:17 snap 03:19:17 -rw-rw-r-- 1 jenkins jenkins 227 Jul 1 03:17 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:19:18 + 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=4636832d600abd32937ff52007f96042017009eb --label arch=amd64 --label version=0.0.0 . 03:19:18 Sending build context to Docker daemon 6.054MB 03:19:18 Step 1/24 : ARG BASE=golang:1.17-alpine3.15 03:19:18 Step 2/24 : FROM ${BASE} AS builder 03:19:18 ---> ec25667f04da 03:19:18 Step 3/24 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 03:19:18 ---> Running in f8c893a7205b 03:19:18 Removing intermediate container f8c893a7205b 03:19:18 ---> 0397b4a37e56 03:19:18 Step 4/24 : ARG ALPINE_PKG_EXTRA="" 03:19:18 ---> Running in ecdf01db069c 03:19:18 Removing intermediate container ecdf01db069c 03:19:18 ---> 3201171a00d0 03:19:18 Step 5/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:19:18 ---> Running in 6b107218fc29 03:19:19 Removing intermediate container 6b107218fc29 03:19:19 ---> b3e1ef1c513f 03:19:19 Step 6/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 03:19:19 ---> Running in 04a87434d3fb 03:19:19 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 03:19:20 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 03:19:20 OK: 224 MiB in 56 packages 03:19:21 Removing intermediate container 04a87434d3fb 03:19:21 ---> 88ce7afc9d6a 03:19:21 Step 7/24 : WORKDIR /device-mqtt-go 03:19:21 ---> Running in b8c10b9fc7c3 03:19:21 Removing intermediate container b8c10b9fc7c3 03:19:21 ---> f4f731485d65 03:19:21 Step 8/24 : COPY go.mod vendor* ./ 03:19:21 ---> 37e354b5b8cb 03:19:21 Step 9/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:19:21 ---> Running in d7cd1fc5e7a4 03:19:21 Removing intermediate container d7cd1fc5e7a4 03:19:21 ---> 30eb2d3d3dfd 03:19:21 Step 10/24 : COPY . . 03:19:22 ---> 7b30ddb269cb 03:19:22 Step 11/24 : ARG MAKE='make build' 03:19:22 ---> Running in 7e304264fc17 03:19:22 Removing intermediate container 7e304264fc17 03:19:22 ---> 97ba348e957a 03:19:22 Step 12/24 : RUN $MAKE 03:19:22 ---> Running in 994924274d52 03:19:22 GCO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/device-mqtt-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/device-mqtt ./cmd 03:19:44 Removing intermediate container 994924274d52 03:19:44 ---> 7f9d87fac557 03:19:44 Step 13/24 : FROM alpine:3.14 03:19:44 3.14: Pulling from library/alpine 03:19:44 8663204ce13b: Pulling fs layer 03:19:44 8663204ce13b: Download complete 03:19:44 8663204ce13b: Pull complete 03:19:44 Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 03:19:44 Status: Downloaded newer image for alpine:3.14 03:19:44 ---> e04c818066af 03:19:44 Step 14/24 : LABEL license='VSPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IoTech Ltd' 03:19:44 ---> Running in e5e6e8652de5 03:19:44 Removing intermediate container e5e6e8652de5 03:19:44 ---> 1a8257f84b3c 03:19:44 Step 15/24 : RUN apk add --update --no-cache zeromq dumb-init 03:19:44 ---> Running in dbedbd966a15 03:19:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 03:19:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 03:19:44 (1/6) Installing dumb-init (1.2.5-r1) 03:19:44 (2/6) Installing libgcc (10.3.1_git20210424-r2) 03:19:44 (3/6) Installing libsodium (1.0.18-r0) 03:19:44 (4/6) Installing libstdc++ (10.3.1_git20210424-r2) 03:19:44 (5/6) Installing libzmq (4.3.4-r0) 03:19:44 (6/6) Installing zeromq (4.3.4-r0) 03:19:44 Executing busybox-1.33.1-r7.trigger 03:19:44 OK: 8 MiB in 20 packages 03:19:44 Removing intermediate container dbedbd966a15 03:19:44 ---> 6259dd07b75d 03:19:44 Step 16/24 : COPY --from=builder /device-mqtt-go/cmd / 03:19:44 ---> 4d5e8465561c 03:19:44 Step 17/24 : COPY --from=builder /device-mqtt-go/LICENSE / 03:19:44 ---> c8eb339be9a3 03:19:44 Step 18/24 : COPY --from=builder /device-mqtt-go/Attribution.txt / 03:19:44 ---> 268d4240d8e7 03:19:44 Step 19/24 : EXPOSE 59982 03:19:44 ---> Running in ed4acadde011 03:19:44 Removing intermediate container ed4acadde011 03:19:44 ---> dec75bd4ee1f 03:19:44 Step 20/24 : ENTRYPOINT ["/device-mqtt"] 03:19:44 ---> Running in 9298987d3b7a 03:19:44 Removing intermediate container 9298987d3b7a 03:19:44 ---> abdc407b6e15 03:19:44 Step 21/24 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:19:44 ---> Running in b67f2cf1024c 03:19:45 Removing intermediate container b67f2cf1024c 03:19:45 ---> ed773be30ef2 03:19:45 Step 22/24 : LABEL arch=amd64 03:19:45 ---> Running in d7cbf24a1a76 03:19:45 Removing intermediate container d7cbf24a1a76 03:19:45 ---> 63871d2531eb 03:19:45 Step 23/24 : LABEL git_sha=4636832d600abd32937ff52007f96042017009eb 03:19:45 ---> Running in d32c4fa53e8f 03:19:45 Removing intermediate container d32c4fa53e8f 03:19:45 ---> 5d37150cab19 03:19:45 Step 24/24 : LABEL version=0.0.0 03:19:45 ---> Running in 2e81d1599494 03:19:45 Removing intermediate container 2e81d1599494 03:19:45 ---> 0e422b6be3bc 03:19:45 [Warning] One or more build-args [ARCH] were not consumed 03:19:45 Successfully built 0e422b6be3bc 03:19:45 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 03:19:45 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 03:19:45 03:19:45 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:19:46 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 03:19:46 latest: Pulling from edgex-lftools-log-publisher 03:19:46 5eb5b503b376: Pulling fs layer 03:19:46 5c69ac0246d0: Pulling fs layer 03:19:46 ec43610c2a17: Pulling fs layer 03:19:46 3a2ae6a8a46f: Pulling fs layer 03:19:46 33b1e0a273af: Pulling fs layer 03:19:46 5d3b04190fa2: Pulling fs layer 03:19:46 2f39f015ded8: Pulling fs layer 03:19:46 3a2ae6a8a46f: Waiting 03:19:46 33b1e0a273af: Waiting 03:19:46 2f39f015ded8: Waiting 03:19:46 5d3b04190fa2: Waiting 03:19:46 5c69ac0246d0: Verifying Checksum 03:19:46 5c69ac0246d0: Download complete 03:19:46 3a2ae6a8a46f: Verifying Checksum 03:19:46 3a2ae6a8a46f: Download complete 03:19:46 33b1e0a273af: Verifying Checksum 03:19:46 33b1e0a273af: Download complete 03:19:46 ec43610c2a17: Verifying Checksum 03:19:46 ec43610c2a17: Download complete 03:19:46 5d3b04190fa2: Verifying Checksum 03:19:46 5d3b04190fa2: Download complete 03:19:46 5eb5b503b376: Verifying Checksum 03:19:46 5eb5b503b376: Download complete 03:19:46 2f39f015ded8: Download complete 03:19:47 5eb5b503b376: Pull complete 03:19:47 5c69ac0246d0: Pull complete 03:19:48 ec43610c2a17: Pull complete 03:19:48 3a2ae6a8a46f: Pull complete 03:19:48 33b1e0a273af: Pull complete 03:19:48 5d3b04190fa2: Pull complete 03:19:54 2f39f015ded8: Pull complete 03:19:54 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 03:19:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 03:19:54 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:19:54 prd-ubuntu20.04-docker-8c-8g-16552 does not seem to be running inside a container 03:19:54 $ 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-382 -v /w/workspace/gexfoundry_device-mqtt-go_PR-382:/w/workspace/gexfoundry_device-mqtt-go_PR-382:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-382@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-382@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 03:19:56 $ docker top 3d6a69559ca7a9d448a4cc18f146f2146fa1ea6e28753dfc76b3a79eaa087957 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:19:56 ---> job-cost.sh 03:19:56 lf-activate-venv: SKIPPING 03:19:56 INFO: No Stack... 03:19:57 INFO: Retrieving Pricing Info for: v3-standard-8 03:19:57 INFO: Archiving Costs [Pipeline] sh 03:19:58 + cat /w/workspace/gexfoundry_device-mqtt-go_PR-382/archives/cost.csv 03:19:58 + cut -d, -f6 [Pipeline] lock 03:19:58 Trying to acquire lock on [jenkins-edgexfoundry-device-mqtt-go-PR-382-9-stack-cost] 03:19:58 Resource [jenkins-edgexfoundry-device-mqtt-go-PR-382-9-stack-cost] did not exist. Created. 03:19:58 Lock acquired on [jenkins-edgexfoundry-device-mqtt-go-PR-382-9-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 03:19:58 + echo total: 0.2199999988079071 [Pipeline] stash 03:19:58 Stashed 1 file(s) [Pipeline] } 03:19:58 Lock released on resource [jenkins-edgexfoundry-device-mqtt-go-PR-382-9-stack-cost] [Pipeline] // lock [Pipeline] } 03:19:58 $ docker stop --time=1 3d6a69559ca7a9d448a4cc18f146f2146fa1ea6e28753dfc76b3a79eaa087957 03:19:59 $ docker rm -f 3d6a69559ca7a9d448a4cc18f146f2146fa1ea6e28753dfc76b3a79eaa087957 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 03:20:06 Running on prd-ubuntu20.04-docker-arm64-4c-16g-16553 in /w/workspace/gexfoundry_device-mqtt-go_PR-382 [Pipeline] { [Pipeline] ws 03:20:06 Running in /w/workspace/device-mqtt-go/9 [Pipeline] { [Pipeline] checkout 03:20:06 Selected Git installation does not exist. Using Default 03:20:06 The recommended git tool is: NONE 03:20:13 using credential edgex-jenkins-ssh 03:20:13 Cloning the remote Git repository 03:20:13 Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git 03:20:13 > git init /w/workspace/device-mqtt-go/9 # timeout=10 03:20:13 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 03:20:13 > git --version # timeout=10 03:20:13 > git --version # 'git version 2.25.1' 03:20:13 using GIT_SSH to set credentials SSH Credentials for GitHub 03:20:13 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 03:20:14 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 03:20:14 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 03:20:14 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 03:20:15 Merging remotes/origin/main commit 8b7bfd06f10d442433da09be4b1bd94ea6f5832d into PR head commit a14615cb418151df7146aa477706279ddefdfe8c 03:20:15 Merge succeeded, producing ba85804f32172fca0a5ed005ba3c779c6cbfb528 03:20:15 Checking out Revision ba85804f32172fca0a5ed005ba3c779c6cbfb528 (PR-382) 03:20:14 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 03:20:14 using GIT_SSH to set credentials SSH Credentials for GitHub 03:20:14 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/382/head:refs/remotes/origin/PR-382 +refs/heads/main:refs/remotes/origin/main # timeout=10 03:20:15 > git config core.sparsecheckout # timeout=10 03:20:15 > git checkout -f a14615cb418151df7146aa477706279ddefdfe8c # timeout=10 03:20:15 > git remote # timeout=10 03:20:15 > git config --get remote.origin.url # timeout=10 03:20:15 using GIT_SSH to set credentials SSH Credentials for GitHub 03:20:15 > git merge 8b7bfd06f10d442433da09be4b1bd94ea6f5832d # timeout=10 03:20:15 > git rev-parse HEAD^{commit} # timeout=10 03:20:15 > git config core.sparsecheckout # timeout=10 03:20:15 > git checkout -f ba85804f32172fca0a5ed005ba3c779c6cbfb528 # timeout=10 03:20:19 Commit message: "Merge commit '8b7bfd06f10d442433da09be4b1bd94ea6f5832d' into HEAD" 03:20:19 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 03:20:19 > git rev-list --no-walk 43f9ffc7258d5a41dd1d9e01b24d8e8c2a253fe4 # timeout=10 03:20:20 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 03:20:20 % Total % Received % Xferd Average Speed Time Time Time Current 03:20:20 Dload Upload Total Spent Left Speed 03:20:20 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12253 100 12253 0 0 86900 0 --:--:-- --:--:-- --:--:-- 86900 [Pipeline] sh 03:20:21 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 03:20:21 + + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 03:20:21 sudo tee /etc/docker/daemon.new 03:20:21 { 03:20:21 "registry-mirrors": [ 03:20:21 "https://nexus3.edgexfoundry.org:10001" 03:20:21 ], 03:20:21 "bip": "10.250.0.254/24", 03:20:21 "hosts": [ 03:20:21 "tcp://0.0.0.0:5555", 03:20:21 "unix:///var/run/docker.sock" 03:20:21 ], 03:20:21 "mtu": 1458, 03:20:21 "selinux-enabled": true, 03:20:21 "seccomp-profile": "/etc/docker/seccomp.json" 03:20:21 } [Pipeline] sh 03:20:21 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 03:20:22 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 03:20:40 provisioning config files... 03:20:40 copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/9@tmp/config6704051820261941361tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:20:40 ---> docker-login.sh 03:20:40 nexus3.edgexfoundry.org:10001 03:20:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:20:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:20:41 Configure a credential helper to remove this warning. See 03:20:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:20:41 03:20:41 Login Succeeded 03:20:41 nexus3.edgexfoundry.org:10002 03:20:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:20:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:20:41 Configure a credential helper to remove this warning. See 03:20:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:20:41 03:20:41 Login Succeeded 03:20:42 nexus3.edgexfoundry.org:10003 03:20:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:20:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:20:42 Configure a credential helper to remove this warning. See 03:20:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:20:42 03:20:42 Login Succeeded 03:20:42 nexus3.edgexfoundry.org:10004 03:20:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:20:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:20:43 Configure a credential helper to remove this warning. See 03:20:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:20:43 03:20:43 Login Succeeded 03:20:43 docker.io 03:20:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:20:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:20:43 Configure a credential helper to remove this warning. See 03:20:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:20:43 03:20:43 Login Succeeded 03:20:43 ---> docker-login.sh ends [Pipeline] } 03:20:43 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 03:20:44 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 03:20:44 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 03:20:44 ========================================================= 03:20:44 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine] 03:20:44 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:20:44 + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine --build-arg MAKE=echo noop --target=builder . 03:20:45 Sending build context to Docker daemon 3.116MB 03:20:45 Step 1/12 : ARG BASE=golang:1.17-alpine3.15 03:20:45 Step 2/12 : FROM ${BASE} AS builder 03:20:45 1.17-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 03:20:45 9b3977197b4f: Pulling fs layer 03:20:45 1a89e8eeedd5: Pulling fs layer 03:20:45 94645a83ff95: Pulling fs layer 03:20:45 e6fb740bc735: Pulling fs layer 03:20:45 3a77bd46dcc9: Pulling fs layer 03:20:45 355e64cbe906: Pulling fs layer 03:20:45 63ab81a10011: Pulling fs layer 03:20:45 555d1d1c4555: Pulling fs layer 03:20:45 7d9057610161: Pulling fs layer 03:20:45 355e64cbe906: Waiting 03:20:45 63ab81a10011: Waiting 03:20:45 555d1d1c4555: Waiting 03:20:45 7d9057610161: Waiting 03:20:45 e6fb740bc735: Waiting 03:20:45 3a77bd46dcc9: Waiting 03:20:45 94645a83ff95: Verifying Checksum 03:20:45 94645a83ff95: Download complete 03:20:45 1a89e8eeedd5: Verifying Checksum 03:20:45 1a89e8eeedd5: Download complete 03:20:45 3a77bd46dcc9: Verifying Checksum 03:20:45 3a77bd46dcc9: Download complete 03:20:45 355e64cbe906: Download complete 03:20:45 9b3977197b4f: Verifying Checksum 03:20:45 9b3977197b4f: Download complete 03:20:45 63ab81a10011: Verifying Checksum 03:20:45 63ab81a10011: Download complete 03:20:46 9b3977197b4f: Pull complete 03:20:46 7d9057610161: Verifying Checksum 03:20:46 7d9057610161: Download complete 03:20:47 1a89e8eeedd5: Pull complete 03:20:47 94645a83ff95: Pull complete 03:20:47 555d1d1c4555: Download complete 03:20:48 e6fb740bc735: Verifying Checksum 03:20:48 e6fb740bc735: Download complete 03:21:00 e6fb740bc735: Pull complete 03:21:00 3a77bd46dcc9: Pull complete 03:21:00 355e64cbe906: Pull complete 03:21:01 63ab81a10011: Pull complete 03:21:07 555d1d1c4555: Pull complete 03:21:09 7d9057610161: Pull complete 03:21:09 Digest: sha256:2bfe06e9b82483759db2d79553298764cc23e00699169ff1c4d7513112b2d636 03:21:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine 03:21:09 ---> 819e984ddca1 03:21:09 Step 3/12 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 03:21:10 ---> Running in e8d5674dadcf 03:21:11 Removing intermediate container e8d5674dadcf 03:21:11 ---> f138c87e3199 03:21:11 Step 4/12 : ARG ALPINE_PKG_EXTRA="" 03:21:11 ---> Running in 6dd8d814745e 03:21:11 Removing intermediate container 6dd8d814745e 03:21:11 ---> d974a474879b 03:21:11 Step 5/12 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:21:11 ---> Running in 88c13b61b924 03:21:15 Removing intermediate container 88c13b61b924 03:21:15 ---> cb83b5a6a3a2 03:21:15 Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 03:21:15 ---> Running in 8734a4923a3b 03:21:15 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 03:21:16 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 03:21:17 (1/4) Installing openssh-keygen (8.8_p1-r1) 03:21:17 (2/4) Installing libedit (20210910.3.1-r0) 03:21:17 (3/4) Installing openssh-client-common (8.8_p1-r1) 03:21:17 (4/4) Installing openssh-client-default (8.8_p1-r1) 03:21:18 Executing busybox-1.34.1-r3.trigger 03:21:18 OK: 224 MiB in 56 packages 03:21:19 Removing intermediate container 8734a4923a3b 03:21:19 ---> 366b7d5d412e 03:21:19 Step 7/12 : WORKDIR /device-mqtt-go 03:21:19 ---> Running in f96c408e55ac 03:21:19 Removing intermediate container f96c408e55ac 03:21:19 ---> f5885fc7b5fc 03:21:19 Step 8/12 : COPY go.mod vendor* ./ 03:21:20 ---> f7b9a65f8d64 03:21:20 Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:21:20 ---> Running in c38f6a00ff7b 03:22:07 Removing intermediate container c38f6a00ff7b 03:22:07 ---> a3a67ee67dcc 03:22:07 Step 10/12 : COPY . . 03:22:07 ---> f9874bff91d4 03:22:07 Step 11/12 : ARG MAKE='make build' 03:22:07 ---> Running in 351149254b0d 03:22:07 Removing intermediate container 351149254b0d 03:22:07 ---> 5f438e6c8541 03:22:07 Step 12/12 : RUN $MAKE 03:22:07 ---> Running in 5235bdbe817c 03:22:07 noop 03:22:08 Removing intermediate container 5235bdbe817c 03:22:08 ---> 24aa57e4629e 03:22:08 Successfully built 24aa57e4629e 03:22:08 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:22:08 + docker inspect -f . ci-base-image-arm64 03:22:08 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:22:08 prd-ubuntu20.04-docker-arm64-4c-16g-16553 does not seem to be running inside a container 03:22:08 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/9 -v /w/workspace/device-mqtt-go/9:/w/workspace/device-mqtt-go/9:rw,z -v /w/workspace/device-mqtt-go/9@tmp:/w/workspace/device-mqtt-go/9@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 03:22:10 $ docker top ff5c3f01f9b0cfba846880700a688cbb78301bfb17736c4457abe2ac9e6a416c -eo pid,comm [Pipeline] { [Pipeline] sh 03:22:11 + go version 03:22:11 go version go1.17.7 linux/arm64 [Pipeline] } 03:22:11 $ docker stop --time=1 ff5c3f01f9b0cfba846880700a688cbb78301bfb17736c4457abe2ac9e6a416c 03:22:12 $ docker rm -f ff5c3f01f9b0cfba846880700a688cbb78301bfb17736c4457abe2ac9e6a416c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:22:13 + docker inspect -f . ci-base-image-arm64 03:22:13 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:22:13 prd-ubuntu20.04-docker-arm64-4c-16g-16553 does not seem to be running inside a container 03:22:13 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/9 -v /w/workspace/device-mqtt-go/9:/w/workspace/device-mqtt-go/9:rw,z -v /w/workspace/device-mqtt-go/9@tmp:/w/workspace/device-mqtt-go/9@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 03:22:14 $ docker top c0917baef27f3c205445ff927e2b49e98ffd01d1343601fc1a5a38bea8a8ef48 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh 03:22:15 + make test 03:22:15 GCO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 03:22:17 ? github.com/edgexfoundry/device-mqtt-go [no test files] 03:23:38 ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] 03:23:38 ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.074s coverage: 21.8% of statements 03:23:38 ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] 03:23:38 WARNING: Linting skipped (not on x86_64 or linter not installed) 03:23:38 GCO_ENABLED=1 GO111MODULE=on go vet ./... 03:24:01 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 03:24:01 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 03:24:01 ./bin/test-attribution-txt.sh [Pipeline] echo 03:24:01 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 03:24:01 $ docker stop --time=1 c0917baef27f3c205445ff927e2b49e98ffd01d1343601fc1a5a38bea8a8ef48 03:24:03 $ docker rm -f c0917baef27f3c205445ff927e2b49e98ffd01d1343601fc1a5a38bea8a8ef48 [Pipeline] // withDockerContainer [Pipeline] sh 03:24:04 + sudo chown -R jenkins:jenkins . [Pipeline] stash 03:24:04 Warning: overwriting stash ‘coverage-report’ 03:24:04 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 03:24:05 + sudo chown -R jenkins:jenkins . [Pipeline] sh 03:24:05 + ls -al . 03:24:05 total 176 03:24:05 drwxrwxr-x 9 jenkins jenkins 4096 Jul 1 03:24 . 03:24:05 drwxrwxr-x 4 jenkins jenkins 4096 Jul 1 03:20 .. 03:24:05 -rw-rw-r-- 1 jenkins jenkins 140 Jul 1 03:20 .dockerignore 03:24:05 drwxrwxr-x 8 jenkins jenkins 4096 Jul 1 03:20 .git 03:24:05 drwxrwxr-x 3 jenkins jenkins 4096 Jul 1 03:20 .github 03:24:05 -rw-rw-r-- 1 jenkins jenkins 329 Jul 1 03:20 .gitignore 03:24:05 -rw-rw-r-- 1 jenkins jenkins 41 Jul 1 03:20 .golangci.yml 03:24:05 -rw-rw-r-- 1 jenkins jenkins 8917 Jul 1 03:20 Attribution.txt 03:24:05 -rw-rw-r-- 1 jenkins jenkins 11365 Jul 1 03:20 CHANGELOG.md 03:24:05 -rw-rw-r-- 1 jenkins jenkins 1930 Jul 1 03:20 Dockerfile 03:24:05 -rw-rw-r-- 1 jenkins jenkins 677 Jul 1 03:20 GOVERNANCE.md 03:24:05 -rw-rw-r-- 1 jenkins jenkins 678 Jul 1 03:20 Jenkinsfile 03:24:05 -rw-rw-r-- 1 jenkins jenkins 11340 Jul 1 03:20 LICENSE 03:24:05 -rw-rw-r-- 1 jenkins jenkins 1930 Jul 1 03:20 Makefile 03:24:05 -rw-rw-r-- 1 jenkins jenkins 620 Jul 1 03:20 OWNERS.md 03:24:05 -rw-rw-r-- 1 jenkins jenkins 2501 Jul 1 03:20 README.md 03:24:05 -rw-rw-r-- 1 jenkins jenkins 5 Jul 1 03:18 VERSION 03:24:05 drwxrwxr-x 2 jenkins jenkins 4096 Jul 1 03:20 bin 03:24:05 drwxrwxr-x 3 jenkins jenkins 4096 Jul 1 03:20 cmd 03:24:05 -rw-r--r-- 1 jenkins jenkins 17887 Jul 1 03:23 coverage.out 03:24:05 -rw-rw-r-- 1 jenkins jenkins 3314 Jul 1 03:20 go.mod 03:24:05 -rw-rw-r-- 1 jenkins jenkins 36281 Jul 1 03:20 go.sum 03:24:05 drwxrwxr-x 3 jenkins jenkins 4096 Jul 1 03:20 internal 03:24:05 drwxrwxr-x 2 jenkins jenkins 4096 Jul 1 03:20 mock 03:24:05 drwxrwxr-x 4 jenkins jenkins 4096 Jul 1 03:20 snap 03:24:05 -rw-rw-r-- 1 jenkins jenkins 227 Jul 1 03:20 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:24:06 + 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=ba85804f32172fca0a5ed005ba3c779c6cbfb528 --label arch=arm64 --label version=0.0.0 . 03:24:06 Sending build context to Docker daemon 3.134MB 03:24:06 Step 1/24 : ARG BASE=golang:1.17-alpine3.15 03:24:06 Step 2/24 : FROM ${BASE} AS builder 03:24:06 ---> 24aa57e4629e 03:24:06 Step 3/24 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 03:24:06 ---> Running in ab8c8330716f 03:24:06 Removing intermediate container ab8c8330716f 03:24:06 ---> cc54f8ef34c0 03:24:06 Step 4/24 : ARG ALPINE_PKG_EXTRA="" 03:24:06 ---> Running in a106cbda3c3d 03:24:07 Removing intermediate container a106cbda3c3d 03:24:07 ---> d889094e98da 03:24:07 Step 5/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:24:07 ---> Running in b3685b3b3744 03:24:08 Removing intermediate container b3685b3b3744 03:24:08 ---> c12b920b1c7a 03:24:08 Step 6/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 03:24:08 ---> Running in 0422217ba64f 03:24:09 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 03:24:10 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 03:24:11 OK: 224 MiB in 56 packages 03:24:12 Removing intermediate container 0422217ba64f 03:24:12 ---> 4914642dbfa3 03:24:12 Step 7/24 : WORKDIR /device-mqtt-go 03:24:12 ---> Running in 85c7fa5ea263 03:24:13 Removing intermediate container 85c7fa5ea263 03:24:13 ---> 0caeeb1372d0 03:24:13 Step 8/24 : COPY go.mod vendor* ./ 03:24:13 ---> ed34f41d978c 03:24:13 Step 9/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:24:13 ---> Running in 7b30d41ed51d 03:24:15 Removing intermediate container 7b30d41ed51d 03:24:15 ---> 966681fd6369 03:24:15 Step 10/24 : COPY . . 03:24:16 ---> 080117a32cb4 03:24:16 Step 11/24 : ARG MAKE='make build' 03:24:16 ---> Running in 10f52913f7b9 03:24:16 Removing intermediate container 10f52913f7b9 03:24:16 ---> 884a1c68f1a8 03:24:16 Step 12/24 : RUN $MAKE 03:24:16 ---> Running in 8074e91f426f 03:24:17 GCO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/device-mqtt-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/device-mqtt ./cmd 03:26:24 Removing intermediate container 8074e91f426f 03:26:24 ---> 6d9edc8c7937 03:26:24 Step 13/24 : FROM alpine:3.14 03:26:24 3.14: Pulling from library/alpine 03:26:24 455c02918c45: Pulling fs layer 03:26:24 455c02918c45: Verifying Checksum 03:26:24 455c02918c45: Download complete 03:26:24 455c02918c45: Pull complete 03:26:24 Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 03:26:24 Status: Downloaded newer image for alpine:3.14 03:26:24 ---> ac73e934f311 03:26:24 Step 14/24 : LABEL license='VSPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IoTech Ltd' 03:26:24 ---> Running in 594db4acb7a4 03:26:24 Removing intermediate container 594db4acb7a4 03:26:24 ---> 1b292ae9092c 03:26:24 Step 15/24 : RUN apk add --update --no-cache zeromq dumb-init 03:26:24 ---> Running in df05daf9f6bd 03:26:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 03:26:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 03:26:24 (1/6) Installing dumb-init (1.2.5-r1) 03:26:24 (2/6) Installing libgcc (10.3.1_git20210424-r2) 03:26:24 (3/6) Installing libsodium (1.0.18-r0) 03:26:24 (4/6) Installing libstdc++ (10.3.1_git20210424-r2) 03:26:24 (5/6) Installing libzmq (4.3.4-r0) 03:26:24 (6/6) Installing zeromq (4.3.4-r0) 03:26:24 Executing busybox-1.33.1-r7.trigger 03:26:24 OK: 8 MiB in 20 packages 03:26:24 Removing intermediate container df05daf9f6bd 03:26:24 ---> 57142b7410d9 03:26:24 Step 16/24 : COPY --from=builder /device-mqtt-go/cmd / 03:26:24 ---> 61e916560700 03:26:24 Step 17/24 : COPY --from=builder /device-mqtt-go/LICENSE / 03:26:24 ---> ce01a01382b6 03:26:24 Step 18/24 : COPY --from=builder /device-mqtt-go/Attribution.txt / 03:26:25 ---> 7539276a665c 03:26:25 Step 19/24 : EXPOSE 59982 03:26:25 ---> Running in 3e9e29aebcc0 03:26:25 Removing intermediate container 3e9e29aebcc0 03:26:25 ---> 73d88c2426d8 03:26:25 Step 20/24 : ENTRYPOINT ["/device-mqtt"] 03:26:25 ---> Running in 2b16289c63ee 03:26:26 Removing intermediate container 2b16289c63ee 03:26:26 ---> d6c59e1e74bc 03:26:26 Step 21/24 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:26:26 ---> Running in 2f46ced0d555 03:26:26 Removing intermediate container 2f46ced0d555 03:26:26 ---> 44030c4529ad 03:26:26 Step 22/24 : LABEL arch=arm64 03:26:26 ---> Running in 57bed6ff447e 03:26:26 Removing intermediate container 57bed6ff447e 03:26:26 ---> a2218789a3e2 03:26:26 Step 23/24 : LABEL git_sha=ba85804f32172fca0a5ed005ba3c779c6cbfb528 03:26:27 ---> Running in 1841644682c2 03:26:27 Removing intermediate container 1841644682c2 03:26:27 ---> 1fa558a84fcf 03:26:27 Step 24/24 : LABEL version=0.0.0 03:26:27 ---> Running in 738d4e9cb482 03:26:27 Removing intermediate container 738d4e9cb482 03:26:27 ---> 67592ec7330c 03:26:27 [Warning] One or more build-args [ARCH] were not consumed 03:26:27 Successfully built 67592ec7330c 03:26:27 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 03:26:28 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 03:26:28 03:26:28 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:26:28 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 03:26:28 arm64: Pulling from edgex-lftools-log-publisher 03:26:28 8998bd30e6a1: Pulling fs layer 03:26:28 04944245beec: Pulling fs layer 03:26:28 699f458cf7ca: Pulling fs layer 03:26:28 765212b225bb: Pulling fs layer 03:26:28 f23df028b6ca: Pulling fs layer 03:26:28 d65c8cfc05b1: Pulling fs layer 03:26:28 2437ff75d9bd: Pulling fs layer 03:26:28 765212b225bb: Waiting 03:26:28 f23df028b6ca: Waiting 03:26:28 d65c8cfc05b1: Waiting 03:26:28 2437ff75d9bd: Waiting 03:26:28 04944245beec: Verifying Checksum 03:26:28 04944245beec: Download complete 03:26:28 765212b225bb: Download complete 03:26:28 f23df028b6ca: Verifying Checksum 03:26:28 f23df028b6ca: Download complete 03:26:28 d65c8cfc05b1: Verifying Checksum 03:26:28 d65c8cfc05b1: Download complete 03:26:28 699f458cf7ca: Verifying Checksum 03:26:28 699f458cf7ca: Download complete 03:26:29 8998bd30e6a1: Verifying Checksum 03:26:29 8998bd30e6a1: Download complete 03:26:31 2437ff75d9bd: Verifying Checksum 03:26:31 2437ff75d9bd: Download complete 03:26:33 8998bd30e6a1: Pull complete 03:26:33 04944245beec: Pull complete 03:26:35 699f458cf7ca: Pull complete 03:26:35 765212b225bb: Pull complete 03:26:36 f23df028b6ca: Pull complete 03:26:36 d65c8cfc05b1: Pull complete 03:26:51 2437ff75d9bd: Pull complete 03:26:51 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 03:26:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 03:26:51 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:26:51 prd-ubuntu20.04-docker-arm64-4c-16g-16553 does not seem to be running inside a container 03:26:52 $ 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/9 -v /w/workspace/device-mqtt-go/9:/w/workspace/device-mqtt-go/9:rw,z -v /w/workspace/device-mqtt-go/9@tmp:/w/workspace/device-mqtt-go/9@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 03:26:54 $ docker top 09bafdf132dc84aef3ac3b6f1000620e54c9d96f601e24d31006fed57f3beaa4 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:26:55 ---> job-cost.sh 03:26:55 lf-activate-venv: SKIPPING 03:26:55 INFO: No Stack... 03:26:56 INFO: Retrieving Pricing Info for: v3-standard-4 03:26:57 INFO: Archiving Costs [Pipeline] sh 03:26:57 + cat /w/workspace/device-mqtt-go/9/archives/cost.csv 03:26:57 + cut -d, -f6 [Pipeline] lock 03:26:58 Trying to acquire lock on [jenkins-edgexfoundry-device-mqtt-go-PR-382-9-stack-cost] 03:26:58 Resource [jenkins-edgexfoundry-device-mqtt-go-PR-382-9-stack-cost] did not exist. Created. 03:26:58 Lock acquired on [jenkins-edgexfoundry-device-mqtt-go-PR-382-9-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 03:26:58 /w/workspace/device-mqtt-go/9@tmp/durable-a1c2281c/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 03:26:59 + echo total: 0.10999999940395355 [Pipeline] stash 03:26:59 Warning: overwriting stash ‘stack-cost’ 03:26:59 Stashed 1 file(s) [Pipeline] } 03:26:59 Lock released on resource [jenkins-edgexfoundry-device-mqtt-go-PR-382-9-stack-cost] [Pipeline] // lock [Pipeline] } 03:26:59 $ docker stop --time=1 09bafdf132dc84aef3ac3b6f1000620e54c9d96f601e24d31006fed57f3beaa4 03:27:01 $ docker rm -f 09bafdf132dc84aef3ac3b6f1000620e54c9d96f601e24d31006fed57f3beaa4 [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 03:27:01 provisioning config files... 03:27:01 copy managed file [device-mqtt-go-codecov-token] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-382@tmp/config3029099553998500390tmp [Pipeline] { [Pipeline] sh 03:27:01 + set +x 03:27:01 + curl -s https://codecov.io/bash 03:27:01 + bash -s -- 03:27:02 03:27:02 _____ _ 03:27:02 / ____| | | 03:27:02 | | ___ __| | ___ ___ _____ __ 03:27:02 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 03:27:02 | |___| (_) | (_| | __/ (_| (_) \ V / 03:27:02 \_____\___/ \__,_|\___|\___\___/ \_/ 03:27:02 Bash-1.0.6 03:27:02 03:27:02 03:27:02 ==> git version 2.25.1 found 03:27:02 ==> 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 03:27:02 Release-Date: 2020-01-08 03:27:02 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 03:27:02 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 03:27:02 ==> Jenkins CI detected. 03:27:02 current dir:  /w/workspace/gexfoundry_device-mqtt-go_PR-382 03:27:02 project root: . 03:27:02 --> token set from env 03:27:02 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 03:27:02 ==> Running gcov in . (disable via -X gcov) 03:27:02 ==> Python coveragepy not found 03:27:02 ==> Searching for coverage reports in: 03:27:02 + . 03:27:02 -> Found 1 reports 03:27:02 ==> Detecting git/mercurial file structure 03:27:02 ==> Reading reports 03:27:02 + ./coverage.out bytes=17887 03:27:02 ==> Appending adjustments 03:27:02 https://docs.codecov.io/docs/fixing-reports 03:27:02 + Found adjustments 03:27:02 ==> Gzipping contents 03:27:02 4.0K /tmp/codecov.32xxl1.gz 03:27:02 ==> Uploading reports 03:27:02 url: https://codecov.io 03:27:02 query: branch=PR-382&commit=4636832d600abd32937ff52007f96042017009eb&build=9&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-mqtt-go%2Fjob%2FPR-382%2F9%2F&name=&tag=&slug=edgexfoundry%2Fdevice-mqtt-go&service=jenkins&flags=&pr=382&job=&cmd_args= 03:27:02 -> Pinging Codecov 03:27:02 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=3cf7f23a-d5e6-4c47-868b-a0a7f9a025f8&branch=PR-382&commit=4636832d600abd32937ff52007f96042017009eb&build=9&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-mqtt-go%2Fjob%2FPR-382%2F9%2F&name=&tag=&slug=edgexfoundry%2Fdevice-mqtt-go&service=jenkins&flags=&pr=382&job=&cmd_args= 03:27:02 -> Uploading to 03:27:02 https://storage.googleapis.com/codecov/v4/raw/2022-07-01/7D719EC7BBE17E464838252E33014C33/4636832d600abd32937ff52007f96042017009eb/133bb3de-9cb2-4dcd-b0f7-c4fb1b654231.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1E5YTIQF4NUDJHIPRXCW6SWPNHIWXR6YCTGFLBKZTWXKPGHK3U3FMCQWA%2F20220701%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220701T032702Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=5958c3979ac6898e9e32180fc3c1589e4cfdeab9b0efd3559dbf9441d797ed2a 03:27:02 % Total % Received % Xferd Average Speed Time Time Time Current 03:27:02 Dload Upload Total Spent Left Speed 03:27:02 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3203 0 0 100 3203 0 13688 --:--:-- --:--:-- --:--:-- 13688 03:27:02 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-mqtt-go/commit/4636832d600abd32937ff52007f96042017009eb [Pipeline] } 03:27:02 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 03:27:03 + [ -d /w/workspace/gexfoundry_device-mqtt-go_PR-382/archives ] 03:27:03 + ls -al /w/workspace/gexfoundry_device-mqtt-go_PR-382/archives 03:27:03 total 16 03:27:03 drwxr-xr-x 3 root root 4096 Jul 1 03:19 . 03:27:03 drwxrwxr-x 11 jenkins jenkins 4096 Jul 1 03:19 .. 03:27:03 drwxr-xr-x 2 root root 4096 Jul 1 03:19 cost 03:27:03 -rw-r--r-- 1 root root 85 Jul 1 03:19 cost.csv 03:27:03 + sudo chown -R jenkins:jenkins /w/workspace/gexfoundry_device-mqtt-go_PR-382/archives 03:27:03 + ls -al /w/workspace/gexfoundry_device-mqtt-go_PR-382/archives 03:27:03 total 16 03:27:03 drwxr-xr-x 3 jenkins jenkins 4096 Jul 1 03:19 . 03:27:03 drwxrwxr-x 11 jenkins jenkins 4096 Jul 1 03:19 .. 03:27:03 drwxr-xr-x 2 jenkins jenkins 4096 Jul 1 03:19 cost 03:27:03 -rw-r--r-- 1 jenkins jenkins 85 Jul 1 03:19 cost.csv [Pipeline] libraryResource [Pipeline] sh 03:27:03 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 03:27:04 ---> package-listing.sh 03:27:04 ++ facter osfamily 03:27:04 ++ tr '[:upper:]' '[:lower:]' 03:27:05 + OS_FAMILY=debian 03:27:05 + workspace=/w/workspace/gexfoundry_device-mqtt-go_PR-382 03:27:05 + START_PACKAGES=/tmp/packages_start.txt 03:27:05 + END_PACKAGES=/tmp/packages_end.txt 03:27:05 + DIFF_PACKAGES=/tmp/packages_diff.txt 03:27:05 + PACKAGES=/tmp/packages_start.txt 03:27:05 + '[' /w/workspace/gexfoundry_device-mqtt-go_PR-382 ']' 03:27:05 + PACKAGES=/tmp/packages_end.txt 03:27:05 + case "${OS_FAMILY}" in 03:27:05 + dpkg -l 03:27:05 + grep '^ii' 03:27:05 + '[' -f /tmp/packages_start.txt ']' 03:27:05 + '[' -f /tmp/packages_end.txt ']' 03:27:05 + diff /tmp/packages_start.txt /tmp/packages_end.txt 03:27:05 + '[' /w/workspace/gexfoundry_device-mqtt-go_PR-382 ']' 03:27:05 + mkdir -p /w/workspace/gexfoundry_device-mqtt-go_PR-382/archives/ 03:27:05 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-mqtt-go_PR-382/archives/ [Pipeline] echo 03:27:05 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-382/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 03:27:05 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:27:05 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 03:27:05 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:27:06 prd-ubuntu20.04-docker-8c-8g-16552 does not seem to be running inside a container 03:27:06 $ 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-382/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-382 -v /w/workspace/gexfoundry_device-mqtt-go_PR-382:/w/workspace/gexfoundry_device-mqtt-go_PR-382:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-382@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-382@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 03:27:06 $ docker top 18f137ad664c38059ed78f33a0d766006a8a6e9576807aad624b27c81cc2df80 -eo pid,comm [Pipeline] { [Pipeline] sh 03:27:06 + touch /tmp/pre-build-complete [Pipeline] sh 03:27:06 + mkdir -p /var/log/sysstat [Pipeline] sh 03:27:07 + ls /var/log/sa-host 03:27:07 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 03:27:07 provisioning config files... 03:27:07 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-382@tmp/config1395680523431990223tmp [Pipeline] { [Pipeline] echo 03:27:07 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 03:27:07 ---> create-netrc.sh [Pipeline] } 03:27:07 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 03:27:08 ---> python-tools-install.sh [Pipeline] echo 03:27:08 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 03:27:08 ---> sudo-logs.sh 03:27:08 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 03:27:08 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 03:27:08 ---> job-cost.sh 03:27:08 lf-activate-venv: SKIPPING 03:27:08 DEBUG: total: 0.2199999988079071 03:27:08 INFO: Retrieving Stack Cost... 03:27:08 INFO: Retrieving Pricing Info for: v3-standard-8 03:27:09 INFO: Archiving Costs [Pipeline] echo 03:27:09 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 03:27:09 ---> logs-deploy.sh 03:27:09 lf-activate-venv: SKIPPING 03:27:09 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-mqtt-go/PR-382/9 03:27:09 INFO: archiving workspace using pattern(s): 03:27:10 Archives upload complete. 03:27:10 INFO: archiving logs to Nexus