Pull request #379 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 28c171c6c2ea375df63c0d76f33adcf132a0ca39+8a3b8b69e8592b451639ad65dda00efb90da788d (3e381dda9af70a09b708c316987a5d7cc7a77a3b) 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-ssh15860162755130943270.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 61d3a14f5ee21304eadc9c25f102bcac80e1a589 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-ssh13772675712966127609.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 61d3a14f5ee21304eadc9c25f102bcac80e1a589 The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-mqtt-go/branches/PR-379/workspace@libs/edgex-global-pipelines # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-mqtt-go/branches/PR-379/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh16547632719837081227.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-mqtt-go/branches/PR-379/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh8115423367453070280.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 61d3a14f5ee21304eadc9c25f102bcac80e1a589 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 61d3a14f5ee21304eadc9c25f102bcac80e1a589 # timeout=10 Commit message: "Merge pull request #384 from ernestojeda/add-go-1_17-lts" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared 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-ssh11023957121937120521.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b3dada9287033e4e81bc68320e01fd57bef02650 The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-mqtt-go/branches/PR-379/workspace@libs/lf-pipelines # timeout=10 Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-mqtt-go/branches/PR-379/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh11671314313329364600.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision b3dada9287033e4e81bc68320e01fd57bef02650 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b3dada9287033e4e81bc68320e01fd57bef02650 # timeout=10 Commit message: "Fix: Update requirements.txt, update global-jjb" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object 61d3a14f5ee21304eadc9c25f102bcac80e1a589 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared 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 [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-41771 in /w/workspace/gexfoundry_device-mqtt-go_PR-379 [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-379 # 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 8a3b8b69e8592b451639ad65dda00efb90da788d into PR head commit 28c171c6c2ea375df63c0d76f33adcf132a0ca39 Merge succeeded, producing 28c171c6c2ea375df63c0d76f33adcf132a0ca39 Checking out Revision 28c171c6c2ea375df63c0d76f33adcf132a0ca39 (PR-379) > 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/379/head:refs/remotes/origin/PR-379 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 28c171c6c2ea375df63c0d76f33adcf132a0ca39 # 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 8a3b8b69e8592b451639ad65dda00efb90da788d # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 28c171c6c2ea375df63c0d76f33adcf132a0ca39 # timeout=10 Commit message: "build(deps): bump github.com/edgexfoundry/device-sdk-go/v2" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 61d3a14f5ee21304eadc9c25f102bcac80e1a589 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2022-05-09T02:04:28.607Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2022-05-09T02:04:28.798Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2022-05-09T02:04:28.890Z] ========================================================= [2022-05-09T02:04:28.890Z] EdgeX Global Pipelines Version Info [2022-05-09T02:04:28.890Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2022-05-09T02:04:29.697Z] ------------------- [2022-05-09T02:04:29.697Z] stable info: [2022-05-09T02:04:29.697Z] ------------------- [2022-05-09T02:04:29.697Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-05-09T02:04:29.697Z] Commit SHA: 61d3a14f5ee21304eadc9c25f102bcac80e1a589 [2022-05-09T02:04:29.697Z] Message: update stable to v1.0.227 [2022-05-09T02:04:30.269Z] ------------------- [2022-05-09T02:04:30.269Z] experimental info: [2022-05-09T02:04:30.269Z] ------------------- [2022-05-09T02:04:30.269Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-05-09T02:04:30.269Z] Commit SHA: 821e2ffd3fa43eddc5db18cf710cdace1a36094c [2022-05-09T02:04:30.269Z] Message: update experimental to v1.0.229 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2022-05-09T02:04:30.630Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-mqtt-go-settings [Pipeline] echo [2022-05-09T02:04:30.740Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-mqtt-go [Pipeline] echo [2022-05-09T02:04:30.783Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2022-05-09T02:04:30.824Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2022-05-09T02:04:30.954Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2022-05-09T02:04:30.995Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.17 [Pipeline] echo [2022-05-09T02:04:31.035Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2022-05-09T02:04:31.078Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2022-05-09T02:04:31.205Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2022-05-09T02:04:31.249Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2022-05-09T02:04:31.303Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2022-05-09T02:04:31.344Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-mqtt [Pipeline] echo [2022-05-09T02:04:31.386Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2022-05-09T02:04:31.427Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2022-05-09T02:04:31.468Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2022-05-09T02:04:31.511Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2022-05-09T02:04:31.641Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2022-05-09T02:04:31.688Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2022-05-09T02:04:31.803Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2022-05-09T02:04:31.841Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2022-05-09T02:04:31.882Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2022-05-09T02:04:31.920Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2022-05-09T02:04:31.959Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2022-05-09T02:04:31.999Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2022-05-09T02:04:32.034Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2022-05-09T02:04:32.074Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2022-05-09T02:04:32.243Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-379 [Pipeline] echo [2022-05-09T02:04:32.339Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-379 [Pipeline] echo [2022-05-09T02:04:32.377Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-379 [Pipeline] echo [2022-05-09T02:04:32.411Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 28c171c6c2ea375df63c0d76f33adcf132a0ca39 [Pipeline] echo [2022-05-09T02:04:32.449Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 28c171c [Pipeline] echo [2022-05-09T02:04:32.485Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-05-09T02:04:32.593Z] provisioning config files... [2022-05-09T02:04:32.606Z] copy managed file [device-mqtt-go-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-379@tmp/config8285263512639082091tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-05-09T02:04:32.955Z] ---> docker-login.sh [2022-05-09T02:04:32.955Z] nexus3.edgexfoundry.org:10001 [2022-05-09T02:04:33.215Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-09T02:04:33.215Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-09T02:04:33.215Z] Configure a credential helper to remove this warning. See [2022-05-09T02:04:33.215Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-09T02:04:33.215Z] [2022-05-09T02:04:33.215Z] Login Succeeded [2022-05-09T02:04:33.215Z] nexus3.edgexfoundry.org:10002 [2022-05-09T02:04:33.476Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-09T02:04:33.476Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-09T02:04:33.476Z] Configure a credential helper to remove this warning. See [2022-05-09T02:04:33.476Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-09T02:04:33.476Z] [2022-05-09T02:04:33.476Z] Login Succeeded [2022-05-09T02:04:33.476Z] nexus3.edgexfoundry.org:10003 [2022-05-09T02:04:33.476Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-09T02:04:33.737Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-09T02:04:33.737Z] Configure a credential helper to remove this warning. See [2022-05-09T02:04:33.737Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-09T02:04:33.737Z] [2022-05-09T02:04:33.737Z] Login Succeeded [2022-05-09T02:04:33.737Z] nexus3.edgexfoundry.org:10004 [2022-05-09T02:04:33.737Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-09T02:04:33.737Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-09T02:04:33.737Z] Configure a credential helper to remove this warning. See [2022-05-09T02:04:33.737Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-09T02:04:33.737Z] [2022-05-09T02:04:33.737Z] Login Succeeded [2022-05-09T02:04:33.737Z] docker.io [2022-05-09T02:04:33.737Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-09T02:04:34.310Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-09T02:04:34.310Z] Configure a credential helper to remove this warning. See [2022-05-09T02:04:34.310Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-09T02:04:34.310Z] [2022-05-09T02:04:34.310Z] Login Succeeded [2022-05-09T02:04:34.310Z] ---> docker-login.sh ends [Pipeline] } [2022-05-09T02:04:34.342Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2022-05-09T02:04:34.960Z] + git rev-list -1 --merges 28c171c6c2ea375df63c0d76f33adcf132a0ca39~1..28c171c6c2ea375df63c0d76f33adcf132a0ca39 [Pipeline] echo [2022-05-09T02:04:35.076Z] -----------> git rev-list -1 --merges 28c171c6c2ea375df63c0d76f33adcf132a0ca39~1..28c171c6c2ea375df63c0d76f33adcf132a0ca39 28c171c6c2ea375df63c0d76f33adcf132a0ca39 [false] [Pipeline] sh [2022-05-09T02:04:35.391Z] + git log --format=format:%s -1 28c171c6c2ea375df63c0d76f33adcf132a0ca39 [Pipeline] echo [2022-05-09T02:04:35.429Z] ========================================================= [2022-05-09T02:04:35.429Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2022-05-09T02:04:35.429Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-05-09T02:04:35.863Z] + git log --format=format:%s -1 28c171c6c2ea375df63c0d76f33adcf132a0ca39 [Pipeline] echo [2022-05-09T02:04:35.896Z] [semverPrep] GIT_COMMIT: 28c171c6c2ea375df63c0d76f33adcf132a0ca39, Commit Message: build(deps): bump github.com/edgexfoundry/device-sdk-go/v2 [Pipeline] echo [2022-05-09T02:04:35.928Z] [semverPrep] This is not a build commit. [Pipeline] sh [2022-05-09T02:04:36.374Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-05-09T02:04:36.375Z] + grep -v github /etc/ssh/ssh_known_hosts [2022-05-09T02:04:36.375Z] + [ -e /tmp/ssh_known_hosts ] [2022-05-09T02:04:36.375Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2022-05-09T02:04:36.375Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2022-05-09T02:04:36.375Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2022-05-09T02:04:36.375Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh [2022-05-09T02:04:36.825Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [2022-05-09T02:04:36.825Z] [2022-05-09T02:04:36.825Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [Pipeline] isUnix [Pipeline] sh [2022-05-09T02:04:37.173Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [2022-05-09T02:04:37.174Z] latest: Pulling from edgex-devops/py-git-semver [2022-05-09T02:04:37.174Z] 1fe172e4850f: Pulling fs layer [2022-05-09T02:04:37.174Z] caf521ccaac6: Pulling fs layer [2022-05-09T02:04:37.174Z] 3ead6fa29328: Pulling fs layer [2022-05-09T02:04:37.174Z] 5c2a1cbceb83: Pulling fs layer [2022-05-09T02:04:37.174Z] a8d5f1318db7: Pulling fs layer [2022-05-09T02:04:37.174Z] c427282e49a2: Pulling fs layer [2022-05-09T02:04:37.174Z] 5c2a1cbceb83: Waiting [2022-05-09T02:04:37.174Z] a8d5f1318db7: Waiting [2022-05-09T02:04:37.174Z] c427282e49a2: Waiting [2022-05-09T02:04:37.174Z] 1827001aaf11: Pulling fs layer [2022-05-09T02:04:37.174Z] 0714d37db230: Pulling fs layer [2022-05-09T02:04:37.174Z] ac28cf19c067: Pulling fs layer [2022-05-09T02:04:37.174Z] ca983d60f3e2: Pulling fs layer [2022-05-09T02:04:37.174Z] 9f894cec8388: Pulling fs layer [2022-05-09T02:04:37.174Z] 1827001aaf11: Waiting [2022-05-09T02:04:37.174Z] ca983d60f3e2: Waiting [2022-05-09T02:04:37.174Z] 0714d37db230: Waiting [2022-05-09T02:04:37.174Z] 9f894cec8388: Waiting [2022-05-09T02:04:37.174Z] ac28cf19c067: Waiting [2022-05-09T02:04:37.174Z] caf521ccaac6: Verifying Checksum [2022-05-09T02:04:37.174Z] caf521ccaac6: Download complete [2022-05-09T02:04:37.174Z] 5c2a1cbceb83: Verifying Checksum [2022-05-09T02:04:37.174Z] 5c2a1cbceb83: Download complete [2022-05-09T02:04:37.436Z] 3ead6fa29328: Verifying Checksum [2022-05-09T02:04:37.436Z] 3ead6fa29328: Download complete [2022-05-09T02:04:37.436Z] a8d5f1318db7: Verifying Checksum [2022-05-09T02:04:37.436Z] a8d5f1318db7: Download complete [2022-05-09T02:04:37.436Z] c427282e49a2: Verifying Checksum [2022-05-09T02:04:37.436Z] c427282e49a2: Download complete [2022-05-09T02:04:37.436Z] 0714d37db230: Download complete [2022-05-09T02:04:37.436Z] ac28cf19c067: Verifying Checksum [2022-05-09T02:04:37.436Z] ac28cf19c067: Download complete [2022-05-09T02:04:37.436Z] ca983d60f3e2: Download complete [2022-05-09T02:04:37.436Z] 9f894cec8388: Verifying Checksum [2022-05-09T02:04:37.436Z] 9f894cec8388: Download complete [2022-05-09T02:04:37.436Z] 1fe172e4850f: Verifying Checksum [2022-05-09T02:04:37.436Z] 1fe172e4850f: Download complete [2022-05-09T02:04:37.696Z] 1827001aaf11: Verifying Checksum [2022-05-09T02:04:37.696Z] 1827001aaf11: Download complete [2022-05-09T02:04:38.636Z] 1fe172e4850f: Pull complete [2022-05-09T02:04:38.896Z] caf521ccaac6: Pull complete [2022-05-09T02:04:39.155Z] 3ead6fa29328: Pull complete [2022-05-09T02:04:39.415Z] 5c2a1cbceb83: Pull complete [2022-05-09T02:04:39.676Z] a8d5f1318db7: Pull complete [2022-05-09T02:04:39.676Z] c427282e49a2: Pull complete [2022-05-09T02:04:41.583Z] 1827001aaf11: Pull complete [2022-05-09T02:04:41.583Z] 0714d37db230: Pull complete [2022-05-09T02:04:41.583Z] ac28cf19c067: Pull complete [2022-05-09T02:04:41.583Z] ca983d60f3e2: Pull complete [2022-05-09T02:04:41.583Z] 9f894cec8388: Pull complete [2022-05-09T02:04:41.583Z] Digest: sha256:90e63904a1edc574c23a580e5fc31fbcdccad1501625621f67a6be262171cfee [2022-05-09T02:04:41.583Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [2022-05-09T02:04:41.583Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [Pipeline] withDockerContainer [2022-05-09T02:04:41.676Z] prd-ubuntu20.04-docker-8c-8g-41771 does not seem to be running inside a container [2022-05-09T02:04:41.710Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-mqtt-go_PR-379 -v /w/workspace/gexfoundry_device-mqtt-go_PR-379:/w/workspace/gexfoundry_device-mqtt-go_PR-379:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-379@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-379@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest cat [2022-05-09T02:04:43.504Z] $ docker top ec3498ff995e201b4bdd82d59d5ddbd8094352350cd82c6701eef5cc014aa66f -eo pid,comm [2022-05-09T02:04:43.571Z] 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-05-09T02:04:43.571Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-05-09T02:04:43.756Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-05-09T02:04:43.756Z] [ssh-agent] Looking for ssh-agent implementation... [2022-05-09T02:04:43.881Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-05-09T02:04:43.879Z] $ docker exec ec3498ff995e201b4bdd82d59d5ddbd8094352350cd82c6701eef5cc014aa66f ssh-agent [2022-05-09T02:04:44.008Z] SSH_AUTH_SOCK=/tmp/ssh-eSWjU8nqvxhU/agent.33 [2022-05-09T02:04:44.008Z] SSH_AGENT_PID=39 [2022-05-09T02:04:44.014Z] Running ssh-add (command line suppressed) [2022-05-09T02:04:44.113Z] Identity added: /w/workspace/gexfoundry_device-mqtt-go_PR-379@tmp/private_key_6260924544188035636.key (/w/workspace/gexfoundry_device-mqtt-go_PR-379@tmp/private_key_6260924544188035636.key) [2022-05-09T02:04:44.134Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-05-09T02:04:44.464Z] + git tag --points-at HEAD [Pipeline] } [2022-05-09T02:04:44.482Z] $ docker exec --env ******** --env ******** ec3498ff995e201b4bdd82d59d5ddbd8094352350cd82c6701eef5cc014aa66f ssh-agent -k [2022-05-09T02:04:44.605Z] unset SSH_AUTH_SOCK; [2022-05-09T02:04:44.605Z] unset SSH_AGENT_PID; [2022-05-09T02:04:44.605Z] echo Agent pid 39 killed; [2022-05-09T02:04:44.621Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2022-05-09T02:04:44.707Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-05-09T02:04:44.707Z] [ssh-agent] Looking for ssh-agent implementation... [2022-05-09T02:04:44.854Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-05-09T02:04:44.853Z] $ docker exec ec3498ff995e201b4bdd82d59d5ddbd8094352350cd82c6701eef5cc014aa66f ssh-agent [2022-05-09T02:04:44.981Z] SSH_AUTH_SOCK=/tmp/ssh-nFXVqPx2uCKv/agent.71 [2022-05-09T02:04:44.981Z] SSH_AGENT_PID=77 [2022-05-09T02:04:44.986Z] Running ssh-add (command line suppressed) [2022-05-09T02:04:45.089Z] Identity added: /w/workspace/gexfoundry_device-mqtt-go_PR-379@tmp/private_key_3648495282683327150.key (/w/workspace/gexfoundry_device-mqtt-go_PR-379@tmp/private_key_3648495282683327150.key) [2022-05-09T02:04:45.109Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-05-09T02:04:45.501Z] + git semver init [2022-05-09T02:04:45.761Z] 2022-05-09 02:04:45,649 [run_init] DEBUG init version:0.0.0 force:False [2022-05-09T02:04:45.761Z] 2022-05-09 02:04:45,650 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/gexfoundry_device-mqtt-go_PR-379/.semver [2022-05-09T02:04:45.761Z] 2022-05-09 02:04:45,651 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-mqtt-go.git /w/workspace/gexfoundry_device-mqtt-go_PR-379/.semver [2022-05-09T02:04:45.761Z] 2022-05-09 02:04:45,651 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-mqtt-go.git', '/w/workspace/gexfoundry_device-mqtt-go_PR-379/.semver'], cwd=/w/workspace/gexfoundry_device-mqtt-go_PR-379, universal_newlines=False, shell=None, istream=None) [2022-05-09T02:04:46.706Z] 2022-05-09 02:04:46,487 [append_file] DEBUG append to file:/w/workspace/gexfoundry_device-mqtt-go_PR-379/.git/info/exclude [2022-05-09T02:04:46.706Z] 2022-05-09 02:04:46,487 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/gexfoundry_device-mqtt-go_PR-379/.semver/PR-379 with force:False [2022-05-09T02:04:46.706Z] 2022-05-09 02:04:46,488 [write_file] DEBUG write to file:/w/workspace/gexfoundry_device-mqtt-go_PR-379/.semver/PR-379 [2022-05-09T02:04:46.706Z] 2022-05-09 02:04:46,492 [execute] INFO git cat-file --batch-check [2022-05-09T02:04:46.706Z] 2022-05-09 02:04:46,492 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_device-mqtt-go_PR-379/.semver, universal_newlines=False, shell=None, istream=) [2022-05-09T02:04:46.706Z] 2022-05-09 02:04:46,498 [execute] INFO git cat-file --batch [2022-05-09T02:04:46.706Z] 2022-05-09 02:04:46,499 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_device-mqtt-go_PR-379/.semver, universal_newlines=False, shell=None, istream=) [2022-05-09T02:04:46.706Z] 2022-05-09 02:04:46,505 [read_version] DEBUG read version from /w/workspace/gexfoundry_device-mqtt-go_PR-379/.semver/PR-379 [2022-05-09T02:04:46.706Z] 0.0.0 [Pipeline] } [2022-05-09T02:04:46.727Z] $ docker exec --env ******** --env ******** ec3498ff995e201b4bdd82d59d5ddbd8094352350cd82c6701eef5cc014aa66f ssh-agent -k [2022-05-09T02:04:46.839Z] unset SSH_AUTH_SOCK; [2022-05-09T02:04:46.839Z] unset SSH_AGENT_PID; [2022-05-09T02:04:46.839Z] echo Agent pid 77 killed; [2022-05-09T02:04:46.855Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-05-09T02:04:47.267Z] + git semver [Pipeline] } [2022-05-09T02:04:47.547Z] $ docker stop --time=1 ec3498ff995e201b4bdd82d59d5ddbd8094352350cd82c6701eef5cc014aa66f [2022-05-09T02:04:48.911Z] $ docker rm -f ec3498ff995e201b4bdd82d59d5ddbd8094352350cd82c6701eef5cc014aa66f [Pipeline] // withDockerContainer [Pipeline] sh [2022-05-09T02:04:49.328Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2022-05-09T02:04:49.629Z] Stashed 1 file(s) [Pipeline] echo [2022-05-09T02:04:49.649Z] [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-05-09T02:04:50.380Z] provisioning config files... [2022-05-09T02:04:50.392Z] copy managed file [device-mqtt-go-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-379@tmp/config1335623738712185122tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-05-09T02:04:50.740Z] ---> docker-login.sh [2022-05-09T02:04:50.740Z] nexus3.edgexfoundry.org:10001 [2022-05-09T02:04:50.740Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-09T02:04:50.740Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-09T02:04:50.740Z] Configure a credential helper to remove this warning. See [2022-05-09T02:04:50.740Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-09T02:04:50.740Z] [2022-05-09T02:04:50.740Z] Login Succeeded [2022-05-09T02:04:50.740Z] nexus3.edgexfoundry.org:10002 [2022-05-09T02:04:50.740Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-09T02:04:50.740Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-09T02:04:50.740Z] Configure a credential helper to remove this warning. See [2022-05-09T02:04:50.740Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-09T02:04:50.740Z] [2022-05-09T02:04:50.740Z] Login Succeeded [2022-05-09T02:04:51.001Z] nexus3.edgexfoundry.org:10003 [2022-05-09T02:04:51.001Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-09T02:04:51.001Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-09T02:04:51.001Z] Configure a credential helper to remove this warning. See [2022-05-09T02:04:51.001Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-09T02:04:51.001Z] [2022-05-09T02:04:51.001Z] Login Succeeded [2022-05-09T02:04:51.001Z] nexus3.edgexfoundry.org:10004 [2022-05-09T02:04:51.001Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-09T02:04:51.001Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-09T02:04:51.001Z] Configure a credential helper to remove this warning. See [2022-05-09T02:04:51.001Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-09T02:04:51.001Z] [2022-05-09T02:04:51.001Z] Login Succeeded [2022-05-09T02:04:51.001Z] docker.io [2022-05-09T02:04:51.268Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-09T02:04:51.532Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-09T02:04:51.532Z] Configure a credential helper to remove this warning. See [2022-05-09T02:04:51.532Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-09T02:04:51.532Z] [2022-05-09T02:04:51.532Z] Login Succeeded [2022-05-09T02:04:51.532Z] ---> docker-login.sh ends [Pipeline] } [2022-05-09T02:04:51.565Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-05-09T02:04:51.752Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-05-09T02:04:51.785Z] ========================================================= [2022-05-09T02:04:51.785Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine] [2022-05-09T02:04:51.785Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh [2022-05-09T02:04:52.189Z] + 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-05-09T02:04:52.189Z] Sending build context to Docker daemon 5.868MB [2022-05-09T02:04:52.189Z] Step 1/12 : ARG BASE=golang:1.17-alpine3.15 [2022-05-09T02:04:52.189Z] Step 2/12 : FROM ${BASE} AS builder [2022-05-09T02:04:52.189Z] 1.17-alpine: Pulling from edgex-devops/edgex-golang-base [2022-05-09T02:04:52.189Z] 59bf1c3509f3: Pulling fs layer [2022-05-09T02:04:52.189Z] 666ba61612fd: Pulling fs layer [2022-05-09T02:04:52.189Z] 8ed8ca486205: Pulling fs layer [2022-05-09T02:04:52.189Z] 4fe6c5a15a65: Pulling fs layer [2022-05-09T02:04:52.189Z] 22a0e8bec74d: Pulling fs layer [2022-05-09T02:04:52.189Z] ca2b28591e48: Pulling fs layer [2022-05-09T02:04:52.189Z] a51346096db8: Pulling fs layer [2022-05-09T02:04:52.189Z] daebc70d1ce1: Pulling fs layer [2022-05-09T02:04:52.189Z] 0e18a0eac166: Pulling fs layer [2022-05-09T02:04:52.189Z] ca2b28591e48: Waiting [2022-05-09T02:04:52.189Z] a51346096db8: Waiting [2022-05-09T02:04:52.189Z] daebc70d1ce1: Waiting [2022-05-09T02:04:52.189Z] 0e18a0eac166: Waiting [2022-05-09T02:04:52.189Z] 4fe6c5a15a65: Waiting [2022-05-09T02:04:52.189Z] 8ed8ca486205: Verifying Checksum [2022-05-09T02:04:52.189Z] 8ed8ca486205: Download complete [2022-05-09T02:04:52.189Z] 666ba61612fd: Verifying Checksum [2022-05-09T02:04:52.189Z] 666ba61612fd: Download complete [2022-05-09T02:04:52.189Z] 22a0e8bec74d: Download complete [2022-05-09T02:04:52.451Z] ca2b28591e48: Verifying Checksum [2022-05-09T02:04:52.451Z] ca2b28591e48: Download complete [2022-05-09T02:04:52.451Z] 59bf1c3509f3: Verifying Checksum [2022-05-09T02:04:52.451Z] 59bf1c3509f3: Download complete [2022-05-09T02:04:52.451Z] a51346096db8: Download complete [2022-05-09T02:04:52.451Z] daebc70d1ce1: Verifying Checksum [2022-05-09T02:04:52.451Z] daebc70d1ce1: Download complete [2022-05-09T02:04:52.451Z] 59bf1c3509f3: Pull complete [2022-05-09T02:04:52.722Z] 666ba61612fd: Pull complete [2022-05-09T02:04:52.722Z] 8ed8ca486205: Pull complete [2022-05-09T02:04:52.986Z] 0e18a0eac166: Verifying Checksum [2022-05-09T02:04:52.986Z] 0e18a0eac166: Download complete [2022-05-09T02:04:52.986Z] 4fe6c5a15a65: Verifying Checksum [2022-05-09T02:04:52.986Z] 4fe6c5a15a65: Download complete [2022-05-09T02:04:57.184Z] 4fe6c5a15a65: Pull complete [2022-05-09T02:04:57.184Z] 22a0e8bec74d: Pull complete [2022-05-09T02:04:57.184Z] ca2b28591e48: Pull complete [2022-05-09T02:04:57.184Z] a51346096db8: Pull complete [2022-05-09T02:04:57.184Z] daebc70d1ce1: Pull complete [2022-05-09T02:04:59.099Z] 0e18a0eac166: Pull complete [2022-05-09T02:04:59.099Z] Digest: sha256:5cf2d0a306c5171eb5b3008c4b83cc7b6044f1808c238cb17927cddb93576120 [2022-05-09T02:04:59.099Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [2022-05-09T02:04:59.099Z] ---> f018257e8ee9 [2022-05-09T02:04:59.099Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" [2022-05-09T02:05:00.492Z] ---> Running in bb27bdb8cddd [2022-05-09T02:05:00.754Z] Removing intermediate container bb27bdb8cddd [2022-05-09T02:05:00.754Z] ---> 2a613c2bd9d5 [2022-05-09T02:05:00.754Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2022-05-09T02:05:00.754Z] ---> Running in 14f0a8d4af47 [2022-05-09T02:05:00.754Z] Removing intermediate container 14f0a8d4af47 [2022-05-09T02:05:00.754Z] ---> cc0993d74548 [2022-05-09T02:05:00.754Z] Step 5/12 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-09T02:05:00.754Z] ---> Running in b6edfd2bddf9 [2022-05-09T02:05:01.330Z] Removing intermediate container b6edfd2bddf9 [2022-05-09T02:05:01.330Z] ---> 29fe6d55ee6c [2022-05-09T02:05:01.330Z] Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-05-09T02:05:01.596Z] ---> Running in 2d728bf312c8 [2022-05-09T02:05:01.857Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-05-09T02:05:02.802Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-05-09T02:05:03.064Z] (1/4) Installing openssh-keygen (8.8_p1-r1) [2022-05-09T02:05:03.064Z] (2/4) Installing libedit (20210910.3.1-r0) [2022-05-09T02:05:03.064Z] (3/4) Installing openssh-client-common (8.8_p1-r1) [2022-05-09T02:05:03.326Z] (4/4) Installing openssh-client-default (8.8_p1-r1) [2022-05-09T02:05:03.326Z] Executing busybox-1.34.1-r3.trigger [2022-05-09T02:05:03.326Z] OK: 224 MiB in 56 packages [2022-05-09T02:05:03.900Z] Removing intermediate container 2d728bf312c8 [2022-05-09T02:05:03.900Z] ---> c12bd51e5a05 [2022-05-09T02:05:03.900Z] Step 7/12 : WORKDIR /device-mqtt-go [2022-05-09T02:05:03.900Z] ---> Running in 895105074fde [2022-05-09T02:05:04.184Z] Removing intermediate container 895105074fde [2022-05-09T02:05:04.184Z] ---> 45c354b1a9ae [2022-05-09T02:05:04.184Z] Step 8/12 : COPY go.mod vendor* ./ [2022-05-09T02:05:04.184Z] ---> e1f35d4df7d7 [2022-05-09T02:05:04.184Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-05-09T02:05:04.446Z] ---> Running in b42b234a2425 [2022-05-09T02:05:05.160Z] Still waiting to schedule task [2022-05-09T02:05:05.160Z] Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-41769’ [2022-05-09T02:05:26.406Z] Removing intermediate container b42b234a2425 [2022-05-09T02:05:26.406Z] ---> c8d0e937c5c8 [2022-05-09T02:05:26.406Z] Step 10/12 : COPY . . [2022-05-09T02:05:26.406Z] ---> ff04fdacda4a [2022-05-09T02:05:26.406Z] Step 11/12 : ARG MAKE='make build' [2022-05-09T02:05:26.406Z] ---> Running in a7464934798c [2022-05-09T02:05:26.406Z] Removing intermediate container a7464934798c [2022-05-09T02:05:26.406Z] ---> 77cd3fb226e7 [2022-05-09T02:05:26.406Z] Step 12/12 : RUN $MAKE [2022-05-09T02:05:26.406Z] ---> Running in 2cab58d5e774 [2022-05-09T02:05:26.406Z] noop [2022-05-09T02:05:26.406Z] Removing intermediate container 2cab58d5e774 [2022-05-09T02:05:26.406Z] ---> 0efaee0086db [2022-05-09T02:05:26.406Z] Successfully built 0efaee0086db [2022-05-09T02:05:26.406Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2022-05-09T02:05:26.743Z] + docker inspect -f . ci-base-image-x86_64 [2022-05-09T02:05:26.743Z] . [Pipeline] withDockerContainer [2022-05-09T02:05:26.837Z] prd-ubuntu20.04-docker-8c-8g-41771 does not seem to be running inside a container [2022-05-09T02:05:26.879Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_device-mqtt-go_PR-379 -v /w/workspace/gexfoundry_device-mqtt-go_PR-379:/w/workspace/gexfoundry_device-mqtt-go_PR-379:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-379@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-379@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 ******** ci-base-image-x86_64 cat [2022-05-09T02:05:27.306Z] $ docker top 84037adb9faffa9f0ba318e203a547ae8ea53bea15e3f04ef34a0f8282b55c79 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-05-09T02:05:27.710Z] + go version [2022-05-09T02:05:27.710Z] go version go1.17.6 linux/amd64 [Pipeline] } [2022-05-09T02:05:27.742Z] $ docker stop --time=1 84037adb9faffa9f0ba318e203a547ae8ea53bea15e3f04ef34a0f8282b55c79 [2022-05-09T02:05:29.036Z] $ docker rm -f 84037adb9faffa9f0ba318e203a547ae8ea53bea15e3f04ef34a0f8282b55c79 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-05-09T02:05:29.882Z] + docker inspect -f . ci-base-image-x86_64 [2022-05-09T02:05:29.882Z] . [Pipeline] withDockerContainer [2022-05-09T02:05:30.009Z] prd-ubuntu20.04-docker-8c-8g-41771 does not seem to be running inside a container [2022-05-09T02:05:30.070Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_device-mqtt-go_PR-379 -v /w/workspace/gexfoundry_device-mqtt-go_PR-379:/w/workspace/gexfoundry_device-mqtt-go_PR-379:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-379@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-379@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 ******** ci-base-image-x86_64 cat [2022-05-09T02:05:30.478Z] $ docker top 8a4d81fbc13b46e53a68647b98b1228d8735e0f27d888d08f088a0d9dccbd95f -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh [2022-05-09T02:05:30.928Z] + make test [2022-05-09T02:05:30.928Z] GCO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2022-05-09T02:05:31.187Z] ? github.com/edgexfoundry/device-mqtt-go [no test files] [2022-05-09T02:05:41.166Z] ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] [2022-05-09T02:05:41.166Z] ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.011s coverage: 21.8% of statements [2022-05-09T02:05:41.166Z] ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] [2022-05-09T02:05:46.444Z] GCO_ENABLED=1 GO111MODULE=on go vet ./... [2022-05-09T02:05:50.640Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-05-09T02:05:50.640Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-05-09T02:05:50.640Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-05-09T02:05:50.679Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-05-09T02:05:50.718Z] $ docker stop --time=1 8a4d81fbc13b46e53a68647b98b1228d8735e0f27d888d08f088a0d9dccbd95f [2022-05-09T02:05:52.673Z] $ docker rm -f 8a4d81fbc13b46e53a68647b98b1228d8735e0f27d888d08f088a0d9dccbd95f [Pipeline] // withDockerContainer [Pipeline] sh [2022-05-09T02:05:53.152Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-05-09T02:05:53.208Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2022-05-09T02:05:54.165Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-05-09T02:05:54.474Z] + ls -al . [2022-05-09T02:05:54.474Z] total 176 [2022-05-09T02:05:54.474Z] drwxrwxr-x 10 jenkins jenkins 4096 May 9 02:05 . [2022-05-09T02:05:54.474Z] drwxrwxr-x 4 jenkins jenkins 4096 May 9 02:04 .. [2022-05-09T02:05:54.474Z] -rw-rw-r-- 1 jenkins jenkins 140 May 9 02:04 .dockerignore [2022-05-09T02:05:54.474Z] drwxrwxr-x 8 jenkins jenkins 4096 May 9 02:04 .git [2022-05-09T02:05:54.474Z] drwxrwxr-x 3 jenkins jenkins 4096 May 9 02:04 .github [2022-05-09T02:05:54.474Z] -rw-rw-r-- 1 jenkins jenkins 329 May 9 02:04 .gitignore [2022-05-09T02:05:54.474Z] -rw-rw-r-- 1 jenkins jenkins 41 May 9 02:04 .golangci.yml [2022-05-09T02:05:54.474Z] drwxr-xr-x 3 jenkins jenkins 4096 May 9 02:04 .semver [2022-05-09T02:05:54.474Z] -rw-rw-r-- 1 jenkins jenkins 8656 May 9 02:04 Attribution.txt [2022-05-09T02:05:54.474Z] -rw-rw-r-- 1 jenkins jenkins 7447 May 9 02:04 CHANGELOG.md [2022-05-09T02:05:54.474Z] -rw-rw-r-- 1 jenkins jenkins 1930 May 9 02:04 Dockerfile [2022-05-09T02:05:54.474Z] -rw-rw-r-- 1 jenkins jenkins 677 May 9 02:04 GOVERNANCE.md [2022-05-09T02:05:54.474Z] -rw-rw-r-- 1 jenkins jenkins 678 May 9 02:04 Jenkinsfile [2022-05-09T02:05:54.474Z] -rw-rw-r-- 1 jenkins jenkins 11340 May 9 02:04 LICENSE [2022-05-09T02:05:54.474Z] -rw-rw-r-- 1 jenkins jenkins 1930 May 9 02:04 Makefile [2022-05-09T02:05:54.474Z] -rw-rw-r-- 1 jenkins jenkins 620 May 9 02:04 OWNERS.md [2022-05-09T02:05:54.474Z] -rw-rw-r-- 1 jenkins jenkins 2501 May 9 02:04 README.md [2022-05-09T02:05:54.474Z] -rw-rw-r-- 1 jenkins jenkins 5 May 9 02:04 VERSION [2022-05-09T02:05:54.474Z] drwxrwxr-x 2 jenkins jenkins 4096 May 9 02:04 bin [2022-05-09T02:05:54.474Z] drwxrwxr-x 3 jenkins jenkins 4096 May 9 02:04 cmd [2022-05-09T02:05:54.474Z] -rw-r--r-- 1 jenkins jenkins 17887 May 9 02:05 coverage.out [2022-05-09T02:05:54.474Z] -rw-rw-r-- 1 jenkins jenkins 3309 May 9 02:04 go.mod [2022-05-09T02:05:54.474Z] -rw-rw-r-- 1 jenkins jenkins 35490 May 9 02:04 go.sum [2022-05-09T02:05:54.474Z] drwxrwxr-x 3 jenkins jenkins 4096 May 9 02:04 internal [2022-05-09T02:05:54.474Z] drwxrwxr-x 2 jenkins jenkins 4096 May 9 02:04 mock [2022-05-09T02:05:54.474Z] drwxrwxr-x 4 jenkins jenkins 4096 May 9 02:04 snap [2022-05-09T02:05:54.474Z] -rw-rw-r-- 1 jenkins jenkins 227 May 9 02:04 version.go [Pipeline] isUnix [Pipeline] sh [2022-05-09T02:05:54.805Z] + 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=28c171c6c2ea375df63c0d76f33adcf132a0ca39 --label arch=amd64 --label version=0.0.0 . [2022-05-09T02:05:54.805Z] Sending build context to Docker daemon 5.886MB [2022-05-09T02:05:54.805Z] Step 1/24 : ARG BASE=golang:1.17-alpine3.15 [2022-05-09T02:05:54.805Z] Step 2/24 : FROM ${BASE} AS builder [2022-05-09T02:05:54.805Z] ---> 0efaee0086db [2022-05-09T02:05:54.805Z] Step 3/24 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" [2022-05-09T02:05:54.805Z] ---> Running in df3d34b1d06b [2022-05-09T02:05:55.064Z] Removing intermediate container df3d34b1d06b [2022-05-09T02:05:55.064Z] ---> 6e64f7b39bcf [2022-05-09T02:05:55.064Z] Step 4/24 : ARG ALPINE_PKG_EXTRA="" [2022-05-09T02:05:55.064Z] ---> Running in a605a29e0095 [2022-05-09T02:05:55.064Z] Removing intermediate container a605a29e0095 [2022-05-09T02:05:55.064Z] ---> 9eb88fe77647 [2022-05-09T02:05:55.064Z] Step 5/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-09T02:05:55.064Z] ---> Running in e8e9fe6999cc [2022-05-09T02:05:56.004Z] Removing intermediate container e8e9fe6999cc [2022-05-09T02:05:56.004Z] ---> b825c1eabe1f [2022-05-09T02:05:56.004Z] Step 6/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-05-09T02:05:56.004Z] ---> Running in 468527381a30 [2022-05-09T02:05:56.004Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-05-09T02:05:56.949Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-05-09T02:05:57.209Z] OK: 224 MiB in 56 packages [2022-05-09T02:05:57.470Z] Removing intermediate container 468527381a30 [2022-05-09T02:05:57.470Z] ---> 3864db16ddd3 [2022-05-09T02:05:57.470Z] Step 7/24 : WORKDIR /device-mqtt-go [2022-05-09T02:05:57.470Z] ---> Running in 16a0be7eb255 [2022-05-09T02:05:57.729Z] Removing intermediate container 16a0be7eb255 [2022-05-09T02:05:57.729Z] ---> 410fc11eeb5e [2022-05-09T02:05:57.729Z] Step 8/24 : COPY go.mod vendor* ./ [2022-05-09T02:05:57.729Z] ---> 5d9d58bd1760 [2022-05-09T02:05:57.729Z] Step 9/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-05-09T02:05:57.729Z] ---> Running in d212d655777c [2022-05-09T02:05:58.298Z] Removing intermediate container d212d655777c [2022-05-09T02:05:58.298Z] ---> 06368e1dd67e [2022-05-09T02:05:58.298Z] Step 10/24 : COPY . . [2022-05-09T02:05:58.870Z] ---> 5cf08c0fdb47 [2022-05-09T02:05:58.870Z] Step 11/24 : ARG MAKE='make build' [2022-05-09T02:05:58.870Z] ---> Running in 0cbd89cd88a4 [2022-05-09T02:05:58.870Z] Removing intermediate container 0cbd89cd88a4 [2022-05-09T02:05:58.870Z] ---> 3fb25888ca0e [2022-05-09T02:05:58.870Z] Step 12/24 : RUN $MAKE [2022-05-09T02:05:58.870Z] ---> Running in 1e4f3395ef60 [2022-05-09T02:05:59.130Z] 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-05-09T02:06:21.072Z] Removing intermediate container 1e4f3395ef60 [2022-05-09T02:06:21.072Z] ---> e86575719669 [2022-05-09T02:06:21.072Z] Step 13/24 : FROM alpine:3.14 [2022-05-09T02:06:21.072Z] 3.14: Pulling from library/alpine [2022-05-09T02:06:21.072Z] 8663204ce13b: Pulling fs layer [2022-05-09T02:06:21.072Z] 8663204ce13b: Verifying Checksum [2022-05-09T02:06:21.072Z] 8663204ce13b: Download complete [2022-05-09T02:06:21.072Z] 8663204ce13b: Pull complete [2022-05-09T02:06:21.072Z] Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 [2022-05-09T02:06:21.072Z] Status: Downloaded newer image for alpine:3.14 [2022-05-09T02:06:21.072Z] ---> e04c818066af [2022-05-09T02:06:21.072Z] Step 14/24 : LABEL license='VSPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IoTech Ltd' [2022-05-09T02:06:21.072Z] ---> Running in cbd7d12fed8e [2022-05-09T02:06:21.072Z] Removing intermediate container cbd7d12fed8e [2022-05-09T02:06:21.072Z] ---> f44ff138f77d [2022-05-09T02:06:21.072Z] Step 15/24 : RUN apk add --update --no-cache zeromq dumb-init [2022-05-09T02:06:21.072Z] ---> Running in 8bfef21a36c2 [2022-05-09T02:06:21.072Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-05-09T02:06:21.072Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-05-09T02:06:21.072Z] (1/6) Installing dumb-init (1.2.5-r1) [2022-05-09T02:06:21.072Z] (2/6) Installing libgcc (10.3.1_git20210424-r2) [2022-05-09T02:06:21.072Z] (3/6) Installing libsodium (1.0.18-r0) [2022-05-09T02:06:21.072Z] (4/6) Installing libstdc++ (10.3.1_git20210424-r2) [2022-05-09T02:06:21.072Z] (5/6) Installing libzmq (4.3.4-r0) [2022-05-09T02:06:21.072Z] (6/6) Installing zeromq (4.3.4-r0) [2022-05-09T02:06:21.072Z] Executing busybox-1.33.1-r7.trigger [2022-05-09T02:06:21.072Z] OK: 8 MiB in 20 packages [2022-05-09T02:06:21.072Z] Removing intermediate container 8bfef21a36c2 [2022-05-09T02:06:21.072Z] ---> e29fe8cb754a [2022-05-09T02:06:21.072Z] Step 16/24 : COPY --from=builder /device-mqtt-go/cmd / [2022-05-09T02:06:21.072Z] ---> daf2ddf9070a [2022-05-09T02:06:21.072Z] Step 17/24 : COPY --from=builder /device-mqtt-go/LICENSE / [2022-05-09T02:06:21.072Z] ---> 88d0b9470359 [2022-05-09T02:06:21.072Z] Step 18/24 : COPY --from=builder /device-mqtt-go/Attribution.txt / [2022-05-09T02:06:21.072Z] ---> c8638afb2695 [2022-05-09T02:06:21.072Z] Step 19/24 : EXPOSE 59982 [2022-05-09T02:06:21.072Z] ---> Running in 6c0a766f2191 [2022-05-09T02:06:21.072Z] Removing intermediate container 6c0a766f2191 [2022-05-09T02:06:21.072Z] ---> 4a630807d2b3 [2022-05-09T02:06:21.072Z] Step 20/24 : ENTRYPOINT ["/device-mqtt"] [2022-05-09T02:06:21.072Z] ---> Running in 4d7b4032ccec [2022-05-09T02:06:21.072Z] Removing intermediate container 4d7b4032ccec [2022-05-09T02:06:21.072Z] ---> b4261086d0b0 [2022-05-09T02:06:21.072Z] Step 21/24 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-05-09T02:06:21.072Z] ---> Running in f5083a572761 [2022-05-09T02:06:21.072Z] Removing intermediate container f5083a572761 [2022-05-09T02:06:21.072Z] ---> b9849e36fe69 [2022-05-09T02:06:21.072Z] Step 22/24 : LABEL arch=amd64 [2022-05-09T02:06:21.072Z] ---> Running in ea35e08a2d85 [2022-05-09T02:06:21.072Z] Removing intermediate container ea35e08a2d85 [2022-05-09T02:06:21.072Z] ---> d640b7d41c4b [2022-05-09T02:06:21.072Z] Step 23/24 : LABEL git_sha=28c171c6c2ea375df63c0d76f33adcf132a0ca39 [2022-05-09T02:06:21.334Z] ---> Running in af95a2bef1db [2022-05-09T02:06:21.334Z] Removing intermediate container af95a2bef1db [2022-05-09T02:06:21.334Z] ---> 789975c71374 [2022-05-09T02:06:21.334Z] Step 24/24 : LABEL version=0.0.0 [2022-05-09T02:06:21.334Z] ---> Running in 8934c6ad7e4e [2022-05-09T02:06:21.595Z] Removing intermediate container 8934c6ad7e4e [2022-05-09T02:06:21.595Z] ---> f0880cdfb373 [2022-05-09T02:06:21.595Z] [Warning] One or more build-args [ARCH] were not consumed [2022-05-09T02:06:21.595Z] Successfully built f0880cdfb373 [2022-05-09T02:06:21.595Z] Successfully tagged device-mqtt:latest [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] sh [2022-05-09T02:06:22.321Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-05-09T02:06:22.321Z] [2022-05-09T02:06:22.321Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh [2022-05-09T02:06:22.660Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-05-09T02:06:22.660Z] latest: Pulling from edgex-lftools-log-publisher [2022-05-09T02:06:22.660Z] 5eb5b503b376: Pulling fs layer [2022-05-09T02:06:22.660Z] 5c69ac0246d0: Pulling fs layer [2022-05-09T02:06:22.660Z] ec43610c2a17: Pulling fs layer [2022-05-09T02:06:22.660Z] 3a2ae6a8a46f: Pulling fs layer [2022-05-09T02:06:22.660Z] 33b1e0a273af: Pulling fs layer [2022-05-09T02:06:22.660Z] 5d3b04190fa2: Pulling fs layer [2022-05-09T02:06:22.660Z] 2f39f015ded8: Pulling fs layer [2022-05-09T02:06:22.660Z] 3a2ae6a8a46f: Waiting [2022-05-09T02:06:22.660Z] 33b1e0a273af: Waiting [2022-05-09T02:06:22.660Z] 5d3b04190fa2: Waiting [2022-05-09T02:06:22.660Z] 2f39f015ded8: Waiting [2022-05-09T02:06:22.660Z] 5c69ac0246d0: Verifying Checksum [2022-05-09T02:06:22.660Z] 5c69ac0246d0: Download complete [2022-05-09T02:06:22.660Z] 3a2ae6a8a46f: Verifying Checksum [2022-05-09T02:06:22.660Z] 3a2ae6a8a46f: Download complete [2022-05-09T02:06:22.660Z] 33b1e0a273af: Verifying Checksum [2022-05-09T02:06:22.660Z] 33b1e0a273af: Download complete [2022-05-09T02:06:22.660Z] 5d3b04190fa2: Download complete [2022-05-09T02:06:22.660Z] ec43610c2a17: Verifying Checksum [2022-05-09T02:06:22.660Z] ec43610c2a17: Download complete [2022-05-09T02:06:22.920Z] 5eb5b503b376: Verifying Checksum [2022-05-09T02:06:22.920Z] 5eb5b503b376: Download complete [2022-05-09T02:06:23.488Z] 2f39f015ded8: Download complete [2022-05-09T02:06:24.057Z] 5eb5b503b376: Pull complete [2022-05-09T02:06:24.316Z] 5c69ac0246d0: Pull complete [2022-05-09T02:06:24.575Z] ec43610c2a17: Pull complete [2022-05-09T02:06:24.575Z] 3a2ae6a8a46f: Pull complete [2022-05-09T02:06:24.836Z] 33b1e0a273af: Pull complete [2022-05-09T02:06:25.095Z] 5d3b04190fa2: Pull complete [2022-05-09T02:06:29.292Z] 2f39f015ded8: Pull complete [2022-05-09T02:06:29.292Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2022-05-09T02:06:29.292Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-05-09T02:06:29.292Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer [2022-05-09T02:06:29.381Z] prd-ubuntu20.04-docker-8c-8g-41771 does not seem to be running inside a container [2022-05-09T02:06:29.423Z] $ 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-379 -v /w/workspace/gexfoundry_device-mqtt-go_PR-379:/w/workspace/gexfoundry_device-mqtt-go_PR-379:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-379@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-379@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2022-05-09T02:06:31.010Z] $ docker top 52a959fd13765219759554e2da9c81f6b0422f460c78deaea719ac2a7f8ac52d -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-05-09T02:06:31.498Z] ---> job-cost.sh [2022-05-09T02:06:31.498Z] lf-activate-venv: SKIPPING [2022-05-09T02:06:31.498Z] INFO: No Stack... [2022-05-09T02:06:31.759Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-05-09T02:06:32.331Z] INFO: Archiving Costs [Pipeline] sh [2022-05-09T02:06:32.649Z] + cat /w/workspace/gexfoundry_device-mqtt-go_PR-379/archives/cost.csv [2022-05-09T02:06:32.649Z] + cut -d, -f6 [Pipeline] lock [2022-05-09T02:06:32.688Z] Trying to acquire lock on [jenkins-edgexfoundry-device-mqtt-go-PR-379-1-stack-cost] [2022-05-09T02:06:32.693Z] Resource [jenkins-edgexfoundry-device-mqtt-go-PR-379-1-stack-cost] did not exist. Created. [2022-05-09T02:06:32.693Z] Lock acquired on [jenkins-edgexfoundry-device-mqtt-go-PR-379-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-05-09T02:06:33.196Z] + echo total: 0.2199999988079071 [Pipeline] stash [2022-05-09T02:06:33.247Z] Stashed 1 file(s) [Pipeline] } [2022-05-09T02:06:33.275Z] Lock released on resource [jenkins-edgexfoundry-device-mqtt-go-PR-379-1-stack-cost] [Pipeline] // lock [Pipeline] } [2022-05-09T02:06:33.361Z] $ docker stop --time=1 52a959fd13765219759554e2da9c81f6b0422f460c78deaea719ac2a7f8ac52d [2022-05-09T02:06:34.545Z] $ docker rm -f 52a959fd13765219759554e2da9c81f6b0422f460c78deaea719ac2a7f8ac52d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-05-09T02:08:49.541Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-41772 in /w/workspace/gexfoundry_device-mqtt-go_PR-379 [Pipeline] { [Pipeline] ws [2022-05-09T02:08:49.582Z] Running in /w/workspace/device-mqtt-go/1 [Pipeline] { [Pipeline] checkout [2022-05-09T02:08:49.905Z] Selected Git installation does not exist. Using Default [2022-05-09T02:08:49.905Z] The recommended git tool is: NONE [2022-05-09T02:08:56.417Z] using credential edgex-jenkins-ssh [2022-05-09T02:08:56.436Z] Cloning the remote Git repository [2022-05-09T02:08:56.498Z] Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git [2022-05-09T02:08:56.577Z] > git init /w/workspace/device-mqtt-go/1 # timeout=10 [2022-05-09T02:08:56.650Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2022-05-09T02:08:56.652Z] > git --version # timeout=10 [2022-05-09T02:08:56.674Z] > git --version # 'git version 2.25.1' [2022-05-09T02:08:56.677Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-05-09T02:08:56.735Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-05-09T02:08:58.481Z] Merging remotes/origin/main commit 8a3b8b69e8592b451639ad65dda00efb90da788d into PR head commit 28c171c6c2ea375df63c0d76f33adcf132a0ca39 [2022-05-09T02:08:58.670Z] Merge succeeded, producing 28c171c6c2ea375df63c0d76f33adcf132a0ca39 [2022-05-09T02:08:58.671Z] Checking out Revision 28c171c6c2ea375df63c0d76f33adcf132a0ca39 (PR-379) [2022-05-09T02:08:57.755Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2022-05-09T02:08:57.782Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-05-09T02:08:57.813Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2022-05-09T02:08:57.904Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2022-05-09T02:08:57.906Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-05-09T02:08:57.935Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/379/head:refs/remotes/origin/PR-379 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2022-05-09T02:08:58.501Z] > git config core.sparsecheckout # timeout=10 [2022-05-09T02:08:58.513Z] > git checkout -f 28c171c6c2ea375df63c0d76f33adcf132a0ca39 # timeout=10 [2022-05-09T02:08:58.592Z] > git remote # timeout=10 [2022-05-09T02:08:58.608Z] > git config --get remote.origin.url # timeout=10 [2022-05-09T02:08:58.624Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-05-09T02:08:58.636Z] > git merge 8a3b8b69e8592b451639ad65dda00efb90da788d # timeout=10 [2022-05-09T02:08:58.658Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-05-09T02:08:58.679Z] > git config core.sparsecheckout # timeout=10 [2022-05-09T02:08:58.693Z] > git checkout -f 28c171c6c2ea375df63c0d76f33adcf132a0ca39 # timeout=10 [2022-05-09T02:09:02.819Z] Commit message: "build(deps): bump github.com/edgexfoundry/device-sdk-go/v2" [2022-05-09T02:09:02.886Z] > git --version # timeout=10 [2022-05-09T02:09:02.897Z] > git --version # 'git version 2.25.1' [2022-05-09T02:09:02.914Z] fatal: bad object 61d3a14f5ee21304eadc9c25f102bcac80e1a589 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-05-09T02:09:04.114Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2022-05-09T02:09:04.114Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-05-09T02:09:04.114Z] Dload Upload Total Spent Left Speed [2022-05-09T02:09:04.114Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11843 100 11843 0 0 85818 0 --:--:-- --:--:-- --:--:-- 85818 [Pipeline] sh [2022-05-09T02:09:04.646Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2022-05-09T02:09:04.996Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2022-05-09T02:09:04.996Z] + sudo tee /etc/docker/daemon.new [2022-05-09T02:09:04.996Z] { [2022-05-09T02:09:04.996Z] "registry-mirrors": [ [2022-05-09T02:09:04.996Z] "https://nexus3.edgexfoundry.org:10001" [2022-05-09T02:09:04.996Z] ], [2022-05-09T02:09:04.996Z] "bip": "10.250.0.254/24", [2022-05-09T02:09:04.996Z] "hosts": [ [2022-05-09T02:09:04.996Z] "tcp://0.0.0.0:5555", [2022-05-09T02:09:04.996Z] "unix:///var/run/docker.sock" [2022-05-09T02:09:04.996Z] ], [2022-05-09T02:09:04.996Z] "mtu": 1458, [2022-05-09T02:09:04.996Z] "selinux-enabled": true, [2022-05-09T02:09:04.996Z] "seccomp-profile": "/etc/docker/seccomp.json" [2022-05-09T02:09:04.996Z] } [Pipeline] sh [2022-05-09T02:09:05.357Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2022-05-09T02:09:05.720Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-05-09T02:09:24.119Z] provisioning config files... [2022-05-09T02:09:24.192Z] copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/1@tmp/config6380915508076932682tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-05-09T02:09:24.785Z] ---> docker-login.sh [2022-05-09T02:09:24.785Z] nexus3.edgexfoundry.org:10001 [2022-05-09T02:09:25.383Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-09T02:09:25.656Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-09T02:09:25.656Z] Configure a credential helper to remove this warning. See [2022-05-09T02:09:25.656Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-09T02:09:25.656Z] [2022-05-09T02:09:25.656Z] Login Succeeded [2022-05-09T02:09:25.656Z] nexus3.edgexfoundry.org:10002 [2022-05-09T02:09:25.929Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-09T02:09:26.202Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-09T02:09:26.202Z] Configure a credential helper to remove this warning. See [2022-05-09T02:09:26.202Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-09T02:09:26.202Z] [2022-05-09T02:09:26.202Z] Login Succeeded [2022-05-09T02:09:26.202Z] nexus3.edgexfoundry.org:10003 [2022-05-09T02:09:26.477Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-09T02:09:26.477Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-09T02:09:26.477Z] Configure a credential helper to remove this warning. See [2022-05-09T02:09:26.477Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-09T02:09:26.477Z] [2022-05-09T02:09:26.477Z] Login Succeeded [2022-05-09T02:09:26.477Z] nexus3.edgexfoundry.org:10004 [2022-05-09T02:09:27.074Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-09T02:09:27.074Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-09T02:09:27.074Z] Configure a credential helper to remove this warning. See [2022-05-09T02:09:27.074Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-09T02:09:27.074Z] [2022-05-09T02:09:27.074Z] Login Succeeded [2022-05-09T02:09:27.074Z] docker.io [2022-05-09T02:09:27.345Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-09T02:09:27.937Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-09T02:09:27.937Z] Configure a credential helper to remove this warning. See [2022-05-09T02:09:27.937Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-09T02:09:27.937Z] [2022-05-09T02:09:27.937Z] Login Succeeded [2022-05-09T02:09:27.937Z] ---> docker-login.sh ends [Pipeline] } [2022-05-09T02:09:27.971Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-05-09T02:09:28.361Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-05-09T02:09:28.397Z] ========================================================= [2022-05-09T02:09:28.397Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine] [2022-05-09T02:09:28.397Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh [2022-05-09T02:09:28.846Z] + 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-05-09T02:09:29.120Z] Sending build context to Docker daemon 3.042MB [2022-05-09T02:09:29.120Z] Step 1/12 : ARG BASE=golang:1.17-alpine3.15 [2022-05-09T02:09:29.120Z] Step 2/12 : FROM ${BASE} AS builder [2022-05-09T02:09:29.400Z] 1.17-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2022-05-09T02:09:29.400Z] 9b3977197b4f: Pulling fs layer [2022-05-09T02:09:29.400Z] 1a89e8eeedd5: Pulling fs layer [2022-05-09T02:09:29.400Z] 94645a83ff95: Pulling fs layer [2022-05-09T02:09:29.400Z] 3f3a8bcf1eab: Pulling fs layer [2022-05-09T02:09:29.400Z] 0c92f367c5e7: Pulling fs layer [2022-05-09T02:09:29.400Z] 3096ccb668a1: Pulling fs layer [2022-05-09T02:09:29.400Z] e8cf19c19ddd: Pulling fs layer [2022-05-09T02:09:29.400Z] a4caa8a26152: Pulling fs layer [2022-05-09T02:09:29.400Z] 0c92f367c5e7: Waiting [2022-05-09T02:09:29.400Z] 3096ccb668a1: Waiting [2022-05-09T02:09:29.400Z] e8cf19c19ddd: Waiting [2022-05-09T02:09:29.400Z] a4caa8a26152: Waiting [2022-05-09T02:09:29.400Z] 3f3a8bcf1eab: Waiting [2022-05-09T02:09:29.400Z] 94645a83ff95: Download complete [2022-05-09T02:09:29.400Z] 1a89e8eeedd5: Verifying Checksum [2022-05-09T02:09:29.400Z] 1a89e8eeedd5: Download complete [2022-05-09T02:09:29.400Z] 0c92f367c5e7: Verifying Checksum [2022-05-09T02:09:29.400Z] 0c92f367c5e7: Download complete [2022-05-09T02:09:29.400Z] 3096ccb668a1: Verifying Checksum [2022-05-09T02:09:29.400Z] 3096ccb668a1: Download complete [2022-05-09T02:09:29.400Z] 9b3977197b4f: Verifying Checksum [2022-05-09T02:09:29.400Z] 9b3977197b4f: Download complete [2022-05-09T02:09:29.997Z] 9b3977197b4f: Pull complete [2022-05-09T02:09:30.597Z] 1a89e8eeedd5: Pull complete [2022-05-09T02:09:30.871Z] 94645a83ff95: Pull complete [2022-05-09T02:09:31.153Z] a4caa8a26152: Verifying Checksum [2022-05-09T02:09:31.153Z] a4caa8a26152: Download complete [2022-05-09T02:09:31.744Z] 3f3a8bcf1eab: Verifying Checksum [2022-05-09T02:09:31.744Z] 3f3a8bcf1eab: Download complete [2022-05-09T02:09:44.141Z] 3f3a8bcf1eab: Pull complete [2022-05-09T02:09:44.141Z] 0c92f367c5e7: Pull complete [2022-05-09T02:09:44.141Z] 3096ccb668a1: Pull complete [2022-05-09T02:09:44.141Z] e8cf19c19ddd: Pull complete [2022-05-09T02:09:49.558Z] a4caa8a26152: Pull complete [2022-05-09T02:09:49.558Z] Digest: sha256:b3ad895ecde34a7521bb8912598475bc58d052e1c2c58d00df7f0fe54a102a46 [2022-05-09T02:09:49.558Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [2022-05-09T02:09:49.558Z] ---> 725f1c02e7f9 [2022-05-09T02:09:49.558Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" [2022-05-09T02:09:51.548Z] ---> Running in e8aaa7681b99 [2022-05-09T02:09:51.548Z] Removing intermediate container e8aaa7681b99 [2022-05-09T02:09:51.548Z] ---> 60545411cafa [2022-05-09T02:09:51.548Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2022-05-09T02:09:51.548Z] ---> Running in 0e2775152a65 [2022-05-09T02:09:51.820Z] Removing intermediate container 0e2775152a65 [2022-05-09T02:09:51.820Z] ---> f71bd9199c42 [2022-05-09T02:09:51.820Z] Step 5/12 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-09T02:09:51.820Z] ---> Running in 359f62cb0868 [2022-05-09T02:09:53.805Z] Removing intermediate container 359f62cb0868 [2022-05-09T02:09:53.805Z] ---> bf1ed1022c2a [2022-05-09T02:09:53.805Z] Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-05-09T02:09:53.805Z] ---> Running in 1fa2b19ff75a [2022-05-09T02:09:54.783Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-05-09T02:09:55.760Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-05-09T02:09:56.747Z] (1/4) Installing openssh-keygen (8.8_p1-r1) [2022-05-09T02:09:56.747Z] (2/4) Installing libedit (20210910.3.1-r0) [2022-05-09T02:09:56.747Z] (3/4) Installing openssh-client-common (8.8_p1-r1) [2022-05-09T02:09:57.022Z] (4/4) Installing openssh-client-default (8.8_p1-r1) [2022-05-09T02:09:57.022Z] Executing busybox-1.34.1-r3.trigger [2022-05-09T02:09:57.022Z] OK: 224 MiB in 56 packages [2022-05-09T02:09:58.015Z] Removing intermediate container 1fa2b19ff75a [2022-05-09T02:09:58.015Z] ---> 8b66d67c187e [2022-05-09T02:09:58.015Z] Step 7/12 : WORKDIR /device-mqtt-go [2022-05-09T02:09:58.015Z] ---> Running in cece92fedeee [2022-05-09T02:09:58.288Z] Removing intermediate container cece92fedeee [2022-05-09T02:09:58.288Z] ---> 22b3d3f999bf [2022-05-09T02:09:58.288Z] Step 8/12 : COPY go.mod vendor* ./ [2022-05-09T02:09:58.888Z] ---> 39a9359eb184 [2022-05-09T02:09:58.888Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-05-09T02:09:58.888Z] ---> Running in 95954b913614 [2022-05-09T02:10:45.869Z] Removing intermediate container 95954b913614 [2022-05-09T02:10:45.869Z] ---> c1320324ab72 [2022-05-09T02:10:45.869Z] Step 10/12 : COPY . . [2022-05-09T02:10:45.869Z] ---> 23370cb7ffd8 [2022-05-09T02:10:45.869Z] Step 11/12 : ARG MAKE='make build' [2022-05-09T02:10:45.869Z] ---> Running in 34aeacdd4898 [2022-05-09T02:10:45.869Z] Removing intermediate container 34aeacdd4898 [2022-05-09T02:10:45.869Z] ---> 9801146bf736 [2022-05-09T02:10:45.869Z] Step 12/12 : RUN $MAKE [2022-05-09T02:10:45.869Z] ---> Running in 30be994ebc16 [2022-05-09T02:10:45.869Z] noop [2022-05-09T02:10:45.869Z] Removing intermediate container 30be994ebc16 [2022-05-09T02:10:45.869Z] ---> 615a8a81d0dd [2022-05-09T02:10:45.869Z] Successfully built 615a8a81d0dd [2022-05-09T02:10:45.869Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2022-05-09T02:10:46.236Z] + docker inspect -f . ci-base-image-arm64 [2022-05-09T02:10:46.236Z] . [Pipeline] withDockerContainer [2022-05-09T02:10:46.471Z] prd-ubuntu20.04-docker-arm64-4c-16g-41772 does not seem to be running inside a container [2022-05-09T02:10:46.558Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/1 -v /w/workspace/device-mqtt-go/1:/w/workspace/device-mqtt-go/1:rw,z -v /w/workspace/device-mqtt-go/1@tmp:/w/workspace/device-mqtt-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2022-05-09T02:10:47.770Z] $ docker top f76aff20fa60d7c1a72013e8133bb2b0572868a5cea284739f3852cd795ec747 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-05-09T02:10:48.711Z] + go version [2022-05-09T02:10:48.711Z] go version go1.17.6 linux/arm64 [Pipeline] } [2022-05-09T02:10:48.745Z] $ docker stop --time=1 f76aff20fa60d7c1a72013e8133bb2b0572868a5cea284739f3852cd795ec747 [2022-05-09T02:10:50.419Z] $ docker rm -f f76aff20fa60d7c1a72013e8133bb2b0572868a5cea284739f3852cd795ec747 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-05-09T02:10:51.277Z] + docker inspect -f . ci-base-image-arm64 [2022-05-09T02:10:51.277Z] . [Pipeline] withDockerContainer [2022-05-09T02:10:51.525Z] prd-ubuntu20.04-docker-arm64-4c-16g-41772 does not seem to be running inside a container [2022-05-09T02:10:51.616Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/1 -v /w/workspace/device-mqtt-go/1:/w/workspace/device-mqtt-go/1:rw,z -v /w/workspace/device-mqtt-go/1@tmp:/w/workspace/device-mqtt-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2022-05-09T02:10:52.879Z] $ docker top 5363530c1315f08eec0f4b659162eb7aa8d6ab4c4b97e09805dca1e53ab08e07 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh [2022-05-09T02:10:53.902Z] + make test [2022-05-09T02:10:53.902Z] GCO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2022-05-09T02:10:55.346Z] ? github.com/edgexfoundry/device-mqtt-go [no test files] [2022-05-09T02:12:17.243Z] ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] [2022-05-09T02:12:17.243Z] ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.073s coverage: 21.8% of statements [2022-05-09T02:12:17.243Z] ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] [2022-05-09T02:12:17.243Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2022-05-09T02:12:17.243Z] GCO_ENABLED=1 GO111MODULE=on go vet ./... [2022-05-09T02:12:44.066Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-05-09T02:12:44.066Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-05-09T02:12:44.066Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-05-09T02:12:45.546Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-05-09T02:12:45.577Z] $ docker stop --time=1 5363530c1315f08eec0f4b659162eb7aa8d6ab4c4b97e09805dca1e53ab08e07 [2022-05-09T02:12:47.377Z] $ docker rm -f 5363530c1315f08eec0f4b659162eb7aa8d6ab4c4b97e09805dca1e53ab08e07 [Pipeline] // withDockerContainer [Pipeline] sh [2022-05-09T02:12:48.368Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-05-09T02:12:48.401Z] Warning: overwriting stash ‘coverage-report’ [2022-05-09T02:12:48.858Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-05-09T02:12:49.450Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-05-09T02:12:49.815Z] + ls -al . [2022-05-09T02:12:49.815Z] total 172 [2022-05-09T02:12:49.815Z] drwxrwxr-x 9 jenkins jenkins 4096 May 9 02:12 . [2022-05-09T02:12:49.815Z] drwxrwxr-x 4 jenkins jenkins 4096 May 9 02:08 .. [2022-05-09T02:12:49.815Z] -rw-rw-r-- 1 jenkins jenkins 140 May 9 02:08 .dockerignore [2022-05-09T02:12:49.815Z] drwxrwxr-x 8 jenkins jenkins 4096 May 9 02:09 .git [2022-05-09T02:12:49.815Z] drwxrwxr-x 3 jenkins jenkins 4096 May 9 02:08 .github [2022-05-09T02:12:49.815Z] -rw-rw-r-- 1 jenkins jenkins 329 May 9 02:08 .gitignore [2022-05-09T02:12:49.815Z] -rw-rw-r-- 1 jenkins jenkins 41 May 9 02:08 .golangci.yml [2022-05-09T02:12:49.815Z] -rw-rw-r-- 1 jenkins jenkins 8656 May 9 02:08 Attribution.txt [2022-05-09T02:12:49.815Z] -rw-rw-r-- 1 jenkins jenkins 7447 May 9 02:08 CHANGELOG.md [2022-05-09T02:12:49.815Z] -rw-rw-r-- 1 jenkins jenkins 1930 May 9 02:08 Dockerfile [2022-05-09T02:12:49.815Z] -rw-rw-r-- 1 jenkins jenkins 677 May 9 02:08 GOVERNANCE.md [2022-05-09T02:12:49.815Z] -rw-rw-r-- 1 jenkins jenkins 678 May 9 02:08 Jenkinsfile [2022-05-09T02:12:49.815Z] -rw-rw-r-- 1 jenkins jenkins 11340 May 9 02:08 LICENSE [2022-05-09T02:12:49.815Z] -rw-rw-r-- 1 jenkins jenkins 1930 May 9 02:08 Makefile [2022-05-09T02:12:49.815Z] -rw-rw-r-- 1 jenkins jenkins 620 May 9 02:08 OWNERS.md [2022-05-09T02:12:49.815Z] -rw-rw-r-- 1 jenkins jenkins 2501 May 9 02:08 README.md [2022-05-09T02:12:49.815Z] -rw-rw-r-- 1 jenkins jenkins 5 May 9 02:04 VERSION [2022-05-09T02:12:49.815Z] drwxrwxr-x 2 jenkins jenkins 4096 May 9 02:08 bin [2022-05-09T02:12:49.815Z] drwxrwxr-x 3 jenkins jenkins 4096 May 9 02:08 cmd [2022-05-09T02:12:49.815Z] -rw-r--r-- 1 jenkins jenkins 17887 May 9 02:12 coverage.out [2022-05-09T02:12:49.815Z] -rw-rw-r-- 1 jenkins jenkins 3309 May 9 02:08 go.mod [2022-05-09T02:12:49.815Z] -rw-rw-r-- 1 jenkins jenkins 35490 May 9 02:08 go.sum [2022-05-09T02:12:49.815Z] drwxrwxr-x 3 jenkins jenkins 4096 May 9 02:08 internal [2022-05-09T02:12:49.815Z] drwxrwxr-x 2 jenkins jenkins 4096 May 9 02:08 mock [2022-05-09T02:12:49.815Z] drwxrwxr-x 4 jenkins jenkins 4096 May 9 02:08 snap [2022-05-09T02:12:49.815Z] -rw-rw-r-- 1 jenkins jenkins 227 May 9 02:08 version.go [Pipeline] isUnix [Pipeline] sh [2022-05-09T02:12:50.173Z] + 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=28c171c6c2ea375df63c0d76f33adcf132a0ca39 --label arch=arm64 --label version=0.0.0 . [2022-05-09T02:12:50.451Z] Sending build context to Docker daemon 3.06MB [2022-05-09T02:12:50.451Z] Step 1/24 : ARG BASE=golang:1.17-alpine3.15 [2022-05-09T02:12:50.451Z] Step 2/24 : FROM ${BASE} AS builder [2022-05-09T02:12:50.451Z] ---> 615a8a81d0dd [2022-05-09T02:12:50.451Z] Step 3/24 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" [2022-05-09T02:12:50.725Z] ---> Running in be02601fbcf1 [2022-05-09T02:12:50.998Z] Removing intermediate container be02601fbcf1 [2022-05-09T02:12:50.998Z] ---> 2c8459120c68 [2022-05-09T02:12:50.998Z] Step 4/24 : ARG ALPINE_PKG_EXTRA="" [2022-05-09T02:12:50.998Z] ---> Running in 7d392239d23b [2022-05-09T02:12:51.276Z] Removing intermediate container 7d392239d23b [2022-05-09T02:12:51.276Z] ---> f96fddb758e1 [2022-05-09T02:12:51.276Z] Step 5/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-09T02:12:51.276Z] ---> Running in 6da324ccc590 [2022-05-09T02:12:53.252Z] Removing intermediate container 6da324ccc590 [2022-05-09T02:12:53.252Z] ---> 26b511848760 [2022-05-09T02:12:53.252Z] Step 6/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-05-09T02:12:53.252Z] ---> Running in ddcc12923fa7 [2022-05-09T02:12:54.233Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-05-09T02:12:55.207Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-05-09T02:12:55.802Z] OK: 224 MiB in 56 packages [2022-05-09T02:12:56.784Z] Removing intermediate container ddcc12923fa7 [2022-05-09T02:12:56.784Z] ---> ab579bd7be43 [2022-05-09T02:12:56.784Z] Step 7/24 : WORKDIR /device-mqtt-go [2022-05-09T02:12:56.784Z] ---> Running in 7af789507f69 [2022-05-09T02:12:57.060Z] Removing intermediate container 7af789507f69 [2022-05-09T02:12:57.060Z] ---> 4028725f1159 [2022-05-09T02:12:57.060Z] Step 8/24 : COPY go.mod vendor* ./ [2022-05-09T02:12:57.656Z] ---> 551acc9440b0 [2022-05-09T02:12:57.656Z] Step 9/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-05-09T02:12:57.656Z] ---> Running in 9b98f194b55f [2022-05-09T02:12:59.631Z] Removing intermediate container 9b98f194b55f [2022-05-09T02:12:59.631Z] ---> e1f0b5b3b057 [2022-05-09T02:12:59.631Z] Step 10/24 : COPY . . [2022-05-09T02:13:00.613Z] ---> 072399a9c73d [2022-05-09T02:13:00.613Z] Step 11/24 : ARG MAKE='make build' [2022-05-09T02:13:00.613Z] ---> Running in 949c3f423548 [2022-05-09T02:13:00.893Z] Removing intermediate container 949c3f423548 [2022-05-09T02:13:00.893Z] ---> d26a5d9aa35d [2022-05-09T02:13:00.893Z] Step 12/24 : RUN $MAKE [2022-05-09T02:13:00.893Z] ---> Running in 1b1198ea3f5b [2022-05-09T02:13:01.875Z] 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-05-09T02:15:08.762Z] Removing intermediate container 1b1198ea3f5b [2022-05-09T02:15:08.762Z] ---> 8dfddfc8d765 [2022-05-09T02:15:08.762Z] Step 13/24 : FROM alpine:3.14 [2022-05-09T02:15:08.762Z] 3.14: Pulling from library/alpine [2022-05-09T02:15:08.762Z] 455c02918c45: Pulling fs layer [2022-05-09T02:15:08.762Z] 455c02918c45: Download complete [2022-05-09T02:15:08.762Z] 455c02918c45: Pull complete [2022-05-09T02:15:08.762Z] Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 [2022-05-09T02:15:08.762Z] Status: Downloaded newer image for alpine:3.14 [2022-05-09T02:15:08.762Z] ---> ac73e934f311 [2022-05-09T02:15:08.762Z] Step 14/24 : LABEL license='VSPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IoTech Ltd' [2022-05-09T02:15:08.762Z] ---> Running in 80c033af0c7f [2022-05-09T02:15:08.762Z] Removing intermediate container 80c033af0c7f [2022-05-09T02:15:08.762Z] ---> 7985eefd2e7c [2022-05-09T02:15:08.762Z] Step 15/24 : RUN apk add --update --no-cache zeromq dumb-init [2022-05-09T02:15:08.762Z] ---> Running in 6fc04672afd0 [2022-05-09T02:15:08.762Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-05-09T02:15:08.762Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-05-09T02:15:08.762Z] (1/6) Installing dumb-init (1.2.5-r1) [2022-05-09T02:15:08.762Z] (2/6) Installing libgcc (10.3.1_git20210424-r2) [2022-05-09T02:15:08.762Z] (3/6) Installing libsodium (1.0.18-r0) [2022-05-09T02:15:08.762Z] (4/6) Installing libstdc++ (10.3.1_git20210424-r2) [2022-05-09T02:15:08.762Z] (5/6) Installing libzmq (4.3.4-r0) [2022-05-09T02:15:08.762Z] (6/6) Installing zeromq (4.3.4-r0) [2022-05-09T02:15:08.762Z] Executing busybox-1.33.1-r7.trigger [2022-05-09T02:15:08.762Z] OK: 8 MiB in 20 packages [2022-05-09T02:15:08.762Z] Removing intermediate container 6fc04672afd0 [2022-05-09T02:15:08.762Z] ---> 711fcff2bf57 [2022-05-09T02:15:08.762Z] Step 16/24 : COPY --from=builder /device-mqtt-go/cmd / [2022-05-09T02:15:08.762Z] ---> 12517d4967a6 [2022-05-09T02:15:08.762Z] Step 17/24 : COPY --from=builder /device-mqtt-go/LICENSE / [2022-05-09T02:15:08.762Z] ---> fba5d8004187 [2022-05-09T02:15:08.762Z] Step 18/24 : COPY --from=builder /device-mqtt-go/Attribution.txt / [2022-05-09T02:15:09.362Z] ---> 806a83472ae2 [2022-05-09T02:15:09.362Z] Step 19/24 : EXPOSE 59982 [2022-05-09T02:15:09.362Z] ---> Running in 5d2d35eb9ac6 [2022-05-09T02:15:09.638Z] Removing intermediate container 5d2d35eb9ac6 [2022-05-09T02:15:09.638Z] ---> 19a70b08546f [2022-05-09T02:15:09.638Z] Step 20/24 : ENTRYPOINT ["/device-mqtt"] [2022-05-09T02:15:09.638Z] ---> Running in b198387c0ecb [2022-05-09T02:15:09.914Z] Removing intermediate container b198387c0ecb [2022-05-09T02:15:09.914Z] ---> 4ea2807f6b26 [2022-05-09T02:15:09.914Z] Step 21/24 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-05-09T02:15:09.914Z] ---> Running in ef44863c22a0 [2022-05-09T02:15:10.514Z] Removing intermediate container ef44863c22a0 [2022-05-09T02:15:10.514Z] ---> 3a436cda1511 [2022-05-09T02:15:10.514Z] Step 22/24 : LABEL arch=arm64 [2022-05-09T02:15:10.514Z] ---> Running in 54d6d10e9229 [2022-05-09T02:15:10.789Z] Removing intermediate container 54d6d10e9229 [2022-05-09T02:15:10.789Z] ---> da58fcf960bc [2022-05-09T02:15:10.789Z] Step 23/24 : LABEL git_sha=28c171c6c2ea375df63c0d76f33adcf132a0ca39 [2022-05-09T02:15:10.789Z] ---> Running in c7accc062338 [2022-05-09T02:15:11.068Z] Removing intermediate container c7accc062338 [2022-05-09T02:15:11.068Z] ---> 150d0c7b6fa0 [2022-05-09T02:15:11.068Z] Step 24/24 : LABEL version=0.0.0 [2022-05-09T02:15:11.350Z] ---> Running in 1166f01c982f [2022-05-09T02:15:11.624Z] Removing intermediate container 1166f01c982f [2022-05-09T02:15:11.624Z] ---> 77d0983f0b2f [2022-05-09T02:15:11.624Z] [Warning] One or more build-args [ARCH] were not consumed [2022-05-09T02:15:11.624Z] Successfully built 77d0983f0b2f [2022-05-09T02:15:11.624Z] Successfully tagged device-mqtt-arm64:latest [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] sh [2022-05-09T02:15:12.351Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-05-09T02:15:12.352Z] [2022-05-09T02:15:12.352Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh [2022-05-09T02:15:12.734Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-05-09T02:15:13.017Z] arm64: Pulling from edgex-lftools-log-publisher [2022-05-09T02:15:13.017Z] 8998bd30e6a1: Pulling fs layer [2022-05-09T02:15:13.017Z] 04944245beec: Pulling fs layer [2022-05-09T02:15:13.017Z] 699f458cf7ca: Pulling fs layer [2022-05-09T02:15:13.017Z] 765212b225bb: Pulling fs layer [2022-05-09T02:15:13.017Z] f23df028b6ca: Pulling fs layer [2022-05-09T02:15:13.017Z] d65c8cfc05b1: Pulling fs layer [2022-05-09T02:15:13.017Z] 2437ff75d9bd: Pulling fs layer [2022-05-09T02:15:13.017Z] 765212b225bb: Waiting [2022-05-09T02:15:13.017Z] f23df028b6ca: Waiting [2022-05-09T02:15:13.017Z] d65c8cfc05b1: Waiting [2022-05-09T02:15:13.017Z] 2437ff75d9bd: Waiting [2022-05-09T02:15:13.017Z] 04944245beec: Verifying Checksum [2022-05-09T02:15:13.017Z] 04944245beec: Download complete [2022-05-09T02:15:13.017Z] 765212b225bb: Verifying Checksum [2022-05-09T02:15:13.017Z] 765212b225bb: Download complete [2022-05-09T02:15:13.018Z] f23df028b6ca: Verifying Checksum [2022-05-09T02:15:13.018Z] f23df028b6ca: Download complete [2022-05-09T02:15:13.018Z] d65c8cfc05b1: Verifying Checksum [2022-05-09T02:15:13.018Z] d65c8cfc05b1: Download complete [2022-05-09T02:15:13.296Z] 699f458cf7ca: Verifying Checksum [2022-05-09T02:15:13.296Z] 699f458cf7ca: Download complete [2022-05-09T02:15:13.573Z] 8998bd30e6a1: Verifying Checksum [2022-05-09T02:15:13.573Z] 8998bd30e6a1: Download complete [2022-05-09T02:15:16.205Z] 2437ff75d9bd: Verifying Checksum [2022-05-09T02:15:16.205Z] 2437ff75d9bd: Download complete [2022-05-09T02:15:18.197Z] 8998bd30e6a1: Pull complete [2022-05-09T02:15:18.477Z] 04944245beec: Pull complete [2022-05-09T02:15:19.921Z] 699f458cf7ca: Pull complete [2022-05-09T02:15:20.198Z] 765212b225bb: Pull complete [2022-05-09T02:15:20.799Z] f23df028b6ca: Pull complete [2022-05-09T02:15:21.074Z] d65c8cfc05b1: Pull complete [2022-05-09T02:15:36.175Z] 2437ff75d9bd: Pull complete [2022-05-09T02:15:36.175Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2022-05-09T02:15:36.175Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-05-09T02:15:36.175Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer [2022-05-09T02:15:36.432Z] prd-ubuntu20.04-docker-arm64-4c-16g-41772 does not seem to be running inside a container [2022-05-09T02:15:36.518Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/device-mqtt-go/1 -v /w/workspace/device-mqtt-go/1:/w/workspace/device-mqtt-go/1:rw,z -v /w/workspace/device-mqtt-go/1@tmp:/w/workspace/device-mqtt-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2022-05-09T02:15:39.045Z] $ docker top 4ae4e29fd49327300519e534ae1f30d0972afbcbb704131c7db5be56bf66bb11 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-05-09T02:15:40.035Z] ---> job-cost.sh [2022-05-09T02:15:40.035Z] lf-activate-venv: SKIPPING [2022-05-09T02:15:40.035Z] INFO: No Stack... [2022-05-09T02:15:40.308Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2022-05-09T02:15:41.290Z] INFO: Archiving Costs [Pipeline] sh [2022-05-09T02:15:42.032Z] + cat /w/workspace/device-mqtt-go/1/archives/cost.csv [2022-05-09T02:15:42.032Z] + cut -d, -f6 [Pipeline] lock [2022-05-09T02:15:42.125Z] Trying to acquire lock on [jenkins-edgexfoundry-device-mqtt-go-PR-379-1-stack-cost] [2022-05-09T02:15:42.131Z] Resource [jenkins-edgexfoundry-device-mqtt-go-PR-379-1-stack-cost] did not exist. Created. [2022-05-09T02:15:42.131Z] Lock acquired on [jenkins-edgexfoundry-device-mqtt-go-PR-379-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-05-09T02:15:42.892Z] /w/workspace/device-mqtt-go/1@tmp/durable-e87ef419/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2022-05-09T02:15:43.642Z] + echo total: 0.10999999940395355 [Pipeline] stash [2022-05-09T02:15:43.678Z] Warning: overwriting stash ‘stack-cost’ [2022-05-09T02:15:43.723Z] Stashed 1 file(s) [Pipeline] } [2022-05-09T02:15:43.738Z] Lock released on resource [jenkins-edgexfoundry-device-mqtt-go-PR-379-1-stack-cost] [Pipeline] // lock [Pipeline] } [2022-05-09T02:15:43.803Z] $ docker stop --time=1 4ae4e29fd49327300519e534ae1f30d0972afbcbb704131c7db5be56bf66bb11 [2022-05-09T02:15:45.296Z] $ docker rm -f 4ae4e29fd49327300519e534ae1f30d0972afbcbb704131c7db5be56bf66bb11 [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-05-09T02:15:46.346Z] provisioning config files... [2022-05-09T02:15:46.361Z] copy managed file [device-mqtt-go-codecov-token] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-379@tmp/config6778159198494156905tmp [Pipeline] { [Pipeline] sh [2022-05-09T02:15:46.738Z] + set +x [2022-05-09T02:15:46.738Z] + + bash -s -- [2022-05-09T02:15:46.738Z] curl -s https://codecov.io/bash [2022-05-09T02:15:46.738Z] [2022-05-09T02:15:46.738Z] _____ _ [2022-05-09T02:15:46.738Z] / ____| | | [2022-05-09T02:15:46.738Z] | | ___ __| | ___ ___ _____ __ [2022-05-09T02:15:46.738Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2022-05-09T02:15:46.738Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2022-05-09T02:15:46.738Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2022-05-09T02:15:46.738Z] Bash-1.0.6 [2022-05-09T02:15:46.738Z] [2022-05-09T02:15:46.738Z] [2022-05-09T02:15:46.738Z] ==> git version 2.25.1 found [2022-05-09T02:15:46.738Z] ==> 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-05-09T02:15:46.738Z] Release-Date: 2020-01-08 [2022-05-09T02:15:46.738Z] 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-05-09T02:15:46.738Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2022-05-09T02:15:46.738Z] ==> Jenkins CI detected. [2022-05-09T02:15:46.738Z] current dir:  /w/workspace/gexfoundry_device-mqtt-go_PR-379 [2022-05-09T02:15:46.738Z] project root: . [2022-05-09T02:15:46.738Z] --> token set from env [2022-05-09T02:15:46.738Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2022-05-09T02:15:46.738Z] ==> Running gcov in . (disable via -X gcov) [2022-05-09T02:15:46.738Z] ==> Python coveragepy not found [2022-05-09T02:15:46.738Z] ==> Searching for coverage reports in: [2022-05-09T02:15:46.738Z] + . [2022-05-09T02:15:46.738Z] -> Found 1 reports [2022-05-09T02:15:46.738Z] ==> Detecting git/mercurial file structure [2022-05-09T02:15:46.738Z] ==> Reading reports [2022-05-09T02:15:46.998Z] + ./coverage.out bytes=17887 [2022-05-09T02:15:46.998Z] ==> Appending adjustments [2022-05-09T02:15:46.998Z] https://docs.codecov.io/docs/fixing-reports [2022-05-09T02:15:46.998Z] + Found adjustments [2022-05-09T02:15:46.998Z] ==> Gzipping contents [2022-05-09T02:15:46.998Z] 4.0K /tmp/codecov.kmd2Pf.gz [2022-05-09T02:15:46.998Z] ==> Uploading reports [2022-05-09T02:15:46.998Z] url: https://codecov.io [2022-05-09T02:15:46.998Z] query: branch=PR-379&commit=28c171c6c2ea375df63c0d76f33adcf132a0ca39&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-mqtt-go%2Fjob%2FPR-379%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-mqtt-go&service=jenkins&flags=&pr=379&job=&cmd_args= [2022-05-09T02:15:46.998Z] -> Pinging Codecov [2022-05-09T02:15:46.998Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=3cf7f23a-d5e6-4c47-868b-a0a7f9a025f8&branch=PR-379&commit=28c171c6c2ea375df63c0d76f33adcf132a0ca39&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-mqtt-go%2Fjob%2FPR-379%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-mqtt-go&service=jenkins&flags=&pr=379&job=&cmd_args= [2022-05-09T02:15:47.257Z] -> Uploading to [2022-05-09T02:15:47.257Z] https://storage.googleapis.com/codecov/v4/raw/2022-05-09/7D719EC7BBE17E464838252E33014C33/28c171c6c2ea375df63c0d76f33adcf132a0ca39/b84fb327-c9af-44f2-b6fa-7d564676fc94.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20220509%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220509T021547Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=d322c8b73a195e54e92f8ef279f2afa78e69678c75b0c6594b8c295d2b137cbf [2022-05-09T02:15:47.257Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-05-09T02:15:47.257Z] Dload Upload Total Spent Left Speed [2022-05-09T02:15:47.519Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3244 0 0 100 3244 0 11422 --:--:-- --:--:-- --:--:-- 11422 [2022-05-09T02:15:47.519Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-mqtt-go/commit/28c171c6c2ea375df63c0d76f33adcf132a0ca39 [Pipeline] } [2022-05-09T02:15:47.545Z] 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-05-09T02:15:49.421Z] + [ -d /w/workspace/gexfoundry_device-mqtt-go_PR-379/archives ] [2022-05-09T02:15:49.422Z] + ls -al /w/workspace/gexfoundry_device-mqtt-go_PR-379/archives [2022-05-09T02:15:49.422Z] total 16 [2022-05-09T02:15:49.422Z] drwxr-xr-x 3 root root 4096 May 9 02:06 . [2022-05-09T02:15:49.422Z] drwxrwxr-x 11 jenkins jenkins 4096 May 9 02:06 .. [2022-05-09T02:15:49.422Z] drwxr-xr-x 2 root root 4096 May 9 02:06 cost [2022-05-09T02:15:49.422Z] -rw-r--r-- 1 root root 85 May 9 02:06 cost.csv [2022-05-09T02:15:49.422Z] + sudo chown -R jenkins:jenkins /w/workspace/gexfoundry_device-mqtt-go_PR-379/archives [2022-05-09T02:15:49.422Z] + ls -al /w/workspace/gexfoundry_device-mqtt-go_PR-379/archives [2022-05-09T02:15:49.422Z] total 16 [2022-05-09T02:15:49.422Z] drwxr-xr-x 3 jenkins jenkins 4096 May 9 02:06 . [2022-05-09T02:15:49.422Z] drwxrwxr-x 11 jenkins jenkins 4096 May 9 02:06 .. [2022-05-09T02:15:49.422Z] drwxr-xr-x 2 jenkins jenkins 4096 May 9 02:06 cost [2022-05-09T02:15:49.422Z] -rw-r--r-- 1 jenkins jenkins 85 May 9 02:06 cost.csv [Pipeline] libraryResource [Pipeline] sh [2022-05-09T02:15:49.767Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2022-05-09T02:15:50.669Z] ---> package-listing.sh [2022-05-09T02:15:50.669Z] ++ tr '[:upper:]' '[:lower:]' [2022-05-09T02:15:50.669Z] ++ facter osfamily [2022-05-09T02:15:50.930Z] + OS_FAMILY=debian [2022-05-09T02:15:50.930Z] + workspace=/w/workspace/gexfoundry_device-mqtt-go_PR-379 [2022-05-09T02:15:50.930Z] + START_PACKAGES=/tmp/packages_start.txt [2022-05-09T02:15:50.930Z] + END_PACKAGES=/tmp/packages_end.txt [2022-05-09T02:15:50.930Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2022-05-09T02:15:50.930Z] + PACKAGES=/tmp/packages_start.txt [2022-05-09T02:15:50.930Z] + '[' /w/workspace/gexfoundry_device-mqtt-go_PR-379 ']' [2022-05-09T02:15:50.930Z] + PACKAGES=/tmp/packages_end.txt [2022-05-09T02:15:50.930Z] + case "${OS_FAMILY}" in [2022-05-09T02:15:50.930Z] + dpkg -l [2022-05-09T02:15:50.930Z] + grep '^ii' [2022-05-09T02:15:50.930Z] + '[' -f /tmp/packages_start.txt ']' [2022-05-09T02:15:50.930Z] + '[' -f /tmp/packages_end.txt ']' [2022-05-09T02:15:50.930Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2022-05-09T02:15:50.930Z] + '[' /w/workspace/gexfoundry_device-mqtt-go_PR-379 ']' [2022-05-09T02:15:50.930Z] + mkdir -p /w/workspace/gexfoundry_device-mqtt-go_PR-379/archives/ [2022-05-09T02:15:50.930Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-mqtt-go_PR-379/archives/ [Pipeline] echo [2022-05-09T02:15:50.966Z] 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-379/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2022-05-09T02:15:51.261Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2022-05-09T02:15:51.851Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-05-09T02:15:51.851Z] . [Pipeline] withDockerContainer [2022-05-09T02:15:51.942Z] prd-ubuntu20.04-docker-8c-8g-41771 does not seem to be running inside a container [2022-05-09T02:15:51.993Z] $ 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-379/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-379 -v /w/workspace/gexfoundry_device-mqtt-go_PR-379:/w/workspace/gexfoundry_device-mqtt-go_PR-379:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-379@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-379@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2022-05-09T02:15:52.336Z] $ docker top f4eccefac0971d62d9c844400616bb8c591d29c30769efc679bfb379942ff1e6 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-05-09T02:15:52.745Z] + touch /tmp/pre-build-complete [Pipeline] sh [2022-05-09T02:15:53.063Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2022-05-09T02:15:53.380Z] + ls /var/log/sa-host [2022-05-09T02:15:53.380Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-05-09T02:15:53.688Z] provisioning config files... [2022-05-09T02:15:53.699Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-379@tmp/config3441873711896615591tmp [Pipeline] { [Pipeline] echo [2022-05-09T02:15:53.746Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2022-05-09T02:15:54.078Z] ---> create-netrc.sh [Pipeline] } [2022-05-09T02:15:54.106Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2022-05-09T02:15:54.544Z] ---> python-tools-install.sh [Pipeline] echo [2022-05-09T02:15:54.576Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2022-05-09T02:15:54.898Z] ---> sudo-logs.sh [2022-05-09T02:15:54.898Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2022-05-09T02:15:54.986Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2022-05-09T02:15:55.312Z] ---> job-cost.sh [2022-05-09T02:15:55.312Z] lf-activate-venv: SKIPPING [2022-05-09T02:15:55.312Z] DEBUG: total: 0.2199999988079071 [2022-05-09T02:15:55.312Z] INFO: Retrieving Stack Cost... [2022-05-09T02:15:55.573Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-05-09T02:15:56.145Z] INFO: Archiving Costs [Pipeline] echo [2022-05-09T02:15:56.179Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2022-05-09T02:15:56.499Z] ---> logs-deploy.sh [2022-05-09T02:15:56.499Z] lf-activate-venv: SKIPPING [2022-05-09T02:15:56.499Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-mqtt-go/PR-379/1 [2022-05-09T02:15:56.499Z] INFO: archiving workspace using pattern(s): [2022-05-09T02:15:57.444Z] Archives upload complete. [2022-05-09T02:15:57.444Z] INFO: archiving logs to Nexus