Branch indexing Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from a14615cb418151df7146aa477706279ddefdfe8c+8b7bfd06f10d442433da09be4b1bd94ea6f5832d (5bcf02e988de7ede92fcba3f1398945091942176) Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh6728935206438761886.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 2c7614b56cb57ece5b5bdf52d827492071d4cc62 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh6849091325631126829.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 2c7614b56cb57ece5b5bdf52d827492071d4cc62 The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/device-mqtt-go/branches/PR-382/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-mqtt-go/branches/PR-382/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh2972955848361558785.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 2c7614b56cb57ece5b5bdf52d827492071d4cc62 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 2c7614b56cb57ece5b5bdf52d827492071d4cc62 # timeout=10 Commit message: "Merge pull request #399 from ernestojeda/fix-go-mod-version" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh9002275041617258753.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 0f180ed1236c637af8c254f95ad106931cc77145 The recommended git tool is: NONE using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/device-mqtt-go/branches/PR-382/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-mqtt-go/branches/PR-382/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh10996185300883114448.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 0f180ed1236c637af8c254f95ad106931cc77145 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 0f180ed1236c637af8c254f95ad106931cc77145 # timeout=10 Commit message: "Feat: Add initial docker pipelines" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-mqtt-go, buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-mqtt-go-settings PROJECT: device-mqtt-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.17 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-mqtt DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-16552 in /w/workspace/gexfoundry_device-mqtt-go_PR-382 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout Selected Git installation does not exist. Using Default The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git > git init /w/workspace/gexfoundry_device-mqtt-go_PR-382 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/main commit 8b7bfd06f10d442433da09be4b1bd94ea6f5832d into PR head commit a14615cb418151df7146aa477706279ddefdfe8c Merge succeeded, producing 4636832d600abd32937ff52007f96042017009eb Checking out Revision 4636832d600abd32937ff52007f96042017009eb (PR-382) > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/382/head:refs/remotes/origin/PR-382 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a14615cb418151df7146aa477706279ddefdfe8c # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 8b7bfd06f10d442433da09be4b1bd94ea6f5832d # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 4636832d600abd32937ff52007f96042017009eb # timeout=10 Commit message: "Merge commit '8b7bfd06f10d442433da09be4b1bd94ea6f5832d' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2022-07-01T03:17:57.001Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2022-07-01T03:17:57.041Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2022-07-01T03:17:57.052Z] ========================================================= [2022-07-01T03:17:57.052Z] EdgeX Global Pipelines Version Info [2022-07-01T03:17:57.052Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 43f9ffc7258d5a41dd1d9e01b24d8e8c2a253fe4 # timeout=10 [2022-07-01T03:17:57.790Z] ------------------- [2022-07-01T03:17:57.790Z] stable info: [2022-07-01T03:17:57.790Z] ------------------- [2022-07-01T03:17:57.790Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-07-01T03:17:57.790Z] Commit SHA: 2c7614b56cb57ece5b5bdf52d827492071d4cc62 [2022-07-01T03:17:57.790Z] Message: update stable to v1.0.234 [2022-07-01T03:17:58.364Z] ------------------- [2022-07-01T03:17:58.364Z] experimental info: [2022-07-01T03:17:58.364Z] ------------------- [2022-07-01T03:17:58.364Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2022-07-01T03:17:58.364Z] Commit SHA: bc4e646769b4c5265b7fe03fd8295f2cc8e63760 [2022-07-01T03:17:58.364Z] Message: update experimental to v1.0.235 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2022-07-01T03:17:58.576Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-mqtt-go-settings [Pipeline] echo [2022-07-01T03:17:58.592Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-mqtt-go [Pipeline] echo [2022-07-01T03:17:58.603Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2022-07-01T03:17:58.619Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2022-07-01T03:17:58.634Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2022-07-01T03:17:58.642Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.17 [Pipeline] echo [2022-07-01T03:17:58.651Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2022-07-01T03:17:58.659Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2022-07-01T03:17:58.668Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2022-07-01T03:17:58.676Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2022-07-01T03:17:58.684Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2022-07-01T03:17:58.693Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-mqtt [Pipeline] echo [2022-07-01T03:17:58.702Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2022-07-01T03:17:58.719Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2022-07-01T03:17:58.738Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2022-07-01T03:17:58.759Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2022-07-01T03:17:58.777Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2022-07-01T03:17:58.793Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2022-07-01T03:17:58.803Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2022-07-01T03:17:58.816Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2022-07-01T03:17:58.828Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2022-07-01T03:17:58.841Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2022-07-01T03:17:58.854Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2022-07-01T03:17:58.865Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2022-07-01T03:17:58.876Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2022-07-01T03:17:58.890Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2022-07-01T03:17:58.910Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2022-07-01T03:17:58.928Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-382 [Pipeline] echo [2022-07-01T03:17:58.947Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-382 [Pipeline] echo [2022-07-01T03:17:58.964Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-382 [Pipeline] echo [2022-07-01T03:17:58.982Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 4636832d600abd32937ff52007f96042017009eb [Pipeline] echo [2022-07-01T03:17:58.997Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 4636832 [Pipeline] echo [2022-07-01T03:17:59.007Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-07-01T03:17:59.054Z] provisioning config files... [2022-07-01T03:17:59.069Z] copy managed file [device-mqtt-go-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-382@tmp/config7788096181482281464tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-07-01T03:17:59.379Z] ---> docker-login.sh [2022-07-01T03:17:59.379Z] nexus3.edgexfoundry.org:10001 [2022-07-01T03:17:59.641Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-01T03:17:59.641Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-01T03:17:59.641Z] Configure a credential helper to remove this warning. See [2022-07-01T03:17:59.641Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-01T03:17:59.641Z] [2022-07-01T03:17:59.641Z] Login Succeeded [2022-07-01T03:17:59.641Z] nexus3.edgexfoundry.org:10002 [2022-07-01T03:17:59.903Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-01T03:17:59.903Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-01T03:17:59.903Z] Configure a credential helper to remove this warning. See [2022-07-01T03:17:59.903Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-01T03:17:59.903Z] [2022-07-01T03:17:59.903Z] Login Succeeded [2022-07-01T03:17:59.903Z] nexus3.edgexfoundry.org:10003 [2022-07-01T03:17:59.903Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-01T03:17:59.903Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-01T03:17:59.903Z] Configure a credential helper to remove this warning. See [2022-07-01T03:17:59.903Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-01T03:17:59.903Z] [2022-07-01T03:17:59.903Z] Login Succeeded [2022-07-01T03:17:59.903Z] nexus3.edgexfoundry.org:10004 [2022-07-01T03:18:00.165Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-01T03:18:00.165Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-01T03:18:00.165Z] Configure a credential helper to remove this warning. See [2022-07-01T03:18:00.165Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-01T03:18:00.165Z] [2022-07-01T03:18:00.165Z] Login Succeeded [2022-07-01T03:18:00.165Z] docker.io [2022-07-01T03:18:00.165Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-01T03:18:00.739Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-01T03:18:00.739Z] Configure a credential helper to remove this warning. See [2022-07-01T03:18:00.739Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-01T03:18:00.739Z] [2022-07-01T03:18:00.739Z] Login Succeeded [2022-07-01T03:18:00.739Z] ---> docker-login.sh ends [Pipeline] } [2022-07-01T03:18:00.748Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2022-07-01T03:18:01.122Z] + git rev-list -1 --merges 4636832d600abd32937ff52007f96042017009eb~1..4636832d600abd32937ff52007f96042017009eb [Pipeline] echo [2022-07-01T03:18:01.153Z] -----------> git rev-list -1 --merges 4636832d600abd32937ff52007f96042017009eb~1..4636832d600abd32937ff52007f96042017009eb 4636832d600abd32937ff52007f96042017009eb [2022-07-01T03:18:01.153Z] 4636832d600abd32937ff52007f96042017009eb [false] [Pipeline] sh [2022-07-01T03:18:01.448Z] + git log --format=format:%s -1 4636832d600abd32937ff52007f96042017009eb [Pipeline] echo [2022-07-01T03:18:01.467Z] ========================================================= [2022-07-01T03:18:01.467Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2022-07-01T03:18:01.467Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-07-01T03:18:01.805Z] + git log --format=format:%s -1 4636832d600abd32937ff52007f96042017009eb [Pipeline] echo [2022-07-01T03:18:01.816Z] [semverPrep] GIT_COMMIT: 4636832d600abd32937ff52007f96042017009eb, Commit Message: Merge commit '8b7bfd06f10d442433da09be4b1bd94ea6f5832d' into HEAD [Pipeline] echo [2022-07-01T03:18:01.827Z] [semverPrep] This is not a build commit. [Pipeline] sh [2022-07-01T03:18:02.187Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-07-01T03:18:02.187Z] + grep -v github /etc/ssh/ssh_known_hosts [2022-07-01T03:18:02.187Z] + [ -e /tmp/ssh_known_hosts ] [2022-07-01T03:18:02.187Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2022-07-01T03:18:02.187Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2022-07-01T03:18:02.187Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2022-07-01T03:18:02.187Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-01T03:18:02.605Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-07-01T03:18:02.605Z] [2022-07-01T03:18:02.605Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-01T03:18:02.910Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-07-01T03:18:02.910Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2022-07-01T03:18:02.910Z] 42c077c10790: Pulling fs layer [2022-07-01T03:18:02.910Z] f63e77b7563a: Pulling fs layer [2022-07-01T03:18:02.910Z] bd5fdadae976: Pulling fs layer [2022-07-01T03:18:02.910Z] 205491f53016: Pulling fs layer [2022-07-01T03:18:02.910Z] df18705c85c3: Pulling fs layer [2022-07-01T03:18:02.910Z] bdb3f477010e: Pulling fs layer [2022-07-01T03:18:02.910Z] df18705c85c3: Waiting [2022-07-01T03:18:02.910Z] bdb3f477010e: Waiting [2022-07-01T03:18:02.910Z] c8a8fc8e1c8f: Pulling fs layer [2022-07-01T03:18:02.910Z] 205491f53016: Waiting [2022-07-01T03:18:02.910Z] 2c6e9b1d212d: Pulling fs layer [2022-07-01T03:18:02.910Z] bdb8f0575790: Pulling fs layer [2022-07-01T03:18:02.910Z] 386e3cb2ff24: Pulling fs layer [2022-07-01T03:18:02.910Z] c8a8fc8e1c8f: Waiting [2022-07-01T03:18:02.910Z] 2c6e9b1d212d: Waiting [2022-07-01T03:18:02.910Z] bdb8f0575790: Waiting [2022-07-01T03:18:02.910Z] 2343380bae48: Pulling fs layer [2022-07-01T03:18:02.910Z] 386e3cb2ff24: Waiting [2022-07-01T03:18:02.910Z] 2343380bae48: Waiting [2022-07-01T03:18:02.910Z] 205491f53016: Download complete [2022-07-01T03:18:03.178Z] df18705c85c3: Verifying Checksum [2022-07-01T03:18:03.178Z] df18705c85c3: Download complete [2022-07-01T03:18:03.178Z] bd5fdadae976: Verifying Checksum [2022-07-01T03:18:03.178Z] bd5fdadae976: Download complete [2022-07-01T03:18:03.178Z] bdb3f477010e: Verifying Checksum [2022-07-01T03:18:03.178Z] bdb3f477010e: Download complete [2022-07-01T03:18:03.178Z] 2c6e9b1d212d: Download complete [2022-07-01T03:18:03.178Z] 386e3cb2ff24: Verifying Checksum [2022-07-01T03:18:03.178Z] 386e3cb2ff24: Download complete [2022-07-01T03:18:03.178Z] 2343380bae48: Download complete [2022-07-01T03:18:03.178Z] 42c077c10790: Verifying Checksum [2022-07-01T03:18:03.178Z] 42c077c10790: Download complete [2022-07-01T03:18:03.438Z] c8a8fc8e1c8f: Verifying Checksum [2022-07-01T03:18:03.438Z] c8a8fc8e1c8f: Download complete [2022-07-01T03:18:04.379Z] 42c077c10790: Pull complete [2022-07-01T03:18:04.638Z] f63e77b7563a: Pull complete [2022-07-01T03:18:05.207Z] bd5fdadae976: Pull complete [2022-07-01T03:18:05.207Z] 205491f53016: Pull complete [2022-07-01T03:18:05.467Z] df18705c85c3: Pull complete [2022-07-01T03:18:05.467Z] bdb3f477010e: Pull complete [2022-07-01T03:18:07.378Z] c8a8fc8e1c8f: Pull complete [2022-07-01T03:18:07.378Z] 2c6e9b1d212d: Pull complete [2022-07-01T03:18:07.378Z] bdb8f0575790: Pull complete [2022-07-01T03:18:07.638Z] 386e3cb2ff24: Pull complete [2022-07-01T03:18:07.638Z] 2343380bae48: Pull complete [2022-07-01T03:18:07.638Z] Digest: sha256:c3bf284c02da7271302b7a373f1d48320b54229aa5119b2a29c7f8015e6a9264 [2022-07-01T03:18:07.638Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-07-01T03:18:07.638Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-07-01T03:18:07.738Z] prd-ubuntu20.04-docker-8c-8g-16552 does not seem to be running inside a container [2022-07-01T03:18:07.776Z] $ 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 [2022-07-01T03:18:09.183Z] $ docker top a7be4a4ad8258c9941cab5a892b33fc8a7a70a3284db8b7acede68dd98ae1291 -eo pid,comm [2022-07-01T03:18:09.256Z] 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). [2022-07-01T03:18:09.256Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-07-01T03:18:09.292Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-07-01T03:18:09.292Z] [ssh-agent] Looking for ssh-agent implementation... [2022-07-01T03:18:09.437Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-07-01T03:18:09.441Z] $ docker exec a7be4a4ad8258c9941cab5a892b33fc8a7a70a3284db8b7acede68dd98ae1291 ssh-agent [2022-07-01T03:18:09.571Z] SSH_AUTH_SOCK=/tmp/ssh-Vx9YnKt9sue7/agent.33 [2022-07-01T03:18:09.571Z] SSH_AGENT_PID=39 [2022-07-01T03:18:09.579Z] Running ssh-add (command line suppressed) [2022-07-01T03:18:09.697Z] Identity added: /w/workspace/gexfoundry_device-mqtt-go_PR-382@tmp/private_key_3335569991741276268.key (/w/workspace/gexfoundry_device-mqtt-go_PR-382@tmp/private_key_3335569991741276268.key) [2022-07-01T03:18:09.719Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-07-01T03:18:10.013Z] + git tag --points-at HEAD [Pipeline] } [2022-07-01T03:18:10.034Z] $ docker exec --env ******** --env ******** a7be4a4ad8258c9941cab5a892b33fc8a7a70a3284db8b7acede68dd98ae1291 ssh-agent -k [2022-07-01T03:18:10.149Z] unset SSH_AUTH_SOCK; [2022-07-01T03:18:10.150Z] unset SSH_AGENT_PID; [2022-07-01T03:18:10.150Z] echo Agent pid 39 killed; [2022-07-01T03:18:10.161Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2022-07-01T03:18:10.184Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-07-01T03:18:10.184Z] [ssh-agent] Looking for ssh-agent implementation... [2022-07-01T03:18:10.323Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-07-01T03:18:10.326Z] $ docker exec a7be4a4ad8258c9941cab5a892b33fc8a7a70a3284db8b7acede68dd98ae1291 ssh-agent [2022-07-01T03:18:10.461Z] SSH_AUTH_SOCK=/tmp/ssh-X9YkuU0BBf8u/agent.72 [2022-07-01T03:18:10.461Z] SSH_AGENT_PID=79 [2022-07-01T03:18:10.467Z] Running ssh-add (command line suppressed) [2022-07-01T03:18:10.598Z] Identity added: /w/workspace/gexfoundry_device-mqtt-go_PR-382@tmp/private_key_7036905272847346237.key (/w/workspace/gexfoundry_device-mqtt-go_PR-382@tmp/private_key_7036905272847346237.key) [2022-07-01T03:18:10.615Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-07-01T03:18:10.906Z] + git semver init [2022-07-01T03:18:11.169Z] 2022-07-01 03:18:11,115 [run_init] DEBUG init version:0.0.0 force:False [2022-07-01T03:18:11.169Z] 2022-07-01 03:18:11,116 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/gexfoundry_device-mqtt-go_PR-382/.semver [2022-07-01T03:18:11.169Z] 2022-07-01 03:18:11,116 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-mqtt-go.git /w/workspace/gexfoundry_device-mqtt-go_PR-382/.semver [2022-07-01T03:18:11.169Z] 2022-07-01 03:18:11,117 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-mqtt-go.git', '/w/workspace/gexfoundry_device-mqtt-go_PR-382/.semver'], cwd=/w/workspace/gexfoundry_device-mqtt-go_PR-382, universal_newlines=False, shell=None, istream=None) [2022-07-01T03:18:12.111Z] 2022-07-01 03:18:11,809 [append_file] DEBUG append to file:/w/workspace/gexfoundry_device-mqtt-go_PR-382/.git/info/exclude [2022-07-01T03:18:12.111Z] 2022-07-01 03:18:11,810 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/gexfoundry_device-mqtt-go_PR-382/.semver/PR-382 with force:False [2022-07-01T03:18:12.111Z] 2022-07-01 03:18:11,810 [write_file] DEBUG write to file:/w/workspace/gexfoundry_device-mqtt-go_PR-382/.semver/PR-382 [2022-07-01T03:18:12.111Z] 2022-07-01 03:18:11,814 [execute] INFO git cat-file --batch-check [2022-07-01T03:18:12.111Z] 2022-07-01 03:18:11,814 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_device-mqtt-go_PR-382/.semver, universal_newlines=False, shell=None, istream=) [2022-07-01T03:18:12.111Z] 2022-07-01 03:18:11,822 [execute] INFO git cat-file --batch [2022-07-01T03:18:12.111Z] 2022-07-01 03:18:11,822 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_device-mqtt-go_PR-382/.semver, universal_newlines=False, shell=None, istream=) [2022-07-01T03:18:12.111Z] 2022-07-01 03:18:11,828 [read_version] DEBUG read version from /w/workspace/gexfoundry_device-mqtt-go_PR-382/.semver/PR-382 [2022-07-01T03:18:12.111Z] 0.0.0 [Pipeline] } [2022-07-01T03:18:12.123Z] $ docker exec --env ******** --env ******** a7be4a4ad8258c9941cab5a892b33fc8a7a70a3284db8b7acede68dd98ae1291 ssh-agent -k [2022-07-01T03:18:12.251Z] unset SSH_AUTH_SOCK; [2022-07-01T03:18:12.252Z] unset SSH_AGENT_PID; [2022-07-01T03:18:12.252Z] echo Agent pid 79 killed; [2022-07-01T03:18:12.265Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-07-01T03:18:12.581Z] + git semver [Pipeline] } [2022-07-01T03:18:12.856Z] $ docker stop --time=1 a7be4a4ad8258c9941cab5a892b33fc8a7a70a3284db8b7acede68dd98ae1291 [2022-07-01T03:18:14.178Z] $ docker rm -f a7be4a4ad8258c9941cab5a892b33fc8a7a70a3284db8b7acede68dd98ae1291 [Pipeline] // withDockerContainer [Pipeline] sh [2022-07-01T03:18:14.531Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2022-07-01T03:18:14.796Z] Stashed 1 file(s) [Pipeline] echo [2022-07-01T03:18:14.798Z] [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 [2022-07-01T03:18:14.954Z] provisioning config files... [2022-07-01T03:18:14.964Z] copy managed file [device-mqtt-go-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-382@tmp/config3413272331861201348tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-07-01T03:18:15.267Z] ---> docker-login.sh [2022-07-01T03:18:15.267Z] nexus3.edgexfoundry.org:10001 [2022-07-01T03:18:15.267Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-01T03:18:15.267Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-01T03:18:15.267Z] Configure a credential helper to remove this warning. See [2022-07-01T03:18:15.267Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-01T03:18:15.267Z] [2022-07-01T03:18:15.267Z] Login Succeeded [2022-07-01T03:18:15.267Z] nexus3.edgexfoundry.org:10002 [2022-07-01T03:18:15.267Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-01T03:18:15.529Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-01T03:18:15.529Z] Configure a credential helper to remove this warning. See [2022-07-01T03:18:15.529Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-01T03:18:15.529Z] [2022-07-01T03:18:15.529Z] Login Succeeded [2022-07-01T03:18:15.529Z] nexus3.edgexfoundry.org:10003 [2022-07-01T03:18:15.529Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-01T03:18:15.529Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-01T03:18:15.529Z] Configure a credential helper to remove this warning. See [2022-07-01T03:18:15.529Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-01T03:18:15.529Z] [2022-07-01T03:18:15.529Z] Login Succeeded [2022-07-01T03:18:15.529Z] nexus3.edgexfoundry.org:10004 [2022-07-01T03:18:15.790Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-01T03:18:15.790Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-01T03:18:15.790Z] Configure a credential helper to remove this warning. See [2022-07-01T03:18:15.790Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-01T03:18:15.790Z] [2022-07-01T03:18:15.790Z] Login Succeeded [2022-07-01T03:18:15.790Z] docker.io [2022-07-01T03:18:15.790Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-01T03:18:16.051Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-01T03:18:16.051Z] Configure a credential helper to remove this warning. See [2022-07-01T03:18:16.051Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-01T03:18:16.051Z] [2022-07-01T03:18:16.051Z] Login Succeeded [2022-07-01T03:18:16.051Z] ---> docker-login.sh ends [Pipeline] } [2022-07-01T03:18:16.059Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-07-01T03:18:16.176Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-07-01T03:18:16.190Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-07-01T03:18:16.198Z] ========================================================= [2022-07-01T03:18:16.198Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine] [2022-07-01T03:18:16.198Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-01T03:18:16.516Z] + 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 . [2022-07-01T03:18:16.516Z] Sending build context to Docker daemon 6.035MB [2022-07-01T03:18:16.516Z] Step 1/12 : ARG BASE=golang:1.17-alpine3.15 [2022-07-01T03:18:16.516Z] Step 2/12 : FROM ${BASE} AS builder [2022-07-01T03:18:16.516Z] 1.17-alpine: Pulling from edgex-devops/edgex-golang-base [2022-07-01T03:18:16.516Z] 59bf1c3509f3: Pulling fs layer [2022-07-01T03:18:16.516Z] 666ba61612fd: Pulling fs layer [2022-07-01T03:18:16.516Z] 8ed8ca486205: Pulling fs layer [2022-07-01T03:18:16.516Z] cc1cd167ecdc: Pulling fs layer [2022-07-01T03:18:16.516Z] c516ae0d96e1: Pulling fs layer [2022-07-01T03:18:16.516Z] 684cea983483: Pulling fs layer [2022-07-01T03:18:16.516Z] dd3240ac7de5: Pulling fs layer [2022-07-01T03:18:16.516Z] b1e948a4e11c: Pulling fs layer [2022-07-01T03:18:16.516Z] a8fd76ee1af6: Pulling fs layer [2022-07-01T03:18:16.516Z] 646ad004c059: Pulling fs layer [2022-07-01T03:18:16.516Z] 684cea983483: Waiting [2022-07-01T03:18:16.516Z] dd3240ac7de5: Waiting [2022-07-01T03:18:16.516Z] b1e948a4e11c: Waiting [2022-07-01T03:18:16.516Z] a8fd76ee1af6: Waiting [2022-07-01T03:18:16.516Z] 646ad004c059: Waiting [2022-07-01T03:18:16.516Z] cc1cd167ecdc: Waiting [2022-07-01T03:18:16.516Z] 8ed8ca486205: Download complete [2022-07-01T03:18:16.516Z] 666ba61612fd: Download complete [2022-07-01T03:18:16.776Z] c516ae0d96e1: Verifying Checksum [2022-07-01T03:18:16.776Z] c516ae0d96e1: Download complete [2022-07-01T03:18:16.776Z] 684cea983483: Verifying Checksum [2022-07-01T03:18:16.776Z] 684cea983483: Download complete [2022-07-01T03:18:16.776Z] 59bf1c3509f3: Verifying Checksum [2022-07-01T03:18:16.776Z] 59bf1c3509f3: Download complete [2022-07-01T03:18:16.776Z] dd3240ac7de5: Verifying Checksum [2022-07-01T03:18:16.776Z] dd3240ac7de5: Download complete [2022-07-01T03:18:16.776Z] b1e948a4e11c: Verifying Checksum [2022-07-01T03:18:16.776Z] b1e948a4e11c: Download complete [2022-07-01T03:18:16.776Z] 59bf1c3509f3: Pull complete [2022-07-01T03:18:17.038Z] 666ba61612fd: Pull complete [2022-07-01T03:18:17.038Z] 8ed8ca486205: Pull complete [2022-07-01T03:18:17.299Z] 646ad004c059: Verifying Checksum [2022-07-01T03:18:17.299Z] 646ad004c059: Download complete [2022-07-01T03:18:17.299Z] a8fd76ee1af6: Verifying Checksum [2022-07-01T03:18:17.299Z] a8fd76ee1af6: Download complete [2022-07-01T03:18:17.299Z] cc1cd167ecdc: Verifying Checksum [2022-07-01T03:18:17.299Z] cc1cd167ecdc: Download complete [2022-07-01T03:18:21.495Z] cc1cd167ecdc: Pull complete [2022-07-01T03:18:21.495Z] c516ae0d96e1: Pull complete [2022-07-01T03:18:21.495Z] 684cea983483: Pull complete [2022-07-01T03:18:21.755Z] dd3240ac7de5: Pull complete [2022-07-01T03:18:21.755Z] b1e948a4e11c: Pull complete [2022-07-01T03:18:24.293Z] a8fd76ee1af6: Pull complete [2022-07-01T03:18:24.877Z] 646ad004c059: Pull complete [2022-07-01T03:18:24.877Z] Digest: sha256:bc8ce28cadebfaa099e5330588345fe90134e4027cf71364bfd2aff1e7ff8c16 [2022-07-01T03:18:24.877Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [2022-07-01T03:18:24.877Z] ---> 8f69c11f6b0c [2022-07-01T03:18:24.877Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" [2022-07-01T03:18:26.791Z] ---> Running in 780da151e785 [2022-07-01T03:18:26.791Z] Removing intermediate container 780da151e785 [2022-07-01T03:18:26.791Z] ---> 30ef9830dfae [2022-07-01T03:18:26.791Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2022-07-01T03:18:26.791Z] ---> Running in 6aca7f0afdaa [2022-07-01T03:18:26.791Z] Removing intermediate container 6aca7f0afdaa [2022-07-01T03:18:26.791Z] ---> b8217e1edafc [2022-07-01T03:18:26.791Z] Step 5/12 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-01T03:18:26.791Z] ---> Running in 76e01c7cbec3 [2022-07-01T03:18:27.363Z] Removing intermediate container 76e01c7cbec3 [2022-07-01T03:18:27.363Z] ---> 2c997b943f0c [2022-07-01T03:18:27.363Z] Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-07-01T03:18:27.623Z] ---> Running in d36b922151b7 [2022-07-01T03:18:27.886Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-07-01T03:18:28.828Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-07-01T03:18:29.091Z] (1/4) Installing openssh-keygen (8.8_p1-r1) [2022-07-01T03:18:29.091Z] (2/4) Installing libedit (20210910.3.1-r0) [2022-07-01T03:18:29.352Z] (3/4) Installing openssh-client-common (8.8_p1-r1) [2022-07-01T03:18:29.352Z] (4/4) Installing openssh-client-default (8.8_p1-r1) [2022-07-01T03:18:29.612Z] Executing busybox-1.34.1-r3.trigger [2022-07-01T03:18:29.612Z] OK: 224 MiB in 56 packages [2022-07-01T03:18:29.874Z] Removing intermediate container d36b922151b7 [2022-07-01T03:18:29.874Z] ---> f96c18146e03 [2022-07-01T03:18:29.874Z] Step 7/12 : WORKDIR /device-mqtt-go [2022-07-01T03:18:29.909Z] Still waiting to schedule task [2022-07-01T03:18:29.909Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2022-07-01T03:18:30.144Z] ---> Running in ef80e05ad61e [2022-07-01T03:18:30.144Z] Removing intermediate container ef80e05ad61e [2022-07-01T03:18:30.144Z] ---> 0defb695c6a8 [2022-07-01T03:18:30.144Z] Step 8/12 : COPY go.mod vendor* ./ [2022-07-01T03:18:30.144Z] ---> d1a845e6a112 [2022-07-01T03:18:30.144Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-01T03:18:30.409Z] ---> Running in 792b30fd742b [2022-07-01T03:18:48.539Z] Removing intermediate container 792b30fd742b [2022-07-01T03:18:48.539Z] ---> defc363918ac [2022-07-01T03:18:48.539Z] Step 10/12 : COPY . . [2022-07-01T03:18:48.539Z] ---> b96c9008ec9a [2022-07-01T03:18:48.539Z] Step 11/12 : ARG MAKE='make build' [2022-07-01T03:18:48.539Z] ---> Running in a8467e75600e [2022-07-01T03:18:48.539Z] Removing intermediate container a8467e75600e [2022-07-01T03:18:48.539Z] ---> 4b01dfb78ba9 [2022-07-01T03:18:48.539Z] Step 12/12 : RUN $MAKE [2022-07-01T03:18:48.539Z] ---> Running in 33cf318f0ee6 [2022-07-01T03:18:48.799Z] noop [2022-07-01T03:18:49.059Z] Removing intermediate container 33cf318f0ee6 [2022-07-01T03:18:49.060Z] ---> ec25667f04da [2022-07-01T03:18:49.060Z] Successfully built ec25667f04da [2022-07-01T03:18:49.060Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-01T03:18:49.378Z] + docker inspect -f . ci-base-image-x86_64 [2022-07-01T03:18:49.378Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-07-01T03:18:49.465Z] prd-ubuntu20.04-docker-8c-8g-16552 does not seem to be running inside a container [2022-07-01T03:18:49.498Z] $ 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 [2022-07-01T03:18:49.915Z] $ docker top 9676cd19e85196207ab6465f16888254236fe7371e296a6ba63e0e4140c703c5 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-07-01T03:18:50.398Z] + go version [2022-07-01T03:18:50.398Z] go version go1.17.7 linux/amd64 [Pipeline] } [2022-07-01T03:18:50.409Z] $ docker stop --time=1 9676cd19e85196207ab6465f16888254236fe7371e296a6ba63e0e4140c703c5 [2022-07-01T03:18:51.728Z] $ docker rm -f 9676cd19e85196207ab6465f16888254236fe7371e296a6ba63e0e4140c703c5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-01T03:18:52.156Z] + docker inspect -f . ci-base-image-x86_64 [2022-07-01T03:18:52.157Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-07-01T03:18:52.246Z] prd-ubuntu20.04-docker-8c-8g-16552 does not seem to be running inside a container [2022-07-01T03:18:52.282Z] $ 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 [2022-07-01T03:18:52.687Z] $ docker top 94b19869af8f5962aa664c80895a8d284ebf66703375b3e9d882ee35688ef058 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh [2022-07-01T03:18:53.068Z] + make test [2022-07-01T03:18:53.068Z] GCO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2022-07-01T03:18:53.326Z] ? github.com/edgexfoundry/device-mqtt-go [no test files] [2022-07-01T03:19:03.321Z] ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] [2022-07-01T03:19:03.321Z] ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.017s coverage: 21.8% of statements [2022-07-01T03:19:03.321Z] ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] [2022-07-01T03:19:11.459Z] GCO_ENABLED=1 GO111MODULE=on go vet ./... [2022-07-01T03:19:14.770Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-07-01T03:19:14.770Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-07-01T03:19:14.770Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-07-01T03:19:14.782Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-07-01T03:19:14.792Z] $ docker stop --time=1 94b19869af8f5962aa664c80895a8d284ebf66703375b3e9d882ee35688ef058 [2022-07-01T03:19:16.639Z] $ docker rm -f 94b19869af8f5962aa664c80895a8d284ebf66703375b3e9d882ee35688ef058 [Pipeline] // withDockerContainer [Pipeline] sh [2022-07-01T03:19:17.071Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-07-01T03:19:17.123Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2022-07-01T03:19:17.608Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-07-01T03:19:17.900Z] + ls -al . [2022-07-01T03:19:17.901Z] total 180 [2022-07-01T03:19:17.901Z] drwxrwxr-x 10 jenkins jenkins 4096 Jul 1 03:19 . [2022-07-01T03:19:17.901Z] drwxrwxr-x 4 jenkins jenkins 4096 Jul 1 03:17 .. [2022-07-01T03:19:17.901Z] -rw-rw-r-- 1 jenkins jenkins 140 Jul 1 03:17 .dockerignore [2022-07-01T03:19:17.901Z] drwxrwxr-x 8 jenkins jenkins 4096 Jul 1 03:18 .git [2022-07-01T03:19:17.901Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 1 03:17 .github [2022-07-01T03:19:17.901Z] -rw-rw-r-- 1 jenkins jenkins 329 Jul 1 03:17 .gitignore [2022-07-01T03:19:17.901Z] -rw-rw-r-- 1 jenkins jenkins 41 Jul 1 03:17 .golangci.yml [2022-07-01T03:19:17.901Z] drwxr-xr-x 3 jenkins jenkins 4096 Jul 1 03:18 .semver [2022-07-01T03:19:17.901Z] -rw-rw-r-- 1 jenkins jenkins 8917 Jul 1 03:17 Attribution.txt [2022-07-01T03:19:17.901Z] -rw-rw-r-- 1 jenkins jenkins 11365 Jul 1 03:17 CHANGELOG.md [2022-07-01T03:19:17.901Z] -rw-rw-r-- 1 jenkins jenkins 1930 Jul 1 03:17 Dockerfile [2022-07-01T03:19:17.901Z] -rw-rw-r-- 1 jenkins jenkins 677 Jul 1 03:17 GOVERNANCE.md [2022-07-01T03:19:17.901Z] -rw-rw-r-- 1 jenkins jenkins 678 Jul 1 03:17 Jenkinsfile [2022-07-01T03:19:17.901Z] -rw-rw-r-- 1 jenkins jenkins 11340 Jul 1 03:17 LICENSE [2022-07-01T03:19:17.901Z] -rw-rw-r-- 1 jenkins jenkins 1930 Jul 1 03:17 Makefile [2022-07-01T03:19:17.901Z] -rw-rw-r-- 1 jenkins jenkins 620 Jul 1 03:17 OWNERS.md [2022-07-01T03:19:17.901Z] -rw-rw-r-- 1 jenkins jenkins 2501 Jul 1 03:17 README.md [2022-07-01T03:19:17.901Z] -rw-rw-r-- 1 jenkins jenkins 5 Jul 1 03:18 VERSION [2022-07-01T03:19:17.901Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 1 03:17 bin [2022-07-01T03:19:17.901Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 1 03:17 cmd [2022-07-01T03:19:17.901Z] -rw-r--r-- 1 jenkins jenkins 17887 Jul 1 03:19 coverage.out [2022-07-01T03:19:17.901Z] -rw-rw-r-- 1 jenkins jenkins 3314 Jul 1 03:17 go.mod [2022-07-01T03:19:17.901Z] -rw-rw-r-- 1 jenkins jenkins 36281 Jul 1 03:17 go.sum [2022-07-01T03:19:17.901Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 1 03:17 internal [2022-07-01T03:19:17.901Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 1 03:17 mock [2022-07-01T03:19:17.901Z] drwxrwxr-x 4 jenkins jenkins 4096 Jul 1 03:17 snap [2022-07-01T03:19:17.901Z] -rw-rw-r-- 1 jenkins jenkins 227 Jul 1 03:17 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-01T03:19:18.214Z] + docker build -t device-mqtt -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg MAKE=make build --build-arg ARCH=amd64 --label git_sha=4636832d600abd32937ff52007f96042017009eb --label arch=amd64 --label version=0.0.0 . [2022-07-01T03:19:18.214Z] Sending build context to Docker daemon 6.054MB [2022-07-01T03:19:18.214Z] Step 1/24 : ARG BASE=golang:1.17-alpine3.15 [2022-07-01T03:19:18.214Z] Step 2/24 : FROM ${BASE} AS builder [2022-07-01T03:19:18.214Z] ---> ec25667f04da [2022-07-01T03:19:18.214Z] Step 3/24 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" [2022-07-01T03:19:18.474Z] ---> Running in f8c893a7205b [2022-07-01T03:19:18.474Z] Removing intermediate container f8c893a7205b [2022-07-01T03:19:18.474Z] ---> 0397b4a37e56 [2022-07-01T03:19:18.474Z] Step 4/24 : ARG ALPINE_PKG_EXTRA="" [2022-07-01T03:19:18.474Z] ---> Running in ecdf01db069c [2022-07-01T03:19:18.474Z] Removing intermediate container ecdf01db069c [2022-07-01T03:19:18.474Z] ---> 3201171a00d0 [2022-07-01T03:19:18.474Z] Step 5/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-01T03:19:18.474Z] ---> Running in 6b107218fc29 [2022-07-01T03:19:19.044Z] Removing intermediate container 6b107218fc29 [2022-07-01T03:19:19.044Z] ---> b3e1ef1c513f [2022-07-01T03:19:19.044Z] Step 6/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-07-01T03:19:19.044Z] ---> Running in 04a87434d3fb [2022-07-01T03:19:19.305Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-07-01T03:19:20.249Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-07-01T03:19:20.822Z] OK: 224 MiB in 56 packages [2022-07-01T03:19:21.084Z] Removing intermediate container 04a87434d3fb [2022-07-01T03:19:21.084Z] ---> 88ce7afc9d6a [2022-07-01T03:19:21.084Z] Step 7/24 : WORKDIR /device-mqtt-go [2022-07-01T03:19:21.084Z] ---> Running in b8c10b9fc7c3 [2022-07-01T03:19:21.084Z] Removing intermediate container b8c10b9fc7c3 [2022-07-01T03:19:21.084Z] ---> f4f731485d65 [2022-07-01T03:19:21.084Z] Step 8/24 : COPY go.mod vendor* ./ [2022-07-01T03:19:21.344Z] ---> 37e354b5b8cb [2022-07-01T03:19:21.344Z] Step 9/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-01T03:19:21.344Z] ---> Running in d7cd1fc5e7a4 [2022-07-01T03:19:21.916Z] Removing intermediate container d7cd1fc5e7a4 [2022-07-01T03:19:21.916Z] ---> 30eb2d3d3dfd [2022-07-01T03:19:21.916Z] Step 10/24 : COPY . . [2022-07-01T03:19:22.176Z] ---> 7b30ddb269cb [2022-07-01T03:19:22.176Z] Step 11/24 : ARG MAKE='make build' [2022-07-01T03:19:22.176Z] ---> Running in 7e304264fc17 [2022-07-01T03:19:22.435Z] Removing intermediate container 7e304264fc17 [2022-07-01T03:19:22.435Z] ---> 97ba348e957a [2022-07-01T03:19:22.435Z] Step 12/24 : RUN $MAKE [2022-07-01T03:19:22.435Z] ---> Running in 994924274d52 [2022-07-01T03:19:22.695Z] 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 [2022-07-01T03:19:44.648Z] Removing intermediate container 994924274d52 [2022-07-01T03:19:44.648Z] ---> 7f9d87fac557 [2022-07-01T03:19:44.648Z] Step 13/24 : FROM alpine:3.14 [2022-07-01T03:19:44.648Z] 3.14: Pulling from library/alpine [2022-07-01T03:19:44.648Z] 8663204ce13b: Pulling fs layer [2022-07-01T03:19:44.648Z] 8663204ce13b: Download complete [2022-07-01T03:19:44.648Z] 8663204ce13b: Pull complete [2022-07-01T03:19:44.648Z] Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 [2022-07-01T03:19:44.648Z] Status: Downloaded newer image for alpine:3.14 [2022-07-01T03:19:44.648Z] ---> e04c818066af [2022-07-01T03:19:44.648Z] Step 14/24 : LABEL license='VSPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IoTech Ltd' [2022-07-01T03:19:44.648Z] ---> Running in e5e6e8652de5 [2022-07-01T03:19:44.648Z] Removing intermediate container e5e6e8652de5 [2022-07-01T03:19:44.648Z] ---> 1a8257f84b3c [2022-07-01T03:19:44.648Z] Step 15/24 : RUN apk add --update --no-cache zeromq dumb-init [2022-07-01T03:19:44.648Z] ---> Running in dbedbd966a15 [2022-07-01T03:19:44.648Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-07-01T03:19:44.648Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-07-01T03:19:44.648Z] (1/6) Installing dumb-init (1.2.5-r1) [2022-07-01T03:19:44.648Z] (2/6) Installing libgcc (10.3.1_git20210424-r2) [2022-07-01T03:19:44.648Z] (3/6) Installing libsodium (1.0.18-r0) [2022-07-01T03:19:44.648Z] (4/6) Installing libstdc++ (10.3.1_git20210424-r2) [2022-07-01T03:19:44.648Z] (5/6) Installing libzmq (4.3.4-r0) [2022-07-01T03:19:44.648Z] (6/6) Installing zeromq (4.3.4-r0) [2022-07-01T03:19:44.648Z] Executing busybox-1.33.1-r7.trigger [2022-07-01T03:19:44.648Z] OK: 8 MiB in 20 packages [2022-07-01T03:19:44.648Z] Removing intermediate container dbedbd966a15 [2022-07-01T03:19:44.648Z] ---> 6259dd07b75d [2022-07-01T03:19:44.648Z] Step 16/24 : COPY --from=builder /device-mqtt-go/cmd / [2022-07-01T03:19:44.648Z] ---> 4d5e8465561c [2022-07-01T03:19:44.648Z] Step 17/24 : COPY --from=builder /device-mqtt-go/LICENSE / [2022-07-01T03:19:44.648Z] ---> c8eb339be9a3 [2022-07-01T03:19:44.648Z] Step 18/24 : COPY --from=builder /device-mqtt-go/Attribution.txt / [2022-07-01T03:19:44.648Z] ---> 268d4240d8e7 [2022-07-01T03:19:44.648Z] Step 19/24 : EXPOSE 59982 [2022-07-01T03:19:44.906Z] ---> Running in ed4acadde011 [2022-07-01T03:19:44.906Z] Removing intermediate container ed4acadde011 [2022-07-01T03:19:44.906Z] ---> dec75bd4ee1f [2022-07-01T03:19:44.906Z] Step 20/24 : ENTRYPOINT ["/device-mqtt"] [2022-07-01T03:19:44.906Z] ---> Running in 9298987d3b7a [2022-07-01T03:19:44.906Z] Removing intermediate container 9298987d3b7a [2022-07-01T03:19:44.906Z] ---> abdc407b6e15 [2022-07-01T03:19:44.906Z] Step 21/24 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-07-01T03:19:44.906Z] ---> Running in b67f2cf1024c [2022-07-01T03:19:45.166Z] Removing intermediate container b67f2cf1024c [2022-07-01T03:19:45.166Z] ---> ed773be30ef2 [2022-07-01T03:19:45.166Z] Step 22/24 : LABEL arch=amd64 [2022-07-01T03:19:45.166Z] ---> Running in d7cbf24a1a76 [2022-07-01T03:19:45.166Z] Removing intermediate container d7cbf24a1a76 [2022-07-01T03:19:45.166Z] ---> 63871d2531eb [2022-07-01T03:19:45.166Z] Step 23/24 : LABEL git_sha=4636832d600abd32937ff52007f96042017009eb [2022-07-01T03:19:45.166Z] ---> Running in d32c4fa53e8f [2022-07-01T03:19:45.428Z] Removing intermediate container d32c4fa53e8f [2022-07-01T03:19:45.428Z] ---> 5d37150cab19 [2022-07-01T03:19:45.428Z] Step 24/24 : LABEL version=0.0.0 [2022-07-01T03:19:45.428Z] ---> Running in 2e81d1599494 [2022-07-01T03:19:45.428Z] Removing intermediate container 2e81d1599494 [2022-07-01T03:19:45.428Z] ---> 0e422b6be3bc [2022-07-01T03:19:45.428Z] [Warning] One or more build-args [ARCH] were not consumed [2022-07-01T03:19:45.428Z] Successfully built 0e422b6be3bc [2022-07-01T03:19:45.428Z] 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 [2022-07-01T03:19:45.867Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-07-01T03:19:45.867Z] [2022-07-01T03:19:45.867Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-01T03:19:46.169Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-07-01T03:19:46.169Z] latest: Pulling from edgex-lftools-log-publisher [2022-07-01T03:19:46.169Z] 5eb5b503b376: Pulling fs layer [2022-07-01T03:19:46.169Z] 5c69ac0246d0: Pulling fs layer [2022-07-01T03:19:46.169Z] ec43610c2a17: Pulling fs layer [2022-07-01T03:19:46.169Z] 3a2ae6a8a46f: Pulling fs layer [2022-07-01T03:19:46.169Z] 33b1e0a273af: Pulling fs layer [2022-07-01T03:19:46.169Z] 5d3b04190fa2: Pulling fs layer [2022-07-01T03:19:46.169Z] 2f39f015ded8: Pulling fs layer [2022-07-01T03:19:46.169Z] 3a2ae6a8a46f: Waiting [2022-07-01T03:19:46.169Z] 33b1e0a273af: Waiting [2022-07-01T03:19:46.169Z] 2f39f015ded8: Waiting [2022-07-01T03:19:46.169Z] 5d3b04190fa2: Waiting [2022-07-01T03:19:46.169Z] 5c69ac0246d0: Verifying Checksum [2022-07-01T03:19:46.169Z] 5c69ac0246d0: Download complete [2022-07-01T03:19:46.169Z] 3a2ae6a8a46f: Verifying Checksum [2022-07-01T03:19:46.169Z] 3a2ae6a8a46f: Download complete [2022-07-01T03:19:46.169Z] 33b1e0a273af: Verifying Checksum [2022-07-01T03:19:46.169Z] 33b1e0a273af: Download complete [2022-07-01T03:19:46.429Z] ec43610c2a17: Verifying Checksum [2022-07-01T03:19:46.429Z] ec43610c2a17: Download complete [2022-07-01T03:19:46.429Z] 5d3b04190fa2: Verifying Checksum [2022-07-01T03:19:46.429Z] 5d3b04190fa2: Download complete [2022-07-01T03:19:46.429Z] 5eb5b503b376: Verifying Checksum [2022-07-01T03:19:46.429Z] 5eb5b503b376: Download complete [2022-07-01T03:19:46.998Z] 2f39f015ded8: Download complete [2022-07-01T03:19:47.936Z] 5eb5b503b376: Pull complete [2022-07-01T03:19:47.936Z] 5c69ac0246d0: Pull complete [2022-07-01T03:19:48.508Z] ec43610c2a17: Pull complete [2022-07-01T03:19:48.508Z] 3a2ae6a8a46f: Pull complete [2022-07-01T03:19:48.766Z] 33b1e0a273af: Pull complete [2022-07-01T03:19:48.766Z] 5d3b04190fa2: Pull complete [2022-07-01T03:19:54.042Z] 2f39f015ded8: Pull complete [2022-07-01T03:19:54.042Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2022-07-01T03:19:54.042Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-07-01T03:19:54.042Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-07-01T03:19:54.140Z] prd-ubuntu20.04-docker-8c-8g-16552 does not seem to be running inside a container [2022-07-01T03:19:54.177Z] $ 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 [2022-07-01T03:19:56.528Z] $ docker top 3d6a69559ca7a9d448a4cc18f146f2146fa1ea6e28753dfc76b3a79eaa087957 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-07-01T03:19:56.945Z] ---> job-cost.sh [2022-07-01T03:19:56.945Z] lf-activate-venv: SKIPPING [2022-07-01T03:19:56.945Z] INFO: No Stack... [2022-07-01T03:19:57.206Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-07-01T03:19:57.776Z] INFO: Archiving Costs [Pipeline] sh [2022-07-01T03:19:58.068Z] + cat /w/workspace/gexfoundry_device-mqtt-go_PR-382/archives/cost.csv [2022-07-01T03:19:58.068Z] + cut -d, -f6 [Pipeline] lock [2022-07-01T03:19:58.084Z] Trying to acquire lock on [jenkins-edgexfoundry-device-mqtt-go-PR-382-9-stack-cost] [2022-07-01T03:19:58.093Z] Resource [jenkins-edgexfoundry-device-mqtt-go-PR-382-9-stack-cost] did not exist. Created. [2022-07-01T03:19:58.093Z] Lock acquired on [jenkins-edgexfoundry-device-mqtt-go-PR-382-9-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-07-01T03:19:58.396Z] + echo total: 0.2199999988079071 [Pipeline] stash [2022-07-01T03:19:58.431Z] Stashed 1 file(s) [Pipeline] } [2022-07-01T03:19:58.437Z] Lock released on resource [jenkins-edgexfoundry-device-mqtt-go-PR-382-9-stack-cost] [Pipeline] // lock [Pipeline] } [2022-07-01T03:19:58.456Z] $ docker stop --time=1 3d6a69559ca7a9d448a4cc18f146f2146fa1ea6e28753dfc76b3a79eaa087957 [2022-07-01T03:19:59.647Z] $ docker rm -f 3d6a69559ca7a9d448a4cc18f146f2146fa1ea6e28753dfc76b3a79eaa087957 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-07-01T03:20:06.863Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-16553 in /w/workspace/gexfoundry_device-mqtt-go_PR-382 [Pipeline] { [Pipeline] ws [2022-07-01T03:20:06.875Z] Running in /w/workspace/device-mqtt-go/9 [Pipeline] { [Pipeline] checkout [2022-07-01T03:20:06.912Z] Selected Git installation does not exist. Using Default [2022-07-01T03:20:06.912Z] The recommended git tool is: NONE [2022-07-01T03:20:13.070Z] using credential edgex-jenkins-ssh [2022-07-01T03:20:13.086Z] Cloning the remote Git repository [2022-07-01T03:20:13.150Z] Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git [2022-07-01T03:20:13.223Z] > git init /w/workspace/device-mqtt-go/9 # timeout=10 [2022-07-01T03:20:13.316Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2022-07-01T03:20:13.317Z] > git --version # timeout=10 [2022-07-01T03:20:13.336Z] > git --version # 'git version 2.25.1' [2022-07-01T03:20:13.338Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-07-01T03:20:13.404Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-07-01T03:20:14.455Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2022-07-01T03:20:14.473Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-07-01T03:20:14.518Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2022-07-01T03:20:15.050Z] Merging remotes/origin/main commit 8b7bfd06f10d442433da09be4b1bd94ea6f5832d into PR head commit a14615cb418151df7146aa477706279ddefdfe8c [2022-07-01T03:20:15.298Z] Merge succeeded, producing ba85804f32172fca0a5ed005ba3c779c6cbfb528 [2022-07-01T03:20:15.299Z] Checking out Revision ba85804f32172fca0a5ed005ba3c779c6cbfb528 (PR-382) [2022-07-01T03:20:14.553Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2022-07-01T03:20:14.554Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-07-01T03:20:14.568Z] > 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 [2022-07-01T03:20:15.069Z] > git config core.sparsecheckout # timeout=10 [2022-07-01T03:20:15.084Z] > git checkout -f a14615cb418151df7146aa477706279ddefdfe8c # timeout=10 [2022-07-01T03:20:15.164Z] > git remote # timeout=10 [2022-07-01T03:20:15.180Z] > git config --get remote.origin.url # timeout=10 [2022-07-01T03:20:15.193Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-07-01T03:20:15.210Z] > git merge 8b7bfd06f10d442433da09be4b1bd94ea6f5832d # timeout=10 [2022-07-01T03:20:15.286Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-07-01T03:20:15.307Z] > git config core.sparsecheckout # timeout=10 [2022-07-01T03:20:15.331Z] > git checkout -f ba85804f32172fca0a5ed005ba3c779c6cbfb528 # timeout=10 [2022-07-01T03:20:19.457Z] Commit message: "Merge commit '8b7bfd06f10d442433da09be4b1bd94ea6f5832d' into HEAD" [2022-07-01T03:20:19.481Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-07-01T03:20:19.467Z] > git rev-list --no-walk 43f9ffc7258d5a41dd1d9e01b24d8e8c2a253fe4 # timeout=10 [2022-07-01T03:20:20.301Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2022-07-01T03:20:20.301Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-07-01T03:20:20.301Z] Dload Upload Total Spent Left Speed [2022-07-01T03:20:20.301Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12253 100 12253 0 0 86900 0 --:--:-- --:--:-- --:--:-- 86900 [Pipeline] sh [2022-07-01T03:20:21.049Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2022-07-01T03:20:21.388Z] + + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2022-07-01T03:20:21.388Z] sudo tee /etc/docker/daemon.new [2022-07-01T03:20:21.388Z] { [2022-07-01T03:20:21.388Z] "registry-mirrors": [ [2022-07-01T03:20:21.388Z] "https://nexus3.edgexfoundry.org:10001" [2022-07-01T03:20:21.388Z] ], [2022-07-01T03:20:21.388Z] "bip": "10.250.0.254/24", [2022-07-01T03:20:21.388Z] "hosts": [ [2022-07-01T03:20:21.388Z] "tcp://0.0.0.0:5555", [2022-07-01T03:20:21.388Z] "unix:///var/run/docker.sock" [2022-07-01T03:20:21.388Z] ], [2022-07-01T03:20:21.388Z] "mtu": 1458, [2022-07-01T03:20:21.388Z] "selinux-enabled": true, [2022-07-01T03:20:21.388Z] "seccomp-profile": "/etc/docker/seccomp.json" [2022-07-01T03:20:21.388Z] } [Pipeline] sh [2022-07-01T03:20:21.734Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2022-07-01T03:20:22.075Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-07-01T03:20:40.434Z] provisioning config files... [2022-07-01T03:20:40.458Z] copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/9@tmp/config6704051820261941361tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-07-01T03:20:40.817Z] ---> docker-login.sh [2022-07-01T03:20:40.817Z] nexus3.edgexfoundry.org:10001 [2022-07-01T03:20:41.421Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-01T03:20:41.694Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-01T03:20:41.694Z] Configure a credential helper to remove this warning. See [2022-07-01T03:20:41.694Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-01T03:20:41.694Z] [2022-07-01T03:20:41.694Z] Login Succeeded [2022-07-01T03:20:41.694Z] nexus3.edgexfoundry.org:10002 [2022-07-01T03:20:41.968Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-01T03:20:41.968Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-01T03:20:41.968Z] Configure a credential helper to remove this warning. See [2022-07-01T03:20:41.968Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-01T03:20:41.968Z] [2022-07-01T03:20:41.968Z] Login Succeeded [2022-07-01T03:20:42.244Z] nexus3.edgexfoundry.org:10003 [2022-07-01T03:20:42.517Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-01T03:20:42.517Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-01T03:20:42.517Z] Configure a credential helper to remove this warning. See [2022-07-01T03:20:42.517Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-01T03:20:42.517Z] [2022-07-01T03:20:42.517Z] Login Succeeded [2022-07-01T03:20:42.517Z] nexus3.edgexfoundry.org:10004 [2022-07-01T03:20:42.802Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-01T03:20:43.075Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-01T03:20:43.075Z] Configure a credential helper to remove this warning. See [2022-07-01T03:20:43.075Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-01T03:20:43.075Z] [2022-07-01T03:20:43.075Z] Login Succeeded [2022-07-01T03:20:43.075Z] docker.io [2022-07-01T03:20:43.349Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-01T03:20:43.946Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-01T03:20:43.946Z] Configure a credential helper to remove this warning. See [2022-07-01T03:20:43.946Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-01T03:20:43.946Z] [2022-07-01T03:20:43.946Z] Login Succeeded [2022-07-01T03:20:43.946Z] ---> docker-login.sh ends [Pipeline] } [2022-07-01T03:20:43.968Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-07-01T03:20:44.517Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-07-01T03:20:44.531Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-07-01T03:20:44.541Z] ========================================================= [2022-07-01T03:20:44.541Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine] [2022-07-01T03:20:44.541Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-01T03:20:44.925Z] + 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 . [2022-07-01T03:20:45.200Z] Sending build context to Docker daemon 3.116MB [2022-07-01T03:20:45.200Z] Step 1/12 : ARG BASE=golang:1.17-alpine3.15 [2022-07-01T03:20:45.200Z] Step 2/12 : FROM ${BASE} AS builder [2022-07-01T03:20:45.479Z] 1.17-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2022-07-01T03:20:45.479Z] 9b3977197b4f: Pulling fs layer [2022-07-01T03:20:45.479Z] 1a89e8eeedd5: Pulling fs layer [2022-07-01T03:20:45.479Z] 94645a83ff95: Pulling fs layer [2022-07-01T03:20:45.479Z] e6fb740bc735: Pulling fs layer [2022-07-01T03:20:45.479Z] 3a77bd46dcc9: Pulling fs layer [2022-07-01T03:20:45.479Z] 355e64cbe906: Pulling fs layer [2022-07-01T03:20:45.479Z] 63ab81a10011: Pulling fs layer [2022-07-01T03:20:45.479Z] 555d1d1c4555: Pulling fs layer [2022-07-01T03:20:45.479Z] 7d9057610161: Pulling fs layer [2022-07-01T03:20:45.479Z] 355e64cbe906: Waiting [2022-07-01T03:20:45.479Z] 63ab81a10011: Waiting [2022-07-01T03:20:45.479Z] 555d1d1c4555: Waiting [2022-07-01T03:20:45.479Z] 7d9057610161: Waiting [2022-07-01T03:20:45.479Z] e6fb740bc735: Waiting [2022-07-01T03:20:45.479Z] 3a77bd46dcc9: Waiting [2022-07-01T03:20:45.479Z] 94645a83ff95: Verifying Checksum [2022-07-01T03:20:45.479Z] 94645a83ff95: Download complete [2022-07-01T03:20:45.479Z] 1a89e8eeedd5: Verifying Checksum [2022-07-01T03:20:45.479Z] 1a89e8eeedd5: Download complete [2022-07-01T03:20:45.479Z] 3a77bd46dcc9: Verifying Checksum [2022-07-01T03:20:45.479Z] 3a77bd46dcc9: Download complete [2022-07-01T03:20:45.479Z] 355e64cbe906: Download complete [2022-07-01T03:20:45.479Z] 9b3977197b4f: Verifying Checksum [2022-07-01T03:20:45.479Z] 9b3977197b4f: Download complete [2022-07-01T03:20:45.479Z] 63ab81a10011: Verifying Checksum [2022-07-01T03:20:45.479Z] 63ab81a10011: Download complete [2022-07-01T03:20:46.475Z] 9b3977197b4f: Pull complete [2022-07-01T03:20:46.475Z] 7d9057610161: Verifying Checksum [2022-07-01T03:20:46.475Z] 7d9057610161: Download complete [2022-07-01T03:20:47.081Z] 1a89e8eeedd5: Pull complete [2022-07-01T03:20:47.357Z] 94645a83ff95: Pull complete [2022-07-01T03:20:47.633Z] 555d1d1c4555: Download complete [2022-07-01T03:20:48.238Z] e6fb740bc735: Verifying Checksum [2022-07-01T03:20:48.238Z] e6fb740bc735: Download complete [2022-07-01T03:21:00.651Z] e6fb740bc735: Pull complete [2022-07-01T03:21:00.651Z] 3a77bd46dcc9: Pull complete [2022-07-01T03:21:00.925Z] 355e64cbe906: Pull complete [2022-07-01T03:21:01.198Z] 63ab81a10011: Pull complete [2022-07-01T03:21:07.922Z] 555d1d1c4555: Pull complete [2022-07-01T03:21:09.917Z] 7d9057610161: Pull complete [2022-07-01T03:21:09.917Z] Digest: sha256:2bfe06e9b82483759db2d79553298764cc23e00699169ff1c4d7513112b2d636 [2022-07-01T03:21:09.917Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [2022-07-01T03:21:09.917Z] ---> 819e984ddca1 [2022-07-01T03:21:09.917Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" [2022-07-01T03:21:10.898Z] ---> Running in e8d5674dadcf [2022-07-01T03:21:11.173Z] Removing intermediate container e8d5674dadcf [2022-07-01T03:21:11.173Z] ---> f138c87e3199 [2022-07-01T03:21:11.173Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2022-07-01T03:21:11.173Z] ---> Running in 6dd8d814745e [2022-07-01T03:21:11.454Z] Removing intermediate container 6dd8d814745e [2022-07-01T03:21:11.454Z] ---> d974a474879b [2022-07-01T03:21:11.454Z] Step 5/12 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-01T03:21:11.738Z] ---> Running in 88c13b61b924 [2022-07-01T03:21:15.143Z] Removing intermediate container 88c13b61b924 [2022-07-01T03:21:15.143Z] ---> cb83b5a6a3a2 [2022-07-01T03:21:15.143Z] Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-07-01T03:21:15.143Z] ---> Running in 8734a4923a3b [2022-07-01T03:21:15.745Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-07-01T03:21:16.724Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-07-01T03:21:17.704Z] (1/4) Installing openssh-keygen (8.8_p1-r1) [2022-07-01T03:21:17.704Z] (2/4) Installing libedit (20210910.3.1-r0) [2022-07-01T03:21:17.704Z] (3/4) Installing openssh-client-common (8.8_p1-r1) [2022-07-01T03:21:17.977Z] (4/4) Installing openssh-client-default (8.8_p1-r1) [2022-07-01T03:21:18.251Z] Executing busybox-1.34.1-r3.trigger [2022-07-01T03:21:18.251Z] OK: 224 MiB in 56 packages [2022-07-01T03:21:19.240Z] Removing intermediate container 8734a4923a3b [2022-07-01T03:21:19.240Z] ---> 366b7d5d412e [2022-07-01T03:21:19.240Z] Step 7/12 : WORKDIR /device-mqtt-go [2022-07-01T03:21:19.240Z] ---> Running in f96c408e55ac [2022-07-01T03:21:19.514Z] Removing intermediate container f96c408e55ac [2022-07-01T03:21:19.514Z] ---> f5885fc7b5fc [2022-07-01T03:21:19.514Z] Step 8/12 : COPY go.mod vendor* ./ [2022-07-01T03:21:20.111Z] ---> f7b9a65f8d64 [2022-07-01T03:21:20.111Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-01T03:21:20.111Z] ---> Running in c38f6a00ff7b [2022-07-01T03:22:07.082Z] Removing intermediate container c38f6a00ff7b [2022-07-01T03:22:07.082Z] ---> a3a67ee67dcc [2022-07-01T03:22:07.082Z] Step 10/12 : COPY . . [2022-07-01T03:22:07.082Z] ---> f9874bff91d4 [2022-07-01T03:22:07.082Z] Step 11/12 : ARG MAKE='make build' [2022-07-01T03:22:07.082Z] ---> Running in 351149254b0d [2022-07-01T03:22:07.082Z] Removing intermediate container 351149254b0d [2022-07-01T03:22:07.082Z] ---> 5f438e6c8541 [2022-07-01T03:22:07.082Z] Step 12/12 : RUN $MAKE [2022-07-01T03:22:07.082Z] ---> Running in 5235bdbe817c [2022-07-01T03:22:07.685Z] noop [2022-07-01T03:22:08.283Z] Removing intermediate container 5235bdbe817c [2022-07-01T03:22:08.283Z] ---> 24aa57e4629e [2022-07-01T03:22:08.283Z] Successfully built 24aa57e4629e [2022-07-01T03:22:08.283Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-01T03:22:08.645Z] + docker inspect -f . ci-base-image-arm64 [2022-07-01T03:22:08.645Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-07-01T03:22:08.895Z] prd-ubuntu20.04-docker-arm64-4c-16g-16553 does not seem to be running inside a container [2022-07-01T03:22:08.977Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/9 -v /w/workspace/device-mqtt-go/9:/w/workspace/device-mqtt-go/9:rw,z -v /w/workspace/device-mqtt-go/9@tmp:/w/workspace/device-mqtt-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2022-07-01T03:22:10.240Z] $ docker top ff5c3f01f9b0cfba846880700a688cbb78301bfb17736c4457abe2ac9e6a416c -eo pid,comm [Pipeline] { [Pipeline] sh [2022-07-01T03:22:11.126Z] + go version [2022-07-01T03:22:11.126Z] go version go1.17.7 linux/arm64 [Pipeline] } [2022-07-01T03:22:11.155Z] $ docker stop --time=1 ff5c3f01f9b0cfba846880700a688cbb78301bfb17736c4457abe2ac9e6a416c [2022-07-01T03:22:12.771Z] $ docker rm -f ff5c3f01f9b0cfba846880700a688cbb78301bfb17736c4457abe2ac9e6a416c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-01T03:22:13.327Z] + docker inspect -f . ci-base-image-arm64 [2022-07-01T03:22:13.327Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-07-01T03:22:13.553Z] prd-ubuntu20.04-docker-arm64-4c-16g-16553 does not seem to be running inside a container [2022-07-01T03:22:13.639Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/9 -v /w/workspace/device-mqtt-go/9:/w/workspace/device-mqtt-go/9:rw,z -v /w/workspace/device-mqtt-go/9@tmp:/w/workspace/device-mqtt-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2022-07-01T03:22:14.797Z] $ docker top c0917baef27f3c205445ff927e2b49e98ffd01d1343601fc1a5a38bea8a8ef48 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh [2022-07-01T03:22:15.678Z] + make test [2022-07-01T03:22:15.678Z] GCO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2022-07-01T03:22:17.109Z] ? github.com/edgexfoundry/device-mqtt-go [no test files] [2022-07-01T03:23:38.952Z] ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] [2022-07-01T03:23:38.952Z] ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.074s coverage: 21.8% of statements [2022-07-01T03:23:38.952Z] ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] [2022-07-01T03:23:38.952Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2022-07-01T03:23:38.952Z] GCO_ENABLED=1 GO111MODULE=on go vet ./... [2022-07-01T03:24:01.151Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-07-01T03:24:01.151Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-07-01T03:24:01.151Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-07-01T03:24:01.774Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-07-01T03:24:01.795Z] $ docker stop --time=1 c0917baef27f3c205445ff927e2b49e98ffd01d1343601fc1a5a38bea8a8ef48 [2022-07-01T03:24:03.561Z] $ docker rm -f c0917baef27f3c205445ff927e2b49e98ffd01d1343601fc1a5a38bea8a8ef48 [Pipeline] // withDockerContainer [Pipeline] sh [2022-07-01T03:24:04.477Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-07-01T03:24:04.497Z] Warning: overwriting stash ‘coverage-report’ [2022-07-01T03:24:04.941Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-07-01T03:24:05.346Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-07-01T03:24:05.684Z] + ls -al . [2022-07-01T03:24:05.684Z] total 176 [2022-07-01T03:24:05.684Z] drwxrwxr-x 9 jenkins jenkins 4096 Jul 1 03:24 . [2022-07-01T03:24:05.684Z] drwxrwxr-x 4 jenkins jenkins 4096 Jul 1 03:20 .. [2022-07-01T03:24:05.684Z] -rw-rw-r-- 1 jenkins jenkins 140 Jul 1 03:20 .dockerignore [2022-07-01T03:24:05.684Z] drwxrwxr-x 8 jenkins jenkins 4096 Jul 1 03:20 .git [2022-07-01T03:24:05.684Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 1 03:20 .github [2022-07-01T03:24:05.684Z] -rw-rw-r-- 1 jenkins jenkins 329 Jul 1 03:20 .gitignore [2022-07-01T03:24:05.684Z] -rw-rw-r-- 1 jenkins jenkins 41 Jul 1 03:20 .golangci.yml [2022-07-01T03:24:05.684Z] -rw-rw-r-- 1 jenkins jenkins 8917 Jul 1 03:20 Attribution.txt [2022-07-01T03:24:05.684Z] -rw-rw-r-- 1 jenkins jenkins 11365 Jul 1 03:20 CHANGELOG.md [2022-07-01T03:24:05.684Z] -rw-rw-r-- 1 jenkins jenkins 1930 Jul 1 03:20 Dockerfile [2022-07-01T03:24:05.684Z] -rw-rw-r-- 1 jenkins jenkins 677 Jul 1 03:20 GOVERNANCE.md [2022-07-01T03:24:05.684Z] -rw-rw-r-- 1 jenkins jenkins 678 Jul 1 03:20 Jenkinsfile [2022-07-01T03:24:05.684Z] -rw-rw-r-- 1 jenkins jenkins 11340 Jul 1 03:20 LICENSE [2022-07-01T03:24:05.684Z] -rw-rw-r-- 1 jenkins jenkins 1930 Jul 1 03:20 Makefile [2022-07-01T03:24:05.684Z] -rw-rw-r-- 1 jenkins jenkins 620 Jul 1 03:20 OWNERS.md [2022-07-01T03:24:05.684Z] -rw-rw-r-- 1 jenkins jenkins 2501 Jul 1 03:20 README.md [2022-07-01T03:24:05.684Z] -rw-rw-r-- 1 jenkins jenkins 5 Jul 1 03:18 VERSION [2022-07-01T03:24:05.684Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 1 03:20 bin [2022-07-01T03:24:05.684Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 1 03:20 cmd [2022-07-01T03:24:05.684Z] -rw-r--r-- 1 jenkins jenkins 17887 Jul 1 03:23 coverage.out [2022-07-01T03:24:05.684Z] -rw-rw-r-- 1 jenkins jenkins 3314 Jul 1 03:20 go.mod [2022-07-01T03:24:05.684Z] -rw-rw-r-- 1 jenkins jenkins 36281 Jul 1 03:20 go.sum [2022-07-01T03:24:05.684Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 1 03:20 internal [2022-07-01T03:24:05.684Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 1 03:20 mock [2022-07-01T03:24:05.684Z] drwxrwxr-x 4 jenkins jenkins 4096 Jul 1 03:20 snap [2022-07-01T03:24:05.684Z] -rw-rw-r-- 1 jenkins jenkins 227 Jul 1 03:20 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-01T03:24:06.041Z] + docker build -t device-mqtt-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=ba85804f32172fca0a5ed005ba3c779c6cbfb528 --label arch=arm64 --label version=0.0.0 . [2022-07-01T03:24:06.314Z] Sending build context to Docker daemon 3.134MB [2022-07-01T03:24:06.314Z] Step 1/24 : ARG BASE=golang:1.17-alpine3.15 [2022-07-01T03:24:06.314Z] Step 2/24 : FROM ${BASE} AS builder [2022-07-01T03:24:06.314Z] ---> 24aa57e4629e [2022-07-01T03:24:06.314Z] Step 3/24 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" [2022-07-01T03:24:06.591Z] ---> Running in ab8c8330716f [2022-07-01T03:24:06.867Z] Removing intermediate container ab8c8330716f [2022-07-01T03:24:06.867Z] ---> cc54f8ef34c0 [2022-07-01T03:24:06.867Z] Step 4/24 : ARG ALPINE_PKG_EXTRA="" [2022-07-01T03:24:06.867Z] ---> Running in a106cbda3c3d [2022-07-01T03:24:07.150Z] Removing intermediate container a106cbda3c3d [2022-07-01T03:24:07.150Z] ---> d889094e98da [2022-07-01T03:24:07.150Z] Step 5/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-01T03:24:07.430Z] ---> Running in b3685b3b3744 [2022-07-01T03:24:08.891Z] Removing intermediate container b3685b3b3744 [2022-07-01T03:24:08.891Z] ---> c12b920b1c7a [2022-07-01T03:24:08.891Z] Step 6/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-07-01T03:24:08.891Z] ---> Running in 0422217ba64f [2022-07-01T03:24:09.882Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-07-01T03:24:10.857Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-07-01T03:24:11.835Z] OK: 224 MiB in 56 packages [2022-07-01T03:24:12.819Z] Removing intermediate container 0422217ba64f [2022-07-01T03:24:12.819Z] ---> 4914642dbfa3 [2022-07-01T03:24:12.819Z] Step 7/24 : WORKDIR /device-mqtt-go [2022-07-01T03:24:12.819Z] ---> Running in 85c7fa5ea263 [2022-07-01T03:24:13.101Z] Removing intermediate container 85c7fa5ea263 [2022-07-01T03:24:13.101Z] ---> 0caeeb1372d0 [2022-07-01T03:24:13.101Z] Step 8/24 : COPY go.mod vendor* ./ [2022-07-01T03:24:13.697Z] ---> ed34f41d978c [2022-07-01T03:24:13.697Z] Step 9/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-01T03:24:13.697Z] ---> Running in 7b30d41ed51d [2022-07-01T03:24:15.671Z] Removing intermediate container 7b30d41ed51d [2022-07-01T03:24:15.671Z] ---> 966681fd6369 [2022-07-01T03:24:15.671Z] Step 10/24 : COPY . . [2022-07-01T03:24:16.653Z] ---> 080117a32cb4 [2022-07-01T03:24:16.653Z] Step 11/24 : ARG MAKE='make build' [2022-07-01T03:24:16.653Z] ---> Running in 10f52913f7b9 [2022-07-01T03:24:16.924Z] Removing intermediate container 10f52913f7b9 [2022-07-01T03:24:16.924Z] ---> 884a1c68f1a8 [2022-07-01T03:24:16.924Z] Step 12/24 : RUN $MAKE [2022-07-01T03:24:16.924Z] ---> Running in 8074e91f426f [2022-07-01T03:24:17.903Z] 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 [2022-07-01T03:26:24.788Z] Removing intermediate container 8074e91f426f [2022-07-01T03:26:24.788Z] ---> 6d9edc8c7937 [2022-07-01T03:26:24.788Z] Step 13/24 : FROM alpine:3.14 [2022-07-01T03:26:24.788Z] 3.14: Pulling from library/alpine [2022-07-01T03:26:24.788Z] 455c02918c45: Pulling fs layer [2022-07-01T03:26:24.788Z] 455c02918c45: Verifying Checksum [2022-07-01T03:26:24.788Z] 455c02918c45: Download complete [2022-07-01T03:26:24.788Z] 455c02918c45: Pull complete [2022-07-01T03:26:24.788Z] Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 [2022-07-01T03:26:24.788Z] Status: Downloaded newer image for alpine:3.14 [2022-07-01T03:26:24.788Z] ---> ac73e934f311 [2022-07-01T03:26:24.788Z] Step 14/24 : LABEL license='VSPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IoTech Ltd' [2022-07-01T03:26:24.788Z] ---> Running in 594db4acb7a4 [2022-07-01T03:26:24.788Z] Removing intermediate container 594db4acb7a4 [2022-07-01T03:26:24.788Z] ---> 1b292ae9092c [2022-07-01T03:26:24.788Z] Step 15/24 : RUN apk add --update --no-cache zeromq dumb-init [2022-07-01T03:26:24.788Z] ---> Running in df05daf9f6bd [2022-07-01T03:26:24.788Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-07-01T03:26:24.788Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-07-01T03:26:24.788Z] (1/6) Installing dumb-init (1.2.5-r1) [2022-07-01T03:26:24.788Z] (2/6) Installing libgcc (10.3.1_git20210424-r2) [2022-07-01T03:26:24.788Z] (3/6) Installing libsodium (1.0.18-r0) [2022-07-01T03:26:24.788Z] (4/6) Installing libstdc++ (10.3.1_git20210424-r2) [2022-07-01T03:26:24.788Z] (5/6) Installing libzmq (4.3.4-r0) [2022-07-01T03:26:24.788Z] (6/6) Installing zeromq (4.3.4-r0) [2022-07-01T03:26:24.788Z] Executing busybox-1.33.1-r7.trigger [2022-07-01T03:26:24.788Z] OK: 8 MiB in 20 packages [2022-07-01T03:26:24.788Z] Removing intermediate container df05daf9f6bd [2022-07-01T03:26:24.788Z] ---> 57142b7410d9 [2022-07-01T03:26:24.788Z] Step 16/24 : COPY --from=builder /device-mqtt-go/cmd / [2022-07-01T03:26:24.788Z] ---> 61e916560700 [2022-07-01T03:26:24.788Z] Step 17/24 : COPY --from=builder /device-mqtt-go/LICENSE / [2022-07-01T03:26:24.788Z] ---> ce01a01382b6 [2022-07-01T03:26:24.788Z] Step 18/24 : COPY --from=builder /device-mqtt-go/Attribution.txt / [2022-07-01T03:26:25.383Z] ---> 7539276a665c [2022-07-01T03:26:25.383Z] Step 19/24 : EXPOSE 59982 [2022-07-01T03:26:25.383Z] ---> Running in 3e9e29aebcc0 [2022-07-01T03:26:25.661Z] Removing intermediate container 3e9e29aebcc0 [2022-07-01T03:26:25.661Z] ---> 73d88c2426d8 [2022-07-01T03:26:25.661Z] Step 20/24 : ENTRYPOINT ["/device-mqtt"] [2022-07-01T03:26:25.937Z] ---> Running in 2b16289c63ee [2022-07-01T03:26:26.212Z] Removing intermediate container 2b16289c63ee [2022-07-01T03:26:26.212Z] ---> d6c59e1e74bc [2022-07-01T03:26:26.212Z] Step 21/24 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-07-01T03:26:26.212Z] ---> Running in 2f46ced0d555 [2022-07-01T03:26:26.485Z] Removing intermediate container 2f46ced0d555 [2022-07-01T03:26:26.485Z] ---> 44030c4529ad [2022-07-01T03:26:26.485Z] Step 22/24 : LABEL arch=arm64 [2022-07-01T03:26:26.485Z] ---> Running in 57bed6ff447e [2022-07-01T03:26:26.762Z] Removing intermediate container 57bed6ff447e [2022-07-01T03:26:26.762Z] ---> a2218789a3e2 [2022-07-01T03:26:26.762Z] Step 23/24 : LABEL git_sha=ba85804f32172fca0a5ed005ba3c779c6cbfb528 [2022-07-01T03:26:27.037Z] ---> Running in 1841644682c2 [2022-07-01T03:26:27.311Z] Removing intermediate container 1841644682c2 [2022-07-01T03:26:27.311Z] ---> 1fa558a84fcf [2022-07-01T03:26:27.311Z] Step 24/24 : LABEL version=0.0.0 [2022-07-01T03:26:27.311Z] ---> Running in 738d4e9cb482 [2022-07-01T03:26:27.585Z] Removing intermediate container 738d4e9cb482 [2022-07-01T03:26:27.585Z] ---> 67592ec7330c [2022-07-01T03:26:27.585Z] [Warning] One or more build-args [ARCH] were not consumed [2022-07-01T03:26:27.585Z] Successfully built 67592ec7330c [2022-07-01T03:26:27.585Z] 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 [2022-07-01T03:26:28.030Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-07-01T03:26:28.030Z] [2022-07-01T03:26:28.030Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-01T03:26:28.383Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-07-01T03:26:28.383Z] arm64: Pulling from edgex-lftools-log-publisher [2022-07-01T03:26:28.383Z] 8998bd30e6a1: Pulling fs layer [2022-07-01T03:26:28.383Z] 04944245beec: Pulling fs layer [2022-07-01T03:26:28.383Z] 699f458cf7ca: Pulling fs layer [2022-07-01T03:26:28.383Z] 765212b225bb: Pulling fs layer [2022-07-01T03:26:28.383Z] f23df028b6ca: Pulling fs layer [2022-07-01T03:26:28.383Z] d65c8cfc05b1: Pulling fs layer [2022-07-01T03:26:28.384Z] 2437ff75d9bd: Pulling fs layer [2022-07-01T03:26:28.662Z] 765212b225bb: Waiting [2022-07-01T03:26:28.662Z] f23df028b6ca: Waiting [2022-07-01T03:26:28.662Z] d65c8cfc05b1: Waiting [2022-07-01T03:26:28.662Z] 2437ff75d9bd: Waiting [2022-07-01T03:26:28.662Z] 04944245beec: Verifying Checksum [2022-07-01T03:26:28.662Z] 04944245beec: Download complete [2022-07-01T03:26:28.662Z] 765212b225bb: Download complete [2022-07-01T03:26:28.662Z] f23df028b6ca: Verifying Checksum [2022-07-01T03:26:28.662Z] f23df028b6ca: Download complete [2022-07-01T03:26:28.662Z] d65c8cfc05b1: Verifying Checksum [2022-07-01T03:26:28.662Z] d65c8cfc05b1: Download complete [2022-07-01T03:26:28.946Z] 699f458cf7ca: Verifying Checksum [2022-07-01T03:26:28.946Z] 699f458cf7ca: Download complete [2022-07-01T03:26:29.218Z] 8998bd30e6a1: Verifying Checksum [2022-07-01T03:26:29.218Z] 8998bd30e6a1: Download complete [2022-07-01T03:26:31.197Z] 2437ff75d9bd: Verifying Checksum [2022-07-01T03:26:31.197Z] 2437ff75d9bd: Download complete [2022-07-01T03:26:33.179Z] 8998bd30e6a1: Pull complete [2022-07-01T03:26:33.776Z] 04944245beec: Pull complete [2022-07-01T03:26:35.214Z] 699f458cf7ca: Pull complete [2022-07-01T03:26:35.662Z] 765212b225bb: Pull complete [2022-07-01T03:26:36.268Z] f23df028b6ca: Pull complete [2022-07-01T03:26:36.549Z] d65c8cfc05b1: Pull complete [2022-07-01T03:26:51.662Z] 2437ff75d9bd: Pull complete [2022-07-01T03:26:51.662Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2022-07-01T03:26:51.662Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-07-01T03:26:51.662Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-07-01T03:26:51.915Z] prd-ubuntu20.04-docker-arm64-4c-16g-16553 does not seem to be running inside a container [2022-07-01T03:26:52.004Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/device-mqtt-go/9 -v /w/workspace/device-mqtt-go/9:/w/workspace/device-mqtt-go/9:rw,z -v /w/workspace/device-mqtt-go/9@tmp:/w/workspace/device-mqtt-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2022-07-01T03:26:54.817Z] $ docker top 09bafdf132dc84aef3ac3b6f1000620e54c9d96f601e24d31006fed57f3beaa4 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-07-01T03:26:55.755Z] ---> job-cost.sh [2022-07-01T03:26:55.755Z] lf-activate-venv: SKIPPING [2022-07-01T03:26:55.755Z] INFO: No Stack... [2022-07-01T03:26:56.354Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2022-07-01T03:26:57.331Z] INFO: Archiving Costs [Pipeline] sh [2022-07-01T03:26:57.998Z] + cat /w/workspace/device-mqtt-go/9/archives/cost.csv [2022-07-01T03:26:57.998Z] + cut -d, -f6 [Pipeline] lock [2022-07-01T03:26:58.062Z] Trying to acquire lock on [jenkins-edgexfoundry-device-mqtt-go-PR-382-9-stack-cost] [2022-07-01T03:26:58.069Z] Resource [jenkins-edgexfoundry-device-mqtt-go-PR-382-9-stack-cost] did not exist. Created. [2022-07-01T03:26:58.069Z] Lock acquired on [jenkins-edgexfoundry-device-mqtt-go-PR-382-9-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-07-01T03:26:58.755Z] /w/workspace/device-mqtt-go/9@tmp/durable-a1c2281c/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2022-07-01T03:26:59.445Z] + echo total: 0.10999999940395355 [Pipeline] stash [2022-07-01T03:26:59.465Z] Warning: overwriting stash ‘stack-cost’ [2022-07-01T03:26:59.515Z] Stashed 1 file(s) [Pipeline] } [2022-07-01T03:26:59.526Z] Lock released on resource [jenkins-edgexfoundry-device-mqtt-go-PR-382-9-stack-cost] [Pipeline] // lock [Pipeline] } [2022-07-01T03:26:59.552Z] $ docker stop --time=1 09bafdf132dc84aef3ac3b6f1000620e54c9d96f601e24d31006fed57f3beaa4 [2022-07-01T03:27:01.107Z] $ docker rm -f 09bafdf132dc84aef3ac3b6f1000620e54c9d96f601e24d31006fed57f3beaa4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider [2022-07-01T03:27:01.584Z] provisioning config files... [2022-07-01T03:27:01.624Z] copy managed file [device-mqtt-go-codecov-token] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-382@tmp/config3029099553998500390tmp [Pipeline] { [Pipeline] sh [2022-07-01T03:27:01.925Z] + set +x [2022-07-01T03:27:01.926Z] + curl -s https://codecov.io/bash [2022-07-01T03:27:01.926Z] + bash -s -- [2022-07-01T03:27:02.186Z] [2022-07-01T03:27:02.186Z] _____ _ [2022-07-01T03:27:02.186Z] / ____| | | [2022-07-01T03:27:02.186Z] | | ___ __| | ___ ___ _____ __ [2022-07-01T03:27:02.186Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2022-07-01T03:27:02.186Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2022-07-01T03:27:02.186Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2022-07-01T03:27:02.186Z] Bash-1.0.6 [2022-07-01T03:27:02.186Z] [2022-07-01T03:27:02.186Z] [2022-07-01T03:27:02.186Z] ==> git version 2.25.1 found [2022-07-01T03:27:02.186Z] ==> 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 [2022-07-01T03:27:02.186Z] Release-Date: 2020-01-08 [2022-07-01T03:27:02.186Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2022-07-01T03:27:02.186Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2022-07-01T03:27:02.186Z] ==> Jenkins CI detected. [2022-07-01T03:27:02.186Z] current dir:  /w/workspace/gexfoundry_device-mqtt-go_PR-382 [2022-07-01T03:27:02.186Z] project root: . [2022-07-01T03:27:02.186Z] --> token set from env [2022-07-01T03:27:02.186Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2022-07-01T03:27:02.186Z] ==> Running gcov in . (disable via -X gcov) [2022-07-01T03:27:02.186Z] ==> Python coveragepy not found [2022-07-01T03:27:02.186Z] ==> Searching for coverage reports in: [2022-07-01T03:27:02.186Z] + . [2022-07-01T03:27:02.186Z] -> Found 1 reports [2022-07-01T03:27:02.186Z] ==> Detecting git/mercurial file structure [2022-07-01T03:27:02.186Z] ==> Reading reports [2022-07-01T03:27:02.186Z] + ./coverage.out bytes=17887 [2022-07-01T03:27:02.186Z] ==> Appending adjustments [2022-07-01T03:27:02.186Z] https://docs.codecov.io/docs/fixing-reports [2022-07-01T03:27:02.446Z] + Found adjustments [2022-07-01T03:27:02.446Z] ==> Gzipping contents [2022-07-01T03:27:02.446Z] 4.0K /tmp/codecov.32xxl1.gz [2022-07-01T03:27:02.446Z] ==> Uploading reports [2022-07-01T03:27:02.446Z] url: https://codecov.io [2022-07-01T03:27:02.446Z] query: branch=PR-382&commit=4636832d600abd32937ff52007f96042017009eb&build=9&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-mqtt-go%2Fjob%2FPR-382%2F9%2F&name=&tag=&slug=edgexfoundry%2Fdevice-mqtt-go&service=jenkins&flags=&pr=382&job=&cmd_args= [2022-07-01T03:27:02.446Z] -> Pinging Codecov [2022-07-01T03:27:02.446Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=3cf7f23a-d5e6-4c47-868b-a0a7f9a025f8&branch=PR-382&commit=4636832d600abd32937ff52007f96042017009eb&build=9&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-mqtt-go%2Fjob%2FPR-382%2F9%2F&name=&tag=&slug=edgexfoundry%2Fdevice-mqtt-go&service=jenkins&flags=&pr=382&job=&cmd_args= [2022-07-01T03:27:02.707Z] -> Uploading to [2022-07-01T03:27:02.707Z] https://storage.googleapis.com/codecov/v4/raw/2022-07-01/7D719EC7BBE17E464838252E33014C33/4636832d600abd32937ff52007f96042017009eb/133bb3de-9cb2-4dcd-b0f7-c4fb1b654231.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1E5YTIQF4NUDJHIPRXCW6SWPNHIWXR6YCTGFLBKZTWXKPGHK3U3FMCQWA%2F20220701%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220701T032702Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=5958c3979ac6898e9e32180fc3c1589e4cfdeab9b0efd3559dbf9441d797ed2a [2022-07-01T03:27:02.707Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-07-01T03:27:02.707Z] Dload Upload Total Spent Left Speed [2022-07-01T03:27:02.969Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3203 0 0 100 3203 0 13688 --:--:-- --:--:-- --:--:-- 13688 [2022-07-01T03:27:02.969Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-mqtt-go/commit/4636832d600abd32937ff52007f96042017009eb [Pipeline] } [2022-07-01T03:27:02.976Z] 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 [2022-07-01T03:27:03.693Z] + [ -d /w/workspace/gexfoundry_device-mqtt-go_PR-382/archives ] [2022-07-01T03:27:03.693Z] + ls -al /w/workspace/gexfoundry_device-mqtt-go_PR-382/archives [2022-07-01T03:27:03.693Z] total 16 [2022-07-01T03:27:03.693Z] drwxr-xr-x 3 root root 4096 Jul 1 03:19 . [2022-07-01T03:27:03.693Z] drwxrwxr-x 11 jenkins jenkins 4096 Jul 1 03:19 .. [2022-07-01T03:27:03.693Z] drwxr-xr-x 2 root root 4096 Jul 1 03:19 cost [2022-07-01T03:27:03.693Z] -rw-r--r-- 1 root root 85 Jul 1 03:19 cost.csv [2022-07-01T03:27:03.693Z] + sudo chown -R jenkins:jenkins /w/workspace/gexfoundry_device-mqtt-go_PR-382/archives [2022-07-01T03:27:03.693Z] + ls -al /w/workspace/gexfoundry_device-mqtt-go_PR-382/archives [2022-07-01T03:27:03.693Z] total 16 [2022-07-01T03:27:03.693Z] drwxr-xr-x 3 jenkins jenkins 4096 Jul 1 03:19 . [2022-07-01T03:27:03.693Z] drwxrwxr-x 11 jenkins jenkins 4096 Jul 1 03:19 .. [2022-07-01T03:27:03.693Z] drwxr-xr-x 2 jenkins jenkins 4096 Jul 1 03:19 cost [2022-07-01T03:27:03.693Z] -rw-r--r-- 1 jenkins jenkins 85 Jul 1 03:19 cost.csv [Pipeline] libraryResource [Pipeline] sh [2022-07-01T03:27:03.985Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2022-07-01T03:27:04.848Z] ---> package-listing.sh [2022-07-01T03:27:04.848Z] ++ facter osfamily [2022-07-01T03:27:04.848Z] ++ tr '[:upper:]' '[:lower:]' [2022-07-01T03:27:05.108Z] + OS_FAMILY=debian [2022-07-01T03:27:05.108Z] + workspace=/w/workspace/gexfoundry_device-mqtt-go_PR-382 [2022-07-01T03:27:05.108Z] + START_PACKAGES=/tmp/packages_start.txt [2022-07-01T03:27:05.108Z] + END_PACKAGES=/tmp/packages_end.txt [2022-07-01T03:27:05.108Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2022-07-01T03:27:05.108Z] + PACKAGES=/tmp/packages_start.txt [2022-07-01T03:27:05.108Z] + '[' /w/workspace/gexfoundry_device-mqtt-go_PR-382 ']' [2022-07-01T03:27:05.108Z] + PACKAGES=/tmp/packages_end.txt [2022-07-01T03:27:05.108Z] + case "${OS_FAMILY}" in [2022-07-01T03:27:05.108Z] + dpkg -l [2022-07-01T03:27:05.108Z] + grep '^ii' [2022-07-01T03:27:05.108Z] + '[' -f /tmp/packages_start.txt ']' [2022-07-01T03:27:05.108Z] + '[' -f /tmp/packages_end.txt ']' [2022-07-01T03:27:05.108Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2022-07-01T03:27:05.108Z] + '[' /w/workspace/gexfoundry_device-mqtt-go_PR-382 ']' [2022-07-01T03:27:05.108Z] + mkdir -p /w/workspace/gexfoundry_device-mqtt-go_PR-382/archives/ [2022-07-01T03:27:05.108Z] + 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 [2022-07-01T03:27:05.120Z] 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 [2022-07-01T03:27:05.401Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-01T03:27:05.973Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-07-01T03:27:05.974Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-07-01T03:27:06.060Z] prd-ubuntu20.04-docker-8c-8g-16552 does not seem to be running inside a container [2022-07-01T03:27:06.089Z] $ 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 [2022-07-01T03:27:06.318Z] $ docker top 18f137ad664c38059ed78f33a0d766006a8a6e9576807aad624b27c81cc2df80 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-07-01T03:27:06.680Z] + touch /tmp/pre-build-complete [Pipeline] sh [2022-07-01T03:27:06.969Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2022-07-01T03:27:07.260Z] + ls /var/log/sa-host [2022-07-01T03:27:07.261Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-07-01T03:27:07.429Z] provisioning config files... [2022-07-01T03:27:07.438Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-382@tmp/config1395680523431990223tmp [Pipeline] { [Pipeline] echo [2022-07-01T03:27:07.455Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2022-07-01T03:27:07.742Z] ---> create-netrc.sh [Pipeline] } [2022-07-01T03:27:07.751Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2022-07-01T03:27:08.090Z] ---> python-tools-install.sh [Pipeline] echo [2022-07-01T03:27:08.100Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2022-07-01T03:27:08.386Z] ---> sudo-logs.sh [2022-07-01T03:27:08.387Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2022-07-01T03:27:08.418Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2022-07-01T03:27:08.707Z] ---> job-cost.sh [2022-07-01T03:27:08.707Z] lf-activate-venv: SKIPPING [2022-07-01T03:27:08.707Z] DEBUG: total: 0.2199999988079071 [2022-07-01T03:27:08.707Z] INFO: Retrieving Stack Cost... [2022-07-01T03:27:08.968Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-07-01T03:27:09.540Z] INFO: Archiving Costs [Pipeline] echo [2022-07-01T03:27:09.551Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2022-07-01T03:27:09.838Z] ---> logs-deploy.sh [2022-07-01T03:27:09.839Z] lf-activate-venv: SKIPPING [2022-07-01T03:27:09.839Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-mqtt-go/PR-382/9 [2022-07-01T03:27:09.839Z] INFO: archiving workspace using pattern(s): [2022-07-01T03:27:10.779Z] Archives upload complete. [2022-07-01T03:27:10.779Z] INFO: archiving logs to Nexus