Pull request #440 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Connecting to https://api.github.com to check permissions of obtain list of FelixTing for edgexfoundry/device-mqtt-go Loading trusted files from base branch main at fcfe150067659d9c2450c08aa60233797868c9db rather than 6bdfaee9ae606a4f8b392396fcc4c15889d23cee Obtained Jenkinsfile from fcfe150067659d9c2450c08aa60233797868c9db 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-ssh17478498537366651857.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh12260993529760507189.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-mqtt-go/branches/PR-440/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-mqtt-go/branches/PR-440/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh10136946223154354600.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-mqtt-go/branches/PR-440/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh1501632849939675674.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 # timeout=10 Commit message: "Merge pull request #420 from bill-mahoney/levski-update" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh3464406186778216650.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 65355178549468b165f8106641c96c3190b1d843 The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-mqtt-go/branches/PR-440/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e # timeout=10 Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-mqtt-go/branches/PR-440/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh18432152043966634457.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-mqtt-go, buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-mqtt-go-settings PROJECT: device-mqtt-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.18 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-mqtt DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-121363 in /w/workspace/gexfoundry_device-mqtt-go_PR-440 [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-440 # 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 > 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/440/head:refs/remotes/origin/PR-440 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit fcfe150067659d9c2450c08aa60233797868c9db into PR head commit 6bdfaee9ae606a4f8b392396fcc4c15889d23cee Merge succeeded, producing 6bdfaee9ae606a4f8b392396fcc4c15889d23cee Checking out Revision 6bdfaee9ae606a4f8b392396fcc4c15889d23cee (PR-440) > git config core.sparsecheckout # timeout=10 > git checkout -f 6bdfaee9ae606a4f8b392396fcc4c15889d23cee # 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 fcfe150067659d9c2450c08aa60233797868c9db # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 6bdfaee9ae606a4f8b392396fcc4c15889d23cee # timeout=10 Commit message: "refactor!: use latest SDK for flattened config stem" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 16:00:53 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 16:00:53 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 16:00:53 ========================================================= 16:00:53 EdgeX Global Pipelines Version Info 16:00:53 ========================================================= [Pipeline] libraryResource [Pipeline] sh 16:00:54 ------------------- 16:00:54 stable info: 16:00:54 ------------------- 16:00:54 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 16:00:54 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 16:00:54 Message: update stable to v1.0.244 16:00:55 ------------------- 16:00:55 experimental info: 16:00:55 ------------------- 16:00:55 Commited By: **** collab-it+edgex@linuxfoundation.org 16:00:55 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 16:00:55 Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 16:00:55 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-mqtt-go-settings [Pipeline] echo 16:00:55 [edgeXSetupEnvironment]: set envvar PROJECT = device-mqtt-go [Pipeline] echo 16:00:55 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 16:00:55 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 16:00:55 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 16:00:55 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 16:00:55 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 16:00:55 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 16:00:55 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 16:00:55 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 16:00:55 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 16:00:56 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-mqtt [Pipeline] echo 16:00:56 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 16:00:56 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 16:00:56 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 16:00:56 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 16:00:56 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 16:00:56 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 16:00:56 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 16:00:56 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 16:00:56 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 16:00:56 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 16:00:56 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 16:00:56 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 16:00:56 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 16:00:56 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 16:00:56 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 16:00:56 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-440 [Pipeline] echo 16:00:56 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-440 [Pipeline] echo 16:00:56 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-440 [Pipeline] echo 16:00:56 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 6bdfaee9ae606a4f8b392396fcc4c15889d23cee [Pipeline] echo 16:00:56 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 6bdfaee [Pipeline] echo 16:00:56 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:00:56 provisioning config files... 16:00:56 copy managed file [device-mqtt-go-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-440@tmp/config16088455928510087376tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:00:57 ---> docker-login.sh 16:00:57 nexus3.edgexfoundry.org:10001 16:00:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:00:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:00:57 Configure a credential helper to remove this warning. See 16:00:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:00:57 16:00:57 Login Succeeded 16:00:57 nexus3.edgexfoundry.org:10002 16:00:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:00:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:00:57 Configure a credential helper to remove this warning. See 16:00:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:00:57 16:00:57 Login Succeeded 16:00:57 nexus3.edgexfoundry.org:10003 16:00:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:00:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:00:58 Configure a credential helper to remove this warning. See 16:00:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:00:58 16:00:58 Login Succeeded 16:00:58 nexus3.edgexfoundry.org:10004 16:00:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:00:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:00:58 Configure a credential helper to remove this warning. See 16:00:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:00:58 16:00:58 Login Succeeded 16:00:58 docker.io 16:00:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:00:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:00:58 Configure a credential helper to remove this warning. See 16:00:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:00:58 16:00:58 Login Succeeded 16:00:58 ---> docker-login.sh ends [Pipeline] } 16:00:58 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 16:00:59 + git rev-list -1 --merges 6bdfaee9ae606a4f8b392396fcc4c15889d23cee~1..6bdfaee9ae606a4f8b392396fcc4c15889d23cee [Pipeline] echo 16:00:59 -----------> git rev-list -1 --merges 6bdfaee9ae606a4f8b392396fcc4c15889d23cee~1..6bdfaee9ae606a4f8b392396fcc4c15889d23cee 6bdfaee9ae606a4f8b392396fcc4c15889d23cee [false] [Pipeline] sh 16:00:59 + git log --format=format:%s -1 6bdfaee9ae606a4f8b392396fcc4c15889d23cee [Pipeline] echo 16:00:59 ========================================================= 16:00:59 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 16:00:59 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 16:00:59 + git log --format=format:%s -1 6bdfaee9ae606a4f8b392396fcc4c15889d23cee [Pipeline] echo 16:00:59 [semverPrep] GIT_COMMIT: 6bdfaee9ae606a4f8b392396fcc4c15889d23cee, Commit Message: refactor!: use latest SDK for flattened config stem [Pipeline] echo 16:00:59 [semverPrep] This is not a build commit. [Pipeline] sh 16:01:00 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 16:01:00 + grep -v github /etc/ssh/ssh_known_hosts 16:01:00 + [ -e /tmp/ssh_known_hosts ] 16:01:00 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 16:01:00 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 16:01:00 + sudo tee -a /etc/ssh/ssh_known_hosts 16:01:00 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:01:00 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 16:01:00 16:01:00 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:01:01 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 16:01:01 0.1.4: Pulling from edgex-devops/py-git-semver 16:01:01 b85a868b505f: Pulling fs layer 16:01:01 e2be974225ed: Pulling fs layer 16:01:01 339a4e72a1f5: Pulling fs layer 16:01:01 988bab9f4d93: Pulling fs layer 16:01:01 1469e6f7b9e6: Pulling fs layer 16:01:01 eaf3925da568: Pulling fs layer 16:01:01 bab4dde63d76: Pulling fs layer 16:01:01 bde34c3a00c8: Pulling fs layer 16:01:01 b352a97aabf1: Pulling fs layer 16:01:01 4872d77fe225: Pulling fs layer 16:01:01 5851b861e8e6: Pulling fs layer 16:01:01 988bab9f4d93: Waiting 16:01:01 1469e6f7b9e6: Waiting 16:01:01 eaf3925da568: Waiting 16:01:01 bde34c3a00c8: Waiting 16:01:01 b352a97aabf1: Waiting 16:01:01 5851b861e8e6: Waiting 16:01:01 bab4dde63d76: Waiting 16:01:01 e2be974225ed: Download complete 16:01:01 988bab9f4d93: Verifying Checksum 16:01:01 988bab9f4d93: Download complete 16:01:01 1469e6f7b9e6: Verifying Checksum 16:01:01 1469e6f7b9e6: Download complete 16:01:01 eaf3925da568: Verifying Checksum 16:01:01 eaf3925da568: Download complete 16:01:01 339a4e72a1f5: Verifying Checksum 16:01:01 339a4e72a1f5: Download complete 16:01:01 bde34c3a00c8: Verifying Checksum 16:01:01 bde34c3a00c8: Download complete 16:01:01 b352a97aabf1: Verifying Checksum 16:01:01 b352a97aabf1: Download complete 16:01:01 4872d77fe225: Verifying Checksum 16:01:01 4872d77fe225: Download complete 16:01:01 5851b861e8e6: Verifying Checksum 16:01:01 5851b861e8e6: Download complete 16:01:01 b85a868b505f: Verifying Checksum 16:01:01 b85a868b505f: Download complete 16:01:01 bab4dde63d76: Verifying Checksum 16:01:01 bab4dde63d76: Download complete 16:01:03 b85a868b505f: Pull complete 16:01:03 e2be974225ed: Pull complete 16:01:03 339a4e72a1f5: Pull complete 16:01:03 988bab9f4d93: Pull complete 16:01:03 1469e6f7b9e6: Pull complete 16:01:03 eaf3925da568: Pull complete 16:01:05 bab4dde63d76: Pull complete 16:01:05 bde34c3a00c8: Pull complete 16:01:06 b352a97aabf1: Pull complete 16:01:06 4872d77fe225: Pull complete 16:01:06 5851b861e8e6: Pull complete 16:01:06 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 16:01:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 16:01:06 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:01:06 prd-ubuntu20.04-docker-8c-8g-121363 does not seem to be running inside a container 16:01:06 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-mqtt-go_PR-440 -v /w/workspace/gexfoundry_device-mqtt-go_PR-440:/w/workspace/gexfoundry_device-mqtt-go_PR-440:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-440@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-440@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 16:01:07 $ docker top 0d55872874ed31d438a640b380c877eb749a990b8046c8dc68fb14f5fe8d572d -eo pid,comm 16:01:08 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). 16:01:08 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:01:08 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:01:08 [ssh-agent] Looking for ssh-agent implementation... 16:01:08 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:01:08 $ docker exec 0d55872874ed31d438a640b380c877eb749a990b8046c8dc68fb14f5fe8d572d ssh-agent 16:01:08 SSH_AUTH_SOCK=/tmp/ssh-1TrrgabSWYx1/agent.33 16:01:08 SSH_AGENT_PID=39 16:01:08 Running ssh-add (command line suppressed) 16:01:08 Identity added: /w/workspace/gexfoundry_device-mqtt-go_PR-440@tmp/private_key_4840093345672301535.key (/w/workspace/gexfoundry_device-mqtt-go_PR-440@tmp/private_key_4840093345672301535.key) 16:01:08 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:01:08 + git tag --points-at HEAD [Pipeline] } 16:01:08 $ docker exec --env ******** --env ******** 0d55872874ed31d438a640b380c877eb749a990b8046c8dc68fb14f5fe8d572d ssh-agent -k 16:01:08 unset SSH_AUTH_SOCK; 16:01:08 unset SSH_AGENT_PID; 16:01:08 echo Agent pid 39 killed; 16:01:08 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 16:01:09 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:01:09 [ssh-agent] Looking for ssh-agent implementation... 16:01:09 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:01:09 $ docker exec 0d55872874ed31d438a640b380c877eb749a990b8046c8dc68fb14f5fe8d572d ssh-agent 16:01:09 SSH_AUTH_SOCK=/tmp/ssh-PorykuGnc3N1/agent.71 16:01:09 SSH_AGENT_PID=77 16:01:09 Running ssh-add (command line suppressed) 16:01:09 Identity added: /w/workspace/gexfoundry_device-mqtt-go_PR-440@tmp/private_key_8656793257569488140.key (/w/workspace/gexfoundry_device-mqtt-go_PR-440@tmp/private_key_8656793257569488140.key) 16:01:09 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:01:09 + git semver init 16:01:10 2022-12-15 16:01:09,960 [run_init] DEBUG init version:0.0.0 force:False 16:01:10 2022-12-15 16:01:09,961 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/gexfoundry_device-mqtt-go_PR-440/.semver 16:01:10 2022-12-15 16:01:09,961 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-mqtt-go.git /w/workspace/gexfoundry_device-mqtt-go_PR-440/.semver 16:01:10 2022-12-15 16:01:09,961 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-mqtt-go.git', '/w/workspace/gexfoundry_device-mqtt-go_PR-440/.semver'], cwd=/w/workspace/gexfoundry_device-mqtt-go_PR-440, universal_newlines=False, shell=None, istream=None) 16:01:10 2022-12-15 16:01:10,819 [append_file] DEBUG append to file:/w/workspace/gexfoundry_device-mqtt-go_PR-440/.git/info/exclude 16:01:10 2022-12-15 16:01:10,820 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/gexfoundry_device-mqtt-go_PR-440/.semver/PR-440 with force:False 16:01:10 2022-12-15 16:01:10,820 [write_file] DEBUG write to file:/w/workspace/gexfoundry_device-mqtt-go_PR-440/.semver/PR-440 16:01:10 2022-12-15 16:01:10,824 [execute] INFO git cat-file --batch-check 16:01:10 2022-12-15 16:01:10,825 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_device-mqtt-go_PR-440/.semver, universal_newlines=False, shell=None, istream=) 16:01:10 2022-12-15 16:01:10,830 [execute] INFO git cat-file --batch 16:01:10 2022-12-15 16:01:10,830 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_device-mqtt-go_PR-440/.semver, universal_newlines=False, shell=None, istream=) 16:01:10 2022-12-15 16:01:10,836 [read_version] DEBUG read version from /w/workspace/gexfoundry_device-mqtt-go_PR-440/.semver/PR-440 16:01:10 0.0.0 [Pipeline] } 16:01:11 $ docker exec --env ******** --env ******** 0d55872874ed31d438a640b380c877eb749a990b8046c8dc68fb14f5fe8d572d ssh-agent -k 16:01:11 unset SSH_AUTH_SOCK; 16:01:11 unset SSH_AGENT_PID; 16:01:11 echo Agent pid 77 killed; 16:01:11 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:01:11 + git semver [Pipeline] } 16:01:11 $ docker stop --time=1 0d55872874ed31d438a640b380c877eb749a990b8046c8dc68fb14f5fe8d572d 16:01:13 $ docker rm -f 0d55872874ed31d438a640b380c877eb749a990b8046c8dc68fb14f5fe8d572d [Pipeline] // withDockerContainer [Pipeline] sh 16:01:13 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 16:01:13 Stashed 1 file(s) [Pipeline] echo 16:01:13 [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 16:01:14 provisioning config files... 16:01:14 copy managed file [device-mqtt-go-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-440@tmp/config18398978851876108166tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:01:14 ---> docker-login.sh 16:01:14 nexus3.edgexfoundry.org:10001 16:01:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:01:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:01:14 Configure a credential helper to remove this warning. See 16:01:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:01:14 16:01:14 Login Succeeded 16:01:14 nexus3.edgexfoundry.org:10002 16:01:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:01:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:01:14 Configure a credential helper to remove this warning. See 16:01:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:01:14 16:01:14 Login Succeeded 16:01:14 nexus3.edgexfoundry.org:10003 16:01:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:01:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:01:15 Configure a credential helper to remove this warning. See 16:01:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:01:15 16:01:15 Login Succeeded 16:01:15 nexus3.edgexfoundry.org:10004 16:01:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:01:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:01:15 Configure a credential helper to remove this warning. See 16:01:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:01:15 16:01:15 Login Succeeded 16:01:15 docker.io 16:01:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:01:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:01:15 Configure a credential helper to remove this warning. See 16:01:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:01:15 16:01:15 Login Succeeded 16:01:15 ---> docker-login.sh ends [Pipeline] } 16:01:15 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 16:01:15 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 16:01:15 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 16:01:15 ========================================================= 16:01:15 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] 16:01:15 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:01:16 + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine --build-arg MAKE=echo noop --target=builder . 16:01:16 Sending build context to Docker daemon 6.284MB 16:01:16 Step 1/12 : ARG BASE=golang:1.18-alpine3.16 16:01:16 Step 2/12 : FROM ${BASE} AS builder 16:01:16 1.18-alpine: Pulling from edgex-devops/edgex-golang-base 16:01:16 213ec9aee27d: Pulling fs layer 16:01:16 4583459ba037: Pulling fs layer 16:01:16 93c1e223e6f2: Pulling fs layer 16:01:16 53926ce57604: Pulling fs layer 16:01:16 21b2b0c7a3f4: Pulling fs layer 16:01:16 22ff95d597cd: Pulling fs layer 16:01:16 12d6caf4c0d1: Pulling fs layer 16:01:16 96b7cbca73a9: Pulling fs layer 16:01:16 a7acece74701: Pulling fs layer 16:01:16 53926ce57604: Waiting 16:01:16 21b2b0c7a3f4: Waiting 16:01:16 22ff95d597cd: Waiting 16:01:16 12d6caf4c0d1: Waiting 16:01:16 96b7cbca73a9: Waiting 16:01:16 a7acece74701: Waiting 16:01:16 93c1e223e6f2: Download complete 16:01:16 4583459ba037: Download complete 16:01:16 21b2b0c7a3f4: Verifying Checksum 16:01:16 21b2b0c7a3f4: Download complete 16:01:16 22ff95d597cd: Download complete 16:01:16 213ec9aee27d: Verifying Checksum 16:01:16 213ec9aee27d: Download complete 16:01:16 12d6caf4c0d1: Verifying Checksum 16:01:16 12d6caf4c0d1: Download complete 16:01:16 213ec9aee27d: Pull complete 16:01:16 4583459ba037: Pull complete 16:01:16 93c1e223e6f2: Pull complete 16:01:17 a7acece74701: Verifying Checksum 16:01:17 a7acece74701: Download complete 16:01:17 96b7cbca73a9: Verifying Checksum 16:01:17 96b7cbca73a9: Download complete 16:01:17 53926ce57604: Verifying Checksum 16:01:17 53926ce57604: Download complete 16:01:21 53926ce57604: Pull complete 16:01:21 21b2b0c7a3f4: Pull complete 16:01:21 22ff95d597cd: Pull complete 16:01:21 12d6caf4c0d1: Pull complete 16:01:24 96b7cbca73a9: Pull complete 16:01:24 a7acece74701: Pull complete 16:01:24 Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d 16:01:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 16:01:24 ---> db6d94c90886 16:01:24 Step 3/12 : ARG ADD_BUILD_TAGS="" 16:01:26 ---> Running in bda1c99dabf5 16:01:26 Removing intermediate container bda1c99dabf5 16:01:26 ---> 09d39fe88b02 16:01:26 Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 16:01:26 ---> Running in 4110bdc1768a 16:01:26 Removing intermediate container 4110bdc1768a 16:01:26 ---> ea91564f31e1 16:01:26 Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 16:01:26 ---> Running in 04cd263072cb 16:01:26 Removing intermediate container 04cd263072cb 16:01:26 ---> b3462555453f 16:01:26 Step 6/12 : ARG ALPINE_PKG_EXTRA="" 16:01:26 ---> Running in 02b97d359e4f 16:01:27 Removing intermediate container 02b97d359e4f 16:01:27 ---> c732da281c2e 16:01:27 Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 16:01:27 ---> Running in 733bc1a5be20 16:01:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 16:01:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 16:01:27 (1/4) Installing openssh-keygen (9.0_p1-r2) 16:01:27 (2/4) Installing libedit (20210910.3.1-r0) 16:01:27 (3/4) Installing openssh-client-common (9.0_p1-r2) 16:01:27 (4/4) Installing openssh-client-default (9.0_p1-r2) 16:01:27 Executing busybox-1.35.0-r17.trigger 16:01:27 OK: 216 MiB in 55 packages 16:01:28 Removing intermediate container 733bc1a5be20 16:01:28 ---> f3b8cb609b5c 16:01:28 Step 8/12 : WORKDIR /device-mqtt-go 16:01:28 ---> Running in 532770a5c252 16:01:28 Removing intermediate container 532770a5c252 16:01:28 ---> 9686b3eafb95 16:01:28 Step 9/12 : COPY go.mod vendor* ./ 16:01:28 ---> fc7aed1093f3 16:01:28 Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:01:28 ---> Running in 8bc63cbde5b6 16:01:29 Still waiting to schedule task 16:01:29 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 16:01:50 Removing intermediate container 8bc63cbde5b6 16:01:50 ---> 23ed1a1c2b8e 16:01:50 Step 11/12 : COPY . . 16:01:50 ---> 0be478e86067 16:01:50 Step 12/12 : RUN $MAKE 16:01:50 ---> Running in d9089221a432 16:01:50 noop 16:01:51 Removing intermediate container d9089221a432 16:01:51 ---> 9aa432f5b729 16:01:51 Successfully built 9aa432f5b729 16:01:51 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:01:51 + docker inspect -f . ci-base-image-x86_64 16:01:51 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:01:51 prd-ubuntu20.04-docker-8c-8g-121363 does not seem to be running inside a container 16:01:51 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_device-mqtt-go_PR-440 -v /w/workspace/gexfoundry_device-mqtt-go_PR-440:/w/workspace/gexfoundry_device-mqtt-go_PR-440:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-440@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-440@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 ******** ci-base-image-x86_64 cat 16:01:52 $ docker top fe69ee905367b80de9f90edbffb120ae03930f236e04e56913b1a731580aae4d -eo pid,comm [Pipeline] { [Pipeline] sh 16:01:52 + go version 16:01:52 go version go1.18.7 linux/amd64 [Pipeline] } 16:01:52 $ docker stop --time=1 fe69ee905367b80de9f90edbffb120ae03930f236e04e56913b1a731580aae4d 16:01:54 $ docker rm -f fe69ee905367b80de9f90edbffb120ae03930f236e04e56913b1a731580aae4d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:01:54 + docker inspect -f . ci-base-image-x86_64 16:01:54 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:01:54 prd-ubuntu20.04-docker-8c-8g-121363 does not seem to be running inside a container 16:01:54 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/gexfoundry_device-mqtt-go_PR-440 -v /w/workspace/gexfoundry_device-mqtt-go_PR-440:/w/workspace/gexfoundry_device-mqtt-go_PR-440:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-440@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-440@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 ******** ci-base-image-x86_64 cat 16:01:55 $ docker top 69d8f8929004b2ab7ddd5689af652940616a608014bb186728efc287f7a6fc77 -eo pid,comm [Pipeline] { [Pipeline] sh 16:01:55 + git config --global --add safe.directory /w/workspace/gexfoundry_device-mqtt-go_PR-440 [Pipeline] fileExists [Pipeline] sh 16:01:56 + make test 16:01:56 GCO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 16:01:56 ? github.com/edgexfoundry/device-mqtt-go [no test files] 16:02:06 ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] 16:02:06 ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.016s coverage: 21.8% of statements 16:02:06 ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] 16:02:14 level=warning msg="[linters context] structcheck is disabled because of go1.18. You can track the evolution of the go1.18 support by following the https://github.com/golangci/golangci-lint/issues/2649." 16:02:14 GCO_ENABLED=1 GO111MODULE=on go vet ./... 16:02:17 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 16:02:17 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 16:02:17 ./bin/test-attribution-txt.sh [Pipeline] echo 16:02:17 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 16:02:17 $ docker stop --time=1 69d8f8929004b2ab7ddd5689af652940616a608014bb186728efc287f7a6fc77 16:02:19 $ docker rm -f 69d8f8929004b2ab7ddd5689af652940616a608014bb186728efc287f7a6fc77 [Pipeline] // withDockerContainer [Pipeline] sh 16:02:19 + sudo chown -R jenkins:jenkins . [Pipeline] stash 16:02:20 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 16:02:20 + sudo chown -R jenkins:jenkins . [Pipeline] sh 16:02:21 + ls -al . 16:02:21 total 192 16:02:21 drwxrwxr-x 10 jenkins jenkins 4096 Dec 15 16:01 . 16:02:21 drwxrwxr-x 4 jenkins jenkins 4096 Dec 15 16:00 .. 16:02:21 -rw-rw-r-- 1 jenkins jenkins 140 Dec 15 16:00 .dockerignore 16:02:21 drwxrwxr-x 8 jenkins jenkins 4096 Dec 15 16:02 .git 16:02:21 drwxrwxr-x 3 jenkins jenkins 4096 Dec 15 16:00 .github 16:02:21 -rw-rw-r-- 1 jenkins jenkins 329 Dec 15 16:00 .gitignore 16:02:21 -rw-rw-r-- 1 jenkins jenkins 41 Dec 15 16:00 .golangci.yml 16:02:21 drwxr-xr-x 3 jenkins jenkins 4096 Dec 15 16:01 .semver 16:02:21 -rw-rw-r-- 1 jenkins jenkins 9293 Dec 15 16:00 Attribution.txt 16:02:21 -rw-rw-r-- 1 jenkins jenkins 13162 Dec 15 16:00 CHANGELOG.md 16:02:21 -rw-rw-r-- 1 jenkins jenkins 1752 Dec 15 16:00 Dockerfile 16:02:21 -rw-rw-r-- 1 jenkins jenkins 677 Dec 15 16:00 GOVERNANCE.md 16:02:21 -rw-rw-r-- 1 jenkins jenkins 678 Dec 15 16:00 Jenkinsfile 16:02:21 -rw-rw-r-- 1 jenkins jenkins 11340 Dec 15 16:00 LICENSE 16:02:21 -rw-rw-r-- 1 jenkins jenkins 2126 Dec 15 16:00 Makefile 16:02:21 -rw-rw-r-- 1 jenkins jenkins 620 Dec 15 16:00 OWNERS.md 16:02:21 -rw-rw-r-- 1 jenkins jenkins 3165 Dec 15 16:00 README.md 16:02:21 -rw-rw-r-- 1 jenkins jenkins 5 Dec 15 16:01 VERSION 16:02:21 drwxrwxr-x 2 jenkins jenkins 4096 Dec 15 16:00 bin 16:02:21 drwxrwxr-x 3 jenkins jenkins 4096 Dec 15 16:00 cmd 16:02:21 -rw-r--r-- 1 jenkins jenkins 17887 Dec 15 16:02 coverage.out 16:02:21 -rw-rw-r-- 1 jenkins jenkins 3464 Dec 15 16:00 go.mod 16:02:21 -rw-rw-r-- 1 jenkins jenkins 45013 Dec 15 16:00 go.sum 16:02:21 drwxrwxr-x 3 jenkins jenkins 4096 Dec 15 16:00 internal 16:02:21 drwxrwxr-x 2 jenkins jenkins 4096 Dec 15 16:00 mock 16:02:21 drwxrwxr-x 4 jenkins jenkins 4096 Dec 15 16:00 snap 16:02:21 -rw-rw-r-- 1 jenkins jenkins 227 Dec 15 16:00 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:02:21 + 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=6bdfaee9ae606a4f8b392396fcc4c15889d23cee --label arch=amd64 --label version=0.0.0 . 16:02:21 Sending build context to Docker daemon 6.302MB 16:02:21 Step 1/24 : ARG BASE=golang:1.18-alpine3.16 16:02:21 Step 2/24 : FROM ${BASE} AS builder 16:02:21 ---> 9aa432f5b729 16:02:21 Step 3/24 : ARG ADD_BUILD_TAGS="" 16:02:21 ---> Running in e07df15d1655 16:02:21 Removing intermediate container e07df15d1655 16:02:21 ---> 67238e60c032 16:02:21 Step 4/24 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 16:02:21 ---> Running in 34d1f04cfae8 16:02:21 Removing intermediate container 34d1f04cfae8 16:02:21 ---> 1672913e0e6e 16:02:21 Step 5/24 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 16:02:21 ---> Running in 81b6dcbb644c 16:02:21 Removing intermediate container 81b6dcbb644c 16:02:21 ---> 482c595b7ea5 16:02:21 Step 6/24 : ARG ALPINE_PKG_EXTRA="" 16:02:21 ---> Running in 6b3d14fadeac 16:02:21 Removing intermediate container 6b3d14fadeac 16:02:21 ---> 3cbf305bd5ac 16:02:21 Step 7/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 16:02:21 ---> Running in 48f5a23cd8ba 16:02:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 16:02:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 16:02:22 OK: 216 MiB in 55 packages 16:02:23 Removing intermediate container 48f5a23cd8ba 16:02:23 ---> 22c1ecd1420f 16:02:23 Step 8/24 : WORKDIR /device-mqtt-go 16:02:23 ---> Running in bf6a06c7f431 16:02:23 Removing intermediate container bf6a06c7f431 16:02:23 ---> 3e2fed28e5a9 16:02:23 Step 9/24 : COPY go.mod vendor* ./ 16:02:23 ---> 8aab0c177f3a 16:02:23 Step 10/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:02:23 ---> Running in 355609de4762 16:02:24 Removing intermediate container 355609de4762 16:02:24 ---> 69df251fa257 16:02:24 Step 11/24 : COPY . . 16:02:24 ---> 194393ad6d29 16:02:24 Step 12/24 : RUN $MAKE 16:02:24 ---> Running in 72cd1d7bc2a6 16:02:24 GCO_ENABLED=1 GO111MODULE=on go build -tags "" -ldflags "-linkmode=external -X github.com/edgexfoundry/device-mqtt-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/device-mqtt ./cmd 16:02:46 Removing intermediate container 72cd1d7bc2a6 16:02:46 ---> f1f97128605c 16:02:46 Step 13/24 : FROM alpine:3.16 16:02:46 3.16: Pulling from library/alpine 16:02:46 ca7dd9ec2225: Pulling fs layer 16:02:46 ca7dd9ec2225: Verifying Checksum 16:02:46 ca7dd9ec2225: Download complete 16:02:46 ca7dd9ec2225: Pull complete 16:02:46 Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b 16:02:46 Status: Downloaded newer image for alpine:3.16 16:02:46 ---> bfe296a52501 16:02:46 Step 14/24 : LABEL license='VSPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IoTech Ltd' 16:02:46 ---> Running in 0de3a03f6ea5 16:02:46 Removing intermediate container 0de3a03f6ea5 16:02:46 ---> e26d7d7ffdbc 16:02:46 Step 15/24 : RUN apk add --update --no-cache zeromq dumb-init 16:02:46 ---> Running in affe60ce9c4a 16:02:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 16:02:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 16:02:47 (1/6) Installing dumb-init (1.2.5-r1) 16:02:47 (2/6) Installing libgcc (11.2.1_git20220219-r2) 16:02:47 (3/6) Installing libsodium (1.0.18-r0) 16:02:47 (4/6) Installing libstdc++ (11.2.1_git20220219-r2) 16:02:47 (5/6) Installing libzmq (4.3.4-r0) 16:02:47 (6/6) Installing zeromq (4.3.4-r0) 16:02:47 Executing busybox-1.35.0-r17.trigger 16:02:47 OK: 8 MiB in 20 packages 16:02:47 Removing intermediate container affe60ce9c4a 16:02:47 ---> fc778d3db84b 16:02:47 Step 16/24 : COPY --from=builder /device-mqtt-go/cmd / 16:02:48 ---> fe4c1eb1885e 16:02:48 Step 17/24 : COPY --from=builder /device-mqtt-go/LICENSE / 16:02:48 ---> d07a6b56a920 16:02:48 Step 18/24 : COPY --from=builder /device-mqtt-go/Attribution.txt / 16:02:48 ---> 65fc090c925c 16:02:48 Step 19/24 : EXPOSE 59982 16:02:48 ---> Running in 2b80d976cbea 16:02:48 Removing intermediate container 2b80d976cbea 16:02:48 ---> 209da56e5a2e 16:02:48 Step 20/24 : ENTRYPOINT ["/device-mqtt"] 16:02:48 ---> Running in af6ec32f4396 16:02:48 Removing intermediate container af6ec32f4396 16:02:48 ---> 304685951760 16:02:48 Step 21/24 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:02:48 ---> Running in 4246303a52c2 16:02:48 Removing intermediate container 4246303a52c2 16:02:48 ---> 981607b4e9d1 16:02:48 Step 22/24 : LABEL arch=amd64 16:02:48 ---> Running in 482d318dc97c 16:02:48 Removing intermediate container 482d318dc97c 16:02:48 ---> 53e513650ece 16:02:48 Step 23/24 : LABEL git_sha=6bdfaee9ae606a4f8b392396fcc4c15889d23cee 16:02:48 ---> Running in 9f1416605995 16:02:48 Removing intermediate container 9f1416605995 16:02:48 ---> c15bf80138b0 16:02:48 Step 24/24 : LABEL version=0.0.0 16:02:48 ---> Running in b0909340807e 16:02:49 Removing intermediate container b0909340807e 16:02:49 ---> 017e10516244 16:02:49 [Warning] One or more build-args [ARCH] were not consumed 16:02:49 Successfully built 017e10516244 16:02:49 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 16:02:50 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 16:02:50 16:02:50 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:02:50 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 16:02:50 latest: Pulling from edgex-lftools-log-publisher 16:02:50 5eb5b503b376: Pulling fs layer 16:02:50 5c69ac0246d0: Pulling fs layer 16:02:50 ec43610c2a17: Pulling fs layer 16:02:50 3a2ae6a8a46f: Pulling fs layer 16:02:50 33b1e0a273af: Pulling fs layer 16:02:50 5d3b04190fa2: Pulling fs layer 16:02:50 2f39f015ded8: Pulling fs layer 16:02:50 3a2ae6a8a46f: Waiting 16:02:50 33b1e0a273af: Waiting 16:02:50 5d3b04190fa2: Waiting 16:02:50 2f39f015ded8: Waiting 16:02:50 5c69ac0246d0: Verifying Checksum 16:02:50 3a2ae6a8a46f: Download complete 16:02:50 33b1e0a273af: Verifying Checksum 16:02:50 33b1e0a273af: Download complete 16:02:50 ec43610c2a17: Verifying Checksum 16:02:50 ec43610c2a17: Download complete 16:02:50 5d3b04190fa2: Download complete 16:02:50 5eb5b503b376: Verifying Checksum 16:02:50 5eb5b503b376: Download complete 16:02:51 2f39f015ded8: Verifying Checksum 16:02:51 2f39f015ded8: Download complete 16:02:51 5eb5b503b376: Pull complete 16:02:52 5c69ac0246d0: Pull complete 16:02:52 ec43610c2a17: Pull complete 16:02:52 3a2ae6a8a46f: Pull complete 16:02:52 33b1e0a273af: Pull complete 16:02:52 5d3b04190fa2: Pull complete 16:02:57 2f39f015ded8: Pull complete 16:02:57 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 16:02:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 16:02:57 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:02:57 prd-ubuntu20.04-docker-8c-8g-121363 does not seem to be running inside a container 16:02:57 $ 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-440 -v /w/workspace/gexfoundry_device-mqtt-go_PR-440:/w/workspace/gexfoundry_device-mqtt-go_PR-440:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-440@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-440@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 16:02:59 $ docker top f6be31d651485ef4a389f68e750d6db1c7c3f4cd1c3da2058c56ab2053e9a97b -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:02:59 ---> job-cost.sh 16:02:59 lf-activate-venv: SKIPPING 16:02:59 INFO: No Stack... 16:02:59 INFO: Retrieving Pricing Info for: v3-standard-8 16:03:00 INFO: Archiving Costs [Pipeline] sh 16:03:00 Running on prd-ubuntu20.04-docker-arm64-4c-16g-121364 in /w/workspace/gexfoundry_device-mqtt-go_PR-440 [Pipeline] { [Pipeline] ws 16:03:00 Running in /w/workspace/device-mqtt-go/1 [Pipeline] { [Pipeline] checkout 16:03:00 Selected Git installation does not exist. Using Default 16:03:00 The recommended git tool is: NONE 16:03:00 + cat /w/workspace/gexfoundry_device-mqtt-go_PR-440/archives/cost.csv 16:03:00 + cut -d, -f6 [Pipeline] lock 16:03:00 Trying to acquire lock on [jenkins-edgexfoundry-device-mqtt-go-PR-440-1-stack-cost] 16:03:00 Resource [jenkins-edgexfoundry-device-mqtt-go-PR-440-1-stack-cost] did not exist. Created. 16:03:00 Lock acquired on [jenkins-edgexfoundry-device-mqtt-go-PR-440-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 16:03:01 + echo total: 0.2199999988079071 [Pipeline] stash 16:03:01 Stashed 1 file(s) [Pipeline] } 16:03:01 Lock released on resource [jenkins-edgexfoundry-device-mqtt-go-PR-440-1-stack-cost] [Pipeline] // lock [Pipeline] } 16:03:01 $ docker stop --time=1 f6be31d651485ef4a389f68e750d6db1c7c3f4cd1c3da2058c56ab2053e9a97b 16:03:02 $ docker rm -f f6be31d651485ef4a389f68e750d6db1c7c3f4cd1c3da2058c56ab2053e9a97b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 16:03:05 using credential edgex-jenkins-ssh 16:03:05 Cloning the remote Git repository 16:03:05 Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git 16:03:05 > git init /w/workspace/device-mqtt-go/1 # timeout=10 16:03:06 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 16:03:06 > git --version # timeout=10 16:03:06 > git --version # 'git version 2.25.1' 16:03:06 using GIT_SSH to set credentials SSH Credentials for GitHub 16:03:06 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 16:03:07 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 16:03:07 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 16:03:08 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 16:03:08 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 16:03:08 using GIT_SSH to set credentials SSH Credentials for GitHub 16:03:08 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/440/head:refs/remotes/origin/PR-440 +refs/heads/main:refs/remotes/origin/main # timeout=10 16:03:08 Merging remotes/origin/main commit fcfe150067659d9c2450c08aa60233797868c9db into PR head commit 6bdfaee9ae606a4f8b392396fcc4c15889d23cee 16:03:08 Merge succeeded, producing 6bdfaee9ae606a4f8b392396fcc4c15889d23cee 16:03:08 Checking out Revision 6bdfaee9ae606a4f8b392396fcc4c15889d23cee (PR-440) 16:03:08 > git config core.sparsecheckout # timeout=10 16:03:08 > git checkout -f 6bdfaee9ae606a4f8b392396fcc4c15889d23cee # timeout=10 16:03:08 > git remote # timeout=10 16:03:08 > git config --get remote.origin.url # timeout=10 16:03:08 using GIT_SSH to set credentials SSH Credentials for GitHub 16:03:08 > git merge fcfe150067659d9c2450c08aa60233797868c9db # timeout=10 16:03:08 > git rev-parse HEAD^{commit} # timeout=10 16:03:08 > git config core.sparsecheckout # timeout=10 16:03:08 > git checkout -f 6bdfaee9ae606a4f8b392396fcc4c15889d23cee # timeout=10 16:03:12 Commit message: "refactor!: use latest SDK for flattened config stem" 16:03:12 > git --version # timeout=10 16:03:12 > git --version # 'git version 2.25.1' 16:03:12 fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 16:03:13 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 16:03:13 % Total % Received % Xferd Average Speed Time Time Time Current 16:03:13 Dload Upload Total Spent Left Speed 16:03:13 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 95156 0 --:--:-- --:--:-- --:--:-- 95156 [Pipeline] sh 16:03:14 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 16:03:14 + sudo tee /etc/docker/daemon.new 16:03:14 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 16:03:14 { 16:03:14 "registry-mirrors": [ 16:03:14 "https://nexus3.edgexfoundry.org:10001" 16:03:14 ], 16:03:14 "bip": "10.250.0.254/24", 16:03:14 "hosts": [ 16:03:14 "tcp://0.0.0.0:5555", 16:03:14 "unix:///var/run/docker.sock" 16:03:14 ], 16:03:14 "mtu": 1458, 16:03:14 "selinux-enabled": true, 16:03:14 "seccomp-profile": "/etc/docker/seccomp.json" 16:03:14 } [Pipeline] sh 16:03:15 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 16:03:15 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:03:33 provisioning config files... 16:03:33 copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/1@tmp/config3369110193296070524tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:03:34 ---> docker-login.sh 16:03:34 nexus3.edgexfoundry.org:10001 16:03:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:03:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:03:34 Configure a credential helper to remove this warning. See 16:03:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:03:34 16:03:34 Login Succeeded 16:03:34 nexus3.edgexfoundry.org:10002 16:03:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:03:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:03:35 Configure a credential helper to remove this warning. See 16:03:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:03:35 16:03:35 Login Succeeded 16:03:35 nexus3.edgexfoundry.org:10003 16:03:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:03:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:03:35 Configure a credential helper to remove this warning. See 16:03:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:03:35 16:03:35 Login Succeeded 16:03:35 nexus3.edgexfoundry.org:10004 16:03:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:03:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:03:35 Configure a credential helper to remove this warning. See 16:03:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:03:35 16:03:35 Login Succeeded 16:03:35 docker.io 16:03:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:03:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:03:36 Configure a credential helper to remove this warning. See 16:03:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:03:36 16:03:36 Login Succeeded 16:03:36 ---> docker-login.sh ends [Pipeline] } 16:03:36 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 16:03:36 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 16:03:36 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 16:03:36 ========================================================= 16:03:36 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] 16:03:36 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:03:37 + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine --build-arg MAKE=echo noop --target=builder . 16:03:37 Sending build context to Docker daemon 3.287MB 16:03:37 Step 1/12 : ARG BASE=golang:1.18-alpine3.16 16:03:37 Step 2/12 : FROM ${BASE} AS builder 16:03:37 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 16:03:37 9b18e9b68314: Pulling fs layer 16:03:37 35d82f9e3411: Pulling fs layer 16:03:37 e16973657156: Pulling fs layer 16:03:37 fc693d55d65f: Pulling fs layer 16:03:37 7e9fc2657dce: Pulling fs layer 16:03:37 dda99020689f: Pulling fs layer 16:03:37 db1c61fa0a46: Pulling fs layer 16:03:37 891c053d2c06: Pulling fs layer 16:03:37 dda99020689f: Waiting 16:03:37 fc693d55d65f: Waiting 16:03:37 db1c61fa0a46: Waiting 16:03:37 7e9fc2657dce: Waiting 16:03:37 891c053d2c06: Waiting 16:03:37 e16973657156: Verifying Checksum 16:03:37 e16973657156: Download complete 16:03:37 35d82f9e3411: Download complete 16:03:37 7e9fc2657dce: Verifying Checksum 16:03:37 7e9fc2657dce: Download complete 16:03:37 dda99020689f: Verifying Checksum 16:03:37 dda99020689f: Download complete 16:03:37 9b18e9b68314: Verifying Checksum 16:03:37 9b18e9b68314: Download complete 16:03:38 9b18e9b68314: Pull complete 16:03:38 891c053d2c06: Verifying Checksum 16:03:38 891c053d2c06: Download complete 16:03:39 35d82f9e3411: Pull complete 16:03:39 e16973657156: Pull complete 16:03:40 db1c61fa0a46: Download complete 16:03:40 fc693d55d65f: Verifying Checksum 16:03:40 fc693d55d65f: Download complete 16:03:53 fc693d55d65f: Pull complete 16:03:53 7e9fc2657dce: Pull complete 16:03:53 dda99020689f: Pull complete 16:03:58 db1c61fa0a46: Pull complete 16:04:00 891c053d2c06: Pull complete 16:04:00 Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 16:04:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 16:04:00 ---> f96f9c87975a 16:04:00 Step 3/12 : ARG ADD_BUILD_TAGS="" 16:04:02 ---> Running in 1829c06ab59c 16:04:02 Removing intermediate container 1829c06ab59c 16:04:02 ---> 7d6add303d03 16:04:02 Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 16:04:02 ---> Running in e4e2b3eebdc6 16:04:02 Removing intermediate container e4e2b3eebdc6 16:04:02 ---> 242fc5381247 16:04:02 Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 16:04:02 ---> Running in 65b0bee7e1be 16:04:03 Removing intermediate container 65b0bee7e1be 16:04:03 ---> da79b3299b1e 16:04:03 Step 6/12 : ARG ALPINE_PKG_EXTRA="" 16:04:03 ---> Running in 7c2503cc1906 16:04:03 Removing intermediate container 7c2503cc1906 16:04:03 ---> 85ee769b1b49 16:04:03 Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 16:04:03 ---> Running in 288ef9789bbc 16:04:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 16:04:05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 16:04:05 (1/4) Installing openssh-keygen (9.0_p1-r2) 16:04:06 (2/4) Installing libedit (20210910.3.1-r0) 16:04:06 (3/4) Installing openssh-client-common (9.0_p1-r2) 16:04:06 (4/4) Installing openssh-client-default (9.0_p1-r2) 16:04:06 Executing busybox-1.35.0-r17.trigger 16:04:06 OK: 226 MiB in 55 packages 16:04:07 Removing intermediate container 288ef9789bbc 16:04:07 ---> e5d29d4815fc 16:04:07 Step 8/12 : WORKDIR /device-mqtt-go 16:04:07 ---> Running in 2b89265978e3 16:04:07 Removing intermediate container 2b89265978e3 16:04:07 ---> 8358ea30eced 16:04:07 Step 9/12 : COPY go.mod vendor* ./ 16:04:07 ---> 81c163e6e52a 16:04:07 Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:04:07 ---> Running in cc5b05c91039 16:05:04 Removing intermediate container cc5b05c91039 16:05:04 ---> c717440c23e1 16:05:04 Step 11/12 : COPY . . 16:05:04 ---> 322c1ff6f877 16:05:04 Step 12/12 : RUN $MAKE 16:05:04 ---> Running in 9174fa6c0878 16:05:04 noop 16:05:04 Removing intermediate container 9174fa6c0878 16:05:04 ---> 1467cb3c61a9 16:05:04 Successfully built 1467cb3c61a9 16:05:04 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:05:04 + docker inspect -f . ci-base-image-arm64 16:05:04 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:05:05 prd-ubuntu20.04-docker-arm64-4c-16g-121364 does not seem to be running inside a container 16:05:05 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/1 -v /w/workspace/device-mqtt-go/1:/w/workspace/device-mqtt-go/1:rw,z -v /w/workspace/device-mqtt-go/1@tmp:/w/workspace/device-mqtt-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 16:05:06 $ docker top 934b61e33de12d6dfc72110a50196ca958ab388847e99fd21953ab28607eeddf -eo pid,comm [Pipeline] { [Pipeline] sh 16:05:07 + go version 16:05:07 go version go1.18.7 linux/arm64 [Pipeline] } 16:05:07 $ docker stop --time=1 934b61e33de12d6dfc72110a50196ca958ab388847e99fd21953ab28607eeddf 16:05:09 $ docker rm -f 934b61e33de12d6dfc72110a50196ca958ab388847e99fd21953ab28607eeddf [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:05:09 + docker inspect -f . ci-base-image-arm64 16:05:09 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:05:10 prd-ubuntu20.04-docker-arm64-4c-16g-121364 does not seem to be running inside a container 16:05:10 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/device-mqtt-go/1 -v /w/workspace/device-mqtt-go/1:/w/workspace/device-mqtt-go/1:rw,z -v /w/workspace/device-mqtt-go/1@tmp:/w/workspace/device-mqtt-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 16:05:11 $ docker top e5b45eb4c7ba017bad8943630b7aef57ac765cafe37acc9010935ce7cf714b2c -eo pid,comm [Pipeline] { [Pipeline] sh 16:05:12 + git config --global --add safe.directory /w/workspace/device-mqtt-go/1 [Pipeline] fileExists [Pipeline] sh 16:05:12 + make test 16:05:12 GCO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 16:05:14 ? github.com/edgexfoundry/device-mqtt-go [no test files] 16:06:36 ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] 16:06:36 ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.063s coverage: 21.8% of statements 16:06:36 ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] 16:06:36 WARNING: Linting skipped (not on x86_64 or linter not installed) 16:06:36 GCO_ENABLED=1 GO111MODULE=on go vet ./... 16:06:54 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 16:06:54 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 16:06:54 ./bin/test-attribution-txt.sh [Pipeline] echo 16:06:54 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 16:06:54 $ docker stop --time=1 e5b45eb4c7ba017bad8943630b7aef57ac765cafe37acc9010935ce7cf714b2c 16:06:56 $ docker rm -f e5b45eb4c7ba017bad8943630b7aef57ac765cafe37acc9010935ce7cf714b2c [Pipeline] // withDockerContainer [Pipeline] sh 16:06:57 + sudo chown -R jenkins:jenkins . [Pipeline] stash 16:06:57 Warning: overwriting stash ‘coverage-report’ 16:06:57 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 16:06:58 + sudo chown -R jenkins:jenkins . [Pipeline] sh 16:06:58 + ls -al . 16:06:58 total 188 16:06:58 drwxrwxr-x 9 jenkins jenkins 4096 Dec 15 16:05 . 16:06:58 drwxrwxr-x 4 jenkins jenkins 4096 Dec 15 16:03 .. 16:06:58 -rw-rw-r-- 1 jenkins jenkins 140 Dec 15 16:03 .dockerignore 16:06:58 drwxrwxr-x 8 jenkins jenkins 4096 Dec 15 16:03 .git 16:06:58 drwxrwxr-x 3 jenkins jenkins 4096 Dec 15 16:03 .github 16:06:58 -rw-rw-r-- 1 jenkins jenkins 329 Dec 15 16:03 .gitignore 16:06:58 -rw-rw-r-- 1 jenkins jenkins 41 Dec 15 16:03 .golangci.yml 16:06:58 -rw-rw-r-- 1 jenkins jenkins 9293 Dec 15 16:03 Attribution.txt 16:06:58 -rw-rw-r-- 1 jenkins jenkins 13162 Dec 15 16:03 CHANGELOG.md 16:06:58 -rw-rw-r-- 1 jenkins jenkins 1752 Dec 15 16:03 Dockerfile 16:06:58 -rw-rw-r-- 1 jenkins jenkins 677 Dec 15 16:03 GOVERNANCE.md 16:06:58 -rw-rw-r-- 1 jenkins jenkins 678 Dec 15 16:03 Jenkinsfile 16:06:58 -rw-rw-r-- 1 jenkins jenkins 11340 Dec 15 16:03 LICENSE 16:06:58 -rw-rw-r-- 1 jenkins jenkins 2126 Dec 15 16:03 Makefile 16:06:58 -rw-rw-r-- 1 jenkins jenkins 620 Dec 15 16:03 OWNERS.md 16:06:58 -rw-rw-r-- 1 jenkins jenkins 3165 Dec 15 16:03 README.md 16:06:58 -rw-rw-r-- 1 jenkins jenkins 5 Dec 15 16:01 VERSION 16:06:58 drwxrwxr-x 2 jenkins jenkins 4096 Dec 15 16:03 bin 16:06:58 drwxrwxr-x 3 jenkins jenkins 4096 Dec 15 16:03 cmd 16:06:58 -rw-r--r-- 1 jenkins jenkins 17887 Dec 15 16:06 coverage.out 16:06:58 -rw-rw-r-- 1 jenkins jenkins 3464 Dec 15 16:03 go.mod 16:06:58 -rw-rw-r-- 1 jenkins jenkins 45013 Dec 15 16:03 go.sum 16:06:58 drwxrwxr-x 3 jenkins jenkins 4096 Dec 15 16:03 internal 16:06:58 drwxrwxr-x 2 jenkins jenkins 4096 Dec 15 16:03 mock 16:06:58 drwxrwxr-x 4 jenkins jenkins 4096 Dec 15 16:03 snap 16:06:58 -rw-rw-r-- 1 jenkins jenkins 227 Dec 15 16:03 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:06:59 + 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=6bdfaee9ae606a4f8b392396fcc4c15889d23cee --label arch=arm64 --label version=0.0.0 . 16:06:59 Sending build context to Docker daemon 3.305MB 16:06:59 Step 1/24 : ARG BASE=golang:1.18-alpine3.16 16:06:59 Step 2/24 : FROM ${BASE} AS builder 16:06:59 ---> 1467cb3c61a9 16:06:59 Step 3/24 : ARG ADD_BUILD_TAGS="" 16:06:59 ---> Running in 3e26e5595768 16:07:00 Removing intermediate container 3e26e5595768 16:07:00 ---> e47970ca9fcd 16:07:00 Step 4/24 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 16:07:00 ---> Running in c9a3bb82ddf1 16:07:00 Removing intermediate container c9a3bb82ddf1 16:07:00 ---> f5a0b0d8e59c 16:07:00 Step 5/24 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 16:07:00 ---> Running in 13d58d3c0c6e 16:07:00 Removing intermediate container 13d58d3c0c6e 16:07:00 ---> cf447e78512d 16:07:00 Step 6/24 : ARG ALPINE_PKG_EXTRA="" 16:07:00 ---> Running in ec8b9e41d9aa 16:07:01 Removing intermediate container ec8b9e41d9aa 16:07:01 ---> b28aa5ce784a 16:07:01 Step 7/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 16:07:01 ---> Running in 2261e14271f3 16:07:02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 16:07:02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 16:07:03 OK: 226 MiB in 55 packages 16:07:04 Removing intermediate container 2261e14271f3 16:07:04 ---> c6e9ce083552 16:07:04 Step 8/24 : WORKDIR /device-mqtt-go 16:07:04 ---> Running in d418b36f0807 16:07:04 Removing intermediate container d418b36f0807 16:07:04 ---> 268936b56512 16:07:04 Step 9/24 : COPY go.mod vendor* ./ 16:07:04 ---> 1ff1602cbddd 16:07:04 Step 10/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:07:05 ---> Running in 7bd6b6392c39 16:07:06 Removing intermediate container 7bd6b6392c39 16:07:06 ---> 97f712c17cca 16:07:06 Step 11/24 : COPY . . 16:07:07 ---> afd67356d282 16:07:07 Step 12/24 : RUN $MAKE 16:07:08 ---> Running in 8b40a614dc45 16:07:09 GCO_ENABLED=1 GO111MODULE=on go build -tags "" -ldflags "-linkmode=external -X github.com/edgexfoundry/device-mqtt-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/device-mqtt ./cmd 16:09:46 Removing intermediate container 8b40a614dc45 16:09:46 ---> fe845d74b157 16:09:46 Step 13/24 : FROM alpine:3.16 16:09:46 3.16: Pulling from library/alpine 16:09:46 6875df1f5354: Pulling fs layer 16:09:46 6875df1f5354: Verifying Checksum 16:09:46 6875df1f5354: Download complete 16:09:46 6875df1f5354: Pull complete 16:09:46 Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b 16:09:46 Status: Downloaded newer image for alpine:3.16 16:09:46 ---> 2b4661558fb8 16:09:46 Step 14/24 : LABEL license='VSPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IoTech Ltd' 16:09:46 ---> Running in 8c07129c6616 16:09:46 Removing intermediate container 8c07129c6616 16:09:46 ---> 43b0ed69647c 16:09:46 Step 15/24 : RUN apk add --update --no-cache zeromq dumb-init 16:09:46 ---> Running in ee6e09e6809a 16:09:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 16:09:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 16:09:46 (1/6) Installing dumb-init (1.2.5-r1) 16:09:46 (2/6) Installing libgcc (11.2.1_git20220219-r2) 16:09:46 (3/6) Installing libsodium (1.0.18-r0) 16:09:46 (4/6) Installing libstdc++ (11.2.1_git20220219-r2) 16:09:46 (5/6) Installing libzmq (4.3.4-r0) 16:09:46 (6/6) Installing zeromq (4.3.4-r0) 16:09:46 Executing busybox-1.35.0-r17.trigger 16:09:46 OK: 8 MiB in 20 packages 16:09:46 Removing intermediate container ee6e09e6809a 16:09:46 ---> 65e047cfc7ee 16:09:46 Step 16/24 : COPY --from=builder /device-mqtt-go/cmd / 16:09:46 ---> f7215db24fe4 16:09:46 Step 17/24 : COPY --from=builder /device-mqtt-go/LICENSE / 16:09:46 ---> e9422c108306 16:09:46 Step 18/24 : COPY --from=builder /device-mqtt-go/Attribution.txt / 16:09:46 ---> 4d9f5fb5ce67 16:09:46 Step 19/24 : EXPOSE 59982 16:09:46 ---> Running in 333bf90077c6 16:09:46 Removing intermediate container 333bf90077c6 16:09:46 ---> ebd47842214c 16:09:46 Step 20/24 : ENTRYPOINT ["/device-mqtt"] 16:09:46 ---> Running in a79d93f58967 16:09:46 Removing intermediate container a79d93f58967 16:09:46 ---> 07a2a2e88dd9 16:09:46 Step 21/24 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:09:46 ---> Running in 8d001e411d2a 16:09:46 Removing intermediate container 8d001e411d2a 16:09:46 ---> 7d690a640b3a 16:09:46 Step 22/24 : LABEL arch=arm64 16:09:46 ---> Running in c803013a9c62 16:09:46 Removing intermediate container c803013a9c62 16:09:46 ---> 492c90c64221 16:09:46 Step 23/24 : LABEL git_sha=6bdfaee9ae606a4f8b392396fcc4c15889d23cee 16:09:46 ---> Running in 02724c58186f 16:09:46 Removing intermediate container 02724c58186f 16:09:46 ---> 969b30e2867c 16:09:46 Step 24/24 : LABEL version=0.0.0 16:09:46 ---> Running in 2f9470ebec96 16:09:46 Removing intermediate container 2f9470ebec96 16:09:46 ---> ac1135a109a1 16:09:46 [Warning] One or more build-args [ARCH] were not consumed 16:09:46 Successfully built ac1135a109a1 16:09:46 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 16:09:47 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 16:09:47 16:09:47 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:09:47 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 16:09:47 arm64: Pulling from edgex-lftools-log-publisher 16:09:47 8998bd30e6a1: Pulling fs layer 16:09:47 04944245beec: Pulling fs layer 16:09:47 699f458cf7ca: Pulling fs layer 16:09:47 765212b225bb: Pulling fs layer 16:09:47 f23df028b6ca: Pulling fs layer 16:09:47 d65c8cfc05b1: Pulling fs layer 16:09:47 2437ff75d9bd: Pulling fs layer 16:09:47 f23df028b6ca: Waiting 16:09:47 d65c8cfc05b1: Waiting 16:09:47 2437ff75d9bd: Waiting 16:09:47 765212b225bb: Waiting 16:09:47 04944245beec: Verifying Checksum 16:09:47 04944245beec: Download complete 16:09:47 765212b225bb: Verifying Checksum 16:09:47 765212b225bb: Download complete 16:09:47 f23df028b6ca: Verifying Checksum 16:09:47 f23df028b6ca: Download complete 16:09:47 d65c8cfc05b1: Verifying Checksum 16:09:47 d65c8cfc05b1: Download complete 16:09:47 699f458cf7ca: Verifying Checksum 16:09:47 699f458cf7ca: Download complete 16:09:48 8998bd30e6a1: Download complete 16:09:51 2437ff75d9bd: Verifying Checksum 16:09:51 2437ff75d9bd: Download complete 16:09:52 8998bd30e6a1: Pull complete 16:09:52 04944245beec: Pull complete 16:09:54 699f458cf7ca: Pull complete 16:09:54 765212b225bb: Pull complete 16:09:54 f23df028b6ca: Pull complete 16:09:55 d65c8cfc05b1: Pull complete 16:10:10 2437ff75d9bd: Pull complete 16:10:10 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 16:10:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 16:10:10 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:10:10 prd-ubuntu20.04-docker-arm64-4c-16g-121364 does not seem to be running inside a container 16:10:10 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/device-mqtt-go/1 -v /w/workspace/device-mqtt-go/1:/w/workspace/device-mqtt-go/1:rw,z -v /w/workspace/device-mqtt-go/1@tmp:/w/workspace/device-mqtt-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 16:10:13 $ docker top a616fecc041f16bd3695c9a4e3082b85173c1953a9992455d544d28c8d0ca936 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:10:13 ---> job-cost.sh 16:10:14 lf-activate-venv: SKIPPING 16:10:14 INFO: No Stack... 16:10:14 INFO: Retrieving Pricing Info for: v3-standard-4 16:10:15 INFO: Archiving Costs [Pipeline] sh 16:10:15 + + cut -d, -f6 16:10:15 cat /w/workspace/device-mqtt-go/1/archives/cost.csv [Pipeline] lock 16:10:15 Trying to acquire lock on [jenkins-edgexfoundry-device-mqtt-go-PR-440-1-stack-cost] 16:10:15 Resource [jenkins-edgexfoundry-device-mqtt-go-PR-440-1-stack-cost] did not exist. Created. 16:10:15 Lock acquired on [jenkins-edgexfoundry-device-mqtt-go-PR-440-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 16:10:16 /w/workspace/device-mqtt-go/1@tmp/durable-f46007ae/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 16:10:17 + echo total: 0.10999999940395355 [Pipeline] stash 16:10:17 Warning: overwriting stash ‘stack-cost’ 16:10:17 Stashed 1 file(s) [Pipeline] } 16:10:17 Lock released on resource [jenkins-edgexfoundry-device-mqtt-go-PR-440-1-stack-cost] [Pipeline] // lock [Pipeline] } 16:10:17 $ docker stop --time=1 a616fecc041f16bd3695c9a4e3082b85173c1953a9992455d544d28c8d0ca936 16:10:18 $ docker rm -f a616fecc041f16bd3695c9a4e3082b85173c1953a9992455d544d28c8d0ca936 [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 16:10:20 provisioning config files... 16:10:20 copy managed file [device-mqtt-go-codecov-token] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-440@tmp/config14474444505530888571tmp [Pipeline] { [Pipeline] sh 16:10:20 + set +x 16:10:20 + curl -s https://codecov.io/bash 16:10:20 + bash -s -- 16:10:20 16:10:20 _____ _ 16:10:20 / ____| | | 16:10:20 | | ___ __| | ___ ___ _____ __ 16:10:20 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 16:10:20 | |___| (_) | (_| | __/ (_| (_) \ V / 16:10:20 \_____\___/ \__,_|\___|\___\___/ \_/ 16:10:20 Bash-1.0.6 16:10:20 16:10:20 16:10:20 ==> git version 2.25.1 found 16:10:20 ==> 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 16:10:20 Release-Date: 2020-01-08 16:10:20 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 16:10:20 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 16:10:20 ==> Jenkins CI detected. 16:10:20 current dir:  /w/workspace/gexfoundry_device-mqtt-go_PR-440 16:10:20 project root: . 16:10:20 --> token set from env 16:10:20 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 16:10:20 ==> Running gcov in . (disable via -X gcov) 16:10:20 ==> Python coveragepy not found 16:10:20 ==> Searching for coverage reports in: 16:10:20 + . 16:10:20 -> Found 1 reports 16:10:20 ==> Detecting git/mercurial file structure 16:10:20 ==> Reading reports 16:10:20 + ./coverage.out bytes=17887 16:10:20 ==> Appending adjustments 16:10:20 https://docs.codecov.io/docs/fixing-reports 16:10:20 + Found adjustments 16:10:20 ==> Gzipping contents 16:10:20 4.0K /tmp/codecov.l6mz8m.gz 16:10:20 ==> Uploading reports 16:10:20 url: https://codecov.io 16:10:20 query: branch=PR-440&commit=6bdfaee9ae606a4f8b392396fcc4c15889d23cee&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-mqtt-go%2Fjob%2FPR-440%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-mqtt-go&service=jenkins&flags=&pr=440&job=&cmd_args= 16:10:20 -> Pinging Codecov 16:10:20 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=3cf7f23a-d5e6-4c47-868b-a0a7f9a025f8&branch=PR-440&commit=6bdfaee9ae606a4f8b392396fcc4c15889d23cee&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-mqtt-go%2Fjob%2FPR-440%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-mqtt-go&service=jenkins&flags=&pr=440&job=&cmd_args= 16:10:21 -> Uploading to 16:10:21 https://storage.googleapis.com/codecov/v4/raw/2022-12-15/7D719EC7BBE17E464838252E33014C33/6bdfaee9ae606a4f8b392396fcc4c15889d23cee/b7c5792d-7e63-4f14-8376-23432556f446.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20221215%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20221215T161021Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=7d73e390ec7bef155f34c3bdbb5c5e69da391dd184d8cc4a1e4223cbb76e4f5e 16:10:21 % Total % Received % Xferd Average Speed Time Time Time Current 16:10:21 Dload Upload Total Spent Left Speed 16:10:22 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3208 0 0 100 3208 0 15061 --:--:-- --:--:-- --:--:-- 15061 16:10:22 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-mqtt-go/commit/6bdfaee9ae606a4f8b392396fcc4c15889d23cee [Pipeline] } 16:10:22 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 16:10:23 + [ -d /w/workspace/gexfoundry_device-mqtt-go_PR-440/archives ] 16:10:23 + ls -al /w/workspace/gexfoundry_device-mqtt-go_PR-440/archives 16:10:23 total 16 16:10:23 drwxr-xr-x 3 root root 4096 Dec 15 16:03 . 16:10:23 drwxrwxr-x 11 jenkins jenkins 4096 Dec 15 16:03 .. 16:10:23 drwxr-xr-x 2 root root 4096 Dec 15 16:03 cost 16:10:23 -rw-r--r-- 1 root root 86 Dec 15 16:03 cost.csv 16:10:23 + sudo chown -R jenkins:jenkins /w/workspace/gexfoundry_device-mqtt-go_PR-440/archives 16:10:23 + ls -al /w/workspace/gexfoundry_device-mqtt-go_PR-440/archives 16:10:23 total 16 16:10:23 drwxr-xr-x 3 jenkins jenkins 4096 Dec 15 16:03 . 16:10:23 drwxrwxr-x 11 jenkins jenkins 4096 Dec 15 16:03 .. 16:10:23 drwxr-xr-x 2 jenkins jenkins 4096 Dec 15 16:03 cost 16:10:23 -rw-r--r-- 1 jenkins jenkins 86 Dec 15 16:03 cost.csv [Pipeline] libraryResource [Pipeline] sh 16:10:24 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 16:10:25 ---> package-listing.sh 16:10:25 ++ facter osfamily 16:10:25 ++ tr '[:upper:]' '[:lower:]' 16:10:25 + OS_FAMILY=debian 16:10:25 + workspace=/w/workspace/gexfoundry_device-mqtt-go_PR-440 16:10:25 + START_PACKAGES=/tmp/packages_start.txt 16:10:25 + END_PACKAGES=/tmp/packages_end.txt 16:10:25 + DIFF_PACKAGES=/tmp/packages_diff.txt 16:10:25 + PACKAGES=/tmp/packages_start.txt 16:10:25 + '[' /w/workspace/gexfoundry_device-mqtt-go_PR-440 ']' 16:10:25 + PACKAGES=/tmp/packages_end.txt 16:10:25 + case "${OS_FAMILY}" in 16:10:25 + dpkg -l 16:10:25 + grep '^ii' 16:10:25 + '[' -f /tmp/packages_start.txt ']' 16:10:25 + '[' -f /tmp/packages_end.txt ']' 16:10:25 + diff /tmp/packages_start.txt /tmp/packages_end.txt 16:10:25 + '[' /w/workspace/gexfoundry_device-mqtt-go_PR-440 ']' 16:10:25 + mkdir -p /w/workspace/gexfoundry_device-mqtt-go_PR-440/archives/ 16:10:25 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-mqtt-go_PR-440/archives/ [Pipeline] echo 16:10:25 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-440/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 16:10:25 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:10:26 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 16:10:26 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:10:26 prd-ubuntu20.04-docker-8c-8g-121363 does not seem to be running inside a container 16:10:26 $ 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-440/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-440 -v /w/workspace/gexfoundry_device-mqtt-go_PR-440:/w/workspace/gexfoundry_device-mqtt-go_PR-440:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-440@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-440@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 16:10:26 $ docker top 752fc7ff80a86f4578b0e106267946ccbc5dfa748830d356ca1dce874301ff52 -eo pid,comm [Pipeline] { [Pipeline] sh 16:10:27 + touch /tmp/pre-build-complete [Pipeline] sh 16:10:27 + mkdir -p /var/log/sysstat [Pipeline] sh 16:10:27 + ls /var/log/sa-host 16:10:27 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:10:28 provisioning config files... 16:10:28 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-440@tmp/config18233049988301105920tmp [Pipeline] { [Pipeline] echo 16:10:28 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 16:10:28 ---> create-netrc.sh [Pipeline] } 16:10:28 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 16:10:28 ---> python-tools-install.sh [Pipeline] echo 16:10:28 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 16:10:29 ---> sudo-logs.sh 16:10:29 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 16:10:29 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 16:10:29 ---> job-cost.sh 16:10:29 lf-activate-venv: SKIPPING 16:10:29 DEBUG: total: 0.2199999988079071 16:10:29 INFO: Retrieving Stack Cost... 16:10:29 INFO: Retrieving Pricing Info for: v3-standard-8 16:10:30 INFO: Archiving Costs [Pipeline] echo 16:10:30 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 16:10:30 ---> logs-deploy.sh 16:10:30 lf-activate-venv: SKIPPING 16:10:30 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-mqtt-go/PR-440/1 16:10:30 INFO: archiving workspace using pattern(s): 16:10:31 Archives upload complete. 16:10:31 INFO: archiving logs to Nexus