Branch indexing Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from a14615cb418151df7146aa477706279ddefdfe8c+2c395e916656ff011f59f73b4cbc9d122ab02d46 (bf98c84e2842202bbdff67b87809d37e8348ae33) 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-ssh5932486967612668118.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-ssh4867029628072466040.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 2c7614b56cb57ece5b5bdf52d827492071d4cc62 The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/device-mqtt-go/branches/PR-382/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-mqtt-go/branches/PR-382/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh5719388411731071128.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 2c7614b56cb57ece5b5bdf52d827492071d4cc62 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 2c7614b56cb57ece5b5bdf52d827492071d4cc62 # timeout=10 Commit message: "Merge pull request #399 from ernestojeda/fix-go-mod-version" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh4708505650203369330.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 0f180ed1236c637af8c254f95ad106931cc77145 The recommended git tool is: NONE using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/device-mqtt-go/branches/PR-382/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-mqtt-go/branches/PR-382/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh15718763619465597004.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 0f180ed1236c637af8c254f95ad106931cc77145 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 0f180ed1236c637af8c254f95ad106931cc77145 # timeout=10 Commit message: "Feat: Add initial docker pipelines" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-mqtt-go, buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-mqtt-go-settings PROJECT: device-mqtt-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.17 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-mqtt DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-ubuntu20.04-docker-8c-8g-16179’ Running on prd-ubuntu20.04-docker-8c-8g-16181 in /w/workspace/gexfoundry_device-mqtt-go_PR-382 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout Selected Git installation does not exist. Using Default The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git > git init /w/workspace/gexfoundry_device-mqtt-go_PR-382 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/main commit 2c395e916656ff011f59f73b4cbc9d122ab02d46 into PR head commit a14615cb418151df7146aa477706279ddefdfe8c Merge succeeded, producing e313982cf1cdfd6b601c3665c5ad86e9edd5c9fb Checking out Revision e313982cf1cdfd6b601c3665c5ad86e9edd5c9fb (PR-382) > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/382/head:refs/remotes/origin/PR-382 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a14615cb418151df7146aa477706279ddefdfe8c # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 2c395e916656ff011f59f73b4cbc9d122ab02d46 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e313982cf1cdfd6b601c3665c5ad86e9edd5c9fb # timeout=10 Commit message: "Merge commit '2c395e916656ff011f59f73b4cbc9d122ab02d46' into HEAD" > git rev-list --no-walk a14615cb418151df7146aa477706279ddefdfe8c # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 03:18:09 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 03:18:09 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 03:18:09 ========================================================= 03:18:09 EdgeX Global Pipelines Version Info 03:18:09 ========================================================= [Pipeline] libraryResource [Pipeline] sh 03:18:10 ------------------- 03:18:10 stable info: 03:18:10 ------------------- 03:18:10 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 03:18:10 Commit SHA: 2c7614b56cb57ece5b5bdf52d827492071d4cc62 03:18:10 Message: update stable to v1.0.234 03:18:10 ------------------- 03:18:10 experimental info: 03:18:10 ------------------- 03:18:10 Commited By: **** collab-it+edgex@linuxfoundation.org 03:18:10 Commit SHA: 2c7614b56cb57ece5b5bdf52d827492071d4cc62 03:18:10 Message: update experimental to v1.0.234 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 03:18:11 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-mqtt-go-settings [Pipeline] echo 03:18:11 [edgeXSetupEnvironment]: set envvar PROJECT = device-mqtt-go [Pipeline] echo 03:18:11 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 03:18:11 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 03:18:11 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 03:18:11 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.17 [Pipeline] echo 03:18:11 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 03:18:11 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 03:18:11 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 03:18:11 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 03:18:11 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 03:18:11 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-mqtt [Pipeline] echo 03:18:11 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 03:18:11 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 03:18:11 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 03:18:11 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 03:18:11 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 03:18:11 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 03:18:11 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 03:18:11 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 03:18:11 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 03:18:11 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 03:18:11 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 03:18:11 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 03:18:11 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 03:18:11 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 03:18:11 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 03:18:11 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-382 [Pipeline] echo 03:18:11 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-382 [Pipeline] echo 03:18:11 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-382 [Pipeline] echo 03:18:11 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = e313982cf1cdfd6b601c3665c5ad86e9edd5c9fb [Pipeline] echo 03:18:11 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = e313982 [Pipeline] echo 03:18:11 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 03:18:11 provisioning config files... 03:18:11 copy managed file [device-mqtt-go-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-382@tmp/config9189297333868382781tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:18:11 ---> docker-login.sh 03:18:11 nexus3.edgexfoundry.org:10001 03:18:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:18:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:18:12 Configure a credential helper to remove this warning. See 03:18:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:18:12 03:18:12 Login Succeeded 03:18:12 nexus3.edgexfoundry.org:10002 03:18:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:18:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:18:12 Configure a credential helper to remove this warning. See 03:18:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:18:12 03:18:12 Login Succeeded 03:18:12 nexus3.edgexfoundry.org:10003 03:18:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:18:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:18:12 Configure a credential helper to remove this warning. See 03:18:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:18:12 03:18:12 Login Succeeded 03:18:12 nexus3.edgexfoundry.org:10004 03:18:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:18:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:18:12 Configure a credential helper to remove this warning. See 03:18:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:18:12 03:18:12 Login Succeeded 03:18:12 docker.io 03:18:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:18:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:18:12 Configure a credential helper to remove this warning. See 03:18:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:18:12 03:18:12 Login Succeeded 03:18:12 ---> docker-login.sh ends [Pipeline] } 03:18:12 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 03:18:13 + git rev-list -1 --merges e313982cf1cdfd6b601c3665c5ad86e9edd5c9fb~1..e313982cf1cdfd6b601c3665c5ad86e9edd5c9fb [Pipeline] echo 03:18:13 -----------> git rev-list -1 --merges e313982cf1cdfd6b601c3665c5ad86e9edd5c9fb~1..e313982cf1cdfd6b601c3665c5ad86e9edd5c9fb e313982cf1cdfd6b601c3665c5ad86e9edd5c9fb 03:18:13 e313982cf1cdfd6b601c3665c5ad86e9edd5c9fb [false] [Pipeline] sh 03:18:13 + git log --format=format:%s -1 e313982cf1cdfd6b601c3665c5ad86e9edd5c9fb [Pipeline] echo 03:18:13 ========================================================= 03:18:13 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 03:18:13 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 03:18:13 + git log --format=format:%s -1 e313982cf1cdfd6b601c3665c5ad86e9edd5c9fb [Pipeline] echo 03:18:13 [semverPrep] GIT_COMMIT: e313982cf1cdfd6b601c3665c5ad86e9edd5c9fb, Commit Message: Merge commit '2c395e916656ff011f59f73b4cbc9d122ab02d46' into HEAD [Pipeline] echo 03:18:13 [semverPrep] This is not a build commit. [Pipeline] sh 03:18:14 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 03:18:14 + grep -v github /etc/ssh/ssh_known_hosts 03:18:14 + [ -e /tmp/ssh_known_hosts ] 03:18:14 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 03:18:14 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 03:18:14 + sudo tee -a /etc/ssh/ssh_known_hosts 03:18:14 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:18:14 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 03:18:14 03:18:14 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:18:15 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 03:18:15 0.1.4: Pulling from edgex-devops/py-git-semver 03:18:15 42c077c10790: Pulling fs layer 03:18:15 f63e77b7563a: Pulling fs layer 03:18:15 bd5fdadae976: Pulling fs layer 03:18:15 205491f53016: Pulling fs layer 03:18:15 df18705c85c3: Pulling fs layer 03:18:15 bdb3f477010e: Pulling fs layer 03:18:15 c8a8fc8e1c8f: Pulling fs layer 03:18:15 2c6e9b1d212d: Pulling fs layer 03:18:15 bdb8f0575790: Pulling fs layer 03:18:15 386e3cb2ff24: Pulling fs layer 03:18:15 2343380bae48: Pulling fs layer 03:18:15 205491f53016: Waiting 03:18:15 df18705c85c3: Waiting 03:18:15 bdb3f477010e: Waiting 03:18:15 c8a8fc8e1c8f: Waiting 03:18:15 2c6e9b1d212d: Waiting 03:18:15 bdb8f0575790: Waiting 03:18:15 386e3cb2ff24: Waiting 03:18:15 2343380bae48: Waiting 03:18:15 f63e77b7563a: Download complete 03:18:15 205491f53016: Verifying Checksum 03:18:15 205491f53016: Download complete 03:18:15 df18705c85c3: Verifying Checksum 03:18:15 df18705c85c3: Download complete 03:18:15 bd5fdadae976: Verifying Checksum 03:18:15 bd5fdadae976: Download complete 03:18:15 bdb3f477010e: Verifying Checksum 03:18:15 bdb3f477010e: Download complete 03:18:15 2c6e9b1d212d: Verifying Checksum 03:18:15 2c6e9b1d212d: Download complete 03:18:15 bdb8f0575790: Download complete 03:18:15 386e3cb2ff24: Verifying Checksum 03:18:15 386e3cb2ff24: Download complete 03:18:15 2343380bae48: Verifying Checksum 03:18:15 2343380bae48: Download complete 03:18:15 42c077c10790: Verifying Checksum 03:18:15 42c077c10790: Download complete 03:18:15 c8a8fc8e1c8f: Verifying Checksum 03:18:15 c8a8fc8e1c8f: Download complete 03:18:16 42c077c10790: Pull complete 03:18:16 f63e77b7563a: Pull complete 03:18:17 bd5fdadae976: Pull complete 03:18:17 205491f53016: Pull complete 03:18:17 df18705c85c3: Pull complete 03:18:17 bdb3f477010e: Pull complete 03:18:20 c8a8fc8e1c8f: Pull complete 03:18:20 2c6e9b1d212d: Pull complete 03:18:20 bdb8f0575790: Pull complete 03:18:20 386e3cb2ff24: Pull complete 03:18:20 2343380bae48: Pull complete 03:18:20 Digest: sha256:c3bf284c02da7271302b7a373f1d48320b54229aa5119b2a29c7f8015e6a9264 03:18:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 03:18:20 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:18:20 prd-ubuntu20.04-docker-8c-8g-16181 does not seem to be running inside a container 03:18:20 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-mqtt-go_PR-382 -v /w/workspace/gexfoundry_device-mqtt-go_PR-382:/w/workspace/gexfoundry_device-mqtt-go_PR-382:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-382@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-382@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 03:18:22 $ docker top b42d2cd29c51dda6606640e6338b35c346de8ba8647f0b7247a2e0ba2a439bf2 -eo pid,comm 03:18:22 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 03:18:22 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 03:18:22 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:18:22 [ssh-agent] Looking for ssh-agent implementation... 03:18:22 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:18:22 $ docker exec b42d2cd29c51dda6606640e6338b35c346de8ba8647f0b7247a2e0ba2a439bf2 ssh-agent 03:18:22 SSH_AUTH_SOCK=/tmp/ssh-skzgll1u97fb/agent.32 03:18:22 SSH_AGENT_PID=39 03:18:22 Running ssh-add (command line suppressed) 03:18:22 Identity added: /w/workspace/gexfoundry_device-mqtt-go_PR-382@tmp/private_key_4193996931978652806.key (/w/workspace/gexfoundry_device-mqtt-go_PR-382@tmp/private_key_4193996931978652806.key) 03:18:22 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:18:22 + git tag --points-at HEAD [Pipeline] } 03:18:22 $ docker exec --env ******** --env ******** b42d2cd29c51dda6606640e6338b35c346de8ba8647f0b7247a2e0ba2a439bf2 ssh-agent -k 03:18:23 unset SSH_AUTH_SOCK; 03:18:23 unset SSH_AGENT_PID; 03:18:23 echo Agent pid 39 killed; 03:18:23 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 03:18:23 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:18:23 [ssh-agent] Looking for ssh-agent implementation... 03:18:23 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:18:23 $ docker exec b42d2cd29c51dda6606640e6338b35c346de8ba8647f0b7247a2e0ba2a439bf2 ssh-agent 03:18:23 SSH_AUTH_SOCK=/tmp/ssh-E5fRAN7KBYUp/agent.71 03:18:23 SSH_AGENT_PID=77 03:18:23 Running ssh-add (command line suppressed) 03:18:23 Identity added: /w/workspace/gexfoundry_device-mqtt-go_PR-382@tmp/private_key_1366232229084445764.key (/w/workspace/gexfoundry_device-mqtt-go_PR-382@tmp/private_key_1366232229084445764.key) 03:18:23 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:18:23 + git semver init 03:18:24 2022-06-28 03:18:23,966 [run_init] DEBUG init version:0.0.0 force:False 03:18:24 2022-06-28 03:18:23,967 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/gexfoundry_device-mqtt-go_PR-382/.semver 03:18:24 2022-06-28 03:18:23,968 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-mqtt-go.git /w/workspace/gexfoundry_device-mqtt-go_PR-382/.semver 03:18:24 2022-06-28 03:18:23,968 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-mqtt-go.git', '/w/workspace/gexfoundry_device-mqtt-go_PR-382/.semver'], cwd=/w/workspace/gexfoundry_device-mqtt-go_PR-382, universal_newlines=False, shell=None, istream=None) 03:18:24 2022-06-28 03:18:24,667 [append_file] DEBUG append to file:/w/workspace/gexfoundry_device-mqtt-go_PR-382/.git/info/exclude 03:18:24 2022-06-28 03:18:24,668 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/gexfoundry_device-mqtt-go_PR-382/.semver/PR-382 with force:False 03:18:24 2022-06-28 03:18:24,668 [write_file] DEBUG write to file:/w/workspace/gexfoundry_device-mqtt-go_PR-382/.semver/PR-382 03:18:24 2022-06-28 03:18:24,673 [execute] INFO git cat-file --batch-check 03:18:24 2022-06-28 03:18:24,673 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_device-mqtt-go_PR-382/.semver, universal_newlines=False, shell=None, istream=) 03:18:24 2022-06-28 03:18:24,679 [execute] INFO git cat-file --batch 03:18:24 2022-06-28 03:18:24,679 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_device-mqtt-go_PR-382/.semver, universal_newlines=False, shell=None, istream=) 03:18:24 2022-06-28 03:18:24,684 [read_version] DEBUG read version from /w/workspace/gexfoundry_device-mqtt-go_PR-382/.semver/PR-382 03:18:24 0.0.0 [Pipeline] } 03:18:24 $ docker exec --env ******** --env ******** b42d2cd29c51dda6606640e6338b35c346de8ba8647f0b7247a2e0ba2a439bf2 ssh-agent -k 03:18:25 unset SSH_AUTH_SOCK; 03:18:25 unset SSH_AGENT_PID; 03:18:25 echo Agent pid 77 killed; 03:18:25 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:18:25 + git semver [Pipeline] } 03:18:25 $ docker stop --time=1 b42d2cd29c51dda6606640e6338b35c346de8ba8647f0b7247a2e0ba2a439bf2 03:18:27 $ docker rm -f b42d2cd29c51dda6606640e6338b35c346de8ba8647f0b7247a2e0ba2a439bf2 [Pipeline] // withDockerContainer [Pipeline] sh 03:18:27 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 03:18:27 Stashed 1 file(s) [Pipeline] echo 03:18:27 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 03:18:27 provisioning config files... 03:18:27 copy managed file [device-mqtt-go-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-382@tmp/config8585095425602990278tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:18:28 ---> docker-login.sh 03:18:28 nexus3.edgexfoundry.org:10001 03:18:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:18:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:18:28 Configure a credential helper to remove this warning. See 03:18:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:18:28 03:18:28 Login Succeeded 03:18:28 nexus3.edgexfoundry.org:10002 03:18:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:18:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:18:28 Configure a credential helper to remove this warning. See 03:18:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:18:28 03:18:28 Login Succeeded 03:18:28 nexus3.edgexfoundry.org:10003 03:18:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:18:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:18:28 Configure a credential helper to remove this warning. See 03:18:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:18:28 03:18:28 Login Succeeded 03:18:28 nexus3.edgexfoundry.org:10004 03:18:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:18:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:18:28 Configure a credential helper to remove this warning. See 03:18:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:18:28 03:18:28 Login Succeeded 03:18:28 docker.io 03:18:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:18:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:18:28 Configure a credential helper to remove this warning. See 03:18:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:18:28 03:18:28 Login Succeeded 03:18:28 ---> docker-login.sh ends [Pipeline] } 03:18:28 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 03:18:28 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 03:18:28 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 03:18:28 ========================================================= 03:18:28 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine] 03:18:28 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:18:29 + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine --build-arg MAKE=echo noop --target=builder . 03:18:29 Sending build context to Docker daemon 6.021MB 03:18:29 Step 1/12 : ARG BASE=golang:1.17-alpine3.15 03:18:29 Step 2/12 : FROM ${BASE} AS builder 03:18:29 1.17-alpine: Pulling from edgex-devops/edgex-golang-base 03:18:29 59bf1c3509f3: Pulling fs layer 03:18:29 666ba61612fd: Pulling fs layer 03:18:29 8ed8ca486205: Pulling fs layer 03:18:29 cc1cd167ecdc: Pulling fs layer 03:18:29 c516ae0d96e1: Pulling fs layer 03:18:29 684cea983483: Pulling fs layer 03:18:29 dd3240ac7de5: Pulling fs layer 03:18:29 b1e948a4e11c: Pulling fs layer 03:18:29 a8fd76ee1af6: Pulling fs layer 03:18:29 646ad004c059: Pulling fs layer 03:18:29 dd3240ac7de5: Waiting 03:18:29 cc1cd167ecdc: Waiting 03:18:29 c516ae0d96e1: Waiting 03:18:29 b1e948a4e11c: Waiting 03:18:29 684cea983483: Waiting 03:18:29 646ad004c059: Waiting 03:18:29 a8fd76ee1af6: Waiting 03:18:29 8ed8ca486205: Download complete 03:18:29 666ba61612fd: Download complete 03:18:29 c516ae0d96e1: Verifying Checksum 03:18:29 c516ae0d96e1: Download complete 03:18:29 684cea983483: Download complete 03:18:29 dd3240ac7de5: Verifying Checksum 03:18:29 dd3240ac7de5: Download complete 03:18:29 59bf1c3509f3: Verifying Checksum 03:18:29 59bf1c3509f3: Download complete 03:18:29 b1e948a4e11c: Verifying Checksum 03:18:29 b1e948a4e11c: Download complete 03:18:29 59bf1c3509f3: Pull complete 03:18:29 666ba61612fd: Pull complete 03:18:29 8ed8ca486205: Pull complete 03:18:29 646ad004c059: Verifying Checksum 03:18:29 646ad004c059: Download complete 03:18:30 a8fd76ee1af6: Verifying Checksum 03:18:30 a8fd76ee1af6: Download complete 03:18:30 cc1cd167ecdc: Verifying Checksum 03:18:30 cc1cd167ecdc: Download complete 03:18:34 cc1cd167ecdc: Pull complete 03:18:34 c516ae0d96e1: Pull complete 03:18:34 684cea983483: Pull complete 03:18:34 dd3240ac7de5: Pull complete 03:18:34 b1e948a4e11c: Pull complete 03:18:36 a8fd76ee1af6: Pull complete 03:18:37 646ad004c059: Pull complete 03:18:37 Digest: sha256:bc8ce28cadebfaa099e5330588345fe90134e4027cf71364bfd2aff1e7ff8c16 03:18:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine 03:18:37 ---> 8f69c11f6b0c 03:18:37 Step 3/12 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 03:18:38 ---> Running in 94f378cc0354 03:18:38 Removing intermediate container 94f378cc0354 03:18:38 ---> f3437c2aeb74 03:18:38 Step 4/12 : ARG ALPINE_PKG_EXTRA="" 03:18:38 ---> Running in 8eb25ae71f35 03:18:38 Removing intermediate container 8eb25ae71f35 03:18:38 ---> 5795303ac0b7 03:18:38 Step 5/12 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:18:39 ---> Running in d6bb7360a85d 03:18:39 Removing intermediate container d6bb7360a85d 03:18:39 ---> fec1ca541a97 03:18:39 Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 03:18:39 ---> Running in 66fadd7cd353 03:18:39 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 03:18:40 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 03:18:41 (1/4) Installing openssh-keygen (8.8_p1-r1) 03:18:41 (2/4) Installing libedit (20210910.3.1-r0) 03:18:41 (3/4) Installing openssh-client-common (8.8_p1-r1) 03:18:41 (4/4) Installing openssh-client-default (8.8_p1-r1) 03:18:41 Executing busybox-1.34.1-r3.trigger 03:18:41 OK: 224 MiB in 56 packages 03:18:41 Removing intermediate container 66fadd7cd353 03:18:41 ---> d86c89e78f26 03:18:41 Step 7/12 : WORKDIR /device-mqtt-go 03:18:41 ---> Running in 2a2d4cd595ed 03:18:41 Removing intermediate container 2a2d4cd595ed 03:18:41 ---> 1a1881aaafd9 03:18:41 Step 8/12 : COPY go.mod vendor* ./ 03:18:42 ---> 5c28616ee1d5 03:18:42 Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:18:42 ---> Running in 5d3f573227cc 03:18:42 Still waiting to schedule task 03:18:42 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 03:19:00 Removing intermediate container 5d3f573227cc 03:19:00 ---> 0103a4f88617 03:19:00 Step 10/12 : COPY . . 03:19:00 ---> efd22f830cd6 03:19:00 Step 11/12 : ARG MAKE='make build' 03:19:00 ---> Running in 330dfdcde184 03:19:00 Removing intermediate container 330dfdcde184 03:19:00 ---> 130297275f20 03:19:00 Step 12/12 : RUN $MAKE 03:19:00 ---> Running in 6b71938277c1 03:19:00 noop 03:19:00 Removing intermediate container 6b71938277c1 03:19:00 ---> b80f506417d8 03:19:00 Successfully built b80f506417d8 03:19:00 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:19:00 + docker inspect -f . ci-base-image-x86_64 03:19:00 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:19:00 prd-ubuntu20.04-docker-8c-8g-16181 does not seem to be running inside a container 03:19:00 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_device-mqtt-go_PR-382 -v /w/workspace/gexfoundry_device-mqtt-go_PR-382:/w/workspace/gexfoundry_device-mqtt-go_PR-382:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-382@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-382@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 03:19:01 $ docker top c6fa5ed40ec37f6ddc120fd2c33c000626a7bebf6f4234fc9193b1c214031a3a -eo pid,comm [Pipeline] { [Pipeline] sh 03:19:01 + go version 03:19:01 go version go1.17.7 linux/amd64 [Pipeline] } 03:19:01 $ docker stop --time=1 c6fa5ed40ec37f6ddc120fd2c33c000626a7bebf6f4234fc9193b1c214031a3a 03:19:02 $ docker rm -f c6fa5ed40ec37f6ddc120fd2c33c000626a7bebf6f4234fc9193b1c214031a3a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:19:03 + docker inspect -f . ci-base-image-x86_64 03:19:03 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:19:03 prd-ubuntu20.04-docker-8c-8g-16181 does not seem to be running inside a container 03:19:03 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_device-mqtt-go_PR-382 -v /w/workspace/gexfoundry_device-mqtt-go_PR-382:/w/workspace/gexfoundry_device-mqtt-go_PR-382:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-382@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-382@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 03:19:03 $ docker top 435ac534f406896b2de82fa5d7d65315174a3efed6d5c2616e56e2dd2d21c193 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh 03:19:04 + make test 03:19:04 GCO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 03:19:04 ? github.com/edgexfoundry/device-mqtt-go [no test files] 03:19:14 ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] 03:19:14 ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.018s coverage: 21.8% of statements 03:19:14 ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] 03:19:19 GCO_ENABLED=1 GO111MODULE=on go vet ./... 03:19:23 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 03:19:23 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 03:19:23 ./bin/test-attribution-txt.sh [Pipeline] echo 03:19:23 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 03:19:23 $ docker stop --time=1 435ac534f406896b2de82fa5d7d65315174a3efed6d5c2616e56e2dd2d21c193 03:19:25 $ docker rm -f 435ac534f406896b2de82fa5d7d65315174a3efed6d5c2616e56e2dd2d21c193 [Pipeline] // withDockerContainer [Pipeline] sh 03:19:25 + sudo chown -R jenkins:jenkins . [Pipeline] stash 03:19:25 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 03:19:26 + sudo chown -R jenkins:jenkins . [Pipeline] sh 03:19:26 + ls -al . 03:19:26 total 180 03:19:26 drwxrwxr-x 10 jenkins jenkins 4096 Jun 28 03:19 . 03:19:26 drwxrwxr-x 4 jenkins jenkins 4096 Jun 28 03:18 .. 03:19:26 -rw-rw-r-- 1 jenkins jenkins 140 Jun 28 03:18 .dockerignore 03:19:26 drwxrwxr-x 8 jenkins jenkins 4096 Jun 28 03:18 .git 03:19:26 drwxrwxr-x 3 jenkins jenkins 4096 Jun 28 03:18 .github 03:19:26 -rw-rw-r-- 1 jenkins jenkins 329 Jun 28 03:18 .gitignore 03:19:26 -rw-rw-r-- 1 jenkins jenkins 41 Jun 28 03:18 .golangci.yml 03:19:26 drwxr-xr-x 3 jenkins jenkins 4096 Jun 28 03:18 .semver 03:19:26 -rw-rw-r-- 1 jenkins jenkins 8917 Jun 28 03:18 Attribution.txt 03:19:26 -rw-rw-r-- 1 jenkins jenkins 11365 Jun 28 03:18 CHANGELOG.md 03:19:26 -rw-rw-r-- 1 jenkins jenkins 1930 Jun 28 03:18 Dockerfile 03:19:26 -rw-rw-r-- 1 jenkins jenkins 677 Jun 28 03:18 GOVERNANCE.md 03:19:26 -rw-rw-r-- 1 jenkins jenkins 678 Jun 28 03:18 Jenkinsfile 03:19:26 -rw-rw-r-- 1 jenkins jenkins 11340 Jun 28 03:18 LICENSE 03:19:26 -rw-rw-r-- 1 jenkins jenkins 1930 Jun 28 03:18 Makefile 03:19:26 -rw-rw-r-- 1 jenkins jenkins 620 Jun 28 03:18 OWNERS.md 03:19:26 -rw-rw-r-- 1 jenkins jenkins 2501 Jun 28 03:18 README.md 03:19:26 -rw-rw-r-- 1 jenkins jenkins 5 Jun 28 03:18 VERSION 03:19:26 drwxrwxr-x 2 jenkins jenkins 4096 Jun 28 03:18 bin 03:19:26 drwxrwxr-x 3 jenkins jenkins 4096 Jun 28 03:18 cmd 03:19:26 -rw-r--r-- 1 jenkins jenkins 17887 Jun 28 03:19 coverage.out 03:19:26 -rw-rw-r-- 1 jenkins jenkins 3314 Jun 28 03:18 go.mod 03:19:26 -rw-rw-r-- 1 jenkins jenkins 36281 Jun 28 03:18 go.sum 03:19:26 drwxrwxr-x 3 jenkins jenkins 4096 Jun 28 03:18 internal 03:19:26 drwxrwxr-x 2 jenkins jenkins 4096 Jun 28 03:18 mock 03:19:26 drwxrwxr-x 4 jenkins jenkins 4096 Jun 28 03:18 snap 03:19:26 -rw-rw-r-- 1 jenkins jenkins 227 Jun 28 03:18 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:19:26 + 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=e313982cf1cdfd6b601c3665c5ad86e9edd5c9fb --label arch=amd64 --label version=0.0.0 . 03:19:26 Sending build context to Docker daemon 6.039MB 03:19:26 Step 1/24 : ARG BASE=golang:1.17-alpine3.15 03:19:26 Step 2/24 : FROM ${BASE} AS builder 03:19:26 ---> b80f506417d8 03:19:26 Step 3/24 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 03:19:26 ---> Running in 39f3ac7e0bff 03:19:27 Removing intermediate container 39f3ac7e0bff 03:19:27 ---> f95aa637a3b9 03:19:27 Step 4/24 : ARG ALPINE_PKG_EXTRA="" 03:19:27 ---> Running in 5659b1e35bb5 03:19:27 Removing intermediate container 5659b1e35bb5 03:19:27 ---> 491061199fdb 03:19:27 Step 5/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:19:27 ---> Running in b0bd14d629c0 03:19:27 Removing intermediate container b0bd14d629c0 03:19:27 ---> dcdb1442fa3f 03:19:27 Step 6/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 03:19:27 ---> Running in 6f49e0994417 03:19:27 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 03:19:28 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 03:19:29 OK: 224 MiB in 56 packages 03:19:29 Removing intermediate container 6f49e0994417 03:19:29 ---> 2c373a3eb034 03:19:29 Step 7/24 : WORKDIR /device-mqtt-go 03:19:29 ---> Running in 7a6c0f0fe10d 03:19:29 Removing intermediate container 7a6c0f0fe10d 03:19:29 ---> 4890390e14d5 03:19:29 Step 8/24 : COPY go.mod vendor* ./ 03:19:29 ---> 6515dcf5e223 03:19:29 Step 9/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:19:29 ---> Running in 39fdcf267125 03:19:30 Removing intermediate container 39fdcf267125 03:19:30 ---> 8b58f7d930cf 03:19:30 Step 10/24 : COPY . . 03:19:30 ---> 31f827ad5a2e 03:19:30 Step 11/24 : ARG MAKE='make build' 03:19:30 ---> Running in 44f151022b95 03:19:30 Removing intermediate container 44f151022b95 03:19:30 ---> 7bf31ca8deb3 03:19:30 Step 12/24 : RUN $MAKE 03:19:30 ---> Running in 2c7ce6f5b57f 03:19:30 GCO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/device-mqtt-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/device-mqtt ./cmd 03:19:49 Removing intermediate container 2c7ce6f5b57f 03:19:49 ---> 48a1cd58a8f0 03:19:49 Step 13/24 : FROM alpine:3.14 03:19:49 3.14: Pulling from library/alpine 03:19:49 8663204ce13b: Pulling fs layer 03:19:49 8663204ce13b: Verifying Checksum 03:19:49 8663204ce13b: Download complete 03:19:49 8663204ce13b: Pull complete 03:19:49 Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 03:19:49 Status: Downloaded newer image for alpine:3.14 03:19:49 ---> e04c818066af 03:19:49 Step 14/24 : LABEL license='VSPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IoTech Ltd' 03:19:49 ---> Running in 213472780a1f 03:19:50 Removing intermediate container 213472780a1f 03:19:50 ---> 584aeaec2255 03:19:50 Step 15/24 : RUN apk add --update --no-cache zeromq dumb-init 03:19:50 ---> Running in 5b03f19841c7 03:19:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 03:19:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 03:19:50 (1/6) Installing dumb-init (1.2.5-r1) 03:19:50 (2/6) Installing libgcc (10.3.1_git20210424-r2) 03:19:50 (3/6) Installing libsodium (1.0.18-r0) 03:19:50 (4/6) Installing libstdc++ (10.3.1_git20210424-r2) 03:19:50 (5/6) Installing libzmq (4.3.4-r0) 03:19:50 (6/6) Installing zeromq (4.3.4-r0) 03:19:50 Executing busybox-1.33.1-r7.trigger 03:19:50 OK: 8 MiB in 20 packages 03:19:51 Removing intermediate container 5b03f19841c7 03:19:51 ---> 2f06afc2b631 03:19:51 Step 16/24 : COPY --from=builder /device-mqtt-go/cmd / 03:19:51 ---> df1b0d3b9b0a 03:19:51 Step 17/24 : COPY --from=builder /device-mqtt-go/LICENSE / 03:19:51 ---> 24f09dfab502 03:19:51 Step 18/24 : COPY --from=builder /device-mqtt-go/Attribution.txt / 03:19:51 ---> 6159e7e5db41 03:19:51 Step 19/24 : EXPOSE 59982 03:19:52 ---> Running in b7c7976c9262 03:19:52 Removing intermediate container b7c7976c9262 03:19:52 ---> 4586664670bd 03:19:52 Step 20/24 : ENTRYPOINT ["/device-mqtt"] 03:19:52 ---> Running in 3f8c89ab9969 03:19:52 Removing intermediate container 3f8c89ab9969 03:19:52 ---> b75be3f51b79 03:19:52 Step 21/24 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:19:52 ---> Running in 80bd22320938 03:19:52 Removing intermediate container 80bd22320938 03:19:52 ---> 945225cbcba9 03:19:52 Step 22/24 : LABEL arch=amd64 03:19:52 ---> Running in 48f04444ffbf 03:19:52 Removing intermediate container 48f04444ffbf 03:19:52 ---> 0c12d6a6154f 03:19:52 Step 23/24 : LABEL git_sha=e313982cf1cdfd6b601c3665c5ad86e9edd5c9fb 03:19:52 ---> Running in fc8dbe9f75a8 03:19:52 Removing intermediate container fc8dbe9f75a8 03:19:52 ---> be04900cf46e 03:19:52 Step 24/24 : LABEL version=0.0.0 03:19:52 ---> Running in cbb0c246cc39 03:19:52 Removing intermediate container cbb0c246cc39 03:19:52 ---> 8eff53d5e514 03:19:52 [Warning] One or more build-args [ARCH] were not consumed 03:19:52 Successfully built 8eff53d5e514 03:19:52 Successfully tagged device-mqtt:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:19:52 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 03:19:52 03:19:52 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:19:53 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 03:19:53 latest: Pulling from edgex-lftools-log-publisher 03:19:53 5eb5b503b376: Pulling fs layer 03:19:53 5c69ac0246d0: Pulling fs layer 03:19:53 ec43610c2a17: Pulling fs layer 03:19:53 3a2ae6a8a46f: Pulling fs layer 03:19:53 33b1e0a273af: Pulling fs layer 03:19:53 5d3b04190fa2: Pulling fs layer 03:19:53 2f39f015ded8: Pulling fs layer 03:19:53 3a2ae6a8a46f: Waiting 03:19:53 33b1e0a273af: Waiting 03:19:53 5d3b04190fa2: Waiting 03:19:53 2f39f015ded8: Waiting 03:19:53 5c69ac0246d0: Verifying Checksum 03:19:53 5c69ac0246d0: Download complete 03:19:53 3a2ae6a8a46f: Verifying Checksum 03:19:53 3a2ae6a8a46f: Download complete 03:19:53 33b1e0a273af: Verifying Checksum 03:19:53 33b1e0a273af: Download complete 03:19:53 5d3b04190fa2: Verifying Checksum 03:19:53 5d3b04190fa2: Download complete 03:19:53 ec43610c2a17: Verifying Checksum 03:19:53 ec43610c2a17: Download complete 03:19:53 5eb5b503b376: Verifying Checksum 03:19:53 5eb5b503b376: Download complete 03:19:54 2f39f015ded8: Download complete 03:19:54 5eb5b503b376: Pull complete 03:19:54 5c69ac0246d0: Pull complete 03:19:55 ec43610c2a17: Pull complete 03:19:55 3a2ae6a8a46f: Pull complete 03:19:55 33b1e0a273af: Pull complete 03:19:55 5d3b04190fa2: Pull complete 03:19:59 2f39f015ded8: Pull complete 03:19:59 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 03:19:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 03:19:59 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:19:59 prd-ubuntu20.04-docker-8c-8g-16181 does not seem to be running inside a container 03:19:59 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/gexfoundry_device-mqtt-go_PR-382 -v /w/workspace/gexfoundry_device-mqtt-go_PR-382:/w/workspace/gexfoundry_device-mqtt-go_PR-382:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-382@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-382@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 03:20:01 $ docker top c4cbeaa30d107f9b8244f3e0891f7e2e70016c0d7da415db444c79b0888b404b -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:20:01 ---> job-cost.sh 03:20:01 lf-activate-venv: SKIPPING 03:20:01 INFO: No Stack... 03:20:02 INFO: Retrieving Pricing Info for: v3-standard-8 03:20:02 INFO: Archiving Costs [Pipeline] sh 03:20:03 + cat /w/workspace/gexfoundry_device-mqtt-go_PR-382/archives/cost.csv 03:20:03 + cut -d, -f6 [Pipeline] lock 03:20:03 Trying to acquire lock on [jenkins-edgexfoundry-device-mqtt-go-PR-382-8-stack-cost] 03:20:03 Resource [jenkins-edgexfoundry-device-mqtt-go-PR-382-8-stack-cost] did not exist. Created. 03:20:03 Lock acquired on [jenkins-edgexfoundry-device-mqtt-go-PR-382-8-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 03:20:03 + echo total: 0.2199999988079071 [Pipeline] stash 03:20:03 Stashed 1 file(s) [Pipeline] } 03:20:03 Lock released on resource [jenkins-edgexfoundry-device-mqtt-go-PR-382-8-stack-cost] [Pipeline] // lock [Pipeline] } 03:20:03 $ docker stop --time=1 c4cbeaa30d107f9b8244f3e0891f7e2e70016c0d7da415db444c79b0888b404b 03:20:04 $ docker rm -f c4cbeaa30d107f9b8244f3e0891f7e2e70016c0d7da415db444c79b0888b404b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 03:20:18 Running on prd-ubuntu20.04-docker-arm64-4c-16g-16182 in /w/workspace/gexfoundry_device-mqtt-go_PR-382 [Pipeline] { [Pipeline] ws 03:20:18 Running in /w/workspace/device-mqtt-go/8 [Pipeline] { [Pipeline] checkout 03:20:18 Selected Git installation does not exist. Using Default 03:20:18 The recommended git tool is: NONE 03:20:24 using credential edgex-jenkins-ssh 03:20:24 Cloning the remote Git repository 03:20:24 Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git 03:20:25 > git init /w/workspace/device-mqtt-go/8 # timeout=10 03:20:25 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 03:20:25 > git --version # timeout=10 03:20:25 > git --version # 'git version 2.25.1' 03:20:25 using GIT_SSH to set credentials SSH Credentials for GitHub 03:20:25 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 03:20:26 Merging remotes/origin/main commit 2c395e916656ff011f59f73b4cbc9d122ab02d46 into PR head commit a14615cb418151df7146aa477706279ddefdfe8c 03:20:27 Merge succeeded, producing 43f9ffc7258d5a41dd1d9e01b24d8e8c2a253fe4 03:20:27 Checking out Revision 43f9ffc7258d5a41dd1d9e01b24d8e8c2a253fe4 (PR-382) 03:20:26 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 03:20:26 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 03:20:26 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 03:20:26 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 03:20:26 using GIT_SSH to set credentials SSH Credentials for GitHub 03:20:26 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/382/head:refs/remotes/origin/PR-382 +refs/heads/main:refs/remotes/origin/main # timeout=10 03:20:26 > git config core.sparsecheckout # timeout=10 03:20:26 > git checkout -f a14615cb418151df7146aa477706279ddefdfe8c # timeout=10 03:20:27 > git remote # timeout=10 03:20:27 > git config --get remote.origin.url # timeout=10 03:20:27 using GIT_SSH to set credentials SSH Credentials for GitHub 03:20:27 > git merge 2c395e916656ff011f59f73b4cbc9d122ab02d46 # timeout=10 03:20:27 > git rev-parse HEAD^{commit} # timeout=10 03:20:27 > git config core.sparsecheckout # timeout=10 03:20:27 > git checkout -f 43f9ffc7258d5a41dd1d9e01b24d8e8c2a253fe4 # timeout=10 03:20:31 Commit message: "Merge commit '2c395e916656ff011f59f73b4cbc9d122ab02d46' into HEAD" 03:20:31 > git rev-list --no-walk a14615cb418151df7146aa477706279ddefdfe8c # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 03:20:32 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 03:20:32 % Total % Received % Xferd Average Speed Time Time Time Current 03:20:32 Dload Upload Total Spent Left Speed 03:20:32 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12253 100 12253 0 0 98024 0 --:--:-- --:--:-- --:--:-- 98814 [Pipeline] sh 03:20:33 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 03:20:33 + + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.jsonsudo 03:20:33 tee /etc/docker/daemon.new 03:20:33 { 03:20:33 "registry-mirrors": [ 03:20:33 "https://nexus3.edgexfoundry.org:10001" 03:20:33 ], 03:20:33 "bip": "10.250.0.254/24", 03:20:33 "hosts": [ 03:20:33 "tcp://0.0.0.0:5555", 03:20:33 "unix:///var/run/docker.sock" 03:20:33 ], 03:20:33 "mtu": 1458, 03:20:33 "selinux-enabled": true, 03:20:33 "seccomp-profile": "/etc/docker/seccomp.json" 03:20:33 } [Pipeline] sh 03:20:33 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 03:20:34 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 03:20:52 provisioning config files... 03:20:52 copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/8@tmp/config5893690021334599398tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:20:52 ---> docker-login.sh 03:20:52 nexus3.edgexfoundry.org:10001 03:20:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:20:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:20:53 Configure a credential helper to remove this warning. See 03:20:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:20:53 03:20:53 Login Succeeded 03:20:53 nexus3.edgexfoundry.org:10002 03:20:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:20:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:20:54 Configure a credential helper to remove this warning. See 03:20:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:20:54 03:20:54 Login Succeeded 03:20:54 nexus3.edgexfoundry.org:10003 03:20:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:20:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:20:54 Configure a credential helper to remove this warning. See 03:20:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:20:54 03:20:54 Login Succeeded 03:20:54 nexus3.edgexfoundry.org:10004 03:20:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:20:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:20:55 Configure a credential helper to remove this warning. See 03:20:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:20:55 03:20:55 Login Succeeded 03:20:55 docker.io 03:20:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:20:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:20:55 Configure a credential helper to remove this warning. See 03:20:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:20:55 03:20:55 Login Succeeded 03:20:55 ---> docker-login.sh ends [Pipeline] } 03:20:55 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 03:20:56 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 03:20:56 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 03:20:56 ========================================================= 03:20:56 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine] 03:20:56 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:20:56 + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine --build-arg MAKE=echo noop --target=builder . 03:20:56 Sending build context to Docker daemon 3.107MB 03:20:56 Step 1/12 : ARG BASE=golang:1.17-alpine3.15 03:20:56 Step 2/12 : FROM ${BASE} AS builder 03:20:57 1.17-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 03:20:57 9b3977197b4f: Pulling fs layer 03:20:57 1a89e8eeedd5: Pulling fs layer 03:20:57 94645a83ff95: Pulling fs layer 03:20:57 e6fb740bc735: Pulling fs layer 03:20:57 3a77bd46dcc9: Pulling fs layer 03:20:57 355e64cbe906: Pulling fs layer 03:20:57 63ab81a10011: Pulling fs layer 03:20:57 555d1d1c4555: Pulling fs layer 03:20:57 7d9057610161: Pulling fs layer 03:20:57 63ab81a10011: Waiting 03:20:57 e6fb740bc735: Waiting 03:20:57 3a77bd46dcc9: Waiting 03:20:57 355e64cbe906: Waiting 03:20:57 555d1d1c4555: Waiting 03:20:57 7d9057610161: Waiting 03:20:57 94645a83ff95: Verifying Checksum 03:20:57 94645a83ff95: Download complete 03:20:57 1a89e8eeedd5: Verifying Checksum 03:20:57 1a89e8eeedd5: Download complete 03:20:57 3a77bd46dcc9: Download complete 03:20:57 9b3977197b4f: Verifying Checksum 03:20:57 9b3977197b4f: Download complete 03:20:57 355e64cbe906: Verifying Checksum 03:20:57 355e64cbe906: Download complete 03:20:57 63ab81a10011: Verifying Checksum 03:20:57 63ab81a10011: Download complete 03:20:58 9b3977197b4f: Pull complete 03:20:58 7d9057610161: Verifying Checksum 03:20:58 7d9057610161: Download complete 03:20:58 1a89e8eeedd5: Pull complete 03:20:59 94645a83ff95: Pull complete 03:20:59 555d1d1c4555: Download complete 03:21:00 e6fb740bc735: Verifying Checksum 03:21:00 e6fb740bc735: Download complete 03:21:12 e6fb740bc735: Pull complete 03:21:12 3a77bd46dcc9: Pull complete 03:21:12 355e64cbe906: Pull complete 03:21:12 63ab81a10011: Pull complete 03:21:19 555d1d1c4555: Pull complete 03:21:20 7d9057610161: Pull complete 03:21:20 Digest: sha256:2bfe06e9b82483759db2d79553298764cc23e00699169ff1c4d7513112b2d636 03:21:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine 03:21:20 ---> 819e984ddca1 03:21:20 Step 3/12 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 03:21:22 ---> Running in 155e9f503769 03:21:22 Removing intermediate container 155e9f503769 03:21:22 ---> 682c461d6bd1 03:21:22 Step 4/12 : ARG ALPINE_PKG_EXTRA="" 03:21:22 ---> Running in 759e7b05333e 03:21:22 Removing intermediate container 759e7b05333e 03:21:22 ---> 6266fd13345f 03:21:22 Step 5/12 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:21:23 ---> Running in 92a9b4af669b 03:21:25 Removing intermediate container 92a9b4af669b 03:21:25 ---> eb7fe4ddb579 03:21:25 Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 03:21:25 ---> Running in 812d9b7d3066 03:21:25 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 03:21:26 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 03:21:27 (1/4) Installing openssh-keygen (8.8_p1-r1) 03:21:27 (2/4) Installing libedit (20210910.3.1-r0) 03:21:27 (3/4) Installing openssh-client-common (8.8_p1-r1) 03:21:27 (4/4) Installing openssh-client-default (8.8_p1-r1) 03:21:28 Executing busybox-1.34.1-r3.trigger 03:21:28 OK: 224 MiB in 56 packages 03:21:29 Removing intermediate container 812d9b7d3066 03:21:29 ---> a980f0995661 03:21:29 Step 7/12 : WORKDIR /device-mqtt-go 03:21:29 ---> Running in 0636ce9e104c 03:21:29 Removing intermediate container 0636ce9e104c 03:21:29 ---> a820098e8a7a 03:21:29 Step 8/12 : COPY go.mod vendor* ./ 03:21:30 ---> 0063127f5ea5 03:21:30 Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:21:30 ---> Running in e348ea2f4ff4 03:22:17 Removing intermediate container e348ea2f4ff4 03:22:17 ---> 6531a4310298 03:22:17 Step 10/12 : COPY . . 03:22:17 ---> b5a259304555 03:22:17 Step 11/12 : ARG MAKE='make build' 03:22:17 ---> Running in bb8b0551a690 03:22:17 Removing intermediate container bb8b0551a690 03:22:17 ---> 9ea5d7185ed3 03:22:17 Step 12/12 : RUN $MAKE 03:22:17 ---> Running in 385e630e24ac 03:22:17 noop 03:22:17 Removing intermediate container 385e630e24ac 03:22:17 ---> e2c25dc3fa7e 03:22:17 Successfully built e2c25dc3fa7e 03:22:17 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:22:17 + docker inspect -f . ci-base-image-arm64 03:22:17 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:22:17 prd-ubuntu20.04-docker-arm64-4c-16g-16182 does not seem to be running inside a container 03:22:17 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/8 -v /w/workspace/device-mqtt-go/8:/w/workspace/device-mqtt-go/8:rw,z -v /w/workspace/device-mqtt-go/8@tmp:/w/workspace/device-mqtt-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 03:22:18 $ docker top c1d9f50b29d504ac8e0cd1099cebdff110d00ea5f8e3f3063efbb30217c5fdbe -eo pid,comm [Pipeline] { [Pipeline] sh 03:22:19 + go version 03:22:19 go version go1.17.7 linux/arm64 [Pipeline] } 03:22:19 $ docker stop --time=1 c1d9f50b29d504ac8e0cd1099cebdff110d00ea5f8e3f3063efbb30217c5fdbe 03:22:21 $ docker rm -f c1d9f50b29d504ac8e0cd1099cebdff110d00ea5f8e3f3063efbb30217c5fdbe [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:22:22 + docker inspect -f . ci-base-image-arm64 03:22:22 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:22:22 prd-ubuntu20.04-docker-arm64-4c-16g-16182 does not seem to be running inside a container 03:22:22 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/8 -v /w/workspace/device-mqtt-go/8:/w/workspace/device-mqtt-go/8:rw,z -v /w/workspace/device-mqtt-go/8@tmp:/w/workspace/device-mqtt-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 03:22:23 $ docker top 8a9bb86d5bdcd43318876c0a7d49b9f43eca547d62e0bd2fa44ed2fc487f3598 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh 03:22:24 + make test 03:22:24 GCO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 03:22:25 ? github.com/edgexfoundry/device-mqtt-go [no test files] 03:23:47 ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] 03:23:47 ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.071s coverage: 21.8% of statements 03:23:47 ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] 03:23:47 WARNING: Linting skipped (not on x86_64 or linter not installed) 03:23:47 GCO_ENABLED=1 GO111MODULE=on go vet ./... 03:24:14 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 03:24:14 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 03:24:14 ./bin/test-attribution-txt.sh [Pipeline] echo 03:24:14 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 03:24:14 $ docker stop --time=1 8a9bb86d5bdcd43318876c0a7d49b9f43eca547d62e0bd2fa44ed2fc487f3598 03:24:16 $ docker rm -f 8a9bb86d5bdcd43318876c0a7d49b9f43eca547d62e0bd2fa44ed2fc487f3598 [Pipeline] // withDockerContainer [Pipeline] sh 03:24:17 + sudo chown -R jenkins:jenkins . [Pipeline] stash 03:24:17 Warning: overwriting stash ‘coverage-report’ 03:24:17 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 03:24:18 + sudo chown -R jenkins:jenkins . [Pipeline] sh 03:24:18 + ls -al . 03:24:18 total 176 03:24:18 drwxrwxr-x 9 jenkins jenkins 4096 Jun 28 03:24 . 03:24:18 drwxrwxr-x 4 jenkins jenkins 4096 Jun 28 03:20 .. 03:24:18 -rw-rw-r-- 1 jenkins jenkins 140 Jun 28 03:20 .dockerignore 03:24:18 drwxrwxr-x 8 jenkins jenkins 4096 Jun 28 03:20 .git 03:24:18 drwxrwxr-x 3 jenkins jenkins 4096 Jun 28 03:20 .github 03:24:18 -rw-rw-r-- 1 jenkins jenkins 329 Jun 28 03:20 .gitignore 03:24:18 -rw-rw-r-- 1 jenkins jenkins 41 Jun 28 03:20 .golangci.yml 03:24:18 -rw-rw-r-- 1 jenkins jenkins 8917 Jun 28 03:20 Attribution.txt 03:24:18 -rw-rw-r-- 1 jenkins jenkins 11365 Jun 28 03:20 CHANGELOG.md 03:24:18 -rw-rw-r-- 1 jenkins jenkins 1930 Jun 28 03:20 Dockerfile 03:24:18 -rw-rw-r-- 1 jenkins jenkins 677 Jun 28 03:20 GOVERNANCE.md 03:24:18 -rw-rw-r-- 1 jenkins jenkins 678 Jun 28 03:20 Jenkinsfile 03:24:18 -rw-rw-r-- 1 jenkins jenkins 11340 Jun 28 03:20 LICENSE 03:24:18 -rw-rw-r-- 1 jenkins jenkins 1930 Jun 28 03:20 Makefile 03:24:18 -rw-rw-r-- 1 jenkins jenkins 620 Jun 28 03:20 OWNERS.md 03:24:18 -rw-rw-r-- 1 jenkins jenkins 2501 Jun 28 03:20 README.md 03:24:18 -rw-rw-r-- 1 jenkins jenkins 5 Jun 28 03:18 VERSION 03:24:18 drwxrwxr-x 2 jenkins jenkins 4096 Jun 28 03:20 bin 03:24:18 drwxrwxr-x 3 jenkins jenkins 4096 Jun 28 03:20 cmd 03:24:18 -rw-r--r-- 1 jenkins jenkins 17887 Jun 28 03:23 coverage.out 03:24:18 -rw-rw-r-- 1 jenkins jenkins 3314 Jun 28 03:20 go.mod 03:24:18 -rw-rw-r-- 1 jenkins jenkins 36281 Jun 28 03:20 go.sum 03:24:18 drwxrwxr-x 3 jenkins jenkins 4096 Jun 28 03:20 internal 03:24:18 drwxrwxr-x 2 jenkins jenkins 4096 Jun 28 03:20 mock 03:24:18 drwxrwxr-x 4 jenkins jenkins 4096 Jun 28 03:20 snap 03:24:18 -rw-rw-r-- 1 jenkins jenkins 227 Jun 28 03:20 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:24:18 + 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=43f9ffc7258d5a41dd1d9e01b24d8e8c2a253fe4 --label arch=arm64 --label version=0.0.0 . 03:24:19 Sending build context to Docker daemon 3.126MB 03:24:19 Step 1/24 : ARG BASE=golang:1.17-alpine3.15 03:24:19 Step 2/24 : FROM ${BASE} AS builder 03:24:19 ---> e2c25dc3fa7e 03:24:19 Step 3/24 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 03:24:19 ---> Running in bb57a5028e28 03:24:19 Removing intermediate container bb57a5028e28 03:24:19 ---> 7619446b5bee 03:24:19 Step 4/24 : ARG ALPINE_PKG_EXTRA="" 03:24:19 ---> Running in 0a8632dcd23a 03:24:20 Removing intermediate container 0a8632dcd23a 03:24:20 ---> b374f1f2bf65 03:24:20 Step 5/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:24:20 ---> Running in be244737ffbf 03:24:22 Removing intermediate container be244737ffbf 03:24:22 ---> 2dd1f2bf03c1 03:24:22 Step 6/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 03:24:22 ---> Running in 0f365db09d86 03:24:23 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 03:24:24 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 03:24:25 OK: 224 MiB in 56 packages 03:24:25 Removing intermediate container 0f365db09d86 03:24:25 ---> 9227823e8536 03:24:25 Step 7/24 : WORKDIR /device-mqtt-go 03:24:25 ---> Running in 46281916a17f 03:24:26 Removing intermediate container 46281916a17f 03:24:26 ---> ce52e70b5c1c 03:24:26 Step 8/24 : COPY go.mod vendor* ./ 03:24:26 ---> 60db2db346c8 03:24:26 Step 9/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:24:26 ---> Running in c38b7bcaf0b7 03:24:28 Removing intermediate container c38b7bcaf0b7 03:24:28 ---> c705fec21bb1 03:24:28 Step 10/24 : COPY . . 03:24:29 ---> ff1619c6ebf6 03:24:29 Step 11/24 : ARG MAKE='make build' 03:24:29 ---> Running in b7426f990f4b 03:24:29 Removing intermediate container b7426f990f4b 03:24:29 ---> c85091b69585 03:24:29 Step 12/24 : RUN $MAKE 03:24:29 ---> Running in 0f3ccbcae307 03:24:30 GCO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/device-mqtt-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/device-mqtt ./cmd 03:26:37 Removing intermediate container 0f3ccbcae307 03:26:37 ---> cc31472bf5b9 03:26:37 Step 13/24 : FROM alpine:3.14 03:26:37 3.14: Pulling from library/alpine 03:26:37 455c02918c45: Pulling fs layer 03:26:37 455c02918c45: Verifying Checksum 03:26:37 455c02918c45: Download complete 03:26:37 455c02918c45: Pull complete 03:26:37 Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 03:26:37 Status: Downloaded newer image for alpine:3.14 03:26:37 ---> ac73e934f311 03:26:37 Step 14/24 : LABEL license='VSPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IoTech Ltd' 03:26:37 ---> Running in e3b20d0a18f2 03:26:37 Removing intermediate container e3b20d0a18f2 03:26:37 ---> 879131b688c3 03:26:37 Step 15/24 : RUN apk add --update --no-cache zeromq dumb-init 03:26:37 ---> Running in ace4bce55045 03:26:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 03:26:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 03:26:37 (1/6) Installing dumb-init (1.2.5-r1) 03:26:37 (2/6) Installing libgcc (10.3.1_git20210424-r2) 03:26:37 (3/6) Installing libsodium (1.0.18-r0) 03:26:37 (4/6) Installing libstdc++ (10.3.1_git20210424-r2) 03:26:37 (5/6) Installing libzmq (4.3.4-r0) 03:26:37 (6/6) Installing zeromq (4.3.4-r0) 03:26:37 Executing busybox-1.33.1-r7.trigger 03:26:37 OK: 8 MiB in 20 packages 03:26:37 Removing intermediate container ace4bce55045 03:26:37 ---> 39b92bdb9096 03:26:37 Step 16/24 : COPY --from=builder /device-mqtt-go/cmd / 03:26:37 ---> fa67b7068aa5 03:26:37 Step 17/24 : COPY --from=builder /device-mqtt-go/LICENSE / 03:26:37 ---> 4bb444737791 03:26:37 Step 18/24 : COPY --from=builder /device-mqtt-go/Attribution.txt / 03:26:37 ---> 28a288b5a083 03:26:37 Step 19/24 : EXPOSE 59982 03:26:37 ---> Running in ed8dd375641f 03:26:37 Removing intermediate container ed8dd375641f 03:26:37 ---> fbce60d7ee66 03:26:37 Step 20/24 : ENTRYPOINT ["/device-mqtt"] 03:26:37 ---> Running in ac093fb8abe5 03:26:37 Removing intermediate container ac093fb8abe5 03:26:37 ---> db218270076f 03:26:37 Step 21/24 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:26:37 ---> Running in 44d154631695 03:26:37 Removing intermediate container 44d154631695 03:26:37 ---> e6e6c604dd80 03:26:37 Step 22/24 : LABEL arch=arm64 03:26:37 ---> Running in f26bfb61b29c 03:26:37 Removing intermediate container f26bfb61b29c 03:26:37 ---> e7235a23e63d 03:26:37 Step 23/24 : LABEL git_sha=43f9ffc7258d5a41dd1d9e01b24d8e8c2a253fe4 03:26:37 ---> Running in 97c0cc79869a 03:26:37 Removing intermediate container 97c0cc79869a 03:26:37 ---> b46de0127f23 03:26:37 Step 24/24 : LABEL version=0.0.0 03:26:37 ---> Running in c9b7d83954e7 03:26:37 Removing intermediate container c9b7d83954e7 03:26:37 ---> 52d9d59c330d 03:26:37 [Warning] One or more build-args [ARCH] were not consumed 03:26:37 Successfully built 52d9d59c330d 03:26:37 Successfully tagged device-mqtt-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:26:38 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 03:26:38 03:26:38 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:26:38 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 03:26:38 arm64: Pulling from edgex-lftools-log-publisher 03:26:38 8998bd30e6a1: Pulling fs layer 03:26:38 04944245beec: Pulling fs layer 03:26:38 699f458cf7ca: Pulling fs layer 03:26:38 765212b225bb: Pulling fs layer 03:26:38 f23df028b6ca: Pulling fs layer 03:26:38 d65c8cfc05b1: Pulling fs layer 03:26:38 2437ff75d9bd: Pulling fs layer 03:26:38 f23df028b6ca: Waiting 03:26:38 765212b225bb: Waiting 03:26:38 d65c8cfc05b1: Waiting 03:26:38 2437ff75d9bd: Waiting 03:26:38 04944245beec: Verifying Checksum 03:26:38 04944245beec: Download complete 03:26:38 765212b225bb: Verifying Checksum 03:26:38 765212b225bb: Download complete 03:26:38 f23df028b6ca: Download complete 03:26:38 d65c8cfc05b1: Download complete 03:26:39 699f458cf7ca: Verifying Checksum 03:26:39 699f458cf7ca: Download complete 03:26:39 8998bd30e6a1: Verifying Checksum 03:26:39 8998bd30e6a1: Download complete 03:26:42 2437ff75d9bd: Verifying Checksum 03:26:42 2437ff75d9bd: Download complete 03:26:44 8998bd30e6a1: Pull complete 03:26:44 04944245beec: Pull complete 03:26:45 699f458cf7ca: Pull complete 03:26:46 765212b225bb: Pull complete 03:26:46 f23df028b6ca: Pull complete 03:26:46 d65c8cfc05b1: Pull complete 03:27:02 2437ff75d9bd: Pull complete 03:27:02 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 03:27:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 03:27:02 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:27:02 prd-ubuntu20.04-docker-arm64-4c-16g-16182 does not seem to be running inside a container 03:27:02 $ 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/8 -v /w/workspace/device-mqtt-go/8:/w/workspace/device-mqtt-go/8:rw,z -v /w/workspace/device-mqtt-go/8@tmp:/w/workspace/device-mqtt-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 03:27:04 $ docker top 1b3cc4f0d7a990fe05edc3876420b544044d3574e9f60578864f0969ba8b92f4 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:27:05 ---> job-cost.sh 03:27:05 lf-activate-venv: SKIPPING 03:27:05 INFO: No Stack... 03:27:06 INFO: Retrieving Pricing Info for: v3-standard-4 03:27:07 INFO: Archiving Costs [Pipeline] sh 03:27:07 + cat /w/workspace/device-mqtt-go/8/archives/cost.csv 03:27:07 + cut -d, -f6 [Pipeline] lock 03:27:07 Trying to acquire lock on [jenkins-edgexfoundry-device-mqtt-go-PR-382-8-stack-cost] 03:27:07 Resource [jenkins-edgexfoundry-device-mqtt-go-PR-382-8-stack-cost] did not exist. Created. 03:27:07 Lock acquired on [jenkins-edgexfoundry-device-mqtt-go-PR-382-8-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 03:27:08 /w/workspace/device-mqtt-go/8@tmp/durable-f018f120/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 03:27:09 + echo total: 0.10999999940395355 [Pipeline] stash 03:27:09 Warning: overwriting stash ‘stack-cost’ 03:27:09 Stashed 1 file(s) [Pipeline] } 03:27:09 Lock released on resource [jenkins-edgexfoundry-device-mqtt-go-PR-382-8-stack-cost] [Pipeline] // lock [Pipeline] } 03:27:09 $ docker stop --time=1 1b3cc4f0d7a990fe05edc3876420b544044d3574e9f60578864f0969ba8b92f4 03:27:10 $ docker rm -f 1b3cc4f0d7a990fe05edc3876420b544044d3574e9f60578864f0969ba8b92f4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider 03:27:11 provisioning config files... 03:27:11 copy managed file [device-mqtt-go-codecov-token] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-382@tmp/config6629256851017584114tmp [Pipeline] { [Pipeline] sh 03:27:11 + set +x 03:27:11 + curl -s https://codecov.io/bash 03:27:11 + bash -s -- 03:27:11 03:27:11 _____ _ 03:27:11 / ____| | | 03:27:11 | | ___ __| | ___ ___ _____ __ 03:27:11 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 03:27:11 | |___| (_) | (_| | __/ (_| (_) \ V / 03:27:11 \_____\___/ \__,_|\___|\___\___/ \_/ 03:27:11 Bash-1.0.6 03:27:11 03:27:11 03:27:11 ==> git version 2.25.1 found 03:27:11 ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 03:27:11 Release-Date: 2020-01-08 03:27:11 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 03:27:11 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 03:27:11 ==> Jenkins CI detected. 03:27:11 current dir:  /w/workspace/gexfoundry_device-mqtt-go_PR-382 03:27:11 project root: . 03:27:11 --> token set from env 03:27:11 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 03:27:11 ==> Running gcov in . (disable via -X gcov) 03:27:11 ==> Python coveragepy not found 03:27:11 ==> Searching for coverage reports in: 03:27:11 + . 03:27:11 -> Found 1 reports 03:27:11 ==> Detecting git/mercurial file structure 03:27:11 ==> Reading reports 03:27:11 + ./coverage.out bytes=17887 03:27:11 ==> Appending adjustments 03:27:11 https://docs.codecov.io/docs/fixing-reports 03:27:11 + Found adjustments 03:27:11 ==> Gzipping contents 03:27:11 4.0K /tmp/codecov.QUiqK0.gz 03:27:11 ==> Uploading reports 03:27:11 url: https://codecov.io 03:27:11 query: branch=PR-382&commit=e313982cf1cdfd6b601c3665c5ad86e9edd5c9fb&build=8&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-mqtt-go%2Fjob%2FPR-382%2F8%2F&name=&tag=&slug=edgexfoundry%2Fdevice-mqtt-go&service=jenkins&flags=&pr=382&job=&cmd_args= 03:27:11 -> Pinging Codecov 03:27:11 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=3cf7f23a-d5e6-4c47-868b-a0a7f9a025f8&branch=PR-382&commit=e313982cf1cdfd6b601c3665c5ad86e9edd5c9fb&build=8&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-mqtt-go%2Fjob%2FPR-382%2F8%2F&name=&tag=&slug=edgexfoundry%2Fdevice-mqtt-go&service=jenkins&flags=&pr=382&job=&cmd_args= 03:27:12 -> Uploading to 03:27:12 https://storage.googleapis.com/codecov/v4/raw/2022-06-28/7D719EC7BBE17E464838252E33014C33/e313982cf1cdfd6b601c3665c5ad86e9edd5c9fb/d8dff7b5-0d05-439f-86c9-ea9999e14819.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20220628%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220628T032711Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=960afbee915556f3af872a7aa54e822f10f1f880ff6620a7bb007498d81414f5 03:27:12 % Total % Received % Xferd Average Speed Time Time Time Current 03:27:12 Dload Upload Total Spent Left Speed 03:27:12 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3260 0 0 100 3260 0 11941 --:--:-- --:--:-- --:--:-- 11941 03:27:12 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-mqtt-go/commit/e313982cf1cdfd6b601c3665c5ad86e9edd5c9fb [Pipeline] } 03:27:12 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 03:27:12 + [ -d /w/workspace/gexfoundry_device-mqtt-go_PR-382/archives ] 03:27:12 + ls -al /w/workspace/gexfoundry_device-mqtt-go_PR-382/archives 03:27:12 total 16 03:27:12 drwxr-xr-x 3 root root 4096 Jun 28 03:20 . 03:27:12 drwxrwxr-x 11 jenkins jenkins 4096 Jun 28 03:20 .. 03:27:12 drwxr-xr-x 2 root root 4096 Jun 28 03:20 cost 03:27:12 -rw-r--r-- 1 root root 85 Jun 28 03:20 cost.csv 03:27:12 + sudo chown -R jenkins:jenkins /w/workspace/gexfoundry_device-mqtt-go_PR-382/archives 03:27:12 + ls -al /w/workspace/gexfoundry_device-mqtt-go_PR-382/archives 03:27:12 total 16 03:27:12 drwxr-xr-x 3 jenkins jenkins 4096 Jun 28 03:20 . 03:27:12 drwxrwxr-x 11 jenkins jenkins 4096 Jun 28 03:20 .. 03:27:12 drwxr-xr-x 2 jenkins jenkins 4096 Jun 28 03:20 cost 03:27:12 -rw-r--r-- 1 jenkins jenkins 85 Jun 28 03:20 cost.csv [Pipeline] libraryResource [Pipeline] sh 03:27:13 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 03:27:14 ---> package-listing.sh 03:27:14 ++ facter osfamily 03:27:14 ++ tr '[:upper:]' '[:lower:]' 03:27:14 + OS_FAMILY=debian 03:27:14 + workspace=/w/workspace/gexfoundry_device-mqtt-go_PR-382 03:27:14 + START_PACKAGES=/tmp/packages_start.txt 03:27:14 + END_PACKAGES=/tmp/packages_end.txt 03:27:14 + DIFF_PACKAGES=/tmp/packages_diff.txt 03:27:14 + PACKAGES=/tmp/packages_start.txt 03:27:14 + '[' /w/workspace/gexfoundry_device-mqtt-go_PR-382 ']' 03:27:14 + PACKAGES=/tmp/packages_end.txt 03:27:14 + case "${OS_FAMILY}" in 03:27:14 + dpkg -l 03:27:14 + grep '^ii' 03:27:14 + '[' -f /tmp/packages_start.txt ']' 03:27:14 + '[' -f /tmp/packages_end.txt ']' 03:27:14 + diff /tmp/packages_start.txt /tmp/packages_end.txt 03:27:14 + '[' /w/workspace/gexfoundry_device-mqtt-go_PR-382 ']' 03:27:14 + mkdir -p /w/workspace/gexfoundry_device-mqtt-go_PR-382/archives/ 03:27:14 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-mqtt-go_PR-382/archives/ [Pipeline] echo 03:27:14 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/gexfoundry_device-mqtt-go_PR-382/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 03:27:14 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:27:15 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 03:27:15 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:27:15 prd-ubuntu20.04-docker-8c-8g-16181 does not seem to be running inside a container 03:27:15 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/gexfoundry_device-mqtt-go_PR-382/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/gexfoundry_device-mqtt-go_PR-382 -v /w/workspace/gexfoundry_device-mqtt-go_PR-382:/w/workspace/gexfoundry_device-mqtt-go_PR-382:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-382@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-382@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 03:27:15 $ docker top 6c7a653322e9597374e1190485ac6a69f66879905f7b28d5785793629113278f -eo pid,comm [Pipeline] { [Pipeline] sh 03:27:15 + touch /tmp/pre-build-complete [Pipeline] sh 03:27:16 + mkdir -p /var/log/sysstat [Pipeline] sh 03:27:16 + ls /var/log/sa-host 03:27:16 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 03:27:16 provisioning config files... 03:27:16 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-382@tmp/config1312906939883652112tmp [Pipeline] { [Pipeline] echo 03:27:16 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 03:27:16 ---> create-netrc.sh [Pipeline] } 03:27:16 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 03:27:17 ---> python-tools-install.sh [Pipeline] echo 03:27:17 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 03:27:17 ---> sudo-logs.sh 03:27:17 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 03:27:17 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 03:27:17 ---> job-cost.sh 03:27:17 lf-activate-venv: SKIPPING 03:27:17 DEBUG: total: 0.2199999988079071 03:27:17 INFO: Retrieving Stack Cost... 03:27:18 INFO: Retrieving Pricing Info for: v3-standard-8 03:27:18 INFO: Archiving Costs [Pipeline] echo 03:27:18 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 03:27:19 ---> logs-deploy.sh 03:27:19 lf-activate-venv: SKIPPING 03:27:19 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-mqtt-go/PR-382/8 03:27:19 INFO: archiving workspace using pattern(s): 03:27:19 Archives upload complete. 03:27:20 INFO: archiving logs to Nexus 03:27:20 ---> uname -a: 03:27:20 Linux prd-ubuntu20-04-docker-8c-8g-16181 5.4.0-94-generic #106-Ubuntu SMP Thu Jan 6 23:58:14 UTC 2022 x86_64 GNU/Linux 03:27:20 03:27:20 03:27:20 ---> lscpu: 03:27:20 Architecture: x86_64 03:27:20 CPU op-mode(s): 32-bit, 64-bit 03:27:20 Byte Order: Little Endian 03:27:20 Address sizes: 40 bits physical, 48 bits virtual 03:27:20 CPU(s): 8 03:27:20 On-line CPU(s) list: 0-7 03:27:20 Thread(s) per core: 1 03:27:20 Core(s) per socket: 1 03:27:20 Socket(s): 8 03:27:20 NUMA node(s): 1 03:27:20 Vendor ID: AuthenticAMD 03:27:20 CPU family: 23 03:27:20 Model: 49 03:27:20 Model name: AMD EPYC-Rome Processor 03:27:20 Stepping: 0 03:27:20 CPU MHz: 2799.996 03:27:20 BogoMIPS: 5599.99 03:27:20 Virtualization: AMD-V 03:27:20 Hypervisor vendor: KVM 03:27:20 Virtualization type: full 03:27:20 L1d cache: 256 KiB 03:27:20 L1i cache: 256 KiB 03:27:20 L2 cache: 4 MiB 03:27:20 L3 cache: 128 MiB 03:27:20 NUMA node0 CPU(s): 0-7 03:27:20 Vulnerability Itlb multihit: Not affected 03:27:20 Vulnerability L1tf: Not affected 03:27:20 Vulnerability Mds: Not affected 03:27:20 Vulnerability Meltdown: Not affected 03:27:20 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 03:27:20 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 03:27:20 Vulnerability Spectre v2: Mitigation; Full AMD retpoline, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 03:27:20 Vulnerability Srbds: Not affected 03:27:20 Vulnerability Tsx async abort: Not affected 03:27:20 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities 03:27:20 03:27:20 03:27:20 ---> nproc: 03:27:20 8 03:27:20 03:27:20 03:27:20 ---> df -h: 03:27:20 Filesystem Size Used Avail Use% Mounted on 03:27:20 overlay 155G 11G 145G 7% / 03:27:20 tmpfs 64M 0 64M 0% /dev 03:27:20 tmpfs 16G 0 16G 0% /sys/fs/cgroup 03:27:20 shm 64M 0 64M 0% /dev/shm 03:27:20 /dev/vda1 155G 11G 145G 7% /facter-os 03:27:20 03:27:20 03:27:20 ---> sar -b -r -n DEV: 03:27:20 Linux 5.4.0-94-generic (prd-ubuntu20-04-docker-8c-8g-16181) 06/28/22 _x86_64_ (8 CPU) 03:27:20 03:27:20 03:17:31 LINUX RESTART (8 CPU) 03:27:20 03:27:20 03:18:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 03:27:20 03:19:01 360.06 15.56 344.49 0.00 2183.37 132350.61 0.00 03:27:20 03:20:01 187.67 0.20 187.47 0.00 21.33 39358.91 0.00 03:27:20 03:21:01 3.93 0.00 3.93 0.00 0.00 59.99 0.00 03:27:20 03:22:01 1.75 0.00 1.75 0.00 0.00 20.55 0.00 03:27:20 03:23:01 1.24 0.02 1.22 0.00 0.14 13.42 0.00 03:27:20 03:24:01 1.33 0.00 1.33 0.00 0.00 17.33 0.00 03:27:20 03:25:01 0.95 0.00 0.95 0.00 0.00 11.20 0.00 03:27:20 03:26:01 1.10 0.00 1.10 0.00 0.00 13.60 0.00 03:27:20 03:27:01 1.02 0.00 1.02 0.00 0.00 12.00 0.00 03:27:20 Average: 62.23 1.76 60.47 0.00 245.43 19130.33 0.00 03:27:20 03:27:20 03:18:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 03:27:20 03:19:01 28449848 31753880 541584 1.65 158688 3365532 2222784 6.55 1151416 2847624 584 03:27:20 03:20:01 27689376 31758948 530296 1.61 173256 4046876 2013072 5.93 1339868 3342912 408 03:27:20 03:21:01 27706032 31775300 515532 1.57 173352 4046740 1902372 5.61 1331984 3333972 152 03:27:20 03:22:01 27707008 31776268 514444 1.56 173376 4046744 1902372 5.61 1330808 3333976 48 03:27:20 03:23:01 27715876 31785156 505504 1.54 173400 4046748 1902372 5.61 1322436 3334008 16 03:27:20 03:24:01 27715348 31784656 505980 1.54 173420 4046752 1902372 5.61 1322852 3334012 48 03:27:20 03:25:01 27717552 31786956 503716 1.53 173436 4046756 1830868 5.40 1320608 3334064 12 03:27:20 03:26:01 27718080 31787532 503076 1.53 173476 4046764 1830868 5.40 1320144 3334076 156 03:27:20 03:27:01 27718500 31787972 502792 1.53 173492 4046764 1830868 5.40 1320140 3334076 12 03:27:20 Average: 27793069 31777408 513658 1.56 171766 3971075 1926439 5.68 1306695 3280969 160 03:27:20 03:27:20 03:18:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 03:27:20 03:19:01 ens3 697.52 464.21 7036.67 146.71 0.00 0.00 0.00 0.00 03:27:20 03:19:01 docker0 113.06 147.23 9.21 1093.24 0.00 0.00 0.00 0.00 03:27:20 03:19:01 lo 6.67 6.67 0.65 0.65 0.00 0.00 0.00 0.00 03:27:20 03:19:01 vethd46c05c 0.00 0.07 0.00 0.01 0.00 0.00 0.00 0.00 03:27:20 03:20:01 ens3 170.75 102.05 2686.13 24.57 0.00 0.00 0.00 0.00 03:27:20 03:20:01 docker0 11.20 15.36 0.66 89.65 0.00 0.00 0.00 0.00 03:27:20 03:20:01 lo 2.00 2.00 0.20 0.20 0.00 0.00 0.00 0.00 03:27:20 03:21:01 ens3 6.48 3.98 5.83 2.30 0.00 0.00 0.00 0.00 03:27:20 03:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:27:20 03:21:01 lo 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 03:27:20 03:22:01 ens3 0.17 0.13 0.01 0.01 0.00 0.00 0.00 0.00 03:27:20 03:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:27:20 03:22:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:27:20 03:23:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:27:20 03:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:27:20 03:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:27:20 03:24:01 ens3 0.30 0.23 0.09 0.08 0.00 0.00 0.00 0.00 03:27:20 03:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:27:20 03:24:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:27:20 03:25:01 ens3 6.43 9.15 0.42 10.25 0.00 0.00 0.00 0.00 03:27:20 03:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:27:20 03:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:27:20 03:26:01 ens3 0.15 0.13 0.01 0.01 0.00 0.00 0.00 0.00 03:27:20 03:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:27:20 03:26:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:27:20 03:27:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:27:20 03:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:27:20 03:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:27:20 Average: ens3 98.16 64.55 1083.00 20.47 0.00 0.00 0.00 0.00 03:27:20 Average: docker0 13.83 18.10 1.10 131.67 0.00 0.00 0.00 0.00 03:27:20 Average: lo 1.04 1.04 0.10 0.10 0.00 0.00 0.00 0.00 03:27:20 03:27:20 03:27:20 ---> sar -P ALL: 03:27:20 Linux 5.4.0-94-generic (prd-ubuntu20-04-docker-8c-8g-16181) 06/28/22 _x86_64_ (8 CPU) 03:27:20 03:27:20 03:17:31 LINUX RESTART (8 CPU) 03:27:20 03:27:20 03:18:01 CPU %user %nice %system %iowait %steal %idle 03:27:20 03:19:01 all 11.59 0.00 4.82 1.95 0.06 81.58 03:27:20 03:19:01 0 12.00 0.00 4.41 2.37 0.05 81.17 03:27:20 03:19:01 1 11.10 0.00 5.03 0.22 0.07 83.58 03:27:20 03:19:01 2 11.22 0.00 4.24 2.23 0.05 82.26 03:27:20 03:19:01 3 12.78 0.00 5.64 3.81 0.08 77.69 03:27:20 03:19:01 4 12.85 0.00 5.04 4.14 0.05 77.92 03:27:20 03:19:01 5 11.18 0.00 4.46 0.91 0.07 83.38 03:27:20 03:19:01 6 11.75 0.00 4.90 1.46 0.05 81.83 03:27:20 03:19:01 7 9.85 0.00 4.84 0.43 0.07 84.81 03:27:20 03:20:01 all 34.88 0.00 6.32 0.81 0.08 57.91 03:27:20 03:20:01 0 35.99 0.00 6.98 2.68 0.08 54.26 03:27:20 03:20:01 1 34.48 0.00 6.11 0.22 0.08 59.10 03:27:20 03:20:01 2 36.11 0.00 6.40 0.24 0.08 57.17 03:27:20 03:20:01 3 33.94 0.00 6.14 0.17 0.08 59.66 03:27:20 03:20:01 4 34.12 0.00 6.51 0.54 0.08 58.75 03:27:20 03:20:01 5 33.60 0.00 5.68 0.19 0.07 60.47 03:27:20 03:20:01 6 34.90 0.00 6.26 2.18 0.08 56.57 03:27:20 03:20:01 7 35.92 0.00 6.45 0.25 0.08 57.29 03:27:20 03:21:01 all 0.15 0.00 0.06 0.01 0.00 99.78 03:27:20 03:21:01 0 0.12 0.00 0.07 0.05 0.00 99.77 03:27:20 03:21:01 1 0.13 0.00 0.05 0.00 0.00 99.82 03:27:20 03:21:01 2 0.15 0.00 0.05 0.00 0.00 99.80 03:27:20 03:21:01 3 0.15 0.00 0.08 0.00 0.00 99.77 03:27:20 03:21:01 4 0.10 0.00 0.03 0.00 0.00 99.87 03:27:20 03:21:01 5 0.08 0.00 0.05 0.02 0.02 99.83 03:27:20 03:21:01 6 0.22 0.00 0.10 0.00 0.00 99.68 03:27:20 03:21:01 7 0.22 0.00 0.03 0.02 0.00 99.73 03:27:20 03:22:01 all 0.02 0.00 0.02 0.01 0.00 99.96 03:27:20 03:22:01 0 0.00 0.00 0.02 0.05 0.00 99.93 03:27:20 03:22:01 1 0.02 0.00 0.02 0.00 0.00 99.97 03:27:20 03:22:01 2 0.03 0.00 0.03 0.00 0.02 99.92 03:27:20 03:22:01 3 0.00 0.00 0.00 0.00 0.00 100.00 03:27:20 03:22:01 4 0.02 0.00 0.03 0.00 0.00 99.95 03:27:20 03:22:01 5 0.00 0.00 0.00 0.00 0.00 100.00 03:27:20 03:22:01 6 0.05 0.00 0.02 0.00 0.02 99.92 03:27:20 03:22:01 7 0.02 0.00 0.02 0.00 0.00 99.97 03:27:20 03:23:01 all 0.06 0.00 0.03 0.00 0.00 99.91 03:27:20 03:23:01 0 0.02 0.00 0.02 0.03 0.00 99.93 03:27:20 03:23:01 1 0.02 0.00 0.03 0.00 0.00 99.95 03:27:20 03:23:01 2 0.03 0.00 0.00 0.00 0.00 99.97 03:27:20 03:23:01 3 0.00 0.00 0.02 0.00 0.00 99.98 03:27:20 03:23:01 4 0.03 0.00 0.03 0.00 0.00 99.93 03:27:20 03:23:01 5 0.32 0.00 0.03 0.00 0.00 99.64 03:27:20 03:23:01 6 0.02 0.00 0.03 0.00 0.02 99.93 03:27:20 03:23:01 7 0.03 0.00 0.03 0.00 0.00 99.93 03:27:20 03:24:01 all 0.25 0.00 0.01 0.00 0.01 99.73 03:27:20 03:24:01 0 0.02 0.00 0.02 0.03 0.02 99.92 03:27:20 03:24:01 1 0.00 0.00 0.00 0.00 0.00 100.00 03:27:20 03:24:01 2 0.02 0.00 0.02 0.00 0.00 99.97 03:27:20 03:24:01 3 0.00 0.00 0.00 0.00 0.00 100.00 03:27:20 03:24:01 4 0.00 0.00 0.00 0.00 0.02 99.98 03:27:20 03:24:01 5 1.97 0.00 0.00 0.00 0.02 98.01 03:27:20 03:24:01 6 0.00 0.00 0.02 0.00 0.02 99.97 03:27:20 03:24:01 7 0.00 0.00 0.00 0.00 0.00 100.00 03:27:20 03:25:01 all 0.07 0.00 0.02 0.00 0.01 99.90 03:27:20 03:25:01 0 0.03 0.00 0.03 0.02 0.00 99.92 03:27:20 03:25:01 1 0.00 0.00 0.02 0.00 0.00 99.98 03:27:20 03:25:01 2 0.05 0.00 0.02 0.00 0.02 99.92 03:27:20 03:25:01 3 0.05 0.00 0.00 0.00 0.00 99.95 03:27:20 03:25:01 4 0.05 0.00 0.02 0.00 0.00 99.93 03:27:20 03:25:01 5 0.30 0.00 0.03 0.00 0.00 99.67 03:27:20 03:25:01 6 0.05 0.00 0.00 0.00 0.02 99.93 03:27:20 03:25:01 7 0.03 0.00 0.02 0.00 0.02 99.93 03:27:20 03:26:01 all 0.01 0.00 0.01 0.00 0.00 99.97 03:27:20 03:26:01 0 0.02 0.00 0.00 0.03 0.00 99.95 03:27:20 03:26:01 1 0.02 0.00 0.00 0.00 0.00 99.98 03:27:20 03:26:01 2 0.00 0.00 0.00 0.00 0.00 100.00 03:27:20 03:26:01 3 0.03 0.00 0.02 0.00 0.00 99.95 03:27:20 03:26:01 4 0.02 0.00 0.00 0.00 0.00 99.98 03:27:20 03:26:01 5 0.00 0.00 0.00 0.00 0.00 100.00 03:27:20 03:26:01 6 0.02 0.00 0.05 0.00 0.00 99.93 03:27:20 03:26:01 7 0.02 0.00 0.00 0.00 0.00 99.98 03:27:20 03:27:01 all 0.01 0.00 0.00 0.00 0.00 99.98 03:27:20 03:27:01 0 0.00 0.00 0.02 0.00 0.00 99.98 03:27:20 03:27:01 1 0.00 0.00 0.00 0.02 0.00 99.98 03:27:20 03:27:01 2 0.05 0.00 0.00 0.00 0.00 99.95 03:27:20 03:27:01 3 0.00 0.00 0.00 0.00 0.00 100.00 03:27:20 03:27:01 4 0.00 0.00 0.00 0.00 0.00 100.00 03:27:20 03:27:01 5 0.00 0.00 0.00 0.00 0.00 100.00 03:27:20 03:27:01 6 0.00 0.00 0.02 0.00 0.02 99.97 03:27:20 03:27:01 7 0.02 0.00 0.00 0.00 0.00 99.98 03:27:20 Average: all 5.18 0.00 1.24 0.31 0.02 93.25 03:27:20 Average: 0 5.32 0.00 1.28 0.58 0.02 92.81 03:27:20 Average: 1 5.05 0.00 1.24 0.05 0.02 93.64 03:27:20 Average: 2 5.25 0.00 1.19 0.27 0.02 93.27 03:27:20 Average: 3 5.17 0.00 1.31 0.44 0.02 93.06 03:27:20 Average: 4 5.20 0.00 1.29 0.52 0.02 92.98 03:27:20 Average: 5 5.22 0.00 1.13 0.12 0.02 93.51 03:27:20 Average: 6 5.19 0.00 1.26 0.40 0.02 93.13 03:27:20 Average: 7 5.07 0.00 1.25 0.08 0.02 93.59 03:27:20 03:27:20 03:27:20