Pull request #382 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 6274ebe3ebe2c5391e5fa3a9d38fa30c7112c906+77901818c76bea5a69108393cfa761498ae657a9 (8f8369216c3e9c0a7885dac6319360afb4e93a72) 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-ssh430182277956237498.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 95c76d14630896f3c9cf825147e1b1e2bad20cbb 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-ssh15535105828094468840.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 95c76d14630896f3c9cf825147e1b1e2bad20cbb 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-382/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-382/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh576210386024004939.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-382/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh16094080350059331562.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 95c76d14630896f3c9cf825147e1b1e2bad20cbb (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 95c76d14630896f3c9cf825147e1b1e2bad20cbb # timeout=10 Commit message: "Merge pull request #387 from ernestojeda/disable-concurrent-builds" > 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-ssh5530432344678786938.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-382/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-382/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh5642833893941166281.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 95c76d14630896f3c9cf825147e1b1e2bad20cbb 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 ‘prd-ubuntu20.04-docker-8c-8g-63697’ Running on prd-ubuntu20.04-docker-8c-8g-63703 in /w/workspace/gexfoundry_device-mqtt-go_PR-382 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout Selected Git installation does not exist. Using Default The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git > git init /w/workspace/gexfoundry_device-mqtt-go_PR-382 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/main commit 77901818c76bea5a69108393cfa761498ae657a9 into PR head commit 6274ebe3ebe2c5391e5fa3a9d38fa30c7112c906 Merge succeeded, producing 6274ebe3ebe2c5391e5fa3a9d38fa30c7112c906 Checking out Revision 6274ebe3ebe2c5391e5fa3a9d38fa30c7112c906 (PR-382) > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/382/head:refs/remotes/origin/PR-382 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 6274ebe3ebe2c5391e5fa3a9d38fa30c7112c906 # 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 77901818c76bea5a69108393cfa761498ae657a9 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 6274ebe3ebe2c5391e5fa3a9d38fa30c7112c906 # timeout=10 Commit message: "build(deps): bump github.com/spf13/cast from 1.4.1 to 1.5.0" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 95c76d14630896f3c9cf825147e1b1e2bad20cbb [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2022-05-16T01:27:25.056Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2022-05-16T01:27:25.245Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2022-05-16T01:27:25.339Z] ========================================================= [2022-05-16T01:27:25.339Z] EdgeX Global Pipelines Version Info [2022-05-16T01:27:25.339Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2022-05-16T01:27:26.130Z] ------------------- [2022-05-16T01:27:26.130Z] stable info: [2022-05-16T01:27:26.130Z] ------------------- [2022-05-16T01:27:26.130Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-05-16T01:27:26.130Z] Commit SHA: 95c76d14630896f3c9cf825147e1b1e2bad20cbb [2022-05-16T01:27:26.130Z] Message: update stable to v1.0.230 [2022-05-16T01:27:26.703Z] ------------------- [2022-05-16T01:27:26.703Z] experimental info: [2022-05-16T01:27:26.703Z] ------------------- [2022-05-16T01:27:26.703Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-05-16T01:27:26.703Z] Commit SHA: 95c76d14630896f3c9cf825147e1b1e2bad20cbb [2022-05-16T01:27:26.703Z] Message: update experimental to v1.0.230 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2022-05-16T01:27:26.965Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-mqtt-go-settings [Pipeline] echo [2022-05-16T01:27:27.002Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-mqtt-go [Pipeline] echo [2022-05-16T01:27:27.041Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2022-05-16T01:27:27.082Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2022-05-16T01:27:27.126Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2022-05-16T01:27:27.169Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.17 [Pipeline] echo [2022-05-16T01:27:27.207Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2022-05-16T01:27:27.256Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2022-05-16T01:27:27.296Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2022-05-16T01:27:27.333Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2022-05-16T01:27:27.373Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2022-05-16T01:27:27.411Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-mqtt [Pipeline] echo [2022-05-16T01:27:27.449Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2022-05-16T01:27:27.487Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2022-05-16T01:27:27.527Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2022-05-16T01:27:27.565Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2022-05-16T01:27:27.605Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2022-05-16T01:27:27.644Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2022-05-16T01:27:27.683Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2022-05-16T01:27:27.723Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2022-05-16T01:27:27.758Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2022-05-16T01:27:27.791Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2022-05-16T01:27:27.826Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2022-05-16T01:27:27.863Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2022-05-16T01:27:27.898Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2022-05-16T01:27:28.046Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2022-05-16T01:27:28.085Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-382 [Pipeline] echo [2022-05-16T01:27:28.123Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-382 [Pipeline] echo [2022-05-16T01:27:28.163Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-382 [Pipeline] echo [2022-05-16T01:27:28.206Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 6274ebe3ebe2c5391e5fa3a9d38fa30c7112c906 [Pipeline] echo [2022-05-16T01:27:28.246Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 6274ebe [Pipeline] echo [2022-05-16T01:27:28.290Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-05-16T01:27:28.406Z] provisioning config files... [2022-05-16T01:27:28.426Z] copy managed file [device-mqtt-go-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-382@tmp/config4127931531069092943tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-05-16T01:27:28.790Z] ---> docker-login.sh [2022-05-16T01:27:28.790Z] nexus3.edgexfoundry.org:10001 [2022-05-16T01:27:29.053Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-16T01:27:29.053Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-16T01:27:29.053Z] Configure a credential helper to remove this warning. See [2022-05-16T01:27:29.053Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-16T01:27:29.053Z] [2022-05-16T01:27:29.053Z] Login Succeeded [2022-05-16T01:27:29.053Z] nexus3.edgexfoundry.org:10002 [2022-05-16T01:27:29.315Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-16T01:27:29.315Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-16T01:27:29.315Z] Configure a credential helper to remove this warning. See [2022-05-16T01:27:29.315Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-16T01:27:29.315Z] [2022-05-16T01:27:29.315Z] Login Succeeded [2022-05-16T01:27:29.315Z] nexus3.edgexfoundry.org:10003 [2022-05-16T01:27:29.315Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-16T01:27:29.581Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-16T01:27:29.581Z] Configure a credential helper to remove this warning. See [2022-05-16T01:27:29.581Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-16T01:27:29.581Z] [2022-05-16T01:27:29.581Z] Login Succeeded [2022-05-16T01:27:29.581Z] nexus3.edgexfoundry.org:10004 [2022-05-16T01:27:29.581Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-16T01:27:29.581Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-16T01:27:29.581Z] Configure a credential helper to remove this warning. See [2022-05-16T01:27:29.581Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-16T01:27:29.581Z] [2022-05-16T01:27:29.581Z] Login Succeeded [2022-05-16T01:27:29.581Z] docker.io [2022-05-16T01:27:29.581Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-16T01:27:30.233Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-16T01:27:30.233Z] Configure a credential helper to remove this warning. See [2022-05-16T01:27:30.233Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-16T01:27:30.233Z] [2022-05-16T01:27:30.233Z] Login Succeeded [2022-05-16T01:27:30.233Z] ---> docker-login.sh ends [Pipeline] } [2022-05-16T01:27:30.269Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2022-05-16T01:27:30.955Z] + git rev-list -1 --merges 6274ebe3ebe2c5391e5fa3a9d38fa30c7112c906~1..6274ebe3ebe2c5391e5fa3a9d38fa30c7112c906 [Pipeline] echo [2022-05-16T01:27:31.005Z] -----------> git rev-list -1 --merges 6274ebe3ebe2c5391e5fa3a9d38fa30c7112c906~1..6274ebe3ebe2c5391e5fa3a9d38fa30c7112c906 6274ebe3ebe2c5391e5fa3a9d38fa30c7112c906 [false] [Pipeline] sh [2022-05-16T01:27:31.323Z] + git log --format=format:%s -1 6274ebe3ebe2c5391e5fa3a9d38fa30c7112c906 [Pipeline] echo [2022-05-16T01:27:31.361Z] ========================================================= [2022-05-16T01:27:31.361Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2022-05-16T01:27:31.361Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-05-16T01:27:31.792Z] + git log --format=format:%s -1 6274ebe3ebe2c5391e5fa3a9d38fa30c7112c906 [Pipeline] echo [2022-05-16T01:27:31.823Z] [semverPrep] GIT_COMMIT: 6274ebe3ebe2c5391e5fa3a9d38fa30c7112c906, Commit Message: build(deps): bump github.com/spf13/cast from 1.4.1 to 1.5.0 [Pipeline] echo [2022-05-16T01:27:31.853Z] [semverPrep] This is not a build commit. [Pipeline] sh [2022-05-16T01:27:32.306Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-05-16T01:27:32.306Z] + grep -v github /etc/ssh/ssh_known_hosts [2022-05-16T01:27:32.306Z] + [ -e /tmp/ssh_known_hosts ] [2022-05-16T01:27:32.306Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2022-05-16T01:27:32.306Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2022-05-16T01:27:32.306Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2022-05-16T01:27:32.306Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh [2022-05-16T01:27:32.782Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [2022-05-16T01:27:32.782Z] [2022-05-16T01:27:32.782Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [Pipeline] isUnix [Pipeline] sh [2022-05-16T01:27:33.141Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [2022-05-16T01:27:33.405Z] latest: Pulling from edgex-devops/py-git-semver [2022-05-16T01:27:33.405Z] 1fe172e4850f: Pulling fs layer [2022-05-16T01:27:33.405Z] caf521ccaac6: Pulling fs layer [2022-05-16T01:27:33.405Z] 3ead6fa29328: Pulling fs layer [2022-05-16T01:27:33.405Z] 5c2a1cbceb83: Pulling fs layer [2022-05-16T01:27:33.405Z] a8d5f1318db7: Pulling fs layer [2022-05-16T01:27:33.405Z] c427282e49a2: Pulling fs layer [2022-05-16T01:27:33.405Z] 1827001aaf11: Pulling fs layer [2022-05-16T01:27:33.405Z] 0714d37db230: Pulling fs layer [2022-05-16T01:27:33.405Z] ac28cf19c067: Pulling fs layer [2022-05-16T01:27:33.405Z] ca983d60f3e2: Pulling fs layer [2022-05-16T01:27:33.405Z] 9f894cec8388: Pulling fs layer [2022-05-16T01:27:33.405Z] a8d5f1318db7: Waiting [2022-05-16T01:27:33.405Z] c427282e49a2: Waiting [2022-05-16T01:27:33.405Z] ca983d60f3e2: Waiting [2022-05-16T01:27:33.405Z] 1827001aaf11: Waiting [2022-05-16T01:27:33.405Z] 9f894cec8388: Waiting [2022-05-16T01:27:33.405Z] 0714d37db230: Waiting [2022-05-16T01:27:33.405Z] ac28cf19c067: Waiting [2022-05-16T01:27:33.405Z] caf521ccaac6: Verifying Checksum [2022-05-16T01:27:33.405Z] caf521ccaac6: Download complete [2022-05-16T01:27:33.405Z] 5c2a1cbceb83: Verifying Checksum [2022-05-16T01:27:33.405Z] 5c2a1cbceb83: Download complete [2022-05-16T01:27:33.405Z] a8d5f1318db7: Verifying Checksum [2022-05-16T01:27:33.405Z] a8d5f1318db7: Download complete [2022-05-16T01:27:33.668Z] c427282e49a2: Download complete [2022-05-16T01:27:33.668Z] 3ead6fa29328: Verifying Checksum [2022-05-16T01:27:33.668Z] 3ead6fa29328: Download complete [2022-05-16T01:27:33.668Z] 0714d37db230: Download complete [2022-05-16T01:27:33.668Z] ac28cf19c067: Download complete [2022-05-16T01:27:33.668Z] ca983d60f3e2: Download complete [2022-05-16T01:27:33.668Z] 9f894cec8388: Verifying Checksum [2022-05-16T01:27:33.668Z] 9f894cec8388: Download complete [2022-05-16T01:27:33.668Z] 1fe172e4850f: Verifying Checksum [2022-05-16T01:27:33.668Z] 1fe172e4850f: Download complete [2022-05-16T01:27:33.929Z] 1827001aaf11: Verifying Checksum [2022-05-16T01:27:33.929Z] 1827001aaf11: Download complete [2022-05-16T01:27:35.320Z] 1fe172e4850f: Pull complete [2022-05-16T01:27:35.320Z] caf521ccaac6: Pull complete [2022-05-16T01:27:35.891Z] 3ead6fa29328: Pull complete [2022-05-16T01:27:35.891Z] 5c2a1cbceb83: Pull complete [2022-05-16T01:27:36.155Z] a8d5f1318db7: Pull complete [2022-05-16T01:27:36.155Z] c427282e49a2: Pull complete [2022-05-16T01:27:38.064Z] 1827001aaf11: Pull complete [2022-05-16T01:27:38.064Z] 0714d37db230: Pull complete [2022-05-16T01:27:38.325Z] ac28cf19c067: Pull complete [2022-05-16T01:27:38.325Z] ca983d60f3e2: Pull complete [2022-05-16T01:27:38.325Z] 9f894cec8388: Pull complete [2022-05-16T01:27:38.325Z] Digest: sha256:90e63904a1edc574c23a580e5fc31fbcdccad1501625621f67a6be262171cfee [2022-05-16T01:27:38.325Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [2022-05-16T01:27:38.325Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [Pipeline] withDockerContainer [2022-05-16T01:27:38.495Z] prd-ubuntu20.04-docker-8c-8g-63703 does not seem to be running inside a container [2022-05-16T01:27:38.542Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-mqtt-go_PR-382 -v /w/workspace/gexfoundry_device-mqtt-go_PR-382:/w/workspace/gexfoundry_device-mqtt-go_PR-382:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-382@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-382@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest cat [2022-05-16T01:27:40.006Z] $ docker top 2dc78650ff618055d984c937c2dd6fa92d7f6a8933e3435c5ca5ff9c5fe0f99b -eo pid,comm [2022-05-16T01:27:40.068Z] 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-16T01:27:40.068Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-05-16T01:27:40.199Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-05-16T01:27:40.200Z] [ssh-agent] Looking for ssh-agent implementation... [2022-05-16T01:27:40.328Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-05-16T01:27:40.333Z] $ docker exec 2dc78650ff618055d984c937c2dd6fa92d7f6a8933e3435c5ca5ff9c5fe0f99b ssh-agent [2022-05-16T01:27:40.464Z] SSH_AUTH_SOCK=/tmp/ssh-An41C7Rzx4zB/agent.33 [2022-05-16T01:27:40.464Z] SSH_AGENT_PID=39 [2022-05-16T01:27:40.473Z] Running ssh-add (command line suppressed) [2022-05-16T01:27:40.597Z] Identity added: /w/workspace/gexfoundry_device-mqtt-go_PR-382@tmp/private_key_3947456825325485979.key (/w/workspace/gexfoundry_device-mqtt-go_PR-382@tmp/private_key_3947456825325485979.key) [2022-05-16T01:27:40.609Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-05-16T01:27:40.944Z] + git tag --points-at HEAD [Pipeline] } [2022-05-16T01:27:40.972Z] $ docker exec --env ******** --env ******** 2dc78650ff618055d984c937c2dd6fa92d7f6a8933e3435c5ca5ff9c5fe0f99b ssh-agent -k [2022-05-16T01:27:41.098Z] unset SSH_AUTH_SOCK; [2022-05-16T01:27:41.098Z] unset SSH_AGENT_PID; [2022-05-16T01:27:41.098Z] echo Agent pid 39 killed; [2022-05-16T01:27:41.109Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2022-05-16T01:27:41.196Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-05-16T01:27:41.196Z] [ssh-agent] Looking for ssh-agent implementation... [2022-05-16T01:27:41.323Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-05-16T01:27:41.328Z] $ docker exec 2dc78650ff618055d984c937c2dd6fa92d7f6a8933e3435c5ca5ff9c5fe0f99b ssh-agent [2022-05-16T01:27:41.447Z] SSH_AUTH_SOCK=/tmp/ssh-P1PjpYS3DUfW/agent.73 [2022-05-16T01:27:41.447Z] SSH_AGENT_PID=80 [2022-05-16T01:27:41.452Z] Running ssh-add (command line suppressed) [2022-05-16T01:27:41.570Z] Identity added: /w/workspace/gexfoundry_device-mqtt-go_PR-382@tmp/private_key_5760237943119785001.key (/w/workspace/gexfoundry_device-mqtt-go_PR-382@tmp/private_key_5760237943119785001.key) [2022-05-16T01:27:41.584Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-05-16T01:27:41.924Z] + git semver init [2022-05-16T01:27:42.184Z] 2022-05-16 01:27:42,106 [run_init] DEBUG init version:0.0.0 force:False [2022-05-16T01:27:42.184Z] 2022-05-16 01:27:42,108 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/gexfoundry_device-mqtt-go_PR-382/.semver [2022-05-16T01:27:42.184Z] 2022-05-16 01:27:42,108 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-mqtt-go.git /w/workspace/gexfoundry_device-mqtt-go_PR-382/.semver [2022-05-16T01:27:42.184Z] 2022-05-16 01:27:42,108 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-mqtt-go.git', '/w/workspace/gexfoundry_device-mqtt-go_PR-382/.semver'], cwd=/w/workspace/gexfoundry_device-mqtt-go_PR-382, universal_newlines=False, shell=None, istream=None) [2022-05-16T01:27:43.129Z] 2022-05-16 01:27:42,941 [append_file] DEBUG append to file:/w/workspace/gexfoundry_device-mqtt-go_PR-382/.git/info/exclude [2022-05-16T01:27:43.129Z] 2022-05-16 01:27:42,941 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/gexfoundry_device-mqtt-go_PR-382/.semver/PR-382 with force:False [2022-05-16T01:27:43.129Z] 2022-05-16 01:27:42,941 [write_file] DEBUG write to file:/w/workspace/gexfoundry_device-mqtt-go_PR-382/.semver/PR-382 [2022-05-16T01:27:43.129Z] 2022-05-16 01:27:42,946 [execute] INFO git cat-file --batch-check [2022-05-16T01:27:43.129Z] 2022-05-16 01:27:42,947 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_device-mqtt-go_PR-382/.semver, universal_newlines=False, shell=None, istream=) [2022-05-16T01:27:43.129Z] 2022-05-16 01:27:42,952 [execute] INFO git cat-file --batch [2022-05-16T01:27:43.129Z] 2022-05-16 01:27:42,952 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_device-mqtt-go_PR-382/.semver, universal_newlines=False, shell=None, istream=) [2022-05-16T01:27:43.129Z] 2022-05-16 01:27:42,957 [read_version] DEBUG read version from /w/workspace/gexfoundry_device-mqtt-go_PR-382/.semver/PR-382 [2022-05-16T01:27:43.129Z] 0.0.0 [Pipeline] } [2022-05-16T01:27:43.156Z] $ docker exec --env ******** --env ******** 2dc78650ff618055d984c937c2dd6fa92d7f6a8933e3435c5ca5ff9c5fe0f99b ssh-agent -k [2022-05-16T01:27:43.260Z] unset SSH_AUTH_SOCK; [2022-05-16T01:27:43.261Z] unset SSH_AGENT_PID; [2022-05-16T01:27:43.261Z] echo Agent pid 80 killed; [2022-05-16T01:27:43.269Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-05-16T01:27:43.697Z] + git semver [Pipeline] } [2022-05-16T01:27:43.989Z] $ docker stop --time=1 2dc78650ff618055d984c937c2dd6fa92d7f6a8933e3435c5ca5ff9c5fe0f99b [2022-05-16T01:27:45.321Z] $ docker rm -f 2dc78650ff618055d984c937c2dd6fa92d7f6a8933e3435c5ca5ff9c5fe0f99b [Pipeline] // withDockerContainer [Pipeline] sh [2022-05-16T01:27:45.743Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2022-05-16T01:27:46.063Z] Stashed 1 file(s) [Pipeline] echo [2022-05-16T01:27:46.083Z] [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-16T01:27:46.723Z] provisioning config files... [2022-05-16T01:27:46.736Z] copy managed file [device-mqtt-go-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-382@tmp/config6276837438971180669tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-05-16T01:27:47.112Z] ---> docker-login.sh [2022-05-16T01:27:47.112Z] nexus3.edgexfoundry.org:10001 [2022-05-16T01:27:47.112Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-16T01:27:47.112Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-16T01:27:47.112Z] Configure a credential helper to remove this warning. See [2022-05-16T01:27:47.112Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-16T01:27:47.112Z] [2022-05-16T01:27:47.112Z] Login Succeeded [2022-05-16T01:27:47.112Z] nexus3.edgexfoundry.org:10002 [2022-05-16T01:27:47.112Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-16T01:27:47.374Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-16T01:27:47.374Z] Configure a credential helper to remove this warning. See [2022-05-16T01:27:47.374Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-16T01:27:47.374Z] [2022-05-16T01:27:47.374Z] Login Succeeded [2022-05-16T01:27:47.374Z] nexus3.edgexfoundry.org:10003 [2022-05-16T01:27:47.374Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-16T01:27:47.374Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-16T01:27:47.374Z] Configure a credential helper to remove this warning. See [2022-05-16T01:27:47.375Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-16T01:27:47.375Z] [2022-05-16T01:27:47.375Z] Login Succeeded [2022-05-16T01:27:47.375Z] nexus3.edgexfoundry.org:10004 [2022-05-16T01:27:47.375Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-16T01:27:47.637Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-16T01:27:47.637Z] Configure a credential helper to remove this warning. See [2022-05-16T01:27:47.637Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-16T01:27:47.637Z] [2022-05-16T01:27:47.637Z] Login Succeeded [2022-05-16T01:27:47.637Z] docker.io [2022-05-16T01:27:47.637Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-16T01:27:47.901Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-16T01:27:47.901Z] Configure a credential helper to remove this warning. See [2022-05-16T01:27:47.901Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-16T01:27:47.901Z] [2022-05-16T01:27:47.901Z] Login Succeeded [2022-05-16T01:27:47.901Z] ---> docker-login.sh ends [Pipeline] } [2022-05-16T01:27:47.929Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-05-16T01:27:48.132Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-05-16T01:27:48.172Z] ========================================================= [2022-05-16T01:27:48.172Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine] [2022-05-16T01:27:48.172Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh [2022-05-16T01:27:48.588Z] + 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-16T01:27:48.588Z] Sending build context to Docker daemon 5.965MB [2022-05-16T01:27:48.588Z] Step 1/12 : ARG BASE=golang:1.17-alpine3.15 [2022-05-16T01:27:48.588Z] Step 2/12 : FROM ${BASE} AS builder [2022-05-16T01:27:48.588Z] 1.17-alpine: Pulling from edgex-devops/edgex-golang-base [2022-05-16T01:27:48.588Z] 59bf1c3509f3: Pulling fs layer [2022-05-16T01:27:48.588Z] 666ba61612fd: Pulling fs layer [2022-05-16T01:27:48.588Z] 8ed8ca486205: Pulling fs layer [2022-05-16T01:27:48.588Z] 4fe6c5a15a65: Pulling fs layer [2022-05-16T01:27:48.588Z] 22a0e8bec74d: Pulling fs layer [2022-05-16T01:27:48.588Z] ca2b28591e48: Pulling fs layer [2022-05-16T01:27:48.588Z] a51346096db8: Pulling fs layer [2022-05-16T01:27:48.588Z] daebc70d1ce1: Pulling fs layer [2022-05-16T01:27:48.588Z] 0e18a0eac166: Pulling fs layer [2022-05-16T01:27:48.588Z] ca2b28591e48: Waiting [2022-05-16T01:27:48.588Z] a51346096db8: Waiting [2022-05-16T01:27:48.588Z] daebc70d1ce1: Waiting [2022-05-16T01:27:48.588Z] 4fe6c5a15a65: Waiting [2022-05-16T01:27:48.588Z] 22a0e8bec74d: Waiting [2022-05-16T01:27:48.588Z] 0e18a0eac166: Waiting [2022-05-16T01:27:48.588Z] 8ed8ca486205: Verifying Checksum [2022-05-16T01:27:48.588Z] 8ed8ca486205: Download complete [2022-05-16T01:27:48.850Z] 666ba61612fd: Verifying Checksum [2022-05-16T01:27:48.850Z] 22a0e8bec74d: Verifying Checksum [2022-05-16T01:27:48.850Z] 22a0e8bec74d: Download complete [2022-05-16T01:27:48.850Z] ca2b28591e48: Download complete [2022-05-16T01:27:48.850Z] 59bf1c3509f3: Verifying Checksum [2022-05-16T01:27:48.850Z] 59bf1c3509f3: Download complete [2022-05-16T01:27:48.850Z] a51346096db8: Download complete [2022-05-16T01:27:48.850Z] daebc70d1ce1: Verifying Checksum [2022-05-16T01:27:48.850Z] daebc70d1ce1: Download complete [2022-05-16T01:27:48.850Z] 59bf1c3509f3: Pull complete [2022-05-16T01:27:49.115Z] 666ba61612fd: Pull complete [2022-05-16T01:27:49.115Z] 8ed8ca486205: Pull complete [2022-05-16T01:27:49.377Z] 0e18a0eac166: Verifying Checksum [2022-05-16T01:27:49.637Z] 4fe6c5a15a65: Verifying Checksum [2022-05-16T01:27:49.637Z] 4fe6c5a15a65: Download complete [2022-05-16T01:27:52.942Z] 4fe6c5a15a65: Pull complete [2022-05-16T01:27:53.206Z] 22a0e8bec74d: Pull complete [2022-05-16T01:27:53.206Z] ca2b28591e48: Pull complete [2022-05-16T01:27:53.206Z] a51346096db8: Pull complete [2022-05-16T01:27:53.468Z] daebc70d1ce1: Pull complete [2022-05-16T01:27:55.380Z] 0e18a0eac166: Pull complete [2022-05-16T01:27:55.380Z] Digest: sha256:5cf2d0a306c5171eb5b3008c4b83cc7b6044f1808c238cb17927cddb93576120 [2022-05-16T01:27:55.380Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [2022-05-16T01:27:55.380Z] ---> f018257e8ee9 [2022-05-16T01:27:55.380Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" [2022-05-16T01:27:56.773Z] ---> Running in 6b06920aa6e0 [2022-05-16T01:27:56.773Z] Removing intermediate container 6b06920aa6e0 [2022-05-16T01:27:56.773Z] ---> 871700459e06 [2022-05-16T01:27:56.773Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2022-05-16T01:27:56.773Z] ---> Running in 92c634240087 [2022-05-16T01:27:56.773Z] Removing intermediate container 92c634240087 [2022-05-16T01:27:56.773Z] ---> b6e5af7a8c7c [2022-05-16T01:27:56.773Z] Step 5/12 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-16T01:27:57.034Z] ---> Running in eca88cc5a908 [2022-05-16T01:27:57.615Z] Removing intermediate container eca88cc5a908 [2022-05-16T01:27:57.615Z] ---> bf22d0823b9d [2022-05-16T01:27:57.615Z] Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-05-16T01:27:57.615Z] ---> Running in 5ad79bff0711 [2022-05-16T01:27:57.877Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-05-16T01:27:58.820Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-05-16T01:27:59.082Z] (1/4) Installing openssh-keygen (8.8_p1-r1) [2022-05-16T01:27:59.082Z] (2/4) Installing libedit (20210910.3.1-r0) [2022-05-16T01:27:59.082Z] (3/4) Installing openssh-client-common (8.8_p1-r1) [2022-05-16T01:27:59.343Z] (4/4) Installing openssh-client-default (8.8_p1-r1) [2022-05-16T01:27:59.343Z] Executing busybox-1.34.1-r3.trigger [2022-05-16T01:27:59.343Z] OK: 224 MiB in 56 packages [2022-05-16T01:27:59.917Z] Removing intermediate container 5ad79bff0711 [2022-05-16T01:27:59.917Z] ---> 460aa7c292a8 [2022-05-16T01:27:59.917Z] Step 7/12 : WORKDIR /device-mqtt-go [2022-05-16T01:27:59.917Z] ---> Running in c1e9bf6ebeca [2022-05-16T01:27:59.917Z] Removing intermediate container c1e9bf6ebeca [2022-05-16T01:27:59.917Z] ---> 2f81349ac2e7 [2022-05-16T01:27:59.917Z] Step 8/12 : COPY go.mod vendor* ./ [2022-05-16T01:28:00.176Z] ---> b298eaea2988 [2022-05-16T01:28:00.176Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-05-16T01:28:00.176Z] ---> Running in 89a03bbd6e10 [2022-05-16T01:28:01.507Z] Still waiting to schedule task [2022-05-16T01:28:01.508Z] Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-63701’ [2022-05-16T01:28:18.297Z] Removing intermediate container 89a03bbd6e10 [2022-05-16T01:28:18.297Z] ---> 11cdde924f4d [2022-05-16T01:28:18.297Z] Step 10/12 : COPY . . [2022-05-16T01:28:18.297Z] ---> 53d64541152f [2022-05-16T01:28:18.297Z] Step 11/12 : ARG MAKE='make build' [2022-05-16T01:28:18.297Z] ---> Running in fb57d59a6e55 [2022-05-16T01:28:18.297Z] Removing intermediate container fb57d59a6e55 [2022-05-16T01:28:18.297Z] ---> 726506f6dd69 [2022-05-16T01:28:18.297Z] Step 12/12 : RUN $MAKE [2022-05-16T01:28:18.297Z] ---> Running in 8834206c8788 [2022-05-16T01:28:18.558Z] noop [2022-05-16T01:28:18.819Z] Removing intermediate container 8834206c8788 [2022-05-16T01:28:18.819Z] ---> f8ce496b4a37 [2022-05-16T01:28:18.819Z] Successfully built f8ce496b4a37 [2022-05-16T01:28:18.819Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2022-05-16T01:28:19.158Z] + docker inspect -f . ci-base-image-x86_64 [2022-05-16T01:28:19.158Z] . [Pipeline] withDockerContainer [2022-05-16T01:28:19.250Z] prd-ubuntu20.04-docker-8c-8g-63703 does not seem to be running inside a container [2022-05-16T01:28:19.287Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_device-mqtt-go_PR-382 -v /w/workspace/gexfoundry_device-mqtt-go_PR-382:/w/workspace/gexfoundry_device-mqtt-go_PR-382:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-382@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-382@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2022-05-16T01:28:19.658Z] $ docker top 99114b2a95c1f04434e585a77f608cb733335f5256c1ae8b49eb99cc63150f35 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-05-16T01:28:20.072Z] + go version [2022-05-16T01:28:20.072Z] go version go1.17.6 linux/amd64 [Pipeline] } [2022-05-16T01:28:20.112Z] $ docker stop --time=1 99114b2a95c1f04434e585a77f608cb733335f5256c1ae8b49eb99cc63150f35 [2022-05-16T01:28:21.398Z] $ docker rm -f 99114b2a95c1f04434e585a77f608cb733335f5256c1ae8b49eb99cc63150f35 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-05-16T01:28:22.179Z] + docker inspect -f . ci-base-image-x86_64 [2022-05-16T01:28:22.179Z] . [Pipeline] withDockerContainer [2022-05-16T01:28:22.271Z] prd-ubuntu20.04-docker-8c-8g-63703 does not seem to be running inside a container [2022-05-16T01:28:22.309Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_device-mqtt-go_PR-382 -v /w/workspace/gexfoundry_device-mqtt-go_PR-382:/w/workspace/gexfoundry_device-mqtt-go_PR-382:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-382@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-382@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2022-05-16T01:28:22.711Z] $ docker top f2b54f2a83eea4ec2b68beee14cbe3d5965c000ae8a2bf48dac7fb796ad84c0c -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh [2022-05-16T01:28:23.152Z] + make test [2022-05-16T01:28:23.152Z] GCO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2022-05-16T01:28:23.411Z] ? github.com/edgexfoundry/device-mqtt-go [no test files] [2022-05-16T01:28:33.395Z] ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] [2022-05-16T01:28:33.395Z] ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.019s coverage: 21.8% of statements [2022-05-16T01:28:33.395Z] ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] [2022-05-16T01:28:38.673Z] GCO_ENABLED=1 GO111MODULE=on go vet ./... [2022-05-16T01:28:42.870Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-05-16T01:28:42.870Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-05-16T01:28:42.870Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-05-16T01:28:43.472Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-05-16T01:28:43.509Z] $ docker stop --time=1 f2b54f2a83eea4ec2b68beee14cbe3d5965c000ae8a2bf48dac7fb796ad84c0c [2022-05-16T01:28:45.273Z] $ docker rm -f f2b54f2a83eea4ec2b68beee14cbe3d5965c000ae8a2bf48dac7fb796ad84c0c [Pipeline] // withDockerContainer [Pipeline] sh [2022-05-16T01:28:45.787Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-05-16T01:28:45.855Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2022-05-16T01:28:46.779Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-05-16T01:28:47.091Z] + ls -al . [2022-05-16T01:28:47.091Z] total 180 [2022-05-16T01:28:47.091Z] drwxrwxr-x 10 jenkins jenkins 4096 May 16 01:28 . [2022-05-16T01:28:47.091Z] drwxrwxr-x 4 jenkins jenkins 4096 May 16 01:27 .. [2022-05-16T01:28:47.091Z] -rw-rw-r-- 1 jenkins jenkins 140 May 16 01:27 .dockerignore [2022-05-16T01:28:47.091Z] drwxrwxr-x 8 jenkins jenkins 4096 May 16 01:27 .git [2022-05-16T01:28:47.091Z] drwxrwxr-x 3 jenkins jenkins 4096 May 16 01:27 .github [2022-05-16T01:28:47.091Z] -rw-rw-r-- 1 jenkins jenkins 329 May 16 01:27 .gitignore [2022-05-16T01:28:47.091Z] -rw-rw-r-- 1 jenkins jenkins 41 May 16 01:27 .golangci.yml [2022-05-16T01:28:47.091Z] drwxr-xr-x 3 jenkins jenkins 4096 May 16 01:27 .semver [2022-05-16T01:28:47.091Z] -rw-rw-r-- 1 jenkins jenkins 8656 May 16 01:27 Attribution.txt [2022-05-16T01:28:47.091Z] -rw-rw-r-- 1 jenkins jenkins 11365 May 16 01:27 CHANGELOG.md [2022-05-16T01:28:47.091Z] -rw-rw-r-- 1 jenkins jenkins 1930 May 16 01:27 Dockerfile [2022-05-16T01:28:47.091Z] -rw-rw-r-- 1 jenkins jenkins 677 May 16 01:27 GOVERNANCE.md [2022-05-16T01:28:47.092Z] -rw-rw-r-- 1 jenkins jenkins 678 May 16 01:27 Jenkinsfile [2022-05-16T01:28:47.092Z] -rw-rw-r-- 1 jenkins jenkins 11340 May 16 01:27 LICENSE [2022-05-16T01:28:47.092Z] -rw-rw-r-- 1 jenkins jenkins 1930 May 16 01:27 Makefile [2022-05-16T01:28:47.092Z] -rw-rw-r-- 1 jenkins jenkins 620 May 16 01:27 OWNERS.md [2022-05-16T01:28:47.092Z] -rw-rw-r-- 1 jenkins jenkins 2501 May 16 01:27 README.md [2022-05-16T01:28:47.092Z] -rw-rw-r-- 1 jenkins jenkins 5 May 16 01:27 VERSION [2022-05-16T01:28:47.092Z] drwxrwxr-x 2 jenkins jenkins 4096 May 16 01:27 bin [2022-05-16T01:28:47.092Z] drwxrwxr-x 3 jenkins jenkins 4096 May 16 01:27 cmd [2022-05-16T01:28:47.092Z] -rw-r--r-- 1 jenkins jenkins 17887 May 16 01:28 coverage.out [2022-05-16T01:28:47.092Z] -rw-rw-r-- 1 jenkins jenkins 3263 May 16 01:27 go.mod [2022-05-16T01:28:47.092Z] -rw-rw-r-- 1 jenkins jenkins 35433 May 16 01:27 go.sum [2022-05-16T01:28:47.092Z] drwxrwxr-x 3 jenkins jenkins 4096 May 16 01:27 internal [2022-05-16T01:28:47.092Z] drwxrwxr-x 2 jenkins jenkins 4096 May 16 01:27 mock [2022-05-16T01:28:47.092Z] drwxrwxr-x 4 jenkins jenkins 4096 May 16 01:27 snap [2022-05-16T01:28:47.092Z] -rw-rw-r-- 1 jenkins jenkins 227 May 16 01:27 version.go [Pipeline] isUnix [Pipeline] sh [2022-05-16T01:28:47.434Z] + 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=6274ebe3ebe2c5391e5fa3a9d38fa30c7112c906 --label arch=amd64 --label version=0.0.0 . [2022-05-16T01:28:47.434Z] Sending build context to Docker daemon 5.984MB [2022-05-16T01:28:47.434Z] Step 1/24 : ARG BASE=golang:1.17-alpine3.15 [2022-05-16T01:28:47.434Z] Step 2/24 : FROM ${BASE} AS builder [2022-05-16T01:28:47.434Z] ---> f8ce496b4a37 [2022-05-16T01:28:47.434Z] Step 3/24 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" [2022-05-16T01:28:47.434Z] ---> Running in 254040e5b29c [2022-05-16T01:28:47.694Z] Removing intermediate container 254040e5b29c [2022-05-16T01:28:47.694Z] ---> c029a5b826b0 [2022-05-16T01:28:47.694Z] Step 4/24 : ARG ALPINE_PKG_EXTRA="" [2022-05-16T01:28:47.694Z] ---> Running in b48457fee576 [2022-05-16T01:28:47.694Z] Removing intermediate container b48457fee576 [2022-05-16T01:28:47.694Z] ---> 5deba9a97066 [2022-05-16T01:28:47.694Z] Step 5/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-16T01:28:47.694Z] ---> Running in e387fafc2ec1 [2022-05-16T01:28:48.266Z] Removing intermediate container e387fafc2ec1 [2022-05-16T01:28:48.266Z] ---> 4aa9551ac45a [2022-05-16T01:28:48.266Z] Step 6/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-05-16T01:28:48.527Z] ---> Running in f86977315d09 [2022-05-16T01:28:48.789Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-05-16T01:28:49.361Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-05-16T01:28:49.934Z] OK: 224 MiB in 56 packages [2022-05-16T01:28:50.196Z] Removing intermediate container f86977315d09 [2022-05-16T01:28:50.196Z] ---> 92c7f186716d [2022-05-16T01:28:50.196Z] Step 7/24 : WORKDIR /device-mqtt-go [2022-05-16T01:28:50.196Z] ---> Running in fdda027682b3 [2022-05-16T01:28:50.196Z] Removing intermediate container fdda027682b3 [2022-05-16T01:28:50.196Z] ---> bfedd4c82466 [2022-05-16T01:28:50.196Z] Step 8/24 : COPY go.mod vendor* ./ [2022-05-16T01:28:50.457Z] ---> 7fc43556044c [2022-05-16T01:28:50.457Z] Step 9/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-05-16T01:28:50.457Z] ---> Running in cba07462a936 [2022-05-16T01:28:51.031Z] Removing intermediate container cba07462a936 [2022-05-16T01:28:51.032Z] ---> 648ae4d0f262 [2022-05-16T01:28:51.032Z] Step 10/24 : COPY . . [2022-05-16T01:28:51.602Z] ---> 1231ac3e6fb0 [2022-05-16T01:28:51.602Z] Step 11/24 : ARG MAKE='make build' [2022-05-16T01:28:51.602Z] ---> Running in 4e46dd1e755e [2022-05-16T01:28:51.602Z] Removing intermediate container 4e46dd1e755e [2022-05-16T01:28:51.602Z] ---> 3baaed07f619 [2022-05-16T01:28:51.602Z] Step 12/24 : RUN $MAKE [2022-05-16T01:28:51.603Z] ---> Running in 9486c81b2d53 [2022-05-16T01:28:51.864Z] 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-16T01:29:13.816Z] Removing intermediate container 9486c81b2d53 [2022-05-16T01:29:13.816Z] ---> 44788e0dc50e [2022-05-16T01:29:13.816Z] Step 13/24 : FROM alpine:3.14 [2022-05-16T01:29:13.816Z] 3.14: Pulling from library/alpine [2022-05-16T01:29:13.816Z] 8663204ce13b: Pulling fs layer [2022-05-16T01:29:13.816Z] 8663204ce13b: Verifying Checksum [2022-05-16T01:29:13.816Z] 8663204ce13b: Download complete [2022-05-16T01:29:13.816Z] 8663204ce13b: Pull complete [2022-05-16T01:29:13.816Z] Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 [2022-05-16T01:29:13.816Z] Status: Downloaded newer image for alpine:3.14 [2022-05-16T01:29:13.816Z] ---> e04c818066af [2022-05-16T01:29:13.816Z] Step 14/24 : LABEL license='VSPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IoTech Ltd' [2022-05-16T01:29:13.816Z] ---> Running in a9e0e90b2608 [2022-05-16T01:29:13.816Z] Removing intermediate container a9e0e90b2608 [2022-05-16T01:29:13.816Z] ---> 6714f07105e1 [2022-05-16T01:29:13.816Z] Step 15/24 : RUN apk add --update --no-cache zeromq dumb-init [2022-05-16T01:29:13.816Z] ---> Running in 671794d851bb [2022-05-16T01:29:13.816Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-05-16T01:29:13.816Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-05-16T01:29:13.816Z] (1/6) Installing dumb-init (1.2.5-r1) [2022-05-16T01:29:13.816Z] (2/6) Installing libgcc (10.3.1_git20210424-r2) [2022-05-16T01:29:13.816Z] (3/6) Installing libsodium (1.0.18-r0) [2022-05-16T01:29:13.816Z] (4/6) Installing libstdc++ (10.3.1_git20210424-r2) [2022-05-16T01:29:13.816Z] (5/6) Installing libzmq (4.3.4-r0) [2022-05-16T01:29:13.816Z] (6/6) Installing zeromq (4.3.4-r0) [2022-05-16T01:29:13.816Z] Executing busybox-1.33.1-r7.trigger [2022-05-16T01:29:13.816Z] OK: 8 MiB in 20 packages [2022-05-16T01:29:13.816Z] Removing intermediate container 671794d851bb [2022-05-16T01:29:13.816Z] ---> d1970b5c2c26 [2022-05-16T01:29:13.816Z] Step 16/24 : COPY --from=builder /device-mqtt-go/cmd / [2022-05-16T01:29:13.816Z] ---> b4963cf21263 [2022-05-16T01:29:13.816Z] Step 17/24 : COPY --from=builder /device-mqtt-go/LICENSE / [2022-05-16T01:29:13.816Z] ---> 720d9acc5c96 [2022-05-16T01:29:13.816Z] Step 18/24 : COPY --from=builder /device-mqtt-go/Attribution.txt / [2022-05-16T01:29:14.082Z] ---> fb4c898d1a09 [2022-05-16T01:29:14.082Z] Step 19/24 : EXPOSE 59982 [2022-05-16T01:29:14.082Z] ---> Running in 82a7f614672b [2022-05-16T01:29:14.082Z] Removing intermediate container 82a7f614672b [2022-05-16T01:29:14.082Z] ---> 06847796fca5 [2022-05-16T01:29:14.082Z] Step 20/24 : ENTRYPOINT ["/device-mqtt"] [2022-05-16T01:29:14.082Z] ---> Running in defcf39870f1 [2022-05-16T01:29:14.082Z] Removing intermediate container defcf39870f1 [2022-05-16T01:29:14.082Z] ---> 2aa7cc4fd28e [2022-05-16T01:29:14.082Z] Step 21/24 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-05-16T01:29:14.342Z] ---> Running in 0ef22c42f21c [2022-05-16T01:29:14.342Z] Removing intermediate container 0ef22c42f21c [2022-05-16T01:29:14.342Z] ---> 6f6f099b67fa [2022-05-16T01:29:14.342Z] Step 22/24 : LABEL arch=amd64 [2022-05-16T01:29:14.342Z] ---> Running in fe1993c712bd [2022-05-16T01:29:14.342Z] Removing intermediate container fe1993c712bd [2022-05-16T01:29:14.342Z] ---> 33de41d47364 [2022-05-16T01:29:14.342Z] Step 23/24 : LABEL git_sha=6274ebe3ebe2c5391e5fa3a9d38fa30c7112c906 [2022-05-16T01:29:14.602Z] ---> Running in b12857ca3c8a [2022-05-16T01:29:14.602Z] Removing intermediate container b12857ca3c8a [2022-05-16T01:29:14.602Z] ---> 4783938270ac [2022-05-16T01:29:14.602Z] Step 24/24 : LABEL version=0.0.0 [2022-05-16T01:29:14.602Z] ---> Running in 7cd1fa13a505 [2022-05-16T01:29:14.602Z] Removing intermediate container 7cd1fa13a505 [2022-05-16T01:29:14.602Z] ---> a1973f41dabe [2022-05-16T01:29:14.602Z] [Warning] One or more build-args [ARCH] were not consumed [2022-05-16T01:29:14.602Z] Successfully built a1973f41dabe [2022-05-16T01:29:14.602Z] 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-16T01:29:15.340Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-05-16T01:29:15.340Z] [2022-05-16T01:29:15.340Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh [2022-05-16T01:29:15.679Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-05-16T01:29:15.679Z] latest: Pulling from edgex-lftools-log-publisher [2022-05-16T01:29:15.679Z] 5eb5b503b376: Pulling fs layer [2022-05-16T01:29:15.679Z] 5c69ac0246d0: Pulling fs layer [2022-05-16T01:29:15.679Z] ec43610c2a17: Pulling fs layer [2022-05-16T01:29:15.679Z] 3a2ae6a8a46f: Pulling fs layer [2022-05-16T01:29:15.679Z] 33b1e0a273af: Pulling fs layer [2022-05-16T01:29:15.679Z] 5d3b04190fa2: Pulling fs layer [2022-05-16T01:29:15.679Z] 2f39f015ded8: Pulling fs layer [2022-05-16T01:29:15.679Z] 3a2ae6a8a46f: Waiting [2022-05-16T01:29:15.679Z] 33b1e0a273af: Waiting [2022-05-16T01:29:15.679Z] 5d3b04190fa2: Waiting [2022-05-16T01:29:15.679Z] 2f39f015ded8: Waiting [2022-05-16T01:29:15.679Z] 5c69ac0246d0: Download complete [2022-05-16T01:29:15.679Z] 3a2ae6a8a46f: Verifying Checksum [2022-05-16T01:29:15.679Z] 3a2ae6a8a46f: Download complete [2022-05-16T01:29:15.679Z] 33b1e0a273af: Verifying Checksum [2022-05-16T01:29:15.679Z] 33b1e0a273af: Download complete [2022-05-16T01:29:15.679Z] 5d3b04190fa2: Verifying Checksum [2022-05-16T01:29:15.679Z] 5d3b04190fa2: Download complete [2022-05-16T01:29:15.679Z] ec43610c2a17: Verifying Checksum [2022-05-16T01:29:15.679Z] ec43610c2a17: Download complete [2022-05-16T01:29:15.938Z] 5eb5b503b376: Verifying Checksum [2022-05-16T01:29:15.938Z] 5eb5b503b376: Download complete [2022-05-16T01:29:16.505Z] 2f39f015ded8: Download complete [2022-05-16T01:29:17.073Z] 5eb5b503b376: Pull complete [2022-05-16T01:29:17.333Z] 5c69ac0246d0: Pull complete [2022-05-16T01:29:17.592Z] ec43610c2a17: Pull complete [2022-05-16T01:29:17.853Z] 3a2ae6a8a46f: Pull complete [2022-05-16T01:29:17.853Z] 33b1e0a273af: Pull complete [2022-05-16T01:29:18.113Z] 5d3b04190fa2: Pull complete [2022-05-16T01:29:22.306Z] 2f39f015ded8: Pull complete [2022-05-16T01:29:22.306Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2022-05-16T01:29:22.306Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-05-16T01:29:22.306Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer [2022-05-16T01:29:22.396Z] prd-ubuntu20.04-docker-8c-8g-63703 does not seem to be running inside a container [2022-05-16T01:29:22.432Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/gexfoundry_device-mqtt-go_PR-382 -v /w/workspace/gexfoundry_device-mqtt-go_PR-382:/w/workspace/gexfoundry_device-mqtt-go_PR-382:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-382@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-382@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2022-05-16T01:29:24.296Z] $ docker top b56e32a3fba17f4dc99787ab9253ab38c4e5f4c8e6ca4a7439ec82a4284f11f7 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-05-16T01:29:24.796Z] ---> job-cost.sh [2022-05-16T01:29:24.796Z] lf-activate-venv: SKIPPING [2022-05-16T01:29:24.796Z] INFO: No Stack... [2022-05-16T01:29:25.369Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-05-16T01:29:25.631Z] INFO: Archiving Costs [Pipeline] sh [2022-05-16T01:29:25.948Z] + cat /w/workspace/gexfoundry_device-mqtt-go_PR-382/archives/cost.csv [2022-05-16T01:29:25.949Z] + cut -d, -f6 [Pipeline] lock [2022-05-16T01:29:25.990Z] Trying to acquire lock on [jenkins-edgexfoundry-device-mqtt-go-PR-382-1-stack-cost] [2022-05-16T01:29:25.996Z] Resource [jenkins-edgexfoundry-device-mqtt-go-PR-382-1-stack-cost] did not exist. Created. [2022-05-16T01:29:25.996Z] Lock acquired on [jenkins-edgexfoundry-device-mqtt-go-PR-382-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-05-16T01:29:26.390Z] + echo total: 0.2199999988079071 [Pipeline] stash [2022-05-16T01:29:26.436Z] Stashed 1 file(s) [Pipeline] } [2022-05-16T01:29:26.463Z] Lock released on resource [jenkins-edgexfoundry-device-mqtt-go-PR-382-1-stack-cost] [Pipeline] // lock [Pipeline] } [2022-05-16T01:29:26.544Z] $ docker stop --time=1 b56e32a3fba17f4dc99787ab9253ab38c4e5f4c8e6ca4a7439ec82a4284f11f7 [2022-05-16T01:29:27.710Z] $ docker rm -f b56e32a3fba17f4dc99787ab9253ab38c4e5f4c8e6ca4a7439ec82a4284f11f7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-05-16T01:30:31.496Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-63705 in /w/workspace/gexfoundry_device-mqtt-go_PR-382 [Pipeline] { [Pipeline] ws [2022-05-16T01:30:31.538Z] Running in /w/workspace/device-mqtt-go/1 [Pipeline] { [Pipeline] checkout [2022-05-16T01:30:31.879Z] Selected Git installation does not exist. Using Default [2022-05-16T01:30:31.879Z] The recommended git tool is: NONE [2022-05-16T01:30:39.611Z] using credential edgex-jenkins-ssh [2022-05-16T01:30:39.632Z] Cloning the remote Git repository [2022-05-16T01:30:39.692Z] Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git [2022-05-16T01:30:39.771Z] > git init /w/workspace/device-mqtt-go/1 # timeout=10 [2022-05-16T01:30:39.869Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2022-05-16T01:30:39.870Z] > git --version # timeout=10 [2022-05-16T01:30:39.892Z] > git --version # 'git version 2.25.1' [2022-05-16T01:30:39.894Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-05-16T01:30:40.022Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-05-16T01:30:41.821Z] Merging remotes/origin/main commit 77901818c76bea5a69108393cfa761498ae657a9 into PR head commit 6274ebe3ebe2c5391e5fa3a9d38fa30c7112c906 [2022-05-16T01:30:42.075Z] Merge succeeded, producing 6274ebe3ebe2c5391e5fa3a9d38fa30c7112c906 [2022-05-16T01:30:42.075Z] Checking out Revision 6274ebe3ebe2c5391e5fa3a9d38fa30c7112c906 (PR-382) [2022-05-16T01:30:41.155Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2022-05-16T01:30:41.178Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-05-16T01:30:41.221Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2022-05-16T01:30:41.262Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2022-05-16T01:30:41.263Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-05-16T01:30:41.277Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/382/head:refs/remotes/origin/PR-382 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2022-05-16T01:30:41.843Z] > git config core.sparsecheckout # timeout=10 [2022-05-16T01:30:41.860Z] > git checkout -f 6274ebe3ebe2c5391e5fa3a9d38fa30c7112c906 # timeout=10 [2022-05-16T01:30:41.970Z] > git remote # timeout=10 [2022-05-16T01:30:41.989Z] > git config --get remote.origin.url # timeout=10 [2022-05-16T01:30:42.007Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-05-16T01:30:42.028Z] > git merge 77901818c76bea5a69108393cfa761498ae657a9 # timeout=10 [2022-05-16T01:30:42.059Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-05-16T01:30:42.085Z] > git config core.sparsecheckout # timeout=10 [2022-05-16T01:30:42.114Z] > git checkout -f 6274ebe3ebe2c5391e5fa3a9d38fa30c7112c906 # timeout=10 [2022-05-16T01:30:46.346Z] Commit message: "build(deps): bump github.com/spf13/cast from 1.4.1 to 1.5.0" [2022-05-16T01:30:46.408Z] > git --version # timeout=10 [2022-05-16T01:30:46.419Z] > git --version # 'git version 2.25.1' [2022-05-16T01:30:46.437Z] fatal: bad object 95c76d14630896f3c9cf825147e1b1e2bad20cbb [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-05-16T01:30:47.544Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2022-05-16T01:30:47.544Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-05-16T01:30:47.544Z] Dload Upload Total Spent Left Speed [2022-05-16T01:30:47.544Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12253 100 12253 0 0 63487 0 --:--:-- --:--:-- --:--:-- 63487 [Pipeline] sh [2022-05-16T01:30:48.075Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2022-05-16T01:30:48.438Z] + + sudosudo tee jq /etc/docker/daemon.new . += {"seccomp-profile": "/etc/docker/seccomp.json"} [2022-05-16T01:30:48.438Z] /etc/docker/daemon.json [2022-05-16T01:30:48.438Z] { [2022-05-16T01:30:48.438Z] "registry-mirrors": [ [2022-05-16T01:30:48.438Z] "https://nexus3.edgexfoundry.org:10001" [2022-05-16T01:30:48.438Z] ], [2022-05-16T01:30:48.438Z] "bip": "10.250.0.254/24", [2022-05-16T01:30:48.438Z] "hosts": [ [2022-05-16T01:30:48.438Z] "tcp://0.0.0.0:5555", [2022-05-16T01:30:48.438Z] "unix:///var/run/docker.sock" [2022-05-16T01:30:48.438Z] ], [2022-05-16T01:30:48.438Z] "mtu": 1458, [2022-05-16T01:30:48.438Z] "selinux-enabled": true, [2022-05-16T01:30:48.438Z] "seccomp-profile": "/etc/docker/seccomp.json" [2022-05-16T01:30:48.438Z] } [Pipeline] sh [2022-05-16T01:30:48.796Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2022-05-16T01:30:49.165Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-05-16T01:31:07.724Z] provisioning config files... [2022-05-16T01:31:07.755Z] copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/1@tmp/config2140478694232859015tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-05-16T01:31:08.406Z] ---> docker-login.sh [2022-05-16T01:31:08.406Z] nexus3.edgexfoundry.org:10001 [2022-05-16T01:31:09.005Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-16T01:31:09.279Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-16T01:31:09.279Z] Configure a credential helper to remove this warning. See [2022-05-16T01:31:09.279Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-16T01:31:09.279Z] [2022-05-16T01:31:09.279Z] Login Succeeded [2022-05-16T01:31:09.279Z] nexus3.edgexfoundry.org:10002 [2022-05-16T01:31:09.557Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-16T01:31:09.830Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-16T01:31:09.830Z] Configure a credential helper to remove this warning. See [2022-05-16T01:31:09.830Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-16T01:31:09.830Z] [2022-05-16T01:31:09.830Z] Login Succeeded [2022-05-16T01:31:09.830Z] nexus3.edgexfoundry.org:10003 [2022-05-16T01:31:10.106Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-16T01:31:10.106Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-16T01:31:10.106Z] Configure a credential helper to remove this warning. See [2022-05-16T01:31:10.106Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-16T01:31:10.106Z] [2022-05-16T01:31:10.106Z] Login Succeeded [2022-05-16T01:31:10.385Z] nexus3.edgexfoundry.org:10004 [2022-05-16T01:31:10.660Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-16T01:31:10.660Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-16T01:31:10.660Z] Configure a credential helper to remove this warning. See [2022-05-16T01:31:10.660Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-16T01:31:10.660Z] [2022-05-16T01:31:10.660Z] Login Succeeded [2022-05-16T01:31:10.660Z] docker.io [2022-05-16T01:31:11.259Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-16T01:31:11.535Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-16T01:31:11.535Z] Configure a credential helper to remove this warning. See [2022-05-16T01:31:11.535Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-16T01:31:11.535Z] [2022-05-16T01:31:11.535Z] Login Succeeded [2022-05-16T01:31:11.535Z] ---> docker-login.sh ends [Pipeline] } [2022-05-16T01:31:11.566Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-05-16T01:31:11.996Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-05-16T01:31:12.029Z] ========================================================= [2022-05-16T01:31:12.029Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine] [2022-05-16T01:31:12.029Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh [2022-05-16T01:31:12.476Z] + 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-16T01:31:12.753Z] Sending build context to Docker daemon 3.096MB [2022-05-16T01:31:13.036Z] Step 1/12 : ARG BASE=golang:1.17-alpine3.15 [2022-05-16T01:31:13.036Z] Step 2/12 : FROM ${BASE} AS builder [2022-05-16T01:31:13.036Z] 1.17-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2022-05-16T01:31:13.036Z] 9b3977197b4f: Pulling fs layer [2022-05-16T01:31:13.036Z] 1a89e8eeedd5: Pulling fs layer [2022-05-16T01:31:13.036Z] 94645a83ff95: Pulling fs layer [2022-05-16T01:31:13.036Z] 3f3a8bcf1eab: Pulling fs layer [2022-05-16T01:31:13.036Z] 0c92f367c5e7: Pulling fs layer [2022-05-16T01:31:13.036Z] 3096ccb668a1: Pulling fs layer [2022-05-16T01:31:13.036Z] 3f3a8bcf1eab: Waiting [2022-05-16T01:31:13.036Z] 0c92f367c5e7: Waiting [2022-05-16T01:31:13.036Z] e8cf19c19ddd: Pulling fs layer [2022-05-16T01:31:13.036Z] a4caa8a26152: Pulling fs layer [2022-05-16T01:31:13.036Z] 3096ccb668a1: Waiting [2022-05-16T01:31:13.036Z] a4caa8a26152: Waiting [2022-05-16T01:31:13.036Z] e8cf19c19ddd: Waiting [2022-05-16T01:31:13.036Z] 94645a83ff95: Verifying Checksum [2022-05-16T01:31:13.036Z] 94645a83ff95: Download complete [2022-05-16T01:31:13.036Z] 1a89e8eeedd5: Download complete [2022-05-16T01:31:13.036Z] 0c92f367c5e7: Verifying Checksum [2022-05-16T01:31:13.036Z] 0c92f367c5e7: Download complete [2022-05-16T01:31:13.318Z] 9b3977197b4f: Verifying Checksum [2022-05-16T01:31:13.318Z] 9b3977197b4f: Download complete [2022-05-16T01:31:13.318Z] 3096ccb668a1: Verifying Checksum [2022-05-16T01:31:13.318Z] 3096ccb668a1: Download complete [2022-05-16T01:31:13.318Z] e8cf19c19ddd: Verifying Checksum [2022-05-16T01:31:13.318Z] e8cf19c19ddd: Download complete [2022-05-16T01:31:13.929Z] 9b3977197b4f: Pull complete [2022-05-16T01:31:14.529Z] 1a89e8eeedd5: Pull complete [2022-05-16T01:31:14.807Z] 94645a83ff95: Pull complete [2022-05-16T01:31:15.412Z] a4caa8a26152: Verifying Checksum [2022-05-16T01:31:15.412Z] a4caa8a26152: Download complete [2022-05-16T01:31:16.014Z] 3f3a8bcf1eab: Verifying Checksum [2022-05-16T01:31:16.014Z] 3f3a8bcf1eab: Download complete [2022-05-16T01:31:28.447Z] 3f3a8bcf1eab: Pull complete [2022-05-16T01:31:28.447Z] 0c92f367c5e7: Pull complete [2022-05-16T01:31:28.723Z] 3096ccb668a1: Pull complete [2022-05-16T01:31:29.001Z] e8cf19c19ddd: Pull complete [2022-05-16T01:31:35.823Z] a4caa8a26152: Pull complete [2022-05-16T01:31:35.823Z] Digest: sha256:b3ad895ecde34a7521bb8912598475bc58d052e1c2c58d00df7f0fe54a102a46 [2022-05-16T01:31:35.823Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [2022-05-16T01:31:35.823Z] ---> 725f1c02e7f9 [2022-05-16T01:31:35.823Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" [2022-05-16T01:31:36.098Z] ---> Running in f0adb8b65f9b [2022-05-16T01:31:36.380Z] Removing intermediate container f0adb8b65f9b [2022-05-16T01:31:36.380Z] ---> a985c0b844b0 [2022-05-16T01:31:36.380Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2022-05-16T01:31:36.655Z] ---> Running in 037b6f96b7b8 [2022-05-16T01:31:36.929Z] Removing intermediate container 037b6f96b7b8 [2022-05-16T01:31:36.929Z] ---> e5763f078f95 [2022-05-16T01:31:36.929Z] Step 5/12 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-16T01:31:36.929Z] ---> Running in 106b9e53c961 [2022-05-16T01:31:38.909Z] Removing intermediate container 106b9e53c961 [2022-05-16T01:31:38.909Z] ---> af0480f66cc0 [2022-05-16T01:31:38.909Z] Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-05-16T01:31:38.909Z] ---> Running in 9c389f6694e9 [2022-05-16T01:31:39.895Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-05-16T01:31:40.882Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-05-16T01:31:41.880Z] (1/4) Installing openssh-keygen (8.8_p1-r1) [2022-05-16T01:31:41.880Z] (2/4) Installing libedit (20210910.3.1-r0) [2022-05-16T01:31:41.880Z] (3/4) Installing openssh-client-common (8.8_p1-r1) [2022-05-16T01:31:42.176Z] (4/4) Installing openssh-client-default (8.8_p1-r1) [2022-05-16T01:31:42.176Z] Executing busybox-1.34.1-r3.trigger [2022-05-16T01:31:42.176Z] OK: 224 MiB in 56 packages [2022-05-16T01:31:43.168Z] Removing intermediate container 9c389f6694e9 [2022-05-16T01:31:43.168Z] ---> 4e89d84e81e8 [2022-05-16T01:31:43.168Z] Step 7/12 : WORKDIR /device-mqtt-go [2022-05-16T01:31:43.168Z] ---> Running in b99e09c9fc7d [2022-05-16T01:31:43.769Z] Removing intermediate container b99e09c9fc7d [2022-05-16T01:31:43.769Z] ---> 94d3ae50e8c2 [2022-05-16T01:31:43.769Z] Step 8/12 : COPY go.mod vendor* ./ [2022-05-16T01:31:44.043Z] ---> 9e75aa3b25dd [2022-05-16T01:31:44.043Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-05-16T01:31:44.320Z] ---> Running in 9606a7a16bc5 [2022-05-16T01:32:40.878Z] Removing intermediate container 9606a7a16bc5 [2022-05-16T01:32:40.878Z] ---> d65133fcd04a [2022-05-16T01:32:40.878Z] Step 10/12 : COPY . . [2022-05-16T01:32:40.878Z] ---> 2a7986907f7b [2022-05-16T01:32:40.878Z] Step 11/12 : ARG MAKE='make build' [2022-05-16T01:32:40.878Z] ---> Running in 35337d11fd76 [2022-05-16T01:32:40.878Z] Removing intermediate container 35337d11fd76 [2022-05-16T01:32:40.878Z] ---> 078f1952a167 [2022-05-16T01:32:40.878Z] Step 12/12 : RUN $MAKE [2022-05-16T01:32:40.878Z] ---> Running in 00460746e21c [2022-05-16T01:32:40.878Z] noop [2022-05-16T01:32:40.878Z] Removing intermediate container 00460746e21c [2022-05-16T01:32:40.878Z] ---> 41427addfead [2022-05-16T01:32:40.878Z] Successfully built 41427addfead [2022-05-16T01:32:40.878Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2022-05-16T01:32:41.256Z] + docker inspect -f . ci-base-image-arm64 [2022-05-16T01:32:41.257Z] . [Pipeline] withDockerContainer [2022-05-16T01:32:41.540Z] prd-ubuntu20.04-docker-arm64-4c-16g-63705 does not seem to be running inside a container [2022-05-16T01:32:41.628Z] $ 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-16T01:32:43.012Z] $ docker top 4badb68c8f7718e87c9df76a1b998df9afbac2a908e87c56df6c00e2a1df4dd8 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-05-16T01:32:44.034Z] + go version [2022-05-16T01:32:44.034Z] go version go1.17.6 linux/arm64 [Pipeline] } [2022-05-16T01:32:44.072Z] $ docker stop --time=1 4badb68c8f7718e87c9df76a1b998df9afbac2a908e87c56df6c00e2a1df4dd8 [2022-05-16T01:32:45.759Z] $ docker rm -f 4badb68c8f7718e87c9df76a1b998df9afbac2a908e87c56df6c00e2a1df4dd8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-05-16T01:32:46.631Z] + docker inspect -f . ci-base-image-arm64 [2022-05-16T01:32:46.631Z] . [Pipeline] withDockerContainer [2022-05-16T01:32:46.895Z] prd-ubuntu20.04-docker-arm64-4c-16g-63705 does not seem to be running inside a container [2022-05-16T01:32:46.980Z] $ 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-16T01:32:48.286Z] $ docker top 443f1ad24791e02d42ed73316ac6121b3e6bd39719fcb170b79647a2b971305e -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh [2022-05-16T01:32:49.372Z] + make test [2022-05-16T01:32:49.372Z] GCO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2022-05-16T01:32:50.808Z] ? github.com/edgexfoundry/device-mqtt-go [no test files] [2022-05-16T01:34:27.731Z] ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] [2022-05-16T01:34:27.731Z] ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.081s coverage: 21.8% of statements [2022-05-16T01:34:27.731Z] ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] [2022-05-16T01:34:27.731Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2022-05-16T01:34:27.731Z] GCO_ENABLED=1 GO111MODULE=on go vet ./... [2022-05-16T01:34:42.862Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-05-16T01:34:42.862Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-05-16T01:34:42.862Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-05-16T01:34:45.524Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-05-16T01:34:45.558Z] $ docker stop --time=1 443f1ad24791e02d42ed73316ac6121b3e6bd39719fcb170b79647a2b971305e [2022-05-16T01:34:47.336Z] $ docker rm -f 443f1ad24791e02d42ed73316ac6121b3e6bd39719fcb170b79647a2b971305e [Pipeline] // withDockerContainer [Pipeline] sh [2022-05-16T01:34:48.372Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-05-16T01:34:48.409Z] Warning: overwriting stash ‘coverage-report’ [2022-05-16T01:34:48.968Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-05-16T01:34:49.555Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-05-16T01:34:49.926Z] + ls -al . [2022-05-16T01:34:49.926Z] total 176 [2022-05-16T01:34:49.926Z] drwxrwxr-x 9 jenkins jenkins 4096 May 16 01:34 . [2022-05-16T01:34:49.926Z] drwxrwxr-x 4 jenkins jenkins 4096 May 16 01:30 .. [2022-05-16T01:34:49.926Z] -rw-rw-r-- 1 jenkins jenkins 140 May 16 01:30 .dockerignore [2022-05-16T01:34:49.926Z] drwxrwxr-x 8 jenkins jenkins 4096 May 16 01:30 .git [2022-05-16T01:34:49.926Z] drwxrwxr-x 3 jenkins jenkins 4096 May 16 01:30 .github [2022-05-16T01:34:49.926Z] -rw-rw-r-- 1 jenkins jenkins 329 May 16 01:30 .gitignore [2022-05-16T01:34:49.926Z] -rw-rw-r-- 1 jenkins jenkins 41 May 16 01:30 .golangci.yml [2022-05-16T01:34:49.926Z] -rw-rw-r-- 1 jenkins jenkins 8656 May 16 01:30 Attribution.txt [2022-05-16T01:34:49.926Z] -rw-rw-r-- 1 jenkins jenkins 11365 May 16 01:30 CHANGELOG.md [2022-05-16T01:34:49.926Z] -rw-rw-r-- 1 jenkins jenkins 1930 May 16 01:30 Dockerfile [2022-05-16T01:34:49.926Z] -rw-rw-r-- 1 jenkins jenkins 677 May 16 01:30 GOVERNANCE.md [2022-05-16T01:34:49.926Z] -rw-rw-r-- 1 jenkins jenkins 678 May 16 01:30 Jenkinsfile [2022-05-16T01:34:49.926Z] -rw-rw-r-- 1 jenkins jenkins 11340 May 16 01:30 LICENSE [2022-05-16T01:34:49.926Z] -rw-rw-r-- 1 jenkins jenkins 1930 May 16 01:30 Makefile [2022-05-16T01:34:49.926Z] -rw-rw-r-- 1 jenkins jenkins 620 May 16 01:30 OWNERS.md [2022-05-16T01:34:49.926Z] -rw-rw-r-- 1 jenkins jenkins 2501 May 16 01:30 README.md [2022-05-16T01:34:49.926Z] -rw-rw-r-- 1 jenkins jenkins 5 May 16 01:27 VERSION [2022-05-16T01:34:49.926Z] drwxrwxr-x 2 jenkins jenkins 4096 May 16 01:30 bin [2022-05-16T01:34:49.926Z] drwxrwxr-x 3 jenkins jenkins 4096 May 16 01:30 cmd [2022-05-16T01:34:49.926Z] -rw-r--r-- 1 jenkins jenkins 17887 May 16 01:34 coverage.out [2022-05-16T01:34:49.926Z] -rw-rw-r-- 1 jenkins jenkins 3263 May 16 01:30 go.mod [2022-05-16T01:34:49.926Z] -rw-rw-r-- 1 jenkins jenkins 35433 May 16 01:30 go.sum [2022-05-16T01:34:49.926Z] drwxrwxr-x 3 jenkins jenkins 4096 May 16 01:30 internal [2022-05-16T01:34:49.926Z] drwxrwxr-x 2 jenkins jenkins 4096 May 16 01:30 mock [2022-05-16T01:34:49.926Z] drwxrwxr-x 4 jenkins jenkins 4096 May 16 01:30 snap [2022-05-16T01:34:49.926Z] -rw-rw-r-- 1 jenkins jenkins 227 May 16 01:30 version.go [Pipeline] isUnix [Pipeline] sh [2022-05-16T01:34:50.370Z] + 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=6274ebe3ebe2c5391e5fa3a9d38fa30c7112c906 --label arch=arm64 --label version=0.0.0 . [2022-05-16T01:34:50.977Z] Sending build context to Docker daemon 3.114MB [2022-05-16T01:34:50.977Z] Step 1/24 : ARG BASE=golang:1.17-alpine3.15 [2022-05-16T01:34:50.977Z] Step 2/24 : FROM ${BASE} AS builder [2022-05-16T01:34:50.977Z] ---> 41427addfead [2022-05-16T01:34:50.977Z] Step 3/24 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" [2022-05-16T01:34:50.977Z] ---> Running in d6abfbd12254 [2022-05-16T01:34:51.253Z] Removing intermediate container d6abfbd12254 [2022-05-16T01:34:51.253Z] ---> a41f13d63d28 [2022-05-16T01:34:51.253Z] Step 4/24 : ARG ALPINE_PKG_EXTRA="" [2022-05-16T01:34:51.535Z] ---> Running in 4a50e9eb948b [2022-05-16T01:34:51.808Z] Removing intermediate container 4a50e9eb948b [2022-05-16T01:34:51.808Z] ---> aaac14f90eae [2022-05-16T01:34:51.808Z] Step 5/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-16T01:34:51.808Z] ---> Running in ef98fb04f86a [2022-05-16T01:34:53.248Z] Removing intermediate container ef98fb04f86a [2022-05-16T01:34:53.248Z] ---> 6168cecd0349 [2022-05-16T01:34:53.248Z] Step 6/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-05-16T01:34:53.538Z] ---> Running in 0f70c45a529c [2022-05-16T01:34:54.521Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-05-16T01:34:55.500Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-05-16T01:34:56.098Z] OK: 224 MiB in 56 packages [2022-05-16T01:34:57.091Z] Removing intermediate container 0f70c45a529c [2022-05-16T01:34:57.091Z] ---> 2cd8f3ecfc40 [2022-05-16T01:34:57.091Z] Step 7/24 : WORKDIR /device-mqtt-go [2022-05-16T01:34:57.091Z] ---> Running in 21441416f1b6 [2022-05-16T01:34:57.367Z] Removing intermediate container 21441416f1b6 [2022-05-16T01:34:57.367Z] ---> 5348006292e7 [2022-05-16T01:34:57.367Z] Step 8/24 : COPY go.mod vendor* ./ [2022-05-16T01:34:57.968Z] ---> 6d36ccc34f0d [2022-05-16T01:34:57.969Z] Step 9/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-05-16T01:34:57.969Z] ---> Running in d604efc6c55d [2022-05-16T01:34:59.951Z] Removing intermediate container d604efc6c55d [2022-05-16T01:34:59.951Z] ---> 5930087493b7 [2022-05-16T01:34:59.951Z] Step 10/24 : COPY . . [2022-05-16T01:35:00.933Z] ---> d3f3ea44664f [2022-05-16T01:35:00.933Z] Step 11/24 : ARG MAKE='make build' [2022-05-16T01:35:00.933Z] ---> Running in ed600a45279d [2022-05-16T01:35:01.208Z] Removing intermediate container ed600a45279d [2022-05-16T01:35:01.208Z] ---> 01f2f49853ef [2022-05-16T01:35:01.208Z] Step 12/24 : RUN $MAKE [2022-05-16T01:35:01.208Z] ---> Running in 8431b4efd44d [2022-05-16T01:35:02.192Z] 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-16T01:37:09.102Z] Removing intermediate container 8431b4efd44d [2022-05-16T01:37:09.103Z] ---> 09272885b6dc [2022-05-16T01:37:09.103Z] Step 13/24 : FROM alpine:3.14 [2022-05-16T01:37:09.103Z] 3.14: Pulling from library/alpine [2022-05-16T01:37:09.103Z] 455c02918c45: Pulling fs layer [2022-05-16T01:37:09.103Z] 455c02918c45: Verifying Checksum [2022-05-16T01:37:09.103Z] 455c02918c45: Download complete [2022-05-16T01:37:09.103Z] 455c02918c45: Pull complete [2022-05-16T01:37:09.103Z] Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 [2022-05-16T01:37:09.103Z] Status: Downloaded newer image for alpine:3.14 [2022-05-16T01:37:09.103Z] ---> ac73e934f311 [2022-05-16T01:37:09.103Z] Step 14/24 : LABEL license='VSPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IoTech Ltd' [2022-05-16T01:37:09.103Z] ---> Running in 06ac493c52c4 [2022-05-16T01:37:09.103Z] Removing intermediate container 06ac493c52c4 [2022-05-16T01:37:09.103Z] ---> 16db52b149e2 [2022-05-16T01:37:09.103Z] Step 15/24 : RUN apk add --update --no-cache zeromq dumb-init [2022-05-16T01:37:09.103Z] ---> Running in 1008f5bf5f01 [2022-05-16T01:37:09.103Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-05-16T01:37:09.103Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-05-16T01:37:09.103Z] (1/6) Installing dumb-init (1.2.5-r1) [2022-05-16T01:37:09.103Z] (2/6) Installing libgcc (10.3.1_git20210424-r2) [2022-05-16T01:37:09.103Z] (3/6) Installing libsodium (1.0.18-r0) [2022-05-16T01:37:09.103Z] (4/6) Installing libstdc++ (10.3.1_git20210424-r2) [2022-05-16T01:37:09.103Z] (5/6) Installing libzmq (4.3.4-r0) [2022-05-16T01:37:09.103Z] (6/6) Installing zeromq (4.3.4-r0) [2022-05-16T01:37:09.103Z] Executing busybox-1.33.1-r7.trigger [2022-05-16T01:37:09.103Z] OK: 8 MiB in 20 packages [2022-05-16T01:37:09.103Z] Removing intermediate container 1008f5bf5f01 [2022-05-16T01:37:09.103Z] ---> fd94ce61d3e5 [2022-05-16T01:37:09.103Z] Step 16/24 : COPY --from=builder /device-mqtt-go/cmd / [2022-05-16T01:37:09.103Z] ---> 6167f9a660ac [2022-05-16T01:37:09.103Z] Step 17/24 : COPY --from=builder /device-mqtt-go/LICENSE / [2022-05-16T01:37:09.103Z] ---> 5f374e859d93 [2022-05-16T01:37:09.103Z] Step 18/24 : COPY --from=builder /device-mqtt-go/Attribution.txt / [2022-05-16T01:37:09.103Z] ---> 3952079798af [2022-05-16T01:37:09.103Z] Step 19/24 : EXPOSE 59982 [2022-05-16T01:37:09.103Z] ---> Running in 856814fecb8d [2022-05-16T01:37:09.103Z] Removing intermediate container 856814fecb8d [2022-05-16T01:37:09.103Z] ---> b3a7bd1265fd [2022-05-16T01:37:09.103Z] Step 20/24 : ENTRYPOINT ["/device-mqtt"] [2022-05-16T01:37:09.103Z] ---> Running in a7beee27f163 [2022-05-16T01:37:09.103Z] Removing intermediate container a7beee27f163 [2022-05-16T01:37:09.103Z] ---> 68bb36597fad [2022-05-16T01:37:09.103Z] Step 21/24 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-05-16T01:37:09.103Z] ---> Running in e8ee914db494 [2022-05-16T01:37:09.103Z] Removing intermediate container e8ee914db494 [2022-05-16T01:37:09.103Z] ---> c4fa0d2c6884 [2022-05-16T01:37:09.103Z] Step 22/24 : LABEL arch=arm64 [2022-05-16T01:37:09.103Z] ---> Running in 721a2e41a2cd [2022-05-16T01:37:09.103Z] Removing intermediate container 721a2e41a2cd [2022-05-16T01:37:09.103Z] ---> 01a8b56c0926 [2022-05-16T01:37:09.103Z] Step 23/24 : LABEL git_sha=6274ebe3ebe2c5391e5fa3a9d38fa30c7112c906 [2022-05-16T01:37:09.103Z] ---> Running in 88eff804758d [2022-05-16T01:37:09.103Z] Removing intermediate container 88eff804758d [2022-05-16T01:37:09.103Z] ---> 09fe6b33ecd0 [2022-05-16T01:37:09.103Z] Step 24/24 : LABEL version=0.0.0 [2022-05-16T01:37:09.103Z] ---> Running in 5717d7d05bbb [2022-05-16T01:37:09.103Z] Removing intermediate container 5717d7d05bbb [2022-05-16T01:37:09.103Z] ---> 9e8fd658624a [2022-05-16T01:37:09.103Z] [Warning] One or more build-args [ARCH] were not consumed [2022-05-16T01:37:09.103Z] Successfully built 9e8fd658624a [2022-05-16T01:37:09.103Z] 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-16T01:37:09.818Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-05-16T01:37:09.819Z] [2022-05-16T01:37:09.819Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh [2022-05-16T01:37:10.281Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-05-16T01:37:10.558Z] arm64: Pulling from edgex-lftools-log-publisher [2022-05-16T01:37:10.558Z] 8998bd30e6a1: Pulling fs layer [2022-05-16T01:37:10.558Z] 04944245beec: Pulling fs layer [2022-05-16T01:37:10.558Z] 699f458cf7ca: Pulling fs layer [2022-05-16T01:37:10.558Z] 765212b225bb: Pulling fs layer [2022-05-16T01:37:10.558Z] f23df028b6ca: Pulling fs layer [2022-05-16T01:37:10.558Z] d65c8cfc05b1: Pulling fs layer [2022-05-16T01:37:10.558Z] 2437ff75d9bd: Pulling fs layer [2022-05-16T01:37:10.558Z] 765212b225bb: Waiting [2022-05-16T01:37:10.558Z] f23df028b6ca: Waiting [2022-05-16T01:37:10.558Z] d65c8cfc05b1: Waiting [2022-05-16T01:37:10.558Z] 2437ff75d9bd: Waiting [2022-05-16T01:37:10.558Z] 04944245beec: Verifying Checksum [2022-05-16T01:37:10.558Z] 04944245beec: Download complete [2022-05-16T01:37:10.558Z] 765212b225bb: Verifying Checksum [2022-05-16T01:37:10.558Z] 765212b225bb: Download complete [2022-05-16T01:37:10.558Z] f23df028b6ca: Download complete [2022-05-16T01:37:10.558Z] d65c8cfc05b1: Verifying Checksum [2022-05-16T01:37:10.558Z] d65c8cfc05b1: Download complete [2022-05-16T01:37:10.836Z] 699f458cf7ca: Verifying Checksum [2022-05-16T01:37:10.836Z] 699f458cf7ca: Download complete [2022-05-16T01:37:11.109Z] 8998bd30e6a1: Verifying Checksum [2022-05-16T01:37:11.109Z] 8998bd30e6a1: Download complete [2022-05-16T01:37:13.743Z] 2437ff75d9bd: Verifying Checksum [2022-05-16T01:37:13.743Z] 2437ff75d9bd: Download complete [2022-05-16T01:37:15.723Z] 8998bd30e6a1: Pull complete [2022-05-16T01:37:15.998Z] 04944245beec: Pull complete [2022-05-16T01:37:17.444Z] 699f458cf7ca: Pull complete [2022-05-16T01:37:17.720Z] 765212b225bb: Pull complete [2022-05-16T01:37:18.702Z] f23df028b6ca: Pull complete [2022-05-16T01:37:18.702Z] d65c8cfc05b1: Pull complete [2022-05-16T01:37:33.799Z] 2437ff75d9bd: Pull complete [2022-05-16T01:37:33.799Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2022-05-16T01:37:33.799Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-05-16T01:37:33.799Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer [2022-05-16T01:37:34.060Z] prd-ubuntu20.04-docker-arm64-4c-16g-63705 does not seem to be running inside a container [2022-05-16T01:37:34.145Z] $ 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-16T01:37:36.799Z] $ docker top 22801c3fb81f9cfd035937bb204bf964a8adfb334a221176d916e5406f087f33 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-05-16T01:37:37.790Z] ---> job-cost.sh [2022-05-16T01:37:37.790Z] lf-activate-venv: SKIPPING [2022-05-16T01:37:37.790Z] INFO: No Stack... [2022-05-16T01:37:38.385Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2022-05-16T01:37:38.981Z] INFO: Archiving Costs [Pipeline] sh [2022-05-16T01:37:39.669Z] + cat /w/workspace/device-mqtt-go/1/archives/cost.csv [2022-05-16T01:37:39.669Z] + cut -d, -f6 [Pipeline] lock [2022-05-16T01:37:39.757Z] Trying to acquire lock on [jenkins-edgexfoundry-device-mqtt-go-PR-382-1-stack-cost] [2022-05-16T01:37:39.762Z] Resource [jenkins-edgexfoundry-device-mqtt-go-PR-382-1-stack-cost] did not exist. Created. [2022-05-16T01:37:39.762Z] Lock acquired on [jenkins-edgexfoundry-device-mqtt-go-PR-382-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-05-16T01:37:40.512Z] /w/workspace/device-mqtt-go/1@tmp/durable-b937a37f/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2022-05-16T01:37:41.210Z] + echo total: 0.10999999940395355 [Pipeline] stash [2022-05-16T01:37:41.248Z] Warning: overwriting stash ‘stack-cost’ [2022-05-16T01:37:41.299Z] Stashed 1 file(s) [Pipeline] } [2022-05-16T01:37:41.314Z] Lock released on resource [jenkins-edgexfoundry-device-mqtt-go-PR-382-1-stack-cost] [Pipeline] // lock [Pipeline] } [2022-05-16T01:37:41.394Z] $ docker stop --time=1 22801c3fb81f9cfd035937bb204bf964a8adfb334a221176d916e5406f087f33 [2022-05-16T01:37:42.917Z] $ docker rm -f 22801c3fb81f9cfd035937bb204bf964a8adfb334a221176d916e5406f087f33 [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-16T01:37:44.009Z] provisioning config files... [2022-05-16T01:37:44.019Z] copy managed file [device-mqtt-go-codecov-token] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-382@tmp/config7057388767384842043tmp [Pipeline] { [Pipeline] sh [2022-05-16T01:37:44.350Z] + set +x [2022-05-16T01:37:44.350Z] + curl -s https://codecov.io/bash [2022-05-16T01:37:44.350Z] + bash -s -- [2022-05-16T01:37:44.350Z] [2022-05-16T01:37:44.350Z] _____ _ [2022-05-16T01:37:44.350Z] / ____| | | [2022-05-16T01:37:44.350Z] | | ___ __| | ___ ___ _____ __ [2022-05-16T01:37:44.350Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2022-05-16T01:37:44.350Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2022-05-16T01:37:44.350Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2022-05-16T01:37:44.350Z] Bash-1.0.6 [2022-05-16T01:37:44.350Z] [2022-05-16T01:37:44.350Z] [2022-05-16T01:37:44.350Z] ==> git version 2.25.1 found [2022-05-16T01:37:44.350Z] ==> 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-16T01:37:44.350Z] Release-Date: 2020-01-08 [2022-05-16T01:37:44.350Z] 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-16T01:37:44.350Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2022-05-16T01:37:44.350Z] ==> Jenkins CI detected. [2022-05-16T01:37:44.350Z] current dir:  /w/workspace/gexfoundry_device-mqtt-go_PR-382 [2022-05-16T01:37:44.350Z] project root: . [2022-05-16T01:37:44.350Z] --> token set from env [2022-05-16T01:37:44.350Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2022-05-16T01:37:44.614Z] ==> Running gcov in . (disable via -X gcov) [2022-05-16T01:37:44.614Z] ==> Python coveragepy not found [2022-05-16T01:37:44.614Z] ==> Searching for coverage reports in: [2022-05-16T01:37:44.614Z] + . [2022-05-16T01:37:44.614Z] -> Found 1 reports [2022-05-16T01:37:44.614Z] ==> Detecting git/mercurial file structure [2022-05-16T01:37:44.614Z] ==> Reading reports [2022-05-16T01:37:44.614Z] + ./coverage.out bytes=17887 [2022-05-16T01:37:44.614Z] ==> Appending adjustments [2022-05-16T01:37:44.614Z] https://docs.codecov.io/docs/fixing-reports [2022-05-16T01:37:44.614Z] + Found adjustments [2022-05-16T01:37:44.614Z] ==> Gzipping contents [2022-05-16T01:37:44.614Z] 4.0K /tmp/codecov.8Xg2N8.gz [2022-05-16T01:37:44.614Z] ==> Uploading reports [2022-05-16T01:37:44.614Z] url: https://codecov.io [2022-05-16T01:37:44.615Z] query: branch=PR-382&commit=6274ebe3ebe2c5391e5fa3a9d38fa30c7112c906&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-mqtt-go%2Fjob%2FPR-382%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-mqtt-go&service=jenkins&flags=&pr=382&job=&cmd_args= [2022-05-16T01:37:44.615Z] -> Pinging Codecov [2022-05-16T01:37:44.615Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=3cf7f23a-d5e6-4c47-868b-a0a7f9a025f8&branch=PR-382&commit=6274ebe3ebe2c5391e5fa3a9d38fa30c7112c906&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-mqtt-go%2Fjob%2FPR-382%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-mqtt-go&service=jenkins&flags=&pr=382&job=&cmd_args= [2022-05-16T01:37:44.876Z] -> Uploading to [2022-05-16T01:37:44.876Z] https://storage.googleapis.com/codecov/v4/raw/2022-05-16/7D719EC7BBE17E464838252E33014C33/6274ebe3ebe2c5391e5fa3a9d38fa30c7112c906/110cdd78-95bb-49cc-8c2f-0af4aa4865fc.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20220516%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220516T013744Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=c7df2eab3db6c9b6221366eb2fc55d9f7a04cb5f5b7d9988b98569806c5abddc [2022-05-16T01:37:44.876Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-05-16T01:37:44.876Z] Dload Upload Total Spent Left Speed [2022-05-16T01:37:45.138Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3244 0 0 100 3244 0 14165 --:--:-- --:--:-- --:--:-- 14165 [2022-05-16T01:37:45.138Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-mqtt-go/commit/6274ebe3ebe2c5391e5fa3a9d38fa30c7112c906 [Pipeline] } [2022-05-16T01:37:45.168Z] 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-16T01:37:46.965Z] + [ -d /w/workspace/gexfoundry_device-mqtt-go_PR-382/archives ] [2022-05-16T01:37:46.965Z] + ls -al /w/workspace/gexfoundry_device-mqtt-go_PR-382/archives [2022-05-16T01:37:46.965Z] total 16 [2022-05-16T01:37:46.965Z] drwxr-xr-x 3 root root 4096 May 16 01:29 . [2022-05-16T01:37:46.965Z] drwxrwxr-x 11 jenkins jenkins 4096 May 16 01:29 .. [2022-05-16T01:37:46.965Z] drwxr-xr-x 2 root root 4096 May 16 01:29 cost [2022-05-16T01:37:46.965Z] -rw-r--r-- 1 root root 85 May 16 01:29 cost.csv [2022-05-16T01:37:46.965Z] + sudo chown -R jenkins:jenkins /w/workspace/gexfoundry_device-mqtt-go_PR-382/archives [2022-05-16T01:37:46.965Z] + ls -al /w/workspace/gexfoundry_device-mqtt-go_PR-382/archives [2022-05-16T01:37:46.965Z] total 16 [2022-05-16T01:37:46.965Z] drwxr-xr-x 3 jenkins jenkins 4096 May 16 01:29 . [2022-05-16T01:37:46.965Z] drwxrwxr-x 11 jenkins jenkins 4096 May 16 01:29 .. [2022-05-16T01:37:46.965Z] drwxr-xr-x 2 jenkins jenkins 4096 May 16 01:29 cost [2022-05-16T01:37:46.965Z] -rw-r--r-- 1 jenkins jenkins 85 May 16 01:29 cost.csv [Pipeline] libraryResource [Pipeline] sh [2022-05-16T01:37:47.307Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2022-05-16T01:37:48.206Z] ---> package-listing.sh [2022-05-16T01:37:48.206Z] ++ facter osfamily [2022-05-16T01:37:48.206Z] ++ tr '[:upper:]' '[:lower:]' [2022-05-16T01:37:48.466Z] + OS_FAMILY=debian [2022-05-16T01:37:48.466Z] + workspace=/w/workspace/gexfoundry_device-mqtt-go_PR-382 [2022-05-16T01:37:48.466Z] + START_PACKAGES=/tmp/packages_start.txt [2022-05-16T01:37:48.466Z] + END_PACKAGES=/tmp/packages_end.txt [2022-05-16T01:37:48.466Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2022-05-16T01:37:48.466Z] + PACKAGES=/tmp/packages_start.txt [2022-05-16T01:37:48.466Z] + '[' /w/workspace/gexfoundry_device-mqtt-go_PR-382 ']' [2022-05-16T01:37:48.466Z] + PACKAGES=/tmp/packages_end.txt [2022-05-16T01:37:48.466Z] + case "${OS_FAMILY}" in [2022-05-16T01:37:48.466Z] + dpkg -l [2022-05-16T01:37:48.466Z] + grep '^ii' [2022-05-16T01:37:48.466Z] + '[' -f /tmp/packages_start.txt ']' [2022-05-16T01:37:48.466Z] + '[' -f /tmp/packages_end.txt ']' [2022-05-16T01:37:48.466Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2022-05-16T01:37:48.466Z] + '[' /w/workspace/gexfoundry_device-mqtt-go_PR-382 ']' [2022-05-16T01:37:48.466Z] + mkdir -p /w/workspace/gexfoundry_device-mqtt-go_PR-382/archives/ [2022-05-16T01:37:48.466Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-mqtt-go_PR-382/archives/ [Pipeline] echo [2022-05-16T01:37:48.501Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/gexfoundry_device-mqtt-go_PR-382/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2022-05-16T01:37:48.797Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2022-05-16T01:37:49.392Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-05-16T01:37:49.392Z] . [Pipeline] withDockerContainer [2022-05-16T01:37:49.487Z] prd-ubuntu20.04-docker-8c-8g-63703 does not seem to be running inside a container [2022-05-16T01:37:49.523Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/gexfoundry_device-mqtt-go_PR-382/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/gexfoundry_device-mqtt-go_PR-382 -v /w/workspace/gexfoundry_device-mqtt-go_PR-382:/w/workspace/gexfoundry_device-mqtt-go_PR-382:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-382@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-382@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2022-05-16T01:37:49.719Z] $ docker top 4594cbf21f310a2843f8e600539a7ee2d501be69ad05a83da621fc4bde135ca8 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-05-16T01:37:50.122Z] + touch /tmp/pre-build-complete [Pipeline] sh [2022-05-16T01:37:50.448Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2022-05-16T01:37:50.762Z] + ls /var/log/sa-host [2022-05-16T01:37:50.762Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-05-16T01:37:51.087Z] provisioning config files... [2022-05-16T01:37:51.098Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-382@tmp/config5022547196806942322tmp [Pipeline] { [Pipeline] echo [2022-05-16T01:37:51.147Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2022-05-16T01:37:51.465Z] ---> create-netrc.sh [Pipeline] } [2022-05-16T01:37:51.494Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2022-05-16T01:37:51.904Z] ---> python-tools-install.sh [Pipeline] echo [2022-05-16T01:37:51.934Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2022-05-16T01:37:52.248Z] ---> sudo-logs.sh [2022-05-16T01:37:52.248Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2022-05-16T01:37:52.335Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2022-05-16T01:37:52.652Z] ---> job-cost.sh [2022-05-16T01:37:52.652Z] lf-activate-venv: SKIPPING [2022-05-16T01:37:52.652Z] DEBUG: total: 0.2199999988079071 [2022-05-16T01:37:52.652Z] INFO: Retrieving Stack Cost... [2022-05-16T01:37:53.595Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-05-16T01:37:53.855Z] INFO: Archiving Costs [Pipeline] echo [2022-05-16T01:37:53.889Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2022-05-16T01:37:54.206Z] ---> logs-deploy.sh [2022-05-16T01:37:54.206Z] lf-activate-venv: SKIPPING [2022-05-16T01:37:54.206Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-mqtt-go/PR-382/1 [2022-05-16T01:37:54.206Z] INFO: archiving workspace using pattern(s): [2022-05-16T01:37:55.164Z] Archives upload complete. [2022-05-16T01:37:55.164Z] INFO: archiving logs to Nexus