Pull request #589 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 3bf8737be7a0d0c30ec4cd6728b6dd8b3e4d9357+44db128f908bb002eba25d15c491b9a779a086c0 (53c8d6c20bfce1bd3a66df27ef75dcf95fd5751a) 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-ssh8560168349775754404.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh3661577507388914636.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-mqtt-go/branches/PR-589/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-589/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh5457621071926511547.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-589/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh1270161714170480325.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 # timeout=10 Commit message: "fix: bug with isLTS relying on env.GIT_BRANCH inside cd-management repo (#429)" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh11141068455315820165.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-589/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-589/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh16375404982135727629.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-mqtt-go, buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-mqtt-go-settings PROJECT: device-mqtt-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.20 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-mqtt DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-12528 in /w/workspace/gexfoundry_device-mqtt-go_PR-589 [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-589 # 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/589/head:refs/remotes/origin/PR-589 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit 44db128f908bb002eba25d15c491b9a779a086c0 into PR head commit 3bf8737be7a0d0c30ec4cd6728b6dd8b3e4d9357 Merge succeeded, producing 3bf8737be7a0d0c30ec4cd6728b6dd8b3e4d9357 Checking out Revision 3bf8737be7a0d0c30ec4cd6728b6dd8b3e4d9357 (PR-589) Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-core-contracts/v3" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-05-03T02:00:01.659Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials > git config core.sparsecheckout # timeout=10 > git checkout -f 3bf8737be7a0d0c30ec4cd6728b6dd8b3e4d9357 # 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 44db128f908bb002eba25d15c491b9a779a086c0 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 3bf8737be7a0d0c30ec4cd6728b6dd8b3e4d9357 # timeout=10 [2023-05-03T02:00:01.854Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-05-03T02:00:01.962Z] ========================================================= [2023-05-03T02:00:01.962Z] EdgeX Global Pipelines Version Info [2023-05-03T02:00:01.962Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-05-03T02:00:02.713Z] ------------------- [2023-05-03T02:00:02.713Z] stable info: [2023-05-03T02:00:02.713Z] ------------------- [2023-05-03T02:00:02.713Z] Commited By: Bill Mahoney bill.mahoney@intel.com [2023-05-03T02:00:02.713Z] Commit SHA: 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 [2023-05-03T02:00:02.713Z] Message: update stable to v1.0.248 [2023-05-03T02:00:03.285Z] ------------------- [2023-05-03T02:00:03.285Z] experimental info: [2023-05-03T02:00:03.285Z] ------------------- [2023-05-03T02:00:03.285Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-05-03T02:00:03.285Z] Commit SHA: 4fc256d9079ed2258907e613f84b1b8da264a4bd [2023-05-03T02:00:03.285Z] Message: update experimental to v1.0.249 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-05-03T02:00:03.612Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-mqtt-go-settings [Pipeline] echo [2023-05-03T02:00:03.657Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-mqtt-go [Pipeline] echo [2023-05-03T02:00:03.695Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-05-03T02:00:03.744Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-05-03T02:00:03.790Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-05-03T02:00:03.837Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo [2023-05-03T02:00:03.885Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-05-03T02:00:03.931Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2023-05-03T02:00:03.976Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-05-03T02:00:04.024Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-05-03T02:00:04.065Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-05-03T02:00:04.113Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-mqtt [Pipeline] echo [2023-05-03T02:00:04.159Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-05-03T02:00:04.207Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-05-03T02:00:04.251Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-05-03T02:00:04.295Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-05-03T02:00:04.342Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-05-03T02:00:04.390Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-05-03T02:00:04.437Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-05-03T02:00:04.483Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-05-03T02:00:04.525Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2023-05-03T02:00:04.568Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2023-05-03T02:00:04.614Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-05-03T02:00:04.661Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-05-03T02:00:04.708Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2023-05-03T02:00:04.763Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-05-03T02:00:04.809Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-05-03T02:00:04.855Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-589 [Pipeline] echo [2023-05-03T02:00:04.995Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-589 [Pipeline] echo [2023-05-03T02:00:05.038Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-589 [Pipeline] echo [2023-05-03T02:00:05.157Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 3bf8737be7a0d0c30ec4cd6728b6dd8b3e4d9357 [Pipeline] echo [2023-05-03T02:00:05.205Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 3bf8737 [Pipeline] echo [2023-05-03T02:00:05.252Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-05-03T02:00:05.384Z] provisioning config files... [2023-05-03T02:00:05.417Z] copy managed file [device-mqtt-go-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-589@tmp/config10484441117405317641tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-05-03T02:00:05.774Z] ---> docker-login.sh [2023-05-03T02:00:05.774Z] nexus3.edgexfoundry.org:10001 [2023-05-03T02:00:06.034Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-03T02:00:06.034Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-03T02:00:06.034Z] Configure a credential helper to remove this warning. See [2023-05-03T02:00:06.034Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-03T02:00:06.034Z] [2023-05-03T02:00:06.034Z] Login Succeeded [2023-05-03T02:00:06.034Z] nexus3.edgexfoundry.org:10002 [2023-05-03T02:00:06.295Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-03T02:00:06.295Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-03T02:00:06.295Z] Configure a credential helper to remove this warning. See [2023-05-03T02:00:06.295Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-03T02:00:06.295Z] [2023-05-03T02:00:06.295Z] Login Succeeded [2023-05-03T02:00:06.295Z] nexus3.edgexfoundry.org:10003 [2023-05-03T02:00:06.295Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-03T02:00:06.295Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-03T02:00:06.295Z] Configure a credential helper to remove this warning. See [2023-05-03T02:00:06.295Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-03T02:00:06.295Z] [2023-05-03T02:00:06.295Z] Login Succeeded [2023-05-03T02:00:06.295Z] nexus3.edgexfoundry.org:10004 [2023-05-03T02:00:06.557Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-03T02:00:06.557Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-03T02:00:06.557Z] Configure a credential helper to remove this warning. See [2023-05-03T02:00:06.557Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-03T02:00:06.557Z] [2023-05-03T02:00:06.557Z] Login Succeeded [2023-05-03T02:00:06.557Z] docker.io [2023-05-03T02:00:06.557Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-03T02:00:06.817Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-03T02:00:06.817Z] Configure a credential helper to remove this warning. See [2023-05-03T02:00:06.817Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-03T02:00:06.817Z] [2023-05-03T02:00:06.817Z] Login Succeeded [2023-05-03T02:00:07.079Z] ---> docker-login.sh ends [Pipeline] } [2023-05-03T02:00:07.104Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-05-03T02:00:07.767Z] + git rev-list -1 --merges 3bf8737be7a0d0c30ec4cd6728b6dd8b3e4d9357~1..3bf8737be7a0d0c30ec4cd6728b6dd8b3e4d9357 [Pipeline] echo [2023-05-03T02:00:07.834Z] -----------> git rev-list -1 --merges 3bf8737be7a0d0c30ec4cd6728b6dd8b3e4d9357~1..3bf8737be7a0d0c30ec4cd6728b6dd8b3e4d9357 3bf8737be7a0d0c30ec4cd6728b6dd8b3e4d9357 [false] [Pipeline] sh [2023-05-03T02:00:08.168Z] + git log --format=format:%s -1 3bf8737be7a0d0c30ec4cd6728b6dd8b3e4d9357 [Pipeline] echo [2023-05-03T02:00:08.216Z] ========================================================= [2023-05-03T02:00:08.216Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-05-03T02:00:08.216Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-05-03T02:00:08.631Z] + git log --format=format:%s -1 3bf8737be7a0d0c30ec4cd6728b6dd8b3e4d9357 [Pipeline] echo [2023-05-03T02:00:08.664Z] [semverPrep] GIT_COMMIT: 3bf8737be7a0d0c30ec4cd6728b6dd8b3e4d9357, Commit Message: build(deps): bump github.com/edgexfoundry/go-mod-core-contracts/v3 [Pipeline] echo [2023-05-03T02:00:08.702Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-05-03T02:00:09.090Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-05-03T02:00:09.091Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-05-03T02:00:09.091Z] + [ -e /tmp/ssh_known_hosts ] [2023-05-03T02:00:09.091Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-05-03T02:00:09.091Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg=+ [2023-05-03T02:00:09.091Z] sudo tee -a /etc/ssh/ssh_known_hosts [2023-05-03T02:00:09.091Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-03T02:00:09.571Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-05-03T02:00:09.571Z] [2023-05-03T02:00:09.571Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-03T02:00:09.954Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-05-03T02:00:09.954Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-05-03T02:00:09.954Z] b85a868b505f: Pulling fs layer [2023-05-03T02:00:09.954Z] e2be974225ed: Pulling fs layer [2023-05-03T02:00:09.954Z] 339a4e72a1f5: Pulling fs layer [2023-05-03T02:00:09.954Z] 988bab9f4d93: Pulling fs layer [2023-05-03T02:00:09.954Z] 1469e6f7b9e6: Pulling fs layer [2023-05-03T02:00:09.954Z] eaf3925da568: Pulling fs layer [2023-05-03T02:00:09.954Z] 1469e6f7b9e6: Waiting [2023-05-03T02:00:09.954Z] bab4dde63d76: Pulling fs layer [2023-05-03T02:00:09.954Z] bde34c3a00c8: Pulling fs layer [2023-05-03T02:00:09.954Z] b352a97aabf1: Pulling fs layer [2023-05-03T02:00:09.954Z] eaf3925da568: Waiting [2023-05-03T02:00:09.954Z] bab4dde63d76: Waiting [2023-05-03T02:00:09.954Z] bde34c3a00c8: Waiting [2023-05-03T02:00:09.954Z] 4872d77fe225: Pulling fs layer [2023-05-03T02:00:09.954Z] 988bab9f4d93: Waiting [2023-05-03T02:00:09.954Z] 5851b861e8e6: Pulling fs layer [2023-05-03T02:00:09.954Z] 4872d77fe225: Waiting [2023-05-03T02:00:09.954Z] b352a97aabf1: Waiting [2023-05-03T02:00:09.954Z] 5851b861e8e6: Waiting [2023-05-03T02:00:10.214Z] e2be974225ed: Verifying Checksum [2023-05-03T02:00:10.214Z] e2be974225ed: Download complete [2023-05-03T02:00:10.214Z] 988bab9f4d93: Verifying Checksum [2023-05-03T02:00:10.214Z] 988bab9f4d93: Download complete [2023-05-03T02:00:10.214Z] 339a4e72a1f5: Verifying Checksum [2023-05-03T02:00:10.214Z] 339a4e72a1f5: Download complete [2023-05-03T02:00:10.214Z] 1469e6f7b9e6: Download complete [2023-05-03T02:00:10.214Z] eaf3925da568: Verifying Checksum [2023-05-03T02:00:10.214Z] eaf3925da568: Download complete [2023-05-03T02:00:10.214Z] bde34c3a00c8: Verifying Checksum [2023-05-03T02:00:10.214Z] bde34c3a00c8: Download complete [2023-05-03T02:00:10.214Z] b352a97aabf1: Download complete [2023-05-03T02:00:10.214Z] 4872d77fe225: Verifying Checksum [2023-05-03T02:00:10.214Z] 4872d77fe225: Download complete [2023-05-03T02:00:10.214Z] 5851b861e8e6: Download complete [2023-05-03T02:00:10.214Z] b85a868b505f: Download complete [2023-05-03T02:00:10.473Z] bab4dde63d76: Verifying Checksum [2023-05-03T02:00:10.473Z] bab4dde63d76: Download complete [2023-05-03T02:00:11.849Z] b85a868b505f: Pull complete [2023-05-03T02:00:11.849Z] e2be974225ed: Pull complete [2023-05-03T02:00:12.421Z] 339a4e72a1f5: Pull complete [2023-05-03T02:00:12.421Z] 988bab9f4d93: Pull complete [2023-05-03T02:00:12.692Z] 1469e6f7b9e6: Pull complete [2023-05-03T02:00:12.692Z] eaf3925da568: Pull complete [2023-05-03T02:00:14.612Z] bab4dde63d76: Pull complete [2023-05-03T02:00:14.613Z] bde34c3a00c8: Pull complete [2023-05-03T02:00:14.613Z] b352a97aabf1: Pull complete [2023-05-03T02:00:14.872Z] 4872d77fe225: Pull complete [2023-05-03T02:00:14.872Z] 5851b861e8e6: Pull complete [2023-05-03T02:00:14.872Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-05-03T02:00:14.872Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-05-03T02:00:14.872Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-03T02:00:15.106Z] prd-ubuntu20.04-docker-8c-8g-12528 does not seem to be running inside a container [2023-05-03T02:00:15.139Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-mqtt-go_PR-589 -v /w/workspace/gexfoundry_device-mqtt-go_PR-589:/w/workspace/gexfoundry_device-mqtt-go_PR-589:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-589@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-589@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-05-03T02:00:19.680Z] $ docker top ac8b8ee1f95eb6fb6476b509a570069c1d6db1a70267ebcba7e6d87e83a0004c -eo pid,comm [2023-05-03T02:00:19.727Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2023-05-03T02:00:19.727Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-05-03T02:00:19.858Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-05-03T02:00:19.858Z] [ssh-agent] Looking for ssh-agent implementation... [2023-05-03T02:00:19.957Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-05-03T02:00:19.959Z] $ docker exec ac8b8ee1f95eb6fb6476b509a570069c1d6db1a70267ebcba7e6d87e83a0004c ssh-agent [2023-05-03T02:00:20.067Z] SSH_AUTH_SOCK=/tmp/ssh-tuVxXwO2tQQE/agent.33 [2023-05-03T02:00:20.067Z] SSH_AGENT_PID=39 [2023-05-03T02:00:20.075Z] Running ssh-add (command line suppressed) [2023-05-03T02:00:20.171Z] Identity added: /w/workspace/gexfoundry_device-mqtt-go_PR-589@tmp/private_key_10347198953818874236.key (/w/workspace/gexfoundry_device-mqtt-go_PR-589@tmp/private_key_10347198953818874236.key) [2023-05-03T02:00:20.186Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-05-03T02:00:20.519Z] + git tag --points-at HEAD [Pipeline] } [2023-05-03T02:00:20.547Z] $ docker exec --env ******** --env ******** ac8b8ee1f95eb6fb6476b509a570069c1d6db1a70267ebcba7e6d87e83a0004c ssh-agent -k [2023-05-03T02:00:20.653Z] unset SSH_AUTH_SOCK; [2023-05-03T02:00:20.653Z] unset SSH_AGENT_PID; [2023-05-03T02:00:20.654Z] echo Agent pid 39 killed; [2023-05-03T02:00:20.669Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-05-03T02:00:20.760Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-05-03T02:00:20.761Z] [ssh-agent] Looking for ssh-agent implementation... [2023-05-03T02:00:20.866Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-05-03T02:00:20.869Z] $ docker exec ac8b8ee1f95eb6fb6476b509a570069c1d6db1a70267ebcba7e6d87e83a0004c ssh-agent [2023-05-03T02:00:20.975Z] SSH_AUTH_SOCK=/tmp/ssh-dy45Jw83H4CR/agent.71 [2023-05-03T02:00:20.975Z] SSH_AGENT_PID=77 [2023-05-03T02:00:20.980Z] Running ssh-add (command line suppressed) [2023-05-03T02:00:21.075Z] Identity added: /w/workspace/gexfoundry_device-mqtt-go_PR-589@tmp/private_key_4553122284527896947.key (/w/workspace/gexfoundry_device-mqtt-go_PR-589@tmp/private_key_4553122284527896947.key) [2023-05-03T02:00:21.090Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-05-03T02:00:21.419Z] + git semver init [2023-05-03T02:00:21.677Z] 2023-05-03 02:00:21,610 [run_init] DEBUG init version:0.0.0 force:False [2023-05-03T02:00:21.678Z] 2023-05-03 02:00:21,611 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/gexfoundry_device-mqtt-go_PR-589/.semver [2023-05-03T02:00:21.678Z] 2023-05-03 02:00:21,612 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-mqtt-go.git /w/workspace/gexfoundry_device-mqtt-go_PR-589/.semver [2023-05-03T02:00:21.678Z] 2023-05-03 02:00:21,612 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-mqtt-go.git', '/w/workspace/gexfoundry_device-mqtt-go_PR-589/.semver'], cwd=/w/workspace/gexfoundry_device-mqtt-go_PR-589, universal_newlines=False, shell=None, istream=None) [2023-05-03T02:00:22.613Z] 2023-05-03 02:00:22,397 [append_file] DEBUG append to file:/w/workspace/gexfoundry_device-mqtt-go_PR-589/.git/info/exclude [2023-05-03T02:00:22.614Z] 2023-05-03 02:00:22,397 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/gexfoundry_device-mqtt-go_PR-589/.semver/PR-589 with force:False [2023-05-03T02:00:22.614Z] 2023-05-03 02:00:22,398 [write_file] DEBUG write to file:/w/workspace/gexfoundry_device-mqtt-go_PR-589/.semver/PR-589 [2023-05-03T02:00:22.614Z] 2023-05-03 02:00:22,402 [execute] INFO git cat-file --batch-check [2023-05-03T02:00:22.614Z] 2023-05-03 02:00:22,402 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_device-mqtt-go_PR-589/.semver, universal_newlines=False, shell=None, istream=) [2023-05-03T02:00:22.614Z] 2023-05-03 02:00:22,408 [execute] INFO git cat-file --batch [2023-05-03T02:00:22.614Z] 2023-05-03 02:00:22,409 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_device-mqtt-go_PR-589/.semver, universal_newlines=False, shell=None, istream=) [2023-05-03T02:00:22.614Z] 2023-05-03 02:00:22,413 [read_version] DEBUG read version from /w/workspace/gexfoundry_device-mqtt-go_PR-589/.semver/PR-589 [2023-05-03T02:00:22.614Z] 0.0.0 [Pipeline] } [2023-05-03T02:00:22.643Z] $ docker exec --env ******** --env ******** ac8b8ee1f95eb6fb6476b509a570069c1d6db1a70267ebcba7e6d87e83a0004c ssh-agent -k [2023-05-03T02:00:22.736Z] unset SSH_AUTH_SOCK; [2023-05-03T02:00:22.737Z] unset SSH_AGENT_PID; [2023-05-03T02:00:22.737Z] echo Agent pid 77 killed; [2023-05-03T02:00:22.752Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-05-03T02:00:23.190Z] + git semver [Pipeline] } [2023-05-03T02:00:23.477Z] $ docker stop --time=1 ac8b8ee1f95eb6fb6476b509a570069c1d6db1a70267ebcba7e6d87e83a0004c [2023-05-03T02:00:25.074Z] $ docker rm -f --volumes ac8b8ee1f95eb6fb6476b509a570069c1d6db1a70267ebcba7e6d87e83a0004c [Pipeline] // withDockerContainer [Pipeline] sh [2023-05-03T02:00:25.473Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-05-03T02:00:25.738Z] Stashed 1 file(s) [Pipeline] echo [2023-05-03T02:00:25.755Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-05-03T02:00:26.382Z] provisioning config files... [2023-05-03T02:00:26.393Z] copy managed file [device-mqtt-go-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-589@tmp/config14609713064401578138tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-05-03T02:00:26.845Z] ---> docker-login.sh [2023-05-03T02:00:26.845Z] nexus3.edgexfoundry.org:10001 [2023-05-03T02:00:26.845Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-03T02:00:26.845Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-03T02:00:26.845Z] Configure a credential helper to remove this warning. See [2023-05-03T02:00:26.845Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-03T02:00:26.845Z] [2023-05-03T02:00:26.845Z] Login Succeeded [2023-05-03T02:00:26.845Z] nexus3.edgexfoundry.org:10002 [2023-05-03T02:00:26.845Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-03T02:00:26.845Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-03T02:00:26.845Z] Configure a credential helper to remove this warning. See [2023-05-03T02:00:26.845Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-03T02:00:26.845Z] [2023-05-03T02:00:26.845Z] Login Succeeded [2023-05-03T02:00:26.845Z] nexus3.edgexfoundry.org:10003 [2023-05-03T02:00:27.105Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-03T02:00:27.105Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-03T02:00:27.105Z] Configure a credential helper to remove this warning. See [2023-05-03T02:00:27.105Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-03T02:00:27.105Z] [2023-05-03T02:00:27.105Z] Login Succeeded [2023-05-03T02:00:27.105Z] nexus3.edgexfoundry.org:10004 [2023-05-03T02:00:27.105Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-03T02:00:27.105Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-03T02:00:27.105Z] Configure a credential helper to remove this warning. See [2023-05-03T02:00:27.105Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-03T02:00:27.105Z] [2023-05-03T02:00:27.105Z] Login Succeeded [2023-05-03T02:00:27.105Z] docker.io [2023-05-03T02:00:27.364Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-03T02:00:27.364Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-03T02:00:27.364Z] Configure a credential helper to remove this warning. See [2023-05-03T02:00:27.364Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-03T02:00:27.364Z] [2023-05-03T02:00:27.364Z] Login Succeeded [2023-05-03T02:00:27.364Z] ---> docker-login.sh ends [Pipeline] } [2023-05-03T02:00:27.392Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-05-03T02:00:27.601Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-05-03T02:00:27.639Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-05-03T02:00:27.677Z] ========================================================= [2023-05-03T02:00:27.677Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] [2023-05-03T02:00:27.677Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-03T02:00:28.177Z] + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine --build-arg MAKE=echo noop --target=builder . [2023-05-03T02:00:28.177Z] Sending build context to Docker daemon 6.497MB [2023-05-03T02:00:28.177Z] Step 1/12 : ARG BASE=golang:1.20-alpine3.17 [2023-05-03T02:00:28.177Z] Step 2/12 : FROM ${BASE} AS builder [2023-05-03T02:00:28.177Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base [2023-05-03T02:00:28.177Z] f56be85fc22e: Pulling fs layer [2023-05-03T02:00:28.177Z] 85791d961cd3: Pulling fs layer [2023-05-03T02:00:28.177Z] d694b5ae8c79: Pulling fs layer [2023-05-03T02:00:28.177Z] 9f32a84ed3da: Pulling fs layer [2023-05-03T02:00:28.177Z] 4d19c01a9841: Pulling fs layer [2023-05-03T02:00:28.177Z] 9325e15d5711: Pulling fs layer [2023-05-03T02:00:28.177Z] 556b6ee489ea: Pulling fs layer [2023-05-03T02:00:28.177Z] 9f32a84ed3da: Waiting [2023-05-03T02:00:28.177Z] 9325e15d5711: Waiting [2023-05-03T02:00:28.177Z] c5a4b2cf53e6: Pulling fs layer [2023-05-03T02:00:28.177Z] 556b6ee489ea: Waiting [2023-05-03T02:00:28.177Z] c5a4b2cf53e6: Waiting [2023-05-03T02:00:28.177Z] 85791d961cd3: Download complete [2023-05-03T02:00:28.177Z] 9f32a84ed3da: Download complete [2023-05-03T02:00:28.437Z] 4d19c01a9841: Verifying Checksum [2023-05-03T02:00:28.437Z] 4d19c01a9841: Download complete [2023-05-03T02:00:28.437Z] f56be85fc22e: Verifying Checksum [2023-05-03T02:00:28.437Z] f56be85fc22e: Download complete [2023-05-03T02:00:28.437Z] 9325e15d5711: Verifying Checksum [2023-05-03T02:00:28.437Z] 9325e15d5711: Download complete [2023-05-03T02:00:28.437Z] f56be85fc22e: Pull complete [2023-05-03T02:00:28.699Z] 85791d961cd3: Pull complete [2023-05-03T02:00:28.699Z] c5a4b2cf53e6: Verifying Checksum [2023-05-03T02:00:28.699Z] c5a4b2cf53e6: Download complete [2023-05-03T02:00:28.956Z] d694b5ae8c79: Verifying Checksum [2023-05-03T02:00:28.956Z] d694b5ae8c79: Download complete [2023-05-03T02:00:29.220Z] 556b6ee489ea: Verifying Checksum [2023-05-03T02:00:29.220Z] 556b6ee489ea: Download complete [2023-05-03T02:00:32.525Z] d694b5ae8c79: Pull complete [2023-05-03T02:00:32.525Z] 9f32a84ed3da: Pull complete [2023-05-03T02:00:32.525Z] 4d19c01a9841: Pull complete [2023-05-03T02:00:32.525Z] 9325e15d5711: Pull complete [2023-05-03T02:00:35.052Z] 556b6ee489ea: Pull complete [2023-05-03T02:00:35.621Z] c5a4b2cf53e6: Pull complete [2023-05-03T02:00:35.879Z] Digest: sha256:cdb650785bd12602035d3ff87499385c169773a4d12d6eaf394b34464d3a0f2b [2023-05-03T02:00:35.879Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-05-03T02:00:35.879Z] ---> c4be618373d6 [2023-05-03T02:00:35.879Z] Step 3/12 : ARG ADD_BUILD_TAGS="" [2023-05-03T02:00:41.194Z] Still waiting to schedule task [2023-05-03T02:00:41.194Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2023-05-03T02:00:44.038Z] ---> Running in ced184f8ab60 [2023-05-03T02:00:44.038Z] Removing intermediate container ced184f8ab60 [2023-05-03T02:00:44.038Z] ---> 74928dd088ce [2023-05-03T02:00:44.038Z] Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-05-03T02:00:44.038Z] ---> Running in 93fee9d8c069 [2023-05-03T02:00:44.038Z] Removing intermediate container 93fee9d8c069 [2023-05-03T02:00:44.038Z] ---> 4f657c069ff8 [2023-05-03T02:00:44.038Z] Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client" [2023-05-03T02:00:44.038Z] ---> Running in aaf811fb5dd1 [2023-05-03T02:00:44.038Z] Removing intermediate container aaf811fb5dd1 [2023-05-03T02:00:44.038Z] ---> 6ef99fec375b [2023-05-03T02:00:44.038Z] Step 6/12 : ARG ALPINE_PKG_EXTRA="" [2023-05-03T02:00:44.038Z] ---> Running in 4ff154fff5b9 [2023-05-03T02:00:44.038Z] Removing intermediate container 4ff154fff5b9 [2023-05-03T02:00:44.038Z] ---> 6c3c41de5ea9 [2023-05-03T02:00:44.038Z] Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-05-03T02:00:44.038Z] ---> Running in fe118c343ac5 [2023-05-03T02:00:44.038Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-03T02:00:44.038Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-03T02:00:44.038Z] (1/4) Installing openssh-keygen (9.1_p1-r2) [2023-05-03T02:00:44.038Z] (2/4) Installing libedit (20221030.3.1-r0) [2023-05-03T02:00:44.038Z] (3/4) Installing openssh-client-common (9.1_p1-r2) [2023-05-03T02:00:44.038Z] (4/4) Installing openssh-client-default (9.1_p1-r2) [2023-05-03T02:00:44.038Z] Executing busybox-1.35.0-r29.trigger [2023-05-03T02:00:44.038Z] OK: 269 MiB in 57 packages [2023-05-03T02:00:44.606Z] Removing intermediate container fe118c343ac5 [2023-05-03T02:00:44.606Z] ---> cbd7fd4feca7 [2023-05-03T02:00:44.606Z] Step 8/12 : WORKDIR /device-mqtt-go [2023-05-03T02:00:44.606Z] ---> Running in 214d401041c7 [2023-05-03T02:00:44.606Z] Removing intermediate container 214d401041c7 [2023-05-03T02:00:44.606Z] ---> 7b1cec067ea2 [2023-05-03T02:00:44.606Z] Step 9/12 : COPY go.mod vendor* ./ [2023-05-03T02:00:44.606Z] ---> 977f8818ea18 [2023-05-03T02:00:44.606Z] Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-03T02:00:44.606Z] ---> Running in c7523243588e [2023-05-03T02:01:16.702Z] Removing intermediate container c7523243588e [2023-05-03T02:01:16.702Z] ---> 257a388c8405 [2023-05-03T02:01:16.702Z] Step 11/12 : COPY . . [2023-05-03T02:01:16.702Z] ---> a27f3b76346f [2023-05-03T02:01:16.702Z] Step 12/12 : RUN $MAKE [2023-05-03T02:01:16.702Z] ---> Running in 3a2cb51561fc [2023-05-03T02:01:16.702Z] noop [2023-05-03T02:01:16.702Z] Removing intermediate container 3a2cb51561fc [2023-05-03T02:01:16.702Z] ---> 3c9e0b5b87f2 [2023-05-03T02:01:16.702Z] Successfully built 3c9e0b5b87f2 [2023-05-03T02:01:16.702Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-03T02:01:17.139Z] + docker inspect -f . ci-base-image-x86_64 [2023-05-03T02:01:17.139Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-03T02:01:17.333Z] prd-ubuntu20.04-docker-8c-8g-12528 does not seem to be running inside a container [2023-05-03T02:01:17.357Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_device-mqtt-go_PR-589 -v /w/workspace/gexfoundry_device-mqtt-go_PR-589:/w/workspace/gexfoundry_device-mqtt-go_PR-589:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-589@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-589@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-05-03T02:01:17.707Z] $ docker top d86eee3da23b9b0dfa3cd8663ce0ca8e8765c79bf6af77e21bb81ebf5dea889e -eo pid,comm [Pipeline] { [Pipeline] sh [2023-05-03T02:01:18.099Z] + go version [2023-05-03T02:01:18.099Z] go version go1.20.2 linux/amd64 [Pipeline] } [2023-05-03T02:01:18.128Z] $ docker stop --time=1 d86eee3da23b9b0dfa3cd8663ce0ca8e8765c79bf6af77e21bb81ebf5dea889e [2023-05-03T02:01:19.365Z] $ docker rm -f --volumes d86eee3da23b9b0dfa3cd8663ce0ca8e8765c79bf6af77e21bb81ebf5dea889e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-03T02:01:20.066Z] + docker inspect -f . ci-base-image-x86_64 [2023-05-03T02:01:20.066Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-03T02:01:20.224Z] prd-ubuntu20.04-docker-8c-8g-12528 does not seem to be running inside a container [2023-05-03T02:01:20.253Z] $ 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-589 -v /w/workspace/gexfoundry_device-mqtt-go_PR-589:/w/workspace/gexfoundry_device-mqtt-go_PR-589:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-589@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-589@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-05-03T02:01:20.573Z] $ docker top f2604b83c705805a937accb5e5f0ce1bc0d0a867a06db9c0ae2571a3cc444994 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-05-03T02:01:20.961Z] + git config --global --add safe.directory /w/workspace/gexfoundry_device-mqtt-go_PR-589 [Pipeline] fileExists [Pipeline] sh [2023-05-03T02:01:21.329Z] + make test [2023-05-03T02:01:21.329Z] go test ./... -coverprofile=coverage.out ./... [2023-05-03T02:01:26.599Z] ? github.com/edgexfoundry/device-mqtt-go [no test files] [2023-05-03T02:01:36.560Z] ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] [2023-05-03T02:01:36.560Z] ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] [2023-05-03T02:01:36.560Z] ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.012s coverage: 24.6% of statements [2023-05-03T02:01:41.822Z] go vet ./... [2023-05-03T02:01:44.354Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-05-03T02:01:44.616Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-05-03T02:01:44.616Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-05-03T02:01:44.654Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-05-03T02:01:44.687Z] $ docker stop --time=1 f2604b83c705805a937accb5e5f0ce1bc0d0a867a06db9c0ae2571a3cc444994 [2023-05-03T02:01:48.164Z] $ docker rm -f --volumes f2604b83c705805a937accb5e5f0ce1bc0d0a867a06db9c0ae2571a3cc444994 [Pipeline] // withDockerContainer [Pipeline] sh [2023-05-03T02:01:48.702Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-05-03T02:01:48.770Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2023-05-03T02:01:49.441Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-05-03T02:01:49.746Z] + ls -al . [2023-05-03T02:01:49.746Z] total 180 [2023-05-03T02:01:49.746Z] drwxrwxr-x 10 jenkins jenkins 4096 May 3 02:01 . [2023-05-03T02:01:49.746Z] drwxrwxr-x 4 jenkins jenkins 4096 May 3 01:59 .. [2023-05-03T02:01:49.746Z] -rw-rw-r-- 1 jenkins jenkins 140 May 3 02:00 .dockerignore [2023-05-03T02:01:49.746Z] drwxrwxr-x 8 jenkins jenkins 4096 May 3 02:00 .git [2023-05-03T02:01:49.746Z] drwxrwxr-x 3 jenkins jenkins 4096 May 3 02:00 .github [2023-05-03T02:01:49.746Z] -rw-rw-r-- 1 jenkins jenkins 329 May 3 02:00 .gitignore [2023-05-03T02:01:49.746Z] -rw-rw-r-- 1 jenkins jenkins 41 May 3 02:00 .golangci.yml [2023-05-03T02:01:49.746Z] drwxr-xr-x 3 jenkins jenkins 4096 May 3 02:00 .semver [2023-05-03T02:01:49.746Z] -rw-rw-r-- 1 jenkins jenkins 9417 May 3 02:00 Attribution.txt [2023-05-03T02:01:49.746Z] -rw-rw-r-- 1 jenkins jenkins 13162 May 3 02:00 CHANGELOG.md [2023-05-03T02:01:49.746Z] -rw-rw-r-- 1 jenkins jenkins 1689 May 3 02:00 Dockerfile [2023-05-03T02:01:49.746Z] -rw-rw-r-- 1 jenkins jenkins 677 May 3 02:00 GOVERNANCE.md [2023-05-03T02:01:49.746Z] -rw-rw-r-- 1 jenkins jenkins 678 May 3 02:00 Jenkinsfile [2023-05-03T02:01:49.746Z] -rw-rw-r-- 1 jenkins jenkins 11340 May 3 02:00 LICENSE [2023-05-03T02:01:49.746Z] -rw-rw-r-- 1 jenkins jenkins 1732 May 3 02:00 Makefile [2023-05-03T02:01:49.746Z] -rw-rw-r-- 1 jenkins jenkins 620 May 3 02:00 OWNERS.md [2023-05-03T02:01:49.746Z] -rw-rw-r-- 1 jenkins jenkins 3165 May 3 02:00 README.md [2023-05-03T02:01:49.746Z] -rw-rw-r-- 1 jenkins jenkins 5 May 3 02:00 VERSION [2023-05-03T02:01:49.746Z] drwxrwxr-x 2 jenkins jenkins 4096 May 3 02:00 bin [2023-05-03T02:01:49.746Z] drwxrwxr-x 3 jenkins jenkins 4096 May 3 02:00 cmd [2023-05-03T02:01:49.746Z] -rw-r--r-- 1 jenkins jenkins 16535 May 3 02:01 coverage.out [2023-05-03T02:01:49.746Z] -rw-rw-r-- 1 jenkins jenkins 3333 May 3 02:00 go.mod [2023-05-03T02:01:49.746Z] -rw-rw-r-- 1 jenkins jenkins 31328 May 3 02:00 go.sum [2023-05-03T02:01:49.746Z] drwxrwxr-x 3 jenkins jenkins 4096 May 3 02:00 internal [2023-05-03T02:01:49.746Z] drwxrwxr-x 2 jenkins jenkins 4096 May 3 02:00 mock [2023-05-03T02:01:49.746Z] drwxrwxr-x 4 jenkins jenkins 4096 May 3 02:00 snap [2023-05-03T02:01:49.746Z] -rw-rw-r-- 1 jenkins jenkins 227 May 3 02:00 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-03T02:01:50.139Z] + 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=3bf8737be7a0d0c30ec4cd6728b6dd8b3e4d9357 --label arch=amd64 --label version=0.0.0 . [2023-05-03T02:01:50.139Z] Sending build context to Docker daemon 6.515MB [2023-05-03T02:01:50.139Z] Step 1/24 : ARG BASE=golang:1.20-alpine3.17 [2023-05-03T02:01:50.139Z] Step 2/24 : FROM ${BASE} AS builder [2023-05-03T02:01:50.139Z] ---> 3c9e0b5b87f2 [2023-05-03T02:01:50.139Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-05-03T02:01:50.429Z] ---> Running in 1983efcb2394 [2023-05-03T02:01:50.429Z] Removing intermediate container 1983efcb2394 [2023-05-03T02:01:50.429Z] ---> 425329a24e0f [2023-05-03T02:01:50.429Z] Step 4/24 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-05-03T02:01:50.429Z] ---> Running in e267ebbdbb32 [2023-05-03T02:01:50.429Z] Removing intermediate container e267ebbdbb32 [2023-05-03T02:01:50.429Z] ---> b5b69ac35fe7 [2023-05-03T02:01:50.429Z] Step 5/24 : ARG ALPINE_PKG_BASE="make git openssh-client" [2023-05-03T02:01:50.687Z] ---> Running in d402eb15e224 [2023-05-03T02:01:50.687Z] Removing intermediate container d402eb15e224 [2023-05-03T02:01:50.687Z] ---> 807e70617482 [2023-05-03T02:01:50.687Z] Step 6/24 : ARG ALPINE_PKG_EXTRA="" [2023-05-03T02:01:50.687Z] ---> Running in 9808b1ef3658 [2023-05-03T02:01:50.687Z] Removing intermediate container 9808b1ef3658 [2023-05-03T02:01:50.687Z] ---> 30699d691952 [2023-05-03T02:01:50.687Z] Step 7/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-05-03T02:01:50.687Z] ---> Running in ff6653b582ea [2023-05-03T02:01:50.945Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-03T02:01:51.203Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-03T02:01:51.203Z] OK: 269 MiB in 57 packages [2023-05-03T02:01:51.462Z] Removing intermediate container ff6653b582ea [2023-05-03T02:01:51.462Z] ---> f1ecbb7a3fa3 [2023-05-03T02:01:51.462Z] Step 8/24 : WORKDIR /device-mqtt-go [2023-05-03T02:01:51.718Z] ---> Running in 1209e127cf5a [2023-05-03T02:01:51.718Z] Removing intermediate container 1209e127cf5a [2023-05-03T02:01:51.718Z] ---> 380eb17105d0 [2023-05-03T02:01:51.718Z] Step 9/24 : COPY go.mod vendor* ./ [2023-05-03T02:01:51.718Z] ---> 8d866816b0cd [2023-05-03T02:01:51.718Z] Step 10/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-03T02:01:51.718Z] ---> Running in d4085e1c0f68 [2023-05-03T02:01:52.730Z] Removing intermediate container d4085e1c0f68 [2023-05-03T02:01:52.730Z] ---> fae4206c2357 [2023-05-03T02:01:52.730Z] Step 11/24 : COPY . . [2023-05-03T02:01:52.991Z] ---> 698b30c87f77 [2023-05-03T02:01:52.991Z] Step 12/24 : RUN $MAKE [2023-05-03T02:01:52.991Z] ---> Running in 3179a4265e7b [2023-05-03T02:01:53.248Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/device-mqtt ./cmd [2023-05-03T02:02:11.329Z] Removing intermediate container 3179a4265e7b [2023-05-03T02:02:11.329Z] ---> a051a29b8683 [2023-05-03T02:02:11.329Z] Step 13/24 : FROM alpine:3.17 [2023-05-03T02:02:11.329Z] 3.17: Pulling from library/alpine [2023-05-03T02:02:11.329Z] f56be85fc22e: Already exists [2023-05-03T02:02:11.329Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-05-03T02:02:11.329Z] Status: Downloaded newer image for alpine:3.17 [2023-05-03T02:02:11.329Z] ---> 9ed4aefc74f6 [2023-05-03T02:02:11.329Z] Step 14/24 : LABEL license='VSPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IoTech Ltd' [2023-05-03T02:02:11.329Z] ---> Running in d655bb85faa9 [2023-05-03T02:02:11.329Z] Removing intermediate container d655bb85faa9 [2023-05-03T02:02:11.329Z] ---> c64dc42b06c1 [2023-05-03T02:02:11.329Z] Step 15/24 : RUN apk add --update --no-cache dumb-init [2023-05-03T02:02:11.329Z] ---> Running in a0a90881cbf2 [2023-05-03T02:02:11.329Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-03T02:02:11.589Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-03T02:02:11.852Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-05-03T02:02:11.852Z] Executing busybox-1.35.0-r29.trigger [2023-05-03T02:02:11.852Z] OK: 7 MiB in 16 packages [2023-05-03T02:02:12.111Z] Removing intermediate container a0a90881cbf2 [2023-05-03T02:02:12.111Z] ---> b044e7dc0d74 [2023-05-03T02:02:12.111Z] Step 16/24 : COPY --from=builder /device-mqtt-go/cmd / [2023-05-03T02:02:12.692Z] ---> 9fe364ad9991 [2023-05-03T02:02:12.692Z] Step 17/24 : COPY --from=builder /device-mqtt-go/LICENSE / [2023-05-03T02:02:12.951Z] ---> 3332313d72e3 [2023-05-03T02:02:12.951Z] Step 18/24 : COPY --from=builder /device-mqtt-go/Attribution.txt / [2023-05-03T02:02:12.951Z] ---> e722bd55301d [2023-05-03T02:02:12.951Z] Step 19/24 : EXPOSE 59982 [2023-05-03T02:02:12.951Z] ---> Running in f2b7973e37b6 [2023-05-03T02:02:13.211Z] Removing intermediate container f2b7973e37b6 [2023-05-03T02:02:13.211Z] ---> f3e9d3e40896 [2023-05-03T02:02:13.211Z] Step 20/24 : ENTRYPOINT ["/device-mqtt"] [2023-05-03T02:02:13.211Z] ---> Running in e63267475405 [2023-05-03T02:02:13.211Z] Removing intermediate container e63267475405 [2023-05-03T02:02:13.211Z] ---> 40f98f16616c [2023-05-03T02:02:13.211Z] Step 21/24 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry"] [2023-05-03T02:02:13.211Z] ---> Running in 13092338b1b4 [2023-05-03T02:02:13.211Z] Removing intermediate container 13092338b1b4 [2023-05-03T02:02:13.211Z] ---> 0576ecbc249d [2023-05-03T02:02:13.211Z] Step 22/24 : LABEL arch=amd64 [2023-05-03T02:02:13.211Z] ---> Running in a96dba890889 [2023-05-03T02:02:13.472Z] Removing intermediate container a96dba890889 [2023-05-03T02:02:13.472Z] ---> c2e69d3ea398 [2023-05-03T02:02:13.472Z] Step 23/24 : LABEL git_sha=3bf8737be7a0d0c30ec4cd6728b6dd8b3e4d9357 [2023-05-03T02:02:13.472Z] ---> Running in c6de0738e09c [2023-05-03T02:02:13.472Z] Removing intermediate container c6de0738e09c [2023-05-03T02:02:13.472Z] ---> 7f51f027199f [2023-05-03T02:02:13.472Z] Step 24/24 : LABEL version=0.0.0 [2023-05-03T02:02:13.472Z] ---> Running in 955016fc0904 [2023-05-03T02:02:13.472Z] Removing intermediate container 955016fc0904 [2023-05-03T02:02:13.472Z] ---> 37d660fab132 [2023-05-03T02:02:13.472Z] [Warning] One or more build-args [ARCH] were not consumed [2023-05-03T02:02:13.472Z] Successfully built 37d660fab132 [2023-05-03T02:02:13.472Z] Successfully tagged device-mqtt:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-03T02:02:14.460Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-05-03T02:02:14.460Z] [2023-05-03T02:02:14.460Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-03T02:02:14.869Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-05-03T02:02:14.869Z] latest: Pulling from edgex-lftools-log-publisher [2023-05-03T02:02:14.869Z] 5eb5b503b376: Pulling fs layer [2023-05-03T02:02:14.869Z] 5c69ac0246d0: Pulling fs layer [2023-05-03T02:02:14.869Z] ec43610c2a17: Pulling fs layer [2023-05-03T02:02:14.869Z] 3a2ae6a8a46f: Pulling fs layer [2023-05-03T02:02:14.869Z] 33b1e0a273af: Pulling fs layer [2023-05-03T02:02:14.869Z] 5d3b04190fa2: Pulling fs layer [2023-05-03T02:02:14.869Z] 2f39f015ded8: Pulling fs layer [2023-05-03T02:02:14.869Z] 33b1e0a273af: Waiting [2023-05-03T02:02:14.869Z] 5d3b04190fa2: Waiting [2023-05-03T02:02:14.869Z] 2f39f015ded8: Waiting [2023-05-03T02:02:14.869Z] 3a2ae6a8a46f: Waiting [2023-05-03T02:02:14.869Z] 5c69ac0246d0: Verifying Checksum [2023-05-03T02:02:14.869Z] 5c69ac0246d0: Download complete [2023-05-03T02:02:14.869Z] 3a2ae6a8a46f: Verifying Checksum [2023-05-03T02:02:14.869Z] 3a2ae6a8a46f: Download complete [2023-05-03T02:02:14.869Z] 33b1e0a273af: Verifying Checksum [2023-05-03T02:02:14.869Z] 33b1e0a273af: Download complete [2023-05-03T02:02:14.869Z] ec43610c2a17: Verifying Checksum [2023-05-03T02:02:14.869Z] ec43610c2a17: Download complete [2023-05-03T02:02:15.128Z] 5d3b04190fa2: Download complete [2023-05-03T02:02:15.128Z] 5eb5b503b376: Verifying Checksum [2023-05-03T02:02:15.128Z] 5eb5b503b376: Download complete [2023-05-03T02:02:15.709Z] 2f39f015ded8: Download complete [2023-05-03T02:02:16.293Z] 5eb5b503b376: Pull complete [2023-05-03T02:02:16.293Z] 5c69ac0246d0: Pull complete [2023-05-03T02:02:16.552Z] ec43610c2a17: Pull complete [2023-05-03T02:02:16.811Z] 3a2ae6a8a46f: Pull complete [2023-05-03T02:02:16.811Z] 33b1e0a273af: Pull complete [2023-05-03T02:02:17.071Z] 5d3b04190fa2: Pull complete [2023-05-03T02:02:21.948Z] 2f39f015ded8: Pull complete [2023-05-03T02:02:21.948Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-05-03T02:02:21.948Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-05-03T02:02:21.948Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-03T02:02:22.208Z] prd-ubuntu20.04-docker-8c-8g-12528 does not seem to be running inside a container [2023-05-03T02:02:22.244Z] $ 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-589 -v /w/workspace/gexfoundry_device-mqtt-go_PR-589:/w/workspace/gexfoundry_device-mqtt-go_PR-589:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-589@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-589@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-05-03T02:02:26.019Z] $ docker top f8d6e5c12946f2ec6d5f0575839962f08f9eb2c39f499186fac492c70e0b85af -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-05-03T02:02:26.540Z] ---> job-cost.sh [2023-05-03T02:02:26.541Z] lf-activate-venv: SKIPPING [2023-05-03T02:02:26.541Z] INFO: No Stack... [2023-05-03T02:02:27.116Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-05-03T02:02:27.379Z] INFO: Archiving Costs [Pipeline] sh [2023-05-03T02:02:27.721Z] + cat /w/workspace/gexfoundry_device-mqtt-go_PR-589/archives/cost.csv [2023-05-03T02:02:27.721Z] + cut -d, -f6 [Pipeline] lock [2023-05-03T02:02:27.762Z] Trying to acquire lock on [jenkins-edgexfoundry-device-mqtt-go-PR-589-1-stack-cost] [2023-05-03T02:02:27.777Z] Resource [jenkins-edgexfoundry-device-mqtt-go-PR-589-1-stack-cost] did not exist. Created. [2023-05-03T02:02:27.778Z] Lock acquired on [jenkins-edgexfoundry-device-mqtt-go-PR-589-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-05-03T02:02:28.224Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-05-03T02:02:28.283Z] Stashed 1 file(s) [Pipeline] } [2023-05-03T02:02:28.314Z] Lock released on resource [jenkins-edgexfoundry-device-mqtt-go-PR-589-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-05-03T02:02:28.399Z] $ docker stop --time=1 f8d6e5c12946f2ec6d5f0575839962f08f9eb2c39f499186fac492c70e0b85af [2023-05-03T02:02:29.543Z] $ docker rm -f --volumes f8d6e5c12946f2ec6d5f0575839962f08f9eb2c39f499186fac492c70e0b85af [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-05-03T02:03:07.522Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-12531 in /w/workspace/gexfoundry_device-mqtt-go_PR-589 [Pipeline] { [Pipeline] ws [2023-05-03T02:03:07.587Z] Running in /w/workspace/device-mqtt-go/1 [Pipeline] { [Pipeline] checkout [2023-05-03T02:03:07.682Z] Selected Git installation does not exist. Using Default [2023-05-03T02:03:07.682Z] The recommended git tool is: NONE [2023-05-03T02:03:13.976Z] using credential edgex-jenkins-ssh [2023-05-03T02:03:13.998Z] Cloning the remote Git repository [2023-05-03T02:03:14.059Z] Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git [2023-05-03T02:03:14.188Z] > git init /w/workspace/device-mqtt-go/1 # timeout=10 [2023-05-03T02:03:14.382Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2023-05-03T02:03:14.384Z] > git --version # timeout=10 [2023-05-03T02:03:14.413Z] > git --version # 'git version 2.25.1' [2023-05-03T02:03:14.417Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-05-03T02:03:14.603Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-05-03T02:03:15.785Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2023-05-03T02:03:15.812Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-05-03T02:03:17.468Z] Merging remotes/origin/main commit 44db128f908bb002eba25d15c491b9a779a086c0 into PR head commit 3bf8737be7a0d0c30ec4cd6728b6dd8b3e4d9357 [2023-05-03T02:03:17.821Z] Merge succeeded, producing 3bf8737be7a0d0c30ec4cd6728b6dd8b3e4d9357 [2023-05-03T02:03:17.822Z] Checking out Revision 3bf8737be7a0d0c30ec4cd6728b6dd8b3e4d9357 (PR-589) [2023-05-03T02:03:16.856Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2023-05-03T02:03:16.920Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2023-05-03T02:03:16.921Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-05-03T02:03:16.946Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/589/head:refs/remotes/origin/PR-589 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2023-05-03T02:03:17.489Z] > git config core.sparsecheckout # timeout=10 [2023-05-03T02:03:17.587Z] > git checkout -f 3bf8737be7a0d0c30ec4cd6728b6dd8b3e4d9357 # timeout=10 [2023-05-03T02:03:17.692Z] > git remote # timeout=10 [2023-05-03T02:03:17.713Z] > git config --get remote.origin.url # timeout=10 [2023-05-03T02:03:17.751Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-05-03T02:03:17.766Z] > git merge 44db128f908bb002eba25d15c491b9a779a086c0 # timeout=10 [2023-05-03T02:03:17.800Z] > git rev-parse HEAD^{commit} # timeout=10 [2023-05-03T02:03:17.827Z] > git config core.sparsecheckout # timeout=10 [2023-05-03T02:03:17.850Z] > git checkout -f 3bf8737be7a0d0c30ec4cd6728b6dd8b3e4d9357 # timeout=10 [2023-05-03T02:03:18.392Z] Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-core-contracts/v3" [2023-05-03T02:03:18.445Z] > git --version # timeout=10 [2023-05-03T02:03:18.464Z] > git --version # 'git version 2.25.1' [2023-05-03T02:03:18.481Z] fatal: bad object 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-05-03T02:03:19.592Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-05-03T02:03:19.592Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-05-03T02:03:19.592Z] Dload Upload Total Spent Left Speed [2023-05-03T02:03:19.592Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 204k 0 --:--:-- --:--:-- --:--:-- 204k [Pipeline] sh [2023-05-03T02:03:20.180Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-05-03T02:03:20.541Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-05-03T02:03:20.541Z] + sudo tee /etc/docker/daemon.new [2023-05-03T02:03:20.541Z] { [2023-05-03T02:03:20.541Z] "registry-mirrors": [ [2023-05-03T02:03:20.541Z] "https://nexus3.edgexfoundry.org:10001" [2023-05-03T02:03:20.541Z] ], [2023-05-03T02:03:20.541Z] "bip": "10.250.0.254/24", [2023-05-03T02:03:20.541Z] "hosts": [ [2023-05-03T02:03:20.541Z] "tcp://0.0.0.0:5555", [2023-05-03T02:03:20.541Z] "unix:///var/run/docker.sock" [2023-05-03T02:03:20.541Z] ], [2023-05-03T02:03:20.541Z] "mtu": 1458, [2023-05-03T02:03:20.541Z] "selinux-enabled": true, [2023-05-03T02:03:20.541Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-05-03T02:03:20.541Z] } [Pipeline] sh [2023-05-03T02:03:20.905Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-05-03T02:03:21.291Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-05-03T02:03:39.670Z] provisioning config files... [2023-05-03T02:03:39.706Z] copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/1@tmp/config9048494302441623002tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-05-03T02:03:40.118Z] ---> docker-login.sh [2023-05-03T02:03:40.118Z] nexus3.edgexfoundry.org:10001 [2023-05-03T02:03:40.725Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-03T02:03:40.725Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-03T02:03:40.725Z] Configure a credential helper to remove this warning. See [2023-05-03T02:03:40.725Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-03T02:03:40.725Z] [2023-05-03T02:03:40.725Z] Login Succeeded [2023-05-03T02:03:40.725Z] nexus3.edgexfoundry.org:10002 [2023-05-03T02:03:41.000Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-03T02:03:41.281Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-03T02:03:41.281Z] Configure a credential helper to remove this warning. See [2023-05-03T02:03:41.281Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-03T02:03:41.281Z] [2023-05-03T02:03:41.281Z] Login Succeeded [2023-05-03T02:03:41.281Z] nexus3.edgexfoundry.org:10003 [2023-05-03T02:03:41.555Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-03T02:03:41.555Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-03T02:03:41.555Z] Configure a credential helper to remove this warning. See [2023-05-03T02:03:41.555Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-03T02:03:41.555Z] [2023-05-03T02:03:41.555Z] Login Succeeded [2023-05-03T02:03:41.555Z] nexus3.edgexfoundry.org:10004 [2023-05-03T02:03:41.827Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-03T02:03:42.099Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-03T02:03:42.099Z] Configure a credential helper to remove this warning. See [2023-05-03T02:03:42.099Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-03T02:03:42.099Z] [2023-05-03T02:03:42.099Z] Login Succeeded [2023-05-03T02:03:42.099Z] docker.io [2023-05-03T02:03:42.374Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-03T02:03:42.645Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-03T02:03:42.645Z] Configure a credential helper to remove this warning. See [2023-05-03T02:03:42.645Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-03T02:03:42.645Z] [2023-05-03T02:03:42.645Z] Login Succeeded [2023-05-03T02:03:42.645Z] ---> docker-login.sh ends [Pipeline] } [2023-05-03T02:03:42.677Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-05-03T02:03:43.114Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-05-03T02:03:43.150Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-05-03T02:03:43.200Z] ========================================================= [2023-05-03T02:03:43.200Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] [2023-05-03T02:03:43.200Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-03T02:03:43.739Z] + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine --build-arg MAKE=echo noop --target=builder . [2023-05-03T02:03:44.012Z] Sending build context to Docker daemon 3.37MB [2023-05-03T02:03:44.012Z] Step 1/12 : ARG BASE=golang:1.20-alpine3.17 [2023-05-03T02:03:44.012Z] Step 2/12 : FROM ${BASE} AS builder [2023-05-03T02:03:44.285Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-05-03T02:03:44.285Z] c41833b44d91: Pulling fs layer [2023-05-03T02:03:44.285Z] ed15518f5707: Pulling fs layer [2023-05-03T02:03:44.285Z] feae8fd75edb: Pulling fs layer [2023-05-03T02:03:44.285Z] 242c74f7c9fa: Pulling fs layer [2023-05-03T02:03:44.285Z] 3cdef696dda3: Pulling fs layer [2023-05-03T02:03:44.285Z] 2ced38df9373: Pulling fs layer [2023-05-03T02:03:44.285Z] 58f1dce35555: Pulling fs layer [2023-05-03T02:03:44.285Z] 3cdef696dda3: Waiting [2023-05-03T02:03:44.285Z] 2ced38df9373: Waiting [2023-05-03T02:03:44.285Z] 58f1dce35555: Waiting [2023-05-03T02:03:44.285Z] 242c74f7c9fa: Waiting [2023-05-03T02:03:44.285Z] ed15518f5707: Verifying Checksum [2023-05-03T02:03:44.285Z] ed15518f5707: Download complete [2023-05-03T02:03:44.285Z] 242c74f7c9fa: Verifying Checksum [2023-05-03T02:03:44.285Z] 242c74f7c9fa: Download complete [2023-05-03T02:03:44.285Z] 3cdef696dda3: Verifying Checksum [2023-05-03T02:03:44.285Z] 3cdef696dda3: Download complete [2023-05-03T02:03:44.285Z] c41833b44d91: Verifying Checksum [2023-05-03T02:03:44.285Z] c41833b44d91: Download complete [2023-05-03T02:03:45.732Z] c41833b44d91: Pull complete [2023-05-03T02:03:46.018Z] 58f1dce35555: Verifying Checksum [2023-05-03T02:03:46.018Z] 58f1dce35555: Download complete [2023-05-03T02:03:47.449Z] feae8fd75edb: Verifying Checksum [2023-05-03T02:03:47.449Z] feae8fd75edb: Download complete [2023-05-03T02:03:47.449Z] 2ced38df9373: Verifying Checksum [2023-05-03T02:03:47.449Z] 2ced38df9373: Download complete [2023-05-03T02:03:47.723Z] ed15518f5707: Pull complete [2023-05-03T02:04:00.183Z] feae8fd75edb: Pull complete [2023-05-03T02:04:00.183Z] 242c74f7c9fa: Pull complete [2023-05-03T02:04:00.183Z] 3cdef696dda3: Pull complete [2023-05-03T02:04:06.959Z] 2ced38df9373: Pull complete [2023-05-03T02:04:09.570Z] 58f1dce35555: Pull complete [2023-05-03T02:04:09.570Z] Digest: sha256:3b55595e96c696ae732e8cb20cde5b1ff7282a1fe1423a8de67617af8d15ea1e [2023-05-03T02:04:09.570Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-05-03T02:04:09.570Z] ---> fadd8f120f05 [2023-05-03T02:04:09.570Z] Step 3/12 : ARG ADD_BUILD_TAGS="" [2023-05-03T02:04:11.537Z] ---> Running in cf0c1e2330b3 [2023-05-03T02:04:11.816Z] Removing intermediate container cf0c1e2330b3 [2023-05-03T02:04:11.816Z] ---> 32a9ed00d047 [2023-05-03T02:04:11.816Z] Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-05-03T02:04:11.816Z] ---> Running in b7066f8811b9 [2023-05-03T02:04:12.406Z] Removing intermediate container b7066f8811b9 [2023-05-03T02:04:12.406Z] ---> 40fada98cafc [2023-05-03T02:04:12.406Z] Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client" [2023-05-03T02:04:12.406Z] ---> Running in 261fd8c63525 [2023-05-03T02:04:12.678Z] Removing intermediate container 261fd8c63525 [2023-05-03T02:04:12.678Z] ---> ec63f35490a8 [2023-05-03T02:04:12.678Z] Step 6/12 : ARG ALPINE_PKG_EXTRA="" [2023-05-03T02:04:12.949Z] ---> Running in 118d36ce0b5a [2023-05-03T02:04:13.220Z] Removing intermediate container 118d36ce0b5a [2023-05-03T02:04:13.220Z] ---> 51b0c89229b6 [2023-05-03T02:04:13.220Z] Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-05-03T02:04:13.220Z] ---> Running in 640d88fa5df9 [2023-05-03T02:04:14.637Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-03T02:04:15.228Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-03T02:04:16.645Z] (1/4) Installing openssh-keygen (9.1_p1-r2) [2023-05-03T02:04:16.645Z] (2/4) Installing libedit (20221030.3.1-r0) [2023-05-03T02:04:16.645Z] (3/4) Installing openssh-client-common (9.1_p1-r2) [2023-05-03T02:04:16.645Z] (4/4) Installing openssh-client-default (9.1_p1-r2) [2023-05-03T02:04:16.645Z] Executing busybox-1.35.0-r29.trigger [2023-05-03T02:04:16.645Z] OK: 268 MiB in 57 packages [2023-05-03T02:04:17.618Z] Removing intermediate container 640d88fa5df9 [2023-05-03T02:04:17.618Z] ---> a2b74aaef5bf [2023-05-03T02:04:17.619Z] Step 8/12 : WORKDIR /device-mqtt-go [2023-05-03T02:04:17.897Z] ---> Running in bf3618bdaf50 [2023-05-03T02:04:18.170Z] Removing intermediate container bf3618bdaf50 [2023-05-03T02:04:18.170Z] ---> df61076fcb84 [2023-05-03T02:04:18.170Z] Step 9/12 : COPY go.mod vendor* ./ [2023-05-03T02:04:18.766Z] ---> d77ce284a92a [2023-05-03T02:04:18.766Z] Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-03T02:04:18.766Z] ---> Running in bb6a438a1f10 [2023-05-03T02:05:27.512Z] Removing intermediate container bb6a438a1f10 [2023-05-03T02:05:27.512Z] ---> 1ffcd0f63407 [2023-05-03T02:05:27.512Z] Step 11/12 : COPY . . [2023-05-03T02:05:27.512Z] ---> 1b7a5d23f941 [2023-05-03T02:05:27.512Z] Step 12/12 : RUN $MAKE [2023-05-03T02:05:27.512Z] ---> Running in 8e2b68c99cae [2023-05-03T02:05:27.512Z] noop [2023-05-03T02:05:27.512Z] Removing intermediate container 8e2b68c99cae [2023-05-03T02:05:27.512Z] ---> c2dde2533e48 [2023-05-03T02:05:27.512Z] Successfully built c2dde2533e48 [2023-05-03T02:05:27.512Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-03T02:05:28.152Z] + docker inspect -f . ci-base-image-arm64 [2023-05-03T02:05:28.152Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-03T02:05:28.453Z] prd-ubuntu20.04-docker-arm64-4c-16g-12531 does not seem to be running inside a container [2023-05-03T02:05:28.527Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/1 -v /w/workspace/device-mqtt-go/1:/w/workspace/device-mqtt-go/1:rw,z -v /w/workspace/device-mqtt-go/1@tmp:/w/workspace/device-mqtt-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-05-03T02:05:29.842Z] $ docker top 9afea0968e91b5eab1a2d51f215b63dbcc3b2c9d2f3ea598f61455a6be605727 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-05-03T02:05:30.750Z] + go version [2023-05-03T02:05:30.750Z] go version go1.20.2 linux/arm64 [Pipeline] } [2023-05-03T02:05:30.789Z] $ docker stop --time=1 9afea0968e91b5eab1a2d51f215b63dbcc3b2c9d2f3ea598f61455a6be605727 [2023-05-03T02:05:32.441Z] $ docker rm -f --volumes 9afea0968e91b5eab1a2d51f215b63dbcc3b2c9d2f3ea598f61455a6be605727 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-03T02:05:33.423Z] + docker inspect -f . ci-base-image-arm64 [2023-05-03T02:05:33.423Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-03T02:05:33.696Z] prd-ubuntu20.04-docker-arm64-4c-16g-12531 does not seem to be running inside a container [2023-05-03T02:05:33.765Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/device-mqtt-go/1 -v /w/workspace/device-mqtt-go/1:/w/workspace/device-mqtt-go/1:rw,z -v /w/workspace/device-mqtt-go/1@tmp:/w/workspace/device-mqtt-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-05-03T02:05:34.980Z] $ docker top 084e1778be05af12b1074d5e7b4414d7dd0112dbfc2b2598d5f7565dc884f946 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-05-03T02:05:35.868Z] + git config --global --add safe.directory /w/workspace/device-mqtt-go/1 [Pipeline] fileExists [Pipeline] sh [2023-05-03T02:05:36.580Z] + make test [2023-05-03T02:05:36.580Z] go test ./... -coverprofile=coverage.out ./... [2023-05-03T02:06:08.810Z] ? github.com/edgexfoundry/device-mqtt-go [no test files] [2023-05-03T02:08:00.526Z] ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] [2023-05-03T02:08:04.786Z] ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] [2023-05-03T02:08:04.786Z] ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.076s coverage: 24.6% of statements [2023-05-03T02:08:05.753Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-05-03T02:08:05.753Z] go vet ./... [2023-05-03T02:08:38.015Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-05-03T02:08:38.015Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-05-03T02:08:38.015Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-05-03T02:08:38.052Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-05-03T02:08:38.085Z] $ docker stop --time=1 084e1778be05af12b1074d5e7b4414d7dd0112dbfc2b2598d5f7565dc884f946 [2023-05-03T02:08:39.877Z] $ docker rm -f --volumes 084e1778be05af12b1074d5e7b4414d7dd0112dbfc2b2598d5f7565dc884f946 [Pipeline] // withDockerContainer [Pipeline] sh [2023-05-03T02:08:41.028Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-05-03T02:08:41.060Z] Warning: overwriting stash ‘coverage-report’ [2023-05-03T02:08:41.545Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-05-03T02:08:42.244Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-05-03T02:08:42.588Z] + ls -al . [2023-05-03T02:08:42.588Z] total 176 [2023-05-03T02:08:42.588Z] drwxrwxr-x 9 jenkins jenkins 4096 May 3 02:05 . [2023-05-03T02:08:42.588Z] drwxrwxr-x 4 jenkins jenkins 4096 May 3 02:03 .. [2023-05-03T02:08:42.588Z] -rw-rw-r-- 1 jenkins jenkins 140 May 3 02:03 .dockerignore [2023-05-03T02:08:42.588Z] drwxrwxr-x 8 jenkins jenkins 4096 May 3 02:03 .git [2023-05-03T02:08:42.588Z] drwxrwxr-x 3 jenkins jenkins 4096 May 3 02:03 .github [2023-05-03T02:08:42.588Z] -rw-rw-r-- 1 jenkins jenkins 329 May 3 02:03 .gitignore [2023-05-03T02:08:42.588Z] -rw-rw-r-- 1 jenkins jenkins 41 May 3 02:03 .golangci.yml [2023-05-03T02:08:42.588Z] -rw-rw-r-- 1 jenkins jenkins 9417 May 3 02:03 Attribution.txt [2023-05-03T02:08:42.588Z] -rw-rw-r-- 1 jenkins jenkins 13162 May 3 02:03 CHANGELOG.md [2023-05-03T02:08:42.588Z] -rw-rw-r-- 1 jenkins jenkins 1689 May 3 02:03 Dockerfile [2023-05-03T02:08:42.588Z] -rw-rw-r-- 1 jenkins jenkins 677 May 3 02:03 GOVERNANCE.md [2023-05-03T02:08:42.588Z] -rw-rw-r-- 1 jenkins jenkins 678 May 3 02:03 Jenkinsfile [2023-05-03T02:08:42.588Z] -rw-rw-r-- 1 jenkins jenkins 11340 May 3 02:03 LICENSE [2023-05-03T02:08:42.588Z] -rw-rw-r-- 1 jenkins jenkins 1732 May 3 02:03 Makefile [2023-05-03T02:08:42.588Z] -rw-rw-r-- 1 jenkins jenkins 620 May 3 02:03 OWNERS.md [2023-05-03T02:08:42.588Z] -rw-rw-r-- 1 jenkins jenkins 3165 May 3 02:03 README.md [2023-05-03T02:08:42.588Z] -rw-rw-r-- 1 jenkins jenkins 5 May 3 02:00 VERSION [2023-05-03T02:08:42.588Z] drwxrwxr-x 2 jenkins jenkins 4096 May 3 02:03 bin [2023-05-03T02:08:42.588Z] drwxrwxr-x 3 jenkins jenkins 4096 May 3 02:03 cmd [2023-05-03T02:08:42.588Z] -rw-r--r-- 1 jenkins jenkins 16535 May 3 02:08 coverage.out [2023-05-03T02:08:42.588Z] -rw-rw-r-- 1 jenkins jenkins 3333 May 3 02:03 go.mod [2023-05-03T02:08:42.588Z] -rw-rw-r-- 1 jenkins jenkins 31328 May 3 02:03 go.sum [2023-05-03T02:08:42.588Z] drwxrwxr-x 3 jenkins jenkins 4096 May 3 02:03 internal [2023-05-03T02:08:42.588Z] drwxrwxr-x 2 jenkins jenkins 4096 May 3 02:03 mock [2023-05-03T02:08:42.588Z] drwxrwxr-x 4 jenkins jenkins 4096 May 3 02:03 snap [2023-05-03T02:08:42.588Z] -rw-rw-r-- 1 jenkins jenkins 227 May 3 02:03 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-03T02:08:43.071Z] + 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=3bf8737be7a0d0c30ec4cd6728b6dd8b3e4d9357 --label arch=arm64 --label version=0.0.0 . [2023-05-03T02:08:43.341Z] Sending build context to Docker daemon 3.388MB [2023-05-03T02:08:43.341Z] Step 1/24 : ARG BASE=golang:1.20-alpine3.17 [2023-05-03T02:08:43.341Z] Step 2/24 : FROM ${BASE} AS builder [2023-05-03T02:08:43.341Z] ---> c2dde2533e48 [2023-05-03T02:08:43.341Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-05-03T02:08:43.610Z] ---> Running in 87e0f6a2fc84 [2023-05-03T02:08:43.877Z] Removing intermediate container 87e0f6a2fc84 [2023-05-03T02:08:43.877Z] ---> 68f9f7d1ee84 [2023-05-03T02:08:43.877Z] Step 4/24 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-05-03T02:08:43.877Z] ---> Running in 64df95a6b890 [2023-05-03T02:08:44.147Z] Removing intermediate container 64df95a6b890 [2023-05-03T02:08:44.147Z] ---> 5b6acd8240fa [2023-05-03T02:08:44.147Z] Step 5/24 : ARG ALPINE_PKG_BASE="make git openssh-client" [2023-05-03T02:08:44.147Z] ---> Running in 302fbeeaa980 [2023-05-03T02:08:44.418Z] Removing intermediate container 302fbeeaa980 [2023-05-03T02:08:44.418Z] ---> 63b8628579d5 [2023-05-03T02:08:44.418Z] Step 6/24 : ARG ALPINE_PKG_EXTRA="" [2023-05-03T02:08:44.686Z] ---> Running in 5a2163fcbf15 [2023-05-03T02:08:44.954Z] Removing intermediate container 5a2163fcbf15 [2023-05-03T02:08:44.954Z] ---> 5cbc32d39a4e [2023-05-03T02:08:44.954Z] Step 7/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-05-03T02:08:44.954Z] ---> Running in f309fb306589 [2023-05-03T02:08:45.915Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-03T02:08:46.501Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-03T02:08:47.465Z] OK: 268 MiB in 57 packages [2023-05-03T02:08:48.427Z] Removing intermediate container f309fb306589 [2023-05-03T02:08:48.427Z] ---> c499244b76fd [2023-05-03T02:08:48.427Z] Step 8/24 : WORKDIR /device-mqtt-go [2023-05-03T02:08:48.427Z] ---> Running in 5639ccce9ece [2023-05-03T02:08:48.702Z] Removing intermediate container 5639ccce9ece [2023-05-03T02:08:48.702Z] ---> 8d25f4dd363a [2023-05-03T02:08:48.702Z] Step 9/24 : COPY go.mod vendor* ./ [2023-05-03T02:08:49.294Z] ---> 6a0167d3582d [2023-05-03T02:08:49.294Z] Step 10/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-03T02:08:49.294Z] ---> Running in f2ea959d0767 [2023-05-03T02:08:51.881Z] Removing intermediate container f2ea959d0767 [2023-05-03T02:08:51.881Z] ---> f4bba2720787 [2023-05-03T02:08:51.881Z] Step 11/24 : COPY . . [2023-05-03T02:08:52.851Z] ---> febef281fc48 [2023-05-03T02:08:52.851Z] Step 12/24 : RUN $MAKE [2023-05-03T02:08:53.119Z] ---> Running in ebee25efd00b [2023-05-03T02:08:54.083Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/device-mqtt ./cmd [2023-05-03T02:11:15.821Z] Removing intermediate container ebee25efd00b [2023-05-03T02:11:15.821Z] ---> 40b1b6440186 [2023-05-03T02:11:15.821Z] Step 13/24 : FROM alpine:3.17 [2023-05-03T02:11:15.821Z] 3.17: Pulling from library/alpine [2023-05-03T02:11:15.821Z] c41833b44d91: Already exists [2023-05-03T02:11:15.821Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-05-03T02:11:15.821Z] Status: Downloaded newer image for alpine:3.17 [2023-05-03T02:11:15.821Z] ---> 51e60588ff2c [2023-05-03T02:11:15.821Z] Step 14/24 : LABEL license='VSPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IoTech Ltd' [2023-05-03T02:11:15.821Z] ---> Running in 8ea2983c67e1 [2023-05-03T02:11:15.821Z] Removing intermediate container 8ea2983c67e1 [2023-05-03T02:11:15.821Z] ---> b217a8ffc83f [2023-05-03T02:11:15.821Z] Step 15/24 : RUN apk add --update --no-cache dumb-init [2023-05-03T02:11:15.821Z] ---> Running in e7c990c350bf [2023-05-03T02:11:15.821Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-03T02:11:15.821Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-03T02:11:15.821Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-05-03T02:11:15.821Z] Executing busybox-1.35.0-r29.trigger [2023-05-03T02:11:15.821Z] OK: 8 MiB in 16 packages [2023-05-03T02:11:15.821Z] Removing intermediate container e7c990c350bf [2023-05-03T02:11:15.821Z] ---> 6e55f6e2c144 [2023-05-03T02:11:15.821Z] Step 16/24 : COPY --from=builder /device-mqtt-go/cmd / [2023-05-03T02:11:15.821Z] ---> dfa5e5d54cb1 [2023-05-03T02:11:15.821Z] Step 17/24 : COPY --from=builder /device-mqtt-go/LICENSE / [2023-05-03T02:11:15.821Z] ---> 49cf38b9d193 [2023-05-03T02:11:15.821Z] Step 18/24 : COPY --from=builder /device-mqtt-go/Attribution.txt / [2023-05-03T02:11:16.103Z] ---> bcc9951d794c [2023-05-03T02:11:16.103Z] Step 19/24 : EXPOSE 59982 [2023-05-03T02:11:16.373Z] ---> Running in 8454e917d7bd [2023-05-03T02:11:16.642Z] Removing intermediate container 8454e917d7bd [2023-05-03T02:11:16.642Z] ---> cb290022fa2a [2023-05-03T02:11:16.642Z] Step 20/24 : ENTRYPOINT ["/device-mqtt"] [2023-05-03T02:11:16.642Z] ---> Running in 7b235b28c529 [2023-05-03T02:11:16.911Z] Removing intermediate container 7b235b28c529 [2023-05-03T02:11:16.911Z] ---> 450684383fbc [2023-05-03T02:11:16.911Z] Step 21/24 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry"] [2023-05-03T02:11:16.911Z] ---> Running in 193655ac8e1a [2023-05-03T02:11:17.182Z] Removing intermediate container 193655ac8e1a [2023-05-03T02:11:17.182Z] ---> 8ea169c683eb [2023-05-03T02:11:17.182Z] Step 22/24 : LABEL arch=arm64 [2023-05-03T02:11:17.450Z] ---> Running in 3daf3579fd0e [2023-05-03T02:11:17.721Z] Removing intermediate container 3daf3579fd0e [2023-05-03T02:11:17.721Z] ---> 5d79bdc5984b [2023-05-03T02:11:17.721Z] Step 23/24 : LABEL git_sha=3bf8737be7a0d0c30ec4cd6728b6dd8b3e4d9357 [2023-05-03T02:11:17.721Z] ---> Running in db72920c440a [2023-05-03T02:11:17.989Z] Removing intermediate container db72920c440a [2023-05-03T02:11:17.989Z] ---> 983911a76de1 [2023-05-03T02:11:17.989Z] Step 24/24 : LABEL version=0.0.0 [2023-05-03T02:11:17.989Z] ---> Running in 442bdb527037 [2023-05-03T02:11:18.574Z] Removing intermediate container 442bdb527037 [2023-05-03T02:11:18.574Z] ---> 912987625c75 [2023-05-03T02:11:18.574Z] [Warning] One or more build-args [ARCH] were not consumed [2023-05-03T02:11:18.574Z] Successfully built 912987625c75 [2023-05-03T02:11:18.574Z] Successfully tagged device-mqtt-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-03T02:11:19.390Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-05-03T02:11:19.390Z] [2023-05-03T02:11:19.390Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-03T02:11:19.807Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-05-03T02:11:19.807Z] arm64: Pulling from edgex-lftools-log-publisher [2023-05-03T02:11:19.807Z] 8998bd30e6a1: Pulling fs layer [2023-05-03T02:11:19.807Z] 04944245beec: Pulling fs layer [2023-05-03T02:11:19.807Z] 699f458cf7ca: Pulling fs layer [2023-05-03T02:11:19.807Z] 765212b225bb: Pulling fs layer [2023-05-03T02:11:19.807Z] f23df028b6ca: Pulling fs layer [2023-05-03T02:11:19.807Z] d65c8cfc05b1: Pulling fs layer [2023-05-03T02:11:19.807Z] 2437ff75d9bd: Pulling fs layer [2023-05-03T02:11:19.807Z] 765212b225bb: Waiting [2023-05-03T02:11:19.807Z] 2437ff75d9bd: Waiting [2023-05-03T02:11:19.807Z] d65c8cfc05b1: Waiting [2023-05-03T02:11:19.807Z] f23df028b6ca: Waiting [2023-05-03T02:11:20.183Z] 04944245beec: Verifying Checksum [2023-05-03T02:11:20.183Z] 04944245beec: Download complete [2023-05-03T02:11:20.183Z] 765212b225bb: Verifying Checksum [2023-05-03T02:11:20.183Z] 765212b225bb: Download complete [2023-05-03T02:11:20.183Z] f23df028b6ca: Verifying Checksum [2023-05-03T02:11:20.183Z] f23df028b6ca: Download complete [2023-05-03T02:11:20.183Z] d65c8cfc05b1: Verifying Checksum [2023-05-03T02:11:20.183Z] d65c8cfc05b1: Download complete [2023-05-03T02:11:20.183Z] 699f458cf7ca: Verifying Checksum [2023-05-03T02:11:20.183Z] 699f458cf7ca: Download complete [2023-05-03T02:11:20.802Z] 8998bd30e6a1: Verifying Checksum [2023-05-03T02:11:20.802Z] 8998bd30e6a1: Download complete [2023-05-03T02:11:23.463Z] 2437ff75d9bd: Verifying Checksum [2023-05-03T02:11:23.463Z] 2437ff75d9bd: Download complete [2023-05-03T02:11:24.921Z] 8998bd30e6a1: Pull complete [2023-05-03T02:11:26.336Z] 04944245beec: Pull complete [2023-05-03T02:11:27.749Z] 699f458cf7ca: Pull complete [2023-05-03T02:11:27.749Z] 765212b225bb: Pull complete [2023-05-03T02:11:28.712Z] f23df028b6ca: Pull complete [2023-05-03T02:11:28.712Z] d65c8cfc05b1: Pull complete [2023-05-03T02:11:43.715Z] 2437ff75d9bd: Pull complete [2023-05-03T02:11:43.715Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-05-03T02:11:43.715Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-05-03T02:11:43.715Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-03T02:11:44.034Z] prd-ubuntu20.04-docker-arm64-4c-16g-12531 does not seem to be running inside a container [2023-05-03T02:11:44.094Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/device-mqtt-go/1 -v /w/workspace/device-mqtt-go/1:/w/workspace/device-mqtt-go/1:rw,z -v /w/workspace/device-mqtt-go/1@tmp:/w/workspace/device-mqtt-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2023-05-03T02:11:46.859Z] $ docker top 4514b843b1f2bddeb46c1f9502d414062cb7be5dc3c7ace04da15b5538ed53e3 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-05-03T02:11:47.785Z] ---> job-cost.sh [2023-05-03T02:11:47.785Z] lf-activate-venv: SKIPPING [2023-05-03T02:11:47.785Z] INFO: No Stack... [2023-05-03T02:11:48.053Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-05-03T02:11:49.010Z] INFO: Archiving Costs [Pipeline] sh [2023-05-03T02:11:49.677Z] + cut -d, -f6 [2023-05-03T02:11:49.677Z] + cat /w/workspace/device-mqtt-go/1/archives/cost.csv [Pipeline] lock [2023-05-03T02:11:49.778Z] Trying to acquire lock on [jenkins-edgexfoundry-device-mqtt-go-PR-589-1-stack-cost] [2023-05-03T02:11:49.784Z] Resource [jenkins-edgexfoundry-device-mqtt-go-PR-589-1-stack-cost] did not exist. Created. [2023-05-03T02:11:49.784Z] Lock acquired on [jenkins-edgexfoundry-device-mqtt-go-PR-589-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-05-03T02:11:50.531Z] /w/workspace/device-mqtt-go/1@tmp/durable-cc924a57/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-05-03T02:11:51.207Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-05-03T02:11:51.244Z] Warning: overwriting stash ‘stack-cost’ [2023-05-03T02:11:51.290Z] Stashed 1 file(s) [Pipeline] } [2023-05-03T02:11:51.305Z] Lock released on resource [jenkins-edgexfoundry-device-mqtt-go-PR-589-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-05-03T02:11:51.389Z] $ docker stop --time=1 4514b843b1f2bddeb46c1f9502d414062cb7be5dc3c7ace04da15b5538ed53e3 [2023-05-03T02:11:54.469Z] $ docker rm -f --volumes 4514b843b1f2bddeb46c1f9502d414062cb7be5dc3c7ace04da15b5538ed53e3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider [2023-05-03T02:11:55.589Z] provisioning config files... [2023-05-03T02:11:55.599Z] copy managed file [device-mqtt-go-codecov-token] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-589@tmp/config15147836725030756803tmp [Pipeline] { [Pipeline] sh [2023-05-03T02:11:55.958Z] + set +x [2023-05-03T02:11:55.958Z] + + curlbash -s -s https://codecov.io/bash -- [2023-05-03T02:11:55.958Z] [2023-05-03T02:11:55.958Z] [2023-05-03T02:11:55.958Z] _____ _ [2023-05-03T02:11:55.958Z] / ____| | | [2023-05-03T02:11:55.958Z] | | ___ __| | ___ ___ _____ __ [2023-05-03T02:11:55.958Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-05-03T02:11:55.958Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-05-03T02:11:55.958Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-05-03T02:11:55.958Z] Bash-1.0.6 [2023-05-03T02:11:55.958Z] [2023-05-03T02:11:55.958Z] [2023-05-03T02:11:55.958Z] ==> git version 2.25.1 found [2023-05-03T02:11:55.958Z] ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 [2023-05-03T02:11:55.958Z] Release-Date: 2020-01-08 [2023-05-03T02:11:55.958Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2023-05-03T02:11:55.958Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-05-03T02:11:55.958Z] ==> Jenkins CI detected. [2023-05-03T02:11:55.958Z] current dir:  /w/workspace/gexfoundry_device-mqtt-go_PR-589 [2023-05-03T02:11:55.958Z] project root: . [2023-05-03T02:11:55.958Z] --> token set from env [2023-05-03T02:11:55.958Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-05-03T02:11:55.958Z] ==> Running gcov in . (disable via -X gcov) [2023-05-03T02:11:55.958Z] ==> Python coveragepy not found [2023-05-03T02:11:55.958Z] ==> Searching for coverage reports in: [2023-05-03T02:11:55.958Z] + . [2023-05-03T02:11:55.958Z] -> Found 1 reports [2023-05-03T02:11:55.958Z] ==> Detecting git/mercurial file structure [2023-05-03T02:11:55.958Z] ==> Reading reports [2023-05-03T02:11:55.958Z] + ./coverage.out bytes=16535 [2023-05-03T02:11:55.958Z] ==> Appending adjustments [2023-05-03T02:11:55.958Z] https://docs.codecov.io/docs/fixing-reports [2023-05-03T02:11:56.223Z] + Found adjustments [2023-05-03T02:11:56.223Z] ==> Gzipping contents [2023-05-03T02:11:56.223Z] 4.0K /tmp/codecov.xwjhQF.gz [2023-05-03T02:11:56.223Z] ==> Uploading reports [2023-05-03T02:11:56.223Z] url: https://codecov.io [2023-05-03T02:11:56.223Z] query: branch=PR-589&commit=3bf8737be7a0d0c30ec4cd6728b6dd8b3e4d9357&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-mqtt-go%2Fjob%2FPR-589%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-mqtt-go&service=jenkins&flags=&pr=589&job=&cmd_args= [2023-05-03T02:11:56.223Z] -> Pinging Codecov [2023-05-03T02:11:56.223Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=3cf7f23a-d5e6-4c47-868b-a0a7f9a025f8&branch=PR-589&commit=3bf8737be7a0d0c30ec4cd6728b6dd8b3e4d9357&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-mqtt-go%2Fjob%2FPR-589%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-mqtt-go&service=jenkins&flags=&pr=589&job=&cmd_args= [2023-05-03T02:11:56.223Z] -> Uploading to [2023-05-03T02:11:56.223Z] https://storage.googleapis.com/codecov/v4/raw/2023-05-03/7D719EC7BBE17E464838252E33014C33/3bf8737be7a0d0c30ec4cd6728b6dd8b3e4d9357/87d1b1af-300b-4393-91f9-9c0f8066390b.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230503%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230503T021156Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=b39105919dc304366de78a905613b9ef0ba559075b7c0340be2e41d0eb188587 [2023-05-03T02:11:56.223Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-05-03T02:11:56.223Z] Dload Upload Total Spent Left Speed [2023-05-03T02:11:56.482Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3017 0 0 100 3017 0 14789 --:--:-- --:--:-- --:--:-- 14789 [2023-05-03T02:11:56.482Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-mqtt-go/commit/3bf8737be7a0d0c30ec4cd6728b6dd8b3e4d9357 [Pipeline] } [2023-05-03T02:11:56.517Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2023-05-03T02:11:58.833Z] + [ -d /w/workspace/gexfoundry_device-mqtt-go_PR-589/archives ] [2023-05-03T02:11:58.833Z] + ls -al /w/workspace/gexfoundry_device-mqtt-go_PR-589/archives [2023-05-03T02:11:58.833Z] total 16 [2023-05-03T02:11:58.833Z] drwxr-xr-x 3 root root 4096 May 3 02:02 . [2023-05-03T02:11:58.833Z] drwxrwxr-x 11 jenkins jenkins 4096 May 3 02:02 .. [2023-05-03T02:11:58.833Z] drwxr-xr-x 2 root root 4096 May 3 02:02 cost [2023-05-03T02:11:58.833Z] -rw-r--r-- 1 root root 86 May 3 02:02 cost.csv [2023-05-03T02:11:58.833Z] + sudo chown -R jenkins:jenkins /w/workspace/gexfoundry_device-mqtt-go_PR-589/archives [2023-05-03T02:11:58.833Z] + ls -al /w/workspace/gexfoundry_device-mqtt-go_PR-589/archives [2023-05-03T02:11:58.833Z] total 16 [2023-05-03T02:11:58.833Z] drwxr-xr-x 3 jenkins jenkins 4096 May 3 02:02 . [2023-05-03T02:11:58.833Z] drwxrwxr-x 11 jenkins jenkins 4096 May 3 02:02 .. [2023-05-03T02:11:58.833Z] drwxr-xr-x 2 jenkins jenkins 4096 May 3 02:02 cost [2023-05-03T02:11:58.833Z] -rw-r--r-- 1 jenkins jenkins 86 May 3 02:02 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-05-03T02:11:59.171Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-05-03T02:12:00.074Z] ---> package-listing.sh [2023-05-03T02:12:00.074Z] ++ facter osfamily [2023-05-03T02:12:00.074Z] ++ tr '[:upper:]' '[:lower:]' [2023-05-03T02:12:00.074Z] + OS_FAMILY=debian [2023-05-03T02:12:00.074Z] + workspace=/w/workspace/gexfoundry_device-mqtt-go_PR-589 [2023-05-03T02:12:00.074Z] + START_PACKAGES=/tmp/packages_start.txt [2023-05-03T02:12:00.074Z] + END_PACKAGES=/tmp/packages_end.txt [2023-05-03T02:12:00.074Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-05-03T02:12:00.074Z] + PACKAGES=/tmp/packages_start.txt [2023-05-03T02:12:00.074Z] + '[' /w/workspace/gexfoundry_device-mqtt-go_PR-589 ']' [2023-05-03T02:12:00.074Z] + PACKAGES=/tmp/packages_end.txt [2023-05-03T02:12:00.075Z] + case "${OS_FAMILY}" in [2023-05-03T02:12:00.075Z] + dpkg -l [2023-05-03T02:12:00.075Z] + grep '^ii' [2023-05-03T02:12:00.334Z] + '[' -f /tmp/packages_start.txt ']' [2023-05-03T02:12:00.334Z] + '[' -f /tmp/packages_end.txt ']' [2023-05-03T02:12:00.334Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-05-03T02:12:00.334Z] + '[' /w/workspace/gexfoundry_device-mqtt-go_PR-589 ']' [2023-05-03T02:12:00.334Z] + mkdir -p /w/workspace/gexfoundry_device-mqtt-go_PR-589/archives/ [2023-05-03T02:12:00.334Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-mqtt-go_PR-589/archives/ [Pipeline] echo [2023-05-03T02:12:00.367Z] 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-589/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-05-03T02:12:00.659Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-03T02:12:01.298Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-05-03T02:12:01.298Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-03T02:12:01.460Z] prd-ubuntu20.04-docker-8c-8g-12528 does not seem to be running inside a container [2023-05-03T02:12:01.487Z] $ 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-589/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-589 -v /w/workspace/gexfoundry_device-mqtt-go_PR-589:/w/workspace/gexfoundry_device-mqtt-go_PR-589:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-589@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-589@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-05-03T02:12:01.692Z] $ docker top 5e338d5ed3cc386066ee3150f77ab0cd0343cd36828673aca90101b5532832de -eo pid,comm [Pipeline] { [Pipeline] sh [2023-05-03T02:12:02.099Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-05-03T02:12:02.414Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-05-03T02:12:02.722Z] + ls /var/log/sa-host [2023-05-03T02:12:02.723Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-05-03T02:12:02.877Z] provisioning config files... [2023-05-03T02:12:02.886Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-589@tmp/config5277195633864294941tmp [Pipeline] { [Pipeline] echo [2023-05-03T02:12:02.952Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-05-03T02:12:03.266Z] ---> create-netrc.sh [Pipeline] } [2023-05-03T02:12:03.320Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-05-03T02:12:03.733Z] ---> python-tools-install.sh [Pipeline] echo [2023-05-03T02:12:03.860Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-05-03T02:12:04.179Z] ---> sudo-logs.sh [2023-05-03T02:12:04.179Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-05-03T02:12:04.271Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-05-03T02:12:04.584Z] ---> job-cost.sh [2023-05-03T02:12:04.584Z] lf-activate-venv: SKIPPING [2023-05-03T02:12:04.584Z] DEBUG: total: 0.2199999988079071 [2023-05-03T02:12:04.584Z] INFO: Retrieving Stack Cost... [2023-05-03T02:12:05.523Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-05-03T02:12:05.785Z] INFO: Archiving Costs [Pipeline] echo [2023-05-03T02:12:05.827Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-05-03T02:12:06.141Z] ---> logs-deploy.sh [2023-05-03T02:12:06.141Z] lf-activate-venv: SKIPPING [2023-05-03T02:12:06.141Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-mqtt-go/PR-589/1 [2023-05-03T02:12:06.141Z] INFO: archiving workspace using pattern(s): [2023-05-03T02:12:07.078Z] Archives upload complete. [2023-05-03T02:12:07.078Z] INFO: archiving logs to Nexus