Pull request #499 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 1fd45674fe123da3006c204624f86819f570fb15+bc7652beee9a90296fe0b57947c4589a421f5e02 (a0d3b5c8bc04e365bd5ebd786d397065897862fc) 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-ssh17300834678428307410.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 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-ssh11986849403944926528.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 cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 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-499/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-499/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh12137638631975190084.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-499/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh11293401928261604152.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 # timeout=10 Commit message: "Merge pull request #420 from bill-mahoney/levski-update" > 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-ssh16337034982771762538.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-499/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-499/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh16368785372498376632.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 cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 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.18 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-7514 in /w/workspace/gexfoundry_device-mqtt-go_PR-499 [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-499 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/main commit bc7652beee9a90296fe0b57947c4589a421f5e02 into PR head commit 1fd45674fe123da3006c204624f86819f570fb15 Merge succeeded, producing 1fd45674fe123da3006c204624f86819f570fb15 Checking out Revision 1fd45674fe123da3006c204624f86819f570fb15 (PR-499) > 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/499/head:refs/remotes/origin/PR-499 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 1fd45674fe123da3006c204624f86819f570fb15 # 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 bc7652beee9a90296fe0b57947c4589a421f5e02 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 1fd45674fe123da3006c204624f86819f570fb15 # timeout=10 Commit message: "build(deps): bump github.com/edgexfoundry/device-sdk-go/v3" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-02-27T02:39:15.381Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-02-27T02:39:15.557Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-02-27T02:39:15.644Z] ========================================================= [2023-02-27T02:39:15.644Z] EdgeX Global Pipelines Version Info [2023-02-27T02:39:15.644Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-02-27T02:39:16.376Z] ------------------- [2023-02-27T02:39:16.376Z] stable info: [2023-02-27T02:39:16.376Z] ------------------- [2023-02-27T02:39:16.376Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-02-27T02:39:16.376Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-02-27T02:39:16.376Z] Message: update stable to v1.0.244 [2023-02-27T02:39:16.947Z] ------------------- [2023-02-27T02:39:16.947Z] experimental info: [2023-02-27T02:39:16.947Z] ------------------- [2023-02-27T02:39:16.947Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-02-27T02:39:16.947Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-02-27T02:39:16.947Z] Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-02-27T02:39:17.226Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-mqtt-go-settings [Pipeline] echo [2023-02-27T02:39:17.263Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-mqtt-go [Pipeline] echo [2023-02-27T02:39:17.304Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-02-27T02:39:17.340Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-02-27T02:39:17.375Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-02-27T02:39:17.414Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2023-02-27T02:39:17.460Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-02-27T02:39:17.500Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2023-02-27T02:39:17.536Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-02-27T02:39:17.572Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-02-27T02:39:17.608Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-02-27T02:39:17.644Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-mqtt [Pipeline] echo [2023-02-27T02:39:17.684Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-02-27T02:39:17.723Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-02-27T02:39:17.763Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-02-27T02:39:17.800Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-02-27T02:39:17.840Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-02-27T02:39:17.876Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-02-27T02:39:17.913Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-02-27T02:39:17.948Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-02-27T02:39:17.986Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2023-02-27T02:39:18.025Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2023-02-27T02:39:18.062Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-02-27T02:39:18.098Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-02-27T02:39:18.136Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2023-02-27T02:39:18.173Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-02-27T02:39:18.214Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-02-27T02:39:18.261Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-499 [Pipeline] echo [2023-02-27T02:39:18.300Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-499 [Pipeline] echo [2023-02-27T02:39:18.342Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-499 [Pipeline] echo [2023-02-27T02:39:18.383Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 1fd45674fe123da3006c204624f86819f570fb15 [Pipeline] echo [2023-02-27T02:39:18.420Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 1fd4567 [Pipeline] echo [2023-02-27T02:39:18.462Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-27T02:39:18.585Z] provisioning config files... [2023-02-27T02:39:18.606Z] copy managed file [device-mqtt-go-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-499@tmp/config9275357943115528644tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-27T02:39:18.951Z] ---> docker-login.sh [2023-02-27T02:39:18.952Z] nexus3.edgexfoundry.org:10001 [2023-02-27T02:39:18.952Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-27T02:39:19.213Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-27T02:39:19.213Z] Configure a credential helper to remove this warning. See [2023-02-27T02:39:19.213Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-27T02:39:19.213Z] [2023-02-27T02:39:19.213Z] Login Succeeded [2023-02-27T02:39:19.213Z] nexus3.edgexfoundry.org:10002 [2023-02-27T02:39:19.213Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-27T02:39:19.472Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-27T02:39:19.472Z] Configure a credential helper to remove this warning. See [2023-02-27T02:39:19.472Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-27T02:39:19.472Z] [2023-02-27T02:39:19.472Z] Login Succeeded [2023-02-27T02:39:19.472Z] nexus3.edgexfoundry.org:10003 [2023-02-27T02:39:19.472Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-27T02:39:19.472Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-27T02:39:19.472Z] Configure a credential helper to remove this warning. See [2023-02-27T02:39:19.472Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-27T02:39:19.472Z] [2023-02-27T02:39:19.472Z] Login Succeeded [2023-02-27T02:39:19.472Z] nexus3.edgexfoundry.org:10004 [2023-02-27T02:39:19.472Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-27T02:39:19.733Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-27T02:39:19.733Z] Configure a credential helper to remove this warning. See [2023-02-27T02:39:19.733Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-27T02:39:19.733Z] [2023-02-27T02:39:19.733Z] Login Succeeded [2023-02-27T02:39:19.733Z] docker.io [2023-02-27T02:39:19.733Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-27T02:39:19.995Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-27T02:39:19.995Z] Configure a credential helper to remove this warning. See [2023-02-27T02:39:19.995Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-27T02:39:19.995Z] [2023-02-27T02:39:19.995Z] Login Succeeded [2023-02-27T02:39:19.995Z] ---> docker-login.sh ends [Pipeline] } [2023-02-27T02:39:20.021Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-02-27T02:39:20.627Z] + git rev-list -1 --merges 1fd45674fe123da3006c204624f86819f570fb15~1..1fd45674fe123da3006c204624f86819f570fb15 [Pipeline] echo [2023-02-27T02:39:20.688Z] -----------> git rev-list -1 --merges 1fd45674fe123da3006c204624f86819f570fb15~1..1fd45674fe123da3006c204624f86819f570fb15 1fd45674fe123da3006c204624f86819f570fb15 [false] [Pipeline] sh [2023-02-27T02:39:21.000Z] + git log --format=format:%s -1 1fd45674fe123da3006c204624f86819f570fb15 [Pipeline] echo [2023-02-27T02:39:21.036Z] ========================================================= [2023-02-27T02:39:21.036Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-02-27T02:39:21.036Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-02-27T02:39:21.475Z] + git log --format=format:%s -1 1fd45674fe123da3006c204624f86819f570fb15 [Pipeline] echo [2023-02-27T02:39:21.516Z] [semverPrep] GIT_COMMIT: 1fd45674fe123da3006c204624f86819f570fb15, Commit Message: build(deps): bump github.com/edgexfoundry/device-sdk-go/v3 [Pipeline] echo [2023-02-27T02:39:21.547Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-02-27T02:39:21.946Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-02-27T02:39:21.946Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-02-27T02:39:21.946Z] + [ -e /tmp/ssh_known_hosts ] [2023-02-27T02:39:21.946Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-02-27T02:39:21.947Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-02-27T02:39:21.947Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-02-27T02:39:21.947Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-27T02:39:22.448Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-27T02:39:22.448Z] [2023-02-27T02:39:22.448Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-27T02:39:22.828Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-27T02:39:22.828Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-02-27T02:39:22.828Z] b85a868b505f: Pulling fs layer [2023-02-27T02:39:22.828Z] e2be974225ed: Pulling fs layer [2023-02-27T02:39:22.828Z] 339a4e72a1f5: Pulling fs layer [2023-02-27T02:39:22.828Z] 988bab9f4d93: Pulling fs layer [2023-02-27T02:39:22.828Z] 1469e6f7b9e6: Pulling fs layer [2023-02-27T02:39:22.828Z] eaf3925da568: Pulling fs layer [2023-02-27T02:39:22.828Z] bab4dde63d76: Pulling fs layer [2023-02-27T02:39:22.828Z] bde34c3a00c8: Pulling fs layer [2023-02-27T02:39:22.828Z] b352a97aabf1: Pulling fs layer [2023-02-27T02:39:22.828Z] 988bab9f4d93: Waiting [2023-02-27T02:39:22.828Z] bab4dde63d76: Waiting [2023-02-27T02:39:22.828Z] 1469e6f7b9e6: Waiting [2023-02-27T02:39:22.828Z] eaf3925da568: Waiting [2023-02-27T02:39:22.828Z] bde34c3a00c8: Waiting [2023-02-27T02:39:22.828Z] b352a97aabf1: Waiting [2023-02-27T02:39:22.828Z] 4872d77fe225: Pulling fs layer [2023-02-27T02:39:22.828Z] 5851b861e8e6: Pulling fs layer [2023-02-27T02:39:22.828Z] 4872d77fe225: Waiting [2023-02-27T02:39:22.828Z] e2be974225ed: Download complete [2023-02-27T02:39:22.828Z] 988bab9f4d93: Verifying Checksum [2023-02-27T02:39:22.828Z] 988bab9f4d93: Download complete [2023-02-27T02:39:23.089Z] 339a4e72a1f5: Verifying Checksum [2023-02-27T02:39:23.089Z] 339a4e72a1f5: Download complete [2023-02-27T02:39:23.089Z] 1469e6f7b9e6: Verifying Checksum [2023-02-27T02:39:23.089Z] 1469e6f7b9e6: Download complete [2023-02-27T02:39:23.089Z] eaf3925da568: Verifying Checksum [2023-02-27T02:39:23.089Z] eaf3925da568: Download complete [2023-02-27T02:39:23.089Z] bde34c3a00c8: Download complete [2023-02-27T02:39:23.089Z] b352a97aabf1: Download complete [2023-02-27T02:39:23.089Z] 4872d77fe225: Download complete [2023-02-27T02:39:23.089Z] 5851b861e8e6: Verifying Checksum [2023-02-27T02:39:23.089Z] 5851b861e8e6: Download complete [2023-02-27T02:39:23.089Z] b85a868b505f: Verifying Checksum [2023-02-27T02:39:23.089Z] b85a868b505f: Download complete [2023-02-27T02:39:23.348Z] bab4dde63d76: Verifying Checksum [2023-02-27T02:39:23.348Z] bab4dde63d76: Download complete [2023-02-27T02:39:24.285Z] b85a868b505f: Pull complete [2023-02-27T02:39:24.546Z] e2be974225ed: Pull complete [2023-02-27T02:39:24.807Z] 339a4e72a1f5: Pull complete [2023-02-27T02:39:24.807Z] 988bab9f4d93: Pull complete [2023-02-27T02:39:25.377Z] 1469e6f7b9e6: Pull complete [2023-02-27T02:39:25.377Z] eaf3925da568: Pull complete [2023-02-27T02:39:27.295Z] bab4dde63d76: Pull complete [2023-02-27T02:39:27.295Z] bde34c3a00c8: Pull complete [2023-02-27T02:39:27.295Z] b352a97aabf1: Pull complete [2023-02-27T02:39:27.555Z] 4872d77fe225: Pull complete [2023-02-27T02:39:27.555Z] 5851b861e8e6: Pull complete [2023-02-27T02:39:27.555Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-02-27T02:39:27.555Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-27T02:39:27.555Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-27T02:39:27.775Z] prd-ubuntu20.04-docker-8c-8g-7514 does not seem to be running inside a container [2023-02-27T02:39:27.808Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-mqtt-go_PR-499 -v /w/workspace/gexfoundry_device-mqtt-go_PR-499:/w/workspace/gexfoundry_device-mqtt-go_PR-499:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-499@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-499@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-02-27T02:39:29.114Z] $ docker top de139c9d28f18157f9c7b5a19944bfe6455dc3549bc826b3a7e08e307a0c7604 -eo pid,comm [2023-02-27T02:39:29.174Z] 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-02-27T02:39:29.174Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-02-27T02:39:29.293Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-27T02:39:29.293Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-27T02:39:29.414Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-27T02:39:29.419Z] $ docker exec de139c9d28f18157f9c7b5a19944bfe6455dc3549bc826b3a7e08e307a0c7604 ssh-agent [2023-02-27T02:39:29.538Z] SSH_AUTH_SOCK=/tmp/ssh-60uXVmLeo4WF/agent.34 [2023-02-27T02:39:29.538Z] SSH_AGENT_PID=40 [2023-02-27T02:39:29.545Z] Running ssh-add (command line suppressed) [2023-02-27T02:39:29.654Z] Identity added: /w/workspace/gexfoundry_device-mqtt-go_PR-499@tmp/private_key_14160984374478076998.key (/w/workspace/gexfoundry_device-mqtt-go_PR-499@tmp/private_key_14160984374478076998.key) [2023-02-27T02:39:29.671Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-27T02:39:30.004Z] + git tag --points-at HEAD [Pipeline] } [2023-02-27T02:39:30.029Z] $ docker exec --env ******** --env ******** de139c9d28f18157f9c7b5a19944bfe6455dc3549bc826b3a7e08e307a0c7604 ssh-agent -k [2023-02-27T02:39:30.142Z] unset SSH_AUTH_SOCK; [2023-02-27T02:39:30.142Z] unset SSH_AGENT_PID; [2023-02-27T02:39:30.143Z] echo Agent pid 40 killed; [2023-02-27T02:39:30.151Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-02-27T02:39:30.242Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-27T02:39:30.242Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-27T02:39:30.383Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-27T02:39:30.387Z] $ docker exec de139c9d28f18157f9c7b5a19944bfe6455dc3549bc826b3a7e08e307a0c7604 ssh-agent [2023-02-27T02:39:30.504Z] SSH_AUTH_SOCK=/tmp/ssh-hSXlNhaQlb2j/agent.72 [2023-02-27T02:39:30.504Z] SSH_AGENT_PID=78 [2023-02-27T02:39:30.509Z] Running ssh-add (command line suppressed) [2023-02-27T02:39:30.610Z] Identity added: /w/workspace/gexfoundry_device-mqtt-go_PR-499@tmp/private_key_4022761920757650524.key (/w/workspace/gexfoundry_device-mqtt-go_PR-499@tmp/private_key_4022761920757650524.key) [2023-02-27T02:39:30.626Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-27T02:39:30.958Z] + git semver init [2023-02-27T02:39:31.218Z] 2023-02-27 02:39:31,134 [run_init] DEBUG init version:0.0.0 force:False [2023-02-27T02:39:31.218Z] 2023-02-27 02:39:31,135 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/gexfoundry_device-mqtt-go_PR-499/.semver [2023-02-27T02:39:31.218Z] 2023-02-27 02:39:31,135 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-mqtt-go.git /w/workspace/gexfoundry_device-mqtt-go_PR-499/.semver [2023-02-27T02:39:31.218Z] 2023-02-27 02:39:31,135 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-mqtt-go.git', '/w/workspace/gexfoundry_device-mqtt-go_PR-499/.semver'], cwd=/w/workspace/gexfoundry_device-mqtt-go_PR-499, universal_newlines=False, shell=None, istream=None) [2023-02-27T02:39:32.158Z] 2023-02-27 02:39:32,044 [append_file] DEBUG append to file:/w/workspace/gexfoundry_device-mqtt-go_PR-499/.git/info/exclude [2023-02-27T02:39:32.158Z] 2023-02-27 02:39:32,046 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/gexfoundry_device-mqtt-go_PR-499/.semver/PR-499 with force:False [2023-02-27T02:39:32.158Z] 2023-02-27 02:39:32,046 [write_file] DEBUG write to file:/w/workspace/gexfoundry_device-mqtt-go_PR-499/.semver/PR-499 [2023-02-27T02:39:32.158Z] 2023-02-27 02:39:32,050 [execute] INFO git cat-file --batch-check [2023-02-27T02:39:32.158Z] 2023-02-27 02:39:32,051 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_device-mqtt-go_PR-499/.semver, universal_newlines=False, shell=None, istream=) [2023-02-27T02:39:32.158Z] 2023-02-27 02:39:32,057 [execute] INFO git cat-file --batch [2023-02-27T02:39:32.158Z] 2023-02-27 02:39:32,058 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_device-mqtt-go_PR-499/.semver, universal_newlines=False, shell=None, istream=) [2023-02-27T02:39:32.158Z] 2023-02-27 02:39:32,063 [read_version] DEBUG read version from /w/workspace/gexfoundry_device-mqtt-go_PR-499/.semver/PR-499 [2023-02-27T02:39:32.158Z] 0.0.0 [Pipeline] } [2023-02-27T02:39:32.188Z] $ docker exec --env ******** --env ******** de139c9d28f18157f9c7b5a19944bfe6455dc3549bc826b3a7e08e307a0c7604 ssh-agent -k [2023-02-27T02:39:32.291Z] unset SSH_AUTH_SOCK; [2023-02-27T02:39:32.292Z] unset SSH_AGENT_PID; [2023-02-27T02:39:32.292Z] echo Agent pid 78 killed; [2023-02-27T02:39:32.301Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-27T02:39:32.715Z] + git semver [Pipeline] } [2023-02-27T02:39:33.001Z] $ docker stop --time=1 de139c9d28f18157f9c7b5a19944bfe6455dc3549bc826b3a7e08e307a0c7604 [2023-02-27T02:39:34.334Z] $ docker rm -f --volumes de139c9d28f18157f9c7b5a19944bfe6455dc3549bc826b3a7e08e307a0c7604 [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-27T02:39:34.731Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-02-27T02:39:34.990Z] Stashed 1 file(s) [Pipeline] echo [2023-02-27T02:39:35.005Z] [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-02-27T02:39:35.565Z] provisioning config files... [2023-02-27T02:39:35.574Z] copy managed file [device-mqtt-go-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-499@tmp/config4864305398418903794tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-27T02:39:35.917Z] ---> docker-login.sh [2023-02-27T02:39:35.917Z] nexus3.edgexfoundry.org:10001 [2023-02-27T02:39:35.917Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-27T02:39:35.917Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-27T02:39:35.917Z] Configure a credential helper to remove this warning. See [2023-02-27T02:39:35.917Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-27T02:39:35.917Z] [2023-02-27T02:39:35.917Z] Login Succeeded [2023-02-27T02:39:35.917Z] nexus3.edgexfoundry.org:10002 [2023-02-27T02:39:35.917Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-27T02:39:35.917Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-27T02:39:35.917Z] Configure a credential helper to remove this warning. See [2023-02-27T02:39:35.917Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-27T02:39:35.917Z] [2023-02-27T02:39:35.917Z] Login Succeeded [2023-02-27T02:39:35.917Z] nexus3.edgexfoundry.org:10003 [2023-02-27T02:39:36.178Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-27T02:39:36.178Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-27T02:39:36.178Z] Configure a credential helper to remove this warning. See [2023-02-27T02:39:36.178Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-27T02:39:36.178Z] [2023-02-27T02:39:36.178Z] Login Succeeded [2023-02-27T02:39:36.178Z] nexus3.edgexfoundry.org:10004 [2023-02-27T02:39:36.178Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-27T02:39:36.178Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-27T02:39:36.178Z] Configure a credential helper to remove this warning. See [2023-02-27T02:39:36.178Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-27T02:39:36.178Z] [2023-02-27T02:39:36.178Z] Login Succeeded [2023-02-27T02:39:36.178Z] docker.io [2023-02-27T02:39:36.438Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-27T02:39:36.438Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-27T02:39:36.438Z] Configure a credential helper to remove this warning. See [2023-02-27T02:39:36.438Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-27T02:39:36.438Z] [2023-02-27T02:39:36.438Z] Login Succeeded [2023-02-27T02:39:36.706Z] ---> docker-login.sh ends [Pipeline] } [2023-02-27T02:39:36.735Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-02-27T02:39:36.931Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-27T02:39:36.971Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-27T02:39:37.002Z] ========================================================= [2023-02-27T02:39:37.002Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2023-02-27T02:39:37.002Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-27T02:39:37.466Z] + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine --build-arg MAKE=echo noop --target=builder . [2023-02-27T02:39:37.466Z] Sending build context to Docker daemon 6.338MB [2023-02-27T02:39:37.466Z] Step 1/12 : ARG BASE=golang:1.18-alpine3.16 [2023-02-27T02:39:37.466Z] Step 2/12 : FROM ${BASE} AS builder [2023-02-27T02:39:37.466Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2023-02-27T02:39:37.466Z] 213ec9aee27d: Pulling fs layer [2023-02-27T02:39:37.466Z] 4583459ba037: Pulling fs layer [2023-02-27T02:39:37.466Z] 93c1e223e6f2: Pulling fs layer [2023-02-27T02:39:37.466Z] 53926ce57604: Pulling fs layer [2023-02-27T02:39:37.466Z] 21b2b0c7a3f4: Pulling fs layer [2023-02-27T02:39:37.466Z] 22ff95d597cd: Pulling fs layer [2023-02-27T02:39:37.466Z] 12d6caf4c0d1: Pulling fs layer [2023-02-27T02:39:37.466Z] 96b7cbca73a9: Pulling fs layer [2023-02-27T02:39:37.466Z] a7acece74701: Pulling fs layer [2023-02-27T02:39:37.466Z] 22ff95d597cd: Waiting [2023-02-27T02:39:37.466Z] 12d6caf4c0d1: Waiting [2023-02-27T02:39:37.466Z] 96b7cbca73a9: Waiting [2023-02-27T02:39:37.466Z] a7acece74701: Waiting [2023-02-27T02:39:37.466Z] 53926ce57604: Waiting [2023-02-27T02:39:37.466Z] 21b2b0c7a3f4: Waiting [2023-02-27T02:39:37.466Z] 93c1e223e6f2: Verifying Checksum [2023-02-27T02:39:37.466Z] 93c1e223e6f2: Download complete [2023-02-27T02:39:37.466Z] 4583459ba037: Verifying Checksum [2023-02-27T02:39:37.466Z] 4583459ba037: Download complete [2023-02-27T02:39:37.729Z] 21b2b0c7a3f4: Verifying Checksum [2023-02-27T02:39:37.729Z] 21b2b0c7a3f4: Download complete [2023-02-27T02:39:37.729Z] 22ff95d597cd: Verifying Checksum [2023-02-27T02:39:37.729Z] 22ff95d597cd: Download complete [2023-02-27T02:39:37.729Z] 213ec9aee27d: Verifying Checksum [2023-02-27T02:39:37.729Z] 213ec9aee27d: Download complete [2023-02-27T02:39:37.729Z] 12d6caf4c0d1: Download complete [2023-02-27T02:39:37.729Z] 213ec9aee27d: Pull complete [2023-02-27T02:39:37.993Z] 4583459ba037: Pull complete [2023-02-27T02:39:37.993Z] 93c1e223e6f2: Pull complete [2023-02-27T02:39:38.267Z] a7acece74701: Verifying Checksum [2023-02-27T02:39:38.526Z] 96b7cbca73a9: Verifying Checksum [2023-02-27T02:39:38.526Z] 96b7cbca73a9: Download complete [2023-02-27T02:39:38.526Z] 53926ce57604: Verifying Checksum [2023-02-27T02:39:38.526Z] 53926ce57604: Download complete [2023-02-27T02:39:42.709Z] 53926ce57604: Pull complete [2023-02-27T02:39:42.709Z] 21b2b0c7a3f4: Pull complete [2023-02-27T02:39:42.709Z] 22ff95d597cd: Pull complete [2023-02-27T02:39:42.709Z] 12d6caf4c0d1: Pull complete [2023-02-27T02:39:45.239Z] 96b7cbca73a9: Pull complete [2023-02-27T02:39:45.498Z] a7acece74701: Pull complete [2023-02-27T02:39:45.498Z] Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d [2023-02-27T02:39:45.498Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-02-27T02:39:45.498Z] ---> db6d94c90886 [2023-02-27T02:39:45.498Z] Step 3/12 : ARG ADD_BUILD_TAGS="" [2023-02-27T02:39:47.402Z] ---> Running in 81d3a83e858e [2023-02-27T02:39:47.402Z] Removing intermediate container 81d3a83e858e [2023-02-27T02:39:47.402Z] ---> 17861f483c14 [2023-02-27T02:39:47.402Z] Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-02-27T02:39:47.402Z] ---> Running in efc00a161a68 [2023-02-27T02:39:47.402Z] Removing intermediate container efc00a161a68 [2023-02-27T02:39:47.402Z] ---> 6279f51e7e5f [2023-02-27T02:39:47.402Z] Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client" [2023-02-27T02:39:47.402Z] ---> Running in f3e1d3068e9e [2023-02-27T02:39:47.402Z] Removing intermediate container f3e1d3068e9e [2023-02-27T02:39:47.402Z] ---> fe8e833504f4 [2023-02-27T02:39:47.402Z] Step 6/12 : ARG ALPINE_PKG_EXTRA="" [2023-02-27T02:39:47.662Z] ---> Running in b8ff11c148fc [2023-02-27T02:39:47.662Z] Removing intermediate container b8ff11c148fc [2023-02-27T02:39:47.662Z] ---> 3681c835d789 [2023-02-27T02:39:47.662Z] Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-02-27T02:39:47.662Z] ---> Running in 722abe7079ba [2023-02-27T02:39:47.921Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-27T02:39:48.181Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-27T02:39:48.440Z] (1/4) Installing openssh-keygen (9.0_p1-r2) [2023-02-27T02:39:48.440Z] (2/4) Installing libedit (20210910.3.1-r0) [2023-02-27T02:39:48.440Z] (3/4) Installing openssh-client-common (9.0_p1-r2) [2023-02-27T02:39:48.440Z] (4/4) Installing openssh-client-default (9.0_p1-r2) [2023-02-27T02:39:48.440Z] Executing busybox-1.35.0-r17.trigger [2023-02-27T02:39:48.440Z] OK: 216 MiB in 55 packages [2023-02-27T02:39:49.010Z] Removing intermediate container 722abe7079ba [2023-02-27T02:39:49.010Z] ---> 29356b5da358 [2023-02-27T02:39:49.010Z] Step 8/12 : WORKDIR /device-mqtt-go [2023-02-27T02:39:49.010Z] ---> Running in b84cbec281d7 [2023-02-27T02:39:49.010Z] Removing intermediate container b84cbec281d7 [2023-02-27T02:39:49.010Z] ---> 689257ffbfc9 [2023-02-27T02:39:49.010Z] Step 9/12 : COPY go.mod vendor* ./ [2023-02-27T02:39:49.274Z] ---> 97b96d5be2ea [2023-02-27T02:39:49.274Z] Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-27T02:39:49.274Z] ---> Running in 66fb7977f0a2 [2023-02-27T02:39:50.406Z] Still waiting to schedule task [2023-02-27T02:39:50.406Z] ‘prd-ubuntu20.04-docker-arm64-4c-16g-7509’ is offline [2023-02-27T02:40:21.373Z] Removing intermediate container 66fb7977f0a2 [2023-02-27T02:40:21.373Z] ---> 8e3f26bc376b [2023-02-27T02:40:21.373Z] Step 11/12 : COPY . . [2023-02-27T02:40:21.373Z] ---> 31d24e6f1ca1 [2023-02-27T02:40:21.373Z] Step 12/12 : RUN $MAKE [2023-02-27T02:40:21.373Z] ---> Running in bf73d98c252f [2023-02-27T02:40:21.373Z] noop [2023-02-27T02:40:21.636Z] Removing intermediate container bf73d98c252f [2023-02-27T02:40:21.636Z] ---> f16cf9869f5b [2023-02-27T02:40:21.636Z] Successfully built f16cf9869f5b [2023-02-27T02:40:21.636Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-27T02:40:22.090Z] + docker inspect -f . ci-base-image-x86_64 [2023-02-27T02:40:22.090Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-27T02:40:22.233Z] prd-ubuntu20.04-docker-8c-8g-7514 does not seem to be running inside a container [2023-02-27T02:40:22.259Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_device-mqtt-go_PR-499 -v /w/workspace/gexfoundry_device-mqtt-go_PR-499:/w/workspace/gexfoundry_device-mqtt-go_PR-499:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-499@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-499@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-02-27T02:40:22.601Z] $ docker top a600d2de2405a28697a4d450929d38b9a0eaa76adf4f53b5bc89ff5447383bf0 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-27T02:40:22.989Z] + go version [2023-02-27T02:40:22.989Z] go version go1.18.7 linux/amd64 [Pipeline] } [2023-02-27T02:40:23.023Z] $ docker stop --time=1 a600d2de2405a28697a4d450929d38b9a0eaa76adf4f53b5bc89ff5447383bf0 [2023-02-27T02:40:24.298Z] $ docker rm -f --volumes a600d2de2405a28697a4d450929d38b9a0eaa76adf4f53b5bc89ff5447383bf0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-27T02:40:25.019Z] + docker inspect -f . ci-base-image-x86_64 [2023-02-27T02:40:25.019Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-27T02:40:25.160Z] prd-ubuntu20.04-docker-8c-8g-7514 does not seem to be running inside a container [2023-02-27T02:40:25.188Z] $ 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-499 -v /w/workspace/gexfoundry_device-mqtt-go_PR-499:/w/workspace/gexfoundry_device-mqtt-go_PR-499:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-499@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-499@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-02-27T02:40:25.539Z] $ docker top 2a61ab1e06b983223010ca6d08aced8b90a05dd661192272ad693426bad40906 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-27T02:40:25.922Z] + git config --global --add safe.directory /w/workspace/gexfoundry_device-mqtt-go_PR-499 [Pipeline] fileExists [Pipeline] sh [2023-02-27T02:40:26.285Z] + make test [2023-02-27T02:40:26.285Z] go test ./... -coverprofile=coverage.out ./... [2023-02-27T02:40:26.542Z] ? github.com/edgexfoundry/device-mqtt-go [no test files] [2023-02-27T02:40:34.662Z] ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] [2023-02-27T02:40:35.228Z] ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.014s coverage: 21.8% of statements [2023-02-27T02:40:35.228Z] ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] [2023-02-27T02:40:41.779Z] level=warning msg="[linters context] structcheck is disabled because of go1.18. You can track the evolution of the go1.18 support by following the https://github.com/golangci/golangci-lint/issues/2649." [2023-02-27T02:40:41.779Z] go vet ./... [2023-02-27T02:40:45.060Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-02-27T02:40:45.060Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-02-27T02:40:45.060Z] ./bin/test-attribution-txt.sh [2023-02-27T02:40:45.060Z] An attribution for golang.org/x/mod is missing from Attribution.txt, please add [2023-02-27T02:40:45.060Z] An attribution for golang.org/x/tools is missing from Attribution.txt, please add [Pipeline] echo [2023-02-27T02:40:45.102Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-02-27T02:40:45.132Z] $ docker stop --time=1 2a61ab1e06b983223010ca6d08aced8b90a05dd661192272ad693426bad40906 [2023-02-27T02:40:46.916Z] $ docker rm -f --volumes 2a61ab1e06b983223010ca6d08aced8b90a05dd661192272ad693426bad40906 [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-27T02:40:47.408Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-02-27T02:40:47.475Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2023-02-27T02:40:48.124Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-02-27T02:40:48.442Z] + ls -al . [2023-02-27T02:40:48.442Z] total 184 [2023-02-27T02:40:48.442Z] drwxrwxr-x 10 jenkins jenkins 4096 Feb 27 02:40 . [2023-02-27T02:40:48.442Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 27 02:39 .. [2023-02-27T02:40:48.442Z] -rw-rw-r-- 1 jenkins jenkins 140 Feb 27 02:39 .dockerignore [2023-02-27T02:40:48.442Z] drwxrwxr-x 8 jenkins jenkins 4096 Feb 27 02:40 .git [2023-02-27T02:40:48.442Z] drwxrwxr-x 3 jenkins jenkins 4096 Feb 27 02:39 .github [2023-02-27T02:40:48.442Z] -rw-rw-r-- 1 jenkins jenkins 329 Feb 27 02:39 .gitignore [2023-02-27T02:40:48.442Z] -rw-rw-r-- 1 jenkins jenkins 41 Feb 27 02:39 .golangci.yml [2023-02-27T02:40:48.442Z] drwxr-xr-x 3 jenkins jenkins 4096 Feb 27 02:39 .semver [2023-02-27T02:40:48.442Z] -rw-rw-r-- 1 jenkins jenkins 9189 Feb 27 02:39 Attribution.txt [2023-02-27T02:40:48.442Z] -rw-rw-r-- 1 jenkins jenkins 13162 Feb 27 02:39 CHANGELOG.md [2023-02-27T02:40:48.442Z] -rw-rw-r-- 1 jenkins jenkins 1689 Feb 27 02:39 Dockerfile [2023-02-27T02:40:48.442Z] -rw-rw-r-- 1 jenkins jenkins 677 Feb 27 02:39 GOVERNANCE.md [2023-02-27T02:40:48.442Z] -rw-rw-r-- 1 jenkins jenkins 678 Feb 27 02:39 Jenkinsfile [2023-02-27T02:40:48.442Z] -rw-rw-r-- 1 jenkins jenkins 11340 Feb 27 02:39 LICENSE [2023-02-27T02:40:48.442Z] -rw-rw-r-- 1 jenkins jenkins 1697 Feb 27 02:39 Makefile [2023-02-27T02:40:48.442Z] -rw-rw-r-- 1 jenkins jenkins 620 Feb 27 02:39 OWNERS.md [2023-02-27T02:40:48.442Z] -rw-rw-r-- 1 jenkins jenkins 3165 Feb 27 02:39 README.md [2023-02-27T02:40:48.442Z] -rw-rw-r-- 1 jenkins jenkins 5 Feb 27 02:39 VERSION [2023-02-27T02:40:48.442Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 27 02:39 bin [2023-02-27T02:40:48.442Z] drwxrwxr-x 3 jenkins jenkins 4096 Feb 27 02:39 cmd [2023-02-27T02:40:48.442Z] -rw-r--r-- 1 jenkins jenkins 17887 Feb 27 02:40 coverage.out [2023-02-27T02:40:48.442Z] -rw-rw-r-- 1 jenkins jenkins 3377 Feb 27 02:39 go.mod [2023-02-27T02:40:48.442Z] -rw-rw-r-- 1 jenkins jenkins 33254 Feb 27 02:39 go.sum [2023-02-27T02:40:48.442Z] drwxrwxr-x 3 jenkins jenkins 4096 Feb 27 02:39 internal [2023-02-27T02:40:48.442Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 27 02:39 mock [2023-02-27T02:40:48.442Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 27 02:39 snap [2023-02-27T02:40:48.442Z] -rw-rw-r-- 1 jenkins jenkins 227 Feb 27 02:39 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-27T02:40:48.848Z] + 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=1fd45674fe123da3006c204624f86819f570fb15 --label arch=amd64 --label version=0.0.0 . [2023-02-27T02:40:48.848Z] Sending build context to Docker daemon 6.356MB [2023-02-27T02:40:48.848Z] Step 1/24 : ARG BASE=golang:1.18-alpine3.16 [2023-02-27T02:40:48.848Z] Step 2/24 : FROM ${BASE} AS builder [2023-02-27T02:40:48.848Z] ---> f16cf9869f5b [2023-02-27T02:40:48.848Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-02-27T02:40:48.848Z] ---> Running in 6ad1ceaf46dc [2023-02-27T02:40:48.848Z] Removing intermediate container 6ad1ceaf46dc [2023-02-27T02:40:48.848Z] ---> cf2f15710d64 [2023-02-27T02:40:48.848Z] Step 4/24 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-02-27T02:40:49.108Z] ---> Running in c60fc2b41d9a [2023-02-27T02:40:49.108Z] Removing intermediate container c60fc2b41d9a [2023-02-27T02:40:49.108Z] ---> 0e66a1eddc34 [2023-02-27T02:40:49.108Z] Step 5/24 : ARG ALPINE_PKG_BASE="make git openssh-client" [2023-02-27T02:40:49.108Z] ---> Running in e0efd650d1c9 [2023-02-27T02:40:49.108Z] Removing intermediate container e0efd650d1c9 [2023-02-27T02:40:49.108Z] ---> 7d1b46912249 [2023-02-27T02:40:49.108Z] Step 6/24 : ARG ALPINE_PKG_EXTRA="" [2023-02-27T02:40:49.367Z] ---> Running in 57f0c4db0860 [2023-02-27T02:40:49.367Z] Removing intermediate container 57f0c4db0860 [2023-02-27T02:40:49.367Z] ---> 878b3d07ce20 [2023-02-27T02:40:49.367Z] Step 7/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-02-27T02:40:49.367Z] ---> Running in 0876b9185bf3 [2023-02-27T02:40:49.626Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-27T02:40:49.626Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-27T02:40:49.884Z] OK: 216 MiB in 55 packages [2023-02-27T02:40:50.151Z] Removing intermediate container 0876b9185bf3 [2023-02-27T02:40:50.151Z] ---> c9a9a959883e [2023-02-27T02:40:50.151Z] Step 8/24 : WORKDIR /device-mqtt-go [2023-02-27T02:40:50.151Z] ---> Running in 2f4b86bcbec0 [2023-02-27T02:40:50.411Z] Removing intermediate container 2f4b86bcbec0 [2023-02-27T02:40:50.411Z] ---> 602a43cfbab2 [2023-02-27T02:40:50.411Z] Step 9/24 : COPY go.mod vendor* ./ [2023-02-27T02:40:50.411Z] ---> a643e02aebdd [2023-02-27T02:40:50.411Z] Step 10/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-27T02:40:50.411Z] ---> Running in a29eacb96f61 [2023-02-27T02:40:51.345Z] Removing intermediate container a29eacb96f61 [2023-02-27T02:40:51.345Z] ---> acac7d39843d [2023-02-27T02:40:51.345Z] Step 11/24 : COPY . . [2023-02-27T02:40:51.604Z] ---> b38e9ea3577f [2023-02-27T02:40:51.604Z] Step 12/24 : RUN $MAKE [2023-02-27T02:40:51.604Z] ---> Running in 8f5238625eb2 [2023-02-27T02:40:51.868Z] 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-02-27T02:41:10.152Z] Removing intermediate container 8f5238625eb2 [2023-02-27T02:41:10.152Z] ---> d67a1bbcf048 [2023-02-27T02:41:10.152Z] Step 13/24 : FROM alpine:3.16 [2023-02-27T02:41:10.152Z] 3.16: Pulling from library/alpine [2023-02-27T02:41:10.152Z] ef5531b6e74e: Pulling fs layer [2023-02-27T02:41:10.152Z] ef5531b6e74e: Verifying Checksum [2023-02-27T02:41:10.152Z] ef5531b6e74e: Download complete [2023-02-27T02:41:10.152Z] ef5531b6e74e: Pull complete [2023-02-27T02:41:10.152Z] Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 [2023-02-27T02:41:10.152Z] Status: Downloaded newer image for alpine:3.16 [2023-02-27T02:41:10.152Z] ---> dfd21b5a31f5 [2023-02-27T02:41:10.152Z] Step 14/24 : LABEL license='VSPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IoTech Ltd' [2023-02-27T02:41:10.152Z] ---> Running in 22d5871904c5 [2023-02-27T02:41:10.152Z] Removing intermediate container 22d5871904c5 [2023-02-27T02:41:10.152Z] ---> 26fc98d1f8b9 [2023-02-27T02:41:10.152Z] Step 15/24 : RUN apk add --update --no-cache dumb-init [2023-02-27T02:41:10.152Z] ---> Running in 9224c151fe4d [2023-02-27T02:41:10.152Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-27T02:41:10.152Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-27T02:41:10.412Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-02-27T02:41:10.412Z] Executing busybox-1.35.0-r17.trigger [2023-02-27T02:41:10.412Z] OK: 6 MiB in 15 packages [2023-02-27T02:41:10.978Z] Removing intermediate container 9224c151fe4d [2023-02-27T02:41:10.978Z] ---> dd6788d693ba [2023-02-27T02:41:10.978Z] Step 16/24 : COPY --from=builder /device-mqtt-go/cmd / [2023-02-27T02:41:11.236Z] ---> cbce3867ee56 [2023-02-27T02:41:11.236Z] Step 17/24 : COPY --from=builder /device-mqtt-go/LICENSE / [2023-02-27T02:41:11.494Z] ---> cf0e3c67a2ff [2023-02-27T02:41:11.494Z] Step 18/24 : COPY --from=builder /device-mqtt-go/Attribution.txt / [2023-02-27T02:41:11.494Z] ---> 0db8edb4c243 [2023-02-27T02:41:11.494Z] Step 19/24 : EXPOSE 59982 [2023-02-27T02:41:11.752Z] ---> Running in 91d0b8052886 [2023-02-27T02:41:11.752Z] Removing intermediate container 91d0b8052886 [2023-02-27T02:41:11.752Z] ---> cee6d4ed30ca [2023-02-27T02:41:11.752Z] Step 20/24 : ENTRYPOINT ["/device-mqtt"] [2023-02-27T02:41:11.752Z] ---> Running in 9322b5f217f4 [2023-02-27T02:41:11.752Z] Removing intermediate container 9322b5f217f4 [2023-02-27T02:41:11.752Z] ---> 2790fa85eb78 [2023-02-27T02:41:11.752Z] Step 21/24 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry"] [2023-02-27T02:41:12.010Z] ---> Running in 3ff75b0db388 [2023-02-27T02:41:12.010Z] Removing intermediate container 3ff75b0db388 [2023-02-27T02:41:12.010Z] ---> e346ec8c214c [2023-02-27T02:41:12.010Z] Step 22/24 : LABEL arch=amd64 [2023-02-27T02:41:12.010Z] ---> Running in 8d2185fa0217 [2023-02-27T02:41:12.010Z] Removing intermediate container 8d2185fa0217 [2023-02-27T02:41:12.010Z] ---> 84a843c32c4e [2023-02-27T02:41:12.010Z] Step 23/24 : LABEL git_sha=1fd45674fe123da3006c204624f86819f570fb15 [2023-02-27T02:41:12.010Z] ---> Running in 8362e4978d17 [2023-02-27T02:41:12.269Z] Removing intermediate container 8362e4978d17 [2023-02-27T02:41:12.269Z] ---> 2ee252d628f7 [2023-02-27T02:41:12.269Z] Step 24/24 : LABEL version=0.0.0 [2023-02-27T02:41:12.269Z] ---> Running in 35f7c7c27063 [2023-02-27T02:41:12.269Z] Removing intermediate container 35f7c7c27063 [2023-02-27T02:41:12.269Z] ---> 128d0117f183 [2023-02-27T02:41:12.269Z] [Warning] One or more build-args [ARCH] were not consumed [2023-02-27T02:41:12.269Z] Successfully built 128d0117f183 [2023-02-27T02:41:12.269Z] 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-02-27T02:41:13.189Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-27T02:41:13.190Z] [2023-02-27T02:41:13.190Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-27T02:41:13.570Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-27T02:41:13.570Z] latest: Pulling from edgex-lftools-log-publisher [2023-02-27T02:41:13.570Z] 5eb5b503b376: Pulling fs layer [2023-02-27T02:41:13.570Z] 5c69ac0246d0: Pulling fs layer [2023-02-27T02:41:13.570Z] ec43610c2a17: Pulling fs layer [2023-02-27T02:41:13.570Z] 3a2ae6a8a46f: Pulling fs layer [2023-02-27T02:41:13.570Z] 33b1e0a273af: Pulling fs layer [2023-02-27T02:41:13.570Z] 5d3b04190fa2: Pulling fs layer [2023-02-27T02:41:13.570Z] 2f39f015ded8: Pulling fs layer [2023-02-27T02:41:13.570Z] 3a2ae6a8a46f: Waiting [2023-02-27T02:41:13.570Z] 33b1e0a273af: Waiting [2023-02-27T02:41:13.570Z] 5d3b04190fa2: Waiting [2023-02-27T02:41:13.570Z] 2f39f015ded8: Waiting [2023-02-27T02:41:13.570Z] 5c69ac0246d0: Download complete [2023-02-27T02:41:13.571Z] 3a2ae6a8a46f: Download complete [2023-02-27T02:41:13.829Z] 33b1e0a273af: Verifying Checksum [2023-02-27T02:41:13.829Z] 33b1e0a273af: Download complete [2023-02-27T02:41:13.829Z] 5d3b04190fa2: Verifying Checksum [2023-02-27T02:41:13.829Z] 5d3b04190fa2: Download complete [2023-02-27T02:41:13.829Z] ec43610c2a17: Verifying Checksum [2023-02-27T02:41:13.829Z] ec43610c2a17: Download complete [2023-02-27T02:41:13.829Z] 5eb5b503b376: Verifying Checksum [2023-02-27T02:41:13.829Z] 5eb5b503b376: Download complete [2023-02-27T02:41:14.397Z] 2f39f015ded8: Download complete [2023-02-27T02:41:14.960Z] 5eb5b503b376: Pull complete [2023-02-27T02:41:14.960Z] 5c69ac0246d0: Pull complete [2023-02-27T02:41:15.523Z] ec43610c2a17: Pull complete [2023-02-27T02:41:15.523Z] 3a2ae6a8a46f: Pull complete [2023-02-27T02:41:15.780Z] 33b1e0a273af: Pull complete [2023-02-27T02:41:15.780Z] 5d3b04190fa2: Pull complete [2023-02-27T02:41:18.450Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-7516 in /w/workspace/gexfoundry_device-mqtt-go_PR-499 [Pipeline] { [Pipeline] ws [2023-02-27T02:41:18.509Z] Running in /w/workspace/device-mqtt-go/1 [Pipeline] { [Pipeline] checkout [2023-02-27T02:41:18.601Z] Selected Git installation does not exist. Using Default [2023-02-27T02:41:18.601Z] The recommended git tool is: NONE [2023-02-27T02:41:19.962Z] 2f39f015ded8: Pull complete [2023-02-27T02:41:19.962Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-02-27T02:41:19.962Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-27T02:41:19.962Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-27T02:41:20.179Z] prd-ubuntu20.04-docker-8c-8g-7514 does not seem to be running inside a container [2023-02-27T02:41:20.209Z] $ 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-499 -v /w/workspace/gexfoundry_device-mqtt-go_PR-499:/w/workspace/gexfoundry_device-mqtt-go_PR-499:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-499@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-499@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-02-27T02:41:21.732Z] $ docker top 8a4060553da69e93c2c4bab8b73719fdda560dfd6d64253c298bd549241653b7 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-27T02:41:22.189Z] ---> job-cost.sh [2023-02-27T02:41:22.189Z] lf-activate-venv: SKIPPING [2023-02-27T02:41:22.189Z] INFO: No Stack... [2023-02-27T02:41:22.449Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-02-27T02:41:23.016Z] INFO: Archiving Costs [Pipeline] sh [2023-02-27T02:41:23.326Z] + cat /w/workspace/gexfoundry_device-mqtt-go_PR-499/archives/cost.csv [2023-02-27T02:41:23.326Z] + cut -d, -f6 [Pipeline] lock [2023-02-27T02:41:23.369Z] Trying to acquire lock on [jenkins-edgexfoundry-device-mqtt-go-PR-499-1-stack-cost] [2023-02-27T02:41:23.374Z] Resource [jenkins-edgexfoundry-device-mqtt-go-PR-499-1-stack-cost] did not exist. Created. [2023-02-27T02:41:23.374Z] Lock acquired on [jenkins-edgexfoundry-device-mqtt-go-PR-499-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-02-27T02:41:23.762Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-02-27T02:41:23.815Z] Stashed 1 file(s) [Pipeline] } [2023-02-27T02:41:23.849Z] Lock released on resource [jenkins-edgexfoundry-device-mqtt-go-PR-499-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-02-27T02:41:23.936Z] $ docker stop --time=1 8a4060553da69e93c2c4bab8b73719fdda560dfd6d64253c298bd549241653b7 [2023-02-27T02:41:25.084Z] $ docker rm -f --volumes 8a4060553da69e93c2c4bab8b73719fdda560dfd6d64253c298bd549241653b7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-02-27T02:41:25.893Z] using credential edgex-jenkins-ssh [2023-02-27T02:41:25.912Z] Cloning the remote Git repository [2023-02-27T02:41:25.961Z] Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git [2023-02-27T02:41:26.071Z] > git init /w/workspace/device-mqtt-go/1 # timeout=10 [2023-02-27T02:41:26.257Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2023-02-27T02:41:26.259Z] > git --version # timeout=10 [2023-02-27T02:41:26.290Z] > git --version # 'git version 2.25.1' [2023-02-27T02:41:26.293Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-02-27T02:41:26.365Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-02-27T02:41:27.605Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2023-02-27T02:41:27.635Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-02-27T02:41:29.268Z] Merging remotes/origin/main commit bc7652beee9a90296fe0b57947c4589a421f5e02 into PR head commit 1fd45674fe123da3006c204624f86819f570fb15 [2023-02-27T02:41:29.515Z] Merge succeeded, producing 1fd45674fe123da3006c204624f86819f570fb15 [2023-02-27T02:41:29.516Z] Checking out Revision 1fd45674fe123da3006c204624f86819f570fb15 (PR-499) [2023-02-27T02:41:28.643Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2023-02-27T02:41:28.694Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2023-02-27T02:41:28.695Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-02-27T02:41:28.717Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/499/head:refs/remotes/origin/PR-499 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2023-02-27T02:41:29.288Z] > git config core.sparsecheckout # timeout=10 [2023-02-27T02:41:29.308Z] > git checkout -f 1fd45674fe123da3006c204624f86819f570fb15 # timeout=10 [2023-02-27T02:41:29.399Z] > git remote # timeout=10 [2023-02-27T02:41:29.419Z] > git config --get remote.origin.url # timeout=10 [2023-02-27T02:41:29.455Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-02-27T02:41:29.469Z] > git merge bc7652beee9a90296fe0b57947c4589a421f5e02 # timeout=10 [2023-02-27T02:41:29.500Z] > git rev-parse HEAD^{commit} # timeout=10 [2023-02-27T02:41:29.523Z] > git config core.sparsecheckout # timeout=10 [2023-02-27T02:41:29.543Z] > git checkout -f 1fd45674fe123da3006c204624f86819f570fb15 # timeout=10 [2023-02-27T02:41:30.003Z] Commit message: "build(deps): bump github.com/edgexfoundry/device-sdk-go/v3" [2023-02-27T02:41:30.056Z] > git --version # timeout=10 [2023-02-27T02:41:30.067Z] > git --version # 'git version 2.25.1' [2023-02-27T02:41:30.082Z] fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-02-27T02:41:31.133Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-02-27T02:41:31.133Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-27T02:41:31.133Z] Dload Upload Total Spent Left Speed [2023-02-27T02:41:31.133Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 102k 0 --:--:-- --:--:-- --:--:-- 102k [Pipeline] sh [2023-02-27T02:41:31.806Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-02-27T02:41:32.153Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-02-27T02:41:32.153Z] + sudo tee /etc/docker/daemon.new [2023-02-27T02:41:32.153Z] { [2023-02-27T02:41:32.153Z] "registry-mirrors": [ [2023-02-27T02:41:32.153Z] "https://nexus3.edgexfoundry.org:10001" [2023-02-27T02:41:32.153Z] ], [2023-02-27T02:41:32.153Z] "bip": "10.250.0.254/24", [2023-02-27T02:41:32.153Z] "hosts": [ [2023-02-27T02:41:32.153Z] "tcp://0.0.0.0:5555", [2023-02-27T02:41:32.153Z] "unix:///var/run/docker.sock" [2023-02-27T02:41:32.153Z] ], [2023-02-27T02:41:32.153Z] "mtu": 1458, [2023-02-27T02:41:32.153Z] "selinux-enabled": true, [2023-02-27T02:41:32.153Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-02-27T02:41:32.153Z] } [Pipeline] sh [2023-02-27T02:41:32.508Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-02-27T02:41:32.860Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-27T02:41:51.196Z] provisioning config files... [2023-02-27T02:41:51.224Z] copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/1@tmp/config18156006868805168567tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-27T02:41:51.617Z] ---> docker-login.sh [2023-02-27T02:41:51.617Z] nexus3.edgexfoundry.org:10001 [2023-02-27T02:41:52.207Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-27T02:41:52.207Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-27T02:41:52.207Z] Configure a credential helper to remove this warning. See [2023-02-27T02:41:52.207Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-27T02:41:52.207Z] [2023-02-27T02:41:52.207Z] Login Succeeded [2023-02-27T02:41:52.207Z] nexus3.edgexfoundry.org:10002 [2023-02-27T02:41:52.475Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-27T02:41:52.750Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-27T02:41:52.750Z] Configure a credential helper to remove this warning. See [2023-02-27T02:41:52.750Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-27T02:41:52.750Z] [2023-02-27T02:41:52.750Z] Login Succeeded [2023-02-27T02:41:52.750Z] nexus3.edgexfoundry.org:10003 [2023-02-27T02:41:52.750Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-27T02:41:53.019Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-27T02:41:53.019Z] Configure a credential helper to remove this warning. See [2023-02-27T02:41:53.019Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-27T02:41:53.019Z] [2023-02-27T02:41:53.019Z] Login Succeeded [2023-02-27T02:41:53.020Z] nexus3.edgexfoundry.org:10004 [2023-02-27T02:41:53.292Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-27T02:41:53.292Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-27T02:41:53.292Z] Configure a credential helper to remove this warning. See [2023-02-27T02:41:53.292Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-27T02:41:53.292Z] [2023-02-27T02:41:53.292Z] Login Succeeded [2023-02-27T02:41:53.292Z] docker.io [2023-02-27T02:41:53.560Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-27T02:41:53.831Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-27T02:41:53.831Z] Configure a credential helper to remove this warning. See [2023-02-27T02:41:53.831Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-27T02:41:53.831Z] [2023-02-27T02:41:53.831Z] Login Succeeded [2023-02-27T02:41:53.831Z] ---> docker-login.sh ends [Pipeline] } [2023-02-27T02:41:53.863Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-02-27T02:41:54.261Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-27T02:41:54.299Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-27T02:41:54.331Z] ========================================================= [2023-02-27T02:41:54.331Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2023-02-27T02:41:54.331Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-27T02:41:54.832Z] + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine --build-arg MAKE=echo noop --target=builder . [2023-02-27T02:41:55.102Z] Sending build context to Docker daemon 3.289MB [2023-02-27T02:41:55.102Z] Step 1/12 : ARG BASE=golang:1.18-alpine3.16 [2023-02-27T02:41:55.102Z] Step 2/12 : FROM ${BASE} AS builder [2023-02-27T02:41:55.371Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-02-27T02:41:55.371Z] 9b18e9b68314: Pulling fs layer [2023-02-27T02:41:55.371Z] 35d82f9e3411: Pulling fs layer [2023-02-27T02:41:55.371Z] e16973657156: Pulling fs layer [2023-02-27T02:41:55.371Z] fc693d55d65f: Pulling fs layer [2023-02-27T02:41:55.371Z] 7e9fc2657dce: Pulling fs layer [2023-02-27T02:41:55.371Z] dda99020689f: Pulling fs layer [2023-02-27T02:41:55.371Z] db1c61fa0a46: Pulling fs layer [2023-02-27T02:41:55.371Z] 891c053d2c06: Pulling fs layer [2023-02-27T02:41:55.371Z] dda99020689f: Waiting [2023-02-27T02:41:55.371Z] db1c61fa0a46: Waiting [2023-02-27T02:41:55.371Z] 891c053d2c06: Waiting [2023-02-27T02:41:55.371Z] fc693d55d65f: Waiting [2023-02-27T02:41:55.371Z] 7e9fc2657dce: Waiting [2023-02-27T02:41:55.371Z] e16973657156: Verifying Checksum [2023-02-27T02:41:55.371Z] e16973657156: Download complete [2023-02-27T02:41:55.371Z] 35d82f9e3411: Verifying Checksum [2023-02-27T02:41:55.371Z] 35d82f9e3411: Download complete [2023-02-27T02:41:55.371Z] 7e9fc2657dce: Download complete [2023-02-27T02:41:55.371Z] dda99020689f: Download complete [2023-02-27T02:41:55.371Z] 9b18e9b68314: Verifying Checksum [2023-02-27T02:41:55.371Z] 9b18e9b68314: Download complete [2023-02-27T02:41:56.338Z] 9b18e9b68314: Pull complete [2023-02-27T02:41:56.611Z] 891c053d2c06: Verifying Checksum [2023-02-27T02:41:56.611Z] 891c053d2c06: Download complete [2023-02-27T02:41:56.885Z] 35d82f9e3411: Pull complete [2023-02-27T02:41:57.157Z] e16973657156: Pull complete [2023-02-27T02:41:57.746Z] db1c61fa0a46: Verifying Checksum [2023-02-27T02:41:57.747Z] db1c61fa0a46: Download complete [2023-02-27T02:41:58.330Z] fc693d55d65f: Verifying Checksum [2023-02-27T02:41:58.330Z] fc693d55d65f: Download complete [2023-02-27T02:42:13.474Z] fc693d55d65f: Pull complete [2023-02-27T02:42:13.474Z] 7e9fc2657dce: Pull complete [2023-02-27T02:42:13.474Z] dda99020689f: Pull complete [2023-02-27T02:42:18.846Z] db1c61fa0a46: Pull complete [2023-02-27T02:42:21.439Z] 891c053d2c06: Pull complete [2023-02-27T02:42:21.439Z] Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 [2023-02-27T02:42:21.440Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-02-27T02:42:21.440Z] ---> f96f9c87975a [2023-02-27T02:42:21.440Z] Step 3/12 : ARG ADD_BUILD_TAGS="" [2023-02-27T02:42:22.031Z] ---> Running in 128f236a23a0 [2023-02-27T02:42:22.302Z] Removing intermediate container 128f236a23a0 [2023-02-27T02:42:22.302Z] ---> 1599dcea3cc3 [2023-02-27T02:42:22.302Z] Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-02-27T02:42:22.571Z] ---> Running in d3068e61cf4b [2023-02-27T02:42:22.840Z] Removing intermediate container d3068e61cf4b [2023-02-27T02:42:22.840Z] ---> ba0820cd9453 [2023-02-27T02:42:22.840Z] Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client" [2023-02-27T02:42:22.840Z] ---> Running in a877ba769176 [2023-02-27T02:42:23.111Z] Removing intermediate container a877ba769176 [2023-02-27T02:42:23.111Z] ---> 2955b6e4d481 [2023-02-27T02:42:23.111Z] Step 6/12 : ARG ALPINE_PKG_EXTRA="" [2023-02-27T02:42:23.380Z] ---> Running in bacedead9554 [2023-02-27T02:42:23.648Z] Removing intermediate container bacedead9554 [2023-02-27T02:42:23.648Z] ---> d2b571a5efb0 [2023-02-27T02:42:23.648Z] Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-02-27T02:42:23.648Z] ---> Running in f044114d44fc [2023-02-27T02:42:24.637Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-27T02:42:25.232Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-27T02:42:26.237Z] (1/4) Installing openssh-keygen (9.0_p1-r2) [2023-02-27T02:42:26.237Z] (2/4) Installing libedit (20210910.3.1-r0) [2023-02-27T02:42:26.237Z] (3/4) Installing openssh-client-common (9.0_p1-r2) [2023-02-27T02:42:26.237Z] (4/4) Installing openssh-client-default (9.0_p1-r2) [2023-02-27T02:42:26.237Z] Executing busybox-1.35.0-r17.trigger [2023-02-27T02:42:26.237Z] OK: 226 MiB in 55 packages [2023-02-27T02:42:27.324Z] Removing intermediate container f044114d44fc [2023-02-27T02:42:27.324Z] ---> d928082a6829 [2023-02-27T02:42:27.324Z] Step 8/12 : WORKDIR /device-mqtt-go [2023-02-27T02:42:27.324Z] ---> Running in cbc6b9a91729 [2023-02-27T02:42:27.594Z] Removing intermediate container cbc6b9a91729 [2023-02-27T02:42:27.594Z] ---> c34f45de9258 [2023-02-27T02:42:27.594Z] Step 9/12 : COPY go.mod vendor* ./ [2023-02-27T02:42:30.186Z] ---> 38bf095cd3e3 [2023-02-27T02:42:30.186Z] Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-27T02:42:30.186Z] ---> Running in 2dc1112aeef7 [2023-02-27T02:43:38.065Z] Removing intermediate container 2dc1112aeef7 [2023-02-27T02:43:38.065Z] ---> 98b34915be29 [2023-02-27T02:43:38.065Z] Step 11/12 : COPY . . [2023-02-27T02:43:38.065Z] ---> b4cb735bc3e4 [2023-02-27T02:43:38.065Z] Step 12/12 : RUN $MAKE [2023-02-27T02:43:38.065Z] ---> Running in bc0c488c62a4 [2023-02-27T02:43:38.065Z] noop [2023-02-27T02:43:38.065Z] Removing intermediate container bc0c488c62a4 [2023-02-27T02:43:38.065Z] ---> 3ac9789b76d6 [2023-02-27T02:43:38.065Z] Successfully built 3ac9789b76d6 [2023-02-27T02:43:38.065Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-27T02:43:38.584Z] + docker inspect -f . ci-base-image-arm64 [2023-02-27T02:43:38.585Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-27T02:43:38.848Z] prd-ubuntu20.04-docker-arm64-4c-16g-7516 does not seem to be running inside a container [2023-02-27T02:43:38.913Z] $ 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-02-27T02:43:40.147Z] $ docker top 3d3596d7278676e6bcc29e3767110c77716777aa72f2da0012c6bbcd773ed5d7 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-27T02:43:41.023Z] + go version [2023-02-27T02:43:41.023Z] go version go1.18.7 linux/arm64 [Pipeline] } [2023-02-27T02:43:41.061Z] $ docker stop --time=1 3d3596d7278676e6bcc29e3767110c77716777aa72f2da0012c6bbcd773ed5d7 [2023-02-27T02:43:42.694Z] $ docker rm -f --volumes 3d3596d7278676e6bcc29e3767110c77716777aa72f2da0012c6bbcd773ed5d7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-27T02:43:43.576Z] + docker inspect -f . ci-base-image-arm64 [2023-02-27T02:43:43.576Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-27T02:43:43.839Z] prd-ubuntu20.04-docker-arm64-4c-16g-7516 does not seem to be running inside a container [2023-02-27T02:43:43.909Z] $ 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-02-27T02:43:45.071Z] $ docker top b5d84585853031e91d68ff4b7d9a09b2b2059d744b6f81aeea954b0f00c16e20 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-27T02:43:45.947Z] + git config --global --add safe.directory /w/workspace/device-mqtt-go/1 [Pipeline] fileExists [Pipeline] sh [2023-02-27T02:43:46.650Z] + make test [2023-02-27T02:43:46.650Z] go test ./... -coverprofile=coverage.out ./... [2023-02-27T02:43:48.074Z] ? github.com/edgexfoundry/device-mqtt-go [no test files] [2023-02-27T02:45:09.710Z] ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] [2023-02-27T02:45:09.978Z] ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.064s coverage: 21.8% of statements [2023-02-27T02:45:09.978Z] ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] [2023-02-27T02:45:10.563Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-02-27T02:45:10.563Z] go vet ./... [2023-02-27T02:45:32.650Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-02-27T02:45:32.650Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-02-27T02:45:32.650Z] ./bin/test-attribution-txt.sh [2023-02-27T02:45:32.920Z] An attribution for golang.org/x/mod is missing from Attribution.txt, please add [2023-02-27T02:45:32.920Z] An attribution for golang.org/x/tools is missing from Attribution.txt, please add [Pipeline] echo [2023-02-27T02:45:32.954Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-02-27T02:45:32.990Z] $ docker stop --time=1 b5d84585853031e91d68ff4b7d9a09b2b2059d744b6f81aeea954b0f00c16e20 [2023-02-27T02:45:34.731Z] $ docker rm -f --volumes b5d84585853031e91d68ff4b7d9a09b2b2059d744b6f81aeea954b0f00c16e20 [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-27T02:45:35.715Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-02-27T02:45:35.748Z] Warning: overwriting stash ‘coverage-report’ [2023-02-27T02:45:36.224Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-02-27T02:45:36.799Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-02-27T02:45:37.133Z] + ls -al . [2023-02-27T02:45:37.133Z] total 180 [2023-02-27T02:45:37.133Z] drwxrwxr-x 9 jenkins jenkins 4096 Feb 27 02:43 . [2023-02-27T02:45:37.133Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 27 02:41 .. [2023-02-27T02:45:37.133Z] -rw-rw-r-- 1 jenkins jenkins 140 Feb 27 02:41 .dockerignore [2023-02-27T02:45:37.133Z] drwxrwxr-x 8 jenkins jenkins 4096 Feb 27 02:41 .git [2023-02-27T02:45:37.133Z] drwxrwxr-x 3 jenkins jenkins 4096 Feb 27 02:41 .github [2023-02-27T02:45:37.133Z] -rw-rw-r-- 1 jenkins jenkins 329 Feb 27 02:41 .gitignore [2023-02-27T02:45:37.133Z] -rw-rw-r-- 1 jenkins jenkins 41 Feb 27 02:41 .golangci.yml [2023-02-27T02:45:37.133Z] -rw-rw-r-- 1 jenkins jenkins 9189 Feb 27 02:41 Attribution.txt [2023-02-27T02:45:37.133Z] -rw-rw-r-- 1 jenkins jenkins 13162 Feb 27 02:41 CHANGELOG.md [2023-02-27T02:45:37.133Z] -rw-rw-r-- 1 jenkins jenkins 1689 Feb 27 02:41 Dockerfile [2023-02-27T02:45:37.133Z] -rw-rw-r-- 1 jenkins jenkins 677 Feb 27 02:41 GOVERNANCE.md [2023-02-27T02:45:37.133Z] -rw-rw-r-- 1 jenkins jenkins 678 Feb 27 02:41 Jenkinsfile [2023-02-27T02:45:37.133Z] -rw-rw-r-- 1 jenkins jenkins 11340 Feb 27 02:41 LICENSE [2023-02-27T02:45:37.133Z] -rw-rw-r-- 1 jenkins jenkins 1697 Feb 27 02:41 Makefile [2023-02-27T02:45:37.133Z] -rw-rw-r-- 1 jenkins jenkins 620 Feb 27 02:41 OWNERS.md [2023-02-27T02:45:37.133Z] -rw-rw-r-- 1 jenkins jenkins 3165 Feb 27 02:41 README.md [2023-02-27T02:45:37.133Z] -rw-rw-r-- 1 jenkins jenkins 5 Feb 27 02:39 VERSION [2023-02-27T02:45:37.133Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 27 02:41 bin [2023-02-27T02:45:37.133Z] drwxrwxr-x 3 jenkins jenkins 4096 Feb 27 02:41 cmd [2023-02-27T02:45:37.133Z] -rw-r--r-- 1 jenkins jenkins 17887 Feb 27 02:45 coverage.out [2023-02-27T02:45:37.133Z] -rw-rw-r-- 1 jenkins jenkins 3377 Feb 27 02:41 go.mod [2023-02-27T02:45:37.133Z] -rw-rw-r-- 1 jenkins jenkins 33254 Feb 27 02:41 go.sum [2023-02-27T02:45:37.133Z] drwxrwxr-x 3 jenkins jenkins 4096 Feb 27 02:41 internal [2023-02-27T02:45:37.133Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 27 02:41 mock [2023-02-27T02:45:37.133Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 27 02:41 snap [2023-02-27T02:45:37.133Z] -rw-rw-r-- 1 jenkins jenkins 227 Feb 27 02:41 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-27T02:45:37.567Z] + 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=1fd45674fe123da3006c204624f86819f570fb15 --label arch=arm64 --label version=0.0.0 . [2023-02-27T02:45:37.834Z] Sending build context to Docker daemon 3.308MB [2023-02-27T02:45:37.834Z] Step 1/24 : ARG BASE=golang:1.18-alpine3.16 [2023-02-27T02:45:37.834Z] Step 2/24 : FROM ${BASE} AS builder [2023-02-27T02:45:37.834Z] ---> 3ac9789b76d6 [2023-02-27T02:45:37.834Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-02-27T02:45:38.101Z] ---> Running in 0513379fc04f [2023-02-27T02:45:38.369Z] Removing intermediate container 0513379fc04f [2023-02-27T02:45:38.369Z] ---> 837badff9bf3 [2023-02-27T02:45:38.369Z] Step 4/24 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-02-27T02:45:38.637Z] ---> Running in bfa13d08f919 [2023-02-27T02:45:38.908Z] Removing intermediate container bfa13d08f919 [2023-02-27T02:45:38.908Z] ---> 5fb0e5430d9a [2023-02-27T02:45:38.908Z] Step 5/24 : ARG ALPINE_PKG_BASE="make git openssh-client" [2023-02-27T02:45:39.182Z] ---> Running in 48ffab9a3c12 [2023-02-27T02:45:39.450Z] Removing intermediate container 48ffab9a3c12 [2023-02-27T02:45:39.450Z] ---> 6eac1b938e33 [2023-02-27T02:45:39.450Z] Step 6/24 : ARG ALPINE_PKG_EXTRA="" [2023-02-27T02:45:39.450Z] ---> Running in 19f2effffdc3 [2023-02-27T02:45:40.038Z] Removing intermediate container 19f2effffdc3 [2023-02-27T02:45:40.038Z] ---> 1d8ec65eaf85 [2023-02-27T02:45:40.038Z] Step 7/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-02-27T02:45:40.038Z] ---> Running in 1ea63ff13a3d [2023-02-27T02:45:41.004Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-27T02:45:41.272Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-27T02:45:42.686Z] OK: 226 MiB in 55 packages [2023-02-27T02:45:44.646Z] Removing intermediate container 1ea63ff13a3d [2023-02-27T02:45:44.646Z] ---> 4919c90a44f7 [2023-02-27T02:45:44.646Z] Step 8/24 : WORKDIR /device-mqtt-go [2023-02-27T02:45:44.915Z] ---> Running in 39d8e4d00789 [2023-02-27T02:45:45.184Z] Removing intermediate container 39d8e4d00789 [2023-02-27T02:45:45.184Z] ---> eb93c78f665a [2023-02-27T02:45:45.184Z] Step 9/24 : COPY go.mod vendor* ./ [2023-02-27T02:45:45.772Z] ---> 6c51475067d5 [2023-02-27T02:45:45.772Z] Step 10/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-27T02:45:45.772Z] ---> Running in 8448e5c992f9 [2023-02-27T02:45:49.128Z] Removing intermediate container 8448e5c992f9 [2023-02-27T02:45:49.128Z] ---> 5f9845b7d3f6 [2023-02-27T02:45:49.128Z] Step 11/24 : COPY . . [2023-02-27T02:45:49.733Z] ---> 438ba2e6674d [2023-02-27T02:45:49.733Z] Step 12/24 : RUN $MAKE [2023-02-27T02:45:49.733Z] ---> Running in 794517a40140 [2023-02-27T02:45:50.701Z] 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-02-27T02:48:12.569Z] Removing intermediate container 794517a40140 [2023-02-27T02:48:12.569Z] ---> 06bd6f2ff5bb [2023-02-27T02:48:12.569Z] Step 13/24 : FROM alpine:3.16 [2023-02-27T02:48:12.569Z] 3.16: Pulling from library/alpine [2023-02-27T02:48:12.569Z] 3760b48202b3: Pulling fs layer [2023-02-27T02:48:12.569Z] 3760b48202b3: Download complete [2023-02-27T02:48:12.569Z] 3760b48202b3: Pull complete [2023-02-27T02:48:12.569Z] Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 [2023-02-27T02:48:12.569Z] Status: Downloaded newer image for alpine:3.16 [2023-02-27T02:48:12.569Z] ---> 4c81e5bf8899 [2023-02-27T02:48:12.569Z] Step 14/24 : LABEL license='VSPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IoTech Ltd' [2023-02-27T02:48:12.569Z] ---> Running in d62048210d69 [2023-02-27T02:48:12.569Z] Removing intermediate container d62048210d69 [2023-02-27T02:48:12.569Z] ---> 05dfe42be697 [2023-02-27T02:48:12.569Z] Step 15/24 : RUN apk add --update --no-cache dumb-init [2023-02-27T02:48:12.569Z] ---> Running in 1a4b73b3d28b [2023-02-27T02:48:12.569Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-27T02:48:12.569Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-27T02:48:13.173Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-02-27T02:48:13.173Z] Executing busybox-1.35.0-r17.trigger [2023-02-27T02:48:13.173Z] OK: 5 MiB in 15 packages [2023-02-27T02:48:14.163Z] Removing intermediate container 1a4b73b3d28b [2023-02-27T02:48:14.163Z] ---> 0e7bc9e5ce5e [2023-02-27T02:48:14.163Z] Step 16/24 : COPY --from=builder /device-mqtt-go/cmd / [2023-02-27T02:48:15.615Z] ---> 21f2b0c01e05 [2023-02-27T02:48:15.615Z] Step 17/24 : COPY --from=builder /device-mqtt-go/LICENSE / [2023-02-27T02:48:15.885Z] ---> f32deb2000be [2023-02-27T02:48:15.885Z] Step 18/24 : COPY --from=builder /device-mqtt-go/Attribution.txt / [2023-02-27T02:48:16.472Z] ---> 6ee29e72ddf1 [2023-02-27T02:48:16.472Z] Step 19/24 : EXPOSE 59982 [2023-02-27T02:48:16.472Z] ---> Running in fbf63d28602d [2023-02-27T02:48:16.739Z] Removing intermediate container fbf63d28602d [2023-02-27T02:48:16.739Z] ---> f19b65e9ab6d [2023-02-27T02:48:16.739Z] Step 20/24 : ENTRYPOINT ["/device-mqtt"] [2023-02-27T02:48:16.739Z] ---> Running in 6d520eaab587 [2023-02-27T02:48:17.006Z] Removing intermediate container 6d520eaab587 [2023-02-27T02:48:17.006Z] ---> 4df5ff6666a0 [2023-02-27T02:48:17.006Z] Step 21/24 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry"] [2023-02-27T02:48:17.286Z] ---> Running in 9e69ea95be9a [2023-02-27T02:48:17.557Z] Removing intermediate container 9e69ea95be9a [2023-02-27T02:48:17.557Z] ---> c9c57dcaa570 [2023-02-27T02:48:17.557Z] Step 22/24 : LABEL arch=arm64 [2023-02-27T02:48:17.557Z] ---> Running in 0d0387d4447e [2023-02-27T02:48:17.826Z] Removing intermediate container 0d0387d4447e [2023-02-27T02:48:17.826Z] ---> 4374744ea8b1 [2023-02-27T02:48:17.826Z] Step 23/24 : LABEL git_sha=1fd45674fe123da3006c204624f86819f570fb15 [2023-02-27T02:48:17.826Z] ---> Running in 4c6742f3703c [2023-02-27T02:48:18.095Z] Removing intermediate container 4c6742f3703c [2023-02-27T02:48:18.095Z] ---> 8e1b58543094 [2023-02-27T02:48:18.095Z] Step 24/24 : LABEL version=0.0.0 [2023-02-27T02:48:18.366Z] ---> Running in 360d21a8f0a0 [2023-02-27T02:48:18.634Z] Removing intermediate container 360d21a8f0a0 [2023-02-27T02:48:18.634Z] ---> 9052091febec [2023-02-27T02:48:18.634Z] [Warning] One or more build-args [ARCH] were not consumed [2023-02-27T02:48:18.634Z] Successfully built 9052091febec [2023-02-27T02:48:18.634Z] 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-02-27T02:48:19.501Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-02-27T02:48:19.501Z] [2023-02-27T02:48:19.501Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-27T02:48:19.906Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-02-27T02:48:19.906Z] arm64: Pulling from edgex-lftools-log-publisher [2023-02-27T02:48:19.906Z] 8998bd30e6a1: Pulling fs layer [2023-02-27T02:48:19.906Z] 04944245beec: Pulling fs layer [2023-02-27T02:48:19.906Z] 699f458cf7ca: Pulling fs layer [2023-02-27T02:48:19.906Z] 765212b225bb: Pulling fs layer [2023-02-27T02:48:19.906Z] f23df028b6ca: Pulling fs layer [2023-02-27T02:48:19.906Z] d65c8cfc05b1: Pulling fs layer [2023-02-27T02:48:19.906Z] 2437ff75d9bd: Pulling fs layer [2023-02-27T02:48:19.906Z] f23df028b6ca: Waiting [2023-02-27T02:48:19.906Z] d65c8cfc05b1: Waiting [2023-02-27T02:48:19.906Z] 2437ff75d9bd: Waiting [2023-02-27T02:48:19.906Z] 765212b225bb: Waiting [2023-02-27T02:48:20.175Z] 04944245beec: Verifying Checksum [2023-02-27T02:48:20.175Z] 04944245beec: Download complete [2023-02-27T02:48:20.175Z] 765212b225bb: Verifying Checksum [2023-02-27T02:48:20.175Z] 765212b225bb: Download complete [2023-02-27T02:48:20.175Z] f23df028b6ca: Download complete [2023-02-27T02:48:20.449Z] d65c8cfc05b1: Verifying Checksum [2023-02-27T02:48:20.449Z] d65c8cfc05b1: Download complete [2023-02-27T02:48:20.449Z] 699f458cf7ca: Verifying Checksum [2023-02-27T02:48:20.449Z] 699f458cf7ca: Download complete [2023-02-27T02:48:20.720Z] 8998bd30e6a1: Verifying Checksum [2023-02-27T02:48:20.720Z] 8998bd30e6a1: Download complete [2023-02-27T02:48:23.323Z] 2437ff75d9bd: Verifying Checksum [2023-02-27T02:48:23.323Z] 2437ff75d9bd: Download complete [2023-02-27T02:48:24.730Z] 8998bd30e6a1: Pull complete [2023-02-27T02:48:24.999Z] 04944245beec: Pull complete [2023-02-27T02:48:26.403Z] 699f458cf7ca: Pull complete [2023-02-27T02:48:26.670Z] 765212b225bb: Pull complete [2023-02-27T02:48:27.254Z] f23df028b6ca: Pull complete [2023-02-27T02:48:27.521Z] d65c8cfc05b1: Pull complete [2023-02-27T02:48:39.825Z] 2437ff75d9bd: Pull complete [2023-02-27T02:48:39.825Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-02-27T02:48:39.825Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-02-27T02:48:39.825Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-27T02:48:40.131Z] prd-ubuntu20.04-docker-arm64-4c-16g-7516 does not seem to be running inside a container [2023-02-27T02:48:40.197Z] $ 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-02-27T02:48:42.675Z] $ docker top d03bc95ef85ec0d67371a13a4fd1ffce2de879b8ee1c4a96e1992373bdcee48c -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-27T02:48:43.557Z] ---> job-cost.sh [2023-02-27T02:48:43.557Z] lf-activate-venv: SKIPPING [2023-02-27T02:48:43.557Z] INFO: No Stack... [2023-02-27T02:48:43.823Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-02-27T02:48:44.779Z] INFO: Archiving Costs [Pipeline] sh [2023-02-27T02:48:45.124Z] + cat /w/workspace/device-mqtt-go/1/archives/cost.csv [2023-02-27T02:48:45.125Z] + cut -d, -f6 [Pipeline] lock [2023-02-27T02:48:45.453Z] Trying to acquire lock on [jenkins-edgexfoundry-device-mqtt-go-PR-499-1-stack-cost] [2023-02-27T02:48:45.458Z] Resource [jenkins-edgexfoundry-device-mqtt-go-PR-499-1-stack-cost] did not exist. Created. [2023-02-27T02:48:45.458Z] Lock acquired on [jenkins-edgexfoundry-device-mqtt-go-PR-499-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-02-27T02:48:46.194Z] /w/workspace/device-mqtt-go/1@tmp/durable-a02824d2/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-02-27T02:48:46.542Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-02-27T02:48:46.580Z] Warning: overwriting stash ‘stack-cost’ [2023-02-27T02:48:46.620Z] Stashed 1 file(s) [Pipeline] } [2023-02-27T02:48:46.635Z] Lock released on resource [jenkins-edgexfoundry-device-mqtt-go-PR-499-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-02-27T02:48:46.719Z] $ docker stop --time=1 d03bc95ef85ec0d67371a13a4fd1ffce2de879b8ee1c4a96e1992373bdcee48c [2023-02-27T02:48:48.179Z] $ docker rm -f --volumes d03bc95ef85ec0d67371a13a4fd1ffce2de879b8ee1c4a96e1992373bdcee48c [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-02-27T02:48:49.097Z] provisioning config files... [2023-02-27T02:48:49.109Z] copy managed file [device-mqtt-go-codecov-token] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-499@tmp/config12804249123176319439tmp [Pipeline] { [Pipeline] sh [2023-02-27T02:48:49.440Z] + set +x [2023-02-27T02:48:49.440Z] + bash -s -- [2023-02-27T02:48:49.440Z] + curl -s https://codecov.io/bash [2023-02-27T02:48:49.440Z] [2023-02-27T02:48:49.440Z] _____ _ [2023-02-27T02:48:49.440Z] / ____| | | [2023-02-27T02:48:49.440Z] | | ___ __| | ___ ___ _____ __ [2023-02-27T02:48:49.440Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-02-27T02:48:49.440Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-02-27T02:48:49.440Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-02-27T02:48:49.440Z] Bash-1.0.6 [2023-02-27T02:48:49.440Z] [2023-02-27T02:48:49.440Z] [2023-02-27T02:48:49.440Z] ==> git version 2.25.1 found [2023-02-27T02:48:49.440Z] ==> 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-02-27T02:48:49.440Z] Release-Date: 2020-01-08 [2023-02-27T02:48:49.440Z] 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-02-27T02:48:49.440Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-02-27T02:48:49.440Z] ==> Jenkins CI detected. [2023-02-27T02:48:49.440Z] current dir:  /w/workspace/gexfoundry_device-mqtt-go_PR-499 [2023-02-27T02:48:49.440Z] project root: . [2023-02-27T02:48:49.440Z] --> token set from env [2023-02-27T02:48:49.440Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-02-27T02:48:49.440Z] ==> Running gcov in . (disable via -X gcov) [2023-02-27T02:48:49.440Z] ==> Python coveragepy not found [2023-02-27T02:48:49.440Z] ==> Searching for coverage reports in: [2023-02-27T02:48:49.440Z] + . [2023-02-27T02:48:49.440Z] -> Found 1 reports [2023-02-27T02:48:49.440Z] ==> Detecting git/mercurial file structure [2023-02-27T02:48:49.440Z] ==> Reading reports [2023-02-27T02:48:49.440Z] + ./coverage.out bytes=17887 [2023-02-27T02:48:49.440Z] ==> Appending adjustments [2023-02-27T02:48:49.440Z] https://docs.codecov.io/docs/fixing-reports [2023-02-27T02:48:49.700Z] + Found adjustments [2023-02-27T02:48:49.700Z] ==> Gzipping contents [2023-02-27T02:48:49.700Z] 4.0K /tmp/codecov.gIwpRR.gz [2023-02-27T02:48:49.700Z] ==> Uploading reports [2023-02-27T02:48:49.700Z] url: https://codecov.io [2023-02-27T02:48:49.701Z] query: branch=PR-499&commit=1fd45674fe123da3006c204624f86819f570fb15&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-mqtt-go%2Fjob%2FPR-499%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-mqtt-go&service=jenkins&flags=&pr=499&job=&cmd_args= [2023-02-27T02:48:49.701Z] -> Pinging Codecov [2023-02-27T02:48:49.701Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=3cf7f23a-d5e6-4c47-868b-a0a7f9a025f8&branch=PR-499&commit=1fd45674fe123da3006c204624f86819f570fb15&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-mqtt-go%2Fjob%2FPR-499%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-mqtt-go&service=jenkins&flags=&pr=499&job=&cmd_args= [2023-02-27T02:48:49.961Z] -> Uploading to [2023-02-27T02:48:49.961Z] https://storage.googleapis.com/codecov/v4/raw/2023-02-27/7D719EC7BBE17E464838252E33014C33/1fd45674fe123da3006c204624f86819f570fb15/aaf6baf9-bc80-4847-878d-648fef362454.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230227%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230227T024849Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=bcf8265eff90cb049d9bc34af168f45dfe7954920dda9d74c6a3f62a2771d096 [2023-02-27T02:48:49.961Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-27T02:48:49.961Z] Dload Upload Total Spent Left Speed [2023-02-27T02:48:50.224Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3165 0 0 100 3165 0 8053 --:--:-- --:--:-- --:--:-- 8053 [2023-02-27T02:48:50.225Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-mqtt-go/commit/1fd45674fe123da3006c204624f86819f570fb15 [Pipeline] } [2023-02-27T02:48:50.253Z] 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-02-27T02:48:52.024Z] + [ -d /w/workspace/gexfoundry_device-mqtt-go_PR-499/archives ] [2023-02-27T02:48:52.024Z] + ls -al /w/workspace/gexfoundry_device-mqtt-go_PR-499/archives [2023-02-27T02:48:52.024Z] total 16 [2023-02-27T02:48:52.024Z] drwxr-xr-x 3 root root 4096 Feb 27 02:41 . [2023-02-27T02:48:52.024Z] drwxrwxr-x 11 jenkins jenkins 4096 Feb 27 02:41 .. [2023-02-27T02:48:52.024Z] drwxr-xr-x 2 root root 4096 Feb 27 02:41 cost [2023-02-27T02:48:52.024Z] -rw-r--r-- 1 root root 86 Feb 27 02:41 cost.csv [2023-02-27T02:48:52.024Z] + sudo chown -R jenkins:jenkins /w/workspace/gexfoundry_device-mqtt-go_PR-499/archives [2023-02-27T02:48:52.024Z] + ls -al /w/workspace/gexfoundry_device-mqtt-go_PR-499/archives [2023-02-27T02:48:52.024Z] total 16 [2023-02-27T02:48:52.024Z] drwxr-xr-x 3 jenkins jenkins 4096 Feb 27 02:41 . [2023-02-27T02:48:52.024Z] drwxrwxr-x 11 jenkins jenkins 4096 Feb 27 02:41 .. [2023-02-27T02:48:52.024Z] drwxr-xr-x 2 jenkins jenkins 4096 Feb 27 02:41 cost [2023-02-27T02:48:52.024Z] -rw-r--r-- 1 jenkins jenkins 86 Feb 27 02:41 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-02-27T02:48:52.349Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-27T02:48:53.231Z] ---> package-listing.sh [2023-02-27T02:48:53.232Z] ++ facter osfamily [2023-02-27T02:48:53.232Z] ++ tr '[:upper:]' '[:lower:]' [2023-02-27T02:48:53.492Z] + OS_FAMILY=debian [2023-02-27T02:48:53.492Z] + workspace=/w/workspace/gexfoundry_device-mqtt-go_PR-499 [2023-02-27T02:48:53.492Z] + START_PACKAGES=/tmp/packages_start.txt [2023-02-27T02:48:53.492Z] + END_PACKAGES=/tmp/packages_end.txt [2023-02-27T02:48:53.492Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-02-27T02:48:53.492Z] + PACKAGES=/tmp/packages_start.txt [2023-02-27T02:48:53.492Z] + '[' /w/workspace/gexfoundry_device-mqtt-go_PR-499 ']' [2023-02-27T02:48:53.492Z] + PACKAGES=/tmp/packages_end.txt [2023-02-27T02:48:53.492Z] + case "${OS_FAMILY}" in [2023-02-27T02:48:53.492Z] + dpkg -l [2023-02-27T02:48:53.492Z] + grep '^ii' [2023-02-27T02:48:53.492Z] + '[' -f /tmp/packages_start.txt ']' [2023-02-27T02:48:53.492Z] + '[' -f /tmp/packages_end.txt ']' [2023-02-27T02:48:53.492Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-02-27T02:48:53.492Z] + '[' /w/workspace/gexfoundry_device-mqtt-go_PR-499 ']' [2023-02-27T02:48:53.492Z] + mkdir -p /w/workspace/gexfoundry_device-mqtt-go_PR-499/archives/ [2023-02-27T02:48:53.492Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-mqtt-go_PR-499/archives/ [Pipeline] echo [2023-02-27T02:48:53.528Z] 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-499/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-02-27T02:48:53.822Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-27T02:48:54.451Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-27T02:48:54.451Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-27T02:48:54.599Z] prd-ubuntu20.04-docker-8c-8g-7514 does not seem to be running inside a container [2023-02-27T02:48:54.629Z] $ 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-499/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-499 -v /w/workspace/gexfoundry_device-mqtt-go_PR-499:/w/workspace/gexfoundry_device-mqtt-go_PR-499:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-499@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-499@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-02-27T02:48:54.805Z] $ docker top 4d9fcb7a2fdcb42dcfcb7c9317af63eeec9f09fb7cf5e577923cc8c2c1072fe8 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-27T02:48:55.195Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-02-27T02:48:55.502Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-02-27T02:48:55.808Z] + ls /var/log/sa-host [2023-02-27T02:48:55.808Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-27T02:48:56.012Z] provisioning config files... [2023-02-27T02:48:56.021Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-499@tmp/config296908996207936744tmp [Pipeline] { [Pipeline] echo [2023-02-27T02:48:56.076Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-27T02:48:56.385Z] ---> create-netrc.sh [Pipeline] } [2023-02-27T02:48:56.414Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-02-27T02:48:56.814Z] ---> python-tools-install.sh [Pipeline] echo [2023-02-27T02:48:56.851Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-27T02:48:57.170Z] ---> sudo-logs.sh [2023-02-27T02:48:57.170Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-02-27T02:48:57.253Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-27T02:48:57.566Z] ---> job-cost.sh [2023-02-27T02:48:57.567Z] lf-activate-venv: SKIPPING [2023-02-27T02:48:57.567Z] DEBUG: total: 0.2199999988079071 [2023-02-27T02:48:57.567Z] INFO: Retrieving Stack Cost... [2023-02-27T02:48:57.826Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-02-27T02:48:58.397Z] INFO: Archiving Costs [Pipeline] echo [2023-02-27T02:48:58.438Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-27T02:48:58.752Z] ---> logs-deploy.sh [2023-02-27T02:48:58.752Z] lf-activate-venv: SKIPPING [2023-02-27T02:48:58.752Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-mqtt-go/PR-499/1 [2023-02-27T02:48:58.752Z] INFO: archiving workspace using pattern(s): [2023-02-27T02:48:59.688Z] Archives upload complete. [2023-02-27T02:48:59.688Z] INFO: archiving logs to Nexus