Pull request #533 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 3c0baa3352cc7cb6120a8695f19fd75a5d9c1792+1f5b40587cdb269dc0901b5b892d918e86924932 (3ee4b28602ea85f81163d2fab1c6bf7ca5db62d4) 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-ssh1380856433927145137.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 66200e8eedfc470904d6b329e562ec5b45423d6a 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-ssh38929277354135913.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 66200e8eedfc470904d6b329e562ec5b45423d6a 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-533/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-533/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh152147429943127479.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-533/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh5032399162364809985.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 66200e8eedfc470904d6b329e562ec5b45423d6a (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 66200e8eedfc470904d6b329e562ec5b45423d6a # timeout=10 Commit message: "feat: add capability to use golang 1.20 (#427)" > 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-ssh2443645902336977779.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-533/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-533/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh9288441427728341672.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 66200e8eedfc470904d6b329e562ec5b45423d6a 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-2587 in /w/workspace/gexfoundry_device-mqtt-go_PR-533 [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-533 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/main commit 1f5b40587cdb269dc0901b5b892d918e86924932 into PR head commit 3c0baa3352cc7cb6120a8695f19fd75a5d9c1792 > 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/533/head:refs/remotes/origin/PR-533 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merge succeeded, producing 3c0baa3352cc7cb6120a8695f19fd75a5d9c1792 Checking out Revision 3c0baa3352cc7cb6120a8695f19fd75a5d9c1792 (PR-533) 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 66200e8eedfc470904d6b329e562ec5b45423d6a [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-03-17T01:59:12.512Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-03-17T01:59:12.693Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-03-17T01:59:12.794Z] ========================================================= [2023-03-17T01:59:12.794Z] EdgeX Global Pipelines Version Info [2023-03-17T01:59:12.794Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git config core.sparsecheckout # timeout=10 > git checkout -f 3c0baa3352cc7cb6120a8695f19fd75a5d9c1792 # 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 1f5b40587cdb269dc0901b5b892d918e86924932 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 3c0baa3352cc7cb6120a8695f19fd75a5d9c1792 # timeout=10 [2023-03-17T01:59:13.533Z] ------------------- [2023-03-17T01:59:13.533Z] stable info: [2023-03-17T01:59:13.533Z] ------------------- [2023-03-17T01:59:13.533Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-03-17T01:59:13.533Z] Commit SHA: 66200e8eedfc470904d6b329e562ec5b45423d6a [2023-03-17T01:59:13.533Z] Message: update stable to v1.0.245 [2023-03-17T01:59:14.103Z] ------------------- [2023-03-17T01:59:14.103Z] experimental info: [2023-03-17T01:59:14.103Z] ------------------- [2023-03-17T01:59:14.103Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-03-17T01:59:14.103Z] Commit SHA: eb5041bb0874f6b7cdca3e6793e1ef87c0289dce [2023-03-17T01:59:14.103Z] Message: update experimental to v1.0.246 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-03-17T01:59:14.396Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-mqtt-go-settings [Pipeline] echo [2023-03-17T01:59:14.443Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-mqtt-go [Pipeline] echo [2023-03-17T01:59:14.483Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-03-17T01:59:14.520Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-03-17T01:59:14.556Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-03-17T01:59:14.591Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo [2023-03-17T01:59:14.627Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-03-17T01:59:14.663Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2023-03-17T01:59:14.699Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-03-17T01:59:14.735Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-03-17T01:59:14.773Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-03-17T01:59:14.811Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-mqtt [Pipeline] echo [2023-03-17T01:59:14.853Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-03-17T01:59:14.895Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-03-17T01:59:14.933Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-03-17T01:59:14.976Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-03-17T01:59:15.017Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-03-17T01:59:15.059Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-03-17T01:59:15.097Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-03-17T01:59:15.138Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-03-17T01:59:15.179Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2023-03-17T01:59:15.222Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2023-03-17T01:59:15.256Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-03-17T01:59:15.296Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-03-17T01:59:15.330Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2023-03-17T01:59:15.371Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-03-17T01:59:15.408Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-03-17T01:59:15.443Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-533 [Pipeline] echo [2023-03-17T01:59:15.479Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-533 [Pipeline] echo [2023-03-17T01:59:15.522Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-533 [Pipeline] echo [2023-03-17T01:59:15.559Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 3c0baa3352cc7cb6120a8695f19fd75a5d9c1792 [Pipeline] echo [2023-03-17T01:59:15.599Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 3c0baa3 [Pipeline] echo [2023-03-17T01:59:15.636Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-17T01:59:15.746Z] provisioning config files... [2023-03-17T01:59:15.769Z] copy managed file [device-mqtt-go-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-533@tmp/config13748429220318823895tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-17T01:59:16.108Z] ---> docker-login.sh [2023-03-17T01:59:16.108Z] nexus3.edgexfoundry.org:10001 [2023-03-17T01:59:16.368Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-17T01:59:16.368Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-17T01:59:16.368Z] Configure a credential helper to remove this warning. See [2023-03-17T01:59:16.368Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-17T01:59:16.368Z] [2023-03-17T01:59:16.368Z] Login Succeeded [2023-03-17T01:59:16.368Z] nexus3.edgexfoundry.org:10002 [2023-03-17T01:59:16.368Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-17T01:59:16.368Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-17T01:59:16.368Z] Configure a credential helper to remove this warning. See [2023-03-17T01:59:16.368Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-17T01:59:16.368Z] [2023-03-17T01:59:16.368Z] Login Succeeded [2023-03-17T01:59:16.368Z] nexus3.edgexfoundry.org:10003 [2023-03-17T01:59:16.629Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-17T01:59:16.629Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-17T01:59:16.629Z] Configure a credential helper to remove this warning. See [2023-03-17T01:59:16.629Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-17T01:59:16.629Z] [2023-03-17T01:59:16.629Z] Login Succeeded [2023-03-17T01:59:16.629Z] nexus3.edgexfoundry.org:10004 [2023-03-17T01:59:16.629Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-17T01:59:16.629Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-17T01:59:16.629Z] Configure a credential helper to remove this warning. See [2023-03-17T01:59:16.629Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-17T01:59:16.629Z] [2023-03-17T01:59:16.629Z] Login Succeeded [2023-03-17T01:59:16.629Z] docker.io [2023-03-17T01:59:16.889Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-17T01:59:17.148Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-17T01:59:17.148Z] Configure a credential helper to remove this warning. See [2023-03-17T01:59:17.148Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-17T01:59:17.148Z] [2023-03-17T01:59:17.148Z] Login Succeeded [2023-03-17T01:59:17.148Z] ---> docker-login.sh ends [Pipeline] } [2023-03-17T01:59:17.176Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-03-17T01:59:17.880Z] + git rev-list -1 --merges 3c0baa3352cc7cb6120a8695f19fd75a5d9c1792~1..3c0baa3352cc7cb6120a8695f19fd75a5d9c1792 [Pipeline] echo [2023-03-17T01:59:17.940Z] -----------> git rev-list -1 --merges 3c0baa3352cc7cb6120a8695f19fd75a5d9c1792~1..3c0baa3352cc7cb6120a8695f19fd75a5d9c1792 3c0baa3352cc7cb6120a8695f19fd75a5d9c1792 [false] [Pipeline] sh [2023-03-17T01:59:18.248Z] + git log --format=format:%s -1 3c0baa3352cc7cb6120a8695f19fd75a5d9c1792 [Pipeline] echo [2023-03-17T01:59:18.287Z] ========================================================= [2023-03-17T01:59:18.287Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-03-17T01:59:18.287Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-03-17T01:59:18.740Z] + git log --format=format:%s -1 3c0baa3352cc7cb6120a8695f19fd75a5d9c1792 [Pipeline] echo [2023-03-17T01:59:18.774Z] [semverPrep] GIT_COMMIT: 3c0baa3352cc7cb6120a8695f19fd75a5d9c1792, Commit Message: build(deps): bump github.com/edgexfoundry/device-sdk-go/v3 [Pipeline] echo [2023-03-17T01:59:18.800Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-03-17T01:59:19.191Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-03-17T01:59:19.191Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-03-17T01:59:19.191Z] + [ -e /tmp/ssh_known_hosts ] [2023-03-17T01:59:19.191Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-03-17T01:59:19.191Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-03-17T01:59:19.191Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-03-17T01:59:19.191Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-17T01:59:19.686Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-17T01:59:19.686Z] [2023-03-17T01:59:19.686Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-17T01:59:20.065Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-17T01:59:20.065Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-03-17T01:59:20.065Z] b85a868b505f: Pulling fs layer [2023-03-17T01:59:20.065Z] e2be974225ed: Pulling fs layer [2023-03-17T01:59:20.065Z] 339a4e72a1f5: Pulling fs layer [2023-03-17T01:59:20.065Z] 988bab9f4d93: Pulling fs layer [2023-03-17T01:59:20.065Z] 1469e6f7b9e6: Pulling fs layer [2023-03-17T01:59:20.065Z] eaf3925da568: Pulling fs layer [2023-03-17T01:59:20.065Z] bab4dde63d76: Pulling fs layer [2023-03-17T01:59:20.065Z] bde34c3a00c8: Pulling fs layer [2023-03-17T01:59:20.065Z] b352a97aabf1: Pulling fs layer [2023-03-17T01:59:20.065Z] 4872d77fe225: Pulling fs layer [2023-03-17T01:59:20.065Z] 5851b861e8e6: Pulling fs layer [2023-03-17T01:59:20.065Z] bab4dde63d76: Waiting [2023-03-17T01:59:20.065Z] bde34c3a00c8: Waiting [2023-03-17T01:59:20.065Z] 5851b861e8e6: Waiting [2023-03-17T01:59:20.065Z] eaf3925da568: Waiting [2023-03-17T01:59:20.065Z] 988bab9f4d93: Waiting [2023-03-17T01:59:20.065Z] 4872d77fe225: Waiting [2023-03-17T01:59:20.065Z] 1469e6f7b9e6: Waiting [2023-03-17T01:59:20.065Z] b352a97aabf1: Waiting [2023-03-17T01:59:20.065Z] e2be974225ed: Verifying Checksum [2023-03-17T01:59:20.065Z] e2be974225ed: Download complete [2023-03-17T01:59:20.065Z] 988bab9f4d93: Verifying Checksum [2023-03-17T01:59:20.065Z] 988bab9f4d93: Download complete [2023-03-17T01:59:20.327Z] 1469e6f7b9e6: Verifying Checksum [2023-03-17T01:59:20.327Z] 1469e6f7b9e6: Download complete [2023-03-17T01:59:20.327Z] 339a4e72a1f5: Verifying Checksum [2023-03-17T01:59:20.327Z] 339a4e72a1f5: Download complete [2023-03-17T01:59:20.327Z] eaf3925da568: Download complete [2023-03-17T01:59:20.327Z] bde34c3a00c8: Verifying Checksum [2023-03-17T01:59:20.327Z] bde34c3a00c8: Download complete [2023-03-17T01:59:20.327Z] b352a97aabf1: Verifying Checksum [2023-03-17T01:59:20.327Z] b352a97aabf1: Download complete [2023-03-17T01:59:20.327Z] 4872d77fe225: Download complete [2023-03-17T01:59:20.327Z] 5851b861e8e6: Verifying Checksum [2023-03-17T01:59:20.327Z] 5851b861e8e6: Download complete [2023-03-17T01:59:20.327Z] b85a868b505f: Download complete [2023-03-17T01:59:20.585Z] bab4dde63d76: Verifying Checksum [2023-03-17T01:59:20.585Z] bab4dde63d76: Download complete [2023-03-17T01:59:21.518Z] b85a868b505f: Pull complete [2023-03-17T01:59:21.776Z] e2be974225ed: Pull complete [2023-03-17T01:59:22.344Z] 339a4e72a1f5: Pull complete [2023-03-17T01:59:22.344Z] 988bab9f4d93: Pull complete [2023-03-17T01:59:22.602Z] 1469e6f7b9e6: Pull complete [2023-03-17T01:59:22.602Z] eaf3925da568: Pull complete [2023-03-17T01:59:24.503Z] bab4dde63d76: Pull complete [2023-03-17T01:59:24.503Z] bde34c3a00c8: Pull complete [2023-03-17T01:59:24.503Z] b352a97aabf1: Pull complete [2023-03-17T01:59:24.762Z] 4872d77fe225: Pull complete [2023-03-17T01:59:24.762Z] 5851b861e8e6: Pull complete [2023-03-17T01:59:24.762Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-03-17T01:59:24.762Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-17T01:59:24.762Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-17T01:59:24.994Z] prd-ubuntu20.04-docker-8c-8g-2587 does not seem to be running inside a container [2023-03-17T01:59:25.024Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-mqtt-go_PR-533 -v /w/workspace/gexfoundry_device-mqtt-go_PR-533:/w/workspace/gexfoundry_device-mqtt-go_PR-533:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-533@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-533@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-03-17T01:59:26.354Z] $ docker top c6698f8459fd9d8ee2cf5fe0fa07ac115cccec175656327f637143b395b114a7 -eo pid,comm [2023-03-17T01:59:26.412Z] 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-03-17T01:59:26.412Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-03-17T01:59:26.542Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-17T01:59:26.542Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-17T01:59:26.652Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-17T01:59:26.653Z] $ docker exec c6698f8459fd9d8ee2cf5fe0fa07ac115cccec175656327f637143b395b114a7 ssh-agent [2023-03-17T01:59:26.762Z] SSH_AUTH_SOCK=/tmp/ssh-CLto8Wmwrd5J/agent.32 [2023-03-17T01:59:26.762Z] SSH_AGENT_PID=38 [2023-03-17T01:59:26.768Z] Running ssh-add (command line suppressed) [2023-03-17T01:59:26.872Z] Identity added: /w/workspace/gexfoundry_device-mqtt-go_PR-533@tmp/private_key_3329748376767887177.key (/w/workspace/gexfoundry_device-mqtt-go_PR-533@tmp/private_key_3329748376767887177.key) [2023-03-17T01:59:26.888Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-17T01:59:27.225Z] + git tag --points-at HEAD [Pipeline] } [2023-03-17T01:59:27.249Z] $ docker exec --env ******** --env ******** c6698f8459fd9d8ee2cf5fe0fa07ac115cccec175656327f637143b395b114a7 ssh-agent -k [2023-03-17T01:59:27.344Z] unset SSH_AUTH_SOCK; [2023-03-17T01:59:27.344Z] unset SSH_AGENT_PID; [2023-03-17T01:59:27.345Z] echo Agent pid 38 killed; [2023-03-17T01:59:27.355Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-03-17T01:59:27.437Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-17T01:59:27.437Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-17T01:59:27.549Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-17T01:59:27.550Z] $ docker exec c6698f8459fd9d8ee2cf5fe0fa07ac115cccec175656327f637143b395b114a7 ssh-agent [2023-03-17T01:59:27.675Z] SSH_AUTH_SOCK=/tmp/ssh-32ANUtbi6ert/agent.70 [2023-03-17T01:59:27.675Z] SSH_AGENT_PID=76 [2023-03-17T01:59:27.681Z] Running ssh-add (command line suppressed) [2023-03-17T01:59:27.779Z] Identity added: /w/workspace/gexfoundry_device-mqtt-go_PR-533@tmp/private_key_16402068093096592421.key (/w/workspace/gexfoundry_device-mqtt-go_PR-533@tmp/private_key_16402068093096592421.key) [2023-03-17T01:59:27.794Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-17T01:59:28.117Z] + git semver init [2023-03-17T01:59:28.377Z] 2023-03-17 01:59:28,293 [run_init] DEBUG init version:0.0.0 force:False [2023-03-17T01:59:28.377Z] 2023-03-17 01:59:28,294 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/gexfoundry_device-mqtt-go_PR-533/.semver [2023-03-17T01:59:28.377Z] 2023-03-17 01:59:28,294 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-mqtt-go.git /w/workspace/gexfoundry_device-mqtt-go_PR-533/.semver [2023-03-17T01:59:28.377Z] 2023-03-17 01:59:28,294 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-mqtt-go.git', '/w/workspace/gexfoundry_device-mqtt-go_PR-533/.semver'], cwd=/w/workspace/gexfoundry_device-mqtt-go_PR-533, universal_newlines=False, shell=None, istream=None) [2023-03-17T01:59:29.317Z] 2023-03-17 01:59:29,021 [append_file] DEBUG append to file:/w/workspace/gexfoundry_device-mqtt-go_PR-533/.git/info/exclude [2023-03-17T01:59:29.317Z] 2023-03-17 01:59:29,021 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/gexfoundry_device-mqtt-go_PR-533/.semver/PR-533 with force:False [2023-03-17T01:59:29.317Z] 2023-03-17 01:59:29,021 [write_file] DEBUG write to file:/w/workspace/gexfoundry_device-mqtt-go_PR-533/.semver/PR-533 [2023-03-17T01:59:29.318Z] 2023-03-17 01:59:29,025 [execute] INFO git cat-file --batch-check [2023-03-17T01:59:29.318Z] 2023-03-17 01:59:29,025 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_device-mqtt-go_PR-533/.semver, universal_newlines=False, shell=None, istream=) [2023-03-17T01:59:29.318Z] 2023-03-17 01:59:29,031 [execute] INFO git cat-file --batch [2023-03-17T01:59:29.318Z] 2023-03-17 01:59:29,032 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_device-mqtt-go_PR-533/.semver, universal_newlines=False, shell=None, istream=) [2023-03-17T01:59:29.318Z] 2023-03-17 01:59:29,037 [read_version] DEBUG read version from /w/workspace/gexfoundry_device-mqtt-go_PR-533/.semver/PR-533 [2023-03-17T01:59:29.318Z] 0.0.0 [Pipeline] } [2023-03-17T01:59:29.341Z] $ docker exec --env ******** --env ******** c6698f8459fd9d8ee2cf5fe0fa07ac115cccec175656327f637143b395b114a7 ssh-agent -k [2023-03-17T01:59:29.439Z] unset SSH_AUTH_SOCK; [2023-03-17T01:59:29.439Z] unset SSH_AGENT_PID; [2023-03-17T01:59:29.440Z] echo Agent pid 76 killed; [2023-03-17T01:59:29.450Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-03-17T01:59:29.874Z] + git semver [Pipeline] } [2023-03-17T01:59:30.159Z] $ docker stop --time=1 c6698f8459fd9d8ee2cf5fe0fa07ac115cccec175656327f637143b395b114a7 [2023-03-17T01:59:31.475Z] $ docker rm -f --volumes c6698f8459fd9d8ee2cf5fe0fa07ac115cccec175656327f637143b395b114a7 [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-17T01:59:31.879Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-03-17T01:59:32.132Z] Stashed 1 file(s) [Pipeline] echo [2023-03-17T01:59:32.148Z] [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-03-17T01:59:32.723Z] provisioning config files... [2023-03-17T01:59:32.732Z] copy managed file [device-mqtt-go-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-533@tmp/config13269530748801595583tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-17T01:59:33.114Z] ---> docker-login.sh [2023-03-17T01:59:33.114Z] nexus3.edgexfoundry.org:10001 [2023-03-17T01:59:33.114Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-17T01:59:33.114Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-17T01:59:33.114Z] Configure a credential helper to remove this warning. See [2023-03-17T01:59:33.114Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-17T01:59:33.114Z] [2023-03-17T01:59:33.114Z] Login Succeeded [2023-03-17T01:59:33.114Z] nexus3.edgexfoundry.org:10002 [2023-03-17T01:59:33.114Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-17T01:59:33.114Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-17T01:59:33.114Z] Configure a credential helper to remove this warning. See [2023-03-17T01:59:33.114Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-17T01:59:33.114Z] [2023-03-17T01:59:33.114Z] Login Succeeded [2023-03-17T01:59:33.114Z] nexus3.edgexfoundry.org:10003 [2023-03-17T01:59:33.375Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-17T01:59:33.375Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-17T01:59:33.375Z] Configure a credential helper to remove this warning. See [2023-03-17T01:59:33.375Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-17T01:59:33.375Z] [2023-03-17T01:59:33.375Z] Login Succeeded [2023-03-17T01:59:33.375Z] nexus3.edgexfoundry.org:10004 [2023-03-17T01:59:33.375Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-17T01:59:33.375Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-17T01:59:33.375Z] Configure a credential helper to remove this warning. See [2023-03-17T01:59:33.375Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-17T01:59:33.375Z] [2023-03-17T01:59:33.375Z] Login Succeeded [2023-03-17T01:59:33.375Z] docker.io [2023-03-17T01:59:33.635Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-17T01:59:33.635Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-17T01:59:33.635Z] Configure a credential helper to remove this warning. See [2023-03-17T01:59:33.635Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-17T01:59:33.635Z] [2023-03-17T01:59:33.635Z] Login Succeeded [2023-03-17T01:59:33.635Z] ---> docker-login.sh ends [Pipeline] } [2023-03-17T01:59:33.665Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-03-17T01:59:33.836Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-17T01:59:33.876Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-17T01:59:33.909Z] ========================================================= [2023-03-17T01:59:33.909Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] [2023-03-17T01:59:33.909Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-17T01:59:34.361Z] + 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-03-17T01:59:34.362Z] Sending build context to Docker daemon 6.386MB [2023-03-17T01:59:34.362Z] Step 1/12 : ARG BASE=golang:1.20-alpine3.17 [2023-03-17T01:59:34.362Z] Step 2/12 : FROM ${BASE} AS builder [2023-03-17T01:59:34.362Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base [2023-03-17T01:59:34.362Z] 63b65145d645: Pulling fs layer [2023-03-17T01:59:34.362Z] a2d21d5440eb: Pulling fs layer [2023-03-17T01:59:34.362Z] 935e6c44a52c: Pulling fs layer [2023-03-17T01:59:34.362Z] 94cc34f8dd06: Pulling fs layer [2023-03-17T01:59:34.362Z] 30dea6a524f1: Pulling fs layer [2023-03-17T01:59:34.362Z] a2aff8979fd8: Pulling fs layer [2023-03-17T01:59:34.362Z] 6808be2612f2: Pulling fs layer [2023-03-17T01:59:34.362Z] f25807f1079a: Pulling fs layer [2023-03-17T01:59:34.362Z] 94cc34f8dd06: Waiting [2023-03-17T01:59:34.362Z] f25807f1079a: Waiting [2023-03-17T01:59:34.362Z] 30dea6a524f1: Waiting [2023-03-17T01:59:34.362Z] 6808be2612f2: Waiting [2023-03-17T01:59:34.362Z] a2d21d5440eb: Verifying Checksum [2023-03-17T01:59:34.362Z] a2d21d5440eb: Download complete [2023-03-17T01:59:34.623Z] 94cc34f8dd06: Download complete [2023-03-17T01:59:34.623Z] 30dea6a524f1: Verifying Checksum [2023-03-17T01:59:34.623Z] 30dea6a524f1: Download complete [2023-03-17T01:59:34.623Z] 63b65145d645: Verifying Checksum [2023-03-17T01:59:34.623Z] 63b65145d645: Download complete [2023-03-17T01:59:34.623Z] a2aff8979fd8: Verifying Checksum [2023-03-17T01:59:34.623Z] a2aff8979fd8: Download complete [2023-03-17T01:59:34.623Z] 63b65145d645: Pull complete [2023-03-17T01:59:34.883Z] a2d21d5440eb: Pull complete [2023-03-17T01:59:35.143Z] f25807f1079a: Verifying Checksum [2023-03-17T01:59:35.143Z] f25807f1079a: Download complete [2023-03-17T01:59:35.402Z] 935e6c44a52c: Verifying Checksum [2023-03-17T01:59:35.402Z] 935e6c44a52c: Download complete [2023-03-17T01:59:35.402Z] 6808be2612f2: Verifying Checksum [2023-03-17T01:59:35.402Z] 6808be2612f2: Download complete [2023-03-17T01:59:38.683Z] 935e6c44a52c: Pull complete [2023-03-17T01:59:38.941Z] 94cc34f8dd06: Pull complete [2023-03-17T01:59:38.941Z] 30dea6a524f1: Pull complete [2023-03-17T01:59:38.941Z] a2aff8979fd8: Pull complete [2023-03-17T01:59:41.467Z] 6808be2612f2: Pull complete [2023-03-17T01:59:42.033Z] f25807f1079a: Pull complete [2023-03-17T01:59:42.033Z] Digest: sha256:106942793af8b5907f587008084bb0888cadbc76d86ebd37d4d3227fb0f1e438 [2023-03-17T01:59:42.033Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-03-17T01:59:42.033Z] ---> 3b553350e43f [2023-03-17T01:59:42.033Z] Step 3/12 : ARG ADD_BUILD_TAGS="" [2023-03-17T01:59:43.410Z] ---> Running in 70dc394f79b3 [2023-03-17T01:59:43.410Z] Removing intermediate container 70dc394f79b3 [2023-03-17T01:59:43.410Z] ---> 293f0c7f6ea8 [2023-03-17T01:59:43.410Z] Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-03-17T01:59:43.410Z] ---> Running in 1e1613e85121 [2023-03-17T01:59:43.410Z] Removing intermediate container 1e1613e85121 [2023-03-17T01:59:43.410Z] ---> 7cff39a0750f [2023-03-17T01:59:43.410Z] Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client" [2023-03-17T01:59:43.669Z] ---> Running in faf3b2783cc9 [2023-03-17T01:59:43.669Z] Removing intermediate container faf3b2783cc9 [2023-03-17T01:59:43.669Z] ---> c4faeceecdd9 [2023-03-17T01:59:43.669Z] Step 6/12 : ARG ALPINE_PKG_EXTRA="" [2023-03-17T01:59:43.669Z] ---> Running in 910e947743d8 [2023-03-17T01:59:43.928Z] Removing intermediate container 910e947743d8 [2023-03-17T01:59:43.928Z] ---> ba8a03dad466 [2023-03-17T01:59:43.928Z] Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-03-17T01:59:43.928Z] ---> Running in ba7ded80d725 [2023-03-17T01:59:44.188Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-03-17T01:59:44.448Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-03-17T01:59:44.708Z] (1/4) Installing openssh-keygen (9.1_p1-r2) [2023-03-17T01:59:44.708Z] (2/4) Installing libedit (20221030.3.1-r0) [2023-03-17T01:59:44.708Z] (3/4) Installing openssh-client-common (9.1_p1-r2) [2023-03-17T01:59:44.708Z] (4/4) Installing openssh-client-default (9.1_p1-r2) [2023-03-17T01:59:44.708Z] Executing busybox-1.35.0-r29.trigger [2023-03-17T01:59:44.708Z] OK: 269 MiB in 57 packages [2023-03-17T01:59:45.277Z] Removing intermediate container ba7ded80d725 [2023-03-17T01:59:45.277Z] ---> ca03152863e4 [2023-03-17T01:59:45.277Z] Step 8/12 : WORKDIR /device-mqtt-go [2023-03-17T01:59:45.277Z] ---> Running in 671f3b98e1fc [2023-03-17T01:59:45.277Z] Removing intermediate container 671f3b98e1fc [2023-03-17T01:59:45.277Z] ---> 0f39033dea54 [2023-03-17T01:59:45.277Z] Step 9/12 : COPY go.mod vendor* ./ [2023-03-17T01:59:45.535Z] ---> 6e8775cf6d5a [2023-03-17T01:59:45.535Z] Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-17T01:59:45.535Z] ---> Running in bc2767472133 [2023-03-17T01:59:47.530Z] Still waiting to schedule task [2023-03-17T01:59:47.530Z] Waiting for next available executor on ‘ubuntu20.04-docker-arm64-4c-16g’ [2023-03-17T02:00:12.108Z] Removing intermediate container bc2767472133 [2023-03-17T02:00:12.108Z] ---> b5e89f327492 [2023-03-17T02:00:12.108Z] Step 11/12 : COPY . . [2023-03-17T02:00:12.108Z] ---> d64504c96a82 [2023-03-17T02:00:12.108Z] Step 12/12 : RUN $MAKE [2023-03-17T02:00:12.108Z] ---> Running in 7a1646eab0c9 [2023-03-17T02:00:12.108Z] noop [2023-03-17T02:00:12.108Z] Removing intermediate container 7a1646eab0c9 [2023-03-17T02:00:12.108Z] ---> 3731dcc13bac [2023-03-17T02:00:12.108Z] Successfully built 3731dcc13bac [2023-03-17T02:00:12.108Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-17T02:00:12.552Z] + docker inspect -f . ci-base-image-x86_64 [2023-03-17T02:00:12.552Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-17T02:00:12.739Z] prd-ubuntu20.04-docker-8c-8g-2587 does not seem to be running inside a container [2023-03-17T02:00:12.769Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_device-mqtt-go_PR-533 -v /w/workspace/gexfoundry_device-mqtt-go_PR-533:/w/workspace/gexfoundry_device-mqtt-go_PR-533:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-533@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-533@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-03-17T02:00:13.141Z] $ docker top 56ce8b772edf96fe94c6cf8703e54e407e00f3a4047b7c4ae0b1c9a57653d558 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-17T02:00:13.529Z] + go version [2023-03-17T02:00:13.529Z] go version go1.20.2 linux/amd64 [Pipeline] } [2023-03-17T02:00:13.561Z] $ docker stop --time=1 56ce8b772edf96fe94c6cf8703e54e407e00f3a4047b7c4ae0b1c9a57653d558 [2023-03-17T02:00:14.889Z] $ docker rm -f --volumes 56ce8b772edf96fe94c6cf8703e54e407e00f3a4047b7c4ae0b1c9a57653d558 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-17T02:00:15.592Z] + docker inspect -f . ci-base-image-x86_64 [2023-03-17T02:00:15.592Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-17T02:00:15.755Z] prd-ubuntu20.04-docker-8c-8g-2587 does not seem to be running inside a container [2023-03-17T02:00:15.784Z] $ 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-533 -v /w/workspace/gexfoundry_device-mqtt-go_PR-533:/w/workspace/gexfoundry_device-mqtt-go_PR-533:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-533@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-533@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-03-17T02:00:16.129Z] $ docker top d63327faadc3dbe42ccc67ebfe840459f8b0d43632446d4ae81bdf20b30f6b10 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-17T02:00:16.518Z] + git config --global --add safe.directory /w/workspace/gexfoundry_device-mqtt-go_PR-533 [Pipeline] fileExists [Pipeline] sh [2023-03-17T02:00:16.880Z] + make test [2023-03-17T02:00:16.880Z] go test ./... -coverprofile=coverage.out ./... [2023-03-17T02:00:22.266Z] ? github.com/edgexfoundry/device-mqtt-go [no test files] [2023-03-17T02:00:30.372Z] ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] [2023-03-17T02:00:30.938Z] ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] [2023-03-17T02:00:30.938Z] ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.017s coverage: 22.2% of statements [2023-03-17T02:00:36.198Z] go vet ./... [2023-03-17T02:00:40.384Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-03-17T02:00:40.384Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-03-17T02:00:40.384Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-03-17T02:00:40.422Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-03-17T02:00:40.448Z] $ docker stop --time=1 d63327faadc3dbe42ccc67ebfe840459f8b0d43632446d4ae81bdf20b30f6b10 [2023-03-17T02:00:42.423Z] $ docker rm -f --volumes d63327faadc3dbe42ccc67ebfe840459f8b0d43632446d4ae81bdf20b30f6b10 [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-17T02:00:42.945Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-03-17T02:00:43.015Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2023-03-17T02:00:43.699Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-03-17T02:00:44.007Z] + ls -al . [2023-03-17T02:00:44.007Z] total 180 [2023-03-17T02:00:44.007Z] drwxrwxr-x 10 jenkins jenkins 4096 Mar 17 02:00 . [2023-03-17T02:00:44.007Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 17 01:59 .. [2023-03-17T02:00:44.007Z] -rw-rw-r-- 1 jenkins jenkins 140 Mar 17 01:59 .dockerignore [2023-03-17T02:00:44.007Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 17 01:59 .git [2023-03-17T02:00:44.007Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 17 01:59 .github [2023-03-17T02:00:44.007Z] -rw-rw-r-- 1 jenkins jenkins 329 Mar 17 01:59 .gitignore [2023-03-17T02:00:44.007Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 17 01:59 .golangci.yml [2023-03-17T02:00:44.007Z] drwxr-xr-x 3 jenkins jenkins 4096 Mar 17 01:59 .semver [2023-03-17T02:00:44.007Z] -rw-rw-r-- 1 jenkins jenkins 9407 Mar 17 01:59 Attribution.txt [2023-03-17T02:00:44.007Z] -rw-rw-r-- 1 jenkins jenkins 13162 Mar 17 01:59 CHANGELOG.md [2023-03-17T02:00:44.007Z] -rw-rw-r-- 1 jenkins jenkins 1689 Mar 17 01:59 Dockerfile [2023-03-17T02:00:44.007Z] -rw-rw-r-- 1 jenkins jenkins 677 Mar 17 01:59 GOVERNANCE.md [2023-03-17T02:00:44.007Z] -rw-rw-r-- 1 jenkins jenkins 678 Mar 17 01:59 Jenkinsfile [2023-03-17T02:00:44.007Z] -rw-rw-r-- 1 jenkins jenkins 11340 Mar 17 01:59 LICENSE [2023-03-17T02:00:44.007Z] -rw-rw-r-- 1 jenkins jenkins 1732 Mar 17 01:59 Makefile [2023-03-17T02:00:44.007Z] -rw-rw-r-- 1 jenkins jenkins 620 Mar 17 01:59 OWNERS.md [2023-03-17T02:00:44.007Z] -rw-rw-r-- 1 jenkins jenkins 3165 Mar 17 01:59 README.md [2023-03-17T02:00:44.007Z] -rw-rw-r-- 1 jenkins jenkins 5 Mar 17 01:59 VERSION [2023-03-17T02:00:44.007Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 17 01:59 bin [2023-03-17T02:00:44.007Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 17 01:59 cmd [2023-03-17T02:00:44.007Z] -rw-r--r-- 1 jenkins jenkins 18047 Mar 17 02:00 coverage.out [2023-03-17T02:00:44.007Z] -rw-rw-r-- 1 jenkins jenkins 3377 Mar 17 01:59 go.mod [2023-03-17T02:00:44.007Z] -rw-rw-r-- 1 jenkins jenkins 31299 Mar 17 01:59 go.sum [2023-03-17T02:00:44.007Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 17 01:59 internal [2023-03-17T02:00:44.007Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 17 01:59 mock [2023-03-17T02:00:44.007Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 17 01:59 snap [2023-03-17T02:00:44.007Z] -rw-rw-r-- 1 jenkins jenkins 227 Mar 17 01:59 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-17T02:00:44.402Z] + 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=3c0baa3352cc7cb6120a8695f19fd75a5d9c1792 --label arch=amd64 --label version=0.0.0 . [2023-03-17T02:00:44.402Z] Sending build context to Docker daemon 6.405MB [2023-03-17T02:00:44.402Z] Step 1/24 : ARG BASE=golang:1.20-alpine3.17 [2023-03-17T02:00:44.402Z] Step 2/24 : FROM ${BASE} AS builder [2023-03-17T02:00:44.402Z] ---> 3731dcc13bac [2023-03-17T02:00:44.402Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-03-17T02:00:44.402Z] ---> Running in c14a1f6ec78a [2023-03-17T02:00:44.668Z] Removing intermediate container c14a1f6ec78a [2023-03-17T02:00:44.668Z] ---> 4f8d7fa389a8 [2023-03-17T02:00:44.668Z] Step 4/24 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-03-17T02:00:44.668Z] ---> Running in 8fa60643e36f [2023-03-17T02:00:44.668Z] Removing intermediate container 8fa60643e36f [2023-03-17T02:00:44.668Z] ---> 8ab02903a05d [2023-03-17T02:00:44.668Z] Step 5/24 : ARG ALPINE_PKG_BASE="make git openssh-client" [2023-03-17T02:00:44.668Z] ---> Running in 7eb89556a0a0 [2023-03-17T02:00:44.926Z] Removing intermediate container 7eb89556a0a0 [2023-03-17T02:00:44.926Z] ---> d9e8cc5166bd [2023-03-17T02:00:44.926Z] Step 6/24 : ARG ALPINE_PKG_EXTRA="" [2023-03-17T02:00:44.926Z] ---> Running in 0fa5b31e7363 [2023-03-17T02:00:44.926Z] Removing intermediate container 0fa5b31e7363 [2023-03-17T02:00:44.926Z] ---> 82e6251447cf [2023-03-17T02:00:44.926Z] Step 7/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-03-17T02:00:44.926Z] ---> Running in db9a419c2e9b [2023-03-17T02:00:45.190Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-03-17T02:00:45.449Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-03-17T02:00:45.449Z] OK: 269 MiB in 57 packages [2023-03-17T02:00:46.020Z] Removing intermediate container db9a419c2e9b [2023-03-17T02:00:46.020Z] ---> 2a05fe967eef [2023-03-17T02:00:46.020Z] Step 8/24 : WORKDIR /device-mqtt-go [2023-03-17T02:00:46.020Z] ---> Running in 40a7c099eac6 [2023-03-17T02:00:46.020Z] Removing intermediate container 40a7c099eac6 [2023-03-17T02:00:46.020Z] ---> 68410b338591 [2023-03-17T02:00:46.020Z] Step 9/24 : COPY go.mod vendor* ./ [2023-03-17T02:00:46.279Z] ---> 8343a4d6f7b2 [2023-03-17T02:00:46.279Z] Step 10/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-17T02:00:46.279Z] ---> Running in 2b0c1bcf2750 [2023-03-17T02:00:47.233Z] Removing intermediate container 2b0c1bcf2750 [2023-03-17T02:00:47.233Z] ---> 09eba1ad7ef1 [2023-03-17T02:00:47.233Z] Step 11/24 : COPY . . [2023-03-17T02:00:47.492Z] ---> 484cfde384bf [2023-03-17T02:00:47.492Z] Step 12/24 : RUN $MAKE [2023-03-17T02:00:47.492Z] ---> Running in 4bed96b9f8be [2023-03-17T02:00:47.751Z] 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-03-17T02:01:05.871Z] Removing intermediate container 4bed96b9f8be [2023-03-17T02:01:05.871Z] ---> 62931c3ab031 [2023-03-17T02:01:05.871Z] Step 13/24 : FROM alpine:3.17 [2023-03-17T02:01:05.871Z] 3.17: Pulling from library/alpine [2023-03-17T02:01:05.871Z] 63b65145d645: Already exists [2023-03-17T02:01:05.871Z] Digest: sha256:ff6bdca1701f3a8a67e328815ff2346b0e4067d32ec36b7992c1fdc001dc8517 [2023-03-17T02:01:05.871Z] Status: Downloaded newer image for alpine:3.17 [2023-03-17T02:01:05.871Z] ---> b2aa39c304c2 [2023-03-17T02:01:05.871Z] Step 14/24 : LABEL license='VSPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IoTech Ltd' [2023-03-17T02:01:05.871Z] ---> Running in 72f1a8157e29 [2023-03-17T02:01:05.871Z] Removing intermediate container 72f1a8157e29 [2023-03-17T02:01:05.871Z] ---> 4dbef343a09e [2023-03-17T02:01:05.871Z] Step 15/24 : RUN apk add --update --no-cache dumb-init [2023-03-17T02:01:05.871Z] ---> Running in bdcbc275d5af [2023-03-17T02:01:05.871Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-03-17T02:01:05.871Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-03-17T02:01:05.871Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-03-17T02:01:05.871Z] Executing busybox-1.35.0-r29.trigger [2023-03-17T02:01:05.871Z] OK: 7 MiB in 16 packages [2023-03-17T02:01:05.871Z] Removing intermediate container bdcbc275d5af [2023-03-17T02:01:05.871Z] ---> 49c9bfe5e053 [2023-03-17T02:01:05.871Z] Step 16/24 : COPY --from=builder /device-mqtt-go/cmd / [2023-03-17T02:01:06.131Z] ---> 10b118774e84 [2023-03-17T02:01:06.131Z] Step 17/24 : COPY --from=builder /device-mqtt-go/LICENSE / [2023-03-17T02:01:06.131Z] ---> 25b27fa70086 [2023-03-17T02:01:06.131Z] Step 18/24 : COPY --from=builder /device-mqtt-go/Attribution.txt / [2023-03-17T02:01:06.389Z] ---> 8cd53e51134e [2023-03-17T02:01:06.390Z] Step 19/24 : EXPOSE 59982 [2023-03-17T02:01:06.390Z] ---> Running in 7217fea6ee90 [2023-03-17T02:01:06.390Z] Removing intermediate container 7217fea6ee90 [2023-03-17T02:01:06.390Z] ---> f6cac37908ab [2023-03-17T02:01:06.390Z] Step 20/24 : ENTRYPOINT ["/device-mqtt"] [2023-03-17T02:01:06.390Z] ---> Running in b8255217c541 [2023-03-17T02:01:06.649Z] Removing intermediate container b8255217c541 [2023-03-17T02:01:06.649Z] ---> 42bc978bd708 [2023-03-17T02:01:06.649Z] Step 21/24 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry"] [2023-03-17T02:01:06.649Z] ---> Running in ae767f0711d7 [2023-03-17T02:01:06.649Z] Removing intermediate container ae767f0711d7 [2023-03-17T02:01:06.649Z] ---> 1b30cf9f3fbd [2023-03-17T02:01:06.649Z] Step 22/24 : LABEL arch=amd64 [2023-03-17T02:01:06.649Z] ---> Running in a89dd9be5658 [2023-03-17T02:01:06.649Z] Removing intermediate container a89dd9be5658 [2023-03-17T02:01:06.649Z] ---> 0c17190dacf2 [2023-03-17T02:01:06.649Z] Step 23/24 : LABEL git_sha=3c0baa3352cc7cb6120a8695f19fd75a5d9c1792 [2023-03-17T02:01:06.908Z] ---> Running in c475e6e4502b [2023-03-17T02:01:06.908Z] Removing intermediate container c475e6e4502b [2023-03-17T02:01:06.908Z] ---> 4c089a86999d [2023-03-17T02:01:06.908Z] Step 24/24 : LABEL version=0.0.0 [2023-03-17T02:01:06.908Z] ---> Running in 47dbd7edd608 [2023-03-17T02:01:06.908Z] Removing intermediate container 47dbd7edd608 [2023-03-17T02:01:06.908Z] ---> 4bf10649ad98 [2023-03-17T02:01:06.908Z] [Warning] One or more build-args [ARCH] were not consumed [2023-03-17T02:01:06.908Z] Successfully built 4bf10649ad98 [2023-03-17T02:01:06.908Z] 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-03-17T02:01:07.830Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-17T02:01:07.830Z] [2023-03-17T02:01:07.830Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-17T02:01:08.215Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-17T02:01:08.215Z] latest: Pulling from edgex-lftools-log-publisher [2023-03-17T02:01:08.215Z] 5eb5b503b376: Pulling fs layer [2023-03-17T02:01:08.215Z] 5c69ac0246d0: Pulling fs layer [2023-03-17T02:01:08.215Z] ec43610c2a17: Pulling fs layer [2023-03-17T02:01:08.215Z] 3a2ae6a8a46f: Pulling fs layer [2023-03-17T02:01:08.215Z] 33b1e0a273af: Pulling fs layer [2023-03-17T02:01:08.215Z] 5d3b04190fa2: Pulling fs layer [2023-03-17T02:01:08.215Z] 2f39f015ded8: Pulling fs layer [2023-03-17T02:01:08.215Z] 33b1e0a273af: Waiting [2023-03-17T02:01:08.215Z] 5d3b04190fa2: Waiting [2023-03-17T02:01:08.215Z] 2f39f015ded8: Waiting [2023-03-17T02:01:08.215Z] 3a2ae6a8a46f: Waiting [2023-03-17T02:01:08.215Z] 5c69ac0246d0: Verifying Checksum [2023-03-17T02:01:08.215Z] 5c69ac0246d0: Download complete [2023-03-17T02:01:08.215Z] 3a2ae6a8a46f: Verifying Checksum [2023-03-17T02:01:08.215Z] 3a2ae6a8a46f: Download complete [2023-03-17T02:01:08.475Z] 33b1e0a273af: Verifying Checksum [2023-03-17T02:01:08.475Z] 33b1e0a273af: Download complete [2023-03-17T02:01:08.475Z] ec43610c2a17: Verifying Checksum [2023-03-17T02:01:08.475Z] ec43610c2a17: Download complete [2023-03-17T02:01:08.475Z] 5d3b04190fa2: Verifying Checksum [2023-03-17T02:01:08.475Z] 5d3b04190fa2: Download complete [2023-03-17T02:01:08.475Z] 5eb5b503b376: Verifying Checksum [2023-03-17T02:01:08.475Z] 5eb5b503b376: Download complete [2023-03-17T02:01:09.042Z] 2f39f015ded8: Download complete [2023-03-17T02:01:09.606Z] 5eb5b503b376: Pull complete [2023-03-17T02:01:09.870Z] 5c69ac0246d0: Pull complete [2023-03-17T02:01:10.132Z] ec43610c2a17: Pull complete [2023-03-17T02:01:10.390Z] 3a2ae6a8a46f: Pull complete [2023-03-17T02:01:10.390Z] 33b1e0a273af: Pull complete [2023-03-17T02:01:10.648Z] 5d3b04190fa2: Pull complete [2023-03-17T02:01:14.829Z] 2f39f015ded8: Pull complete [2023-03-17T02:01:14.829Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-03-17T02:01:14.829Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-17T02:01:14.829Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-17T02:01:15.032Z] prd-ubuntu20.04-docker-8c-8g-2587 does not seem to be running inside a container [2023-03-17T02:01:15.058Z] $ 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-533 -v /w/workspace/gexfoundry_device-mqtt-go_PR-533:/w/workspace/gexfoundry_device-mqtt-go_PR-533:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-533@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-533@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-03-17T02:01:16.647Z] $ docker top f2b271814b56d3b95222bd7b7a87f5e1d2b7bb0bb6e64c0ff2ea3014bb43ca13 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-17T02:01:17.095Z] ---> job-cost.sh [2023-03-17T02:01:17.095Z] lf-activate-venv: SKIPPING [2023-03-17T02:01:17.095Z] INFO: No Stack... [2023-03-17T02:01:17.664Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-03-17T02:01:17.923Z] INFO: Archiving Costs [Pipeline] sh [2023-03-17T02:01:18.228Z] + cat /w/workspace/gexfoundry_device-mqtt-go_PR-533/archives/cost.csv [2023-03-17T02:01:18.228Z] + cut -d, -f6 [Pipeline] lock [2023-03-17T02:01:18.268Z] Trying to acquire lock on [jenkins-edgexfoundry-device-mqtt-go-PR-533-1-stack-cost] [2023-03-17T02:01:18.273Z] Resource [jenkins-edgexfoundry-device-mqtt-go-PR-533-1-stack-cost] did not exist. Created. [2023-03-17T02:01:18.273Z] Lock acquired on [jenkins-edgexfoundry-device-mqtt-go-PR-533-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-03-17T02:01:18.656Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-03-17T02:01:18.715Z] Stashed 1 file(s) [Pipeline] } [2023-03-17T02:01:18.737Z] Lock released on resource [jenkins-edgexfoundry-device-mqtt-go-PR-533-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-03-17T02:01:18.804Z] $ docker stop --time=1 f2b271814b56d3b95222bd7b7a87f5e1d2b7bb0bb6e64c0ff2ea3014bb43ca13 [2023-03-17T02:01:19.968Z] $ docker rm -f --volumes f2b271814b56d3b95222bd7b7a87f5e1d2b7bb0bb6e64c0ff2ea3014bb43ca13 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-03-17T02:02:39.456Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-2589 in /w/workspace/gexfoundry_device-mqtt-go_PR-533 [Pipeline] { [Pipeline] ws [2023-03-17T02:02:39.520Z] Running in /w/workspace/device-mqtt-go/1 [Pipeline] { [Pipeline] checkout [2023-03-17T02:02:39.600Z] Selected Git installation does not exist. Using Default [2023-03-17T02:02:39.601Z] The recommended git tool is: NONE [2023-03-17T02:02:45.877Z] using credential edgex-jenkins-ssh [2023-03-17T02:02:45.895Z] Cloning the remote Git repository [2023-03-17T02:02:45.946Z] Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git [2023-03-17T02:02:46.054Z] > git init /w/workspace/device-mqtt-go/1 # timeout=10 [2023-03-17T02:02:46.219Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2023-03-17T02:02:46.220Z] > git --version # timeout=10 [2023-03-17T02:02:46.252Z] > git --version # 'git version 2.25.1' [2023-03-17T02:02:46.255Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-03-17T02:02:46.434Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-03-17T02:02:47.678Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2023-03-17T02:02:47.715Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-03-17T02:02:49.567Z] Merging remotes/origin/main commit 1f5b40587cdb269dc0901b5b892d918e86924932 into PR head commit 3c0baa3352cc7cb6120a8695f19fd75a5d9c1792 [2023-03-17T02:02:49.889Z] Merge succeeded, producing 3c0baa3352cc7cb6120a8695f19fd75a5d9c1792 [2023-03-17T02:02:49.890Z] Checking out Revision 3c0baa3352cc7cb6120a8695f19fd75a5d9c1792 (PR-533) [2023-03-17T02:02:48.927Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2023-03-17T02:02:48.982Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2023-03-17T02:02:48.983Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-03-17T02:02:49.005Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/533/head:refs/remotes/origin/PR-533 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2023-03-17T02:02:49.592Z] > git config core.sparsecheckout # timeout=10 [2023-03-17T02:02:49.680Z] > git checkout -f 3c0baa3352cc7cb6120a8695f19fd75a5d9c1792 # timeout=10 [2023-03-17T02:02:49.773Z] > git remote # timeout=10 [2023-03-17T02:02:49.800Z] > git config --get remote.origin.url # timeout=10 [2023-03-17T02:02:49.823Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-03-17T02:02:49.841Z] > git merge 1f5b40587cdb269dc0901b5b892d918e86924932 # timeout=10 [2023-03-17T02:02:49.870Z] > git rev-parse HEAD^{commit} # timeout=10 [2023-03-17T02:02:50.478Z] Commit message: "build(deps): bump github.com/edgexfoundry/device-sdk-go/v3" [2023-03-17T02:02:50.534Z] > git --version # timeout=10 [2023-03-17T02:02:50.547Z] > git --version # 'git version 2.25.1' [2023-03-17T02:02:50.574Z] fatal: bad object 66200e8eedfc470904d6b329e562ec5b45423d6a [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-03-17T02:02:49.898Z] > git config core.sparsecheckout # timeout=10 [2023-03-17T02:02:49.925Z] > git checkout -f 3c0baa3352cc7cb6120a8695f19fd75a5d9c1792 # timeout=10 [2023-03-17T02:02:51.707Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-03-17T02:02:51.707Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-03-17T02:02:51.707Z] Dload Upload Total Spent Left Speed [2023-03-17T02:02:51.707Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 99k 0 --:--:-- --:--:-- --:--:-- 100k [Pipeline] sh [2023-03-17T02:02:52.414Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-03-17T02:02:52.774Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-03-17T02:02:52.774Z] + sudo tee /etc/docker/daemon.new [2023-03-17T02:02:52.774Z] { [2023-03-17T02:02:52.774Z] "registry-mirrors": [ [2023-03-17T02:02:52.774Z] "https://nexus3.edgexfoundry.org:10001" [2023-03-17T02:02:52.774Z] ], [2023-03-17T02:02:52.774Z] "bip": "10.250.0.254/24", [2023-03-17T02:02:52.774Z] "hosts": [ [2023-03-17T02:02:52.774Z] "tcp://0.0.0.0:5555", [2023-03-17T02:02:52.774Z] "unix:///var/run/docker.sock" [2023-03-17T02:02:52.774Z] ], [2023-03-17T02:02:52.774Z] "mtu": 1458, [2023-03-17T02:02:52.774Z] "selinux-enabled": true, [2023-03-17T02:02:52.774Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-03-17T02:02:52.774Z] } [Pipeline] sh [2023-03-17T02:02:53.115Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-03-17T02:02:53.468Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-17T02:03:11.837Z] provisioning config files... [2023-03-17T02:03:11.878Z] copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/1@tmp/config424321069829952147tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-17T02:03:12.306Z] ---> docker-login.sh [2023-03-17T02:03:12.306Z] nexus3.edgexfoundry.org:10001 [2023-03-17T02:03:12.904Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-17T02:03:12.904Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-17T02:03:12.904Z] Configure a credential helper to remove this warning. See [2023-03-17T02:03:12.904Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-17T02:03:12.904Z] [2023-03-17T02:03:12.904Z] Login Succeeded [2023-03-17T02:03:12.904Z] nexus3.edgexfoundry.org:10002 [2023-03-17T02:03:13.179Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-17T02:03:13.461Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-17T02:03:13.461Z] Configure a credential helper to remove this warning. See [2023-03-17T02:03:13.461Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-17T02:03:13.461Z] [2023-03-17T02:03:13.461Z] Login Succeeded [2023-03-17T02:03:13.461Z] nexus3.edgexfoundry.org:10003 [2023-03-17T02:03:13.734Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-17T02:03:13.734Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-17T02:03:13.734Z] Configure a credential helper to remove this warning. See [2023-03-17T02:03:13.734Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-17T02:03:13.734Z] [2023-03-17T02:03:13.734Z] Login Succeeded [2023-03-17T02:03:14.021Z] nexus3.edgexfoundry.org:10004 [2023-03-17T02:03:14.021Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-17T02:03:14.296Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-17T02:03:14.296Z] Configure a credential helper to remove this warning. See [2023-03-17T02:03:14.296Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-17T02:03:14.296Z] [2023-03-17T02:03:14.296Z] Login Succeeded [2023-03-17T02:03:14.296Z] docker.io [2023-03-17T02:03:14.574Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-17T02:03:14.846Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-17T02:03:14.846Z] Configure a credential helper to remove this warning. See [2023-03-17T02:03:14.846Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-17T02:03:14.846Z] [2023-03-17T02:03:14.846Z] Login Succeeded [2023-03-17T02:03:14.846Z] ---> docker-login.sh ends [Pipeline] } [2023-03-17T02:03:14.880Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-03-17T02:03:15.334Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-17T02:03:15.369Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-17T02:03:15.405Z] ========================================================= [2023-03-17T02:03:15.405Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] [2023-03-17T02:03:15.405Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-17T02:03:15.914Z] + 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-03-17T02:03:16.184Z] Sending build context to Docker daemon 3.311MB [2023-03-17T02:03:16.184Z] Step 1/12 : ARG BASE=golang:1.20-alpine3.17 [2023-03-17T02:03:16.184Z] Step 2/12 : FROM ${BASE} AS builder [2023-03-17T02:03:16.462Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-03-17T02:03:16.462Z] af6eaf76a39c: Pulling fs layer [2023-03-17T02:03:16.462Z] 55522c791124: Pulling fs layer [2023-03-17T02:03:16.462Z] ce5c4a1c91eb: Pulling fs layer [2023-03-17T02:03:16.462Z] 169dfbe0d373: Pulling fs layer [2023-03-17T02:03:16.462Z] e1ff8fa3b103: Pulling fs layer [2023-03-17T02:03:16.462Z] 52ebb69f0ebf: Pulling fs layer [2023-03-17T02:03:16.462Z] 5abe8eddf0d5: Pulling fs layer [2023-03-17T02:03:16.462Z] 169dfbe0d373: Waiting [2023-03-17T02:03:16.462Z] e1ff8fa3b103: Waiting [2023-03-17T02:03:16.462Z] 52ebb69f0ebf: Waiting [2023-03-17T02:03:16.462Z] 5abe8eddf0d5: Waiting [2023-03-17T02:03:16.462Z] 55522c791124: Verifying Checksum [2023-03-17T02:03:16.462Z] 55522c791124: Download complete [2023-03-17T02:03:16.462Z] 169dfbe0d373: Verifying Checksum [2023-03-17T02:03:16.462Z] 169dfbe0d373: Download complete [2023-03-17T02:03:16.462Z] e1ff8fa3b103: Verifying Checksum [2023-03-17T02:03:16.462Z] e1ff8fa3b103: Download complete [2023-03-17T02:03:16.462Z] af6eaf76a39c: Verifying Checksum [2023-03-17T02:03:17.907Z] af6eaf76a39c: Pull complete [2023-03-17T02:03:17.907Z] 5abe8eddf0d5: Verifying Checksum [2023-03-17T02:03:17.907Z] 5abe8eddf0d5: Download complete [2023-03-17T02:03:18.503Z] 55522c791124: Pull complete [2023-03-17T02:03:19.482Z] 52ebb69f0ebf: Verifying Checksum [2023-03-17T02:03:19.482Z] 52ebb69f0ebf: Download complete [2023-03-17T02:03:19.482Z] ce5c4a1c91eb: Verifying Checksum [2023-03-17T02:03:19.482Z] ce5c4a1c91eb: Download complete [2023-03-17T02:03:31.946Z] ce5c4a1c91eb: Pull complete [2023-03-17T02:03:31.946Z] 169dfbe0d373: Pull complete [2023-03-17T02:03:31.946Z] e1ff8fa3b103: Pull complete [2023-03-17T02:03:38.633Z] 52ebb69f0ebf: Pull complete [2023-03-17T02:03:40.077Z] 5abe8eddf0d5: Pull complete [2023-03-17T02:03:40.077Z] Digest: sha256:978cc1420e451f27bd88fdeece3ad01a9109ec773b62f165dfc696fd516b3d8f [2023-03-17T02:03:40.077Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-03-17T02:03:40.077Z] ---> 6cb57ee374ae [2023-03-17T02:03:40.077Z] Step 3/12 : ARG ADD_BUILD_TAGS="" [2023-03-17T02:03:42.041Z] ---> Running in 96d0473e61e6 [2023-03-17T02:03:42.322Z] Removing intermediate container 96d0473e61e6 [2023-03-17T02:03:42.322Z] ---> 009e49cd975a [2023-03-17T02:03:42.322Z] Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-03-17T02:03:42.322Z] ---> Running in 9a3310ed6a26 [2023-03-17T02:03:42.591Z] Removing intermediate container 9a3310ed6a26 [2023-03-17T02:03:42.591Z] ---> f441839f3ebb [2023-03-17T02:03:42.591Z] Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client" [2023-03-17T02:03:42.866Z] ---> Running in d656ac32ae6c [2023-03-17T02:03:43.136Z] Removing intermediate container d656ac32ae6c [2023-03-17T02:03:43.136Z] ---> fb486e6d5fde [2023-03-17T02:03:43.136Z] Step 6/12 : ARG ALPINE_PKG_EXTRA="" [2023-03-17T02:03:43.136Z] ---> Running in 40109f9f056c [2023-03-17T02:03:43.421Z] Removing intermediate container 40109f9f056c [2023-03-17T02:03:43.421Z] ---> 1ee709ec8a2a [2023-03-17T02:03:43.421Z] Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-03-17T02:03:43.692Z] ---> Running in 70b414750ecb [2023-03-17T02:03:44.662Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-03-17T02:03:45.633Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-03-17T02:03:46.611Z] (1/4) Installing openssh-keygen (9.1_p1-r2) [2023-03-17T02:03:46.611Z] (2/4) Installing libedit (20221030.3.1-r0) [2023-03-17T02:03:46.611Z] (3/4) Installing openssh-client-common (9.1_p1-r2) [2023-03-17T02:03:46.887Z] (4/4) Installing openssh-client-default (9.1_p1-r2) [2023-03-17T02:03:46.887Z] Executing busybox-1.35.0-r29.trigger [2023-03-17T02:03:46.887Z] OK: 268 MiB in 57 packages [2023-03-17T02:03:48.322Z] Removing intermediate container 70b414750ecb [2023-03-17T02:03:48.322Z] ---> 5928ff800c8d [2023-03-17T02:03:48.322Z] Step 8/12 : WORKDIR /device-mqtt-go [2023-03-17T02:03:48.322Z] ---> Running in 921141f11422 [2023-03-17T02:03:49.291Z] Removing intermediate container 921141f11422 [2023-03-17T02:03:49.291Z] ---> 1a58edab4de9 [2023-03-17T02:03:49.291Z] Step 9/12 : COPY go.mod vendor* ./ [2023-03-17T02:03:49.880Z] ---> c0424b4d3d30 [2023-03-17T02:03:49.880Z] Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-17T02:03:49.880Z] ---> Running in 0c787595e184 [2023-03-17T02:04:57.870Z] Removing intermediate container 0c787595e184 [2023-03-17T02:04:57.870Z] ---> 6927ff046167 [2023-03-17T02:04:57.870Z] Step 11/12 : COPY . . [2023-03-17T02:04:57.870Z] ---> a690c6bf6eaa [2023-03-17T02:04:57.870Z] Step 12/12 : RUN $MAKE [2023-03-17T02:04:57.870Z] ---> Running in c71f3065559b [2023-03-17T02:04:57.870Z] noop [2023-03-17T02:04:57.870Z] Removing intermediate container c71f3065559b [2023-03-17T02:04:57.870Z] ---> 9d67a5df26d5 [2023-03-17T02:04:57.870Z] Successfully built 9d67a5df26d5 [2023-03-17T02:04:57.870Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-17T02:04:58.407Z] + docker inspect -f . ci-base-image-arm64 [2023-03-17T02:04:58.407Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-17T02:04:58.690Z] prd-ubuntu20.04-docker-arm64-4c-16g-2589 does not seem to be running inside a container [2023-03-17T02:04:58.776Z] $ 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-03-17T02:05:00.054Z] $ docker top 7d0a73636a04e74d8144096cb2e9de3cb6d87b5b22cd2b3f2d9f1b5bdac4c968 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-17T02:05:00.965Z] + go version [2023-03-17T02:05:00.965Z] go version go1.20.2 linux/arm64 [Pipeline] } [2023-03-17T02:05:01.004Z] $ docker stop --time=1 7d0a73636a04e74d8144096cb2e9de3cb6d87b5b22cd2b3f2d9f1b5bdac4c968 [2023-03-17T02:05:02.709Z] $ docker rm -f --volumes 7d0a73636a04e74d8144096cb2e9de3cb6d87b5b22cd2b3f2d9f1b5bdac4c968 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-17T02:05:03.576Z] + docker inspect -f . ci-base-image-arm64 [2023-03-17T02:05:03.576Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-17T02:05:03.851Z] prd-ubuntu20.04-docker-arm64-4c-16g-2589 does not seem to be running inside a container [2023-03-17T02:05:03.957Z] $ 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-03-17T02:05:05.287Z] $ docker top 213b2411275c963105a52d4a408e1d65aa695ea413e4a0ea467adb7c92a7896b -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-17T02:05:06.190Z] + git config --global --add safe.directory /w/workspace/device-mqtt-go/1 [Pipeline] fileExists [Pipeline] sh [2023-03-17T02:05:06.891Z] + make test [2023-03-17T02:05:06.891Z] go test ./... -coverprofile=coverage.out ./... [2023-03-17T02:05:45.786Z] ? github.com/edgexfoundry/device-mqtt-go [no test files] [2023-03-17T02:08:22.585Z] ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] [2023-03-17T02:08:22.585Z] ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] [2023-03-17T02:08:22.585Z] ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.077s coverage: 22.2% of statements [2023-03-17T02:08:22.585Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-03-17T02:08:22.585Z] go vet ./... [2023-03-17T02:08:44.654Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-03-17T02:08:44.654Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-03-17T02:08:44.654Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-03-17T02:08:45.273Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-03-17T02:08:45.311Z] $ docker stop --time=1 213b2411275c963105a52d4a408e1d65aa695ea413e4a0ea467adb7c92a7896b [2023-03-17T02:08:47.228Z] $ docker rm -f --volumes 213b2411275c963105a52d4a408e1d65aa695ea413e4a0ea467adb7c92a7896b [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-17T02:08:48.552Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-03-17T02:08:48.591Z] Warning: overwriting stash ‘coverage-report’ [2023-03-17T02:08:49.096Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-03-17T02:08:49.676Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-03-17T02:08:50.018Z] + ls -al . [2023-03-17T02:08:50.018Z] total 176 [2023-03-17T02:08:50.018Z] drwxrwxr-x 9 jenkins jenkins 4096 Mar 17 02:05 . [2023-03-17T02:08:50.018Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 17 02:02 .. [2023-03-17T02:08:50.018Z] -rw-rw-r-- 1 jenkins jenkins 140 Mar 17 02:02 .dockerignore [2023-03-17T02:08:50.018Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 17 02:02 .git [2023-03-17T02:08:50.018Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 17 02:02 .github [2023-03-17T02:08:50.018Z] -rw-rw-r-- 1 jenkins jenkins 329 Mar 17 02:02 .gitignore [2023-03-17T02:08:50.018Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 17 02:02 .golangci.yml [2023-03-17T02:08:50.018Z] -rw-rw-r-- 1 jenkins jenkins 9407 Mar 17 02:02 Attribution.txt [2023-03-17T02:08:50.018Z] -rw-rw-r-- 1 jenkins jenkins 13162 Mar 17 02:02 CHANGELOG.md [2023-03-17T02:08:50.018Z] -rw-rw-r-- 1 jenkins jenkins 1689 Mar 17 02:02 Dockerfile [2023-03-17T02:08:50.018Z] -rw-rw-r-- 1 jenkins jenkins 677 Mar 17 02:02 GOVERNANCE.md [2023-03-17T02:08:50.018Z] -rw-rw-r-- 1 jenkins jenkins 678 Mar 17 02:02 Jenkinsfile [2023-03-17T02:08:50.018Z] -rw-rw-r-- 1 jenkins jenkins 11340 Mar 17 02:02 LICENSE [2023-03-17T02:08:50.018Z] -rw-rw-r-- 1 jenkins jenkins 1732 Mar 17 02:02 Makefile [2023-03-17T02:08:50.018Z] -rw-rw-r-- 1 jenkins jenkins 620 Mar 17 02:02 OWNERS.md [2023-03-17T02:08:50.018Z] -rw-rw-r-- 1 jenkins jenkins 3165 Mar 17 02:02 README.md [2023-03-17T02:08:50.018Z] -rw-rw-r-- 1 jenkins jenkins 5 Mar 17 01:59 VERSION [2023-03-17T02:08:50.018Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 17 02:02 bin [2023-03-17T02:08:50.018Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 17 02:02 cmd [2023-03-17T02:08:50.018Z] -rw-r--r-- 1 jenkins jenkins 18047 Mar 17 02:08 coverage.out [2023-03-17T02:08:50.018Z] -rw-rw-r-- 1 jenkins jenkins 3377 Mar 17 02:02 go.mod [2023-03-17T02:08:50.018Z] -rw-rw-r-- 1 jenkins jenkins 31299 Mar 17 02:02 go.sum [2023-03-17T02:08:50.018Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 17 02:02 internal [2023-03-17T02:08:50.018Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 17 02:02 mock [2023-03-17T02:08:50.018Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 17 02:02 snap [2023-03-17T02:08:50.018Z] -rw-rw-r-- 1 jenkins jenkins 227 Mar 17 02:02 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-17T02:08:50.480Z] + 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=3c0baa3352cc7cb6120a8695f19fd75a5d9c1792 --label arch=arm64 --label version=0.0.0 . [2023-03-17T02:08:50.754Z] Sending build context to Docker daemon 3.33MB [2023-03-17T02:08:50.754Z] Step 1/24 : ARG BASE=golang:1.20-alpine3.17 [2023-03-17T02:08:50.754Z] Step 2/24 : FROM ${BASE} AS builder [2023-03-17T02:08:50.754Z] ---> 9d67a5df26d5 [2023-03-17T02:08:50.754Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-03-17T02:08:51.046Z] ---> Running in ee8d6ccc6be6 [2023-03-17T02:08:51.324Z] Removing intermediate container ee8d6ccc6be6 [2023-03-17T02:08:51.324Z] ---> 9062b650a4f8 [2023-03-17T02:08:51.324Z] Step 4/24 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-03-17T02:08:51.324Z] ---> Running in 734f7807a55c [2023-03-17T02:08:51.919Z] Removing intermediate container 734f7807a55c [2023-03-17T02:08:51.919Z] ---> dcb3535513a2 [2023-03-17T02:08:51.919Z] Step 5/24 : ARG ALPINE_PKG_BASE="make git openssh-client" [2023-03-17T02:08:51.919Z] ---> Running in a561655e7864 [2023-03-17T02:08:52.193Z] Removing intermediate container a561655e7864 [2023-03-17T02:08:52.193Z] ---> 6ec8c6f978ba [2023-03-17T02:08:52.193Z] Step 6/24 : ARG ALPINE_PKG_EXTRA="" [2023-03-17T02:08:52.193Z] ---> Running in 7d198a86f2ab [2023-03-17T02:08:52.788Z] Removing intermediate container 7d198a86f2ab [2023-03-17T02:08:52.788Z] ---> 988b66c0ed3d [2023-03-17T02:08:52.788Z] Step 7/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-03-17T02:08:52.788Z] ---> Running in 52599c8b3fa8 [2023-03-17T02:08:53.750Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-03-17T02:08:54.711Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-03-17T02:08:55.678Z] OK: 268 MiB in 57 packages [2023-03-17T02:08:56.642Z] Removing intermediate container 52599c8b3fa8 [2023-03-17T02:08:56.642Z] ---> d186083851f8 [2023-03-17T02:08:56.642Z] Step 8/24 : WORKDIR /device-mqtt-go [2023-03-17T02:08:56.916Z] ---> Running in 33b4fc930f11 [2023-03-17T02:08:57.186Z] Removing intermediate container 33b4fc930f11 [2023-03-17T02:08:57.186Z] ---> 8c5ccfeec8d6 [2023-03-17T02:08:57.186Z] Step 9/24 : COPY go.mod vendor* ./ [2023-03-17T02:08:57.773Z] ---> 0ae1400b8279 [2023-03-17T02:08:57.773Z] Step 10/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-17T02:08:57.773Z] ---> Running in d537c3e1aec1 [2023-03-17T02:09:01.132Z] Removing intermediate container d537c3e1aec1 [2023-03-17T02:09:01.132Z] ---> 4eb4a0ee3626 [2023-03-17T02:09:01.132Z] Step 11/24 : COPY . . [2023-03-17T02:09:01.722Z] ---> d8c208e17657 [2023-03-17T02:09:01.722Z] Step 12/24 : RUN $MAKE [2023-03-17T02:09:01.722Z] ---> Running in 6d5092b9fb01 [2023-03-17T02:09:02.689Z] 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-03-17T02:11:39.462Z] Removing intermediate container 6d5092b9fb01 [2023-03-17T02:11:39.462Z] ---> b39fd2f0d05f [2023-03-17T02:11:39.462Z] Step 13/24 : FROM alpine:3.17 [2023-03-17T02:11:39.462Z] 3.17: Pulling from library/alpine [2023-03-17T02:11:39.462Z] af6eaf76a39c: Already exists [2023-03-17T02:11:39.462Z] Digest: sha256:ff6bdca1701f3a8a67e328815ff2346b0e4067d32ec36b7992c1fdc001dc8517 [2023-03-17T02:11:39.462Z] Status: Downloaded newer image for alpine:3.17 [2023-03-17T02:11:39.463Z] ---> d74e625d9115 [2023-03-17T02:11:39.463Z] Step 14/24 : LABEL license='VSPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IoTech Ltd' [2023-03-17T02:11:39.463Z] ---> Running in 5df6d720a29e [2023-03-17T02:11:39.463Z] Removing intermediate container 5df6d720a29e [2023-03-17T02:11:39.463Z] ---> 0a426afb5794 [2023-03-17T02:11:39.463Z] Step 15/24 : RUN apk add --update --no-cache dumb-init [2023-03-17T02:11:39.463Z] ---> Running in a4805690a906 [2023-03-17T02:11:39.463Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-03-17T02:11:39.463Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-03-17T02:11:39.463Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-03-17T02:11:39.463Z] Executing busybox-1.35.0-r29.trigger [2023-03-17T02:11:39.463Z] OK: 8 MiB in 16 packages [2023-03-17T02:11:39.463Z] Removing intermediate container a4805690a906 [2023-03-17T02:11:39.463Z] ---> 4a193e3d0509 [2023-03-17T02:11:39.463Z] Step 16/24 : COPY --from=builder /device-mqtt-go/cmd / [2023-03-17T02:11:39.463Z] ---> a92000a4bdfd [2023-03-17T02:11:39.463Z] Step 17/24 : COPY --from=builder /device-mqtt-go/LICENSE / [2023-03-17T02:11:39.463Z] ---> b6bdeb32adee [2023-03-17T02:11:39.463Z] Step 18/24 : COPY --from=builder /device-mqtt-go/Attribution.txt / [2023-03-17T02:11:39.463Z] ---> e90cf4de14e0 [2023-03-17T02:11:39.463Z] Step 19/24 : EXPOSE 59982 [2023-03-17T02:11:39.463Z] ---> Running in 3572538beecc [2023-03-17T02:11:39.463Z] Removing intermediate container 3572538beecc [2023-03-17T02:11:39.463Z] ---> 7cc7e3970cef [2023-03-17T02:11:39.463Z] Step 20/24 : ENTRYPOINT ["/device-mqtt"] [2023-03-17T02:11:39.463Z] ---> Running in ea6d15cbea68 [2023-03-17T02:11:39.463Z] Removing intermediate container ea6d15cbea68 [2023-03-17T02:11:39.463Z] ---> c93f6cccc110 [2023-03-17T02:11:39.463Z] Step 21/24 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry"] [2023-03-17T02:11:39.463Z] ---> Running in d6d02c7631a9 [2023-03-17T02:11:39.463Z] Removing intermediate container d6d02c7631a9 [2023-03-17T02:11:39.463Z] ---> 9c43ad3fb81a [2023-03-17T02:11:39.463Z] Step 22/24 : LABEL arch=arm64 [2023-03-17T02:11:39.732Z] ---> Running in 01043c0e5cea [2023-03-17T02:11:40.000Z] Removing intermediate container 01043c0e5cea [2023-03-17T02:11:40.001Z] ---> 1d4f70e1db31 [2023-03-17T02:11:40.001Z] Step 23/24 : LABEL git_sha=3c0baa3352cc7cb6120a8695f19fd75a5d9c1792 [2023-03-17T02:11:40.001Z] ---> Running in 36c8ccd7302f [2023-03-17T02:11:40.268Z] Removing intermediate container 36c8ccd7302f [2023-03-17T02:11:40.268Z] ---> 0e42ffa0534d [2023-03-17T02:11:40.268Z] Step 24/24 : LABEL version=0.0.0 [2023-03-17T02:11:40.536Z] ---> Running in 918ced3dc002 [2023-03-17T02:11:40.805Z] Removing intermediate container 918ced3dc002 [2023-03-17T02:11:40.805Z] ---> a6b2f1173cc6 [2023-03-17T02:11:40.805Z] [Warning] One or more build-args [ARCH] were not consumed [2023-03-17T02:11:40.805Z] Successfully built a6b2f1173cc6 [2023-03-17T02:11:40.805Z] 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-03-17T02:11:41.602Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-03-17T02:11:41.602Z] [2023-03-17T02:11:41.602Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-17T02:11:42.016Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-03-17T02:11:42.289Z] arm64: Pulling from edgex-lftools-log-publisher [2023-03-17T02:11:42.289Z] 8998bd30e6a1: Pulling fs layer [2023-03-17T02:11:42.289Z] 04944245beec: Pulling fs layer [2023-03-17T02:11:42.289Z] 699f458cf7ca: Pulling fs layer [2023-03-17T02:11:42.289Z] 765212b225bb: Pulling fs layer [2023-03-17T02:11:42.289Z] f23df028b6ca: Pulling fs layer [2023-03-17T02:11:42.289Z] d65c8cfc05b1: Pulling fs layer [2023-03-17T02:11:42.289Z] 2437ff75d9bd: Pulling fs layer [2023-03-17T02:11:42.289Z] f23df028b6ca: Waiting [2023-03-17T02:11:42.289Z] d65c8cfc05b1: Waiting [2023-03-17T02:11:42.289Z] 2437ff75d9bd: Waiting [2023-03-17T02:11:42.289Z] 765212b225bb: Waiting [2023-03-17T02:11:42.558Z] 04944245beec: Verifying Checksum [2023-03-17T02:11:42.558Z] 04944245beec: Download complete [2023-03-17T02:11:42.558Z] 765212b225bb: Download complete [2023-03-17T02:11:42.558Z] f23df028b6ca: Verifying Checksum [2023-03-17T02:11:42.558Z] f23df028b6ca: Download complete [2023-03-17T02:11:42.558Z] d65c8cfc05b1: Verifying Checksum [2023-03-17T02:11:42.558Z] d65c8cfc05b1: Download complete [2023-03-17T02:11:42.558Z] 699f458cf7ca: Verifying Checksum [2023-03-17T02:11:42.558Z] 699f458cf7ca: Download complete [2023-03-17T02:11:43.148Z] 8998bd30e6a1: Verifying Checksum [2023-03-17T02:11:43.148Z] 8998bd30e6a1: Download complete [2023-03-17T02:11:45.744Z] 2437ff75d9bd: Verifying Checksum [2023-03-17T02:11:45.744Z] 2437ff75d9bd: Download complete [2023-03-17T02:11:47.165Z] 8998bd30e6a1: Pull complete [2023-03-17T02:11:47.752Z] 04944245beec: Pull complete [2023-03-17T02:11:49.168Z] 699f458cf7ca: Pull complete [2023-03-17T02:11:49.441Z] 765212b225bb: Pull complete [2023-03-17T02:11:50.406Z] f23df028b6ca: Pull complete [2023-03-17T02:11:50.406Z] d65c8cfc05b1: Pull complete [2023-03-17T02:12:05.432Z] 2437ff75d9bd: Pull complete [2023-03-17T02:12:05.432Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-03-17T02:12:05.432Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-03-17T02:12:05.432Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-17T02:12:05.776Z] prd-ubuntu20.04-docker-arm64-4c-16g-2589 does not seem to be running inside a container [2023-03-17T02:12:05.858Z] $ 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-03-17T02:12:08.639Z] $ docker top 9110567a7c44dce45b89ad9327e3c993504f51403f55aa73337c18851e089335 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-17T02:12:09.563Z] ---> job-cost.sh [2023-03-17T02:12:09.563Z] lf-activate-venv: SKIPPING [2023-03-17T02:12:09.563Z] INFO: No Stack... [2023-03-17T02:12:10.150Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-03-17T02:12:11.120Z] INFO: Archiving Costs [Pipeline] sh [2023-03-17T02:12:11.786Z] + cat /w/workspace/device-mqtt-go/1/archives/cost.csv [2023-03-17T02:12:11.786Z] + cut -d, -f6 [Pipeline] lock [2023-03-17T02:12:11.840Z] Trying to acquire lock on [jenkins-edgexfoundry-device-mqtt-go-PR-533-1-stack-cost] [2023-03-17T02:12:11.845Z] Resource [jenkins-edgexfoundry-device-mqtt-go-PR-533-1-stack-cost] did not exist. Created. [2023-03-17T02:12:11.845Z] Lock acquired on [jenkins-edgexfoundry-device-mqtt-go-PR-533-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-03-17T02:12:12.576Z] /w/workspace/device-mqtt-go/1@tmp/durable-669f9f01/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-03-17T02:12:13.273Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-03-17T02:12:13.309Z] Warning: overwriting stash ‘stack-cost’ [2023-03-17T02:12:13.357Z] Stashed 1 file(s) [Pipeline] } [2023-03-17T02:12:13.371Z] Lock released on resource [jenkins-edgexfoundry-device-mqtt-go-PR-533-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-03-17T02:12:13.460Z] $ docker stop --time=1 9110567a7c44dce45b89ad9327e3c993504f51403f55aa73337c18851e089335 [2023-03-17T02:12:14.974Z] $ docker rm -f --volumes 9110567a7c44dce45b89ad9327e3c993504f51403f55aa73337c18851e089335 [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-03-17T02:12:15.919Z] provisioning config files... [2023-03-17T02:12:15.928Z] copy managed file [device-mqtt-go-codecov-token] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-533@tmp/config10009114331083774846tmp [Pipeline] { [Pipeline] sh [2023-03-17T02:12:16.269Z] + set +x [2023-03-17T02:12:16.269Z] + curl -s https://codecov.io/bash [2023-03-17T02:12:16.269Z] + bash -s -- [2023-03-17T02:12:16.269Z] [2023-03-17T02:12:16.269Z] _____ _ [2023-03-17T02:12:16.269Z] / ____| | | [2023-03-17T02:12:16.269Z] | | ___ __| | ___ ___ _____ __ [2023-03-17T02:12:16.269Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-03-17T02:12:16.269Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-03-17T02:12:16.269Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-03-17T02:12:16.269Z] Bash-1.0.6 [2023-03-17T02:12:16.269Z] [2023-03-17T02:12:16.269Z] [2023-03-17T02:12:16.269Z] ==> git version 2.25.1 found [2023-03-17T02:12:16.269Z] ==> 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-03-17T02:12:16.269Z] Release-Date: 2020-01-08 [2023-03-17T02:12:16.269Z] 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-03-17T02:12:16.269Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-03-17T02:12:16.269Z] ==> Jenkins CI detected. [2023-03-17T02:12:16.269Z] current dir:  /w/workspace/gexfoundry_device-mqtt-go_PR-533 [2023-03-17T02:12:16.269Z] project root: . [2023-03-17T02:12:16.269Z] --> token set from env [2023-03-17T02:12:16.269Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-03-17T02:12:16.269Z] ==> Running gcov in . (disable via -X gcov) [2023-03-17T02:12:16.269Z] ==> Python coveragepy not found [2023-03-17T02:12:16.269Z] ==> Searching for coverage reports in: [2023-03-17T02:12:16.269Z] + . [2023-03-17T02:12:16.269Z] -> Found 1 reports [2023-03-17T02:12:16.269Z] ==> Detecting git/mercurial file structure [2023-03-17T02:12:16.269Z] ==> Reading reports [2023-03-17T02:12:16.269Z] + ./coverage.out bytes=18047 [2023-03-17T02:12:16.530Z] ==> Appending adjustments [2023-03-17T02:12:16.530Z] https://docs.codecov.io/docs/fixing-reports [2023-03-17T02:12:16.530Z] + Found adjustments [2023-03-17T02:12:16.530Z] ==> Gzipping contents [2023-03-17T02:12:16.530Z] 4.0K /tmp/codecov.5GrtXI.gz [2023-03-17T02:12:16.530Z] ==> Uploading reports [2023-03-17T02:12:16.530Z] url: https://codecov.io [2023-03-17T02:12:16.530Z] query: branch=PR-533&commit=3c0baa3352cc7cb6120a8695f19fd75a5d9c1792&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-mqtt-go%2Fjob%2FPR-533%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-mqtt-go&service=jenkins&flags=&pr=533&job=&cmd_args= [2023-03-17T02:12:16.530Z] -> Pinging Codecov [2023-03-17T02:12:16.530Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=3cf7f23a-d5e6-4c47-868b-a0a7f9a025f8&branch=PR-533&commit=3c0baa3352cc7cb6120a8695f19fd75a5d9c1792&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-mqtt-go%2Fjob%2FPR-533%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-mqtt-go&service=jenkins&flags=&pr=533&job=&cmd_args= [2023-03-17T02:12:16.530Z] -> Uploading to [2023-03-17T02:12:16.530Z] https://storage.googleapis.com/codecov/v4/raw/2023-03-17/7D719EC7BBE17E464838252E33014C33/3c0baa3352cc7cb6120a8695f19fd75a5d9c1792/6936c357-0a5c-4606-b82c-ae55fd62d127.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230317%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230317T021216Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=a89d4750dfce95629648b05058682d4fa8949a6ba23e80664602a3acd8180a66 [2023-03-17T02:12:16.530Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-03-17T02:12:16.530Z] Dload Upload Total Spent Left Speed [2023-03-17T02:12:16.789Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3149 0 0 100 3149 0 11794 --:--:-- --:--:-- --:--:-- 11794 [2023-03-17T02:12:17.048Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-mqtt-go/commit/3c0baa3352cc7cb6120a8695f19fd75a5d9c1792 [Pipeline] } [2023-03-17T02:12:17.076Z] 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-03-17T02:12:18.761Z] + [ -d /w/workspace/gexfoundry_device-mqtt-go_PR-533/archives ] [2023-03-17T02:12:18.761Z] + ls -al /w/workspace/gexfoundry_device-mqtt-go_PR-533/archives [2023-03-17T02:12:18.761Z] total 16 [2023-03-17T02:12:18.761Z] drwxr-xr-x 3 root root 4096 Mar 17 02:01 . [2023-03-17T02:12:18.761Z] drwxrwxr-x 11 jenkins jenkins 4096 Mar 17 02:01 .. [2023-03-17T02:12:18.761Z] drwxr-xr-x 2 root root 4096 Mar 17 02:01 cost [2023-03-17T02:12:18.761Z] -rw-r--r-- 1 root root 86 Mar 17 02:01 cost.csv [2023-03-17T02:12:18.761Z] + sudo chown -R jenkins:jenkins /w/workspace/gexfoundry_device-mqtt-go_PR-533/archives [2023-03-17T02:12:18.761Z] + ls -al /w/workspace/gexfoundry_device-mqtt-go_PR-533/archives [2023-03-17T02:12:18.761Z] total 16 [2023-03-17T02:12:18.761Z] drwxr-xr-x 3 jenkins jenkins 4096 Mar 17 02:01 . [2023-03-17T02:12:18.761Z] drwxrwxr-x 11 jenkins jenkins 4096 Mar 17 02:01 .. [2023-03-17T02:12:18.761Z] drwxr-xr-x 2 jenkins jenkins 4096 Mar 17 02:01 cost [2023-03-17T02:12:18.761Z] -rw-r--r-- 1 jenkins jenkins 86 Mar 17 02:01 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-03-17T02:12:19.085Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-17T02:12:19.974Z] ---> package-listing.sh [2023-03-17T02:12:19.975Z] ++ facter osfamily [2023-03-17T02:12:19.975Z] ++ tr '[:upper:]' '[:lower:]' [2023-03-17T02:12:20.235Z] + OS_FAMILY=debian [2023-03-17T02:12:20.235Z] + workspace=/w/workspace/gexfoundry_device-mqtt-go_PR-533 [2023-03-17T02:12:20.235Z] + START_PACKAGES=/tmp/packages_start.txt [2023-03-17T02:12:20.235Z] + END_PACKAGES=/tmp/packages_end.txt [2023-03-17T02:12:20.235Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-03-17T02:12:20.235Z] + PACKAGES=/tmp/packages_start.txt [2023-03-17T02:12:20.235Z] + '[' /w/workspace/gexfoundry_device-mqtt-go_PR-533 ']' [2023-03-17T02:12:20.235Z] + PACKAGES=/tmp/packages_end.txt [2023-03-17T02:12:20.235Z] + case "${OS_FAMILY}" in [2023-03-17T02:12:20.235Z] + dpkg -l [2023-03-17T02:12:20.235Z] + grep '^ii' [2023-03-17T02:12:20.235Z] + '[' -f /tmp/packages_start.txt ']' [2023-03-17T02:12:20.235Z] + '[' -f /tmp/packages_end.txt ']' [2023-03-17T02:12:20.235Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-03-17T02:12:20.235Z] + '[' /w/workspace/gexfoundry_device-mqtt-go_PR-533 ']' [2023-03-17T02:12:20.235Z] + mkdir -p /w/workspace/gexfoundry_device-mqtt-go_PR-533/archives/ [2023-03-17T02:12:20.235Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-mqtt-go_PR-533/archives/ [Pipeline] echo [2023-03-17T02:12:20.267Z] 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-533/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-03-17T02:12:20.557Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-17T02:12:21.178Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-17T02:12:21.178Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-17T02:12:21.311Z] prd-ubuntu20.04-docker-8c-8g-2587 does not seem to be running inside a container [2023-03-17T02:12:21.334Z] $ 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-533/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-533 -v /w/workspace/gexfoundry_device-mqtt-go_PR-533:/w/workspace/gexfoundry_device-mqtt-go_PR-533:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-533@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-533@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-03-17T02:12:21.548Z] $ docker top d987c45320fb26f64035bdff1846f003b574a97b5e07ad5f284824c76ab1f667 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-17T02:12:21.951Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-03-17T02:12:22.257Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-03-17T02:12:22.563Z] + ls /var/log/sa-host [2023-03-17T02:12:22.563Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-17T02:12:22.692Z] provisioning config files... [2023-03-17T02:12:22.700Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-533@tmp/config17802585165613772434tmp [Pipeline] { [Pipeline] echo [2023-03-17T02:12:22.748Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-17T02:12:23.054Z] ---> create-netrc.sh [Pipeline] } [2023-03-17T02:12:23.081Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-03-17T02:12:23.471Z] ---> python-tools-install.sh [Pipeline] echo [2023-03-17T02:12:23.503Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-17T02:12:23.822Z] ---> sudo-logs.sh [2023-03-17T02:12:23.822Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-03-17T02:12:23.902Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-17T02:12:24.218Z] ---> job-cost.sh [2023-03-17T02:12:24.218Z] lf-activate-venv: SKIPPING [2023-03-17T02:12:24.218Z] DEBUG: total: 0.2199999988079071 [2023-03-17T02:12:24.218Z] INFO: Retrieving Stack Cost... [2023-03-17T02:12:24.478Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-03-17T02:12:25.047Z] INFO: Archiving Costs [Pipeline] echo [2023-03-17T02:12:25.082Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-17T02:12:25.427Z] ---> logs-deploy.sh [2023-03-17T02:12:25.427Z] lf-activate-venv: SKIPPING [2023-03-17T02:12:25.427Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-mqtt-go/PR-533/1 [2023-03-17T02:12:25.427Z] INFO: archiving workspace using pattern(s): [2023-03-17T02:12:26.362Z] Archives upload complete. [2023-03-17T02:12:26.362Z] INFO: archiving logs to Nexus