Pull request #591 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 714374070cc11d2032dbbe88c00559c6a0f6b599+2e0357b1824e5884c9b2b56c2fd5ebe36d00b6c9 (b5935a410f9d99e90d5c6dd08cb72995de123694) 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-ssh4624551436903090993.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 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-ssh3687007983985061278.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 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 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-591/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-mqtt-go/branches/PR-591/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh1006294953418997682.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-591/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh8893640819741963254.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 # timeout=10 Commit message: "fix: bug with isLTS relying on env.GIT_BRANCH inside cd-management repo (#429)" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh818880491265489117.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 65355178549468b165f8106641c96c3190b1d843 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-591/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e # timeout=10 Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-mqtt-go/branches/PR-591/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh5979183036619853093.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 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > 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 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-mqtt-go, buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-mqtt-go-settings PROJECT: device-mqtt-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.20 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-mqtt DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-12674 in /w/workspace/gexfoundry_device-mqtt-go_PR-591 [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-591 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 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/591/head:refs/remotes/origin/PR-591 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit 2e0357b1824e5884c9b2b56c2fd5ebe36d00b6c9 into PR head commit 714374070cc11d2032dbbe88c00559c6a0f6b599 Merge succeeded, producing 714374070cc11d2032dbbe88c00559c6a0f6b599 Checking out Revision 714374070cc11d2032dbbe88c00559c6a0f6b599 (PR-591) Commit message: "build(deps): bump github.com/edgexfoundry/device-sdk-go/v3" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-05-04T01:59:20.397Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) > git config core.sparsecheckout # timeout=10 > git checkout -f 714374070cc11d2032dbbe88c00559c6a0f6b599 # 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 2e0357b1824e5884c9b2b56c2fd5ebe36d00b6c9 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 714374070cc11d2032dbbe88c00559c6a0f6b599 # timeout=10 [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-05-04T01:59:20.627Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-05-04T01:59:20.745Z] ========================================================= [2023-05-04T01:59:20.745Z] EdgeX Global Pipelines Version Info [2023-05-04T01:59:20.746Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-05-04T01:59:21.500Z] ------------------- [2023-05-04T01:59:21.500Z] stable info: [2023-05-04T01:59:21.500Z] ------------------- [2023-05-04T01:59:21.500Z] Commited By: Bill Mahoney bill.mahoney@intel.com [2023-05-04T01:59:21.500Z] Commit SHA: 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 [2023-05-04T01:59:21.500Z] Message: update stable to v1.0.248 [2023-05-04T01:59:22.071Z] ------------------- [2023-05-04T01:59:22.071Z] experimental info: [2023-05-04T01:59:22.071Z] ------------------- [2023-05-04T01:59:22.071Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-05-04T01:59:22.071Z] Commit SHA: 4fc256d9079ed2258907e613f84b1b8da264a4bd [2023-05-04T01:59:22.071Z] Message: update experimental to v1.0.249 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-05-04T01:59:22.423Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-mqtt-go-settings [Pipeline] echo [2023-05-04T01:59:22.467Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-mqtt-go [Pipeline] echo [2023-05-04T01:59:22.510Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-05-04T01:59:22.559Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-05-04T01:59:22.599Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-05-04T01:59:22.642Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo [2023-05-04T01:59:22.682Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-05-04T01:59:22.790Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2023-05-04T01:59:22.834Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-05-04T01:59:22.875Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-05-04T01:59:22.916Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-05-04T01:59:22.959Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-mqtt [Pipeline] echo [2023-05-04T01:59:23.000Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-05-04T01:59:23.040Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-05-04T01:59:23.086Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-05-04T01:59:23.126Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-05-04T01:59:23.170Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-05-04T01:59:23.209Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-05-04T01:59:23.247Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-05-04T01:59:23.288Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-05-04T01:59:23.325Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2023-05-04T01:59:23.365Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2023-05-04T01:59:23.407Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-05-04T01:59:23.441Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-05-04T01:59:23.477Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2023-05-04T01:59:23.514Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-05-04T01:59:23.563Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-05-04T01:59:23.604Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-591 [Pipeline] echo [2023-05-04T01:59:23.647Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-591 [Pipeline] echo [2023-05-04T01:59:23.695Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-591 [Pipeline] echo [2023-05-04T01:59:23.739Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 714374070cc11d2032dbbe88c00559c6a0f6b599 [Pipeline] echo [2023-05-04T01:59:23.779Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 7143740 [Pipeline] echo [2023-05-04T01:59:23.823Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-05-04T01:59:23.942Z] provisioning config files... [2023-05-04T01:59:23.957Z] copy managed file [device-mqtt-go-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-591@tmp/config616701827157087113tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-05-04T01:59:24.319Z] ---> docker-login.sh [2023-05-04T01:59:24.319Z] nexus3.edgexfoundry.org:10001 [2023-05-04T01:59:24.581Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-04T01:59:24.581Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-04T01:59:24.581Z] Configure a credential helper to remove this warning. See [2023-05-04T01:59:24.581Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-04T01:59:24.581Z] [2023-05-04T01:59:24.581Z] Login Succeeded [2023-05-04T01:59:24.581Z] nexus3.edgexfoundry.org:10002 [2023-05-04T01:59:24.841Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-04T01:59:24.841Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-04T01:59:24.841Z] Configure a credential helper to remove this warning. See [2023-05-04T01:59:24.841Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-04T01:59:24.841Z] [2023-05-04T01:59:24.841Z] Login Succeeded [2023-05-04T01:59:24.841Z] nexus3.edgexfoundry.org:10003 [2023-05-04T01:59:24.841Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-04T01:59:24.841Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-04T01:59:24.841Z] Configure a credential helper to remove this warning. See [2023-05-04T01:59:24.841Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-04T01:59:24.841Z] [2023-05-04T01:59:24.841Z] Login Succeeded [2023-05-04T01:59:24.841Z] nexus3.edgexfoundry.org:10004 [2023-05-04T01:59:25.102Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-04T01:59:25.102Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-04T01:59:25.102Z] Configure a credential helper to remove this warning. See [2023-05-04T01:59:25.102Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-04T01:59:25.102Z] [2023-05-04T01:59:25.102Z] Login Succeeded [2023-05-04T01:59:25.102Z] docker.io [2023-05-04T01:59:25.102Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-04T01:59:25.363Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-04T01:59:25.363Z] Configure a credential helper to remove this warning. See [2023-05-04T01:59:25.363Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-04T01:59:25.363Z] [2023-05-04T01:59:25.363Z] Login Succeeded [2023-05-04T01:59:25.363Z] ---> docker-login.sh ends [Pipeline] } [2023-05-04T01:59:25.387Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-05-04T01:59:26.036Z] + git rev-list -1 --merges 714374070cc11d2032dbbe88c00559c6a0f6b599~1..714374070cc11d2032dbbe88c00559c6a0f6b599 [Pipeline] echo [2023-05-04T01:59:26.100Z] -----------> git rev-list -1 --merges 714374070cc11d2032dbbe88c00559c6a0f6b599~1..714374070cc11d2032dbbe88c00559c6a0f6b599 714374070cc11d2032dbbe88c00559c6a0f6b599 [false] [Pipeline] sh [2023-05-04T01:59:26.409Z] + git log --format=format:%s -1 714374070cc11d2032dbbe88c00559c6a0f6b599 [Pipeline] echo [2023-05-04T01:59:26.448Z] ========================================================= [2023-05-04T01:59:26.448Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-05-04T01:59:26.448Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-05-04T01:59:26.894Z] + git log --format=format:%s -1 714374070cc11d2032dbbe88c00559c6a0f6b599 [Pipeline] echo [2023-05-04T01:59:26.932Z] [semverPrep] GIT_COMMIT: 714374070cc11d2032dbbe88c00559c6a0f6b599, Commit Message: build(deps): bump github.com/edgexfoundry/device-sdk-go/v3 [Pipeline] echo [2023-05-04T01:59:26.964Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-05-04T01:59:27.346Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-05-04T01:59:27.347Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-05-04T01:59:27.347Z] + [ -e /tmp/ssh_known_hosts ] [2023-05-04T01:59:27.347Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-05-04T01:59:27.347Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-05-04T01:59:27.347Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-05-04T01:59:27.347Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T01:59:27.802Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-05-04T01:59:27.802Z] [2023-05-04T01:59:27.802Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T01:59:28.181Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-05-04T01:59:28.182Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-05-04T01:59:28.182Z] b85a868b505f: Pulling fs layer [2023-05-04T01:59:28.182Z] e2be974225ed: Pulling fs layer [2023-05-04T01:59:28.182Z] 339a4e72a1f5: Pulling fs layer [2023-05-04T01:59:28.182Z] 988bab9f4d93: Pulling fs layer [2023-05-04T01:59:28.182Z] 1469e6f7b9e6: Pulling fs layer [2023-05-04T01:59:28.182Z] eaf3925da568: Pulling fs layer [2023-05-04T01:59:28.182Z] bab4dde63d76: Pulling fs layer [2023-05-04T01:59:28.182Z] bde34c3a00c8: Pulling fs layer [2023-05-04T01:59:28.182Z] b352a97aabf1: Pulling fs layer [2023-05-04T01:59:28.182Z] 4872d77fe225: Pulling fs layer [2023-05-04T01:59:28.182Z] 5851b861e8e6: Pulling fs layer [2023-05-04T01:59:28.182Z] bab4dde63d76: Waiting [2023-05-04T01:59:28.182Z] bde34c3a00c8: Waiting [2023-05-04T01:59:28.182Z] 988bab9f4d93: Waiting [2023-05-04T01:59:28.182Z] b352a97aabf1: Waiting [2023-05-04T01:59:28.182Z] 4872d77fe225: Waiting [2023-05-04T01:59:28.182Z] 1469e6f7b9e6: Waiting [2023-05-04T01:59:28.182Z] eaf3925da568: Waiting [2023-05-04T01:59:28.182Z] e2be974225ed: Download complete [2023-05-04T01:59:28.182Z] 988bab9f4d93: Verifying Checksum [2023-05-04T01:59:28.182Z] 988bab9f4d93: Download complete [2023-05-04T01:59:28.182Z] 339a4e72a1f5: Verifying Checksum [2023-05-04T01:59:28.182Z] 339a4e72a1f5: Download complete [2023-05-04T01:59:28.182Z] 1469e6f7b9e6: Verifying Checksum [2023-05-04T01:59:28.182Z] 1469e6f7b9e6: Download complete [2023-05-04T01:59:28.440Z] eaf3925da568: Verifying Checksum [2023-05-04T01:59:28.440Z] eaf3925da568: Download complete [2023-05-04T01:59:28.440Z] bde34c3a00c8: Verifying Checksum [2023-05-04T01:59:28.440Z] bde34c3a00c8: Download complete [2023-05-04T01:59:28.440Z] b352a97aabf1: Download complete [2023-05-04T01:59:28.440Z] 4872d77fe225: Verifying Checksum [2023-05-04T01:59:28.440Z] 5851b861e8e6: Verifying Checksum [2023-05-04T01:59:28.440Z] 5851b861e8e6: Download complete [2023-05-04T01:59:28.440Z] b85a868b505f: Verifying Checksum [2023-05-04T01:59:28.440Z] b85a868b505f: Download complete [2023-05-04T01:59:28.698Z] bab4dde63d76: Verifying Checksum [2023-05-04T01:59:28.698Z] bab4dde63d76: Download complete [2023-05-04T01:59:29.636Z] b85a868b505f: Pull complete [2023-05-04T01:59:29.636Z] e2be974225ed: Pull complete [2023-05-04T01:59:30.217Z] 339a4e72a1f5: Pull complete [2023-05-04T01:59:30.217Z] 988bab9f4d93: Pull complete [2023-05-04T01:59:30.480Z] 1469e6f7b9e6: Pull complete [2023-05-04T01:59:30.480Z] eaf3925da568: Pull complete [2023-05-04T01:59:32.382Z] bab4dde63d76: Pull complete [2023-05-04T01:59:32.382Z] bde34c3a00c8: Pull complete [2023-05-04T01:59:32.382Z] b352a97aabf1: Pull complete [2023-05-04T01:59:32.382Z] 4872d77fe225: Pull complete [2023-05-04T01:59:32.670Z] 5851b861e8e6: Pull complete [2023-05-04T01:59:32.671Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-05-04T01:59:32.671Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-05-04T01:59:32.671Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-04T01:59:33.004Z] prd-ubuntu20.04-docker-8c-8g-12674 does not seem to be running inside a container [2023-05-04T01:59:33.038Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-mqtt-go_PR-591 -v /w/workspace/gexfoundry_device-mqtt-go_PR-591:/w/workspace/gexfoundry_device-mqtt-go_PR-591:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-591@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-591@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-05-04T01:59:35.681Z] $ docker top 8ff2bf8c387d1965ce40a195b1f4354f440dd8777b41fcf254cde1fe689bb1db -eo pid,comm [2023-05-04T01:59:35.731Z] 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). [2023-05-04T01:59:35.731Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-05-04T01:59:35.861Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-05-04T01:59:35.861Z] [ssh-agent] Looking for ssh-agent implementation... [2023-05-04T01:59:35.969Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-05-04T01:59:35.975Z] $ docker exec 8ff2bf8c387d1965ce40a195b1f4354f440dd8777b41fcf254cde1fe689bb1db ssh-agent [2023-05-04T01:59:36.088Z] SSH_AUTH_SOCK=/tmp/ssh-PS5Nfg74rjwd/agent.32 [2023-05-04T01:59:36.088Z] SSH_AGENT_PID=38 [2023-05-04T01:59:36.096Z] Running ssh-add (command line suppressed) [2023-05-04T01:59:36.203Z] Identity added: /w/workspace/gexfoundry_device-mqtt-go_PR-591@tmp/private_key_5702947204738614817.key (/w/workspace/gexfoundry_device-mqtt-go_PR-591@tmp/private_key_5702947204738614817.key) [2023-05-04T01:59:36.215Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-05-04T01:59:36.544Z] + git tag --points-at HEAD [Pipeline] } [2023-05-04T01:59:36.575Z] $ docker exec --env ******** --env ******** 8ff2bf8c387d1965ce40a195b1f4354f440dd8777b41fcf254cde1fe689bb1db ssh-agent -k [2023-05-04T01:59:36.677Z] unset SSH_AUTH_SOCK; [2023-05-04T01:59:36.677Z] unset SSH_AGENT_PID; [2023-05-04T01:59:36.678Z] echo Agent pid 38 killed; [2023-05-04T01:59:36.684Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-05-04T01:59:36.766Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-05-04T01:59:36.766Z] [ssh-agent] Looking for ssh-agent implementation... [2023-05-04T01:59:36.869Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-05-04T01:59:36.875Z] $ docker exec 8ff2bf8c387d1965ce40a195b1f4354f440dd8777b41fcf254cde1fe689bb1db ssh-agent [2023-05-04T01:59:36.978Z] SSH_AUTH_SOCK=/tmp/ssh-MP2YpsYNHpt5/agent.70 [2023-05-04T01:59:36.978Z] SSH_AGENT_PID=76 [2023-05-04T01:59:36.983Z] Running ssh-add (command line suppressed) [2023-05-04T01:59:37.092Z] Identity added: /w/workspace/gexfoundry_device-mqtt-go_PR-591@tmp/private_key_12704188809908076509.key (/w/workspace/gexfoundry_device-mqtt-go_PR-591@tmp/private_key_12704188809908076509.key) [2023-05-04T01:59:37.100Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-05-04T01:59:37.439Z] + git semver init [2023-05-04T01:59:37.699Z] 2023-05-04 01:59:37,636 [run_init] DEBUG init version:0.0.0 force:False [2023-05-04T01:59:37.699Z] 2023-05-04 01:59:37,636 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/gexfoundry_device-mqtt-go_PR-591/.semver [2023-05-04T01:59:37.700Z] 2023-05-04 01:59:37,637 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-mqtt-go.git /w/workspace/gexfoundry_device-mqtt-go_PR-591/.semver [2023-05-04T01:59:37.700Z] 2023-05-04 01:59:37,637 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-mqtt-go.git', '/w/workspace/gexfoundry_device-mqtt-go_PR-591/.semver'], cwd=/w/workspace/gexfoundry_device-mqtt-go_PR-591, universal_newlines=False, shell=None, istream=None) [2023-05-04T01:59:38.639Z] 2023-05-04 01:59:38,428 [append_file] DEBUG append to file:/w/workspace/gexfoundry_device-mqtt-go_PR-591/.git/info/exclude [2023-05-04T01:59:38.639Z] 2023-05-04 01:59:38,428 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/gexfoundry_device-mqtt-go_PR-591/.semver/PR-591 with force:False [2023-05-04T01:59:38.639Z] 2023-05-04 01:59:38,428 [write_file] DEBUG write to file:/w/workspace/gexfoundry_device-mqtt-go_PR-591/.semver/PR-591 [2023-05-04T01:59:38.639Z] 2023-05-04 01:59:38,432 [execute] INFO git cat-file --batch-check [2023-05-04T01:59:38.639Z] 2023-05-04 01:59:38,432 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_device-mqtt-go_PR-591/.semver, universal_newlines=False, shell=None, istream=) [2023-05-04T01:59:38.639Z] 2023-05-04 01:59:38,438 [execute] INFO git cat-file --batch [2023-05-04T01:59:38.639Z] 2023-05-04 01:59:38,438 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_device-mqtt-go_PR-591/.semver, universal_newlines=False, shell=None, istream=) [2023-05-04T01:59:38.639Z] 2023-05-04 01:59:38,442 [read_version] DEBUG read version from /w/workspace/gexfoundry_device-mqtt-go_PR-591/.semver/PR-591 [2023-05-04T01:59:38.639Z] 0.0.0 [Pipeline] } [2023-05-04T01:59:38.668Z] $ docker exec --env ******** --env ******** 8ff2bf8c387d1965ce40a195b1f4354f440dd8777b41fcf254cde1fe689bb1db ssh-agent -k [2023-05-04T01:59:38.756Z] unset SSH_AUTH_SOCK; [2023-05-04T01:59:38.756Z] unset SSH_AGENT_PID; [2023-05-04T01:59:38.757Z] echo Agent pid 76 killed; [2023-05-04T01:59:38.763Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-05-04T01:59:39.188Z] + git semver [Pipeline] } [2023-05-04T01:59:39.478Z] $ docker stop --time=1 8ff2bf8c387d1965ce40a195b1f4354f440dd8777b41fcf254cde1fe689bb1db [2023-05-04T01:59:40.766Z] $ docker rm -f --volumes 8ff2bf8c387d1965ce40a195b1f4354f440dd8777b41fcf254cde1fe689bb1db [Pipeline] // withDockerContainer [Pipeline] sh [2023-05-04T01:59:41.157Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-05-04T01:59:41.437Z] Stashed 1 file(s) [Pipeline] echo [2023-05-04T01:59:41.454Z] [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 [2023-05-04T01:59:42.149Z] provisioning config files... [2023-05-04T01:59:42.159Z] copy managed file [device-mqtt-go-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-591@tmp/config13857163749646181191tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-05-04T01:59:42.506Z] ---> docker-login.sh [2023-05-04T01:59:42.506Z] nexus3.edgexfoundry.org:10001 [2023-05-04T01:59:42.506Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-04T01:59:42.506Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-04T01:59:42.506Z] Configure a credential helper to remove this warning. See [2023-05-04T01:59:42.506Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-04T01:59:42.506Z] [2023-05-04T01:59:42.506Z] Login Succeeded [2023-05-04T01:59:42.506Z] nexus3.edgexfoundry.org:10002 [2023-05-04T01:59:42.506Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-04T01:59:42.506Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-04T01:59:42.506Z] Configure a credential helper to remove this warning. See [2023-05-04T01:59:42.506Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-04T01:59:42.506Z] [2023-05-04T01:59:42.506Z] Login Succeeded [2023-05-04T01:59:42.506Z] nexus3.edgexfoundry.org:10003 [2023-05-04T01:59:42.765Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-04T01:59:42.765Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-04T01:59:42.765Z] Configure a credential helper to remove this warning. See [2023-05-04T01:59:42.765Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-04T01:59:42.765Z] [2023-05-04T01:59:42.765Z] Login Succeeded [2023-05-04T01:59:42.765Z] nexus3.edgexfoundry.org:10004 [2023-05-04T01:59:42.765Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-04T01:59:42.765Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-04T01:59:42.765Z] Configure a credential helper to remove this warning. See [2023-05-04T01:59:42.765Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-04T01:59:42.765Z] [2023-05-04T01:59:42.765Z] Login Succeeded [2023-05-04T01:59:42.765Z] docker.io [2023-05-04T01:59:42.765Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-04T01:59:43.027Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-04T01:59:43.027Z] Configure a credential helper to remove this warning. See [2023-05-04T01:59:43.027Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-04T01:59:43.027Z] [2023-05-04T01:59:43.027Z] Login Succeeded [2023-05-04T01:59:43.027Z] ---> docker-login.sh ends [Pipeline] } [2023-05-04T01:59:43.059Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-05-04T01:59:43.253Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-05-04T01:59:43.292Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-05-04T01:59:43.324Z] ========================================================= [2023-05-04T01:59:43.324Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] [2023-05-04T01:59:43.324Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T01:59:43.794Z] + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine --build-arg MAKE=echo noop --target=builder . [2023-05-04T01:59:43.794Z] Sending build context to Docker daemon 6.512MB [2023-05-04T01:59:43.794Z] Step 1/12 : ARG BASE=golang:1.20-alpine3.17 [2023-05-04T01:59:43.794Z] Step 2/12 : FROM ${BASE} AS builder [2023-05-04T01:59:43.794Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base [2023-05-04T01:59:43.794Z] f56be85fc22e: Pulling fs layer [2023-05-04T01:59:43.794Z] 85791d961cd3: Pulling fs layer [2023-05-04T01:59:43.794Z] d694b5ae8c79: Pulling fs layer [2023-05-04T01:59:43.794Z] 9f32a84ed3da: Pulling fs layer [2023-05-04T01:59:43.794Z] 4d19c01a9841: Pulling fs layer [2023-05-04T01:59:43.794Z] 9325e15d5711: Pulling fs layer [2023-05-04T01:59:43.794Z] 556b6ee489ea: Pulling fs layer [2023-05-04T01:59:43.794Z] c5a4b2cf53e6: Pulling fs layer [2023-05-04T01:59:43.794Z] 9f32a84ed3da: Waiting [2023-05-04T01:59:43.794Z] 4d19c01a9841: Waiting [2023-05-04T01:59:43.794Z] 556b6ee489ea: Waiting [2023-05-04T01:59:43.794Z] c5a4b2cf53e6: Waiting [2023-05-04T01:59:43.794Z] 9325e15d5711: Waiting [2023-05-04T01:59:43.794Z] 85791d961cd3: Verifying Checksum [2023-05-04T01:59:43.794Z] 85791d961cd3: Download complete [2023-05-04T01:59:43.794Z] 9f32a84ed3da: Verifying Checksum [2023-05-04T01:59:43.794Z] 9f32a84ed3da: Download complete [2023-05-04T01:59:43.794Z] 4d19c01a9841: Download complete [2023-05-04T01:59:44.053Z] f56be85fc22e: Verifying Checksum [2023-05-04T01:59:44.053Z] f56be85fc22e: Download complete [2023-05-04T01:59:44.053Z] 9325e15d5711: Verifying Checksum [2023-05-04T01:59:44.053Z] 9325e15d5711: Download complete [2023-05-04T01:59:44.053Z] f56be85fc22e: Pull complete [2023-05-04T01:59:44.312Z] 85791d961cd3: Pull complete [2023-05-04T01:59:44.312Z] c5a4b2cf53e6: Verifying Checksum [2023-05-04T01:59:44.312Z] c5a4b2cf53e6: Download complete [2023-05-04T01:59:44.571Z] d694b5ae8c79: Verifying Checksum [2023-05-04T01:59:44.571Z] d694b5ae8c79: Download complete [2023-05-04T01:59:44.571Z] 556b6ee489ea: Download complete [2023-05-04T01:59:47.868Z] d694b5ae8c79: Pull complete [2023-05-04T01:59:47.868Z] 9f32a84ed3da: Pull complete [2023-05-04T01:59:47.868Z] 4d19c01a9841: Pull complete [2023-05-04T01:59:47.868Z] 9325e15d5711: Pull complete [2023-05-04T01:59:50.396Z] 556b6ee489ea: Pull complete [2023-05-04T01:59:50.961Z] c5a4b2cf53e6: Pull complete [2023-05-04T01:59:50.961Z] Digest: sha256:cdb650785bd12602035d3ff87499385c169773a4d12d6eaf394b34464d3a0f2b [2023-05-04T01:59:50.961Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-05-04T01:59:50.961Z] ---> c4be618373d6 [2023-05-04T01:59:50.961Z] Step 3/12 : ARG ADD_BUILD_TAGS="" [2023-05-04T01:59:55.161Z] ---> Running in ec52ea8610a5 [2023-05-04T01:59:55.161Z] Removing intermediate container ec52ea8610a5 [2023-05-04T01:59:55.161Z] ---> 6a81c8bf9a04 [2023-05-04T01:59:55.161Z] Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-05-04T01:59:55.161Z] ---> Running in 52f95e06fac8 [2023-05-04T01:59:55.161Z] Removing intermediate container 52f95e06fac8 [2023-05-04T01:59:55.161Z] ---> e4c0f2270114 [2023-05-04T01:59:55.161Z] Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client" [2023-05-04T01:59:55.161Z] ---> Running in c7ec9e0bbb1b [2023-05-04T01:59:55.161Z] Removing intermediate container c7ec9e0bbb1b [2023-05-04T01:59:55.161Z] ---> f1df1e7d18b6 [2023-05-04T01:59:55.161Z] Step 6/12 : ARG ALPINE_PKG_EXTRA="" [2023-05-04T01:59:55.161Z] ---> Running in 4cc9b4ed6533 [2023-05-04T01:59:55.161Z] Removing intermediate container 4cc9b4ed6533 [2023-05-04T01:59:55.161Z] ---> 5fe301570a57 [2023-05-04T01:59:55.161Z] Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-05-04T01:59:55.161Z] ---> Running in bdb87a00b9be [2023-05-04T01:59:55.419Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-04T01:59:55.419Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-04T01:59:55.989Z] (1/4) Installing openssh-keygen (9.1_p1-r2) [2023-05-04T01:59:55.989Z] (2/4) Installing libedit (20221030.3.1-r0) [2023-05-04T01:59:55.989Z] (3/4) Installing openssh-client-common (9.1_p1-r2) [2023-05-04T01:59:55.989Z] (4/4) Installing openssh-client-default (9.1_p1-r2) [2023-05-04T01:59:55.989Z] Executing busybox-1.35.0-r29.trigger [2023-05-04T01:59:55.989Z] OK: 269 MiB in 57 packages [2023-05-04T01:59:56.557Z] Removing intermediate container bdb87a00b9be [2023-05-04T01:59:56.557Z] ---> 44e08c98c960 [2023-05-04T01:59:56.557Z] Step 8/12 : WORKDIR /device-mqtt-go [2023-05-04T01:59:56.557Z] ---> Running in 84f83410bda2 [2023-05-04T01:59:56.557Z] Removing intermediate container 84f83410bda2 [2023-05-04T01:59:56.557Z] ---> 5d2b7a0b0ae7 [2023-05-04T01:59:56.557Z] Step 9/12 : COPY go.mod vendor* ./ [2023-05-04T01:59:56.557Z] ---> 24bc74250e25 [2023-05-04T01:59:56.557Z] Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-04T01:59:56.557Z] ---> Running in 3497d53752a4 [2023-05-04T01:59:56.964Z] Still waiting to schedule task [2023-05-04T01:59:56.964Z] ‘prd-centos7-blackbox-4c-2g-12073’ doesn’t have label ‘ubuntu20.04-docker-arm64-4c-16g’ [2023-05-04T01:59:56.964Z] ‘prd-centos7-blackbox-4c-2g-12074’ doesn’t have label ‘ubuntu20.04-docker-arm64-4c-16g’ [2023-05-04T01:59:56.964Z] ‘prd-ubuntu20.04-docker-arm64-4c-16g-12675’ is offline [2023-05-04T02:00:23.497Z] Removing intermediate container 3497d53752a4 [2023-05-04T02:00:23.497Z] ---> 4abb717363a9 [2023-05-04T02:00:23.497Z] Step 11/12 : COPY . . [2023-05-04T02:00:23.497Z] ---> 3c7553946b16 [2023-05-04T02:00:23.497Z] Step 12/12 : RUN $MAKE [2023-05-04T02:00:23.497Z] ---> Running in 54b1e2868be5 [2023-05-04T02:00:23.497Z] noop [2023-05-04T02:00:23.497Z] Removing intermediate container 54b1e2868be5 [2023-05-04T02:00:23.497Z] ---> 2007960631dc [2023-05-04T02:00:23.497Z] Successfully built 2007960631dc [2023-05-04T02:00:23.497Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T02:00:23.929Z] + docker inspect -f . ci-base-image-x86_64 [2023-05-04T02:00:23.929Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-04T02:00:24.071Z] prd-ubuntu20.04-docker-8c-8g-12674 does not seem to be running inside a container [2023-05-04T02:00:24.100Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_device-mqtt-go_PR-591 -v /w/workspace/gexfoundry_device-mqtt-go_PR-591:/w/workspace/gexfoundry_device-mqtt-go_PR-591:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-591@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-591@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-05-04T02:00:24.459Z] $ docker top eac4b8992e3d55824336bcbf1952128af4f1ca3432a3a8f9f7cfd781e0d54e1c -eo pid,comm [Pipeline] { [Pipeline] sh [2023-05-04T02:00:24.845Z] + go version [2023-05-04T02:00:24.845Z] go version go1.20.2 linux/amd64 [Pipeline] } [2023-05-04T02:00:24.884Z] $ docker stop --time=1 eac4b8992e3d55824336bcbf1952128af4f1ca3432a3a8f9f7cfd781e0d54e1c [2023-05-04T02:00:26.186Z] $ docker rm -f --volumes eac4b8992e3d55824336bcbf1952128af4f1ca3432a3a8f9f7cfd781e0d54e1c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T02:00:26.926Z] + docker inspect -f . ci-base-image-x86_64 [2023-05-04T02:00:26.926Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-04T02:00:27.083Z] prd-ubuntu20.04-docker-8c-8g-12674 does not seem to be running inside a container [2023-05-04T02:00:27.121Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/gexfoundry_device-mqtt-go_PR-591 -v /w/workspace/gexfoundry_device-mqtt-go_PR-591:/w/workspace/gexfoundry_device-mqtt-go_PR-591:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-591@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-591@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-05-04T02:00:27.445Z] $ docker top 73ca104e16258faba5c1d8624d4684c1216918a1109af5d768498220e89efdf0 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-05-04T02:00:27.834Z] + git config --global --add safe.directory /w/workspace/gexfoundry_device-mqtt-go_PR-591 [Pipeline] fileExists [Pipeline] sh [2023-05-04T02:00:28.195Z] + make test [2023-05-04T02:00:28.195Z] go test ./... -coverprofile=coverage.out ./... [2023-05-04T02:00:33.580Z] ? github.com/edgexfoundry/device-mqtt-go [no test files] [2023-05-04T02:00:43.558Z] ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] [2023-05-04T02:00:43.558Z] ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] [2023-05-04T02:00:43.558Z] ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.018s coverage: 23.1% of statements [2023-05-04T02:00:50.119Z] go vet ./... [2023-05-04T02:00:54.310Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-05-04T02:00:54.310Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-05-04T02:00:54.310Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-05-04T02:00:54.355Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-05-04T02:00:54.393Z] $ docker stop --time=1 73ca104e16258faba5c1d8624d4684c1216918a1109af5d768498220e89efdf0 [2023-05-04T02:00:57.474Z] $ docker rm -f --volumes 73ca104e16258faba5c1d8624d4684c1216918a1109af5d768498220e89efdf0 [Pipeline] // withDockerContainer [Pipeline] sh [2023-05-04T02:00:58.016Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-05-04T02:00:58.083Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2023-05-04T02:00:58.681Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-05-04T02:00:58.994Z] + ls -al . [2023-05-04T02:00:58.994Z] total 180 [2023-05-04T02:00:58.994Z] drwxrwxr-x 10 jenkins jenkins 4096 May 4 02:00 . [2023-05-04T02:00:58.994Z] drwxrwxr-x 4 jenkins jenkins 4096 May 4 01:59 .. [2023-05-04T02:00:58.994Z] -rw-rw-r-- 1 jenkins jenkins 140 May 4 01:59 .dockerignore [2023-05-04T02:00:58.994Z] drwxrwxr-x 8 jenkins jenkins 4096 May 4 01:59 .git [2023-05-04T02:00:58.994Z] drwxrwxr-x 3 jenkins jenkins 4096 May 4 01:59 .github [2023-05-04T02:00:58.994Z] -rw-rw-r-- 1 jenkins jenkins 329 May 4 01:59 .gitignore [2023-05-04T02:00:58.994Z] -rw-rw-r-- 1 jenkins jenkins 41 May 4 01:59 .golangci.yml [2023-05-04T02:00:58.994Z] drwxr-xr-x 3 jenkins jenkins 4096 May 4 01:59 .semver [2023-05-04T02:00:58.994Z] -rw-rw-r-- 1 jenkins jenkins 9417 May 4 01:59 Attribution.txt [2023-05-04T02:00:58.994Z] -rw-rw-r-- 1 jenkins jenkins 13162 May 4 01:59 CHANGELOG.md [2023-05-04T02:00:58.994Z] -rw-rw-r-- 1 jenkins jenkins 1689 May 4 01:59 Dockerfile [2023-05-04T02:00:58.994Z] -rw-rw-r-- 1 jenkins jenkins 677 May 4 01:59 GOVERNANCE.md [2023-05-04T02:00:58.994Z] -rw-rw-r-- 1 jenkins jenkins 678 May 4 01:59 Jenkinsfile [2023-05-04T02:00:58.994Z] -rw-rw-r-- 1 jenkins jenkins 11340 May 4 01:59 LICENSE [2023-05-04T02:00:58.994Z] -rw-rw-r-- 1 jenkins jenkins 1732 May 4 01:59 Makefile [2023-05-04T02:00:58.994Z] -rw-rw-r-- 1 jenkins jenkins 620 May 4 01:59 OWNERS.md [2023-05-04T02:00:58.994Z] -rw-rw-r-- 1 jenkins jenkins 3165 May 4 01:59 README.md [2023-05-04T02:00:58.994Z] -rw-rw-r-- 1 jenkins jenkins 5 May 4 01:59 VERSION [2023-05-04T02:00:58.994Z] drwxrwxr-x 2 jenkins jenkins 4096 May 4 01:59 bin [2023-05-04T02:00:58.994Z] drwxrwxr-x 3 jenkins jenkins 4096 May 4 01:59 cmd [2023-05-04T02:00:58.994Z] -rw-r--r-- 1 jenkins jenkins 18144 May 4 02:00 coverage.out [2023-05-04T02:00:58.994Z] -rw-rw-r-- 1 jenkins jenkins 3333 May 4 01:59 go.mod [2023-05-04T02:00:58.994Z] -rw-rw-r-- 1 jenkins jenkins 31328 May 4 01:59 go.sum [2023-05-04T02:00:58.994Z] drwxrwxr-x 3 jenkins jenkins 4096 May 4 01:59 internal [2023-05-04T02:00:58.994Z] drwxrwxr-x 2 jenkins jenkins 4096 May 4 01:59 mock [2023-05-04T02:00:58.994Z] drwxrwxr-x 4 jenkins jenkins 4096 May 4 01:59 snap [2023-05-04T02:00:58.994Z] -rw-rw-r-- 1 jenkins jenkins 227 May 4 01:59 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T02:00:59.394Z] + 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=714374070cc11d2032dbbe88c00559c6a0f6b599 --label arch=amd64 --label version=0.0.0 . [2023-05-04T02:00:59.394Z] Sending build context to Docker daemon 6.531MB [2023-05-04T02:00:59.394Z] Step 1/24 : ARG BASE=golang:1.20-alpine3.17 [2023-05-04T02:00:59.394Z] Step 2/24 : FROM ${BASE} AS builder [2023-05-04T02:00:59.394Z] ---> 2007960631dc [2023-05-04T02:00:59.394Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-05-04T02:00:59.653Z] ---> Running in f0ce2fbe5a9d [2023-05-04T02:00:59.653Z] Removing intermediate container f0ce2fbe5a9d [2023-05-04T02:00:59.653Z] ---> f5a9a03dd256 [2023-05-04T02:00:59.653Z] Step 4/24 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-05-04T02:00:59.653Z] ---> Running in db1459a56cfa [2023-05-04T02:00:59.653Z] Removing intermediate container db1459a56cfa [2023-05-04T02:00:59.653Z] ---> 1a89cfdd45bd [2023-05-04T02:00:59.653Z] Step 5/24 : ARG ALPINE_PKG_BASE="make git openssh-client" [2023-05-04T02:00:59.653Z] ---> Running in bb2b5bca339c [2023-05-04T02:00:59.914Z] Removing intermediate container bb2b5bca339c [2023-05-04T02:00:59.914Z] ---> c94d059f23a3 [2023-05-04T02:00:59.914Z] Step 6/24 : ARG ALPINE_PKG_EXTRA="" [2023-05-04T02:00:59.914Z] ---> Running in e5a409936fea [2023-05-04T02:00:59.914Z] Removing intermediate container e5a409936fea [2023-05-04T02:00:59.914Z] ---> 73e53806d44a [2023-05-04T02:00:59.914Z] Step 7/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-05-04T02:00:59.914Z] ---> Running in bfe8c4811c78 [2023-05-04T02:01:00.175Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-04T02:01:00.175Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-04T02:01:00.435Z] OK: 269 MiB in 57 packages [2023-05-04T02:01:00.694Z] Removing intermediate container bfe8c4811c78 [2023-05-04T02:01:00.694Z] ---> 4658597015bf [2023-05-04T02:01:00.694Z] Step 8/24 : WORKDIR /device-mqtt-go [2023-05-04T02:01:00.694Z] ---> Running in 4171336a2170 [2023-05-04T02:01:00.954Z] Removing intermediate container 4171336a2170 [2023-05-04T02:01:00.954Z] ---> 8757f9aad8cc [2023-05-04T02:01:00.954Z] Step 9/24 : COPY go.mod vendor* ./ [2023-05-04T02:01:00.954Z] ---> 665635c09e03 [2023-05-04T02:01:00.954Z] Step 10/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-04T02:01:00.954Z] ---> Running in 07f1a3c3b3af [2023-05-04T02:01:01.893Z] Removing intermediate container 07f1a3c3b3af [2023-05-04T02:01:01.893Z] ---> 5e0b5ade1dfe [2023-05-04T02:01:01.893Z] Step 11/24 : COPY . . [2023-05-04T02:01:02.152Z] ---> ac3077015827 [2023-05-04T02:01:02.152Z] Step 12/24 : RUN $MAKE [2023-05-04T02:01:02.152Z] ---> Running in b21cd08afea9 [2023-05-04T02:01:02.409Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/device-mqtt ./cmd [2023-05-04T02:01:24.417Z] Removing intermediate container b21cd08afea9 [2023-05-04T02:01:24.417Z] ---> 99c82aff2e66 [2023-05-04T02:01:24.417Z] Step 13/24 : FROM alpine:3.17 [2023-05-04T02:01:24.417Z] 3.17: Pulling from library/alpine [2023-05-04T02:01:24.417Z] f56be85fc22e: Already exists [2023-05-04T02:01:24.417Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-05-04T02:01:24.417Z] Status: Downloaded newer image for alpine:3.17 [2023-05-04T02:01:24.417Z] ---> 9ed4aefc74f6 [2023-05-04T02:01:24.417Z] Step 14/24 : LABEL license='VSPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IoTech Ltd' [2023-05-04T02:01:24.417Z] ---> Running in 15012b0f8ae3 [2023-05-04T02:01:24.417Z] Removing intermediate container 15012b0f8ae3 [2023-05-04T02:01:24.417Z] ---> 54140ec8eedd [2023-05-04T02:01:24.417Z] Step 15/24 : RUN apk add --update --no-cache dumb-init [2023-05-04T02:01:24.417Z] ---> Running in 7fc70ca02d21 [2023-05-04T02:01:24.417Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-04T02:01:24.417Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-04T02:01:24.417Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-05-04T02:01:24.417Z] Executing busybox-1.35.0-r29.trigger [2023-05-04T02:01:24.417Z] OK: 7 MiB in 16 packages [2023-05-04T02:01:24.417Z] Removing intermediate container 7fc70ca02d21 [2023-05-04T02:01:24.417Z] ---> d3a29819ce63 [2023-05-04T02:01:24.417Z] Step 16/24 : COPY --from=builder /device-mqtt-go/cmd / [2023-05-04T02:01:24.417Z] ---> ba447f783204 [2023-05-04T02:01:24.417Z] Step 17/24 : COPY --from=builder /device-mqtt-go/LICENSE / [2023-05-04T02:01:24.417Z] ---> d2d3e3b8fe4d [2023-05-04T02:01:24.417Z] Step 18/24 : COPY --from=builder /device-mqtt-go/Attribution.txt / [2023-05-04T02:01:24.417Z] ---> 807723c60fe0 [2023-05-04T02:01:24.417Z] Step 19/24 : EXPOSE 59982 [2023-05-04T02:01:24.417Z] ---> Running in a9c7870161f6 [2023-05-04T02:01:24.417Z] Removing intermediate container a9c7870161f6 [2023-05-04T02:01:24.417Z] ---> 02fbb4d10d5b [2023-05-04T02:01:24.417Z] Step 20/24 : ENTRYPOINT ["/device-mqtt"] [2023-05-04T02:01:24.417Z] ---> Running in 5b7c503b357c [2023-05-04T02:01:24.417Z] Removing intermediate container 5b7c503b357c [2023-05-04T02:01:24.417Z] ---> af526e7c7ed3 [2023-05-04T02:01:24.417Z] Step 21/24 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry"] [2023-05-04T02:01:24.417Z] ---> Running in b7ada0e14da8 [2023-05-04T02:01:24.417Z] Removing intermediate container b7ada0e14da8 [2023-05-04T02:01:24.417Z] ---> 7584426f2645 [2023-05-04T02:01:24.417Z] Step 22/24 : LABEL arch=amd64 [2023-05-04T02:01:24.417Z] ---> Running in e5246e5bcef8 [2023-05-04T02:01:24.417Z] Removing intermediate container e5246e5bcef8 [2023-05-04T02:01:24.417Z] ---> 68d07500dc10 [2023-05-04T02:01:24.417Z] Step 23/24 : LABEL git_sha=714374070cc11d2032dbbe88c00559c6a0f6b599 [2023-05-04T02:01:24.417Z] ---> Running in d10eff90f077 [2023-05-04T02:01:24.417Z] Removing intermediate container d10eff90f077 [2023-05-04T02:01:24.417Z] ---> e918cb098289 [2023-05-04T02:01:24.417Z] Step 24/24 : LABEL version=0.0.0 [2023-05-04T02:01:24.417Z] ---> Running in 6a4fdad4ea94 [2023-05-04T02:01:24.417Z] Removing intermediate container 6a4fdad4ea94 [2023-05-04T02:01:24.417Z] ---> 99afb5e3c9ae [2023-05-04T02:01:24.417Z] [Warning] One or more build-args [ARCH] were not consumed [2023-05-04T02:01:24.417Z] Successfully built 99afb5e3c9ae [2023-05-04T02:01:24.417Z] Successfully tagged device-mqtt:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T02:01:25.330Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-05-04T02:01:25.330Z] [2023-05-04T02:01:25.330Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T02:01:25.716Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-05-04T02:01:25.716Z] latest: Pulling from edgex-lftools-log-publisher [2023-05-04T02:01:25.716Z] 5eb5b503b376: Pulling fs layer [2023-05-04T02:01:25.716Z] 5c69ac0246d0: Pulling fs layer [2023-05-04T02:01:25.716Z] ec43610c2a17: Pulling fs layer [2023-05-04T02:01:25.716Z] 3a2ae6a8a46f: Pulling fs layer [2023-05-04T02:01:25.716Z] 33b1e0a273af: Pulling fs layer [2023-05-04T02:01:25.716Z] 5d3b04190fa2: Pulling fs layer [2023-05-04T02:01:25.716Z] 2f39f015ded8: Pulling fs layer [2023-05-04T02:01:25.716Z] 3a2ae6a8a46f: Waiting [2023-05-04T02:01:25.716Z] 5d3b04190fa2: Waiting [2023-05-04T02:01:25.716Z] 2f39f015ded8: Waiting [2023-05-04T02:01:25.716Z] 33b1e0a273af: Waiting [2023-05-04T02:01:25.716Z] 5c69ac0246d0: Download complete [2023-05-04T02:01:25.716Z] 3a2ae6a8a46f: Verifying Checksum [2023-05-04T02:01:25.716Z] 3a2ae6a8a46f: Download complete [2023-05-04T02:01:25.716Z] 33b1e0a273af: Verifying Checksum [2023-05-04T02:01:25.716Z] 33b1e0a273af: Download complete [2023-05-04T02:01:25.716Z] ec43610c2a17: Verifying Checksum [2023-05-04T02:01:25.716Z] ec43610c2a17: Download complete [2023-05-04T02:01:25.716Z] 5d3b04190fa2: Verifying Checksum [2023-05-04T02:01:25.716Z] 5d3b04190fa2: Download complete [2023-05-04T02:01:25.976Z] 5eb5b503b376: Download complete [2023-05-04T02:01:26.546Z] 2f39f015ded8: Download complete [2023-05-04T02:01:27.114Z] 5eb5b503b376: Pull complete [2023-05-04T02:01:27.114Z] 5c69ac0246d0: Pull complete [2023-05-04T02:01:27.681Z] ec43610c2a17: Pull complete [2023-05-04T02:01:27.681Z] 3a2ae6a8a46f: Pull complete [2023-05-04T02:01:27.940Z] 33b1e0a273af: Pull complete [2023-05-04T02:01:27.940Z] 5d3b04190fa2: Pull complete [2023-05-04T02:01:32.126Z] 2f39f015ded8: Pull complete [2023-05-04T02:01:32.126Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-05-04T02:01:32.126Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-05-04T02:01:32.126Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-04T02:01:32.353Z] prd-ubuntu20.04-docker-8c-8g-12674 does not seem to be running inside a container [2023-05-04T02:01:32.384Z] $ 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-591 -v /w/workspace/gexfoundry_device-mqtt-go_PR-591:/w/workspace/gexfoundry_device-mqtt-go_PR-591:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-591@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-591@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-05-04T02:01:36.922Z] $ docker top 8b8d489bf61b6fced9f0f9795906d897c9a6dac3bd955554a4b7d63de0f8d703 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-05-04T02:01:37.365Z] ---> job-cost.sh [2023-05-04T02:01:37.365Z] lf-activate-venv: SKIPPING [2023-05-04T02:01:37.365Z] INFO: No Stack... [2023-05-04T02:01:37.623Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-05-04T02:01:37.884Z] INFO: Archiving Costs [Pipeline] sh [2023-05-04T02:01:38.202Z] + cat /w/workspace/gexfoundry_device-mqtt-go_PR-591/archives/cost.csv [2023-05-04T02:01:38.202Z] + cut -d, -f6 [Pipeline] lock [2023-05-04T02:01:38.245Z] Trying to acquire lock on [jenkins-edgexfoundry-device-mqtt-go-PR-591-1-stack-cost] [2023-05-04T02:01:38.250Z] Resource [jenkins-edgexfoundry-device-mqtt-go-PR-591-1-stack-cost] did not exist. Created. [2023-05-04T02:01:38.250Z] Lock acquired on [jenkins-edgexfoundry-device-mqtt-go-PR-591-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-05-04T02:01:38.641Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-05-04T02:01:38.689Z] Stashed 1 file(s) [Pipeline] } [2023-05-04T02:01:38.724Z] Lock released on resource [jenkins-edgexfoundry-device-mqtt-go-PR-591-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-05-04T02:01:38.810Z] $ docker stop --time=1 8b8d489bf61b6fced9f0f9795906d897c9a6dac3bd955554a4b7d63de0f8d703 [2023-05-04T02:01:39.956Z] $ docker rm -f --volumes 8b8d489bf61b6fced9f0f9795906d897c9a6dac3bd955554a4b7d63de0f8d703 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-05-04T02:02:31.156Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-12677 in /w/workspace/gexfoundry_device-mqtt-go_PR-591 [Pipeline] { [Pipeline] ws [2023-05-04T02:02:31.219Z] Running in /w/workspace/device-mqtt-go/1 [Pipeline] { [Pipeline] checkout [2023-05-04T02:02:31.310Z] Selected Git installation does not exist. Using Default [2023-05-04T02:02:31.310Z] The recommended git tool is: NONE [2023-05-04T02:02:37.410Z] using credential edgex-jenkins-ssh [2023-05-04T02:02:37.432Z] Cloning the remote Git repository [2023-05-04T02:02:37.483Z] Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git [2023-05-04T02:02:37.603Z] > git init /w/workspace/device-mqtt-go/1 # timeout=10 [2023-05-04T02:02:37.760Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2023-05-04T02:02:37.762Z] > git --version # timeout=10 [2023-05-04T02:02:37.783Z] > git --version # 'git version 2.25.1' [2023-05-04T02:02:37.786Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-05-04T02:02:37.960Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-05-04T02:02:39.145Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2023-05-04T02:02:39.171Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-05-04T02:02:40.095Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2023-05-04T02:02:40.647Z] Merging remotes/origin/main commit 2e0357b1824e5884c9b2b56c2fd5ebe36d00b6c9 into PR head commit 714374070cc11d2032dbbe88c00559c6a0f6b599 [2023-05-04T02:02:40.977Z] Merge succeeded, producing 714374070cc11d2032dbbe88c00559c6a0f6b599 [2023-05-04T02:02:40.978Z] Checking out Revision 714374070cc11d2032dbbe88c00559c6a0f6b599 (PR-591) [2023-05-04T02:02:40.138Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2023-05-04T02:02:40.139Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-05-04T02:02:40.155Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/591/head:refs/remotes/origin/PR-591 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2023-05-04T02:02:40.668Z] > git config core.sparsecheckout # timeout=10 [2023-05-04T02:02:40.749Z] > git checkout -f 714374070cc11d2032dbbe88c00559c6a0f6b599 # timeout=10 [2023-05-04T02:02:40.848Z] > git remote # timeout=10 [2023-05-04T02:02:40.872Z] > git config --get remote.origin.url # timeout=10 [2023-05-04T02:02:40.908Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-05-04T02:02:40.924Z] > git merge 2e0357b1824e5884c9b2b56c2fd5ebe36d00b6c9 # timeout=10 [2023-05-04T02:02:40.957Z] > git rev-parse HEAD^{commit} # timeout=10 [2023-05-04T02:02:40.986Z] > git config core.sparsecheckout # timeout=10 [2023-05-04T02:02:41.002Z] > git checkout -f 714374070cc11d2032dbbe88c00559c6a0f6b599 # timeout=10 [2023-05-04T02:02:41.543Z] Commit message: "build(deps): bump github.com/edgexfoundry/device-sdk-go/v3" [2023-05-04T02:02:41.603Z] > git --version # timeout=10 [2023-05-04T02:02:41.616Z] > git --version # 'git version 2.25.1' [2023-05-04T02:02:41.643Z] fatal: bad object 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-05-04T02:02:42.744Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-05-04T02:02:42.744Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-05-04T02:02:42.744Z] Dload Upload Total Spent Left Speed [2023-05-04T02:02:42.744Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 200k 0 --:--:-- --:--:-- --:--:-- 200k [Pipeline] sh [2023-05-04T02:02:43.437Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-05-04T02:02:43.800Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-05-04T02:02:43.800Z] + sudo tee /etc/docker/daemon.new [2023-05-04T02:02:43.800Z] { [2023-05-04T02:02:43.800Z] "registry-mirrors": [ [2023-05-04T02:02:43.800Z] "https://nexus3.edgexfoundry.org:10001" [2023-05-04T02:02:43.800Z] ], [2023-05-04T02:02:43.800Z] "bip": "10.250.0.254/24", [2023-05-04T02:02:43.800Z] "hosts": [ [2023-05-04T02:02:43.800Z] "tcp://0.0.0.0:5555", [2023-05-04T02:02:43.800Z] "unix:///var/run/docker.sock" [2023-05-04T02:02:43.800Z] ], [2023-05-04T02:02:43.800Z] "mtu": 1458, [2023-05-04T02:02:43.800Z] "selinux-enabled": true, [2023-05-04T02:02:43.800Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-05-04T02:02:43.800Z] } [Pipeline] sh [2023-05-04T02:02:44.158Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-05-04T02:02:44.527Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-05-04T02:03:02.903Z] provisioning config files... [2023-05-04T02:03:02.933Z] copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/1@tmp/config10196137738950368007tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-05-04T02:03:03.370Z] ---> docker-login.sh [2023-05-04T02:03:03.370Z] nexus3.edgexfoundry.org:10001 [2023-05-04T02:03:03.966Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-04T02:03:03.967Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-04T02:03:03.967Z] Configure a credential helper to remove this warning. See [2023-05-04T02:03:03.967Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-04T02:03:03.967Z] [2023-05-04T02:03:03.967Z] Login Succeeded [2023-05-04T02:03:03.967Z] nexus3.edgexfoundry.org:10002 [2023-05-04T02:03:04.240Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-04T02:03:04.240Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-04T02:03:04.240Z] Configure a credential helper to remove this warning. See [2023-05-04T02:03:04.240Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-04T02:03:04.240Z] [2023-05-04T02:03:04.240Z] Login Succeeded [2023-05-04T02:03:04.515Z] nexus3.edgexfoundry.org:10003 [2023-05-04T02:03:04.515Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-04T02:03:04.789Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-04T02:03:04.789Z] Configure a credential helper to remove this warning. See [2023-05-04T02:03:04.789Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-04T02:03:04.789Z] [2023-05-04T02:03:04.789Z] Login Succeeded [2023-05-04T02:03:04.789Z] nexus3.edgexfoundry.org:10004 [2023-05-04T02:03:05.089Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-04T02:03:05.089Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-04T02:03:05.089Z] Configure a credential helper to remove this warning. See [2023-05-04T02:03:05.089Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-04T02:03:05.089Z] [2023-05-04T02:03:05.089Z] Login Succeeded [2023-05-04T02:03:05.089Z] docker.io [2023-05-04T02:03:05.419Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-04T02:03:05.693Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-04T02:03:05.693Z] Configure a credential helper to remove this warning. See [2023-05-04T02:03:05.693Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-04T02:03:05.693Z] [2023-05-04T02:03:05.693Z] Login Succeeded [2023-05-04T02:03:05.693Z] ---> docker-login.sh ends [Pipeline] } [2023-05-04T02:03:05.723Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-05-04T02:03:06.209Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-05-04T02:03:06.246Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-05-04T02:03:06.277Z] ========================================================= [2023-05-04T02:03:06.277Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] [2023-05-04T02:03:06.277Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T02:03:06.913Z] + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine --build-arg MAKE=echo noop --target=builder . [2023-05-04T02:03:07.206Z] Sending build context to Docker daemon 3.377MB [2023-05-04T02:03:07.206Z] Step 1/12 : ARG BASE=golang:1.20-alpine3.17 [2023-05-04T02:03:07.206Z] Step 2/12 : FROM ${BASE} AS builder [2023-05-04T02:03:07.478Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-05-04T02:03:07.478Z] c41833b44d91: Pulling fs layer [2023-05-04T02:03:07.478Z] ed15518f5707: Pulling fs layer [2023-05-04T02:03:07.478Z] feae8fd75edb: Pulling fs layer [2023-05-04T02:03:07.478Z] 242c74f7c9fa: Pulling fs layer [2023-05-04T02:03:07.478Z] 3cdef696dda3: Pulling fs layer [2023-05-04T02:03:07.478Z] 2ced38df9373: Pulling fs layer [2023-05-04T02:03:07.478Z] 58f1dce35555: Pulling fs layer [2023-05-04T02:03:07.478Z] 242c74f7c9fa: Waiting [2023-05-04T02:03:07.478Z] 3cdef696dda3: Waiting [2023-05-04T02:03:07.479Z] 58f1dce35555: Waiting [2023-05-04T02:03:07.479Z] 2ced38df9373: Waiting [2023-05-04T02:03:07.479Z] ed15518f5707: Verifying Checksum [2023-05-04T02:03:07.479Z] ed15518f5707: Download complete [2023-05-04T02:03:07.479Z] 242c74f7c9fa: Verifying Checksum [2023-05-04T02:03:07.479Z] 242c74f7c9fa: Download complete [2023-05-04T02:03:07.479Z] 3cdef696dda3: Verifying Checksum [2023-05-04T02:03:07.479Z] 3cdef696dda3: Download complete [2023-05-04T02:03:07.479Z] c41833b44d91: Verifying Checksum [2023-05-04T02:03:07.479Z] c41833b44d91: Download complete [2023-05-04T02:03:08.679Z] c41833b44d91: Pull complete [2023-05-04T02:03:08.950Z] 58f1dce35555: Verifying Checksum [2023-05-04T02:03:08.950Z] 58f1dce35555: Download complete [2023-05-04T02:03:09.228Z] ed15518f5707: Pull complete [2023-05-04T02:03:10.218Z] feae8fd75edb: Download complete [2023-05-04T02:03:10.218Z] 2ced38df9373: Verifying Checksum [2023-05-04T02:03:10.218Z] 2ced38df9373: Download complete [2023-05-04T02:03:22.587Z] feae8fd75edb: Pull complete [2023-05-04T02:03:22.588Z] 242c74f7c9fa: Pull complete [2023-05-04T02:03:22.588Z] 3cdef696dda3: Pull complete [2023-05-04T02:03:29.267Z] 2ced38df9373: Pull complete [2023-05-04T02:03:31.313Z] 58f1dce35555: Pull complete [2023-05-04T02:03:31.313Z] Digest: sha256:3b55595e96c696ae732e8cb20cde5b1ff7282a1fe1423a8de67617af8d15ea1e [2023-05-04T02:03:31.313Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-05-04T02:03:31.313Z] ---> fadd8f120f05 [2023-05-04T02:03:31.313Z] Step 3/12 : ARG ADD_BUILD_TAGS="" [2023-05-04T02:03:33.279Z] ---> Running in 900ff54b197e [2023-05-04T02:03:33.551Z] Removing intermediate container 900ff54b197e [2023-05-04T02:03:33.551Z] ---> 8afa22d36553 [2023-05-04T02:03:33.551Z] Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-05-04T02:03:33.821Z] ---> Running in 956c817fc5f1 [2023-05-04T02:03:34.092Z] Removing intermediate container 956c817fc5f1 [2023-05-04T02:03:34.092Z] ---> ba7017cfdbfd [2023-05-04T02:03:34.092Z] Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client" [2023-05-04T02:03:34.092Z] ---> Running in 286211c487ee [2023-05-04T02:03:34.684Z] Removing intermediate container 286211c487ee [2023-05-04T02:03:34.684Z] ---> 9912794ac4f7 [2023-05-04T02:03:34.684Z] Step 6/12 : ARG ALPINE_PKG_EXTRA="" [2023-05-04T02:03:34.684Z] ---> Running in a65261af38e8 [2023-05-04T02:03:34.956Z] Removing intermediate container a65261af38e8 [2023-05-04T02:03:34.956Z] ---> 007ca6201fdb [2023-05-04T02:03:34.956Z] Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-05-04T02:03:35.228Z] ---> Running in 5f86445d0825 [2023-05-04T02:03:36.650Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-04T02:03:37.239Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-04T02:03:38.656Z] (1/4) Installing openssh-keygen (9.1_p1-r2) [2023-05-04T02:03:38.656Z] (2/4) Installing libedit (20221030.3.1-r0) [2023-05-04T02:03:38.656Z] (3/4) Installing openssh-client-common (9.1_p1-r2) [2023-05-04T02:03:38.656Z] (4/4) Installing openssh-client-default (9.1_p1-r2) [2023-05-04T02:03:38.656Z] Executing busybox-1.35.0-r29.trigger [2023-05-04T02:03:38.656Z] OK: 268 MiB in 57 packages [2023-05-04T02:03:39.623Z] Removing intermediate container 5f86445d0825 [2023-05-04T02:03:39.623Z] ---> dd99ec0fe5a0 [2023-05-04T02:03:39.623Z] Step 8/12 : WORKDIR /device-mqtt-go [2023-05-04T02:03:39.893Z] ---> Running in c41bdca5b8c9 [2023-05-04T02:03:40.166Z] Removing intermediate container c41bdca5b8c9 [2023-05-04T02:03:40.166Z] ---> 294139132c3d [2023-05-04T02:03:40.166Z] Step 9/12 : COPY go.mod vendor* ./ [2023-05-04T02:03:40.760Z] ---> 972b50187b99 [2023-05-04T02:03:40.760Z] Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-04T02:03:40.760Z] ---> Running in 81bb764e4cfd [2023-05-04T02:04:48.784Z] Removing intermediate container 81bb764e4cfd [2023-05-04T02:04:48.784Z] ---> 63c2b13df7e3 [2023-05-04T02:04:48.784Z] Step 11/12 : COPY . . [2023-05-04T02:04:48.784Z] ---> ed1d21931151 [2023-05-04T02:04:48.784Z] Step 12/12 : RUN $MAKE [2023-05-04T02:04:48.784Z] ---> Running in fdba61ca1d08 [2023-05-04T02:04:48.784Z] noop [2023-05-04T02:04:48.784Z] Removing intermediate container fdba61ca1d08 [2023-05-04T02:04:48.784Z] ---> d1bd27b843f4 [2023-05-04T02:04:48.784Z] Successfully built d1bd27b843f4 [2023-05-04T02:04:48.784Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T02:04:49.351Z] + docker inspect -f . ci-base-image-arm64 [2023-05-04T02:04:49.352Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-04T02:04:49.657Z] prd-ubuntu20.04-docker-arm64-4c-16g-12677 does not seem to be running inside a container [2023-05-04T02:04:49.747Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/1 -v /w/workspace/device-mqtt-go/1:/w/workspace/device-mqtt-go/1:rw,z -v /w/workspace/device-mqtt-go/1@tmp:/w/workspace/device-mqtt-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-05-04T02:04:51.036Z] $ docker top 31249817b2ae623dba0efb453487c355b353b78c8c3846c8ba753c21dec567b2 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-05-04T02:04:51.948Z] + go version [2023-05-04T02:04:51.948Z] go version go1.20.2 linux/arm64 [Pipeline] } [2023-05-04T02:04:51.992Z] $ docker stop --time=1 31249817b2ae623dba0efb453487c355b353b78c8c3846c8ba753c21dec567b2 [2023-05-04T02:04:53.706Z] $ docker rm -f --volumes 31249817b2ae623dba0efb453487c355b353b78c8c3846c8ba753c21dec567b2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T02:04:54.558Z] + docker inspect -f . ci-base-image-arm64 [2023-05-04T02:04:54.558Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-04T02:04:54.869Z] prd-ubuntu20.04-docker-arm64-4c-16g-12677 does not seem to be running inside a container [2023-05-04T02:04:54.947Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/device-mqtt-go/1 -v /w/workspace/device-mqtt-go/1:/w/workspace/device-mqtt-go/1:rw,z -v /w/workspace/device-mqtt-go/1@tmp:/w/workspace/device-mqtt-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-05-04T02:04:56.241Z] $ docker top 90f59b8ecf7669349cd0dcb49056c4fdfc439d306622ab3fd5bef463ff93117a -eo pid,comm [Pipeline] { [Pipeline] sh [2023-05-04T02:04:57.149Z] + git config --global --add safe.directory /w/workspace/device-mqtt-go/1 [Pipeline] fileExists [Pipeline] sh [2023-05-04T02:04:57.868Z] + make test [2023-05-04T02:04:57.868Z] go test ./... -coverprofile=coverage.out ./... [2023-05-04T02:05:36.790Z] ? github.com/edgexfoundry/device-mqtt-go [no test files] [2023-05-04T02:07:58.701Z] ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] [2023-05-04T02:07:58.701Z] ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] [2023-05-04T02:07:58.701Z] ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.079s coverage: 23.1% of statements [2023-05-04T02:07:58.701Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-05-04T02:07:58.701Z] go vet ./... [2023-05-04T02:08:25.449Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-05-04T02:08:25.449Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-05-04T02:08:25.449Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-05-04T02:08:25.505Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-05-04T02:08:25.547Z] $ docker stop --time=1 90f59b8ecf7669349cd0dcb49056c4fdfc439d306622ab3fd5bef463ff93117a [2023-05-04T02:08:27.553Z] $ docker rm -f --volumes 90f59b8ecf7669349cd0dcb49056c4fdfc439d306622ab3fd5bef463ff93117a [Pipeline] // withDockerContainer [Pipeline] sh [2023-05-04T02:08:28.854Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-05-04T02:08:28.899Z] Warning: overwriting stash ‘coverage-report’ [2023-05-04T02:08:29.566Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-05-04T02:08:30.236Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-05-04T02:08:30.589Z] + ls -al . [2023-05-04T02:08:30.589Z] total 176 [2023-05-04T02:08:30.589Z] drwxrwxr-x 9 jenkins jenkins 4096 May 4 02:05 . [2023-05-04T02:08:30.589Z] drwxrwxr-x 4 jenkins jenkins 4096 May 4 02:02 .. [2023-05-04T02:08:30.589Z] -rw-rw-r-- 1 jenkins jenkins 140 May 4 02:02 .dockerignore [2023-05-04T02:08:30.589Z] drwxrwxr-x 8 jenkins jenkins 4096 May 4 02:02 .git [2023-05-04T02:08:30.589Z] drwxrwxr-x 3 jenkins jenkins 4096 May 4 02:02 .github [2023-05-04T02:08:30.589Z] -rw-rw-r-- 1 jenkins jenkins 329 May 4 02:02 .gitignore [2023-05-04T02:08:30.589Z] -rw-rw-r-- 1 jenkins jenkins 41 May 4 02:02 .golangci.yml [2023-05-04T02:08:30.589Z] -rw-rw-r-- 1 jenkins jenkins 9417 May 4 02:02 Attribution.txt [2023-05-04T02:08:30.589Z] -rw-rw-r-- 1 jenkins jenkins 13162 May 4 02:02 CHANGELOG.md [2023-05-04T02:08:30.589Z] -rw-rw-r-- 1 jenkins jenkins 1689 May 4 02:02 Dockerfile [2023-05-04T02:08:30.589Z] -rw-rw-r-- 1 jenkins jenkins 677 May 4 02:02 GOVERNANCE.md [2023-05-04T02:08:30.589Z] -rw-rw-r-- 1 jenkins jenkins 678 May 4 02:02 Jenkinsfile [2023-05-04T02:08:30.589Z] -rw-rw-r-- 1 jenkins jenkins 11340 May 4 02:02 LICENSE [2023-05-04T02:08:30.589Z] -rw-rw-r-- 1 jenkins jenkins 1732 May 4 02:02 Makefile [2023-05-04T02:08:30.589Z] -rw-rw-r-- 1 jenkins jenkins 620 May 4 02:02 OWNERS.md [2023-05-04T02:08:30.589Z] -rw-rw-r-- 1 jenkins jenkins 3165 May 4 02:02 README.md [2023-05-04T02:08:30.589Z] -rw-rw-r-- 1 jenkins jenkins 5 May 4 01:59 VERSION [2023-05-04T02:08:30.589Z] drwxrwxr-x 2 jenkins jenkins 4096 May 4 02:02 bin [2023-05-04T02:08:30.589Z] drwxrwxr-x 3 jenkins jenkins 4096 May 4 02:02 cmd [2023-05-04T02:08:30.589Z] -rw-r--r-- 1 jenkins jenkins 18144 May 4 02:07 coverage.out [2023-05-04T02:08:30.589Z] -rw-rw-r-- 1 jenkins jenkins 3333 May 4 02:02 go.mod [2023-05-04T02:08:30.589Z] -rw-rw-r-- 1 jenkins jenkins 31328 May 4 02:02 go.sum [2023-05-04T02:08:30.589Z] drwxrwxr-x 3 jenkins jenkins 4096 May 4 02:02 internal [2023-05-04T02:08:30.589Z] drwxrwxr-x 2 jenkins jenkins 4096 May 4 02:02 mock [2023-05-04T02:08:30.589Z] drwxrwxr-x 4 jenkins jenkins 4096 May 4 02:02 snap [2023-05-04T02:08:30.589Z] -rw-rw-r-- 1 jenkins jenkins 227 May 4 02:02 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T02:08:31.046Z] + 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=714374070cc11d2032dbbe88c00559c6a0f6b599 --label arch=arm64 --label version=0.0.0 . [2023-05-04T02:08:31.317Z] Sending build context to Docker daemon 3.396MB [2023-05-04T02:08:31.317Z] Step 1/24 : ARG BASE=golang:1.20-alpine3.17 [2023-05-04T02:08:31.317Z] Step 2/24 : FROM ${BASE} AS builder [2023-05-04T02:08:31.317Z] ---> d1bd27b843f4 [2023-05-04T02:08:31.317Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-05-04T02:08:31.588Z] ---> Running in 0e420fb173cd [2023-05-04T02:08:31.859Z] Removing intermediate container 0e420fb173cd [2023-05-04T02:08:31.859Z] ---> 8eb38bed5840 [2023-05-04T02:08:31.859Z] Step 4/24 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-05-04T02:08:31.859Z] ---> Running in 5843365f7582 [2023-05-04T02:08:32.452Z] Removing intermediate container 5843365f7582 [2023-05-04T02:08:32.452Z] ---> db116d05d22f [2023-05-04T02:08:32.452Z] Step 5/24 : ARG ALPINE_PKG_BASE="make git openssh-client" [2023-05-04T02:08:32.452Z] ---> Running in bf21a1952e8d [2023-05-04T02:08:32.734Z] Removing intermediate container bf21a1952e8d [2023-05-04T02:08:32.734Z] ---> 39da439a3627 [2023-05-04T02:08:32.734Z] Step 6/24 : ARG ALPINE_PKG_EXTRA="" [2023-05-04T02:08:32.734Z] ---> Running in b4f229edaa5f [2023-05-04T02:08:33.328Z] Removing intermediate container b4f229edaa5f [2023-05-04T02:08:33.328Z] ---> b337e9d1fac7 [2023-05-04T02:08:33.328Z] Step 7/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-05-04T02:08:33.328Z] ---> Running in c7e0aab2919c [2023-05-04T02:08:34.295Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-04T02:08:35.263Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-04T02:08:36.235Z] OK: 268 MiB in 57 packages [2023-05-04T02:08:37.210Z] Removing intermediate container c7e0aab2919c [2023-05-04T02:08:37.210Z] ---> 6b258e4446ca [2023-05-04T02:08:37.210Z] Step 8/24 : WORKDIR /device-mqtt-go [2023-05-04T02:08:37.210Z] ---> Running in bea2b0c40e35 [2023-05-04T02:08:37.481Z] Removing intermediate container bea2b0c40e35 [2023-05-04T02:08:37.481Z] ---> 1c89584c2e0c [2023-05-04T02:08:37.481Z] Step 9/24 : COPY go.mod vendor* ./ [2023-05-04T02:08:38.076Z] ---> 463a1751cc3d [2023-05-04T02:08:38.076Z] Step 10/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-04T02:08:38.349Z] ---> Running in aa0f931edb52 [2023-05-04T02:08:40.954Z] Removing intermediate container aa0f931edb52 [2023-05-04T02:08:40.954Z] ---> 7e8a74a0f73a [2023-05-04T02:08:40.954Z] Step 11/24 : COPY . . [2023-05-04T02:08:41.926Z] ---> c8564308f919 [2023-05-04T02:08:41.926Z] Step 12/24 : RUN $MAKE [2023-05-04T02:08:42.204Z] ---> Running in cc199634976d [2023-05-04T02:08:43.172Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/device-mqtt ./cmd [2023-05-04T02:11:35.751Z] Removing intermediate container cc199634976d [2023-05-04T02:11:35.751Z] ---> 01daa556a3d4 [2023-05-04T02:11:35.751Z] Step 13/24 : FROM alpine:3.17 [2023-05-04T02:11:35.751Z] 3.17: Pulling from library/alpine [2023-05-04T02:11:35.751Z] c41833b44d91: Already exists [2023-05-04T02:11:35.751Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-05-04T02:11:35.751Z] Status: Downloaded newer image for alpine:3.17 [2023-05-04T02:11:35.751Z] ---> 51e60588ff2c [2023-05-04T02:11:35.751Z] Step 14/24 : LABEL license='VSPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IoTech Ltd' [2023-05-04T02:11:35.751Z] ---> Running in 9aaacdbe9e8c [2023-05-04T02:11:36.040Z] Removing intermediate container 9aaacdbe9e8c [2023-05-04T02:11:36.040Z] ---> 73b4ced55770 [2023-05-04T02:11:36.040Z] Step 15/24 : RUN apk add --update --no-cache dumb-init [2023-05-04T02:11:36.314Z] ---> Running in 0c6e9fb883b9 [2023-05-04T02:11:37.306Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-04T02:11:38.308Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-04T02:11:39.751Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-05-04T02:11:39.751Z] Executing busybox-1.35.0-r29.trigger [2023-05-04T02:11:39.751Z] OK: 8 MiB in 16 packages [2023-05-04T02:11:40.742Z] Removing intermediate container 0c6e9fb883b9 [2023-05-04T02:11:40.742Z] ---> 269b18deb0c3 [2023-05-04T02:11:40.742Z] Step 16/24 : COPY --from=builder /device-mqtt-go/cmd / [2023-05-04T02:11:42.709Z] ---> 780325d19382 [2023-05-04T02:11:42.709Z] Step 17/24 : COPY --from=builder /device-mqtt-go/LICENSE / [2023-05-04T02:11:43.207Z] ---> 7bea6cee2015 [2023-05-04T02:11:43.207Z] Step 18/24 : COPY --from=builder /device-mqtt-go/Attribution.txt / [2023-05-04T02:11:43.712Z] ---> dc5e93bb4597 [2023-05-04T02:11:43.712Z] Step 19/24 : EXPOSE 59982 [2023-05-04T02:11:43.712Z] ---> Running in 978c84e74c4e [2023-05-04T02:11:44.332Z] Removing intermediate container 978c84e74c4e [2023-05-04T02:11:44.332Z] ---> 29557db3cc80 [2023-05-04T02:11:44.332Z] Step 20/24 : ENTRYPOINT ["/device-mqtt"] [2023-05-04T02:11:44.332Z] ---> Running in e8a45092b6a9 [2023-05-04T02:11:44.648Z] Removing intermediate container e8a45092b6a9 [2023-05-04T02:11:44.648Z] ---> 23217abf7682 [2023-05-04T02:11:44.648Z] Step 21/24 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry"] [2023-05-04T02:11:44.923Z] ---> Running in 09ef63cc8a70 [2023-05-04T02:11:45.196Z] Removing intermediate container 09ef63cc8a70 [2023-05-04T02:11:45.196Z] ---> c96708cfd5c8 [2023-05-04T02:11:45.196Z] Step 22/24 : LABEL arch=arm64 [2023-05-04T02:11:45.196Z] ---> Running in f0f6d2ad08d5 [2023-05-04T02:11:45.470Z] Removing intermediate container f0f6d2ad08d5 [2023-05-04T02:11:45.470Z] ---> 0102843a5a4d [2023-05-04T02:11:45.470Z] Step 23/24 : LABEL git_sha=714374070cc11d2032dbbe88c00559c6a0f6b599 [2023-05-04T02:11:45.740Z] ---> Running in a075dbc8c65a [2023-05-04T02:11:46.011Z] Removing intermediate container a075dbc8c65a [2023-05-04T02:11:46.011Z] ---> fb60bcd36f53 [2023-05-04T02:11:46.011Z] Step 24/24 : LABEL version=0.0.0 [2023-05-04T02:11:46.011Z] ---> Running in 2469e1d7449f [2023-05-04T02:11:46.304Z] Removing intermediate container 2469e1d7449f [2023-05-04T02:11:46.304Z] ---> e8a33ee76cf0 [2023-05-04T02:11:46.305Z] [Warning] One or more build-args [ARCH] were not consumed [2023-05-04T02:11:46.579Z] Successfully built e8a33ee76cf0 [2023-05-04T02:11:46.579Z] Successfully tagged device-mqtt-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T02:11:47.469Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-05-04T02:11:47.470Z] [2023-05-04T02:11:47.470Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T02:11:47.886Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-05-04T02:11:48.173Z] arm64: Pulling from edgex-lftools-log-publisher [2023-05-04T02:11:48.173Z] 8998bd30e6a1: Pulling fs layer [2023-05-04T02:11:48.173Z] 04944245beec: Pulling fs layer [2023-05-04T02:11:48.173Z] 699f458cf7ca: Pulling fs layer [2023-05-04T02:11:48.173Z] 765212b225bb: Pulling fs layer [2023-05-04T02:11:48.173Z] f23df028b6ca: Pulling fs layer [2023-05-04T02:11:48.173Z] d65c8cfc05b1: Pulling fs layer [2023-05-04T02:11:48.173Z] 2437ff75d9bd: Pulling fs layer [2023-05-04T02:11:48.173Z] f23df028b6ca: Waiting [2023-05-04T02:11:48.173Z] d65c8cfc05b1: Waiting [2023-05-04T02:11:48.173Z] 2437ff75d9bd: Waiting [2023-05-04T02:11:48.173Z] 765212b225bb: Waiting [2023-05-04T02:11:48.766Z] 04944245beec: Download complete [2023-05-04T02:11:48.766Z] 765212b225bb: Verifying Checksum [2023-05-04T02:11:48.766Z] f23df028b6ca: Verifying Checksum [2023-05-04T02:11:48.766Z] f23df028b6ca: Download complete [2023-05-04T02:11:48.766Z] d65c8cfc05b1: Download complete [2023-05-04T02:11:49.603Z] 699f458cf7ca: Verifying Checksum [2023-05-04T02:11:49.603Z] 699f458cf7ca: Download complete [2023-05-04T02:11:49.876Z] 8998bd30e6a1: Verifying Checksum [2023-05-04T02:11:49.876Z] 8998bd30e6a1: Download complete [2023-05-04T02:11:52.466Z] 2437ff75d9bd: Verifying Checksum [2023-05-04T02:11:52.466Z] 2437ff75d9bd: Download complete [2023-05-04T02:11:53.877Z] 8998bd30e6a1: Pull complete [2023-05-04T02:11:54.849Z] 04944245beec: Pull complete [2023-05-04T02:11:56.259Z] 699f458cf7ca: Pull complete [2023-05-04T02:11:56.528Z] 765212b225bb: Pull complete [2023-05-04T02:11:57.120Z] f23df028b6ca: Pull complete [2023-05-04T02:11:57.389Z] d65c8cfc05b1: Pull complete [2023-05-04T02:12:12.413Z] 2437ff75d9bd: Pull complete [2023-05-04T02:12:12.413Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-05-04T02:12:12.413Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-05-04T02:12:12.413Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-04T02:12:12.807Z] prd-ubuntu20.04-docker-arm64-4c-16g-12677 does not seem to be running inside a container [2023-05-04T02:12:12.910Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/device-mqtt-go/1 -v /w/workspace/device-mqtt-go/1:/w/workspace/device-mqtt-go/1:rw,z -v /w/workspace/device-mqtt-go/1@tmp:/w/workspace/device-mqtt-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2023-05-04T02:12:16.219Z] $ docker top bee965028176ecdcd728cb8f7d57e47926b4a0c1e3f6c11800a96d5a16611c0e -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-05-04T02:12:17.288Z] ---> job-cost.sh [2023-05-04T02:12:17.289Z] lf-activate-venv: SKIPPING [2023-05-04T02:12:17.289Z] INFO: No Stack... [2023-05-04T02:12:17.899Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-05-04T02:12:18.882Z] INFO: Archiving Costs [Pipeline] sh [2023-05-04T02:12:19.575Z] + cat /w/workspace/device-mqtt-go/1/archives/cost.csv [2023-05-04T02:12:19.575Z] + cut -d, -f6 [Pipeline] lock [2023-05-04T02:12:19.696Z] Trying to acquire lock on [jenkins-edgexfoundry-device-mqtt-go-PR-591-1-stack-cost] [2023-05-04T02:12:19.701Z] Resource [jenkins-edgexfoundry-device-mqtt-go-PR-591-1-stack-cost] did not exist. Created. [2023-05-04T02:12:19.701Z] Lock acquired on [jenkins-edgexfoundry-device-mqtt-go-PR-591-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-05-04T02:12:20.542Z] /w/workspace/device-mqtt-go/1@tmp/durable-7dc65d44/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-05-04T02:12:21.295Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-05-04T02:12:21.344Z] Warning: overwriting stash ‘stack-cost’ [2023-05-04T02:12:21.400Z] Stashed 1 file(s) [Pipeline] } [2023-05-04T02:12:21.456Z] Lock released on resource [jenkins-edgexfoundry-device-mqtt-go-PR-591-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-05-04T02:12:21.549Z] $ docker stop --time=1 bee965028176ecdcd728cb8f7d57e47926b4a0c1e3f6c11800a96d5a16611c0e [2023-05-04T02:12:23.151Z] $ docker rm -f --volumes bee965028176ecdcd728cb8f7d57e47926b4a0c1e3f6c11800a96d5a16611c0e [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 [2023-05-04T02:12:24.288Z] provisioning config files... [2023-05-04T02:12:24.296Z] copy managed file [device-mqtt-go-codecov-token] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-591@tmp/config6071340205185103636tmp [Pipeline] { [Pipeline] sh [2023-05-04T02:12:24.676Z] + set +x [2023-05-04T02:12:24.676Z] + curl -s https://codecov.io/bash [2023-05-04T02:12:24.676Z] + bash -s -- [2023-05-04T02:12:24.676Z] [2023-05-04T02:12:24.676Z] _____ _ [2023-05-04T02:12:24.676Z] / ____| | | [2023-05-04T02:12:24.676Z] | | ___ __| | ___ ___ _____ __ [2023-05-04T02:12:24.676Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-05-04T02:12:24.676Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-05-04T02:12:24.676Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-05-04T02:12:24.676Z] Bash-1.0.6 [2023-05-04T02:12:24.676Z] [2023-05-04T02:12:24.676Z] [2023-05-04T02:12:24.676Z] ==> git version 2.25.1 found [2023-05-04T02:12:24.676Z] ==> 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 [2023-05-04T02:12:24.676Z] Release-Date: 2020-01-08 [2023-05-04T02:12:24.676Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2023-05-04T02:12:24.676Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-05-04T02:12:24.676Z] ==> Jenkins CI detected. [2023-05-04T02:12:24.676Z] current dir:  /w/workspace/gexfoundry_device-mqtt-go_PR-591 [2023-05-04T02:12:24.676Z] project root: . [2023-05-04T02:12:24.676Z] --> token set from env [2023-05-04T02:12:24.676Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-05-04T02:12:24.676Z] ==> Running gcov in . (disable via -X gcov) [2023-05-04T02:12:24.676Z] ==> Python coveragepy not found [2023-05-04T02:12:24.676Z] ==> Searching for coverage reports in: [2023-05-04T02:12:24.676Z] + . [2023-05-04T02:12:24.676Z] -> Found 1 reports [2023-05-04T02:12:24.676Z] ==> Detecting git/mercurial file structure [2023-05-04T02:12:24.676Z] ==> Reading reports [2023-05-04T02:12:24.676Z] + ./coverage.out bytes=18144 [2023-05-04T02:12:24.676Z] ==> Appending adjustments [2023-05-04T02:12:24.676Z] https://docs.codecov.io/docs/fixing-reports [2023-05-04T02:12:24.937Z] + Found adjustments [2023-05-04T02:12:24.937Z] ==> Gzipping contents [2023-05-04T02:12:24.937Z] 4.0K /tmp/codecov.3GTccp.gz [2023-05-04T02:12:24.937Z] ==> Uploading reports [2023-05-04T02:12:24.937Z] url: https://codecov.io [2023-05-04T02:12:24.937Z] query: branch=PR-591&commit=714374070cc11d2032dbbe88c00559c6a0f6b599&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-mqtt-go%2Fjob%2FPR-591%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-mqtt-go&service=jenkins&flags=&pr=591&job=&cmd_args= [2023-05-04T02:12:24.937Z] -> Pinging Codecov [2023-05-04T02:12:24.937Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=3cf7f23a-d5e6-4c47-868b-a0a7f9a025f8&branch=PR-591&commit=714374070cc11d2032dbbe88c00559c6a0f6b599&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-mqtt-go%2Fjob%2FPR-591%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-mqtt-go&service=jenkins&flags=&pr=591&job=&cmd_args= [2023-05-04T02:12:24.937Z] -> Uploading to [2023-05-04T02:12:24.937Z] https://storage.googleapis.com/codecov/v4/raw/2023-05-04/7D719EC7BBE17E464838252E33014C33/714374070cc11d2032dbbe88c00559c6a0f6b599/72df50d9-5daa-44cc-982d-9c180da7d261.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230504%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230504T021224Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=f37aeff11bd6340ef27b6af4e291331575f2fc15c0d81748e77f01df163baced [2023-05-04T02:12:24.937Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-05-04T02:12:24.937Z] Dload Upload Total Spent Left Speed [2023-05-04T02:12:25.197Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3184 0 0 100 3184 0 14878 --:--:-- --:--:-- --:--:-- 14878 [2023-05-04T02:12:25.197Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-mqtt-go/commit/714374070cc11d2032dbbe88c00559c6a0f6b599 [Pipeline] } [2023-05-04T02:12:25.223Z] 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 [2023-05-04T02:12:26.978Z] + [ -d /w/workspace/gexfoundry_device-mqtt-go_PR-591/archives ] [2023-05-04T02:12:26.978Z] + ls -al /w/workspace/gexfoundry_device-mqtt-go_PR-591/archives [2023-05-04T02:12:26.978Z] total 16 [2023-05-04T02:12:26.978Z] drwxr-xr-x 3 root root 4096 May 4 02:01 . [2023-05-04T02:12:26.978Z] drwxrwxr-x 11 jenkins jenkins 4096 May 4 02:01 .. [2023-05-04T02:12:26.978Z] drwxr-xr-x 2 root root 4096 May 4 02:01 cost [2023-05-04T02:12:26.978Z] -rw-r--r-- 1 root root 86 May 4 02:01 cost.csv [2023-05-04T02:12:26.978Z] + sudo chown -R jenkins:jenkins /w/workspace/gexfoundry_device-mqtt-go_PR-591/archives [2023-05-04T02:12:26.978Z] + ls -al /w/workspace/gexfoundry_device-mqtt-go_PR-591/archives [2023-05-04T02:12:26.978Z] total 16 [2023-05-04T02:12:26.978Z] drwxr-xr-x 3 jenkins jenkins 4096 May 4 02:01 . [2023-05-04T02:12:26.978Z] drwxrwxr-x 11 jenkins jenkins 4096 May 4 02:01 .. [2023-05-04T02:12:26.978Z] drwxr-xr-x 2 jenkins jenkins 4096 May 4 02:01 cost [2023-05-04T02:12:26.978Z] -rw-r--r-- 1 jenkins jenkins 86 May 4 02:01 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-05-04T02:12:27.314Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-05-04T02:12:28.210Z] ---> package-listing.sh [2023-05-04T02:12:28.210Z] ++ facter osfamily [2023-05-04T02:12:28.210Z] ++ tr '[:upper:]' '[:lower:]' [2023-05-04T02:12:28.470Z] + OS_FAMILY=debian [2023-05-04T02:12:28.470Z] + workspace=/w/workspace/gexfoundry_device-mqtt-go_PR-591 [2023-05-04T02:12:28.470Z] + START_PACKAGES=/tmp/packages_start.txt [2023-05-04T02:12:28.470Z] + END_PACKAGES=/tmp/packages_end.txt [2023-05-04T02:12:28.470Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-05-04T02:12:28.470Z] + PACKAGES=/tmp/packages_start.txt [2023-05-04T02:12:28.470Z] + '[' /w/workspace/gexfoundry_device-mqtt-go_PR-591 ']' [2023-05-04T02:12:28.470Z] + PACKAGES=/tmp/packages_end.txt [2023-05-04T02:12:28.470Z] + case "${OS_FAMILY}" in [2023-05-04T02:12:28.470Z] + dpkg -l [2023-05-04T02:12:28.470Z] + grep '^ii' [2023-05-04T02:12:28.470Z] + '[' -f /tmp/packages_start.txt ']' [2023-05-04T02:12:28.470Z] + '[' -f /tmp/packages_end.txt ']' [2023-05-04T02:12:28.470Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-05-04T02:12:28.470Z] + '[' /w/workspace/gexfoundry_device-mqtt-go_PR-591 ']' [2023-05-04T02:12:28.470Z] + mkdir -p /w/workspace/gexfoundry_device-mqtt-go_PR-591/archives/ [2023-05-04T02:12:28.470Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-mqtt-go_PR-591/archives/ [Pipeline] echo [2023-05-04T02:12:28.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-591/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-05-04T02:12:28.791Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T02:12:29.417Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-05-04T02:12:29.417Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-04T02:12:29.562Z] prd-ubuntu20.04-docker-8c-8g-12674 does not seem to be running inside a container [2023-05-04T02:12:29.582Z] $ 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-591/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-591 -v /w/workspace/gexfoundry_device-mqtt-go_PR-591:/w/workspace/gexfoundry_device-mqtt-go_PR-591:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-591@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-591@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 [2023-05-04T02:12:29.767Z] $ docker top 484d68b17997d2f6b1277a3a31a1db84740c2663f1669ebf6f4fc9513df87f41 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-05-04T02:12:30.175Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-05-04T02:12:30.490Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-05-04T02:12:30.810Z] + ls /var/log/sa-host [2023-05-04T02:12:30.810Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-05-04T02:12:30.950Z] provisioning config files... [2023-05-04T02:12:30.959Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-591@tmp/config1210656556751963166tmp [Pipeline] { [Pipeline] echo [2023-05-04T02:12:31.011Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-05-04T02:12:31.323Z] ---> create-netrc.sh [Pipeline] } [2023-05-04T02:12:31.350Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-05-04T02:12:31.749Z] ---> python-tools-install.sh [Pipeline] echo [2023-05-04T02:12:31.790Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-05-04T02:12:32.099Z] ---> sudo-logs.sh [2023-05-04T02:12:32.099Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-05-04T02:12:32.185Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-05-04T02:12:32.504Z] ---> job-cost.sh [2023-05-04T02:12:32.504Z] lf-activate-venv: SKIPPING [2023-05-04T02:12:32.504Z] DEBUG: total: 0.2199999988079071 [2023-05-04T02:12:32.504Z] INFO: Retrieving Stack Cost... [2023-05-04T02:12:33.074Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-05-04T02:12:33.334Z] INFO: Archiving Costs [Pipeline] echo [2023-05-04T02:12:33.368Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-05-04T02:12:33.686Z] ---> logs-deploy.sh [2023-05-04T02:12:33.686Z] lf-activate-venv: SKIPPING [2023-05-04T02:12:33.686Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-mqtt-go/PR-591/1 [2023-05-04T02:12:33.686Z] INFO: archiving workspace using pattern(s): [2023-05-04T02:12:34.623Z] Archives upload complete. [2023-05-04T02:12:34.623Z] INFO: archiving logs to Nexus