Pull request #543 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 760fb0a933d3a84b9f04ecd170d8b281a28333b4+c80097c4a9a507998513a772aabe6c68a90454ef (ce4bbaa348686aad2aa3b6167ec04f8f8f8582c5) 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-ssh8551254867023682666.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 66200e8eedfc470904d6b329e562ec5b45423d6a Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh16160145266368349222.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 66200e8eedfc470904d6b329e562ec5b45423d6a The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-mqtt-go/branches/PR-543/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-543/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh17409985376069082092.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-543/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh6712276747800413890.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 66200e8eedfc470904d6b329e562ec5b45423d6a (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 66200e8eedfc470904d6b329e562ec5b45423d6a # timeout=10 Commit message: "feat: add capability to use golang 1.20 (#427)" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh5641607259420942369.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-543/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-543/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh5170771062038962519.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object 66200e8eedfc470904d6b329e562ec5b45423d6a Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-mqtt-go, buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-mqtt-go-settings PROJECT: device-mqtt-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.20 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-mqtt DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-5645 in /w/workspace/gexfoundry_device-mqtt-go_PR-543 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout Selected Git installation does not exist. Using Default The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git > git init /w/workspace/gexfoundry_device-mqtt-go_PR-543 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/543/head:refs/remotes/origin/PR-543 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit c80097c4a9a507998513a772aabe6c68a90454ef into PR head commit 760fb0a933d3a84b9f04ecd170d8b281a28333b4 Merge succeeded, producing 760fb0a933d3a84b9f04ecd170d8b281a28333b4 Checking out Revision 760fb0a933d3a84b9f04ecd170d8b281a28333b4 (PR-543) Commit message: "build(deps): bump github.com/edgexfoundry/device-sdk-go/v3" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 66200e8eedfc470904d6b329e562ec5b45423d6a [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-03-24T02:00:01.902Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) > git config core.sparsecheckout # timeout=10 > git checkout -f 760fb0a933d3a84b9f04ecd170d8b281a28333b4 # 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 c80097c4a9a507998513a772aabe6c68a90454ef # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 760fb0a933d3a84b9f04ecd170d8b281a28333b4 # timeout=10 [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-03-24T02:00:02.073Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-03-24T02:00:02.169Z] ========================================================= [2023-03-24T02:00:02.169Z] EdgeX Global Pipelines Version Info [2023-03-24T02:00:02.169Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-03-24T02:00:03.296Z] ------------------- [2023-03-24T02:00:03.296Z] stable info: [2023-03-24T02:00:03.297Z] ------------------- [2023-03-24T02:00:03.297Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-03-24T02:00:03.297Z] Commit SHA: 66200e8eedfc470904d6b329e562ec5b45423d6a [2023-03-24T02:00:03.297Z] Message: update stable to v1.0.245 [2023-03-24T02:00:03.556Z] ------------------- [2023-03-24T02:00:03.556Z] experimental info: [2023-03-24T02:00:03.556Z] ------------------- [2023-03-24T02:00:03.556Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-03-24T02:00:03.556Z] Commit SHA: 046ad6d0e2e636d38ea4daf53c055316476b9501 [2023-03-24T02:00:03.556Z] Message: update experimental to v1.0.247 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-03-24T02:00:03.844Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-mqtt-go-settings [Pipeline] echo [2023-03-24T02:00:03.887Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-mqtt-go [Pipeline] echo [2023-03-24T02:00:03.932Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-03-24T02:00:03.973Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-03-24T02:00:04.014Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-03-24T02:00:04.058Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo [2023-03-24T02:00:04.101Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-03-24T02:00:04.141Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2023-03-24T02:00:04.187Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-03-24T02:00:04.229Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-03-24T02:00:04.266Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-03-24T02:00:04.305Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-mqtt [Pipeline] echo [2023-03-24T02:00:04.344Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-03-24T02:00:04.383Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-03-24T02:00:04.426Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-03-24T02:00:04.470Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-03-24T02:00:04.510Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-03-24T02:00:04.547Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-03-24T02:00:04.588Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-03-24T02:00:04.631Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-03-24T02:00:04.673Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2023-03-24T02:00:04.715Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2023-03-24T02:00:04.755Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-03-24T02:00:04.796Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-03-24T02:00:04.844Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2023-03-24T02:00:04.894Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-03-24T02:00:04.934Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-03-24T02:00:04.976Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-543 [Pipeline] echo [2023-03-24T02:00:05.018Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-543 [Pipeline] echo [2023-03-24T02:00:05.057Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-543 [Pipeline] echo [2023-03-24T02:00:05.096Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 760fb0a933d3a84b9f04ecd170d8b281a28333b4 [Pipeline] echo [2023-03-24T02:00:05.142Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 760fb0a [Pipeline] echo [2023-03-24T02:00:05.184Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-24T02:00:05.287Z] provisioning config files... [2023-03-24T02:00:05.324Z] copy managed file [device-mqtt-go-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-543@tmp/config8294174243594901053tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-24T02:00:05.670Z] ---> docker-login.sh [2023-03-24T02:00:05.670Z] nexus3.edgexfoundry.org:10001 [2023-03-24T02:00:05.932Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-24T02:00:05.932Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-24T02:00:05.932Z] Configure a credential helper to remove this warning. See [2023-03-24T02:00:05.932Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-24T02:00:05.932Z] [2023-03-24T02:00:05.932Z] Login Succeeded [2023-03-24T02:00:05.932Z] nexus3.edgexfoundry.org:10002 [2023-03-24T02:00:06.192Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-24T02:00:06.192Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-24T02:00:06.192Z] Configure a credential helper to remove this warning. See [2023-03-24T02:00:06.192Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-24T02:00:06.192Z] [2023-03-24T02:00:06.192Z] Login Succeeded [2023-03-24T02:00:06.192Z] nexus3.edgexfoundry.org:10003 [2023-03-24T02:00:06.192Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-24T02:00:06.192Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-24T02:00:06.192Z] Configure a credential helper to remove this warning. See [2023-03-24T02:00:06.192Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-24T02:00:06.192Z] [2023-03-24T02:00:06.192Z] Login Succeeded [2023-03-24T02:00:06.192Z] nexus3.edgexfoundry.org:10004 [2023-03-24T02:00:06.453Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-24T02:00:06.453Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-24T02:00:06.453Z] Configure a credential helper to remove this warning. See [2023-03-24T02:00:06.453Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-24T02:00:06.453Z] [2023-03-24T02:00:06.453Z] Login Succeeded [2023-03-24T02:00:06.453Z] docker.io [2023-03-24T02:00:06.453Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-24T02:00:09.788Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-24T02:00:09.788Z] Configure a credential helper to remove this warning. See [2023-03-24T02:00:09.788Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-24T02:00:09.788Z] [2023-03-24T02:00:09.788Z] Login Succeeded [2023-03-24T02:00:09.788Z] ---> docker-login.sh ends [Pipeline] } [2023-03-24T02:00:09.821Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-03-24T02:00:10.555Z] + git rev-list -1 --merges 760fb0a933d3a84b9f04ecd170d8b281a28333b4~1..760fb0a933d3a84b9f04ecd170d8b281a28333b4 [Pipeline] echo [2023-03-24T02:00:10.619Z] -----------> git rev-list -1 --merges 760fb0a933d3a84b9f04ecd170d8b281a28333b4~1..760fb0a933d3a84b9f04ecd170d8b281a28333b4 760fb0a933d3a84b9f04ecd170d8b281a28333b4 [false] [Pipeline] sh [2023-03-24T02:00:10.927Z] + git log --format=format:%s -1 760fb0a933d3a84b9f04ecd170d8b281a28333b4 [Pipeline] echo [2023-03-24T02:00:10.960Z] ========================================================= [2023-03-24T02:00:10.960Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-03-24T02:00:10.960Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-03-24T02:00:11.381Z] + git log --format=format:%s -1 760fb0a933d3a84b9f04ecd170d8b281a28333b4 [Pipeline] echo [2023-03-24T02:00:11.409Z] [semverPrep] GIT_COMMIT: 760fb0a933d3a84b9f04ecd170d8b281a28333b4, Commit Message: build(deps): bump github.com/edgexfoundry/device-sdk-go/v3 [Pipeline] echo [2023-03-24T02:00:11.438Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-03-24T02:00:11.802Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-03-24T02:00:11.802Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-03-24T02:00:11.802Z] + [ -e /tmp/ssh_known_hosts ] [2023-03-24T02:00:11.802Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-03-24T02:00:11.802Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-03-24T02:00:11.802Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-03-24T02:00:11.802Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T02:00:12.223Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-24T02:00:12.223Z] [2023-03-24T02:00:12.223Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T02:00:12.602Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-24T02:00:12.602Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-03-24T02:00:12.602Z] b85a868b505f: Pulling fs layer [2023-03-24T02:00:12.602Z] e2be974225ed: Pulling fs layer [2023-03-24T02:00:12.602Z] 339a4e72a1f5: Pulling fs layer [2023-03-24T02:00:12.602Z] 988bab9f4d93: Pulling fs layer [2023-03-24T02:00:12.602Z] 1469e6f7b9e6: Pulling fs layer [2023-03-24T02:00:12.602Z] eaf3925da568: Pulling fs layer [2023-03-24T02:00:12.602Z] bab4dde63d76: Pulling fs layer [2023-03-24T02:00:12.602Z] bde34c3a00c8: Pulling fs layer [2023-03-24T02:00:12.602Z] b352a97aabf1: Pulling fs layer [2023-03-24T02:00:12.602Z] 4872d77fe225: Pulling fs layer [2023-03-24T02:00:12.602Z] 5851b861e8e6: Pulling fs layer [2023-03-24T02:00:12.602Z] eaf3925da568: Waiting [2023-03-24T02:00:12.602Z] bab4dde63d76: Waiting [2023-03-24T02:00:12.602Z] bde34c3a00c8: Waiting [2023-03-24T02:00:12.602Z] 988bab9f4d93: Waiting [2023-03-24T02:00:12.602Z] 1469e6f7b9e6: Waiting [2023-03-24T02:00:12.602Z] b352a97aabf1: Waiting [2023-03-24T02:00:12.602Z] 4872d77fe225: Waiting [2023-03-24T02:00:12.602Z] 5851b861e8e6: Waiting [2023-03-24T02:00:12.602Z] e2be974225ed: Verifying Checksum [2023-03-24T02:00:12.602Z] e2be974225ed: Download complete [2023-03-24T02:00:12.602Z] 988bab9f4d93: Verifying Checksum [2023-03-24T02:00:12.602Z] 988bab9f4d93: Download complete [2023-03-24T02:00:12.864Z] 1469e6f7b9e6: Verifying Checksum [2023-03-24T02:00:12.864Z] 1469e6f7b9e6: Download complete [2023-03-24T02:00:12.864Z] 339a4e72a1f5: Verifying Checksum [2023-03-24T02:00:12.864Z] 339a4e72a1f5: Download complete [2023-03-24T02:00:12.864Z] eaf3925da568: Verifying Checksum [2023-03-24T02:00:12.864Z] eaf3925da568: Download complete [2023-03-24T02:00:12.864Z] bde34c3a00c8: Download complete [2023-03-24T02:00:12.864Z] b352a97aabf1: Verifying Checksum [2023-03-24T02:00:12.864Z] b352a97aabf1: Download complete [2023-03-24T02:00:12.864Z] 4872d77fe225: Verifying Checksum [2023-03-24T02:00:12.864Z] 4872d77fe225: Download complete [2023-03-24T02:00:12.864Z] 5851b861e8e6: Verifying Checksum [2023-03-24T02:00:12.864Z] 5851b861e8e6: Download complete [2023-03-24T02:00:12.864Z] b85a868b505f: Verifying Checksum [2023-03-24T02:00:12.864Z] b85a868b505f: Download complete [2023-03-24T02:00:13.123Z] bab4dde63d76: Verifying Checksum [2023-03-24T02:00:13.123Z] bab4dde63d76: Download complete [2023-03-24T02:00:14.518Z] b85a868b505f: Pull complete [2023-03-24T02:00:14.518Z] e2be974225ed: Pull complete [2023-03-24T02:00:15.088Z] 339a4e72a1f5: Pull complete [2023-03-24T02:00:15.088Z] 988bab9f4d93: Pull complete [2023-03-24T02:00:15.349Z] 1469e6f7b9e6: Pull complete [2023-03-24T02:00:15.610Z] eaf3925da568: Pull complete [2023-03-24T02:00:17.515Z] bab4dde63d76: Pull complete [2023-03-24T02:00:17.515Z] bde34c3a00c8: Pull complete [2023-03-24T02:00:17.775Z] b352a97aabf1: Pull complete [2023-03-24T02:00:17.775Z] 4872d77fe225: Pull complete [2023-03-24T02:00:17.775Z] 5851b861e8e6: Pull complete [2023-03-24T02:00:17.775Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-03-24T02:00:17.775Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-24T02:00:17.775Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-24T02:00:18.021Z] prd-ubuntu20.04-docker-8c-8g-5645 does not seem to be running inside a container [2023-03-24T02:00:18.063Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-mqtt-go_PR-543 -v /w/workspace/gexfoundry_device-mqtt-go_PR-543:/w/workspace/gexfoundry_device-mqtt-go_PR-543:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-543@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-543@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-03-24T02:00:21.674Z] $ docker top f75cc5d0022087953ea847365f1e80e2e066d2445dc788aa3333e5712b18971b -eo pid,comm [2023-03-24T02:00:21.724Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2023-03-24T02:00:21.724Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-03-24T02:00:21.860Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-24T02:00:21.861Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-24T02:00:21.981Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-24T02:00:21.988Z] $ docker exec f75cc5d0022087953ea847365f1e80e2e066d2445dc788aa3333e5712b18971b ssh-agent [2023-03-24T02:00:22.097Z] SSH_AUTH_SOCK=/tmp/ssh-4oyYs2mWBeSF/agent.30 [2023-03-24T02:00:22.097Z] SSH_AGENT_PID=36 [2023-03-24T02:00:22.104Z] Running ssh-add (command line suppressed) [2023-03-24T02:00:22.209Z] Identity added: /w/workspace/gexfoundry_device-mqtt-go_PR-543@tmp/private_key_3147410310942929287.key (/w/workspace/gexfoundry_device-mqtt-go_PR-543@tmp/private_key_3147410310942929287.key) [2023-03-24T02:00:22.225Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-24T02:00:22.560Z] + git tag --points-at HEAD [Pipeline] } [2023-03-24T02:00:22.593Z] $ docker exec --env ******** --env ******** f75cc5d0022087953ea847365f1e80e2e066d2445dc788aa3333e5712b18971b ssh-agent -k [2023-03-24T02:00:22.712Z] unset SSH_AUTH_SOCK; [2023-03-24T02:00:22.713Z] unset SSH_AGENT_PID; [2023-03-24T02:00:22.713Z] echo Agent pid 36 killed; [2023-03-24T02:00:22.720Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-03-24T02:00:22.809Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-24T02:00:22.809Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-24T02:00:22.923Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-24T02:00:22.931Z] $ docker exec f75cc5d0022087953ea847365f1e80e2e066d2445dc788aa3333e5712b18971b ssh-agent [2023-03-24T02:00:23.041Z] SSH_AUTH_SOCK=/tmp/ssh-hJj67KvZEHrp/agent.68 [2023-03-24T02:00:23.041Z] SSH_AGENT_PID=74 [2023-03-24T02:00:23.047Z] Running ssh-add (command line suppressed) [2023-03-24T02:00:23.160Z] Identity added: /w/workspace/gexfoundry_device-mqtt-go_PR-543@tmp/private_key_4973403345666293759.key (/w/workspace/gexfoundry_device-mqtt-go_PR-543@tmp/private_key_4973403345666293759.key) [2023-03-24T02:00:23.172Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-24T02:00:23.512Z] + git semver init [2023-03-24T02:00:23.772Z] 2023-03-24 02:00:23,724 [run_init] DEBUG init version:0.0.0 force:False [2023-03-24T02:00:23.772Z] 2023-03-24 02:00:23,725 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/gexfoundry_device-mqtt-go_PR-543/.semver [2023-03-24T02:00:23.772Z] 2023-03-24 02:00:23,725 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-mqtt-go.git /w/workspace/gexfoundry_device-mqtt-go_PR-543/.semver [2023-03-24T02:00:23.772Z] 2023-03-24 02:00:23,725 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-mqtt-go.git', '/w/workspace/gexfoundry_device-mqtt-go_PR-543/.semver'], cwd=/w/workspace/gexfoundry_device-mqtt-go_PR-543, universal_newlines=False, shell=None, istream=None) [2023-03-24T02:00:24.719Z] 2023-03-24 02:00:24,501 [append_file] DEBUG append to file:/w/workspace/gexfoundry_device-mqtt-go_PR-543/.git/info/exclude [2023-03-24T02:00:24.719Z] 2023-03-24 02:00:24,501 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/gexfoundry_device-mqtt-go_PR-543/.semver/PR-543 with force:False [2023-03-24T02:00:24.719Z] 2023-03-24 02:00:24,501 [write_file] DEBUG write to file:/w/workspace/gexfoundry_device-mqtt-go_PR-543/.semver/PR-543 [2023-03-24T02:00:24.719Z] 2023-03-24 02:00:24,506 [execute] INFO git cat-file --batch-check [2023-03-24T02:00:24.719Z] 2023-03-24 02:00:24,506 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_device-mqtt-go_PR-543/.semver, universal_newlines=False, shell=None, istream=) [2023-03-24T02:00:24.719Z] 2023-03-24 02:00:24,513 [execute] INFO git cat-file --batch [2023-03-24T02:00:24.719Z] 2023-03-24 02:00:24,514 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_device-mqtt-go_PR-543/.semver, universal_newlines=False, shell=None, istream=) [2023-03-24T02:00:24.719Z] 2023-03-24 02:00:24,520 [read_version] DEBUG read version from /w/workspace/gexfoundry_device-mqtt-go_PR-543/.semver/PR-543 [2023-03-24T02:00:24.719Z] 0.0.0 [Pipeline] } [2023-03-24T02:00:24.750Z] $ docker exec --env ******** --env ******** f75cc5d0022087953ea847365f1e80e2e066d2445dc788aa3333e5712b18971b ssh-agent -k [2023-03-24T02:00:24.847Z] unset SSH_AUTH_SOCK; [2023-03-24T02:00:24.848Z] unset SSH_AGENT_PID; [2023-03-24T02:00:24.848Z] echo Agent pid 74 killed; [2023-03-24T02:00:24.857Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-03-24T02:00:25.289Z] + git semver [Pipeline] } [2023-03-24T02:00:25.577Z] $ docker stop --time=1 f75cc5d0022087953ea847365f1e80e2e066d2445dc788aa3333e5712b18971b [2023-03-24T02:00:26.909Z] $ docker rm -f --volumes f75cc5d0022087953ea847365f1e80e2e066d2445dc788aa3333e5712b18971b [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-24T02:00:27.304Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-03-24T02:00:27.575Z] Stashed 1 file(s) [Pipeline] echo [2023-03-24T02:00:27.595Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-24T02:00:28.217Z] provisioning config files... [2023-03-24T02:00:28.226Z] copy managed file [device-mqtt-go-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-543@tmp/config1253818634344713530tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-24T02:00:28.571Z] ---> docker-login.sh [2023-03-24T02:00:28.571Z] nexus3.edgexfoundry.org:10001 [2023-03-24T02:00:28.571Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-24T02:00:28.571Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-24T02:00:28.571Z] Configure a credential helper to remove this warning. See [2023-03-24T02:00:28.571Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-24T02:00:28.571Z] [2023-03-24T02:00:28.571Z] Login Succeeded [2023-03-24T02:00:28.571Z] nexus3.edgexfoundry.org:10002 [2023-03-24T02:00:28.571Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-24T02:00:28.831Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-24T02:00:28.831Z] Configure a credential helper to remove this warning. See [2023-03-24T02:00:28.831Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-24T02:00:28.831Z] [2023-03-24T02:00:28.831Z] Login Succeeded [2023-03-24T02:00:28.831Z] nexus3.edgexfoundry.org:10003 [2023-03-24T02:00:28.831Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-24T02:00:28.831Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-24T02:00:28.831Z] Configure a credential helper to remove this warning. See [2023-03-24T02:00:28.831Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-24T02:00:28.831Z] [2023-03-24T02:00:28.831Z] Login Succeeded [2023-03-24T02:00:28.831Z] nexus3.edgexfoundry.org:10004 [2023-03-24T02:00:28.831Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-24T02:00:29.092Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-24T02:00:29.092Z] Configure a credential helper to remove this warning. See [2023-03-24T02:00:29.092Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-24T02:00:29.092Z] [2023-03-24T02:00:29.092Z] Login Succeeded [2023-03-24T02:00:29.092Z] docker.io [2023-03-24T02:00:29.092Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-24T02:00:29.353Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-24T02:00:29.353Z] Configure a credential helper to remove this warning. See [2023-03-24T02:00:29.353Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-24T02:00:29.353Z] [2023-03-24T02:00:29.353Z] Login Succeeded [2023-03-24T02:00:29.353Z] ---> docker-login.sh ends [Pipeline] } [2023-03-24T02:00:29.484Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-03-24T02:00:29.676Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-24T02:00:29.706Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-24T02:00:29.737Z] ========================================================= [2023-03-24T02:00:29.737Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] [2023-03-24T02:00:29.737Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T02:00:30.201Z] + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine --build-arg MAKE=echo noop --target=builder . [2023-03-24T02:00:30.201Z] Sending build context to Docker daemon 6.399MB [2023-03-24T02:00:30.201Z] Step 1/12 : ARG BASE=golang:1.20-alpine3.17 [2023-03-24T02:00:30.201Z] Step 2/12 : FROM ${BASE} AS builder [2023-03-24T02:00:30.201Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base [2023-03-24T02:00:30.201Z] 63b65145d645: Pulling fs layer [2023-03-24T02:00:30.201Z] a2d21d5440eb: Pulling fs layer [2023-03-24T02:00:30.201Z] 935e6c44a52c: Pulling fs layer [2023-03-24T02:00:30.201Z] 94cc34f8dd06: Pulling fs layer [2023-03-24T02:00:30.201Z] 30dea6a524f1: Pulling fs layer [2023-03-24T02:00:30.201Z] a2aff8979fd8: Pulling fs layer [2023-03-24T02:00:30.201Z] 6808be2612f2: Pulling fs layer [2023-03-24T02:00:30.201Z] f25807f1079a: Pulling fs layer [2023-03-24T02:00:30.201Z] a2aff8979fd8: Waiting [2023-03-24T02:00:30.201Z] 6808be2612f2: Waiting [2023-03-24T02:00:30.201Z] 30dea6a524f1: Waiting [2023-03-24T02:00:30.201Z] f25807f1079a: Waiting [2023-03-24T02:00:30.201Z] 94cc34f8dd06: Waiting [2023-03-24T02:00:30.201Z] a2d21d5440eb: Verifying Checksum [2023-03-24T02:00:30.201Z] a2d21d5440eb: Download complete [2023-03-24T02:00:30.463Z] 30dea6a524f1: Verifying Checksum [2023-03-24T02:00:30.463Z] 30dea6a524f1: Download complete [2023-03-24T02:00:30.463Z] 63b65145d645: Verifying Checksum [2023-03-24T02:00:30.463Z] 63b65145d645: Download complete [2023-03-24T02:00:30.463Z] a2aff8979fd8: Verifying Checksum [2023-03-24T02:00:30.463Z] a2aff8979fd8: Download complete [2023-03-24T02:00:30.463Z] 63b65145d645: Pull complete [2023-03-24T02:00:30.730Z] a2d21d5440eb: Pull complete [2023-03-24T02:00:30.993Z] f25807f1079a: Verifying Checksum [2023-03-24T02:00:30.993Z] f25807f1079a: Download complete [2023-03-24T02:00:30.993Z] 935e6c44a52c: Verifying Checksum [2023-03-24T02:00:30.993Z] 935e6c44a52c: Download complete [2023-03-24T02:00:31.562Z] 6808be2612f2: Verifying Checksum [2023-03-24T02:00:31.562Z] 6808be2612f2: Download complete [2023-03-24T02:00:34.851Z] 935e6c44a52c: Pull complete [2023-03-24T02:00:34.851Z] 94cc34f8dd06: Pull complete [2023-03-24T02:00:34.851Z] 30dea6a524f1: Pull complete [2023-03-24T02:00:35.109Z] a2aff8979fd8: Pull complete [2023-03-24T02:00:37.636Z] 6808be2612f2: Pull complete [2023-03-24T02:00:38.201Z] f25807f1079a: Pull complete [2023-03-24T02:00:38.201Z] Digest: sha256:106942793af8b5907f587008084bb0888cadbc76d86ebd37d4d3227fb0f1e438 [2023-03-24T02:00:38.201Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-03-24T02:00:38.201Z] ---> 3b553350e43f [2023-03-24T02:00:38.201Z] Step 3/12 : ARG ADD_BUILD_TAGS="" [2023-03-24T02:00:43.043Z] Still waiting to schedule task [2023-03-24T02:00:43.044Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2023-03-24T02:00:44.807Z] ---> Running in 76ff253bc0ac [2023-03-24T02:00:44.807Z] Removing intermediate container 76ff253bc0ac [2023-03-24T02:00:44.807Z] ---> cb740cd5e953 [2023-03-24T02:00:44.807Z] Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-03-24T02:00:44.807Z] ---> Running in ae8f656920a9 [2023-03-24T02:00:44.807Z] Removing intermediate container ae8f656920a9 [2023-03-24T02:00:44.807Z] ---> 79a0d0f2a798 [2023-03-24T02:00:44.807Z] Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client" [2023-03-24T02:00:45.066Z] ---> Running in 26b63f70fab0 [2023-03-24T02:00:45.324Z] Removing intermediate container 26b63f70fab0 [2023-03-24T02:00:45.324Z] ---> d32d8482b336 [2023-03-24T02:00:45.324Z] Step 6/12 : ARG ALPINE_PKG_EXTRA="" [2023-03-24T02:00:45.324Z] ---> Running in 12633207431d [2023-03-24T02:00:45.324Z] Removing intermediate container 12633207431d [2023-03-24T02:00:45.324Z] ---> 9f246e875c66 [2023-03-24T02:00:45.324Z] Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-03-24T02:00:45.583Z] ---> Running in 9d804bfaf84b [2023-03-24T02:00:45.842Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-03-24T02:00:45.842Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-03-24T02:00:46.101Z] (1/4) Installing openssh-keygen (9.1_p1-r2) [2023-03-24T02:00:46.101Z] (2/4) Installing libedit (20221030.3.1-r0) [2023-03-24T02:00:46.101Z] (3/4) Installing openssh-client-common (9.1_p1-r2) [2023-03-24T02:00:46.101Z] (4/4) Installing openssh-client-default (9.1_p1-r2) [2023-03-24T02:00:46.101Z] Executing busybox-1.35.0-r29.trigger [2023-03-24T02:00:46.101Z] OK: 269 MiB in 57 packages [2023-03-24T02:00:46.671Z] Removing intermediate container 9d804bfaf84b [2023-03-24T02:00:46.671Z] ---> f98ab5d70aaf [2023-03-24T02:00:46.671Z] Step 8/12 : WORKDIR /device-mqtt-go [2023-03-24T02:00:46.671Z] ---> Running in 9c84632135e5 [2023-03-24T02:00:46.671Z] Removing intermediate container 9c84632135e5 [2023-03-24T02:00:46.671Z] ---> 5de9cbaef8ee [2023-03-24T02:00:46.671Z] Step 9/12 : COPY go.mod vendor* ./ [2023-03-24T02:00:46.929Z] ---> 13534e49519b [2023-03-24T02:00:46.929Z] Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-24T02:00:46.929Z] ---> Running in 270b8f26fd76 [2023-03-24T02:01:25.649Z] Removing intermediate container 270b8f26fd76 [2023-03-24T02:01:25.649Z] ---> 2cb081db5b49 [2023-03-24T02:01:25.649Z] Step 11/12 : COPY . . [2023-03-24T02:01:25.649Z] ---> 6e1dc8cdcfcd [2023-03-24T02:01:25.649Z] Step 12/12 : RUN $MAKE [2023-03-24T02:01:25.649Z] ---> Running in 2f865a1eb839 [2023-03-24T02:01:25.649Z] noop [2023-03-24T02:01:25.649Z] Removing intermediate container 2f865a1eb839 [2023-03-24T02:01:25.649Z] ---> 458c23cd9256 [2023-03-24T02:01:25.649Z] Successfully built 458c23cd9256 [2023-03-24T02:01:25.649Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T02:01:26.090Z] + docker inspect -f . ci-base-image-x86_64 [2023-03-24T02:01:26.090Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-24T02:01:26.243Z] prd-ubuntu20.04-docker-8c-8g-5645 does not seem to be running inside a container [2023-03-24T02:01:26.276Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_device-mqtt-go_PR-543 -v /w/workspace/gexfoundry_device-mqtt-go_PR-543:/w/workspace/gexfoundry_device-mqtt-go_PR-543:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-543@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-543@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-03-24T02:01:26.610Z] $ docker top 6edeff4983ee52cf19203270ec846deff92c16140921b7e22451bcaf615ff736 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-24T02:01:26.996Z] + go version [2023-03-24T02:01:26.996Z] go version go1.20.2 linux/amd64 [Pipeline] } [2023-03-24T02:01:27.028Z] $ docker stop --time=1 6edeff4983ee52cf19203270ec846deff92c16140921b7e22451bcaf615ff736 [2023-03-24T02:01:28.300Z] $ docker rm -f --volumes 6edeff4983ee52cf19203270ec846deff92c16140921b7e22451bcaf615ff736 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T02:01:29.027Z] + docker inspect -f . ci-base-image-x86_64 [2023-03-24T02:01:29.027Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-24T02:01:29.172Z] prd-ubuntu20.04-docker-8c-8g-5645 does not seem to be running inside a container [2023-03-24T02:01:29.205Z] $ 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-543 -v /w/workspace/gexfoundry_device-mqtt-go_PR-543:/w/workspace/gexfoundry_device-mqtt-go_PR-543:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-543@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-543@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-03-24T02:01:29.542Z] $ docker top a43ad6129932d60c44fb562350e10129482befe35075645c8a7c85e0cbcdb1d3 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-24T02:01:29.930Z] + git config --global --add safe.directory /w/workspace/gexfoundry_device-mqtt-go_PR-543 [Pipeline] fileExists [Pipeline] sh [2023-03-24T02:01:30.282Z] + make test [2023-03-24T02:01:30.282Z] go test ./... -coverprofile=coverage.out ./... [2023-03-24T02:01:35.547Z] ? github.com/edgexfoundry/device-mqtt-go [no test files] [2023-03-24T02:01:45.523Z] ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] [2023-03-24T02:01:46.090Z] ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] [2023-03-24T02:01:46.091Z] ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.019s coverage: 22.2% of statements [2023-03-24T02:01:54.264Z] go vet ./... [2023-03-24T02:01:56.869Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-03-24T02:01:56.869Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-03-24T02:01:56.869Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-03-24T02:01:57.154Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-03-24T02:01:57.187Z] $ docker stop --time=1 a43ad6129932d60c44fb562350e10129482befe35075645c8a7c85e0cbcdb1d3 [2023-03-24T02:02:00.811Z] $ docker rm -f --volumes a43ad6129932d60c44fb562350e10129482befe35075645c8a7c85e0cbcdb1d3 [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-24T02:02:01.356Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-03-24T02:02:01.428Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2023-03-24T02:02:02.095Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-03-24T02:02:02.407Z] + ls -al . [2023-03-24T02:02:02.407Z] total 180 [2023-03-24T02:02:02.407Z] drwxrwxr-x 10 jenkins jenkins 4096 Mar 24 02:01 . [2023-03-24T02:02:02.407Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 24 01:59 .. [2023-03-24T02:02:02.407Z] -rw-rw-r-- 1 jenkins jenkins 140 Mar 24 02:00 .dockerignore [2023-03-24T02:02:02.407Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 24 02:00 .git [2023-03-24T02:02:02.407Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 24 02:00 .github [2023-03-24T02:02:02.407Z] -rw-rw-r-- 1 jenkins jenkins 329 Mar 24 02:00 .gitignore [2023-03-24T02:02:02.407Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 24 02:00 .golangci.yml [2023-03-24T02:02:02.407Z] drwxr-xr-x 3 jenkins jenkins 4096 Mar 24 02:00 .semver [2023-03-24T02:02:02.407Z] -rw-rw-r-- 1 jenkins jenkins 9407 Mar 24 02:00 Attribution.txt [2023-03-24T02:02:02.407Z] -rw-rw-r-- 1 jenkins jenkins 13162 Mar 24 02:00 CHANGELOG.md [2023-03-24T02:02:02.407Z] -rw-rw-r-- 1 jenkins jenkins 1689 Mar 24 02:00 Dockerfile [2023-03-24T02:02:02.407Z] -rw-rw-r-- 1 jenkins jenkins 677 Mar 24 02:00 GOVERNANCE.md [2023-03-24T02:02:02.407Z] -rw-rw-r-- 1 jenkins jenkins 678 Mar 24 02:00 Jenkinsfile [2023-03-24T02:02:02.407Z] -rw-rw-r-- 1 jenkins jenkins 11340 Mar 24 02:00 LICENSE [2023-03-24T02:02:02.407Z] -rw-rw-r-- 1 jenkins jenkins 1732 Mar 24 02:00 Makefile [2023-03-24T02:02:02.407Z] -rw-rw-r-- 1 jenkins jenkins 620 Mar 24 02:00 OWNERS.md [2023-03-24T02:02:02.407Z] -rw-rw-r-- 1 jenkins jenkins 3165 Mar 24 02:00 README.md [2023-03-24T02:02:02.407Z] -rw-rw-r-- 1 jenkins jenkins 5 Mar 24 02:00 VERSION [2023-03-24T02:02:02.407Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 24 02:00 bin [2023-03-24T02:02:02.407Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 24 02:00 cmd [2023-03-24T02:02:02.407Z] -rw-r--r-- 1 jenkins jenkins 18047 Mar 24 02:01 coverage.out [2023-03-24T02:02:02.407Z] -rw-rw-r-- 1 jenkins jenkins 3330 Mar 24 02:00 go.mod [2023-03-24T02:02:02.407Z] -rw-rw-r-- 1 jenkins jenkins 31153 Mar 24 02:00 go.sum [2023-03-24T02:02:02.407Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 24 02:00 internal [2023-03-24T02:02:02.407Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 24 02:00 mock [2023-03-24T02:02:02.407Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 24 02:00 snap [2023-03-24T02:02:02.407Z] -rw-rw-r-- 1 jenkins jenkins 227 Mar 24 02:00 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T02:02:02.793Z] + 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=760fb0a933d3a84b9f04ecd170d8b281a28333b4 --label arch=amd64 --label version=0.0.0 . [2023-03-24T02:02:02.793Z] Sending build context to Docker daemon 6.418MB [2023-03-24T02:02:02.793Z] Step 1/24 : ARG BASE=golang:1.20-alpine3.17 [2023-03-24T02:02:02.793Z] Step 2/24 : FROM ${BASE} AS builder [2023-03-24T02:02:02.793Z] ---> 458c23cd9256 [2023-03-24T02:02:02.793Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-03-24T02:02:03.052Z] ---> Running in 7e3d4c7a2650 [2023-03-24T02:02:03.052Z] Removing intermediate container 7e3d4c7a2650 [2023-03-24T02:02:03.052Z] ---> f2662e3c4be7 [2023-03-24T02:02:03.052Z] Step 4/24 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-03-24T02:02:03.052Z] ---> Running in 2e72acad57e7 [2023-03-24T02:02:03.052Z] Removing intermediate container 2e72acad57e7 [2023-03-24T02:02:03.052Z] ---> 12c814f0310c [2023-03-24T02:02:03.052Z] Step 5/24 : ARG ALPINE_PKG_BASE="make git openssh-client" [2023-03-24T02:02:03.311Z] ---> Running in 3b700893b7dc [2023-03-24T02:02:03.311Z] Removing intermediate container 3b700893b7dc [2023-03-24T02:02:03.311Z] ---> 5210dab8e52b [2023-03-24T02:02:03.311Z] Step 6/24 : ARG ALPINE_PKG_EXTRA="" [2023-03-24T02:02:03.311Z] ---> Running in bb4a9d89c99a [2023-03-24T02:02:03.311Z] Removing intermediate container bb4a9d89c99a [2023-03-24T02:02:03.311Z] ---> 4f98082d4418 [2023-03-24T02:02:03.311Z] Step 7/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-03-24T02:02:03.311Z] ---> Running in 645712141aac [2023-03-24T02:02:03.877Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-03-24T02:02:03.877Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-03-24T02:02:04.135Z] OK: 269 MiB in 57 packages [2023-03-24T02:02:04.393Z] Removing intermediate container 645712141aac [2023-03-24T02:02:04.393Z] ---> eb18c4704ab6 [2023-03-24T02:02:04.393Z] Step 8/24 : WORKDIR /device-mqtt-go [2023-03-24T02:02:04.393Z] ---> Running in e038fff7a651 [2023-03-24T02:02:04.651Z] Removing intermediate container e038fff7a651 [2023-03-24T02:02:04.651Z] ---> 3526bf966628 [2023-03-24T02:02:04.651Z] Step 9/24 : COPY go.mod vendor* ./ [2023-03-24T02:02:04.651Z] ---> e4bd27dd45b6 [2023-03-24T02:02:04.651Z] Step 10/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-24T02:02:04.651Z] ---> Running in b7b4b4951ca7 [2023-03-24T02:02:05.590Z] Removing intermediate container b7b4b4951ca7 [2023-03-24T02:02:05.590Z] ---> c17330b74b6d [2023-03-24T02:02:05.590Z] Step 11/24 : COPY . . [2023-03-24T02:02:06.195Z] ---> e35633d978fb [2023-03-24T02:02:06.195Z] Step 12/24 : RUN $MAKE [2023-03-24T02:02:06.195Z] ---> Running in 6132f1fa7a03 [2023-03-24T02:02:06.453Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/device-mqtt ./cmd [2023-03-24T02:02:28.480Z] Removing intermediate container 6132f1fa7a03 [2023-03-24T02:02:28.480Z] ---> 1bc11385cc7e [2023-03-24T02:02:28.480Z] Step 13/24 : FROM alpine:3.17 [2023-03-24T02:02:28.480Z] 3.17: Pulling from library/alpine [2023-03-24T02:02:28.480Z] 63b65145d645: Already exists [2023-03-24T02:02:28.480Z] Digest: sha256:ff6bdca1701f3a8a67e328815ff2346b0e4067d32ec36b7992c1fdc001dc8517 [2023-03-24T02:02:28.480Z] Status: Downloaded newer image for alpine:3.17 [2023-03-24T02:02:28.480Z] ---> b2aa39c304c2 [2023-03-24T02:02:28.480Z] Step 14/24 : LABEL license='VSPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IoTech Ltd' [2023-03-24T02:02:28.480Z] ---> Running in 7f1cbb211986 [2023-03-24T02:02:28.480Z] Removing intermediate container 7f1cbb211986 [2023-03-24T02:02:28.480Z] ---> 9dd320ee3eb3 [2023-03-24T02:02:28.480Z] Step 15/24 : RUN apk add --update --no-cache dumb-init [2023-03-24T02:02:28.480Z] ---> Running in e936adfb2429 [2023-03-24T02:02:28.480Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-03-24T02:02:28.480Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-03-24T02:02:28.480Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-03-24T02:02:28.480Z] Executing busybox-1.35.0-r29.trigger [2023-03-24T02:02:28.480Z] OK: 7 MiB in 16 packages [2023-03-24T02:02:28.480Z] Removing intermediate container e936adfb2429 [2023-03-24T02:02:28.480Z] ---> 4de98b57e5d9 [2023-03-24T02:02:28.480Z] Step 16/24 : COPY --from=builder /device-mqtt-go/cmd / [2023-03-24T02:02:28.739Z] ---> 83648ef13525 [2023-03-24T02:02:28.739Z] Step 17/24 : COPY --from=builder /device-mqtt-go/LICENSE / [2023-03-24T02:02:28.739Z] ---> 45b321c066da [2023-03-24T02:02:28.739Z] Step 18/24 : COPY --from=builder /device-mqtt-go/Attribution.txt / [2023-03-24T02:02:28.999Z] ---> 47610c153d97 [2023-03-24T02:02:28.999Z] Step 19/24 : EXPOSE 59982 [2023-03-24T02:02:28.999Z] ---> Running in 6fcf99b5e023 [2023-03-24T02:02:28.999Z] Removing intermediate container 6fcf99b5e023 [2023-03-24T02:02:28.999Z] ---> fe185232aa0e [2023-03-24T02:02:28.999Z] Step 20/24 : ENTRYPOINT ["/device-mqtt"] [2023-03-24T02:02:28.999Z] ---> Running in 920eb5c54d78 [2023-03-24T02:02:28.999Z] Removing intermediate container 920eb5c54d78 [2023-03-24T02:02:28.999Z] ---> cfdb477e705d [2023-03-24T02:02:28.999Z] Step 21/24 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry"] [2023-03-24T02:02:29.256Z] ---> Running in e0d6e125bd3c [2023-03-24T02:02:29.256Z] Removing intermediate container e0d6e125bd3c [2023-03-24T02:02:29.256Z] ---> ccbd2c39a33c [2023-03-24T02:02:29.256Z] Step 22/24 : LABEL arch=amd64 [2023-03-24T02:02:29.256Z] ---> Running in f14499f9e3c9 [2023-03-24T02:02:29.256Z] Removing intermediate container f14499f9e3c9 [2023-03-24T02:02:29.256Z] ---> 5830b00538c0 [2023-03-24T02:02:29.256Z] Step 23/24 : LABEL git_sha=760fb0a933d3a84b9f04ecd170d8b281a28333b4 [2023-03-24T02:02:29.256Z] ---> Running in 58ca4c5a4abf [2023-03-24T02:02:29.515Z] Removing intermediate container 58ca4c5a4abf [2023-03-24T02:02:29.515Z] ---> c97ce7e3bb76 [2023-03-24T02:02:29.515Z] Step 24/24 : LABEL version=0.0.0 [2023-03-24T02:02:29.515Z] ---> Running in 662a90f13246 [2023-03-24T02:02:29.515Z] Removing intermediate container 662a90f13246 [2023-03-24T02:02:29.515Z] ---> eb59a0dfd337 [2023-03-24T02:02:29.515Z] [Warning] One or more build-args [ARCH] were not consumed [2023-03-24T02:02:29.515Z] Successfully built eb59a0dfd337 [2023-03-24T02:02:29.515Z] Successfully tagged device-mqtt:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T02:02:30.448Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-24T02:02:30.448Z] [2023-03-24T02:02:30.448Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T02:02:30.825Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-24T02:02:30.825Z] latest: Pulling from edgex-lftools-log-publisher [2023-03-24T02:02:30.825Z] 5eb5b503b376: Pulling fs layer [2023-03-24T02:02:30.825Z] 5c69ac0246d0: Pulling fs layer [2023-03-24T02:02:30.825Z] ec43610c2a17: Pulling fs layer [2023-03-24T02:02:30.825Z] 3a2ae6a8a46f: Pulling fs layer [2023-03-24T02:02:30.825Z] 33b1e0a273af: Pulling fs layer [2023-03-24T02:02:30.825Z] 5d3b04190fa2: Pulling fs layer [2023-03-24T02:02:30.825Z] 2f39f015ded8: Pulling fs layer [2023-03-24T02:02:30.825Z] 2f39f015ded8: Waiting [2023-03-24T02:02:30.825Z] 3a2ae6a8a46f: Waiting [2023-03-24T02:02:30.825Z] 5d3b04190fa2: Waiting [2023-03-24T02:02:30.825Z] 5c69ac0246d0: Verifying Checksum [2023-03-24T02:02:30.825Z] 5c69ac0246d0: Download complete [2023-03-24T02:02:30.825Z] 3a2ae6a8a46f: Verifying Checksum [2023-03-24T02:02:30.825Z] 3a2ae6a8a46f: Download complete [2023-03-24T02:02:31.085Z] 33b1e0a273af: Verifying Checksum [2023-03-24T02:02:31.086Z] 33b1e0a273af: Download complete [2023-03-24T02:02:31.086Z] 5d3b04190fa2: Verifying Checksum [2023-03-24T02:02:31.086Z] 5d3b04190fa2: Download complete [2023-03-24T02:02:31.086Z] ec43610c2a17: Verifying Checksum [2023-03-24T02:02:31.086Z] ec43610c2a17: Download complete [2023-03-24T02:02:31.086Z] 5eb5b503b376: Verifying Checksum [2023-03-24T02:02:31.086Z] 5eb5b503b376: Download complete [2023-03-24T02:02:31.653Z] 2f39f015ded8: Download complete [2023-03-24T02:02:32.592Z] 5eb5b503b376: Pull complete [2023-03-24T02:02:32.592Z] 5c69ac0246d0: Pull complete [2023-03-24T02:02:33.158Z] ec43610c2a17: Pull complete [2023-03-24T02:02:33.158Z] 3a2ae6a8a46f: Pull complete [2023-03-24T02:02:33.420Z] 33b1e0a273af: Pull complete [2023-03-24T02:02:33.420Z] 5d3b04190fa2: Pull complete [2023-03-24T02:02:38.681Z] 2f39f015ded8: Pull complete [2023-03-24T02:02:38.681Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-03-24T02:02:38.681Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-24T02:02:38.681Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-24T02:02:38.908Z] prd-ubuntu20.04-docker-8c-8g-5645 does not seem to be running inside a container [2023-03-24T02:02:38.940Z] $ 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-543 -v /w/workspace/gexfoundry_device-mqtt-go_PR-543:/w/workspace/gexfoundry_device-mqtt-go_PR-543:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-543@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-543@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-03-24T02:02:43.153Z] $ docker top 96edb3579b4ad931873d5634cc78b6f64c9ebc567bb3ed86d41fdba0fec2069a -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-24T02:02:43.616Z] ---> job-cost.sh [2023-03-24T02:02:43.616Z] lf-activate-venv: SKIPPING [2023-03-24T02:02:43.616Z] INFO: No Stack... [2023-03-24T02:02:43.873Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-03-24T02:02:44.131Z] INFO: Archiving Costs [Pipeline] sh [2023-03-24T02:02:44.444Z] + cat /w/workspace/gexfoundry_device-mqtt-go_PR-543/archives/cost.csv [2023-03-24T02:02:44.444Z] + cut -d, -f6 [Pipeline] lock [2023-03-24T02:02:44.503Z] Trying to acquire lock on [jenkins-edgexfoundry-device-mqtt-go-PR-543-1-stack-cost] [2023-03-24T02:02:44.508Z] Resource [jenkins-edgexfoundry-device-mqtt-go-PR-543-1-stack-cost] did not exist. Created. [2023-03-24T02:02:44.508Z] Lock acquired on [jenkins-edgexfoundry-device-mqtt-go-PR-543-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-03-24T02:02:44.904Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-03-24T02:02:44.953Z] Stashed 1 file(s) [Pipeline] } [2023-03-24T02:02:44.983Z] Lock released on resource [jenkins-edgexfoundry-device-mqtt-go-PR-543-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-03-24T02:02:45.068Z] $ docker stop --time=1 96edb3579b4ad931873d5634cc78b6f64c9ebc567bb3ed86d41fdba0fec2069a [2023-03-24T02:02:46.226Z] $ docker rm -f --volumes 96edb3579b4ad931873d5634cc78b6f64c9ebc567bb3ed86d41fdba0fec2069a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-03-24T02:03:33.560Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-5648 in /w/workspace/gexfoundry_device-mqtt-go_PR-543 [Pipeline] { [Pipeline] ws [2023-03-24T02:03:33.622Z] Running in /w/workspace/device-mqtt-go/1 [Pipeline] { [Pipeline] checkout [2023-03-24T02:03:33.839Z] Selected Git installation does not exist. Using Default [2023-03-24T02:03:33.839Z] The recommended git tool is: NONE [2023-03-24T02:03:40.403Z] using credential edgex-jenkins-ssh [2023-03-24T02:03:40.420Z] Cloning the remote Git repository [2023-03-24T02:03:40.486Z] Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git [2023-03-24T02:03:40.616Z] > git init /w/workspace/device-mqtt-go/1 # timeout=10 [2023-03-24T02:03:40.810Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2023-03-24T02:03:40.811Z] > git --version # timeout=10 [2023-03-24T02:03:40.841Z] > git --version # 'git version 2.25.1' [2023-03-24T02:03:40.845Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-03-24T02:03:41.051Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-03-24T02:03:42.332Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2023-03-24T02:03:42.361Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-03-24T02:03:44.034Z] Merging remotes/origin/main commit c80097c4a9a507998513a772aabe6c68a90454ef into PR head commit 760fb0a933d3a84b9f04ecd170d8b281a28333b4 [2023-03-24T02:03:43.460Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2023-03-24T02:03:43.513Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2023-03-24T02:03:43.514Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-03-24T02:03:43.536Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/543/head:refs/remotes/origin/PR-543 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2023-03-24T02:03:44.402Z] Merge succeeded, producing 760fb0a933d3a84b9f04ecd170d8b281a28333b4 [2023-03-24T02:03:44.403Z] Checking out Revision 760fb0a933d3a84b9f04ecd170d8b281a28333b4 (PR-543) [2023-03-24T02:03:45.034Z] Commit message: "build(deps): bump github.com/edgexfoundry/device-sdk-go/v3" [2023-03-24T02:03:45.097Z] > git --version # timeout=10 [2023-03-24T02:03:45.109Z] > git --version # 'git version 2.25.1' [2023-03-24T02:03:45.128Z] fatal: bad object 66200e8eedfc470904d6b329e562ec5b45423d6a [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [2023-03-24T02:03:44.059Z] > git config core.sparsecheckout # timeout=10 [2023-03-24T02:03:44.158Z] > git checkout -f 760fb0a933d3a84b9f04ecd170d8b281a28333b4 # timeout=10 [2023-03-24T02:03:44.268Z] > git remote # timeout=10 [2023-03-24T02:03:44.292Z] > git config --get remote.origin.url # timeout=10 [2023-03-24T02:03:44.327Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-03-24T02:03:44.344Z] > git merge c80097c4a9a507998513a772aabe6c68a90454ef # timeout=10 [2023-03-24T02:03:44.380Z] > git rev-parse HEAD^{commit} # timeout=10 [2023-03-24T02:03:44.413Z] > git config core.sparsecheckout # timeout=10 [2023-03-24T02:03:44.434Z] > git checkout -f 760fb0a933d3a84b9f04ecd170d8b281a28333b4 # timeout=10 [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-03-24T02:03:46.211Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-03-24T02:03:46.211Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-03-24T02:03:46.211Z] Dload Upload Total Spent Left Speed [2023-03-24T02:03:46.211Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 194k 0 --:--:-- --:--:-- --:--:-- 197k [Pipeline] sh [2023-03-24T02:03:46.839Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-03-24T02:03:47.213Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-03-24T02:03:47.213Z] + sudo tee /etc/docker/daemon.new [2023-03-24T02:03:47.213Z] { [2023-03-24T02:03:47.213Z] "registry-mirrors": [ [2023-03-24T02:03:47.213Z] "https://nexus3.edgexfoundry.org:10001" [2023-03-24T02:03:47.213Z] ], [2023-03-24T02:03:47.213Z] "bip": "10.250.0.254/24", [2023-03-24T02:03:47.213Z] "hosts": [ [2023-03-24T02:03:47.213Z] "tcp://0.0.0.0:5555", [2023-03-24T02:03:47.213Z] "unix:///var/run/docker.sock" [2023-03-24T02:03:47.213Z] ], [2023-03-24T02:03:47.213Z] "mtu": 1458, [2023-03-24T02:03:47.213Z] "selinux-enabled": true, [2023-03-24T02:03:47.213Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-03-24T02:03:47.213Z] } [Pipeline] sh [2023-03-24T02:03:47.584Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-03-24T02:03:47.957Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-24T02:04:06.334Z] provisioning config files... [2023-03-24T02:04:06.369Z] copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/1@tmp/config8156736096900349794tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-24T02:04:06.789Z] ---> docker-login.sh [2023-03-24T02:04:06.789Z] nexus3.edgexfoundry.org:10001 [2023-03-24T02:04:07.384Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-24T02:04:07.384Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-24T02:04:07.384Z] Configure a credential helper to remove this warning. See [2023-03-24T02:04:07.384Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-24T02:04:07.384Z] [2023-03-24T02:04:07.384Z] Login Succeeded [2023-03-24T02:04:07.384Z] nexus3.edgexfoundry.org:10002 [2023-03-24T02:04:07.659Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-24T02:04:07.930Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-24T02:04:07.930Z] Configure a credential helper to remove this warning. See [2023-03-24T02:04:07.930Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-24T02:04:07.930Z] [2023-03-24T02:04:07.930Z] Login Succeeded [2023-03-24T02:04:07.930Z] nexus3.edgexfoundry.org:10003 [2023-03-24T02:04:08.202Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-24T02:04:08.202Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-24T02:04:08.202Z] Configure a credential helper to remove this warning. See [2023-03-24T02:04:08.202Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-24T02:04:08.202Z] [2023-03-24T02:04:08.202Z] Login Succeeded [2023-03-24T02:04:08.202Z] nexus3.edgexfoundry.org:10004 [2023-03-24T02:04:08.479Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-24T02:04:08.756Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-24T02:04:08.756Z] Configure a credential helper to remove this warning. See [2023-03-24T02:04:08.756Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-24T02:04:08.756Z] [2023-03-24T02:04:08.756Z] Login Succeeded [2023-03-24T02:04:08.756Z] docker.io [2023-03-24T02:04:09.030Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-24T02:04:09.303Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-24T02:04:09.303Z] Configure a credential helper to remove this warning. See [2023-03-24T02:04:09.303Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-24T02:04:09.303Z] [2023-03-24T02:04:09.303Z] Login Succeeded [2023-03-24T02:04:09.303Z] ---> docker-login.sh ends [Pipeline] } [2023-03-24T02:04:09.335Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-03-24T02:04:09.776Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-24T02:04:09.814Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-24T02:04:09.889Z] ========================================================= [2023-03-24T02:04:09.889Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] [2023-03-24T02:04:09.889Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T02:04:10.516Z] + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine --build-arg MAKE=echo noop --target=builder . [2023-03-24T02:04:10.789Z] Sending build context to Docker daemon 3.32MB [2023-03-24T02:04:10.789Z] Step 1/12 : ARG BASE=golang:1.20-alpine3.17 [2023-03-24T02:04:10.789Z] Step 2/12 : FROM ${BASE} AS builder [2023-03-24T02:04:14.162Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-03-24T02:04:14.162Z] af6eaf76a39c: Pulling fs layer [2023-03-24T02:04:14.162Z] 55522c791124: Pulling fs layer [2023-03-24T02:04:14.162Z] ce5c4a1c91eb: Pulling fs layer [2023-03-24T02:04:14.162Z] 169dfbe0d373: Pulling fs layer [2023-03-24T02:04:14.162Z] e1ff8fa3b103: Pulling fs layer [2023-03-24T02:04:14.162Z] 52ebb69f0ebf: Pulling fs layer [2023-03-24T02:04:14.162Z] 5abe8eddf0d5: Pulling fs layer [2023-03-24T02:04:14.162Z] e1ff8fa3b103: Waiting [2023-03-24T02:04:14.162Z] 169dfbe0d373: Waiting [2023-03-24T02:04:14.162Z] 52ebb69f0ebf: Waiting [2023-03-24T02:04:14.162Z] 5abe8eddf0d5: Waiting [2023-03-24T02:04:14.162Z] 55522c791124: Verifying Checksum [2023-03-24T02:04:14.162Z] 55522c791124: Download complete [2023-03-24T02:04:14.442Z] 169dfbe0d373: Verifying Checksum [2023-03-24T02:04:14.442Z] 169dfbe0d373: Download complete [2023-03-24T02:04:14.442Z] e1ff8fa3b103: Verifying Checksum [2023-03-24T02:04:14.442Z] e1ff8fa3b103: Download complete [2023-03-24T02:04:14.442Z] af6eaf76a39c: Verifying Checksum [2023-03-24T02:04:15.580Z] af6eaf76a39c: Pull complete [2023-03-24T02:04:15.580Z] 5abe8eddf0d5: Verifying Checksum [2023-03-24T02:04:15.580Z] 5abe8eddf0d5: Download complete [2023-03-24T02:04:16.214Z] 55522c791124: Pull complete [2023-03-24T02:04:17.688Z] ce5c4a1c91eb: Verifying Checksum [2023-03-24T02:04:17.688Z] ce5c4a1c91eb: Download complete [2023-03-24T02:04:17.688Z] 52ebb69f0ebf: Verifying Checksum [2023-03-24T02:04:17.688Z] 52ebb69f0ebf: Download complete [2023-03-24T02:04:30.040Z] ce5c4a1c91eb: Pull complete [2023-03-24T02:04:30.040Z] 169dfbe0d373: Pull complete [2023-03-24T02:04:30.040Z] e1ff8fa3b103: Pull complete [2023-03-24T02:04:36.736Z] 52ebb69f0ebf: Pull complete [2023-03-24T02:04:38.164Z] 5abe8eddf0d5: Pull complete [2023-03-24T02:04:38.164Z] Digest: sha256:978cc1420e451f27bd88fdeece3ad01a9109ec773b62f165dfc696fd516b3d8f [2023-03-24T02:04:38.164Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-03-24T02:04:38.164Z] ---> 6cb57ee374ae [2023-03-24T02:04:38.164Z] Step 3/12 : ARG ADD_BUILD_TAGS="" [2023-03-24T02:04:39.600Z] ---> Running in d9f96d86e500 [2023-03-24T02:04:39.600Z] Removing intermediate container d9f96d86e500 [2023-03-24T02:04:39.600Z] ---> 1f1825d38e49 [2023-03-24T02:04:39.600Z] Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-03-24T02:04:39.871Z] ---> Running in dc5674e41d65 [2023-03-24T02:04:40.139Z] Removing intermediate container dc5674e41d65 [2023-03-24T02:04:40.139Z] ---> 2b58db003cc8 [2023-03-24T02:04:40.139Z] Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client" [2023-03-24T02:04:40.139Z] ---> Running in 7e6381bd685e [2023-03-24T02:04:40.409Z] Removing intermediate container 7e6381bd685e [2023-03-24T02:04:40.409Z] ---> 499b58c21c35 [2023-03-24T02:04:40.409Z] Step 6/12 : ARG ALPINE_PKG_EXTRA="" [2023-03-24T02:04:40.681Z] ---> Running in bebe932a1920 [2023-03-24T02:04:40.952Z] Removing intermediate container bebe932a1920 [2023-03-24T02:04:40.952Z] ---> 41bc1b0da553 [2023-03-24T02:04:40.952Z] Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-03-24T02:04:41.224Z] ---> Running in 1762a5ec3067 [2023-03-24T02:04:42.645Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-03-24T02:04:42.914Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-03-24T02:04:44.332Z] (1/4) Installing openssh-keygen (9.1_p1-r2) [2023-03-24T02:04:44.332Z] (2/4) Installing libedit (20221030.3.1-r0) [2023-03-24T02:04:44.332Z] (3/4) Installing openssh-client-common (9.1_p1-r2) [2023-03-24T02:04:44.332Z] (4/4) Installing openssh-client-default (9.1_p1-r2) [2023-03-24T02:04:44.332Z] Executing busybox-1.35.0-r29.trigger [2023-03-24T02:04:44.332Z] OK: 268 MiB in 57 packages [2023-03-24T02:04:45.750Z] Removing intermediate container 1762a5ec3067 [2023-03-24T02:04:45.750Z] ---> 2227d0d91fb6 [2023-03-24T02:04:45.750Z] Step 8/12 : WORKDIR /device-mqtt-go [2023-03-24T02:04:45.750Z] ---> Running in 37a606b0e9d9 [2023-03-24T02:04:46.021Z] Removing intermediate container 37a606b0e9d9 [2023-03-24T02:04:46.021Z] ---> 3a5d095ee5e4 [2023-03-24T02:04:46.021Z] Step 9/12 : COPY go.mod vendor* ./ [2023-03-24T02:04:46.609Z] ---> f44f9c20290a [2023-03-24T02:04:46.609Z] Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-24T02:04:46.609Z] ---> Running in c540bb35563a [2023-03-24T02:05:54.529Z] Removing intermediate container c540bb35563a [2023-03-24T02:05:54.529Z] ---> 26f191611684 [2023-03-24T02:05:54.529Z] Step 11/12 : COPY . . [2023-03-24T02:05:55.121Z] ---> 591032ab8512 [2023-03-24T02:05:55.121Z] Step 12/12 : RUN $MAKE [2023-03-24T02:05:55.121Z] ---> Running in 68f64652ad29 [2023-03-24T02:05:56.092Z] noop [2023-03-24T02:05:58.053Z] Removing intermediate container 68f64652ad29 [2023-03-24T02:05:58.053Z] ---> db84fe70b4f6 [2023-03-24T02:05:58.053Z] Successfully built db84fe70b4f6 [2023-03-24T02:05:58.053Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T02:05:58.526Z] + docker inspect -f . ci-base-image-arm64 [2023-03-24T02:05:58.526Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-24T02:05:58.852Z] prd-ubuntu20.04-docker-arm64-4c-16g-5648 does not seem to be running inside a container [2023-03-24T02:05:58.933Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/1 -v /w/workspace/device-mqtt-go/1:/w/workspace/device-mqtt-go/1:rw,z -v /w/workspace/device-mqtt-go/1@tmp:/w/workspace/device-mqtt-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-03-24T02:06:00.369Z] $ docker top a7ccb8d209559c2fa58abce59527ee5341674be2a218d016c3272a860215a33f -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-24T02:06:01.323Z] + go version [2023-03-24T02:06:01.324Z] go version go1.20.2 linux/arm64 [Pipeline] } [2023-03-24T02:06:01.366Z] $ docker stop --time=1 a7ccb8d209559c2fa58abce59527ee5341674be2a218d016c3272a860215a33f [2023-03-24T02:06:03.070Z] $ docker rm -f --volumes a7ccb8d209559c2fa58abce59527ee5341674be2a218d016c3272a860215a33f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T02:06:03.962Z] + docker inspect -f . ci-base-image-arm64 [2023-03-24T02:06:03.962Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-24T02:06:04.260Z] prd-ubuntu20.04-docker-arm64-4c-16g-5648 does not seem to be running inside a container [2023-03-24T02:06:04.346Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/device-mqtt-go/1 -v /w/workspace/device-mqtt-go/1:/w/workspace/device-mqtt-go/1:rw,z -v /w/workspace/device-mqtt-go/1@tmp:/w/workspace/device-mqtt-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-03-24T02:06:05.658Z] $ docker top ce660472d529c646cf01d44625cf9d12e2e3110450b0a1d1d8c79e8fb22658cd -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-24T02:06:06.571Z] + git config --global --add safe.directory /w/workspace/device-mqtt-go/1 [Pipeline] fileExists [Pipeline] sh [2023-03-24T02:06:07.290Z] + make test [2023-03-24T02:06:07.290Z] go test ./... -coverprofile=coverage.out ./... [2023-03-24T02:06:46.200Z] ? github.com/edgexfoundry/device-mqtt-go [no test files] [2023-03-24T02:09:08.627Z] ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] [2023-03-24T02:09:14.032Z] ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] [2023-03-24T02:09:14.032Z] ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.078s coverage: 22.2% of statements [2023-03-24T02:09:14.032Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-03-24T02:09:14.032Z] go vet ./... [2023-03-24T02:09:46.309Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-03-24T02:09:46.309Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-03-24T02:09:46.309Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-03-24T02:09:46.347Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-03-24T02:09:46.380Z] $ docker stop --time=1 ce660472d529c646cf01d44625cf9d12e2e3110450b0a1d1d8c79e8fb22658cd [2023-03-24T02:09:48.215Z] $ docker rm -f --volumes ce660472d529c646cf01d44625cf9d12e2e3110450b0a1d1d8c79e8fb22658cd [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-24T02:09:49.500Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-03-24T02:09:49.537Z] Warning: overwriting stash ‘coverage-report’ [2023-03-24T02:09:50.018Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-03-24T02:09:50.597Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-03-24T02:09:50.931Z] + ls -al . [2023-03-24T02:09:50.931Z] total 176 [2023-03-24T02:09:50.931Z] drwxrwxr-x 9 jenkins jenkins 4096 Mar 24 02:06 . [2023-03-24T02:09:50.931Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 24 02:03 .. [2023-03-24T02:09:50.931Z] -rw-rw-r-- 1 jenkins jenkins 140 Mar 24 02:03 .dockerignore [2023-03-24T02:09:50.931Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 24 02:03 .git [2023-03-24T02:09:50.931Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 24 02:03 .github [2023-03-24T02:09:50.931Z] -rw-rw-r-- 1 jenkins jenkins 329 Mar 24 02:03 .gitignore [2023-03-24T02:09:50.931Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 24 02:03 .golangci.yml [2023-03-24T02:09:50.931Z] -rw-rw-r-- 1 jenkins jenkins 9407 Mar 24 02:03 Attribution.txt [2023-03-24T02:09:50.931Z] -rw-rw-r-- 1 jenkins jenkins 13162 Mar 24 02:03 CHANGELOG.md [2023-03-24T02:09:50.931Z] -rw-rw-r-- 1 jenkins jenkins 1689 Mar 24 02:03 Dockerfile [2023-03-24T02:09:50.931Z] -rw-rw-r-- 1 jenkins jenkins 677 Mar 24 02:03 GOVERNANCE.md [2023-03-24T02:09:50.931Z] -rw-rw-r-- 1 jenkins jenkins 678 Mar 24 02:03 Jenkinsfile [2023-03-24T02:09:50.931Z] -rw-rw-r-- 1 jenkins jenkins 11340 Mar 24 02:03 LICENSE [2023-03-24T02:09:50.931Z] -rw-rw-r-- 1 jenkins jenkins 1732 Mar 24 02:03 Makefile [2023-03-24T02:09:50.931Z] -rw-rw-r-- 1 jenkins jenkins 620 Mar 24 02:03 OWNERS.md [2023-03-24T02:09:50.931Z] -rw-rw-r-- 1 jenkins jenkins 3165 Mar 24 02:03 README.md [2023-03-24T02:09:50.931Z] -rw-rw-r-- 1 jenkins jenkins 5 Mar 24 02:00 VERSION [2023-03-24T02:09:50.931Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 24 02:03 bin [2023-03-24T02:09:50.931Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 24 02:03 cmd [2023-03-24T02:09:50.931Z] -rw-r--r-- 1 jenkins jenkins 18047 Mar 24 02:09 coverage.out [2023-03-24T02:09:50.931Z] -rw-rw-r-- 1 jenkins jenkins 3330 Mar 24 02:03 go.mod [2023-03-24T02:09:50.931Z] -rw-rw-r-- 1 jenkins jenkins 31153 Mar 24 02:03 go.sum [2023-03-24T02:09:50.931Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 24 02:03 internal [2023-03-24T02:09:50.931Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 24 02:03 mock [2023-03-24T02:09:50.931Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 24 02:03 snap [2023-03-24T02:09:50.931Z] -rw-rw-r-- 1 jenkins jenkins 227 Mar 24 02:03 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T02:09:51.355Z] + 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=760fb0a933d3a84b9f04ecd170d8b281a28333b4 --label arch=arm64 --label version=0.0.0 . [2023-03-24T02:09:51.626Z] Sending build context to Docker daemon 3.339MB [2023-03-24T02:09:51.626Z] Step 1/24 : ARG BASE=golang:1.20-alpine3.17 [2023-03-24T02:09:51.626Z] Step 2/24 : FROM ${BASE} AS builder [2023-03-24T02:09:51.626Z] ---> db84fe70b4f6 [2023-03-24T02:09:51.626Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-03-24T02:09:51.894Z] ---> Running in 452e4792dd6d [2023-03-24T02:09:52.161Z] Removing intermediate container 452e4792dd6d [2023-03-24T02:09:52.161Z] ---> a284ea290d5d [2023-03-24T02:09:52.161Z] Step 4/24 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-03-24T02:09:55.499Z] ---> Running in 41018d1631ca [2023-03-24T02:09:55.766Z] Removing intermediate container 41018d1631ca [2023-03-24T02:09:55.766Z] ---> e46a15c974b1 [2023-03-24T02:09:55.766Z] Step 5/24 : ARG ALPINE_PKG_BASE="make git openssh-client" [2023-03-24T02:09:55.766Z] ---> Running in 37504effa872 [2023-03-24T02:09:56.035Z] Removing intermediate container 37504effa872 [2023-03-24T02:09:56.035Z] ---> a11003817f84 [2023-03-24T02:09:56.035Z] Step 6/24 : ARG ALPINE_PKG_EXTRA="" [2023-03-24T02:09:56.306Z] ---> Running in 73c919ca54ce [2023-03-24T02:09:56.575Z] Removing intermediate container 73c919ca54ce [2023-03-24T02:09:56.575Z] ---> 820be959d552 [2023-03-24T02:09:56.575Z] Step 7/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-03-24T02:09:56.575Z] ---> Running in db89d36b827b [2023-03-24T02:09:57.537Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-03-24T02:09:58.502Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-03-24T02:09:59.469Z] OK: 268 MiB in 57 packages [2023-03-24T02:10:01.440Z] Removing intermediate container db89d36b827b [2023-03-24T02:10:01.440Z] ---> e159057c016b [2023-03-24T02:10:01.440Z] Step 8/24 : WORKDIR /device-mqtt-go [2023-03-24T02:10:01.710Z] ---> Running in 2ce8926c692e [2023-03-24T02:10:01.978Z] Removing intermediate container 2ce8926c692e [2023-03-24T02:10:01.978Z] ---> 23982bce2bfc [2023-03-24T02:10:01.978Z] Step 9/24 : COPY go.mod vendor* ./ [2023-03-24T02:10:02.565Z] ---> de4d2a7372d3 [2023-03-24T02:10:02.565Z] Step 10/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-24T02:10:02.565Z] ---> Running in 3b70c26ea631 [2023-03-24T02:10:05.925Z] Removing intermediate container 3b70c26ea631 [2023-03-24T02:10:05.926Z] ---> 8de64203f1f9 [2023-03-24T02:10:05.926Z] Step 11/24 : COPY . . [2023-03-24T02:10:06.511Z] ---> e7211b181bc6 [2023-03-24T02:10:06.511Z] Step 12/24 : RUN $MAKE [2023-03-24T02:10:06.511Z] ---> Running in 0764b7063f12 [2023-03-24T02:10:07.476Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/device-mqtt ./cmd [2023-03-24T02:12:29.453Z] Removing intermediate container 0764b7063f12 [2023-03-24T02:12:29.453Z] ---> c176650df3be [2023-03-24T02:12:29.453Z] Step 13/24 : FROM alpine:3.17 [2023-03-24T02:12:29.453Z] 3.17: Pulling from library/alpine [2023-03-24T02:12:29.453Z] af6eaf76a39c: Already exists [2023-03-24T02:12:29.453Z] Digest: sha256:ff6bdca1701f3a8a67e328815ff2346b0e4067d32ec36b7992c1fdc001dc8517 [2023-03-24T02:12:29.453Z] Status: Downloaded newer image for alpine:3.17 [2023-03-24T02:12:29.453Z] ---> d74e625d9115 [2023-03-24T02:12:29.453Z] Step 14/24 : LABEL license='VSPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IoTech Ltd' [2023-03-24T02:12:29.453Z] ---> Running in 8033ef647223 [2023-03-24T02:12:29.453Z] Removing intermediate container 8033ef647223 [2023-03-24T02:12:29.453Z] ---> 6282e473afdf [2023-03-24T02:12:29.453Z] Step 15/24 : RUN apk add --update --no-cache dumb-init [2023-03-24T02:12:29.453Z] ---> Running in 6000cf517839 [2023-03-24T02:12:29.453Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-03-24T02:12:29.453Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-03-24T02:12:29.453Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-03-24T02:12:29.453Z] Executing busybox-1.35.0-r29.trigger [2023-03-24T02:12:29.453Z] OK: 8 MiB in 16 packages [2023-03-24T02:12:29.453Z] Removing intermediate container 6000cf517839 [2023-03-24T02:12:29.453Z] ---> 873047f5dade [2023-03-24T02:12:29.453Z] Step 16/24 : COPY --from=builder /device-mqtt-go/cmd / [2023-03-24T02:12:30.417Z] ---> c0ed69e9dc90 [2023-03-24T02:12:30.417Z] Step 17/24 : COPY --from=builder /device-mqtt-go/LICENSE / [2023-03-24T02:12:30.687Z] ---> 1d9337f95c91 [2023-03-24T02:12:30.687Z] Step 18/24 : COPY --from=builder /device-mqtt-go/Attribution.txt / [2023-03-24T02:12:31.272Z] ---> 2f142ce35212 [2023-03-24T02:12:31.272Z] Step 19/24 : EXPOSE 59982 [2023-03-24T02:12:31.272Z] ---> Running in 1a4c84522901 [2023-03-24T02:12:31.539Z] Removing intermediate container 1a4c84522901 [2023-03-24T02:12:31.539Z] ---> a3653c557624 [2023-03-24T02:12:31.539Z] Step 20/24 : ENTRYPOINT ["/device-mqtt"] [2023-03-24T02:12:31.539Z] ---> Running in 7b83591bd189 [2023-03-24T02:12:31.806Z] Removing intermediate container 7b83591bd189 [2023-03-24T02:12:31.806Z] ---> ca035030d69c [2023-03-24T02:12:31.806Z] Step 21/24 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry"] [2023-03-24T02:12:31.806Z] ---> Running in 934945d24f90 [2023-03-24T02:12:32.074Z] Removing intermediate container 934945d24f90 [2023-03-24T02:12:32.074Z] ---> 8782d70f579c [2023-03-24T02:12:32.074Z] Step 22/24 : LABEL arch=arm64 [2023-03-24T02:12:32.341Z] ---> Running in 4ad69f028ef2 [2023-03-24T02:12:32.612Z] Removing intermediate container 4ad69f028ef2 [2023-03-24T02:12:32.612Z] ---> 2361b570e0af [2023-03-24T02:12:32.612Z] Step 23/24 : LABEL git_sha=760fb0a933d3a84b9f04ecd170d8b281a28333b4 [2023-03-24T02:12:32.612Z] ---> Running in 4d5930f57308 [2023-03-24T02:12:32.880Z] Removing intermediate container 4d5930f57308 [2023-03-24T02:12:32.880Z] ---> bb5901b98299 [2023-03-24T02:12:32.880Z] Step 24/24 : LABEL version=0.0.0 [2023-03-24T02:12:32.880Z] ---> Running in 4de5bbd8e4e0 [2023-03-24T02:12:33.150Z] Removing intermediate container 4de5bbd8e4e0 [2023-03-24T02:12:33.150Z] ---> 4d5dfd2b2c70 [2023-03-24T02:12:33.150Z] [Warning] One or more build-args [ARCH] were not consumed [2023-03-24T02:12:33.150Z] Successfully built 4d5dfd2b2c70 [2023-03-24T02:12:33.416Z] Successfully tagged device-mqtt-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T02:12:34.190Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-03-24T02:12:34.190Z] [2023-03-24T02:12:34.190Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T02:12:34.587Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-03-24T02:12:34.587Z] arm64: Pulling from edgex-lftools-log-publisher [2023-03-24T02:12:34.587Z] 8998bd30e6a1: Pulling fs layer [2023-03-24T02:12:34.587Z] 04944245beec: Pulling fs layer [2023-03-24T02:12:34.587Z] 699f458cf7ca: Pulling fs layer [2023-03-24T02:12:34.587Z] 765212b225bb: Pulling fs layer [2023-03-24T02:12:34.587Z] f23df028b6ca: Pulling fs layer [2023-03-24T02:12:34.587Z] d65c8cfc05b1: Pulling fs layer [2023-03-24T02:12:34.587Z] 2437ff75d9bd: Pulling fs layer [2023-03-24T02:12:34.587Z] 765212b225bb: Waiting [2023-03-24T02:12:34.587Z] f23df028b6ca: Waiting [2023-03-24T02:12:34.587Z] d65c8cfc05b1: Waiting [2023-03-24T02:12:34.587Z] 2437ff75d9bd: Waiting [2023-03-24T02:12:34.857Z] 04944245beec: Verifying Checksum [2023-03-24T02:12:34.857Z] 04944245beec: Download complete [2023-03-24T02:12:34.857Z] 765212b225bb: Verifying Checksum [2023-03-24T02:12:34.857Z] 765212b225bb: Download complete [2023-03-24T02:12:34.857Z] f23df028b6ca: Verifying Checksum [2023-03-24T02:12:34.857Z] f23df028b6ca: Download complete [2023-03-24T02:12:34.857Z] d65c8cfc05b1: Verifying Checksum [2023-03-24T02:12:34.857Z] d65c8cfc05b1: Download complete [2023-03-24T02:12:35.126Z] 699f458cf7ca: Verifying Checksum [2023-03-24T02:12:35.126Z] 699f458cf7ca: Download complete [2023-03-24T02:12:35.392Z] 8998bd30e6a1: Verifying Checksum [2023-03-24T02:12:35.392Z] 8998bd30e6a1: Download complete [2023-03-24T02:12:37.971Z] 2437ff75d9bd: Verifying Checksum [2023-03-24T02:12:37.971Z] 2437ff75d9bd: Download complete [2023-03-24T02:12:39.377Z] 8998bd30e6a1: Pull complete [2023-03-24T02:12:39.650Z] 04944245beec: Pull complete [2023-03-24T02:12:41.062Z] 699f458cf7ca: Pull complete [2023-03-24T02:12:41.062Z] 765212b225bb: Pull complete [2023-03-24T02:12:42.022Z] f23df028b6ca: Pull complete [2023-03-24T02:12:42.022Z] d65c8cfc05b1: Pull complete [2023-03-24T02:12:57.018Z] 2437ff75d9bd: Pull complete [2023-03-24T02:12:57.018Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-03-24T02:12:57.018Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-03-24T02:12:57.018Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-24T02:12:57.334Z] prd-ubuntu20.04-docker-arm64-4c-16g-5648 does not seem to be running inside a container [2023-03-24T02:12:57.396Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/device-mqtt-go/1 -v /w/workspace/device-mqtt-go/1:/w/workspace/device-mqtt-go/1:rw,z -v /w/workspace/device-mqtt-go/1@tmp:/w/workspace/device-mqtt-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2023-03-24T02:13:00.080Z] $ docker top b688e9dac6815602b07905e54d08e6a34befb7a25b25f98a17b8cd7ac62e4ef3 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-24T02:13:00.974Z] ---> job-cost.sh [2023-03-24T02:13:00.974Z] lf-activate-venv: SKIPPING [2023-03-24T02:13:00.974Z] INFO: No Stack... [2023-03-24T02:13:01.242Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-03-24T02:13:02.203Z] INFO: Archiving Costs [Pipeline] sh [2023-03-24T02:13:02.537Z] + cat /w/workspace/device-mqtt-go/1/archives/cost.csv [2023-03-24T02:13:02.537Z] + cut -d, -f6 [Pipeline] lock [2023-03-24T02:13:02.621Z] Trying to acquire lock on [jenkins-edgexfoundry-device-mqtt-go-PR-543-1-stack-cost] [2023-03-24T02:13:02.626Z] Resource [jenkins-edgexfoundry-device-mqtt-go-PR-543-1-stack-cost] did not exist. Created. [2023-03-24T02:13:02.626Z] Lock acquired on [jenkins-edgexfoundry-device-mqtt-go-PR-543-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-03-24T02:13:03.358Z] /w/workspace/device-mqtt-go/1@tmp/durable-c9afbcc5/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-03-24T02:13:03.708Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-03-24T02:13:03.746Z] Warning: overwriting stash ‘stack-cost’ [2023-03-24T02:13:03.793Z] Stashed 1 file(s) [Pipeline] } [2023-03-24T02:13:03.807Z] Lock released on resource [jenkins-edgexfoundry-device-mqtt-go-PR-543-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-03-24T02:13:03.884Z] $ docker stop --time=1 b688e9dac6815602b07905e54d08e6a34befb7a25b25f98a17b8cd7ac62e4ef3 [2023-03-24T02:13:05.377Z] $ docker rm -f --volumes b688e9dac6815602b07905e54d08e6a34befb7a25b25f98a17b8cd7ac62e4ef3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider [2023-03-24T02:13:06.334Z] provisioning config files... [2023-03-24T02:13:06.342Z] copy managed file [device-mqtt-go-codecov-token] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-543@tmp/config4518085732740631996tmp [Pipeline] { [Pipeline] sh [2023-03-24T02:13:06.683Z] + set +x [2023-03-24T02:13:06.683Z] + bash -s -- [2023-03-24T02:13:06.683Z] + curl -s https://codecov.io/bash [2023-03-24T02:13:06.683Z] [2023-03-24T02:13:06.683Z] _____ _ [2023-03-24T02:13:06.683Z] / ____| | | [2023-03-24T02:13:06.683Z] | | ___ __| | ___ ___ _____ __ [2023-03-24T02:13:06.683Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-03-24T02:13:06.683Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-03-24T02:13:06.683Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-03-24T02:13:06.683Z] Bash-1.0.6 [2023-03-24T02:13:06.683Z] [2023-03-24T02:13:06.683Z] [2023-03-24T02:13:06.683Z] ==> git version 2.25.1 found [2023-03-24T02:13:06.683Z] ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 [2023-03-24T02:13:06.683Z] Release-Date: 2020-01-08 [2023-03-24T02:13:06.683Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2023-03-24T02:13:06.683Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-03-24T02:13:06.683Z] ==> Jenkins CI detected. [2023-03-24T02:13:06.683Z] current dir:  /w/workspace/gexfoundry_device-mqtt-go_PR-543 [2023-03-24T02:13:06.683Z] project root: . [2023-03-24T02:13:06.683Z] --> token set from env [2023-03-24T02:13:06.683Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-03-24T02:13:06.683Z] ==> Running gcov in . (disable via -X gcov) [2023-03-24T02:13:06.683Z] ==> Python coveragepy not found [2023-03-24T02:13:06.683Z] ==> Searching for coverage reports in: [2023-03-24T02:13:06.683Z] + . [2023-03-24T02:13:06.944Z] -> Found 1 reports [2023-03-24T02:13:06.944Z] ==> Detecting git/mercurial file structure [2023-03-24T02:13:06.944Z] ==> Reading reports [2023-03-24T02:13:06.944Z] + ./coverage.out bytes=18047 [2023-03-24T02:13:06.944Z] ==> Appending adjustments [2023-03-24T02:13:06.944Z] https://docs.codecov.io/docs/fixing-reports [2023-03-24T02:13:06.944Z] + Found adjustments [2023-03-24T02:13:06.944Z] ==> Gzipping contents [2023-03-24T02:13:06.944Z] 4.0K /tmp/codecov.K5mLDe.gz [2023-03-24T02:13:06.944Z] ==> Uploading reports [2023-03-24T02:13:06.944Z] url: https://codecov.io [2023-03-24T02:13:06.944Z] query: branch=PR-543&commit=760fb0a933d3a84b9f04ecd170d8b281a28333b4&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-mqtt-go%2Fjob%2FPR-543%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-mqtt-go&service=jenkins&flags=&pr=543&job=&cmd_args= [2023-03-24T02:13:06.944Z] -> Pinging Codecov [2023-03-24T02:13:06.944Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=3cf7f23a-d5e6-4c47-868b-a0a7f9a025f8&branch=PR-543&commit=760fb0a933d3a84b9f04ecd170d8b281a28333b4&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-mqtt-go%2Fjob%2FPR-543%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-mqtt-go&service=jenkins&flags=&pr=543&job=&cmd_args= [2023-03-24T02:13:07.204Z] -> Uploading to [2023-03-24T02:13:07.204Z] https://storage.googleapis.com/codecov/v4/raw/2023-03-24/7D719EC7BBE17E464838252E33014C33/760fb0a933d3a84b9f04ecd170d8b281a28333b4/f2fc4ff4-150a-43d7-9384-29e85d40f15c.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230324%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230324T021306Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=3a9cb1d7f2aa16b2cb5a6a220b7a14eceb20a2ea79aa64ccbf504aa729f7311e [2023-03-24T02:13:07.204Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-03-24T02:13:07.204Z] Dload Upload Total Spent Left Speed [2023-03-24T02:13:07.464Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3151 0 0 100 3151 0 9695 --:--:-- --:--:-- --:--:-- 9665 [2023-03-24T02:13:07.464Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-mqtt-go/commit/760fb0a933d3a84b9f04ecd170d8b281a28333b4 [Pipeline] } [2023-03-24T02:13:07.490Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2023-03-24T02:13:09.398Z] + [ -d /w/workspace/gexfoundry_device-mqtt-go_PR-543/archives ] [2023-03-24T02:13:09.398Z] + ls -al /w/workspace/gexfoundry_device-mqtt-go_PR-543/archives [2023-03-24T02:13:09.398Z] total 16 [2023-03-24T02:13:09.398Z] drwxr-xr-x 3 root root 4096 Mar 24 02:02 . [2023-03-24T02:13:09.398Z] drwxrwxr-x 11 jenkins jenkins 4096 Mar 24 02:02 .. [2023-03-24T02:13:09.398Z] drwxr-xr-x 2 root root 4096 Mar 24 02:02 cost [2023-03-24T02:13:09.398Z] -rw-r--r-- 1 root root 86 Mar 24 02:02 cost.csv [2023-03-24T02:13:09.398Z] + sudo chown -R jenkins:jenkins /w/workspace/gexfoundry_device-mqtt-go_PR-543/archives [2023-03-24T02:13:09.398Z] + ls -al /w/workspace/gexfoundry_device-mqtt-go_PR-543/archives [2023-03-24T02:13:09.398Z] total 16 [2023-03-24T02:13:09.398Z] drwxr-xr-x 3 jenkins jenkins 4096 Mar 24 02:02 . [2023-03-24T02:13:09.398Z] drwxrwxr-x 11 jenkins jenkins 4096 Mar 24 02:02 .. [2023-03-24T02:13:09.398Z] drwxr-xr-x 2 jenkins jenkins 4096 Mar 24 02:02 cost [2023-03-24T02:13:09.398Z] -rw-r--r-- 1 jenkins jenkins 86 Mar 24 02:02 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-03-24T02:13:09.724Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-24T02:13:10.615Z] ---> package-listing.sh [2023-03-24T02:13:10.615Z] ++ facter osfamily [2023-03-24T02:13:10.615Z] ++ tr '[:upper:]' '[:lower:]' [2023-03-24T02:13:10.875Z] + OS_FAMILY=debian [2023-03-24T02:13:10.875Z] + workspace=/w/workspace/gexfoundry_device-mqtt-go_PR-543 [2023-03-24T02:13:10.875Z] + START_PACKAGES=/tmp/packages_start.txt [2023-03-24T02:13:10.875Z] + END_PACKAGES=/tmp/packages_end.txt [2023-03-24T02:13:10.875Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-03-24T02:13:10.875Z] + PACKAGES=/tmp/packages_start.txt [2023-03-24T02:13:10.875Z] + '[' /w/workspace/gexfoundry_device-mqtt-go_PR-543 ']' [2023-03-24T02:13:10.875Z] + PACKAGES=/tmp/packages_end.txt [2023-03-24T02:13:10.875Z] + case "${OS_FAMILY}" in [2023-03-24T02:13:10.875Z] + dpkg -l [2023-03-24T02:13:10.875Z] + grep '^ii' [2023-03-24T02:13:10.875Z] + '[' -f /tmp/packages_start.txt ']' [2023-03-24T02:13:10.875Z] + '[' -f /tmp/packages_end.txt ']' [2023-03-24T02:13:10.875Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-03-24T02:13:10.875Z] + '[' /w/workspace/gexfoundry_device-mqtt-go_PR-543 ']' [2023-03-24T02:13:10.875Z] + mkdir -p /w/workspace/gexfoundry_device-mqtt-go_PR-543/archives/ [2023-03-24T02:13:10.875Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-mqtt-go_PR-543/archives/ [Pipeline] echo [2023-03-24T02:13:10.911Z] 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-543/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-03-24T02:13:11.204Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T02:13:11.831Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-24T02:13:11.831Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-24T02:13:11.978Z] prd-ubuntu20.04-docker-8c-8g-5645 does not seem to be running inside a container [2023-03-24T02:13:12.020Z] $ 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-543/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-543 -v /w/workspace/gexfoundry_device-mqtt-go_PR-543:/w/workspace/gexfoundry_device-mqtt-go_PR-543:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-543@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-543@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-03-24T02:13:12.233Z] $ docker top 175e841989b548c3f6917031fd7b3ce061f7c46c5b564fc6c0d7a99f67ad302f -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-24T02:13:12.630Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-03-24T02:13:12.946Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-03-24T02:13:13.265Z] + ls /var/log/sa-host [2023-03-24T02:13:13.265Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-24T02:13:13.392Z] provisioning config files... [2023-03-24T02:13:13.400Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-543@tmp/config13807097641271311982tmp [Pipeline] { [Pipeline] echo [2023-03-24T02:13:13.444Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-24T02:13:13.757Z] ---> create-netrc.sh [Pipeline] } [2023-03-24T02:13:13.782Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-03-24T02:13:14.179Z] ---> python-tools-install.sh [Pipeline] echo [2023-03-24T02:13:14.211Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-24T02:13:14.527Z] ---> sudo-logs.sh [2023-03-24T02:13:14.527Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-03-24T02:13:14.626Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-24T02:13:14.935Z] ---> job-cost.sh [2023-03-24T02:13:14.935Z] lf-activate-venv: SKIPPING [2023-03-24T02:13:14.935Z] DEBUG: total: 0.2199999988079071 [2023-03-24T02:13:14.935Z] INFO: Retrieving Stack Cost... [2023-03-24T02:13:15.502Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-03-24T02:13:15.761Z] INFO: Archiving Costs [Pipeline] echo [2023-03-24T02:13:15.793Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-24T02:13:16.104Z] ---> logs-deploy.sh [2023-03-24T02:13:16.105Z] lf-activate-venv: SKIPPING [2023-03-24T02:13:16.105Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-mqtt-go/PR-543/1 [2023-03-24T02:13:16.105Z] INFO: archiving workspace using pattern(s): [2023-03-24T02:13:17.042Z] Archives upload complete. [2023-03-24T02:13:17.301Z] INFO: archiving logs to Nexus