Pull request #623 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 60e743316371a1327b1583b90b54533fbf8c3d95+6f4870105b6de4608a6fa1c66d7959f9992f8cce (1b7591abcdc328321f941d7dd8e51db9d43cfa57) 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-ssh5913442019459674056.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision a0327f913308fcf13875ae7a2d6e6099471c5ff1 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-ssh148358972487646300.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 a0327f913308fcf13875ae7a2d6e6099471c5ff1 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-623/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-623/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh15702803025185848569.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-623/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh1406495679287466962.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision a0327f913308fcf13875ae7a2d6e6099471c5ff1 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f a0327f913308fcf13875ae7a2d6e6099471c5ff1 # timeout=10 Commit message: "fix: dry-run use case (#441)" > 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-ssh15540469363349027804.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-623/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-623/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh8703803374437215641.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 a0327f913308fcf13875ae7a2d6e6099471c5ff1 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-5756 in /w/workspace/gexfoundry_device-mqtt-go_PR-623 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git 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-623 # 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 6f4870105b6de4608a6fa1c66d7959f9992f8cce into PR head commit 60e743316371a1327b1583b90b54533fbf8c3d95 Merge succeeded, producing 60e743316371a1327b1583b90b54533fbf8c3d95 Checking out Revision 60e743316371a1327b1583b90b54533fbf8c3d95 (PR-623) > 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/623/head:refs/remotes/origin/PR-623 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 60e743316371a1327b1583b90b54533fbf8c3d95 # 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 6f4870105b6de4608a6fa1c66d7959f9992f8cce # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 60e743316371a1327b1583b90b54533fbf8c3d95 # timeout=10 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 a0327f913308fcf13875ae7a2d6e6099471c5ff1 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-09-11T01:28:42.540Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-09-11T01:28:42.704Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-09-11T01:28:42.798Z] ========================================================= [2023-09-11T01:28:42.798Z] EdgeX Global Pipelines Version Info [2023-09-11T01:28:42.798Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-09-11T01:28:43.540Z] ------------------- [2023-09-11T01:28:43.540Z] stable info: [2023-09-11T01:28:43.540Z] ------------------- [2023-09-11T01:28:43.540Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-09-11T01:28:43.540Z] Commit SHA: a0327f913308fcf13875ae7a2d6e6099471c5ff1 [2023-09-11T01:28:43.540Z] Message: update stable to v1.0.253 [2023-09-11T01:28:44.112Z] ------------------- [2023-09-11T01:28:44.112Z] experimental info: [2023-09-11T01:28:44.112Z] ------------------- [2023-09-11T01:28:44.112Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-09-11T01:28:44.112Z] Commit SHA: a0327f913308fcf13875ae7a2d6e6099471c5ff1 [2023-09-11T01:28:44.112Z] Message: update experimental to v1.0.253 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-09-11T01:28:44.424Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-mqtt-go-settings [Pipeline] echo [2023-09-11T01:28:44.465Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-mqtt-go [Pipeline] echo [2023-09-11T01:28:44.506Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-09-11T01:28:44.548Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-09-11T01:28:44.594Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-09-11T01:28:44.639Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo [2023-09-11T01:28:44.680Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-09-11T01:28:44.719Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2023-09-11T01:28:44.754Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-09-11T01:28:44.795Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-09-11T01:28:44.836Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-09-11T01:28:44.874Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-mqtt [Pipeline] echo [2023-09-11T01:28:44.918Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-09-11T01:28:44.960Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-09-11T01:28:44.997Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-09-11T01:28:45.035Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-09-11T01:28:45.070Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-09-11T01:28:45.110Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-09-11T01:28:45.156Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-09-11T01:28:45.193Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-09-11T01:28:45.229Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2023-09-11T01:28:45.265Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2023-09-11T01:28:45.302Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-09-11T01:28:45.341Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-09-11T01:28:45.386Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2023-09-11T01:28:45.425Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-09-11T01:28:45.470Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-09-11T01:28:45.516Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-623 [Pipeline] echo [2023-09-11T01:28:45.561Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-623 [Pipeline] echo [2023-09-11T01:28:45.602Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-623 [Pipeline] echo [2023-09-11T01:28:45.643Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 60e743316371a1327b1583b90b54533fbf8c3d95 [Pipeline] echo [2023-09-11T01:28:45.684Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 60e7433 [Pipeline] echo [2023-09-11T01:28:45.724Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-09-11T01:28:45.834Z] provisioning config files... [2023-09-11T01:28:45.852Z] copy managed file [device-mqtt-go-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-623@tmp/config7278351834555927321tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-09-11T01:28:46.196Z] ---> docker-login.sh [2023-09-11T01:28:46.196Z] nexus3.edgexfoundry.org:10001 [2023-09-11T01:28:46.488Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-11T01:28:46.488Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-11T01:28:46.488Z] Configure a credential helper to remove this warning. See [2023-09-11T01:28:46.488Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-11T01:28:46.488Z] [2023-09-11T01:28:46.488Z] Login Succeeded [2023-09-11T01:28:46.488Z] nexus3.edgexfoundry.org:10002 [2023-09-11T01:28:46.750Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-11T01:28:46.750Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-11T01:28:46.750Z] Configure a credential helper to remove this warning. See [2023-09-11T01:28:46.750Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-11T01:28:46.750Z] [2023-09-11T01:28:46.750Z] Login Succeeded [2023-09-11T01:28:46.750Z] nexus3.edgexfoundry.org:10003 [2023-09-11T01:28:46.750Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-11T01:28:46.750Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-11T01:28:46.750Z] Configure a credential helper to remove this warning. See [2023-09-11T01:28:46.750Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-11T01:28:46.750Z] [2023-09-11T01:28:46.750Z] Login Succeeded [2023-09-11T01:28:46.750Z] nexus3.edgexfoundry.org:10004 [2023-09-11T01:28:47.010Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-11T01:28:47.010Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-11T01:28:47.010Z] Configure a credential helper to remove this warning. See [2023-09-11T01:28:47.010Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-11T01:28:47.010Z] [2023-09-11T01:28:47.010Z] Login Succeeded [2023-09-11T01:28:47.010Z] docker.io [2023-09-11T01:28:47.010Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-11T01:28:47.270Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-11T01:28:47.271Z] Configure a credential helper to remove this warning. See [2023-09-11T01:28:47.271Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-11T01:28:47.271Z] [2023-09-11T01:28:47.271Z] Login Succeeded [2023-09-11T01:28:47.271Z] ---> docker-login.sh ends [Pipeline] } [2023-09-11T01:28:47.300Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-09-11T01:28:47.914Z] + git rev-list -1 --merges 60e743316371a1327b1583b90b54533fbf8c3d95~1..60e743316371a1327b1583b90b54533fbf8c3d95 [Pipeline] echo [2023-09-11T01:28:47.980Z] -----------> git rev-list -1 --merges 60e743316371a1327b1583b90b54533fbf8c3d95~1..60e743316371a1327b1583b90b54533fbf8c3d95 60e743316371a1327b1583b90b54533fbf8c3d95 [false] [Pipeline] sh [2023-09-11T01:28:48.296Z] + git log --format=format:%s -1 60e743316371a1327b1583b90b54533fbf8c3d95 [Pipeline] echo [2023-09-11T01:28:48.333Z] ========================================================= [2023-09-11T01:28:48.333Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-09-11T01:28:48.333Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-09-11T01:28:48.771Z] + git log --format=format:%s -1 60e743316371a1327b1583b90b54533fbf8c3d95 [Pipeline] echo [2023-09-11T01:28:48.805Z] [semverPrep] GIT_COMMIT: 60e743316371a1327b1583b90b54533fbf8c3d95, Commit Message: build(deps): bump github.com/edgexfoundry/device-sdk-go/v3 [Pipeline] echo [2023-09-11T01:28:48.835Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-09-11T01:28:49.235Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-09-11T01:28:49.235Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-09-11T01:28:49.235Z] + [ -e /tmp/ssh_known_hosts ] [2023-09-11T01:28:49.235Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-09-11T01:28:49.235Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-09-11T01:28:49.235Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-09-11T01:28:49.235Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-11T01:28:49.739Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-09-11T01:28:49.739Z] [2023-09-11T01:28:49.739Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-11T01:28:50.112Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-09-11T01:28:50.112Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-09-11T01:28:50.112Z] b85a868b505f: Pulling fs layer [2023-09-11T01:28:50.112Z] e2be974225ed: Pulling fs layer [2023-09-11T01:28:50.112Z] 339a4e72a1f5: Pulling fs layer [2023-09-11T01:28:50.112Z] 988bab9f4d93: Pulling fs layer [2023-09-11T01:28:50.112Z] 1469e6f7b9e6: Pulling fs layer [2023-09-11T01:28:50.112Z] eaf3925da568: Pulling fs layer [2023-09-11T01:28:50.112Z] bab4dde63d76: Pulling fs layer [2023-09-11T01:28:50.112Z] bde34c3a00c8: Pulling fs layer [2023-09-11T01:28:50.112Z] b352a97aabf1: Pulling fs layer [2023-09-11T01:28:50.112Z] 4872d77fe225: Pulling fs layer [2023-09-11T01:28:50.112Z] 5851b861e8e6: Pulling fs layer [2023-09-11T01:28:50.112Z] eaf3925da568: Waiting [2023-09-11T01:28:50.112Z] bab4dde63d76: Waiting [2023-09-11T01:28:50.112Z] bde34c3a00c8: Waiting [2023-09-11T01:28:50.112Z] b352a97aabf1: Waiting [2023-09-11T01:28:50.112Z] 4872d77fe225: Waiting [2023-09-11T01:28:50.112Z] 5851b861e8e6: Waiting [2023-09-11T01:28:50.112Z] 988bab9f4d93: Waiting [2023-09-11T01:28:50.112Z] 1469e6f7b9e6: Waiting [2023-09-11T01:28:50.112Z] e2be974225ed: Download complete [2023-09-11T01:28:50.112Z] 988bab9f4d93: Verifying Checksum [2023-09-11T01:28:50.112Z] 988bab9f4d93: Download complete [2023-09-11T01:28:50.112Z] 339a4e72a1f5: Verifying Checksum [2023-09-11T01:28:50.112Z] 339a4e72a1f5: Download complete [2023-09-11T01:28:50.112Z] 1469e6f7b9e6: Verifying Checksum [2023-09-11T01:28:50.112Z] 1469e6f7b9e6: Download complete [2023-09-11T01:28:50.371Z] eaf3925da568: Download complete [2023-09-11T01:28:50.371Z] bde34c3a00c8: Verifying Checksum [2023-09-11T01:28:50.371Z] bde34c3a00c8: Download complete [2023-09-11T01:28:50.371Z] b352a97aabf1: Verifying Checksum [2023-09-11T01:28:50.371Z] b352a97aabf1: Download complete [2023-09-11T01:28:50.371Z] 4872d77fe225: Download complete [2023-09-11T01:28:50.371Z] 5851b861e8e6: Download complete [2023-09-11T01:28:50.371Z] b85a868b505f: Verifying Checksum [2023-09-11T01:28:50.371Z] b85a868b505f: Download complete [2023-09-11T01:28:50.631Z] bab4dde63d76: Verifying Checksum [2023-09-11T01:28:50.631Z] bab4dde63d76: Download complete [2023-09-11T01:28:51.567Z] b85a868b505f: Pull complete [2023-09-11T01:28:51.824Z] e2be974225ed: Pull complete [2023-09-11T01:28:52.393Z] 339a4e72a1f5: Pull complete [2023-09-11T01:28:52.393Z] 988bab9f4d93: Pull complete [2023-09-11T01:28:52.652Z] 1469e6f7b9e6: Pull complete [2023-09-11T01:28:52.652Z] eaf3925da568: Pull complete [2023-09-11T01:28:54.561Z] bab4dde63d76: Pull complete [2023-09-11T01:28:54.561Z] bde34c3a00c8: Pull complete [2023-09-11T01:28:54.824Z] b352a97aabf1: Pull complete [2023-09-11T01:28:54.824Z] 4872d77fe225: Pull complete [2023-09-11T01:28:54.824Z] 5851b861e8e6: Pull complete [2023-09-11T01:28:54.824Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-09-11T01:28:54.824Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-09-11T01:28:54.824Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-09-11T01:28:55.071Z] prd-ubuntu20.04-docker-8c-8g-5756 does not seem to be running inside a container [2023-09-11T01:28:55.106Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-mqtt-go_PR-623 -v /w/workspace/gexfoundry_device-mqtt-go_PR-623:/w/workspace/gexfoundry_device-mqtt-go_PR-623:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-623@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-623@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-09-11T01:28:57.866Z] $ docker top e77c393225f801001207ffc594c953775d6d8c31d7002c710772830aaa382f29 -eo pid,comm [2023-09-11T01:28:57.919Z] 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-09-11T01:28:57.919Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-09-11T01:28:58.046Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-09-11T01:28:58.046Z] [ssh-agent] Looking for ssh-agent implementation... [2023-09-11T01:28:58.160Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-09-11T01:28:58.163Z] $ docker exec e77c393225f801001207ffc594c953775d6d8c31d7002c710772830aaa382f29 ssh-agent [2023-09-11T01:28:58.269Z] SSH_AUTH_SOCK=/tmp/ssh-EfamMggcMaQd/agent.31 [2023-09-11T01:28:58.269Z] SSH_AGENT_PID=37 [2023-09-11T01:28:58.278Z] Running ssh-add (command line suppressed) [2023-09-11T01:28:58.370Z] Identity added: /w/workspace/gexfoundry_device-mqtt-go_PR-623@tmp/private_key_14290516599337619312.key (/w/workspace/gexfoundry_device-mqtt-go_PR-623@tmp/private_key_14290516599337619312.key) [2023-09-11T01:28:58.387Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-09-11T01:28:58.720Z] + git tag --points-at HEAD [Pipeline] } [2023-09-11T01:28:58.747Z] $ docker exec --env ******** --env ******** e77c393225f801001207ffc594c953775d6d8c31d7002c710772830aaa382f29 ssh-agent -k [2023-09-11T01:28:58.862Z] unset SSH_AUTH_SOCK; [2023-09-11T01:28:58.863Z] unset SSH_AGENT_PID; [2023-09-11T01:28:58.863Z] echo Agent pid 37 killed; [2023-09-11T01:28:58.872Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-09-11T01:28:58.951Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-09-11T01:28:58.951Z] [ssh-agent] Looking for ssh-agent implementation... [2023-09-11T01:28:59.059Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-09-11T01:28:59.062Z] $ docker exec e77c393225f801001207ffc594c953775d6d8c31d7002c710772830aaa382f29 ssh-agent [2023-09-11T01:28:59.161Z] SSH_AUTH_SOCK=/tmp/ssh-fjGksHmOKCR6/agent.70 [2023-09-11T01:28:59.161Z] SSH_AGENT_PID=76 [2023-09-11T01:28:59.167Z] Running ssh-add (command line suppressed) [2023-09-11T01:28:59.273Z] Identity added: /w/workspace/gexfoundry_device-mqtt-go_PR-623@tmp/private_key_6500852042491659470.key (/w/workspace/gexfoundry_device-mqtt-go_PR-623@tmp/private_key_6500852042491659470.key) [2023-09-11T01:28:59.288Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-09-11T01:28:59.628Z] + git semver init [2023-09-11T01:28:59.889Z] 2023-09-11 01:28:59,817 [run_init] DEBUG init version:0.0.0 force:False [2023-09-11T01:28:59.889Z] 2023-09-11 01:28:59,818 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/gexfoundry_device-mqtt-go_PR-623/.semver [2023-09-11T01:28:59.889Z] 2023-09-11 01:28:59,819 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-mqtt-go.git /w/workspace/gexfoundry_device-mqtt-go_PR-623/.semver [2023-09-11T01:28:59.889Z] 2023-09-11 01:28:59,819 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-mqtt-go.git', '/w/workspace/gexfoundry_device-mqtt-go_PR-623/.semver'], cwd=/w/workspace/gexfoundry_device-mqtt-go_PR-623, universal_newlines=False, shell=None, istream=None) [2023-09-11T01:29:00.830Z] 2023-09-11 01:29:00,596 [append_file] DEBUG append to file:/w/workspace/gexfoundry_device-mqtt-go_PR-623/.git/info/exclude [2023-09-11T01:29:00.830Z] 2023-09-11 01:29:00,596 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/gexfoundry_device-mqtt-go_PR-623/.semver/PR-623 with force:False [2023-09-11T01:29:00.830Z] 2023-09-11 01:29:00,597 [write_file] DEBUG write to file:/w/workspace/gexfoundry_device-mqtt-go_PR-623/.semver/PR-623 [2023-09-11T01:29:00.830Z] 2023-09-11 01:29:00,601 [execute] INFO git cat-file --batch-check [2023-09-11T01:29:00.830Z] 2023-09-11 01:29:00,602 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_device-mqtt-go_PR-623/.semver, universal_newlines=False, shell=None, istream=) [2023-09-11T01:29:00.830Z] 2023-09-11 01:29:00,608 [execute] INFO git cat-file --batch [2023-09-11T01:29:00.830Z] 2023-09-11 01:29:00,608 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_device-mqtt-go_PR-623/.semver, universal_newlines=False, shell=None, istream=) [2023-09-11T01:29:00.830Z] 2023-09-11 01:29:00,614 [read_version] DEBUG read version from /w/workspace/gexfoundry_device-mqtt-go_PR-623/.semver/PR-623 [2023-09-11T01:29:00.830Z] 0.0.0 [Pipeline] } [2023-09-11T01:29:00.859Z] $ docker exec --env ******** --env ******** e77c393225f801001207ffc594c953775d6d8c31d7002c710772830aaa382f29 ssh-agent -k [2023-09-11T01:29:00.963Z] unset SSH_AUTH_SOCK; [2023-09-11T01:29:00.964Z] unset SSH_AGENT_PID; [2023-09-11T01:29:00.964Z] echo Agent pid 76 killed; [2023-09-11T01:29:00.973Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-09-11T01:29:01.401Z] + git semver [Pipeline] } [2023-09-11T01:29:01.687Z] $ docker stop --time=1 e77c393225f801001207ffc594c953775d6d8c31d7002c710772830aaa382f29 [2023-09-11T01:29:03.020Z] $ docker rm -f --volumes e77c393225f801001207ffc594c953775d6d8c31d7002c710772830aaa382f29 [Pipeline] // withDockerContainer [Pipeline] sh [2023-09-11T01:29:03.418Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-09-11T01:29:03.698Z] Stashed 1 file(s) [Pipeline] echo [2023-09-11T01:29:03.716Z] [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-09-11T01:29:04.405Z] provisioning config files... [2023-09-11T01:29:04.416Z] copy managed file [device-mqtt-go-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-623@tmp/config4746557156515109715tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-09-11T01:29:04.764Z] ---> docker-login.sh [2023-09-11T01:29:04.765Z] nexus3.edgexfoundry.org:10001 [2023-09-11T01:29:04.765Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-11T01:29:04.765Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-11T01:29:04.765Z] Configure a credential helper to remove this warning. See [2023-09-11T01:29:04.765Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-11T01:29:04.765Z] [2023-09-11T01:29:04.765Z] Login Succeeded [2023-09-11T01:29:04.765Z] nexus3.edgexfoundry.org:10002 [2023-09-11T01:29:04.765Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-11T01:29:04.765Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-11T01:29:04.765Z] Configure a credential helper to remove this warning. See [2023-09-11T01:29:04.765Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-11T01:29:04.765Z] [2023-09-11T01:29:04.765Z] Login Succeeded [2023-09-11T01:29:04.765Z] nexus3.edgexfoundry.org:10003 [2023-09-11T01:29:05.026Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-11T01:29:05.026Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-11T01:29:05.026Z] Configure a credential helper to remove this warning. See [2023-09-11T01:29:05.026Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-11T01:29:05.026Z] [2023-09-11T01:29:05.026Z] Login Succeeded [2023-09-11T01:29:05.026Z] nexus3.edgexfoundry.org:10004 [2023-09-11T01:29:05.026Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-11T01:29:05.026Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-11T01:29:05.026Z] Configure a credential helper to remove this warning. See [2023-09-11T01:29:05.026Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-11T01:29:05.026Z] [2023-09-11T01:29:05.026Z] Login Succeeded [2023-09-11T01:29:05.026Z] docker.io [2023-09-11T01:29:05.286Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-11T01:29:05.286Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-11T01:29:05.286Z] Configure a credential helper to remove this warning. See [2023-09-11T01:29:05.286Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-11T01:29:05.286Z] [2023-09-11T01:29:05.286Z] Login Succeeded [2023-09-11T01:29:05.286Z] ---> docker-login.sh ends [Pipeline] } [2023-09-11T01:29:05.313Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-09-11T01:29:05.528Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-09-11T01:29:05.583Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-09-11T01:29:05.620Z] ========================================================= [2023-09-11T01:29:05.620Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] [2023-09-11T01:29:05.620Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-11T01:29:06.101Z] + 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-09-11T01:29:06.102Z] Sending build context to Docker daemon 6.513MB [2023-09-11T01:29:06.102Z] Step 1/12 : ARG BASE=golang:1.20-alpine3.17 [2023-09-11T01:29:06.102Z] Step 2/12 : FROM ${BASE} AS builder [2023-09-11T01:29:06.362Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base [2023-09-11T01:29:06.362Z] 4db1b89c0bd1: Pulling fs layer [2023-09-11T01:29:06.362Z] 6911f1a30b25: Pulling fs layer [2023-09-11T01:29:06.362Z] e194b8c5c2a9: Pulling fs layer [2023-09-11T01:29:06.362Z] 6863d3e3a2b1: Pulling fs layer [2023-09-11T01:29:06.362Z] ec0bb842ea78: Pulling fs layer [2023-09-11T01:29:06.362Z] 40a00589a448: Pulling fs layer [2023-09-11T01:29:06.362Z] 6c08303d61cc: Pulling fs layer [2023-09-11T01:29:06.362Z] 798269fcf238: Pulling fs layer [2023-09-11T01:29:06.362Z] ec0bb842ea78: Waiting [2023-09-11T01:29:06.362Z] 6c08303d61cc: Waiting [2023-09-11T01:29:06.362Z] 6863d3e3a2b1: Waiting [2023-09-11T01:29:06.362Z] 798269fcf238: Waiting [2023-09-11T01:29:06.362Z] 40a00589a448: Waiting [2023-09-11T01:29:06.362Z] 6911f1a30b25: Verifying Checksum [2023-09-11T01:29:06.362Z] 6911f1a30b25: Download complete [2023-09-11T01:29:06.362Z] 6863d3e3a2b1: Verifying Checksum [2023-09-11T01:29:06.362Z] 6863d3e3a2b1: Download complete [2023-09-11T01:29:06.362Z] ec0bb842ea78: Verifying Checksum [2023-09-11T01:29:06.362Z] ec0bb842ea78: Download complete [2023-09-11T01:29:06.362Z] 4db1b89c0bd1: Download complete [2023-09-11T01:29:06.362Z] 40a00589a448: Download complete [2023-09-11T01:29:06.633Z] 4db1b89c0bd1: Pull complete [2023-09-11T01:29:06.633Z] 6911f1a30b25: Pull complete [2023-09-11T01:29:07.216Z] 798269fcf238: Verifying Checksum [2023-09-11T01:29:07.216Z] 798269fcf238: Download complete [2023-09-11T01:29:07.216Z] e194b8c5c2a9: Verifying Checksum [2023-09-11T01:29:07.216Z] e194b8c5c2a9: Download complete [2023-09-11T01:29:07.505Z] 6c08303d61cc: Verifying Checksum [2023-09-11T01:29:07.505Z] 6c08303d61cc: Download complete [2023-09-11T01:29:10.800Z] e194b8c5c2a9: Pull complete [2023-09-11T01:29:10.800Z] 6863d3e3a2b1: Pull complete [2023-09-11T01:29:10.800Z] ec0bb842ea78: Pull complete [2023-09-11T01:29:10.800Z] 40a00589a448: Pull complete [2023-09-11T01:29:13.336Z] 6c08303d61cc: Pull complete [2023-09-11T01:29:14.710Z] 798269fcf238: Pull complete [2023-09-11T01:29:14.710Z] Digest: sha256:68752d3c5041900b879808a9c232fa800f64c2352b9991beceed63c007ae5301 [2023-09-11T01:29:14.710Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-09-11T01:29:14.710Z] ---> ec979cd7f677 [2023-09-11T01:29:14.710Z] Step 3/12 : ARG ADD_BUILD_TAGS="" [2023-09-11T01:29:19.117Z] Still waiting to schedule task [2023-09-11T01:29:19.118Z] Waiting for next available executor on ‘ubuntu20.04-docker-arm64-4c-16g’ [2023-09-11T01:29:19.975Z] ---> Running in bb4228b69d63 [2023-09-11T01:29:19.975Z] Removing intermediate container bb4228b69d63 [2023-09-11T01:29:19.975Z] ---> 1d6b009e741d [2023-09-11T01:29:19.975Z] Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-09-11T01:29:19.975Z] ---> Running in fa2d1efec742 [2023-09-11T01:29:19.975Z] Removing intermediate container fa2d1efec742 [2023-09-11T01:29:19.975Z] ---> 6cb16c9561d4 [2023-09-11T01:29:19.975Z] Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client" [2023-09-11T01:29:19.975Z] ---> Running in 3326e62c7261 [2023-09-11T01:29:19.975Z] Removing intermediate container 3326e62c7261 [2023-09-11T01:29:19.975Z] ---> ab80f0d741e5 [2023-09-11T01:29:19.975Z] Step 6/12 : ARG ALPINE_PKG_EXTRA="" [2023-09-11T01:29:19.975Z] ---> Running in 7d62aebdc92e [2023-09-11T01:29:19.975Z] Removing intermediate container 7d62aebdc92e [2023-09-11T01:29:19.975Z] ---> 9e8a5c1285ba [2023-09-11T01:29:19.975Z] Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-09-11T01:29:19.975Z] ---> Running in d84615f2ac57 [2023-09-11T01:29:20.235Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-09-11T01:29:23.528Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-09-11T01:29:23.786Z] (1/4) Installing openssh-keygen (9.1_p1-r4) [2023-09-11T01:29:23.786Z] (2/4) Installing libedit (20221030.3.1-r0) [2023-09-11T01:29:23.786Z] (3/4) Installing openssh-client-common (9.1_p1-r4) [2023-09-11T01:29:23.786Z] (4/4) Installing openssh-client-default (9.1_p1-r4) [2023-09-11T01:29:23.786Z] Executing busybox-1.35.0-r29.trigger [2023-09-11T01:29:23.786Z] OK: 269 MiB in 57 packages [2023-09-11T01:29:24.399Z] Removing intermediate container d84615f2ac57 [2023-09-11T01:29:24.399Z] ---> a9958d4f55dc [2023-09-11T01:29:24.399Z] Step 8/12 : WORKDIR /device-mqtt-go [2023-09-11T01:29:24.399Z] ---> Running in 0f9dd814a46d [2023-09-11T01:29:24.657Z] Removing intermediate container 0f9dd814a46d [2023-09-11T01:29:24.657Z] ---> 654fdaa90087 [2023-09-11T01:29:24.657Z] Step 9/12 : COPY go.mod vendor* ./ [2023-09-11T01:29:24.658Z] ---> a989767ea343 [2023-09-11T01:29:24.658Z] Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-11T01:29:24.658Z] ---> Running in 2ec0541e05ea [2023-09-11T01:29:56.780Z] Removing intermediate container 2ec0541e05ea [2023-09-11T01:29:56.780Z] ---> 3bc5067cf001 [2023-09-11T01:29:56.780Z] Step 11/12 : COPY . . [2023-09-11T01:29:56.780Z] ---> f33e0b8d3315 [2023-09-11T01:29:56.780Z] Step 12/12 : RUN $MAKE [2023-09-11T01:29:56.780Z] ---> Running in 46309c6c974a [2023-09-11T01:29:56.780Z] noop [2023-09-11T01:29:56.780Z] Removing intermediate container 46309c6c974a [2023-09-11T01:29:56.780Z] ---> 42801a555627 [2023-09-11T01:29:56.780Z] Successfully built 42801a555627 [2023-09-11T01:29:56.780Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-11T01:29:57.229Z] + docker inspect -f . ci-base-image-x86_64 [2023-09-11T01:29:57.229Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-09-11T01:29:57.379Z] prd-ubuntu20.04-docker-8c-8g-5756 does not seem to be running inside a container [2023-09-11T01:29:57.411Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_device-mqtt-go_PR-623 -v /w/workspace/gexfoundry_device-mqtt-go_PR-623:/w/workspace/gexfoundry_device-mqtt-go_PR-623:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-623@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-623@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-09-11T01:29:57.753Z] $ docker top 7bd39efcb88d7fbc7bd8cb420e95d93b8591397798dfc676bc6f7cac9014c294 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-09-11T01:29:58.141Z] + go version [2023-09-11T01:29:58.141Z] go version go1.20.6 linux/amd64 [Pipeline] } [2023-09-11T01:29:58.182Z] $ docker stop --time=1 7bd39efcb88d7fbc7bd8cb420e95d93b8591397798dfc676bc6f7cac9014c294 [2023-09-11T01:29:59.453Z] $ docker rm -f --volumes 7bd39efcb88d7fbc7bd8cb420e95d93b8591397798dfc676bc6f7cac9014c294 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-11T01:30:00.153Z] + docker inspect -f . ci-base-image-x86_64 [2023-09-11T01:30:00.153Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-09-11T01:30:00.298Z] prd-ubuntu20.04-docker-8c-8g-5756 does not seem to be running inside a container [2023-09-11T01:30:00.333Z] $ 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-623 -v /w/workspace/gexfoundry_device-mqtt-go_PR-623:/w/workspace/gexfoundry_device-mqtt-go_PR-623:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-623@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-623@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-09-11T01:30:00.658Z] $ docker top d58cbe27ea0f2d1c3451464b8199facb1f925b1e2319245b0db57f7ff14c0e8d -eo pid,comm [Pipeline] { [Pipeline] sh [2023-09-11T01:30:01.049Z] + git config --global --add safe.directory /w/workspace/gexfoundry_device-mqtt-go_PR-623 [Pipeline] fileExists [Pipeline] sh [2023-09-11T01:30:01.407Z] + make test [2023-09-11T01:30:01.407Z] go test ./... -coverprofile=coverage.out ./... [2023-09-11T01:30:06.473Z] ? github.com/edgexfoundry/device-mqtt-go [no test files] [2023-09-11T01:30:18.839Z] ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] [2023-09-11T01:30:18.839Z] ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] [2023-09-11T01:30:18.839Z] ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.018s coverage: 22.8% of statements [2023-09-11T01:30:25.395Z] go vet ./... [2023-09-11T01:30:29.574Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-09-11T01:30:29.574Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-09-11T01:30:29.574Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-09-11T01:30:29.614Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-09-11T01:30:29.644Z] $ docker stop --time=1 d58cbe27ea0f2d1c3451464b8199facb1f925b1e2319245b0db57f7ff14c0e8d [2023-09-11T01:30:33.601Z] $ docker rm -f --volumes d58cbe27ea0f2d1c3451464b8199facb1f925b1e2319245b0db57f7ff14c0e8d [Pipeline] // withDockerContainer [Pipeline] sh [2023-09-11T01:30:34.190Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-09-11T01:30:34.260Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2023-09-11T01:30:34.996Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-09-11T01:30:35.312Z] + ls -al . [2023-09-11T01:30:35.312Z] total 188 [2023-09-11T01:30:35.312Z] drwxrwxr-x 10 jenkins jenkins 4096 Sep 11 01:30 . [2023-09-11T01:30:35.312Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 11 01:28 .. [2023-09-11T01:30:35.312Z] -rw-rw-r-- 1 jenkins jenkins 140 Sep 11 01:28 .dockerignore [2023-09-11T01:30:35.312Z] drwxrwxr-x 8 jenkins jenkins 4096 Sep 11 01:29 .git [2023-09-11T01:30:35.312Z] drwxrwxr-x 3 jenkins jenkins 4096 Sep 11 01:28 .github [2023-09-11T01:30:35.312Z] -rw-rw-r-- 1 jenkins jenkins 329 Sep 11 01:28 .gitignore [2023-09-11T01:30:35.312Z] -rw-rw-r-- 1 jenkins jenkins 41 Sep 11 01:28 .golangci.yml [2023-09-11T01:30:35.312Z] drwxr-xr-x 3 jenkins jenkins 4096 Sep 11 01:29 .semver [2023-09-11T01:30:35.312Z] -rw-rw-r-- 1 jenkins jenkins 10386 Sep 11 01:28 Attribution.txt [2023-09-11T01:30:35.312Z] -rw-rw-r-- 1 jenkins jenkins 17522 Sep 11 01:28 CHANGELOG.md [2023-09-11T01:30:35.312Z] -rw-rw-r-- 1 jenkins jenkins 1689 Sep 11 01:28 Dockerfile [2023-09-11T01:30:35.312Z] -rw-rw-r-- 1 jenkins jenkins 677 Sep 11 01:28 GOVERNANCE.md [2023-09-11T01:30:35.312Z] -rw-rw-r-- 1 jenkins jenkins 678 Sep 11 01:28 Jenkinsfile [2023-09-11T01:30:35.312Z] -rw-rw-r-- 1 jenkins jenkins 11340 Sep 11 01:28 LICENSE [2023-09-11T01:30:35.312Z] -rw-rw-r-- 1 jenkins jenkins 1963 Sep 11 01:28 Makefile [2023-09-11T01:30:35.312Z] -rw-rw-r-- 1 jenkins jenkins 620 Sep 11 01:28 OWNERS.md [2023-09-11T01:30:35.312Z] -rw-rw-r-- 1 jenkins jenkins 3695 Sep 11 01:28 README.md [2023-09-11T01:30:35.312Z] -rw-rw-r-- 1 jenkins jenkins 5 Sep 11 01:29 VERSION [2023-09-11T01:30:35.312Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 11 01:28 bin [2023-09-11T01:30:35.312Z] drwxrwxr-x 3 jenkins jenkins 4096 Sep 11 01:28 cmd [2023-09-11T01:30:35.312Z] -rw-r--r-- 1 jenkins jenkins 18506 Sep 11 01:30 coverage.out [2023-09-11T01:30:35.312Z] -rw-rw-r-- 1 jenkins jenkins 3820 Sep 11 01:28 go.mod [2023-09-11T01:30:35.312Z] -rw-rw-r-- 1 jenkins jenkins 34092 Sep 11 01:28 go.sum [2023-09-11T01:30:35.312Z] drwxrwxr-x 3 jenkins jenkins 4096 Sep 11 01:28 internal [2023-09-11T01:30:35.312Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 11 01:28 mock [2023-09-11T01:30:35.312Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 11 01:28 snap [2023-09-11T01:30:35.312Z] -rw-rw-r-- 1 jenkins jenkins 227 Sep 11 01:28 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-11T01:30:35.702Z] + 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=60e743316371a1327b1583b90b54533fbf8c3d95 --label arch=amd64 --label version=0.0.0 . [2023-09-11T01:30:35.702Z] Sending build context to Docker daemon 6.532MB [2023-09-11T01:30:35.702Z] Step 1/24 : ARG BASE=golang:1.20-alpine3.17 [2023-09-11T01:30:35.702Z] Step 2/24 : FROM ${BASE} AS builder [2023-09-11T01:30:35.702Z] ---> 42801a555627 [2023-09-11T01:30:35.702Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-09-11T01:30:35.960Z] ---> Running in 750e42f25ee3 [2023-09-11T01:30:35.960Z] Removing intermediate container 750e42f25ee3 [2023-09-11T01:30:35.960Z] ---> 3961b9d744cf [2023-09-11T01:30:35.960Z] Step 4/24 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-09-11T01:30:35.960Z] ---> Running in 2799667db7a4 [2023-09-11T01:30:35.960Z] Removing intermediate container 2799667db7a4 [2023-09-11T01:30:35.960Z] ---> 2090c48ec758 [2023-09-11T01:30:35.960Z] Step 5/24 : ARG ALPINE_PKG_BASE="make git openssh-client" [2023-09-11T01:30:35.960Z] ---> Running in 35825e5dc7bf [2023-09-11T01:30:36.219Z] Removing intermediate container 35825e5dc7bf [2023-09-11T01:30:36.219Z] ---> efcd94cee9ce [2023-09-11T01:30:36.219Z] Step 6/24 : ARG ALPINE_PKG_EXTRA="" [2023-09-11T01:30:36.219Z] ---> Running in fd048c6d5195 [2023-09-11T01:30:36.219Z] Removing intermediate container fd048c6d5195 [2023-09-11T01:30:36.219Z] ---> 121054e87c9b [2023-09-11T01:30:36.219Z] Step 7/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-09-11T01:30:36.219Z] ---> Running in fa1c7ab7581a [2023-09-11T01:30:36.480Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-09-11T01:30:36.739Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-09-11T01:30:36.998Z] OK: 269 MiB in 57 packages [2023-09-11T01:30:37.258Z] Removing intermediate container fa1c7ab7581a [2023-09-11T01:30:37.258Z] ---> 3cdd0d504086 [2023-09-11T01:30:37.258Z] Step 8/24 : WORKDIR /device-mqtt-go [2023-09-11T01:30:37.258Z] ---> Running in f6a8e7b99672 [2023-09-11T01:30:37.517Z] Removing intermediate container f6a8e7b99672 [2023-09-11T01:30:37.517Z] ---> 07f4bc4b0dc2 [2023-09-11T01:30:37.517Z] Step 9/24 : COPY go.mod vendor* ./ [2023-09-11T01:30:37.517Z] ---> ba47422d5a45 [2023-09-11T01:30:37.517Z] Step 10/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-11T01:30:37.517Z] ---> Running in 4372213576dc [2023-09-11T01:30:38.084Z] Removing intermediate container 4372213576dc [2023-09-11T01:30:38.084Z] ---> 8ac9348742cf [2023-09-11T01:30:38.084Z] Step 11/24 : COPY . . [2023-09-11T01:30:38.680Z] ---> 5a4d04165862 [2023-09-11T01:30:38.680Z] Step 12/24 : RUN $MAKE [2023-09-11T01:30:38.680Z] ---> Running in 0fe6cbc35c99 [2023-09-11T01:30:38.938Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=0.0.0 -X github.com/edgexfoundry/device-sdk-go/v3/internal/common.SDKVersion=v3.1.0-dev.20" -trimpath -mod=readonly -o cmd/device-mqtt ./cmd [2023-09-11T01:31:00.864Z] Removing intermediate container 0fe6cbc35c99 [2023-09-11T01:31:00.864Z] ---> 00aec2ff66f2 [2023-09-11T01:31:00.864Z] Step 13/24 : FROM alpine:3.17 [2023-09-11T01:31:01.123Z] 3.17: Pulling from library/alpine [2023-09-11T01:31:01.123Z] 9398808236ff: Pulling fs layer [2023-09-11T01:31:01.396Z] 9398808236ff: Verifying Checksum [2023-09-11T01:31:01.396Z] 9398808236ff: Download complete [2023-09-11T01:31:01.656Z] 9398808236ff: Pull complete [2023-09-11T01:31:01.656Z] Digest: sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-09-11T01:31:01.656Z] Status: Downloaded newer image for alpine:3.17 [2023-09-11T01:31:01.656Z] ---> 1e0b8b5322fc [2023-09-11T01:31:01.656Z] Step 14/24 : LABEL license='VSPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IoTech Ltd' [2023-09-11T01:31:01.656Z] ---> Running in 6dd97569178f [2023-09-11T01:31:01.915Z] Removing intermediate container 6dd97569178f [2023-09-11T01:31:01.915Z] ---> 8df42a547f0a [2023-09-11T01:31:01.915Z] Step 15/24 : RUN apk add --update --no-cache dumb-init [2023-09-11T01:31:01.915Z] ---> Running in c51286c79728 [2023-09-11T01:31:02.173Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-09-11T01:31:02.436Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-09-11T01:31:02.694Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-09-11T01:31:02.694Z] Executing busybox-1.35.0-r29.trigger [2023-09-11T01:31:02.694Z] OK: 7 MiB in 16 packages [2023-09-11T01:31:02.953Z] Removing intermediate container c51286c79728 [2023-09-11T01:31:02.953Z] ---> 3ff4b2c77f45 [2023-09-11T01:31:02.953Z] Step 16/24 : COPY --from=builder /device-mqtt-go/cmd / [2023-09-11T01:31:03.891Z] ---> f643e7198574 [2023-09-11T01:31:03.891Z] Step 17/24 : COPY --from=builder /device-mqtt-go/LICENSE / [2023-09-11T01:31:03.891Z] ---> fc36f1bcdf83 [2023-09-11T01:31:03.891Z] Step 18/24 : COPY --from=builder /device-mqtt-go/Attribution.txt / [2023-09-11T01:31:04.150Z] ---> 7aa60d21f801 [2023-09-11T01:31:04.150Z] Step 19/24 : EXPOSE 59982 [2023-09-11T01:31:04.150Z] ---> Running in 46092280c285 [2023-09-11T01:31:04.150Z] Removing intermediate container 46092280c285 [2023-09-11T01:31:04.150Z] ---> ba9dd558808d [2023-09-11T01:31:04.150Z] Step 20/24 : ENTRYPOINT ["/device-mqtt"] [2023-09-11T01:31:04.150Z] ---> Running in 7c248b1742f3 [2023-09-11T01:31:04.150Z] Removing intermediate container 7c248b1742f3 [2023-09-11T01:31:04.150Z] ---> 16a33173d481 [2023-09-11T01:31:04.150Z] Step 21/24 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry"] [2023-09-11T01:31:04.150Z] ---> Running in fa0c93a4d727 [2023-09-11T01:31:04.407Z] Removing intermediate container fa0c93a4d727 [2023-09-11T01:31:04.408Z] ---> 57f6d3f2390c [2023-09-11T01:31:04.408Z] Step 22/24 : LABEL arch=amd64 [2023-09-11T01:31:04.408Z] ---> Running in 36f9407c605c [2023-09-11T01:31:04.408Z] Removing intermediate container 36f9407c605c [2023-09-11T01:31:04.408Z] ---> d74737008e9f [2023-09-11T01:31:04.408Z] Step 23/24 : LABEL git_sha=60e743316371a1327b1583b90b54533fbf8c3d95 [2023-09-11T01:31:04.408Z] ---> Running in 69ceb57684ba [2023-09-11T01:31:04.408Z] Removing intermediate container 69ceb57684ba [2023-09-11T01:31:04.408Z] ---> 8f49d034fcc5 [2023-09-11T01:31:04.408Z] Step 24/24 : LABEL version=0.0.0 [2023-09-11T01:31:04.408Z] ---> Running in 2c2d8a594c1c [2023-09-11T01:31:04.668Z] Removing intermediate container 2c2d8a594c1c [2023-09-11T01:31:04.668Z] ---> c5283f2b494d [2023-09-11T01:31:04.668Z] [Warning] One or more build-args [ARCH] were not consumed [2023-09-11T01:31:04.668Z] Successfully built c5283f2b494d [2023-09-11T01:31:04.668Z] 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-09-11T01:31:05.550Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-09-11T01:31:05.550Z] [2023-09-11T01:31:05.550Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-11T01:31:05.928Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-09-11T01:31:05.928Z] latest: Pulling from edgex-lftools-log-publisher [2023-09-11T01:31:05.928Z] 5eb5b503b376: Pulling fs layer [2023-09-11T01:31:05.928Z] 5c69ac0246d0: Pulling fs layer [2023-09-11T01:31:05.928Z] ec43610c2a17: Pulling fs layer [2023-09-11T01:31:05.928Z] 3a2ae6a8a46f: Pulling fs layer [2023-09-11T01:31:05.928Z] 33b1e0a273af: Pulling fs layer [2023-09-11T01:31:05.928Z] 5d3b04190fa2: Pulling fs layer [2023-09-11T01:31:05.928Z] 2f39f015ded8: Pulling fs layer [2023-09-11T01:31:05.928Z] 3a2ae6a8a46f: Waiting [2023-09-11T01:31:05.928Z] 33b1e0a273af: Waiting [2023-09-11T01:31:05.928Z] 5d3b04190fa2: Waiting [2023-09-11T01:31:05.928Z] 2f39f015ded8: Waiting [2023-09-11T01:31:05.928Z] 5c69ac0246d0: Verifying Checksum [2023-09-11T01:31:05.928Z] 5c69ac0246d0: Download complete [2023-09-11T01:31:05.928Z] 3a2ae6a8a46f: Verifying Checksum [2023-09-11T01:31:05.928Z] 3a2ae6a8a46f: Download complete [2023-09-11T01:31:05.928Z] 33b1e0a273af: Verifying Checksum [2023-09-11T01:31:05.928Z] 33b1e0a273af: Download complete [2023-09-11T01:31:05.928Z] 5d3b04190fa2: Verifying Checksum [2023-09-11T01:31:05.928Z] 5d3b04190fa2: Download complete [2023-09-11T01:31:05.928Z] ec43610c2a17: Verifying Checksum [2023-09-11T01:31:05.928Z] ec43610c2a17: Download complete [2023-09-11T01:31:06.187Z] 5eb5b503b376: Verifying Checksum [2023-09-11T01:31:06.187Z] 5eb5b503b376: Download complete [2023-09-11T01:31:06.755Z] 2f39f015ded8: Verifying Checksum [2023-09-11T01:31:06.755Z] 2f39f015ded8: Download complete [2023-09-11T01:31:07.324Z] 5eb5b503b376: Pull complete [2023-09-11T01:31:07.581Z] 5c69ac0246d0: Pull complete [2023-09-11T01:31:08.146Z] ec43610c2a17: Pull complete [2023-09-11T01:31:08.146Z] 3a2ae6a8a46f: Pull complete [2023-09-11T01:31:08.146Z] 33b1e0a273af: Pull complete [2023-09-11T01:31:08.405Z] 5d3b04190fa2: Pull complete [2023-09-11T01:31:13.674Z] 2f39f015ded8: Pull complete [2023-09-11T01:31:13.674Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-09-11T01:31:13.674Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-09-11T01:31:13.674Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-09-11T01:31:13.879Z] prd-ubuntu20.04-docker-8c-8g-5756 does not seem to be running inside a container [2023-09-11T01:31:13.907Z] $ 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-623 -v /w/workspace/gexfoundry_device-mqtt-go_PR-623:/w/workspace/gexfoundry_device-mqtt-go_PR-623:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-623@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-623@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-09-11T01:31:19.267Z] $ docker top 3914e83bc4c9d4e01eda99b3e3424f5454754e904985636030188db817fdea1b -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-09-11T01:31:19.727Z] ---> job-cost.sh [2023-09-11T01:31:19.727Z] lf-activate-venv: SKIPPING [2023-09-11T01:31:19.727Z] INFO: No Stack... [2023-09-11T01:31:19.986Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-09-11T01:31:20.245Z] INFO: Archiving Costs [Pipeline] sh [2023-09-11T01:31:20.560Z] + cat /w/workspace/gexfoundry_device-mqtt-go_PR-623/archives/cost.csv [2023-09-11T01:31:20.560Z] + cut -d, -f6 [Pipeline] lock [2023-09-11T01:31:20.598Z] Trying to acquire lock on [jenkins-edgexfoundry-device-mqtt-go-PR-623-1-stack-cost] [2023-09-11T01:31:20.603Z] Resource [jenkins-edgexfoundry-device-mqtt-go-PR-623-1-stack-cost] did not exist. Created. [2023-09-11T01:31:20.603Z] Lock acquired on [jenkins-edgexfoundry-device-mqtt-go-PR-623-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-09-11T01:31:20.998Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-09-11T01:31:21.046Z] Stashed 1 file(s) [Pipeline] } [2023-09-11T01:31:21.076Z] Lock released on resource [jenkins-edgexfoundry-device-mqtt-go-PR-623-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-09-11T01:31:21.160Z] $ docker stop --time=1 3914e83bc4c9d4e01eda99b3e3424f5454754e904985636030188db817fdea1b [2023-09-11T01:31:22.305Z] $ docker rm -f --volumes 3914e83bc4c9d4e01eda99b3e3424f5454754e904985636030188db817fdea1b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-09-11T01:31:48.110Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-5759 in /w/workspace/gexfoundry_device-mqtt-go_PR-623 [Pipeline] { [Pipeline] ws [2023-09-11T01:31:48.178Z] Running in /w/workspace/device-mqtt-go/1 [Pipeline] { [Pipeline] checkout [2023-09-11T01:31:48.262Z] The recommended git tool is: git [2023-09-11T01:31:55.886Z] using credential edgex-jenkins-ssh [2023-09-11T01:31:55.911Z] Cloning the remote Git repository [2023-09-11T01:31:55.964Z] Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git [2023-09-11T01:31:56.067Z] > git init /w/workspace/device-mqtt-go/1 # timeout=10 [2023-09-11T01:31:56.225Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2023-09-11T01:31:56.226Z] > git --version # timeout=10 [2023-09-11T01:31:56.253Z] > git --version # 'git version 2.25.1' [2023-09-11T01:31:56.255Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-09-11T01:31:56.410Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-09-11T01:31:57.526Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2023-09-11T01:31:57.551Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-09-11T01:31:58.864Z] Merging remotes/origin/main commit 6f4870105b6de4608a6fa1c66d7959f9992f8cce into PR head commit 60e743316371a1327b1583b90b54533fbf8c3d95 [2023-09-11T01:31:59.172Z] Merge succeeded, producing 60e743316371a1327b1583b90b54533fbf8c3d95 [2023-09-11T01:31:59.173Z] Checking out Revision 60e743316371a1327b1583b90b54533fbf8c3d95 (PR-623) [2023-09-11T01:31:58.355Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2023-09-11T01:31:58.392Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2023-09-11T01:31:58.393Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-09-11T01:31:58.408Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/623/head:refs/remotes/origin/PR-623 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2023-09-11T01:31:58.885Z] > git config core.sparsecheckout # timeout=10 [2023-09-11T01:31:58.969Z] > git checkout -f 60e743316371a1327b1583b90b54533fbf8c3d95 # timeout=10 [2023-09-11T01:31:59.059Z] > git remote # timeout=10 [2023-09-11T01:31:59.083Z] > git config --get remote.origin.url # timeout=10 [2023-09-11T01:31:59.114Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-09-11T01:31:59.128Z] > git merge 6f4870105b6de4608a6fa1c66d7959f9992f8cce # timeout=10 [2023-09-11T01:31:59.156Z] > git rev-parse HEAD^{commit} # timeout=10 [2023-09-11T01:31:59.180Z] > git config core.sparsecheckout # timeout=10 [2023-09-11T01:31:59.196Z] > git checkout -f 60e743316371a1327b1583b90b54533fbf8c3d95 # timeout=10 [2023-09-11T01:31:59.675Z] Commit message: "build(deps): bump github.com/edgexfoundry/device-sdk-go/v3" [2023-09-11T01:31:59.724Z] > git --version # timeout=10 [2023-09-11T01:31:59.734Z] > git --version # 'git version 2.25.1' [2023-09-11T01:31:59.754Z] fatal: bad object a0327f913308fcf13875ae7a2d6e6099471c5ff1 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-09-11T01:32:00.944Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-09-11T01:32:00.944Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-09-11T01:32:00.944Z] Dload Upload Total Spent Left Speed [2023-09-11T01:32:00.944Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 97335 0 --:--:-- --:--:-- --:--:-- 98084 [Pipeline] sh [2023-09-11T01:32:01.612Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-09-11T01:32:01.956Z] + sudo tee /etc/docker/daemon.new [2023-09-11T01:32:01.956Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-09-11T01:32:01.956Z] { [2023-09-11T01:32:01.956Z] "registry-mirrors": [ [2023-09-11T01:32:01.956Z] "https://nexus3.edgexfoundry.org:10001" [2023-09-11T01:32:01.956Z] ], [2023-09-11T01:32:01.956Z] "bip": "10.250.0.254/24", [2023-09-11T01:32:01.956Z] "hosts": [ [2023-09-11T01:32:01.956Z] "tcp://0.0.0.0:5555", [2023-09-11T01:32:01.956Z] "unix:///var/run/docker.sock" [2023-09-11T01:32:01.956Z] ], [2023-09-11T01:32:01.956Z] "mtu": 1458, [2023-09-11T01:32:01.956Z] "selinux-enabled": true, [2023-09-11T01:32:01.956Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-09-11T01:32:01.956Z] } [Pipeline] sh [2023-09-11T01:32:02.306Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-09-11T01:32:02.655Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-09-11T01:32:20.973Z] provisioning config files... [2023-09-11T01:32:20.998Z] copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/1@tmp/config10961515770338200773tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-09-11T01:32:21.380Z] ---> docker-login.sh [2023-09-11T01:32:21.380Z] nexus3.edgexfoundry.org:10001 [2023-09-11T01:32:21.660Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-11T01:32:21.930Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-11T01:32:21.930Z] Configure a credential helper to remove this warning. See [2023-09-11T01:32:21.930Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-11T01:32:21.930Z] [2023-09-11T01:32:21.930Z] Login Succeeded [2023-09-11T01:32:21.930Z] nexus3.edgexfoundry.org:10002 [2023-09-11T01:32:22.200Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-11T01:32:22.470Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-11T01:32:22.470Z] Configure a credential helper to remove this warning. See [2023-09-11T01:32:22.470Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-11T01:32:22.470Z] [2023-09-11T01:32:22.470Z] Login Succeeded [2023-09-11T01:32:22.470Z] nexus3.edgexfoundry.org:10003 [2023-09-11T01:32:22.470Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-11T01:32:22.740Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-11T01:32:22.740Z] Configure a credential helper to remove this warning. See [2023-09-11T01:32:22.740Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-11T01:32:22.740Z] [2023-09-11T01:32:22.740Z] Login Succeeded [2023-09-11T01:32:22.740Z] nexus3.edgexfoundry.org:10004 [2023-09-11T01:32:23.013Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-11T01:32:23.013Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-11T01:32:23.013Z] Configure a credential helper to remove this warning. See [2023-09-11T01:32:23.013Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-11T01:32:23.013Z] [2023-09-11T01:32:23.013Z] Login Succeeded [2023-09-11T01:32:23.013Z] docker.io [2023-09-11T01:32:23.283Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-11T01:32:23.549Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-11T01:32:23.549Z] Configure a credential helper to remove this warning. See [2023-09-11T01:32:23.550Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-11T01:32:23.550Z] [2023-09-11T01:32:23.550Z] Login Succeeded [2023-09-11T01:32:23.550Z] ---> docker-login.sh ends [Pipeline] } [2023-09-11T01:32:23.579Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-09-11T01:32:23.949Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-09-11T01:32:23.987Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-09-11T01:32:24.022Z] ========================================================= [2023-09-11T01:32:24.022Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] [2023-09-11T01:32:24.022Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-11T01:32:24.524Z] + 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-09-11T01:32:24.793Z] Sending build context to Docker daemon 3.342MB [2023-09-11T01:32:24.793Z] Step 1/12 : ARG BASE=golang:1.20-alpine3.17 [2023-09-11T01:32:24.793Z] Step 2/12 : FROM ${BASE} AS builder [2023-09-11T01:32:25.064Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-09-11T01:32:25.064Z] edb6bdbacee9: Pulling fs layer [2023-09-11T01:32:25.064Z] 5f9638ab2659: Pulling fs layer [2023-09-11T01:32:25.064Z] 8d51d6327a98: Pulling fs layer [2023-09-11T01:32:25.064Z] 8b374f2dd631: Pulling fs layer [2023-09-11T01:32:25.064Z] ec14aa9079de: Pulling fs layer [2023-09-11T01:32:25.064Z] 2f466654f4bb: Pulling fs layer [2023-09-11T01:32:25.064Z] 554e91adad29: Pulling fs layer [2023-09-11T01:32:25.064Z] 8b374f2dd631: Waiting [2023-09-11T01:32:25.064Z] ec14aa9079de: Waiting [2023-09-11T01:32:25.064Z] 2f466654f4bb: Waiting [2023-09-11T01:32:25.064Z] 554e91adad29: Waiting [2023-09-11T01:32:25.064Z] 5f9638ab2659: Verifying Checksum [2023-09-11T01:32:25.064Z] 5f9638ab2659: Download complete [2023-09-11T01:32:25.064Z] 8b374f2dd631: Download complete [2023-09-11T01:32:25.064Z] ec14aa9079de: Verifying Checksum [2023-09-11T01:32:25.064Z] ec14aa9079de: Download complete [2023-09-11T01:32:25.064Z] edb6bdbacee9: Verifying Checksum [2023-09-11T01:32:25.064Z] edb6bdbacee9: Download complete [2023-09-11T01:32:26.053Z] edb6bdbacee9: Pull complete [2023-09-11T01:32:26.323Z] 554e91adad29: Download complete [2023-09-11T01:32:26.592Z] 5f9638ab2659: Pull complete [2023-09-11T01:32:27.568Z] 2f466654f4bb: Download complete [2023-09-11T01:32:27.568Z] 8d51d6327a98: Verifying Checksum [2023-09-11T01:32:27.568Z] 8d51d6327a98: Download complete [2023-09-11T01:32:40.040Z] 8d51d6327a98: Pull complete [2023-09-11T01:32:40.040Z] 8b374f2dd631: Pull complete [2023-09-11T01:32:40.040Z] ec14aa9079de: Pull complete [2023-09-11T01:32:46.710Z] 2f466654f4bb: Pull complete [2023-09-11T01:32:51.099Z] 554e91adad29: Pull complete [2023-09-11T01:32:51.099Z] Digest: sha256:f4f79e0ab507ec6f613cbb0f842a80f635fe1a72038f554d66df6ea3828f3663 [2023-09-11T01:32:51.099Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-09-11T01:32:51.099Z] ---> 1e15ea492957 [2023-09-11T01:32:51.100Z] Step 3/12 : ARG ADD_BUILD_TAGS="" [2023-09-11T01:32:51.377Z] ---> Running in d1bd40b6ae61 [2023-09-11T01:32:51.647Z] Removing intermediate container d1bd40b6ae61 [2023-09-11T01:32:51.647Z] ---> bcdef49dab1f [2023-09-11T01:32:51.647Z] Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-09-11T01:32:51.647Z] ---> Running in e0c4eb861731 [2023-09-11T01:32:51.913Z] Removing intermediate container e0c4eb861731 [2023-09-11T01:32:51.913Z] ---> 1ac718f80fda [2023-09-11T01:32:51.913Z] Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client" [2023-09-11T01:32:52.179Z] ---> Running in e02a234902b0 [2023-09-11T01:32:52.447Z] Removing intermediate container e02a234902b0 [2023-09-11T01:32:52.447Z] ---> 96c92a51d6f5 [2023-09-11T01:32:52.447Z] Step 6/12 : ARG ALPINE_PKG_EXTRA="" [2023-09-11T01:32:52.447Z] ---> Running in b1681d0eabb1 [2023-09-11T01:32:52.715Z] Removing intermediate container b1681d0eabb1 [2023-09-11T01:32:52.715Z] ---> 32cc0cfb333a [2023-09-11T01:32:52.715Z] Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-09-11T01:32:52.715Z] ---> Running in a5475607332f [2023-09-11T01:32:54.139Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-09-11T01:32:54.408Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-09-11T01:32:55.370Z] (1/4) Installing openssh-keygen (9.1_p1-r4) [2023-09-11T01:32:55.370Z] (2/4) Installing libedit (20221030.3.1-r0) [2023-09-11T01:32:55.370Z] (3/4) Installing openssh-client-common (9.1_p1-r4) [2023-09-11T01:32:55.370Z] (4/4) Installing openssh-client-default (9.1_p1-r4) [2023-09-11T01:32:55.370Z] Executing busybox-1.35.0-r29.trigger [2023-09-11T01:32:55.370Z] OK: 268 MiB in 57 packages [2023-09-11T01:32:56.329Z] Removing intermediate container a5475607332f [2023-09-11T01:32:56.329Z] ---> 6fdeb90ee26e [2023-09-11T01:32:56.329Z] Step 8/12 : WORKDIR /device-mqtt-go [2023-09-11T01:32:56.596Z] ---> Running in ad3b5686dea5 [2023-09-11T01:32:56.878Z] Removing intermediate container ad3b5686dea5 [2023-09-11T01:32:56.878Z] ---> 770c438900a0 [2023-09-11T01:32:56.878Z] Step 9/12 : COPY go.mod vendor* ./ [2023-09-11T01:32:57.464Z] ---> 7c6652f5e710 [2023-09-11T01:32:57.464Z] Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-11T01:32:57.464Z] ---> Running in 81805b9a55e3 [2023-09-11T01:34:05.341Z] Removing intermediate container 81805b9a55e3 [2023-09-11T01:34:05.341Z] ---> acb82170931e [2023-09-11T01:34:05.341Z] Step 11/12 : COPY . . [2023-09-11T01:34:05.341Z] ---> cdaf47c58de7 [2023-09-11T01:34:05.341Z] Step 12/12 : RUN $MAKE [2023-09-11T01:34:05.341Z] ---> Running in d586ac653ccb [2023-09-11T01:34:05.341Z] noop [2023-09-11T01:34:05.341Z] Removing intermediate container d586ac653ccb [2023-09-11T01:34:05.341Z] ---> 94a1db744fe7 [2023-09-11T01:34:05.341Z] Successfully built 94a1db744fe7 [2023-09-11T01:34:05.341Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-11T01:34:05.815Z] + docker inspect -f . ci-base-image-arm64 [2023-09-11T01:34:05.815Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-09-11T01:34:06.091Z] prd-ubuntu20.04-docker-arm64-4c-16g-5759 does not seem to be running inside a container [2023-09-11T01:34:06.160Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/1 -v /w/workspace/device-mqtt-go/1:/w/workspace/device-mqtt-go/1:rw,z -v /w/workspace/device-mqtt-go/1@tmp:/w/workspace/device-mqtt-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-09-11T01:34:07.340Z] $ docker top 814a91efd3e4799d83a882af48c52ebc0a5a7a325ef774add4790ec2e61fa2ba -eo pid,comm [Pipeline] { [Pipeline] sh [2023-09-11T01:34:08.212Z] + go version [2023-09-11T01:34:08.212Z] go version go1.20.6 linux/arm64 [Pipeline] } [2023-09-11T01:34:08.249Z] $ docker stop --time=1 814a91efd3e4799d83a882af48c52ebc0a5a7a325ef774add4790ec2e61fa2ba [2023-09-11T01:34:09.895Z] $ docker rm -f --volumes 814a91efd3e4799d83a882af48c52ebc0a5a7a325ef774add4790ec2e61fa2ba [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-11T01:34:10.752Z] + docker inspect -f . ci-base-image-arm64 [2023-09-11T01:34:10.752Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-09-11T01:34:11.013Z] prd-ubuntu20.04-docker-arm64-4c-16g-5759 does not seem to be running inside a container [2023-09-11T01:34:11.091Z] $ 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 ******** ci-base-image-arm64 cat [2023-09-11T01:34:14.086Z] $ docker top 01edda11d467c15822f894cd82dcde59bc39ad39d7c36aaa3d5cecc0eb42cd1c -eo pid,comm [Pipeline] { [Pipeline] sh [2023-09-11T01:34:14.948Z] + git config --global --add safe.directory /w/workspace/device-mqtt-go/1 [Pipeline] fileExists [Pipeline] sh [2023-09-11T01:34:15.337Z] + make test [2023-09-11T01:34:15.605Z] go test ./... -coverprofile=coverage.out ./... [2023-09-11T01:34:47.836Z] ? github.com/edgexfoundry/device-mqtt-go [no test files] [2023-09-11T01:36:54.695Z] ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] [2023-09-11T01:36:54.695Z] ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] [2023-09-11T01:36:54.695Z] ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.076s coverage: 22.8% of statements [2023-09-11T01:36:54.695Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-09-11T01:36:54.695Z] go vet ./... [2023-09-11T01:37:17.358Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-09-11T01:37:17.358Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-09-11T01:37:17.358Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-09-11T01:37:17.401Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-09-11T01:37:17.428Z] $ docker stop --time=1 01edda11d467c15822f894cd82dcde59bc39ad39d7c36aaa3d5cecc0eb42cd1c [2023-09-11T01:37:19.215Z] $ docker rm -f --volumes 01edda11d467c15822f894cd82dcde59bc39ad39d7c36aaa3d5cecc0eb42cd1c [Pipeline] // withDockerContainer [Pipeline] sh [2023-09-11T01:37:20.410Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-09-11T01:37:20.445Z] Warning: overwriting stash ‘coverage-report’ [2023-09-11T01:37:20.867Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-09-11T01:37:21.515Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-09-11T01:37:21.855Z] + ls -al . [2023-09-11T01:37:21.855Z] total 184 [2023-09-11T01:37:21.855Z] drwxrwxr-x 9 jenkins jenkins 4096 Sep 11 01:34 . [2023-09-11T01:37:21.855Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 11 01:31 .. [2023-09-11T01:37:21.855Z] -rw-rw-r-- 1 jenkins jenkins 140 Sep 11 01:31 .dockerignore [2023-09-11T01:37:21.855Z] drwxrwxr-x 8 jenkins jenkins 4096 Sep 11 01:31 .git [2023-09-11T01:37:21.855Z] drwxrwxr-x 3 jenkins jenkins 4096 Sep 11 01:31 .github [2023-09-11T01:37:21.855Z] -rw-rw-r-- 1 jenkins jenkins 329 Sep 11 01:31 .gitignore [2023-09-11T01:37:21.855Z] -rw-rw-r-- 1 jenkins jenkins 41 Sep 11 01:31 .golangci.yml [2023-09-11T01:37:21.855Z] -rw-rw-r-- 1 jenkins jenkins 10386 Sep 11 01:31 Attribution.txt [2023-09-11T01:37:21.855Z] -rw-rw-r-- 1 jenkins jenkins 17522 Sep 11 01:31 CHANGELOG.md [2023-09-11T01:37:21.855Z] -rw-rw-r-- 1 jenkins jenkins 1689 Sep 11 01:31 Dockerfile [2023-09-11T01:37:21.855Z] -rw-rw-r-- 1 jenkins jenkins 677 Sep 11 01:31 GOVERNANCE.md [2023-09-11T01:37:21.855Z] -rw-rw-r-- 1 jenkins jenkins 678 Sep 11 01:31 Jenkinsfile [2023-09-11T01:37:21.855Z] -rw-rw-r-- 1 jenkins jenkins 11340 Sep 11 01:31 LICENSE [2023-09-11T01:37:21.855Z] -rw-rw-r-- 1 jenkins jenkins 1963 Sep 11 01:31 Makefile [2023-09-11T01:37:21.855Z] -rw-rw-r-- 1 jenkins jenkins 620 Sep 11 01:31 OWNERS.md [2023-09-11T01:37:21.855Z] -rw-rw-r-- 1 jenkins jenkins 3695 Sep 11 01:31 README.md [2023-09-11T01:37:21.855Z] -rw-rw-r-- 1 jenkins jenkins 5 Sep 11 01:29 VERSION [2023-09-11T01:37:21.855Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 11 01:31 bin [2023-09-11T01:37:21.855Z] drwxrwxr-x 3 jenkins jenkins 4096 Sep 11 01:31 cmd [2023-09-11T01:37:21.855Z] -rw-r--r-- 1 jenkins jenkins 18506 Sep 11 01:36 coverage.out [2023-09-11T01:37:21.855Z] -rw-rw-r-- 1 jenkins jenkins 3820 Sep 11 01:31 go.mod [2023-09-11T01:37:21.855Z] -rw-rw-r-- 1 jenkins jenkins 34092 Sep 11 01:31 go.sum [2023-09-11T01:37:21.855Z] drwxrwxr-x 3 jenkins jenkins 4096 Sep 11 01:31 internal [2023-09-11T01:37:21.855Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 11 01:31 mock [2023-09-11T01:37:21.855Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 11 01:31 snap [2023-09-11T01:37:21.855Z] -rw-rw-r-- 1 jenkins jenkins 227 Sep 11 01:31 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-11T01:37:22.271Z] + 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=60e743316371a1327b1583b90b54533fbf8c3d95 --label arch=arm64 --label version=0.0.0 . [2023-09-11T01:37:22.537Z] Sending build context to Docker daemon 3.362MB [2023-09-11T01:37:22.537Z] Step 1/24 : ARG BASE=golang:1.20-alpine3.17 [2023-09-11T01:37:22.537Z] Step 2/24 : FROM ${BASE} AS builder [2023-09-11T01:37:22.537Z] ---> 94a1db744fe7 [2023-09-11T01:37:22.537Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-09-11T01:37:23.120Z] ---> Running in 44f7873e61ff [2023-09-11T01:37:23.388Z] Removing intermediate container 44f7873e61ff [2023-09-11T01:37:23.388Z] ---> 174b9f64ea38 [2023-09-11T01:37:23.388Z] Step 4/24 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-09-11T01:37:23.388Z] ---> Running in f56d89bb4144 [2023-09-11T01:37:23.655Z] Removing intermediate container f56d89bb4144 [2023-09-11T01:37:23.655Z] ---> a3f93882edd0 [2023-09-11T01:37:23.655Z] Step 5/24 : ARG ALPINE_PKG_BASE="make git openssh-client" [2023-09-11T01:37:23.922Z] ---> Running in 435f8d8eaf17 [2023-09-11T01:37:24.190Z] Removing intermediate container 435f8d8eaf17 [2023-09-11T01:37:24.190Z] ---> ef0e37eea156 [2023-09-11T01:37:24.190Z] Step 6/24 : ARG ALPINE_PKG_EXTRA="" [2023-09-11T01:37:24.190Z] ---> Running in 6839a8316489 [2023-09-11T01:37:24.457Z] Removing intermediate container 6839a8316489 [2023-09-11T01:37:24.457Z] ---> cec622e87267 [2023-09-11T01:37:24.457Z] Step 7/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-09-11T01:37:24.457Z] ---> Running in e229a785551d [2023-09-11T01:37:25.414Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-09-11T01:37:25.995Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-09-11T01:37:26.950Z] OK: 268 MiB in 57 packages [2023-09-11T01:37:27.908Z] Removing intermediate container e229a785551d [2023-09-11T01:37:27.908Z] ---> 6765a7285f18 [2023-09-11T01:37:27.908Z] Step 8/24 : WORKDIR /device-mqtt-go [2023-09-11T01:37:27.908Z] ---> Running in c98e71bcb6f1 [2023-09-11T01:37:28.174Z] Removing intermediate container c98e71bcb6f1 [2023-09-11T01:37:28.174Z] ---> 2c719f4a6f37 [2023-09-11T01:37:28.174Z] Step 9/24 : COPY go.mod vendor* ./ [2023-09-11T01:37:28.442Z] ---> 0f964d78af1e [2023-09-11T01:37:28.442Z] Step 10/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-11T01:37:28.442Z] ---> Running in cfed1805d969 [2023-09-11T01:37:30.383Z] Removing intermediate container cfed1805d969 [2023-09-11T01:37:30.383Z] ---> b7504be6d07e [2023-09-11T01:37:30.383Z] Step 11/24 : COPY . . [2023-09-11T01:37:32.127Z] ---> 174d44fd17b8 [2023-09-11T01:37:32.127Z] Step 12/24 : RUN $MAKE [2023-09-11T01:37:32.127Z] ---> Running in 1843a86efb01 [2023-09-11T01:37:32.127Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=0.0.0 -X github.com/edgexfoundry/device-sdk-go/v3/internal/common.SDKVersion=v3.1.0-dev.20" -trimpath -mod=readonly -o cmd/device-mqtt ./cmd [2023-09-11T01:39:40.948Z] Removing intermediate container 1843a86efb01 [2023-09-11T01:39:40.948Z] ---> e10c9a528e1f [2023-09-11T01:39:40.948Z] Step 13/24 : FROM alpine:3.17 [2023-09-11T01:39:40.948Z] 3.17: Pulling from library/alpine [2023-09-11T01:39:40.948Z] 4060ece20d7a: Pulling fs layer [2023-09-11T01:39:41.219Z] 4060ece20d7a: Verifying Checksum [2023-09-11T01:39:41.219Z] 4060ece20d7a: Download complete [2023-09-11T01:39:41.801Z] 4060ece20d7a: Pull complete [2023-09-11T01:39:41.801Z] Digest: sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-09-11T01:39:41.801Z] Status: Downloaded newer image for alpine:3.17 [2023-09-11T01:39:41.801Z] ---> 8650cd65339b [2023-09-11T01:39:41.801Z] Step 14/24 : LABEL license='VSPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IoTech Ltd' [2023-09-11T01:39:42.068Z] ---> Running in ae1bb25d7f5f [2023-09-11T01:39:42.335Z] Removing intermediate container ae1bb25d7f5f [2023-09-11T01:39:42.336Z] ---> 033292eefee1 [2023-09-11T01:39:42.336Z] Step 15/24 : RUN apk add --update --no-cache dumb-init [2023-09-11T01:39:42.336Z] ---> Running in d16b51c6ce41 [2023-09-11T01:39:43.293Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-09-11T01:39:43.873Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-09-11T01:39:44.830Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-09-11T01:39:44.831Z] Executing busybox-1.35.0-r29.trigger [2023-09-11T01:39:44.831Z] OK: 8 MiB in 16 packages [2023-09-11T01:39:45.410Z] Removing intermediate container d16b51c6ce41 [2023-09-11T01:39:45.410Z] ---> 95a1213fd3e7 [2023-09-11T01:39:45.410Z] Step 16/24 : COPY --from=builder /device-mqtt-go/cmd / [2023-09-11T01:39:46.814Z] ---> e7ea59687a8b [2023-09-11T01:39:46.814Z] Step 17/24 : COPY --from=builder /device-mqtt-go/LICENSE / [2023-09-11T01:39:51.063Z] ---> a3a573070b94 [2023-09-11T01:39:51.063Z] Step 18/24 : COPY --from=builder /device-mqtt-go/Attribution.txt / [2023-09-11T01:39:51.063Z] ---> e98db0a56f8b [2023-09-11T01:39:51.063Z] Step 19/24 : EXPOSE 59982 [2023-09-11T01:39:51.063Z] ---> Running in a8c76aebf625 [2023-09-11T01:39:51.349Z] Removing intermediate container a8c76aebf625 [2023-09-11T01:39:51.349Z] ---> e53ad7336c8a [2023-09-11T01:39:51.349Z] Step 20/24 : ENTRYPOINT ["/device-mqtt"] [2023-09-11T01:39:51.349Z] ---> Running in 650c5032b5ad [2023-09-11T01:39:51.615Z] Removing intermediate container 650c5032b5ad [2023-09-11T01:39:51.615Z] ---> be75c09902a0 [2023-09-11T01:39:51.615Z] Step 21/24 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry"] [2023-09-11T01:39:51.615Z] ---> Running in 0367488d5987 [2023-09-11T01:39:51.883Z] Removing intermediate container 0367488d5987 [2023-09-11T01:39:51.883Z] ---> 03a53014f01c [2023-09-11T01:39:51.883Z] Step 22/24 : LABEL arch=arm64 [2023-09-11T01:39:52.149Z] ---> Running in 1d9f6cc70f83 [2023-09-11T01:39:52.417Z] Removing intermediate container 1d9f6cc70f83 [2023-09-11T01:39:52.417Z] ---> 80e13ce9986f [2023-09-11T01:39:52.417Z] Step 23/24 : LABEL git_sha=60e743316371a1327b1583b90b54533fbf8c3d95 [2023-09-11T01:39:52.417Z] ---> Running in aa33f1a6eb0f [2023-09-11T01:39:52.682Z] Removing intermediate container aa33f1a6eb0f [2023-09-11T01:39:52.682Z] ---> b088c062afcb [2023-09-11T01:39:52.682Z] Step 24/24 : LABEL version=0.0.0 [2023-09-11T01:39:52.682Z] ---> Running in eb981bf92ebe [2023-09-11T01:39:52.946Z] Removing intermediate container eb981bf92ebe [2023-09-11T01:39:52.946Z] ---> 960f771076b4 [2023-09-11T01:39:52.946Z] [Warning] One or more build-args [ARCH] were not consumed [2023-09-11T01:39:52.946Z] Successfully built 960f771076b4 [2023-09-11T01:39:52.946Z] 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-09-11T01:39:53.849Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-09-11T01:39:53.849Z] [2023-09-11T01:39:53.849Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-11T01:39:54.261Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-09-11T01:39:54.261Z] arm64: Pulling from edgex-lftools-log-publisher [2023-09-11T01:39:54.261Z] 8998bd30e6a1: Pulling fs layer [2023-09-11T01:39:54.261Z] 04944245beec: Pulling fs layer [2023-09-11T01:39:54.261Z] 699f458cf7ca: Pulling fs layer [2023-09-11T01:39:54.261Z] 765212b225bb: Pulling fs layer [2023-09-11T01:39:54.261Z] f23df028b6ca: Pulling fs layer [2023-09-11T01:39:54.261Z] d65c8cfc05b1: Pulling fs layer [2023-09-11T01:39:54.261Z] 2437ff75d9bd: Pulling fs layer [2023-09-11T01:39:54.261Z] 765212b225bb: Waiting [2023-09-11T01:39:54.261Z] f23df028b6ca: Waiting [2023-09-11T01:39:54.261Z] d65c8cfc05b1: Waiting [2023-09-11T01:39:54.261Z] 2437ff75d9bd: Waiting [2023-09-11T01:39:54.558Z] 04944245beec: Verifying Checksum [2023-09-11T01:39:54.558Z] 04944245beec: Download complete [2023-09-11T01:39:54.558Z] 765212b225bb: Verifying Checksum [2023-09-11T01:39:54.558Z] 765212b225bb: Download complete [2023-09-11T01:39:54.558Z] f23df028b6ca: Verifying Checksum [2023-09-11T01:39:54.558Z] f23df028b6ca: Download complete [2023-09-11T01:39:54.558Z] d65c8cfc05b1: Verifying Checksum [2023-09-11T01:39:54.558Z] d65c8cfc05b1: Download complete [2023-09-11T01:39:54.558Z] 699f458cf7ca: Verifying Checksum [2023-09-11T01:39:54.558Z] 699f458cf7ca: Download complete [2023-09-11T01:39:55.157Z] 8998bd30e6a1: Download complete [2023-09-11T01:39:57.142Z] 2437ff75d9bd: Verifying Checksum [2023-09-11T01:39:57.143Z] 2437ff75d9bd: Download complete [2023-09-11T01:39:59.086Z] 8998bd30e6a1: Pull complete [2023-09-11T01:39:59.354Z] 04944245beec: Pull complete [2023-09-11T01:40:00.769Z] 699f458cf7ca: Pull complete [2023-09-11T01:40:01.037Z] 765212b225bb: Pull complete [2023-09-11T01:40:05.285Z] f23df028b6ca: Pull complete [2023-09-11T01:40:05.285Z] d65c8cfc05b1: Pull complete [2023-09-11T01:40:20.262Z] 2437ff75d9bd: Pull complete [2023-09-11T01:40:20.262Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-09-11T01:40:20.262Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-09-11T01:40:20.262Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-09-11T01:40:20.579Z] prd-ubuntu20.04-docker-arm64-4c-16g-5759 does not seem to be running inside a container [2023-09-11T01:40:20.638Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/device-mqtt-go/1 -v /w/workspace/device-mqtt-go/1:/w/workspace/device-mqtt-go/1:rw,z -v /w/workspace/device-mqtt-go/1@tmp:/w/workspace/device-mqtt-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2023-09-11T01:40:22.937Z] $ docker top 5f1d7ae896b1da8023564d6182d3232421e898871f78565f5c1d0a3b75d022fa -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-09-11T01:40:23.503Z] ---> job-cost.sh [2023-09-11T01:40:23.770Z] lf-activate-venv: SKIPPING [2023-09-11T01:40:23.770Z] INFO: No Stack... [2023-09-11T01:40:24.035Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-09-11T01:40:24.991Z] INFO: Archiving Costs [Pipeline] sh [2023-09-11T01:40:25.329Z] + cat /w/workspace/device-mqtt-go/1/archives/cost.csv [2023-09-11T01:40:25.329Z] + cut -d, -f6 [Pipeline] lock [2023-09-11T01:40:25.408Z] Trying to acquire lock on [jenkins-edgexfoundry-device-mqtt-go-PR-623-1-stack-cost] [2023-09-11T01:40:25.413Z] Resource [jenkins-edgexfoundry-device-mqtt-go-PR-623-1-stack-cost] did not exist. Created. [2023-09-11T01:40:25.413Z] Lock acquired on [jenkins-edgexfoundry-device-mqtt-go-PR-623-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-09-11T01:40:26.143Z] /w/workspace/device-mqtt-go/1@tmp/durable-eefaf593/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-09-11T01:40:26.489Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-09-11T01:40:26.523Z] Warning: overwriting stash ‘stack-cost’ [2023-09-11T01:40:26.573Z] Stashed 1 file(s) [Pipeline] } [2023-09-11T01:40:26.589Z] Lock released on resource [jenkins-edgexfoundry-device-mqtt-go-PR-623-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-09-11T01:40:26.676Z] $ docker stop --time=1 5f1d7ae896b1da8023564d6182d3232421e898871f78565f5c1d0a3b75d022fa [2023-09-11T01:40:28.131Z] $ docker rm -f --volumes 5f1d7ae896b1da8023564d6182d3232421e898871f78565f5c1d0a3b75d022fa [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-09-11T01:40:29.164Z] provisioning config files... [2023-09-11T01:40:29.172Z] copy managed file [device-mqtt-go-codecov-token] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-623@tmp/config10885729116133908945tmp [Pipeline] { [Pipeline] sh [2023-09-11T01:40:29.516Z] + set +x [2023-09-11T01:40:29.516Z] + curl+ -s https://codecov.io/bash [2023-09-11T01:40:29.516Z] bash -s -- [2023-09-11T01:40:29.516Z] [2023-09-11T01:40:29.516Z] _____ _ [2023-09-11T01:40:29.516Z] / ____| | | [2023-09-11T01:40:29.516Z] | | ___ __| | ___ ___ _____ __ [2023-09-11T01:40:29.516Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-09-11T01:40:29.516Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-09-11T01:40:29.516Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-09-11T01:40:29.516Z] Bash-1.0.6 [2023-09-11T01:40:29.516Z] [2023-09-11T01:40:29.516Z] [2023-09-11T01:40:29.516Z] ==> git version 2.25.1 found [2023-09-11T01:40:29.516Z] ==> 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-09-11T01:40:29.516Z] Release-Date: 2020-01-08 [2023-09-11T01:40:29.516Z] 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-09-11T01:40:29.516Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-09-11T01:40:29.516Z] ==> Jenkins CI detected. [2023-09-11T01:40:29.516Z] current dir:  /w/workspace/gexfoundry_device-mqtt-go_PR-623 [2023-09-11T01:40:29.516Z] project root: . [2023-09-11T01:40:29.516Z] --> token set from env [2023-09-11T01:40:29.516Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-09-11T01:40:29.516Z] ==> Running gcov in . (disable via -X gcov) [2023-09-11T01:40:29.516Z] ==> Python coveragepy not found [2023-09-11T01:40:29.516Z] ==> Searching for coverage reports in: [2023-09-11T01:40:29.516Z] + . [2023-09-11T01:40:29.516Z] -> Found 1 reports [2023-09-11T01:40:29.516Z] ==> Detecting git/mercurial file structure [2023-09-11T01:40:29.516Z] ==> Reading reports [2023-09-11T01:40:29.775Z] + ./coverage.out bytes=18506 [2023-09-11T01:40:29.776Z] ==> Appending adjustments [2023-09-11T01:40:29.776Z] https://docs.codecov.io/docs/fixing-reports [2023-09-11T01:40:29.776Z] + Found adjustments [2023-09-11T01:40:29.776Z] ==> Gzipping contents [2023-09-11T01:40:29.776Z] 4.0K /tmp/codecov.8fhJme.gz [2023-09-11T01:40:29.776Z] ==> Uploading reports [2023-09-11T01:40:29.776Z] url: https://codecov.io [2023-09-11T01:40:29.776Z] query: branch=PR-623&commit=60e743316371a1327b1583b90b54533fbf8c3d95&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-mqtt-go%2Fjob%2FPR-623%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-mqtt-go&service=jenkins&flags=&pr=623&job=&cmd_args= [2023-09-11T01:40:29.776Z] -> Pinging Codecov [2023-09-11T01:40:29.776Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=3cf7f23a-d5e6-4c47-868b-a0a7f9a025f8&branch=PR-623&commit=60e743316371a1327b1583b90b54533fbf8c3d95&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-mqtt-go%2Fjob%2FPR-623%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-mqtt-go&service=jenkins&flags=&pr=623&job=&cmd_args= [2023-09-11T01:40:30.035Z] -> Uploading to [2023-09-11T01:40:30.036Z] https://storage.googleapis.com/codecov/v4/raw/2023-09-11/7D719EC7BBE17E464838252E33014C33/60e743316371a1327b1583b90b54533fbf8c3d95/b4b112d6-6398-46d1-9dfa-cff739b5216d.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230911%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230911T014029Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=19169224b18c6eafcd50f47fba3f3cb94db06c98ee9456228c841a67326954eb [2023-09-11T01:40:30.036Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-09-11T01:40:30.036Z] Dload Upload Total Spent Left Speed [2023-09-11T01:40:30.036Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3219 0 0 100 3219 0 15475 --:--:-- --:--:-- --:--:-- 15550 [2023-09-11T01:40:30.036Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-mqtt-go/commit/60e743316371a1327b1583b90b54533fbf8c3d95 [Pipeline] } [2023-09-11T01:40:30.061Z] 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-09-11T01:40:31.827Z] + [ -d /w/workspace/gexfoundry_device-mqtt-go_PR-623/archives ] [2023-09-11T01:40:31.827Z] + ls -al /w/workspace/gexfoundry_device-mqtt-go_PR-623/archives [2023-09-11T01:40:31.827Z] total 16 [2023-09-11T01:40:31.827Z] drwxr-xr-x 3 root root 4096 Sep 11 01:31 . [2023-09-11T01:40:31.827Z] drwxrwxr-x 11 jenkins jenkins 4096 Sep 11 01:31 .. [2023-09-11T01:40:31.827Z] drwxr-xr-x 2 root root 4096 Sep 11 01:31 cost [2023-09-11T01:40:31.827Z] -rw-r--r-- 1 root root 86 Sep 11 01:31 cost.csv [2023-09-11T01:40:31.827Z] + sudo chown -R jenkins:jenkins /w/workspace/gexfoundry_device-mqtt-go_PR-623/archives [2023-09-11T01:40:31.827Z] + ls -al /w/workspace/gexfoundry_device-mqtt-go_PR-623/archives [2023-09-11T01:40:31.827Z] total 16 [2023-09-11T01:40:31.827Z] drwxr-xr-x 3 jenkins jenkins 4096 Sep 11 01:31 . [2023-09-11T01:40:31.827Z] drwxrwxr-x 11 jenkins jenkins 4096 Sep 11 01:31 .. [2023-09-11T01:40:31.827Z] drwxr-xr-x 2 jenkins jenkins 4096 Sep 11 01:31 cost [2023-09-11T01:40:31.827Z] -rw-r--r-- 1 jenkins jenkins 86 Sep 11 01:31 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-09-11T01:40:32.162Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-09-11T01:40:33.050Z] ---> package-listing.sh [2023-09-11T01:40:33.050Z] ++ facter osfamily [2023-09-11T01:40:33.050Z] ++ tr '[:upper:]' '[:lower:]' [2023-09-11T01:40:33.308Z] + OS_FAMILY=debian [2023-09-11T01:40:33.308Z] + workspace=/w/workspace/gexfoundry_device-mqtt-go_PR-623 [2023-09-11T01:40:33.308Z] + START_PACKAGES=/tmp/packages_start.txt [2023-09-11T01:40:33.308Z] + END_PACKAGES=/tmp/packages_end.txt [2023-09-11T01:40:33.308Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-09-11T01:40:33.308Z] + PACKAGES=/tmp/packages_start.txt [2023-09-11T01:40:33.308Z] + '[' /w/workspace/gexfoundry_device-mqtt-go_PR-623 ']' [2023-09-11T01:40:33.308Z] + PACKAGES=/tmp/packages_end.txt [2023-09-11T01:40:33.308Z] + case "${OS_FAMILY}" in [2023-09-11T01:40:33.308Z] + dpkg -l [2023-09-11T01:40:33.308Z] + grep '^ii' [2023-09-11T01:40:33.308Z] + '[' -f /tmp/packages_start.txt ']' [2023-09-11T01:40:33.308Z] + '[' -f /tmp/packages_end.txt ']' [2023-09-11T01:40:33.308Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-09-11T01:40:33.308Z] + '[' /w/workspace/gexfoundry_device-mqtt-go_PR-623 ']' [2023-09-11T01:40:33.308Z] + mkdir -p /w/workspace/gexfoundry_device-mqtt-go_PR-623/archives/ [2023-09-11T01:40:33.308Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-mqtt-go_PR-623/archives/ [Pipeline] echo [2023-09-11T01:40:33.344Z] 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-623/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-09-11T01:40:33.636Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-11T01:40:34.255Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-09-11T01:40:34.255Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-09-11T01:40:34.398Z] prd-ubuntu20.04-docker-8c-8g-5756 does not seem to be running inside a container [2023-09-11T01:40:34.439Z] $ 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-623/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-623 -v /w/workspace/gexfoundry_device-mqtt-go_PR-623:/w/workspace/gexfoundry_device-mqtt-go_PR-623:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-623@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-623@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-09-11T01:40:34.652Z] $ docker top 5933a60e43ca2de562d457d10afe07b67ad4cf841f0c3bba89d6a7a5b174f42a -eo pid,comm [Pipeline] { [Pipeline] sh [2023-09-11T01:40:35.028Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-09-11T01:40:35.346Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-09-11T01:40:35.657Z] + ls /var/log/sa-host [2023-09-11T01:40:35.657Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-09-11T01:40:35.871Z] provisioning config files... [2023-09-11T01:40:35.880Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-623@tmp/config9599637377506695828tmp [Pipeline] { [Pipeline] echo [2023-09-11T01:40:35.930Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-09-11T01:40:36.244Z] ---> create-netrc.sh [Pipeline] } [2023-09-11T01:40:36.274Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-09-11T01:40:36.685Z] ---> python-tools-install.sh [Pipeline] echo [2023-09-11T01:40:36.717Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-09-11T01:40:37.033Z] ---> sudo-logs.sh [2023-09-11T01:40:37.033Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-09-11T01:40:37.122Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-09-11T01:40:37.438Z] ---> job-cost.sh [2023-09-11T01:40:37.438Z] lf-activate-venv: SKIPPING [2023-09-11T01:40:37.438Z] DEBUG: total: 0.2199999988079071 [2023-09-11T01:40:37.438Z] INFO: Retrieving Stack Cost... [2023-09-11T01:40:38.006Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-09-11T01:40:38.266Z] INFO: Archiving Costs [Pipeline] echo [2023-09-11T01:40:38.298Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-09-11T01:40:38.616Z] ---> logs-deploy.sh [2023-09-11T01:40:38.616Z] lf-activate-venv: SKIPPING [2023-09-11T01:40:38.616Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-mqtt-go/PR-623/1 [2023-09-11T01:40:38.616Z] INFO: archiving workspace using pattern(s): [2023-09-11T01:40:39.554Z] Archives upload complete. [2023-09-11T01:40:39.554Z] INFO: archiving logs to Nexus