Pull request #391 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 weichou1229 for edgexfoundry/device-mqtt-go Obtained Jenkinsfile from 30d7fba99698714f80cf17b3b7b2765a7d546714+8114a0a5788dfb33e69c59c13f1ac2f90e850568 (88101f37ff2ee5930749927ceb9626427d59c0e4) 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-ssh14540223243943054515.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 2c7614b56cb57ece5b5bdf52d827492071d4cc62 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh13469136097731390755.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 2c7614b56cb57ece5b5bdf52d827492071d4cc62 The recommended git tool is: git using credential edgex-jenkins-ssh 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-391/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-391/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh6061802034293228820.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-391/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh230321729597488776.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 2c7614b56cb57ece5b5bdf52d827492071d4cc62 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 2c7614b56cb57ece5b5bdf52d827492071d4cc62 # timeout=10 Commit message: "Merge pull request #399 from ernestojeda/fix-go-mod-version" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > 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-ssh10228218939306583043.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 0f180ed1236c637af8c254f95ad106931cc77145 The recommended git tool is: NONE using credential edgex-jenkins-ssh 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-391/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-391/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh12799997507400826630.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 0f180ed1236c637af8c254f95ad106931cc77145 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 0f180ed1236c637af8c254f95ad106931cc77145 # timeout=10 Commit message: "Feat: Add initial docker pipelines" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object 2c7614b56cb57ece5b5bdf52d827492071d4cc62 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-mqtt-go, buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-mqtt-go-settings PROJECT: device-mqtt-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.17 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-mqtt DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-2548 in /w/workspace/gexfoundry_device-mqtt-go_PR-391 [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-391 # 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 Merging remotes/origin/main commit 8114a0a5788dfb33e69c59c13f1ac2f90e850568 into PR head commit 30d7fba99698714f80cf17b3b7b2765a7d546714 Merge succeeded, producing 30d7fba99698714f80cf17b3b7b2765a7d546714 Checking out Revision 30d7fba99698714f80cf17b3b7b2765a7d546714 (PR-391) 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/391/head:refs/remotes/origin/PR-391 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 30d7fba99698714f80cf17b3b7b2765a7d546714 # 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 8114a0a5788dfb33e69c59c13f1ac2f90e850568 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 30d7fba99698714f80cf17b3b7b2765a7d546714 # timeout=10 Commit message: "build: Upgrade sdk and paho.mqtt lib" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 2c7614b56cb57ece5b5bdf52d827492071d4cc62 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 09:49:49 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 09:49:49 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 09:49:49 ========================================================= 09:49:49 EdgeX Global Pipelines Version Info 09:49:49 ========================================================= [Pipeline] libraryResource [Pipeline] sh 09:49:50 ------------------- 09:49:50 stable info: 09:49:50 ------------------- 09:49:50 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 09:49:50 Commit SHA: 2c7614b56cb57ece5b5bdf52d827492071d4cc62 09:49:50 Message: update stable to v1.0.234 09:49:50 ------------------- 09:49:50 experimental info: 09:49:50 ------------------- 09:49:50 Commited By: **** collab-it+edgex@linuxfoundation.org 09:49:50 Commit SHA: 2c7614b56cb57ece5b5bdf52d827492071d4cc62 09:49:50 Message: update experimental to v1.0.234 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 09:49:51 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-mqtt-go-settings [Pipeline] echo 09:49:51 [edgeXSetupEnvironment]: set envvar PROJECT = device-mqtt-go [Pipeline] echo 09:49:51 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 09:49:51 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 09:49:51 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 09:49:51 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.17 [Pipeline] echo 09:49:51 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 09:49:51 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 09:49:51 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 09:49:51 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 09:49:51 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 09:49:51 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-mqtt [Pipeline] echo 09:49:51 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 09:49:51 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 09:49:51 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 09:49:51 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 09:49:51 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 09:49:51 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 09:49:51 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 09:49:51 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 09:49:51 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 09:49:51 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 09:49:51 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 09:49:52 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 09:49:52 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 09:49:52 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 09:49:52 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 09:49:52 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-391 [Pipeline] echo 09:49:52 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-391 [Pipeline] echo 09:49:52 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-391 [Pipeline] echo 09:49:52 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 30d7fba99698714f80cf17b3b7b2765a7d546714 [Pipeline] echo 09:49:52 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 30d7fba [Pipeline] echo 09:49:52 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 09:49:52 provisioning config files... 09:49:52 copy managed file [device-mqtt-go-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-391@tmp/config7741747687412156338tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:49:52 ---> docker-login.sh 09:49:52 nexus3.edgexfoundry.org:10001 09:49:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:49:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:49:53 Configure a credential helper to remove this warning. See 09:49:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:49:53 09:49:53 Login Succeeded 09:49:53 nexus3.edgexfoundry.org:10002 09:49:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:49:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:49:53 Configure a credential helper to remove this warning. See 09:49:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:49:53 09:49:53 Login Succeeded 09:49:53 nexus3.edgexfoundry.org:10003 09:49:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:49:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:49:53 Configure a credential helper to remove this warning. See 09:49:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:49:53 09:49:53 Login Succeeded 09:49:53 nexus3.edgexfoundry.org:10004 09:49:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:49:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:49:53 Configure a credential helper to remove this warning. See 09:49:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:49:53 09:49:53 Login Succeeded 09:49:53 docker.io 09:49:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:49:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:49:53 Configure a credential helper to remove this warning. See 09:49:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:49:53 09:49:53 Login Succeeded 09:49:53 ---> docker-login.sh ends [Pipeline] } 09:49:53 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 09:49:54 + git rev-list -1 --merges 30d7fba99698714f80cf17b3b7b2765a7d546714~1..30d7fba99698714f80cf17b3b7b2765a7d546714 [Pipeline] echo 09:49:54 -----------> git rev-list -1 --merges 30d7fba99698714f80cf17b3b7b2765a7d546714~1..30d7fba99698714f80cf17b3b7b2765a7d546714 30d7fba99698714f80cf17b3b7b2765a7d546714 [false] [Pipeline] sh 09:49:54 + git log --format=format:%s -1 30d7fba99698714f80cf17b3b7b2765a7d546714 [Pipeline] echo 09:49:54 ========================================================= 09:49:54 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 09:49:54 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 09:49:55 + git log --format=format:%s -1 30d7fba99698714f80cf17b3b7b2765a7d546714 [Pipeline] echo 09:49:55 [semverPrep] GIT_COMMIT: 30d7fba99698714f80cf17b3b7b2765a7d546714, Commit Message: build: Upgrade sdk and paho.mqtt lib [Pipeline] echo 09:49:55 [semverPrep] This is not a build commit. [Pipeline] sh 09:49:55 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 09:49:55 + grep -v github /etc/ssh/ssh_known_hosts 09:49:55 + [ -e /tmp/ssh_known_hosts ] 09:49:55 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 09:49:55 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 09:49:55 + sudo tee -a /etc/ssh/ssh_known_hosts 09:49:55 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:49:56 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 09:49:56 09:49:56 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:49:56 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 09:49:56 0.1.4: Pulling from edgex-devops/py-git-semver 09:49:56 42c077c10790: Pulling fs layer 09:49:56 f63e77b7563a: Pulling fs layer 09:49:56 bd5fdadae976: Pulling fs layer 09:49:56 205491f53016: Pulling fs layer 09:49:56 df18705c85c3: Pulling fs layer 09:49:56 bdb3f477010e: Pulling fs layer 09:49:56 c8a8fc8e1c8f: Pulling fs layer 09:49:56 2c6e9b1d212d: Pulling fs layer 09:49:56 bdb8f0575790: Pulling fs layer 09:49:56 386e3cb2ff24: Pulling fs layer 09:49:56 2343380bae48: Pulling fs layer 09:49:56 bdb3f477010e: Waiting 09:49:56 386e3cb2ff24: Waiting 09:49:56 c8a8fc8e1c8f: Waiting 09:49:56 205491f53016: Waiting 09:49:56 df18705c85c3: Waiting 09:49:56 bdb8f0575790: Waiting 09:49:56 2343380bae48: Waiting 09:49:56 f63e77b7563a: Verifying Checksum 09:49:56 f63e77b7563a: Download complete 09:49:56 205491f53016: Verifying Checksum 09:49:56 205491f53016: Download complete 09:49:56 bd5fdadae976: Verifying Checksum 09:49:56 bd5fdadae976: Download complete 09:49:56 df18705c85c3: Verifying Checksum 09:49:56 df18705c85c3: Download complete 09:49:56 bdb3f477010e: Verifying Checksum 09:49:56 bdb3f477010e: Download complete 09:49:56 2c6e9b1d212d: Verifying Checksum 09:49:56 2c6e9b1d212d: Download complete 09:49:56 bdb8f0575790: Download complete 09:49:56 386e3cb2ff24: Verifying Checksum 09:49:56 386e3cb2ff24: Download complete 09:49:56 2343380bae48: Download complete 09:49:56 42c077c10790: Verifying Checksum 09:49:56 42c077c10790: Download complete 09:49:57 c8a8fc8e1c8f: Download complete 09:49:58 42c077c10790: Pull complete 09:49:58 f63e77b7563a: Pull complete 09:49:59 bd5fdadae976: Pull complete 09:49:59 205491f53016: Pull complete 09:49:59 df18705c85c3: Pull complete 09:49:59 bdb3f477010e: Pull complete 09:50:01 c8a8fc8e1c8f: Pull complete 09:50:01 2c6e9b1d212d: Pull complete 09:50:01 bdb8f0575790: Pull complete 09:50:01 386e3cb2ff24: Pull complete 09:50:01 2343380bae48: Pull complete 09:50:01 Digest: sha256:c3bf284c02da7271302b7a373f1d48320b54229aa5119b2a29c7f8015e6a9264 09:50:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 09:50:01 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:50:01 prd-ubuntu20.04-docker-8c-8g-2548 does not seem to be running inside a container 09:50:01 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-mqtt-go_PR-391 -v /w/workspace/gexfoundry_device-mqtt-go_PR-391:/w/workspace/gexfoundry_device-mqtt-go_PR-391:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-391@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-391@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 09:50:03 $ docker top fd03ec4aa8b54689f670e3de4d40b8c05c9aa206895b81cfc80a97dfc00ab22f -eo pid,comm 09:50:03 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 09:50:03 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 09:50:03 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:50:03 [ssh-agent] Looking for ssh-agent implementation... 09:50:03 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:50:03 $ docker exec fd03ec4aa8b54689f670e3de4d40b8c05c9aa206895b81cfc80a97dfc00ab22f ssh-agent 09:50:03 SSH_AUTH_SOCK=/tmp/ssh-KSfyARNxUzYV/agent.33 09:50:03 SSH_AGENT_PID=39 09:50:03 Running ssh-add (command line suppressed) 09:50:03 Identity added: /w/workspace/gexfoundry_device-mqtt-go_PR-391@tmp/private_key_5536136322010030398.key (/w/workspace/gexfoundry_device-mqtt-go_PR-391@tmp/private_key_5536136322010030398.key) 09:50:03 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:50:04 + git tag --points-at HEAD [Pipeline] } 09:50:04 $ docker exec --env ******** --env ******** fd03ec4aa8b54689f670e3de4d40b8c05c9aa206895b81cfc80a97dfc00ab22f ssh-agent -k 09:50:04 unset SSH_AUTH_SOCK; 09:50:04 unset SSH_AGENT_PID; 09:50:04 echo Agent pid 39 killed; 09:50:04 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 09:50:04 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:50:04 [ssh-agent] Looking for ssh-agent implementation... 09:50:04 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:50:04 $ docker exec fd03ec4aa8b54689f670e3de4d40b8c05c9aa206895b81cfc80a97dfc00ab22f ssh-agent 09:50:04 SSH_AUTH_SOCK=/tmp/ssh-Al0k812ugUBL/agent.74 09:50:04 SSH_AGENT_PID=81 09:50:04 Running ssh-add (command line suppressed) 09:50:04 Identity added: /w/workspace/gexfoundry_device-mqtt-go_PR-391@tmp/private_key_3481079421092260154.key (/w/workspace/gexfoundry_device-mqtt-go_PR-391@tmp/private_key_3481079421092260154.key) 09:50:04 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:50:05 + git semver init 09:50:05 2022-06-17 09:50:05,469 [run_init] DEBUG init version:0.0.0 force:False 09:50:05 2022-06-17 09:50:05,470 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/gexfoundry_device-mqtt-go_PR-391/.semver 09:50:05 2022-06-17 09:50:05,471 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-mqtt-go.git /w/workspace/gexfoundry_device-mqtt-go_PR-391/.semver 09:50:05 2022-06-17 09:50:05,471 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-mqtt-go.git', '/w/workspace/gexfoundry_device-mqtt-go_PR-391/.semver'], cwd=/w/workspace/gexfoundry_device-mqtt-go_PR-391, universal_newlines=False, shell=None, istream=None) 09:50:06 2022-06-17 09:50:06,176 [append_file] DEBUG append to file:/w/workspace/gexfoundry_device-mqtt-go_PR-391/.git/info/exclude 09:50:06 2022-06-17 09:50:06,177 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/gexfoundry_device-mqtt-go_PR-391/.semver/PR-391 with force:False 09:50:06 2022-06-17 09:50:06,177 [write_file] DEBUG write to file:/w/workspace/gexfoundry_device-mqtt-go_PR-391/.semver/PR-391 09:50:06 2022-06-17 09:50:06,181 [execute] INFO git cat-file --batch-check 09:50:06 2022-06-17 09:50:06,182 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_device-mqtt-go_PR-391/.semver, universal_newlines=False, shell=None, istream=) 09:50:06 2022-06-17 09:50:06,189 [execute] INFO git cat-file --batch 09:50:06 2022-06-17 09:50:06,189 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_device-mqtt-go_PR-391/.semver, universal_newlines=False, shell=None, istream=) 09:50:06 2022-06-17 09:50:06,195 [read_version] DEBUG read version from /w/workspace/gexfoundry_device-mqtt-go_PR-391/.semver/PR-391 09:50:06 0.0.0 [Pipeline] } 09:50:06 $ docker exec --env ******** --env ******** fd03ec4aa8b54689f670e3de4d40b8c05c9aa206895b81cfc80a97dfc00ab22f ssh-agent -k 09:50:06 unset SSH_AUTH_SOCK; 09:50:06 unset SSH_AGENT_PID; 09:50:06 echo Agent pid 81 killed; 09:50:06 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 09:50:07 + git semver [Pipeline] } 09:50:07 $ docker stop --time=1 fd03ec4aa8b54689f670e3de4d40b8c05c9aa206895b81cfc80a97dfc00ab22f 09:50:08 $ docker rm -f fd03ec4aa8b54689f670e3de4d40b8c05c9aa206895b81cfc80a97dfc00ab22f [Pipeline] // withDockerContainer [Pipeline] sh 09:50:09 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 09:50:09 Stashed 1 file(s) [Pipeline] echo 09:50:09 [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 09:50:10 provisioning config files... 09:50:10 copy managed file [device-mqtt-go-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-391@tmp/config7538847474753446142tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:50:10 ---> docker-login.sh 09:50:10 nexus3.edgexfoundry.org:10001 09:50:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:50:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:50:10 Configure a credential helper to remove this warning. See 09:50:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:50:10 09:50:10 Login Succeeded 09:50:10 nexus3.edgexfoundry.org:10002 09:50:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:50:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:50:10 Configure a credential helper to remove this warning. See 09:50:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:50:10 09:50:10 Login Succeeded 09:50:10 nexus3.edgexfoundry.org:10003 09:50:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:50:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:50:10 Configure a credential helper to remove this warning. See 09:50:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:50:10 09:50:10 Login Succeeded 09:50:10 nexus3.edgexfoundry.org:10004 09:50:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:50:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:50:10 Configure a credential helper to remove this warning. See 09:50:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:50:10 09:50:10 Login Succeeded 09:50:10 docker.io 09:50:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:50:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:50:11 Configure a credential helper to remove this warning. See 09:50:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:50:11 09:50:11 Login Succeeded 09:50:11 ---> docker-login.sh ends [Pipeline] } 09:50:11 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 09:50:11 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 09:50:11 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 09:50:11 ========================================================= 09:50:11 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine] 09:50:11 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:50:11 + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine --build-arg MAKE=echo noop --target=builder . 09:50:11 Sending build context to Docker daemon 6.015MB 09:50:11 Step 1/12 : ARG BASE=golang:1.17-alpine3.15 09:50:11 Step 2/12 : FROM ${BASE} AS builder 09:50:12 1.17-alpine: Pulling from edgex-devops/edgex-golang-base 09:50:12 59bf1c3509f3: Pulling fs layer 09:50:12 666ba61612fd: Pulling fs layer 09:50:12 8ed8ca486205: Pulling fs layer 09:50:12 cc1cd167ecdc: Pulling fs layer 09:50:12 c516ae0d96e1: Pulling fs layer 09:50:12 684cea983483: Pulling fs layer 09:50:12 dd3240ac7de5: Pulling fs layer 09:50:12 b1e948a4e11c: Pulling fs layer 09:50:12 a8fd76ee1af6: Pulling fs layer 09:50:12 646ad004c059: Pulling fs layer 09:50:12 684cea983483: Waiting 09:50:12 c516ae0d96e1: Waiting 09:50:12 dd3240ac7de5: Waiting 09:50:12 a8fd76ee1af6: Waiting 09:50:12 646ad004c059: Waiting 09:50:12 b1e948a4e11c: Waiting 09:50:12 8ed8ca486205: Verifying Checksum 09:50:12 8ed8ca486205: Download complete 09:50:12 666ba61612fd: Download complete 09:50:12 c516ae0d96e1: Verifying Checksum 09:50:12 c516ae0d96e1: Download complete 09:50:12 684cea983483: Verifying Checksum 09:50:12 dd3240ac7de5: Verifying Checksum 09:50:12 dd3240ac7de5: Download complete 09:50:12 59bf1c3509f3: Verifying Checksum 09:50:12 b1e948a4e11c: Verifying Checksum 09:50:12 b1e948a4e11c: Download complete 09:50:12 59bf1c3509f3: Pull complete 09:50:12 666ba61612fd: Pull complete 09:50:12 8ed8ca486205: Pull complete 09:50:12 646ad004c059: Verifying Checksum 09:50:12 646ad004c059: Download complete 09:50:12 a8fd76ee1af6: Download complete 09:50:12 cc1cd167ecdc: Verifying Checksum 09:50:12 cc1cd167ecdc: Download complete 09:50:16 cc1cd167ecdc: Pull complete 09:50:16 c516ae0d96e1: Pull complete 09:50:16 684cea983483: Pull complete 09:50:16 dd3240ac7de5: Pull complete 09:50:16 b1e948a4e11c: Pull complete 09:50:18 a8fd76ee1af6: Pull complete 09:50:19 646ad004c059: Pull complete 09:50:19 Digest: sha256:bc8ce28cadebfaa099e5330588345fe90134e4027cf71364bfd2aff1e7ff8c16 09:50:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine 09:50:19 ---> 8f69c11f6b0c 09:50:19 Step 3/12 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 09:50:20 ---> Running in 6d05ab91ac52 09:50:20 Removing intermediate container 6d05ab91ac52 09:50:20 ---> bfb69cd0f759 09:50:20 Step 4/12 : ARG ALPINE_PKG_EXTRA="" 09:50:21 ---> Running in 09bf40534535 09:50:21 Removing intermediate container 09bf40534535 09:50:21 ---> 133238fd091b 09:50:21 Step 5/12 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:50:21 ---> Running in 8a3ff9714888 09:50:21 Removing intermediate container 8a3ff9714888 09:50:21 ---> 9a9f5c9541f0 09:50:21 Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 09:50:21 ---> Running in 261f2d4a9389 09:50:21 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 09:50:22 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 09:50:23 (1/4) Installing openssh-keygen (8.8_p1-r1) 09:50:23 (2/4) Installing libedit (20210910.3.1-r0) 09:50:23 (3/4) Installing openssh-client-common (8.8_p1-r1) 09:50:23 (4/4) Installing openssh-client-default (8.8_p1-r1) 09:50:23 Executing busybox-1.34.1-r3.trigger 09:50:23 OK: 224 MiB in 56 packages 09:50:24 Removing intermediate container 261f2d4a9389 09:50:24 ---> 93b275d58f50 09:50:24 Step 7/12 : WORKDIR /device-mqtt-go 09:50:24 ---> Running in a4d29adb7739 09:50:24 Removing intermediate container a4d29adb7739 09:50:24 ---> 87f5ed351a06 09:50:24 Step 8/12 : COPY go.mod vendor* ./ 09:50:24 ---> 540a2f21a174 09:50:24 Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:50:24 ---> Running in 0c5d901567a9 09:50:24 Still waiting to schedule task 09:50:24 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 09:50:42 Removing intermediate container 0c5d901567a9 09:50:42 ---> fee65d83e260 09:50:42 Step 10/12 : COPY . . 09:50:42 ---> fd58806fd562 09:50:42 Step 11/12 : ARG MAKE='make build' 09:50:42 ---> Running in e19fd89bba54 09:50:42 Removing intermediate container e19fd89bba54 09:50:42 ---> ccab5933e7bf 09:50:42 Step 12/12 : RUN $MAKE 09:50:42 ---> Running in 1f2124202822 09:50:42 noop 09:50:42 Removing intermediate container 1f2124202822 09:50:42 ---> 0630f4e2cc2d 09:50:42 Successfully built 0630f4e2cc2d 09:50:42 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:50:43 + docker inspect -f . ci-base-image-x86_64 09:50:43 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:50:43 prd-ubuntu20.04-docker-8c-8g-2548 does not seem to be running inside a container 09:50:43 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_device-mqtt-go_PR-391 -v /w/workspace/gexfoundry_device-mqtt-go_PR-391:/w/workspace/gexfoundry_device-mqtt-go_PR-391:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-391@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-391@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 09:50:43 $ docker top 2bbd8a87a33e9a6b01bfa5b5848b2f910ba3f0889b898337f94a653811e6c159 -eo pid,comm [Pipeline] { [Pipeline] sh 09:50:44 + go version 09:50:44 go version go1.17.7 linux/amd64 [Pipeline] } 09:50:44 $ docker stop --time=1 2bbd8a87a33e9a6b01bfa5b5848b2f910ba3f0889b898337f94a653811e6c159 09:50:45 $ docker rm -f 2bbd8a87a33e9a6b01bfa5b5848b2f910ba3f0889b898337f94a653811e6c159 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:50:46 + docker inspect -f . ci-base-image-x86_64 09:50:46 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:50:46 prd-ubuntu20.04-docker-8c-8g-2548 does not seem to be running inside a container 09:50:46 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_device-mqtt-go_PR-391 -v /w/workspace/gexfoundry_device-mqtt-go_PR-391:/w/workspace/gexfoundry_device-mqtt-go_PR-391:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-391@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-391@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 09:50:47 $ docker top c51dbec76ab64681b9eb1a9b1ff5d9d2d2167fb776fc15281680856183f1e274 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh 09:50:47 + make test 09:50:47 GCO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 09:50:47 ? github.com/edgexfoundry/device-mqtt-go [no test files] 09:50:57 ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] 09:50:57 ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.013s coverage: 21.8% of statements 09:50:57 ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] 09:51:04 GCO_ENABLED=1 GO111MODULE=on go vet ./... 09:51:07 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 09:51:07 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 09:51:07 ./bin/test-attribution-txt.sh [Pipeline] echo 09:51:08 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 09:51:08 $ docker stop --time=1 c51dbec76ab64681b9eb1a9b1ff5d9d2d2167fb776fc15281680856183f1e274 09:51:10 $ docker rm -f c51dbec76ab64681b9eb1a9b1ff5d9d2d2167fb776fc15281680856183f1e274 [Pipeline] // withDockerContainer [Pipeline] sh 09:51:10 + sudo chown -R jenkins:jenkins . [Pipeline] stash 09:51:10 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 09:51:11 + sudo chown -R jenkins:jenkins . [Pipeline] sh 09:51:11 + ls -al . 09:51:11 total 180 09:51:11 drwxrwxr-x 10 jenkins jenkins 4096 Jun 17 09:51 . 09:51:11 drwxrwxr-x 4 jenkins jenkins 4096 Jun 17 09:49 .. 09:51:11 -rw-rw-r-- 1 jenkins jenkins 140 Jun 17 09:49 .dockerignore 09:51:11 drwxrwxr-x 8 jenkins jenkins 4096 Jun 17 09:50 .git 09:51:11 drwxrwxr-x 3 jenkins jenkins 4096 Jun 17 09:49 .github 09:51:11 -rw-rw-r-- 1 jenkins jenkins 329 Jun 17 09:49 .gitignore 09:51:11 -rw-rw-r-- 1 jenkins jenkins 41 Jun 17 09:49 .golangci.yml 09:51:11 drwxr-xr-x 3 jenkins jenkins 4096 Jun 17 09:50 .semver 09:51:11 -rw-rw-r-- 1 jenkins jenkins 8917 Jun 17 09:49 Attribution.txt 09:51:11 -rw-rw-r-- 1 jenkins jenkins 11365 Jun 17 09:49 CHANGELOG.md 09:51:11 -rw-rw-r-- 1 jenkins jenkins 1930 Jun 17 09:49 Dockerfile 09:51:11 -rw-rw-r-- 1 jenkins jenkins 677 Jun 17 09:49 GOVERNANCE.md 09:51:11 -rw-rw-r-- 1 jenkins jenkins 678 Jun 17 09:49 Jenkinsfile 09:51:11 -rw-rw-r-- 1 jenkins jenkins 11340 Jun 17 09:49 LICENSE 09:51:11 -rw-rw-r-- 1 jenkins jenkins 1930 Jun 17 09:49 Makefile 09:51:11 -rw-rw-r-- 1 jenkins jenkins 620 Jun 17 09:49 OWNERS.md 09:51:11 -rw-rw-r-- 1 jenkins jenkins 2501 Jun 17 09:49 README.md 09:51:11 -rw-rw-r-- 1 jenkins jenkins 5 Jun 17 09:50 VERSION 09:51:11 drwxrwxr-x 2 jenkins jenkins 4096 Jun 17 09:49 bin 09:51:11 drwxrwxr-x 3 jenkins jenkins 4096 Jun 17 09:49 cmd 09:51:11 -rw-r--r-- 1 jenkins jenkins 17887 Jun 17 09:50 coverage.out 09:51:11 -rw-rw-r-- 1 jenkins jenkins 3313 Jun 17 09:49 go.mod 09:51:11 -rw-rw-r-- 1 jenkins jenkins 35836 Jun 17 09:49 go.sum 09:51:11 drwxrwxr-x 3 jenkins jenkins 4096 Jun 17 09:49 internal 09:51:11 drwxrwxr-x 2 jenkins jenkins 4096 Jun 17 09:49 mock 09:51:11 drwxrwxr-x 4 jenkins jenkins 4096 Jun 17 09:49 snap 09:51:11 -rw-rw-r-- 1 jenkins jenkins 227 Jun 17 09:49 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:51:12 + 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=30d7fba99698714f80cf17b3b7b2765a7d546714 --label arch=amd64 --label version=0.0.0 . 09:51:12 Sending build context to Docker daemon 6.034MB 09:51:12 Step 1/24 : ARG BASE=golang:1.17-alpine3.15 09:51:12 Step 2/24 : FROM ${BASE} AS builder 09:51:12 ---> 0630f4e2cc2d 09:51:12 Step 3/24 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 09:51:12 ---> Running in 34faaf3a791e 09:51:12 Removing intermediate container 34faaf3a791e 09:51:12 ---> 597e18e6c522 09:51:12 Step 4/24 : ARG ALPINE_PKG_EXTRA="" 09:51:12 ---> Running in 383160fdda7c 09:51:12 Removing intermediate container 383160fdda7c 09:51:12 ---> c9024008799f 09:51:12 Step 5/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:51:12 ---> Running in 9266bbe1bc19 09:51:12 Removing intermediate container 9266bbe1bc19 09:51:12 ---> 2055f16d0217 09:51:12 Step 6/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 09:51:13 ---> Running in 78eb7a941a48 09:51:13 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 09:51:14 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 09:51:14 OK: 224 MiB in 56 packages 09:51:15 Removing intermediate container 78eb7a941a48 09:51:15 ---> f41c00c5ec82 09:51:15 Step 7/24 : WORKDIR /device-mqtt-go 09:51:15 ---> Running in ad1e130a0386 09:51:15 Removing intermediate container ad1e130a0386 09:51:15 ---> a189d73ff14c 09:51:15 Step 8/24 : COPY go.mod vendor* ./ 09:51:15 ---> 00329334d5d0 09:51:15 Step 9/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:51:15 ---> Running in 2ddcdb7f3085 09:51:15 Removing intermediate container 2ddcdb7f3085 09:51:15 ---> b9d95be33a47 09:51:15 Step 10/24 : COPY . . 09:51:16 ---> 1fd4beed758e 09:51:16 Step 11/24 : ARG MAKE='make build' 09:51:16 ---> Running in 9ec4fa117875 09:51:16 Removing intermediate container 9ec4fa117875 09:51:16 ---> f5706acdd6b5 09:51:16 Step 12/24 : RUN $MAKE 09:51:16 ---> Running in dd8ab77b8d2c 09:51:16 GCO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/device-mqtt-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/device-mqtt ./cmd 09:51:38 Removing intermediate container dd8ab77b8d2c 09:51:38 ---> 0c9ecacf1d9a 09:51:38 Step 13/24 : FROM alpine:3.14 09:51:38 3.14: Pulling from library/alpine 09:51:38 8663204ce13b: Pulling fs layer 09:51:38 8663204ce13b: Verifying Checksum 09:51:38 8663204ce13b: Download complete 09:51:38 8663204ce13b: Pull complete 09:51:38 Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 09:51:38 Status: Downloaded newer image for alpine:3.14 09:51:38 ---> e04c818066af 09:51:38 Step 14/24 : LABEL license='VSPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IoTech Ltd' 09:51:38 ---> Running in c0d23d610457 09:51:38 Removing intermediate container c0d23d610457 09:51:38 ---> 121f93671679 09:51:38 Step 15/24 : RUN apk add --update --no-cache zeromq dumb-init 09:51:38 ---> Running in 493ca6fcffda 09:51:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 09:51:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 09:51:38 (1/6) Installing dumb-init (1.2.5-r1) 09:51:38 (2/6) Installing libgcc (10.3.1_git20210424-r2) 09:51:38 (3/6) Installing libsodium (1.0.18-r0) 09:51:38 (4/6) Installing libstdc++ (10.3.1_git20210424-r2) 09:51:38 (5/6) Installing libzmq (4.3.4-r0) 09:51:38 (6/6) Installing zeromq (4.3.4-r0) 09:51:38 Executing busybox-1.33.1-r7.trigger 09:51:38 OK: 8 MiB in 20 packages 09:51:38 Removing intermediate container 493ca6fcffda 09:51:38 ---> 665ec11b58e8 09:51:38 Step 16/24 : COPY --from=builder /device-mqtt-go/cmd / 09:51:38 ---> eca230b85b23 09:51:38 Step 17/24 : COPY --from=builder /device-mqtt-go/LICENSE / 09:51:39 ---> c21e00dc3f58 09:51:39 Step 18/24 : COPY --from=builder /device-mqtt-go/Attribution.txt / 09:51:39 ---> e26e19cd2b22 09:51:39 Step 19/24 : EXPOSE 59982 09:51:39 ---> Running in f00b20e3e83e 09:51:39 Removing intermediate container f00b20e3e83e 09:51:39 ---> d34833e9dc4f 09:51:39 Step 20/24 : ENTRYPOINT ["/device-mqtt"] 09:51:39 ---> Running in d0f6fa02dc45 09:51:39 Removing intermediate container d0f6fa02dc45 09:51:39 ---> 8c1b18322302 09:51:39 Step 21/24 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:51:39 ---> Running in 0f2e71820f6f 09:51:39 Removing intermediate container 0f2e71820f6f 09:51:39 ---> bc0dca6d019a 09:51:39 Step 22/24 : LABEL arch=amd64 09:51:39 ---> Running in dff63198b602 09:51:39 Removing intermediate container dff63198b602 09:51:39 ---> 28ee7ebdda3d 09:51:39 Step 23/24 : LABEL git_sha=30d7fba99698714f80cf17b3b7b2765a7d546714 09:51:39 ---> Running in 4ff3743de2e3 09:51:39 Removing intermediate container 4ff3743de2e3 09:51:39 ---> cfb2dfd45768 09:51:39 Step 24/24 : LABEL version=0.0.0 09:51:39 ---> Running in 379fe5a3d579 09:51:40 Removing intermediate container 379fe5a3d579 09:51:40 ---> fdea15799482 09:51:40 [Warning] One or more build-args [ARCH] were not consumed 09:51:40 Successfully built fdea15799482 09:51:40 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 09:51:40 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 09:51:40 09:51:40 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:51:41 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 09:51:41 latest: Pulling from edgex-lftools-log-publisher 09:51:41 5eb5b503b376: Pulling fs layer 09:51:41 5c69ac0246d0: Pulling fs layer 09:51:41 ec43610c2a17: Pulling fs layer 09:51:41 3a2ae6a8a46f: Pulling fs layer 09:51:41 33b1e0a273af: Pulling fs layer 09:51:41 5d3b04190fa2: Pulling fs layer 09:51:41 33b1e0a273af: Waiting 09:51:41 3a2ae6a8a46f: Waiting 09:51:41 2f39f015ded8: Pulling fs layer 09:51:41 5d3b04190fa2: Waiting 09:51:41 2f39f015ded8: Waiting 09:51:41 5c69ac0246d0: Verifying Checksum 09:51:41 5c69ac0246d0: Download complete 09:51:41 3a2ae6a8a46f: Verifying Checksum 09:51:41 3a2ae6a8a46f: Download complete 09:51:41 33b1e0a273af: Verifying Checksum 09:51:41 33b1e0a273af: Download complete 09:51:41 ec43610c2a17: Verifying Checksum 09:51:41 ec43610c2a17: Download complete 09:51:41 5d3b04190fa2: Download complete 09:51:41 5eb5b503b376: Verifying Checksum 09:51:41 5eb5b503b376: Download complete 09:51:42 2f39f015ded8: Verifying Checksum 09:51:43 5eb5b503b376: Pull complete 09:51:43 5c69ac0246d0: Pull complete 09:51:43 ec43610c2a17: Pull complete 09:51:43 3a2ae6a8a46f: Pull complete 09:51:43 33b1e0a273af: Pull complete 09:51:43 5d3b04190fa2: Pull complete 09:51:48 2f39f015ded8: Pull complete 09:51:48 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 09:51:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 09:51:48 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:51:48 prd-ubuntu20.04-docker-8c-8g-2548 does not seem to be running inside a container 09:51:48 $ 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-391 -v /w/workspace/gexfoundry_device-mqtt-go_PR-391:/w/workspace/gexfoundry_device-mqtt-go_PR-391:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-391@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-391@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 09:51:50 $ docker top dfbc6f4f55749c420fcf3d6372edcc3695bc81a6c39ef221ebd36bc0eb9b8f7a -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:51:50 ---> job-cost.sh 09:51:50 lf-activate-venv: SKIPPING 09:51:50 INFO: No Stack... 09:51:51 INFO: Retrieving Pricing Info for: v3-standard-8 09:51:51 INFO: Archiving Costs [Pipeline] sh 09:51:51 + cat /w/workspace/gexfoundry_device-mqtt-go_PR-391/archives/cost.csv 09:51:51 + cut -d, -f6 [Pipeline] lock 09:51:52 Trying to acquire lock on [jenkins-edgexfoundry-device-mqtt-go-PR-391-1-stack-cost] 09:51:52 Resource [jenkins-edgexfoundry-device-mqtt-go-PR-391-1-stack-cost] did not exist. Created. 09:51:52 Lock acquired on [jenkins-edgexfoundry-device-mqtt-go-PR-391-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 09:51:52 + echo total: 0.2199999988079071 [Pipeline] stash 09:51:52 Stashed 1 file(s) [Pipeline] } 09:51:52 Lock released on resource [jenkins-edgexfoundry-device-mqtt-go-PR-391-1-stack-cost] [Pipeline] // lock [Pipeline] } 09:51:52 $ docker stop --time=1 dfbc6f4f55749c420fcf3d6372edcc3695bc81a6c39ef221ebd36bc0eb9b8f7a 09:51:53 $ docker rm -f dfbc6f4f55749c420fcf3d6372edcc3695bc81a6c39ef221ebd36bc0eb9b8f7a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 09:51:57 Running on prd-ubuntu20.04-docker-arm64-4c-16g-2549 in /w/workspace/gexfoundry_device-mqtt-go_PR-391 [Pipeline] { [Pipeline] ws 09:51:57 Running in /w/workspace/device-mqtt-go/1 [Pipeline] { [Pipeline] checkout 09:51:57 Selected Git installation does not exist. Using Default 09:51:57 The recommended git tool is: NONE 09:52:04 using credential edgex-jenkins-ssh 09:52:04 Cloning the remote Git repository 09:52:04 Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git 09:52:04 > git init /w/workspace/device-mqtt-go/1 # timeout=10 09:52:04 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 09:52:04 > git --version # timeout=10 09:52:04 > git --version # 'git version 2.25.1' 09:52:04 using GIT_SSH to set credentials SSH Credentials for GitHub 09:52:04 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 09:52:06 Merging remotes/origin/main commit 8114a0a5788dfb33e69c59c13f1ac2f90e850568 into PR head commit 30d7fba99698714f80cf17b3b7b2765a7d546714 09:52:05 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 09:52:06 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 09:52:06 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 09:52:06 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 09:52:06 using GIT_SSH to set credentials SSH Credentials for GitHub 09:52:06 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/391/head:refs/remotes/origin/PR-391 +refs/heads/main:refs/remotes/origin/main # timeout=10 09:52:06 > git config core.sparsecheckout # timeout=10 09:52:06 > git checkout -f 30d7fba99698714f80cf17b3b7b2765a7d546714 # timeout=10 09:52:06 Merge succeeded, producing 30d7fba99698714f80cf17b3b7b2765a7d546714 09:52:06 Checking out Revision 30d7fba99698714f80cf17b3b7b2765a7d546714 (PR-391) 09:52:06 > git remote # timeout=10 09:52:06 > git config --get remote.origin.url # timeout=10 09:52:06 using GIT_SSH to set credentials SSH Credentials for GitHub 09:52:06 > git merge 8114a0a5788dfb33e69c59c13f1ac2f90e850568 # timeout=10 09:52:06 > git rev-parse HEAD^{commit} # timeout=10 09:52:06 > git config core.sparsecheckout # timeout=10 09:52:06 > git checkout -f 30d7fba99698714f80cf17b3b7b2765a7d546714 # timeout=10 09:52:11 Commit message: "build: Upgrade sdk and paho.mqtt lib" 09:52:11 > git --version # timeout=10 09:52:11 > git --version # 'git version 2.25.1' 09:52:11 fatal: bad object 2c7614b56cb57ece5b5bdf52d827492071d4cc62 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 09:52:12 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 09:52:12 % Total % Received % Xferd Average Speed Time Time Time Current 09:52:12 Dload Upload Total Spent Left Speed 09:52:12 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 63 12253 63 7746 0 0 42560 0 --:--:-- --:--:-- --:--:-- 42560 100 12253 100 12253 0 0 66956 0 --:--:-- --:--:-- --:--:-- 66592 [Pipeline] sh 09:52:12 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 09:52:13 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 09:52:13 + sudo tee /etc/docker/daemon.new 09:52:13 { 09:52:13 "registry-mirrors": [ 09:52:13 "https://nexus3.edgexfoundry.org:10001" 09:52:13 ], 09:52:13 "bip": "10.250.0.254/24", 09:52:13 "hosts": [ 09:52:13 "tcp://0.0.0.0:5555", 09:52:13 "unix:///var/run/docker.sock" 09:52:13 ], 09:52:13 "mtu": 1458, 09:52:13 "selinux-enabled": true, 09:52:13 "seccomp-profile": "/etc/docker/seccomp.json" 09:52:13 } [Pipeline] sh 09:52:13 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 09:52:14 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 09:52:32 provisioning config files... 09:52:32 copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/1@tmp/config2342578349644184333tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:52:33 ---> docker-login.sh 09:52:33 nexus3.edgexfoundry.org:10001 09:52:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:52:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:52:33 Configure a credential helper to remove this warning. See 09:52:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:52:33 09:52:33 Login Succeeded 09:52:33 nexus3.edgexfoundry.org:10002 09:52:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:52:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:52:34 Configure a credential helper to remove this warning. See 09:52:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:52:34 09:52:34 Login Succeeded 09:52:34 nexus3.edgexfoundry.org:10003 09:52:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:52:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:52:34 Configure a credential helper to remove this warning. See 09:52:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:52:34 09:52:34 Login Succeeded 09:52:34 nexus3.edgexfoundry.org:10004 09:52:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:52:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:52:35 Configure a credential helper to remove this warning. See 09:52:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:52:35 09:52:35 Login Succeeded 09:52:35 docker.io 09:52:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:52:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:52:35 Configure a credential helper to remove this warning. See 09:52:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:52:35 09:52:36 Login Succeeded 09:52:36 ---> docker-login.sh ends [Pipeline] } 09:52:36 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 09:52:36 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 09:52:36 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 09:52:36 ========================================================= 09:52:36 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine] 09:52:36 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:52:37 + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine --build-arg MAKE=echo noop --target=builder . 09:52:37 Sending build context to Docker daemon 3.12MB 09:52:37 Step 1/12 : ARG BASE=golang:1.17-alpine3.15 09:52:37 Step 2/12 : FROM ${BASE} AS builder 09:52:37 1.17-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 09:52:37 9b3977197b4f: Pulling fs layer 09:52:37 1a89e8eeedd5: Pulling fs layer 09:52:37 94645a83ff95: Pulling fs layer 09:52:37 e6fb740bc735: Pulling fs layer 09:52:37 3a77bd46dcc9: Pulling fs layer 09:52:37 355e64cbe906: Pulling fs layer 09:52:37 63ab81a10011: Pulling fs layer 09:52:37 555d1d1c4555: Pulling fs layer 09:52:37 7d9057610161: Pulling fs layer 09:52:37 e6fb740bc735: Waiting 09:52:37 3a77bd46dcc9: Waiting 09:52:37 63ab81a10011: Waiting 09:52:37 555d1d1c4555: Waiting 09:52:37 355e64cbe906: Waiting 09:52:37 7d9057610161: Waiting 09:52:37 94645a83ff95: Download complete 09:52:37 1a89e8eeedd5: Verifying Checksum 09:52:37 1a89e8eeedd5: Download complete 09:52:37 3a77bd46dcc9: Verifying Checksum 09:52:37 3a77bd46dcc9: Download complete 09:52:37 355e64cbe906: Download complete 09:52:37 9b3977197b4f: Download complete 09:52:37 63ab81a10011: Verifying Checksum 09:52:37 63ab81a10011: Download complete 09:52:38 9b3977197b4f: Pull complete 09:52:38 7d9057610161: Verifying Checksum 09:52:38 7d9057610161: Download complete 09:52:39 1a89e8eeedd5: Pull complete 09:52:39 94645a83ff95: Pull complete 09:52:39 555d1d1c4555: Verifying Checksum 09:52:39 555d1d1c4555: Download complete 09:52:40 e6fb740bc735: Download complete 09:52:52 e6fb740bc735: Pull complete 09:52:52 3a77bd46dcc9: Pull complete 09:52:53 355e64cbe906: Pull complete 09:52:53 63ab81a10011: Pull complete 09:53:00 555d1d1c4555: Pull complete 09:53:02 7d9057610161: Pull complete 09:53:02 Digest: sha256:2bfe06e9b82483759db2d79553298764cc23e00699169ff1c4d7513112b2d636 09:53:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine 09:53:02 ---> 819e984ddca1 09:53:02 Step 3/12 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 09:53:02 ---> Running in c91f986e278f 09:53:03 Removing intermediate container c91f986e278f 09:53:03 ---> 3db4041ccda8 09:53:03 Step 4/12 : ARG ALPINE_PKG_EXTRA="" 09:53:03 ---> Running in a4231ac82d89 09:53:03 Removing intermediate container a4231ac82d89 09:53:03 ---> 9fc1341d0c6e 09:53:03 Step 5/12 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:53:03 ---> Running in ee11aa552ad9 09:53:05 Removing intermediate container ee11aa552ad9 09:53:05 ---> 19617ce90041 09:53:05 Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 09:53:05 ---> Running in 437dd51710d4 09:53:07 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 09:53:08 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 09:53:08 (1/4) Installing openssh-keygen (8.8_p1-r1) 09:53:09 (2/4) Installing libedit (20210910.3.1-r0) 09:53:09 (3/4) Installing openssh-client-common (8.8_p1-r1) 09:53:09 (4/4) Installing openssh-client-default (8.8_p1-r1) 09:53:09 Executing busybox-1.34.1-r3.trigger 09:53:09 OK: 224 MiB in 56 packages 09:53:10 Removing intermediate container 437dd51710d4 09:53:10 ---> 95a101249fb2 09:53:10 Step 7/12 : WORKDIR /device-mqtt-go 09:53:10 ---> Running in 4f4617555252 09:53:11 Removing intermediate container 4f4617555252 09:53:11 ---> bf8e7e554f3f 09:53:11 Step 8/12 : COPY go.mod vendor* ./ 09:53:11 ---> b5932f779a9b 09:53:11 Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:53:11 ---> Running in 60b0719b11b4 09:53:58 Removing intermediate container 60b0719b11b4 09:53:58 ---> 7ea7a45c6504 09:53:58 Step 10/12 : COPY . . 09:53:58 ---> a9972bc20e32 09:53:58 Step 11/12 : ARG MAKE='make build' 09:53:58 ---> Running in 8cce125707ce 09:53:58 Removing intermediate container 8cce125707ce 09:53:58 ---> 3cf0d9c1b554 09:53:58 Step 12/12 : RUN $MAKE 09:53:58 ---> Running in 1939ab7038da 09:53:58 noop 09:53:58 Removing intermediate container 1939ab7038da 09:53:58 ---> 87f10d2cbf24 09:53:58 Successfully built 87f10d2cbf24 09:53:58 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:53:59 + docker inspect -f . ci-base-image-arm64 09:53:59 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:53:59 prd-ubuntu20.04-docker-arm64-4c-16g-2549 does not seem to be running inside a container 09:53:59 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/1 -v /w/workspace/device-mqtt-go/1:/w/workspace/device-mqtt-go/1:rw,z -v /w/workspace/device-mqtt-go/1@tmp:/w/workspace/device-mqtt-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 09:54:00 $ docker top 0b482164147cb479cedecf5fbe428e84562d07e771725fe8d4af9f8f3c61e3de -eo pid,comm [Pipeline] { [Pipeline] sh 09:54:01 + go version 09:54:01 go version go1.17.7 linux/arm64 [Pipeline] } 09:54:01 $ docker stop --time=1 0b482164147cb479cedecf5fbe428e84562d07e771725fe8d4af9f8f3c61e3de 09:54:03 $ docker rm -f 0b482164147cb479cedecf5fbe428e84562d07e771725fe8d4af9f8f3c61e3de [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:54:04 + docker inspect -f . ci-base-image-arm64 09:54:04 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:54:04 prd-ubuntu20.04-docker-arm64-4c-16g-2549 does not seem to be running inside a container 09:54:04 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/1 -v /w/workspace/device-mqtt-go/1:/w/workspace/device-mqtt-go/1:rw,z -v /w/workspace/device-mqtt-go/1@tmp:/w/workspace/device-mqtt-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 09:54:05 $ docker top 8550615f17d53e27acf229eb579e4f2a0160fa504ad10e108cf710c68842c9e6 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh 09:54:06 + make test 09:54:06 GCO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 09:54:08 ? github.com/edgexfoundry/device-mqtt-go [no test files] 09:55:30 ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] 09:55:30 ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.073s coverage: 21.8% of statements 09:55:30 ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] 09:55:30 WARNING: Linting skipped (not on x86_64 or linter not installed) 09:55:30 GCO_ENABLED=1 GO111MODULE=on go vet ./... 09:55:52 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 09:55:52 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 09:55:52 ./bin/test-attribution-txt.sh [Pipeline] echo 09:55:52 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 09:55:52 $ docker stop --time=1 8550615f17d53e27acf229eb579e4f2a0160fa504ad10e108cf710c68842c9e6 09:55:54 $ docker rm -f 8550615f17d53e27acf229eb579e4f2a0160fa504ad10e108cf710c68842c9e6 [Pipeline] // withDockerContainer [Pipeline] sh 09:55:55 + sudo chown -R jenkins:jenkins . [Pipeline] stash 09:55:55 Warning: overwriting stash ‘coverage-report’ 09:55:56 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 09:55:56 + sudo chown -R jenkins:jenkins . [Pipeline] sh 09:55:57 + ls -al . 09:55:57 total 176 09:55:57 drwxrwxr-x 9 jenkins jenkins 4096 Jun 17 09:55 . 09:55:57 drwxrwxr-x 4 jenkins jenkins 4096 Jun 17 09:52 .. 09:55:57 -rw-rw-r-- 1 jenkins jenkins 140 Jun 17 09:52 .dockerignore 09:55:57 drwxrwxr-x 8 jenkins jenkins 4096 Jun 17 09:52 .git 09:55:57 drwxrwxr-x 3 jenkins jenkins 4096 Jun 17 09:52 .github 09:55:57 -rw-rw-r-- 1 jenkins jenkins 329 Jun 17 09:52 .gitignore 09:55:57 -rw-rw-r-- 1 jenkins jenkins 41 Jun 17 09:52 .golangci.yml 09:55:57 -rw-rw-r-- 1 jenkins jenkins 8917 Jun 17 09:52 Attribution.txt 09:55:57 -rw-rw-r-- 1 jenkins jenkins 11365 Jun 17 09:52 CHANGELOG.md 09:55:57 -rw-rw-r-- 1 jenkins jenkins 1930 Jun 17 09:52 Dockerfile 09:55:57 -rw-rw-r-- 1 jenkins jenkins 677 Jun 17 09:52 GOVERNANCE.md 09:55:57 -rw-rw-r-- 1 jenkins jenkins 678 Jun 17 09:52 Jenkinsfile 09:55:57 -rw-rw-r-- 1 jenkins jenkins 11340 Jun 17 09:52 LICENSE 09:55:57 -rw-rw-r-- 1 jenkins jenkins 1930 Jun 17 09:52 Makefile 09:55:57 -rw-rw-r-- 1 jenkins jenkins 620 Jun 17 09:52 OWNERS.md 09:55:57 -rw-rw-r-- 1 jenkins jenkins 2501 Jun 17 09:52 README.md 09:55:57 -rw-rw-r-- 1 jenkins jenkins 5 Jun 17 09:50 VERSION 09:55:57 drwxrwxr-x 2 jenkins jenkins 4096 Jun 17 09:52 bin 09:55:57 drwxrwxr-x 3 jenkins jenkins 4096 Jun 17 09:52 cmd 09:55:57 -rw-r--r-- 1 jenkins jenkins 17887 Jun 17 09:55 coverage.out 09:55:57 -rw-rw-r-- 1 jenkins jenkins 3313 Jun 17 09:52 go.mod 09:55:57 -rw-rw-r-- 1 jenkins jenkins 35836 Jun 17 09:52 go.sum 09:55:57 drwxrwxr-x 3 jenkins jenkins 4096 Jun 17 09:52 internal 09:55:57 drwxrwxr-x 2 jenkins jenkins 4096 Jun 17 09:52 mock 09:55:57 drwxrwxr-x 4 jenkins jenkins 4096 Jun 17 09:52 snap 09:55:57 -rw-rw-r-- 1 jenkins jenkins 227 Jun 17 09:52 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:55:57 + 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=30d7fba99698714f80cf17b3b7b2765a7d546714 --label arch=arm64 --label version=0.0.0 . 09:55:57 Sending build context to Docker daemon 3.138MB 09:55:57 Step 1/24 : ARG BASE=golang:1.17-alpine3.15 09:55:57 Step 2/24 : FROM ${BASE} AS builder 09:55:57 ---> 87f10d2cbf24 09:55:57 Step 3/24 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 09:55:58 ---> Running in 064e9e694cfa 09:55:58 Removing intermediate container 064e9e694cfa 09:55:58 ---> 0352bc9ebc21 09:55:58 Step 4/24 : ARG ALPINE_PKG_EXTRA="" 09:55:58 ---> Running in aa733b644a89 09:55:58 Removing intermediate container aa733b644a89 09:55:58 ---> 2c13906d3c47 09:55:58 Step 5/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:55:58 ---> Running in d72101099345 09:56:00 Removing intermediate container d72101099345 09:56:00 ---> 8a5a6ec96bc8 09:56:00 Step 6/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 09:56:00 ---> Running in 460eab4f84df 09:56:01 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 09:56:02 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 09:56:03 OK: 224 MiB in 56 packages 09:56:03 Removing intermediate container 460eab4f84df 09:56:03 ---> 39ed16aedd4e 09:56:03 Step 7/24 : WORKDIR /device-mqtt-go 09:56:04 ---> Running in 93dfbe0ad54a 09:56:04 Removing intermediate container 93dfbe0ad54a 09:56:04 ---> d8797ec30de1 09:56:04 Step 8/24 : COPY go.mod vendor* ./ 09:56:04 ---> 7ec9e2c6871f 09:56:04 Step 9/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:56:04 ---> Running in 84f4050eb907 09:56:06 Removing intermediate container 84f4050eb907 09:56:06 ---> 6f16313b5eb7 09:56:06 Step 10/24 : COPY . . 09:56:07 ---> c827b63861c7 09:56:07 Step 11/24 : ARG MAKE='make build' 09:56:07 ---> Running in 13a21c74b906 09:56:08 Removing intermediate container 13a21c74b906 09:56:08 ---> 87e0ea47e650 09:56:08 Step 12/24 : RUN $MAKE 09:56:08 ---> Running in e663d66f6a6b 09:56:09 GCO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/device-mqtt-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/device-mqtt ./cmd 09:58:15 Removing intermediate container e663d66f6a6b 09:58:15 ---> ed0a904ec4c8 09:58:15 Step 13/24 : FROM alpine:3.14 09:58:15 3.14: Pulling from library/alpine 09:58:15 455c02918c45: Pulling fs layer 09:58:15 455c02918c45: Verifying Checksum 09:58:15 455c02918c45: Download complete 09:58:15 455c02918c45: Pull complete 09:58:15 Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 09:58:15 Status: Downloaded newer image for alpine:3.14 09:58:15 ---> ac73e934f311 09:58:15 Step 14/24 : LABEL license='VSPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IoTech Ltd' 09:58:15 ---> Running in f92836ac02e2 09:58:15 Removing intermediate container f92836ac02e2 09:58:15 ---> 1bd85bf58bab 09:58:15 Step 15/24 : RUN apk add --update --no-cache zeromq dumb-init 09:58:15 ---> Running in 1323ce80327b 09:58:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 09:58:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 09:58:15 (1/6) Installing dumb-init (1.2.5-r1) 09:58:15 (2/6) Installing libgcc (10.3.1_git20210424-r2) 09:58:15 (3/6) Installing libsodium (1.0.18-r0) 09:58:15 (4/6) Installing libstdc++ (10.3.1_git20210424-r2) 09:58:15 (5/6) Installing libzmq (4.3.4-r0) 09:58:15 (6/6) Installing zeromq (4.3.4-r0) 09:58:15 Executing busybox-1.33.1-r7.trigger 09:58:15 OK: 8 MiB in 20 packages 09:58:15 Removing intermediate container 1323ce80327b 09:58:15 ---> 71b0d2917a36 09:58:15 Step 16/24 : COPY --from=builder /device-mqtt-go/cmd / 09:58:15 ---> b937e6cc1b0e 09:58:15 Step 17/24 : COPY --from=builder /device-mqtt-go/LICENSE / 09:58:15 ---> cadc92ec8f67 09:58:15 Step 18/24 : COPY --from=builder /device-mqtt-go/Attribution.txt / 09:58:15 ---> 021008ab80f0 09:58:15 Step 19/24 : EXPOSE 59982 09:58:15 ---> Running in 43f3301a6ecb 09:58:15 Removing intermediate container 43f3301a6ecb 09:58:15 ---> 98499affa91f 09:58:15 Step 20/24 : ENTRYPOINT ["/device-mqtt"] 09:58:15 ---> Running in 75b3dbacc707 09:58:15 Removing intermediate container 75b3dbacc707 09:58:15 ---> d50fafd830a4 09:58:15 Step 21/24 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:58:15 ---> Running in d10d2d49a0e2 09:58:15 Removing intermediate container d10d2d49a0e2 09:58:15 ---> 4af5539723aa 09:58:15 Step 22/24 : LABEL arch=arm64 09:58:15 ---> Running in 99cc7f8a1179 09:58:15 Removing intermediate container 99cc7f8a1179 09:58:15 ---> 9b0cec308eba 09:58:15 Step 23/24 : LABEL git_sha=30d7fba99698714f80cf17b3b7b2765a7d546714 09:58:15 ---> Running in 63f06e5cb612 09:58:15 Removing intermediate container 63f06e5cb612 09:58:15 ---> 5d8900b6c7de 09:58:15 Step 24/24 : LABEL version=0.0.0 09:58:15 ---> Running in 6a8091dc890d 09:58:15 Removing intermediate container 6a8091dc890d 09:58:15 ---> a39e92c0f5e7 09:58:15 [Warning] One or more build-args [ARCH] were not consumed 09:58:15 Successfully built a39e92c0f5e7 09:58:15 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 09:58:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 09:58:16 09:58:16 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:58:17 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 09:58:17 arm64: Pulling from edgex-lftools-log-publisher 09:58:17 8998bd30e6a1: Pulling fs layer 09:58:17 04944245beec: Pulling fs layer 09:58:17 699f458cf7ca: Pulling fs layer 09:58:17 765212b225bb: Pulling fs layer 09:58:17 f23df028b6ca: Pulling fs layer 09:58:17 d65c8cfc05b1: Pulling fs layer 09:58:17 2437ff75d9bd: Pulling fs layer 09:58:17 765212b225bb: Waiting 09:58:17 f23df028b6ca: Waiting 09:58:17 2437ff75d9bd: Waiting 09:58:17 d65c8cfc05b1: Waiting 09:58:17 04944245beec: Verifying Checksum 09:58:17 04944245beec: Download complete 09:58:17 765212b225bb: Download complete 09:58:17 f23df028b6ca: Verifying Checksum 09:58:17 f23df028b6ca: Download complete 09:58:17 d65c8cfc05b1: Verifying Checksum 09:58:17 d65c8cfc05b1: Download complete 09:58:17 699f458cf7ca: Verifying Checksum 09:58:17 699f458cf7ca: Download complete 09:58:18 8998bd30e6a1: Verifying Checksum 09:58:18 8998bd30e6a1: Download complete 09:58:20 2437ff75d9bd: Verifying Checksum 09:58:20 2437ff75d9bd: Download complete 09:58:22 8998bd30e6a1: Pull complete 09:58:22 04944245beec: Pull complete 09:58:24 699f458cf7ca: Pull complete 09:58:24 765212b225bb: Pull complete 09:58:25 f23df028b6ca: Pull complete 09:58:25 d65c8cfc05b1: Pull complete 09:58:40 2437ff75d9bd: Pull complete 09:58:40 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 09:58:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 09:58:40 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:58:40 prd-ubuntu20.04-docker-arm64-4c-16g-2549 does not seem to be running inside a container 09:58:40 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/device-mqtt-go/1 -v /w/workspace/device-mqtt-go/1:/w/workspace/device-mqtt-go/1:rw,z -v /w/workspace/device-mqtt-go/1@tmp:/w/workspace/device-mqtt-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 09:58:43 $ docker top 49d085f9eabf16e1cfcef675a03c4a4e0c79d2949d0afb580c3bb9763a1dbcdc -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:58:44 ---> job-cost.sh 09:58:44 lf-activate-venv: SKIPPING 09:58:44 INFO: No Stack... 09:58:45 INFO: Retrieving Pricing Info for: v3-standard-4 09:58:45 INFO: Archiving Costs [Pipeline] sh 09:58:46 + cat /w/workspace/device-mqtt-go/1/archives/cost.csv 09:58:46 + cut -d, -f6 [Pipeline] lock 09:58:46 Trying to acquire lock on [jenkins-edgexfoundry-device-mqtt-go-PR-391-1-stack-cost] 09:58:46 Resource [jenkins-edgexfoundry-device-mqtt-go-PR-391-1-stack-cost] did not exist. Created. 09:58:46 Lock acquired on [jenkins-edgexfoundry-device-mqtt-go-PR-391-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 09:58:47 /w/workspace/device-mqtt-go/1@tmp/durable-75b1c4d5/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 09:58:48 + echo total: 0.10999999940395355 [Pipeline] stash 09:58:48 Warning: overwriting stash ‘stack-cost’ 09:58:48 Stashed 1 file(s) [Pipeline] } 09:58:48 Lock released on resource [jenkins-edgexfoundry-device-mqtt-go-PR-391-1-stack-cost] [Pipeline] // lock [Pipeline] } 09:58:48 $ docker stop --time=1 49d085f9eabf16e1cfcef675a03c4a4e0c79d2949d0afb580c3bb9763a1dbcdc 09:58:49 $ docker rm -f 49d085f9eabf16e1cfcef675a03c4a4e0c79d2949d0afb580c3bb9763a1dbcdc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider 09:58:50 provisioning config files... 09:58:50 copy managed file [device-mqtt-go-codecov-token] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-391@tmp/config2510832429423105172tmp [Pipeline] { [Pipeline] sh 09:58:51 + set +x 09:58:51 + curl -s https://codecov.io/bash 09:58:51 + bash -s -- 09:58:51 09:58:51 _____ _ 09:58:51 / ____| | | 09:58:51 | | ___ __| | ___ ___ _____ __ 09:58:51 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 09:58:51 | |___| (_) | (_| | __/ (_| (_) \ V / 09:58:51 \_____\___/ \__,_|\___|\___\___/ \_/ 09:58:51 Bash-1.0.6 09:58:51 09:58:51 09:58:51 ==> git version 2.25.1 found 09:58:51 ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 09:58:51 Release-Date: 2020-01-08 09:58:51 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 09:58:51 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 09:58:51 ==> Jenkins CI detected. 09:58:51 current dir:  /w/workspace/gexfoundry_device-mqtt-go_PR-391 09:58:51 project root: . 09:58:51 --> token set from env 09:58:51 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 09:58:51 ==> Running gcov in . (disable via -X gcov) 09:58:51 ==> Python coveragepy not found 09:58:51 ==> Searching for coverage reports in: 09:58:51 + . 09:58:51 -> Found 1 reports 09:58:51 ==> Detecting git/mercurial file structure 09:58:51 ==> Reading reports 09:58:51 + ./coverage.out bytes=17887 09:58:51 ==> Appending adjustments 09:58:51 https://docs.codecov.io/docs/fixing-reports 09:58:51 + Found adjustments 09:58:51 ==> Gzipping contents 09:58:51 4.0K /tmp/codecov.cbBIa3.gz 09:58:51 ==> Uploading reports 09:58:51 url: https://codecov.io 09:58:51 query: branch=PR-391&commit=30d7fba99698714f80cf17b3b7b2765a7d546714&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-mqtt-go%2Fjob%2FPR-391%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-mqtt-go&service=jenkins&flags=&pr=391&job=&cmd_args= 09:58:51 -> Pinging Codecov 09:58:51 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=3cf7f23a-d5e6-4c47-868b-a0a7f9a025f8&branch=PR-391&commit=30d7fba99698714f80cf17b3b7b2765a7d546714&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-mqtt-go%2Fjob%2FPR-391%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-mqtt-go&service=jenkins&flags=&pr=391&job=&cmd_args= 09:58:51 -> Uploading to 09:58:51 https://storage.googleapis.com/codecov/v4/raw/2022-06-17/7D719EC7BBE17E464838252E33014C33/30d7fba99698714f80cf17b3b7b2765a7d546714/e731059c-1d91-4d5b-85b1-5ad58c8f7d4d.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20220617%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220617T095851Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=f0bb1d17d2e311fa55c3f14d82678c2d6f3adf9b9198a2cbbd779d74d7be094b 09:58:51 % Total % Received % Xferd Average Speed Time Time Time Current 09:58:51 Dload Upload Total Spent Left Speed 09:58:52 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3263 0 0 100 3263 0 13767 --:--:-- --:--:-- --:--:-- 13826 09:58:52 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-mqtt-go/commit/30d7fba99698714f80cf17b3b7b2765a7d546714 [Pipeline] } 09:58:52 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 09:58:53 + [ -d /w/workspace/gexfoundry_device-mqtt-go_PR-391/archives ] 09:58:53 + ls -al /w/workspace/gexfoundry_device-mqtt-go_PR-391/archives 09:58:53 total 16 09:58:53 drwxr-xr-x 3 root root 4096 Jun 17 09:51 . 09:58:53 drwxrwxr-x 11 jenkins jenkins 4096 Jun 17 09:51 .. 09:58:53 drwxr-xr-x 2 root root 4096 Jun 17 09:51 cost 09:58:53 -rw-r--r-- 1 root root 85 Jun 17 09:51 cost.csv 09:58:53 + sudo chown -R jenkins:jenkins /w/workspace/gexfoundry_device-mqtt-go_PR-391/archives 09:58:53 + ls -al /w/workspace/gexfoundry_device-mqtt-go_PR-391/archives 09:58:53 total 16 09:58:53 drwxr-xr-x 3 jenkins jenkins 4096 Jun 17 09:51 . 09:58:53 drwxrwxr-x 11 jenkins jenkins 4096 Jun 17 09:51 .. 09:58:53 drwxr-xr-x 2 jenkins jenkins 4096 Jun 17 09:51 cost 09:58:53 -rw-r--r-- 1 jenkins jenkins 85 Jun 17 09:51 cost.csv [Pipeline] libraryResource [Pipeline] sh 09:58:54 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 09:58:54 ---> package-listing.sh 09:58:54 ++ facter osfamily 09:58:54 ++ tr '[:upper:]' '[:lower:]' 09:58:55 + OS_FAMILY=debian 09:58:55 + workspace=/w/workspace/gexfoundry_device-mqtt-go_PR-391 09:58:55 + START_PACKAGES=/tmp/packages_start.txt 09:58:55 + END_PACKAGES=/tmp/packages_end.txt 09:58:55 + DIFF_PACKAGES=/tmp/packages_diff.txt 09:58:55 + PACKAGES=/tmp/packages_start.txt 09:58:55 + '[' /w/workspace/gexfoundry_device-mqtt-go_PR-391 ']' 09:58:55 + PACKAGES=/tmp/packages_end.txt 09:58:55 + case "${OS_FAMILY}" in 09:58:55 + dpkg -l 09:58:55 + grep '^ii' 09:58:55 + '[' -f /tmp/packages_start.txt ']' 09:58:55 + '[' -f /tmp/packages_end.txt ']' 09:58:55 + diff /tmp/packages_start.txt /tmp/packages_end.txt 09:58:55 + '[' /w/workspace/gexfoundry_device-mqtt-go_PR-391 ']' 09:58:55 + mkdir -p /w/workspace/gexfoundry_device-mqtt-go_PR-391/archives/ 09:58:55 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-mqtt-go_PR-391/archives/ [Pipeline] echo 09:58:55 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-391/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 09:58:55 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:58:56 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 09:58:56 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:58:56 prd-ubuntu20.04-docker-8c-8g-2548 does not seem to be running inside a container 09:58:56 $ 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-391/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-391 -v /w/workspace/gexfoundry_device-mqtt-go_PR-391:/w/workspace/gexfoundry_device-mqtt-go_PR-391:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-391@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-391@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 09:58:56 $ docker top 5ed8800722c374eaaf62f5d88a55905f25bb6141f902e7c49adaad9c92fa6bb2 -eo pid,comm [Pipeline] { [Pipeline] sh 09:58:56 + touch /tmp/pre-build-complete [Pipeline] sh 09:58:57 + mkdir -p /var/log/sysstat [Pipeline] sh 09:58:57 + ls /var/log/sa-host 09:58:57 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 09:58:57 provisioning config files... 09:58:57 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-391@tmp/config6831252955504089053tmp [Pipeline] { [Pipeline] echo 09:58:57 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 09:58:58 ---> create-netrc.sh [Pipeline] } 09:58:58 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 09:58:58 ---> python-tools-install.sh [Pipeline] echo 09:58:58 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 09:58:58 ---> sudo-logs.sh 09:58:58 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 09:58:59 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 09:58:59 ---> job-cost.sh 09:58:59 lf-activate-venv: SKIPPING 09:58:59 DEBUG: total: 0.2199999988079071 09:58:59 INFO: Retrieving Stack Cost... 09:58:59 INFO: Retrieving Pricing Info for: v3-standard-8 09:59:00 INFO: Archiving Costs [Pipeline] echo 09:59:00 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 09:59:00 ---> logs-deploy.sh 09:59:00 lf-activate-venv: SKIPPING 09:59:00 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-mqtt-go/PR-391/1 09:59:00 INFO: archiving workspace using pattern(s): 09:59:01 Archives upload complete. 09:59:01 INFO: archiving logs to Nexus