Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from fe528491bba3fee0f8df2cff68391009d47da719 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-ssh1048666823784019857.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-ssh6050112908461647507.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 > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/device-mqtt-go/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82/.git # timeout=10 Fetching changes from the remote Git repository > 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 > 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/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh7913821098810079456.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 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-ssh1076504365702188347.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 > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/device-mqtt-go/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags 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/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh13839612387183777050.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 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 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 ‘prd-ubuntu20.04-docker-8c-8g-1033’ Running on prd-ubuntu20.04-docker-8c-8g-1036 in /w/workspace/edgexfoundry_device-mqtt-go_main [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/edgexfoundry_device-mqtt-go_main # 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 Avoid second fetch Checking out Revision fe528491bba3fee0f8df2cff68391009d47da719 (main) Commit message: "Merge pull request #444 from jinlinGuan/issue-4248-mqtt" > 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 core.sparsecheckout # timeout=10 > git checkout -f fe528491bba3fee0f8df2cff68391009d47da719 # timeout=10 > git rev-list --no-walk 2c0ad64fa4012812b904ce8a048042a45883a5b2 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-01-04T05:05:05.622Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-01-04T05:05:05.679Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-01-04T05:05:05.698Z] ========================================================= [2023-01-04T05:05:05.699Z] EdgeX Global Pipelines Version Info [2023-01-04T05:05:05.699Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-01-04T05:05:06.406Z] ------------------- [2023-01-04T05:05:06.407Z] stable info: [2023-01-04T05:05:06.407Z] ------------------- [2023-01-04T05:05:06.407Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-01-04T05:05:06.407Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-01-04T05:05:06.407Z] Message: update stable to v1.0.244 [2023-01-04T05:05:06.976Z] ------------------- [2023-01-04T05:05:06.976Z] experimental info: [2023-01-04T05:05:06.976Z] ------------------- [2023-01-04T05:05:06.976Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-01-04T05:05:06.976Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-01-04T05:05:06.976Z] Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-01-04T05:05:07.127Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-mqtt-go-settings [Pipeline] echo [2023-01-04T05:05:07.137Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-mqtt-go [Pipeline] echo [2023-01-04T05:05:07.152Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-01-04T05:05:07.166Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-01-04T05:05:07.178Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-01-04T05:05:07.193Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2023-01-04T05:05:07.204Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-01-04T05:05:07.216Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2023-01-04T05:05:07.228Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-01-04T05:05:07.241Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-01-04T05:05:07.253Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-01-04T05:05:07.265Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-mqtt [Pipeline] echo [2023-01-04T05:05:07.282Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-01-04T05:05:07.304Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-01-04T05:05:07.323Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-01-04T05:05:07.342Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-01-04T05:05:07.361Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-01-04T05:05:07.370Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-01-04T05:05:07.378Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-01-04T05:05:07.388Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-01-04T05:05:07.403Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2023-01-04T05:05:07.415Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2023-01-04T05:05:07.426Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-01-04T05:05:07.440Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-01-04T05:05:07.451Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2023-01-04T05:05:07.461Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-01-04T05:05:07.473Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-01-04T05:05:07.485Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2023-01-04T05:05:07.497Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2023-01-04T05:05:07.510Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2023-01-04T05:05:07.524Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = fe528491bba3fee0f8df2cff68391009d47da719 [Pipeline] echo [2023-01-04T05:05:07.543Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = fe52849 [Pipeline] echo [2023-01-04T05:05:07.560Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-01-04T05:05:07.605Z] provisioning config files... [2023-01-04T05:05:07.619Z] copy managed file [device-mqtt-go-settings] to file:/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/config9567023971793957566tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-04T05:05:07.923Z] ---> docker-login.sh [2023-01-04T05:05:07.923Z] nexus3.edgexfoundry.org:10001 [2023-01-04T05:05:08.184Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-04T05:05:08.184Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-04T05:05:08.184Z] Configure a credential helper to remove this warning. See [2023-01-04T05:05:08.184Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-04T05:05:08.184Z] [2023-01-04T05:05:08.184Z] Login Succeeded [2023-01-04T05:05:08.184Z] nexus3.edgexfoundry.org:10002 [2023-01-04T05:05:08.184Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-04T05:05:08.447Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-04T05:05:08.447Z] Configure a credential helper to remove this warning. See [2023-01-04T05:05:08.447Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-04T05:05:08.447Z] [2023-01-04T05:05:08.447Z] Login Succeeded [2023-01-04T05:05:08.447Z] nexus3.edgexfoundry.org:10003 [2023-01-04T05:05:08.447Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-04T05:05:08.447Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-04T05:05:08.447Z] Configure a credential helper to remove this warning. See [2023-01-04T05:05:08.447Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-04T05:05:08.447Z] [2023-01-04T05:05:08.447Z] Login Succeeded [2023-01-04T05:05:08.447Z] nexus3.edgexfoundry.org:10004 [2023-01-04T05:05:08.447Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-04T05:05:08.707Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-04T05:05:08.707Z] Configure a credential helper to remove this warning. See [2023-01-04T05:05:08.707Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-04T05:05:08.707Z] [2023-01-04T05:05:08.707Z] Login Succeeded [2023-01-04T05:05:08.707Z] docker.io [2023-01-04T05:05:08.707Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-04T05:05:08.967Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-04T05:05:08.967Z] Configure a credential helper to remove this warning. See [2023-01-04T05:05:08.967Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-04T05:05:08.967Z] [2023-01-04T05:05:08.967Z] Login Succeeded [2023-01-04T05:05:08.967Z] ---> docker-login.sh ends [Pipeline] } [2023-01-04T05:05:08.974Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-01-04T05:05:09.353Z] + git rev-list -1 --merges fe528491bba3fee0f8df2cff68391009d47da719~1..fe528491bba3fee0f8df2cff68391009d47da719 [Pipeline] echo [2023-01-04T05:05:09.405Z] -----------> git rev-list -1 --merges fe528491bba3fee0f8df2cff68391009d47da719~1..fe528491bba3fee0f8df2cff68391009d47da719 fe528491bba3fee0f8df2cff68391009d47da719 [2023-01-04T05:05:09.405Z] fe528491bba3fee0f8df2cff68391009d47da719 [false] [Pipeline] sh [2023-01-04T05:05:09.699Z] + git log --format=format:%s -1 fe528491bba3fee0f8df2cff68391009d47da719 [Pipeline] echo [2023-01-04T05:05:09.725Z] ========================================================= [2023-01-04T05:05:09.725Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-01-04T05:05:09.725Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-01-04T05:05:10.042Z] + git log --format=format:%s -1 fe528491bba3fee0f8df2cff68391009d47da719 [Pipeline] echo [2023-01-04T05:05:10.055Z] [semverPrep] GIT_COMMIT: fe528491bba3fee0f8df2cff68391009d47da719, Commit Message: Merge pull request #444 from jinlinGuan/issue-4248-mqtt [Pipeline] echo [2023-01-04T05:05:10.064Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-01-04T05:05:10.415Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-01-04T05:05:10.416Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-01-04T05:05:10.416Z] + [ -e /tmp/ssh_known_hosts ] [2023-01-04T05:05:10.416Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-01-04T05:05:10.416Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-01-04T05:05:10.416Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-01-04T05:05:10.416Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-04T05:05:10.774Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-04T05:05:10.775Z] [2023-01-04T05:05:10.775Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-04T05:05:11.085Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-04T05:05:11.086Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-01-04T05:05:11.086Z] b85a868b505f: Pulling fs layer [2023-01-04T05:05:11.086Z] e2be974225ed: Pulling fs layer [2023-01-04T05:05:11.086Z] 339a4e72a1f5: Pulling fs layer [2023-01-04T05:05:11.086Z] 988bab9f4d93: Pulling fs layer [2023-01-04T05:05:11.086Z] 1469e6f7b9e6: Pulling fs layer [2023-01-04T05:05:11.086Z] eaf3925da568: Pulling fs layer [2023-01-04T05:05:11.086Z] bab4dde63d76: Pulling fs layer [2023-01-04T05:05:11.086Z] bde34c3a00c8: Pulling fs layer [2023-01-04T05:05:11.086Z] b352a97aabf1: Pulling fs layer [2023-01-04T05:05:11.086Z] 4872d77fe225: Pulling fs layer [2023-01-04T05:05:11.086Z] 5851b861e8e6: Pulling fs layer [2023-01-04T05:05:11.086Z] bab4dde63d76: Waiting [2023-01-04T05:05:11.086Z] bde34c3a00c8: Waiting [2023-01-04T05:05:11.086Z] b352a97aabf1: Waiting [2023-01-04T05:05:11.086Z] 4872d77fe225: Waiting [2023-01-04T05:05:11.086Z] 5851b861e8e6: Waiting [2023-01-04T05:05:11.086Z] 988bab9f4d93: Waiting [2023-01-04T05:05:11.086Z] 1469e6f7b9e6: Waiting [2023-01-04T05:05:11.086Z] eaf3925da568: Waiting [2023-01-04T05:05:11.086Z] e2be974225ed: Download complete [2023-01-04T05:05:11.086Z] 988bab9f4d93: Verifying Checksum [2023-01-04T05:05:11.086Z] 988bab9f4d93: Download complete [2023-01-04T05:05:11.346Z] 1469e6f7b9e6: Verifying Checksum [2023-01-04T05:05:11.346Z] 1469e6f7b9e6: Download complete [2023-01-04T05:05:11.346Z] 339a4e72a1f5: Verifying Checksum [2023-01-04T05:05:11.346Z] 339a4e72a1f5: Download complete [2023-01-04T05:05:11.346Z] eaf3925da568: Download complete [2023-01-04T05:05:11.346Z] bde34c3a00c8: Verifying Checksum [2023-01-04T05:05:11.346Z] bde34c3a00c8: Download complete [2023-01-04T05:05:11.346Z] b352a97aabf1: Verifying Checksum [2023-01-04T05:05:11.346Z] b352a97aabf1: Download complete [2023-01-04T05:05:11.346Z] 4872d77fe225: Verifying Checksum [2023-01-04T05:05:11.346Z] 4872d77fe225: Download complete [2023-01-04T05:05:11.346Z] 5851b861e8e6: Download complete [2023-01-04T05:05:11.346Z] b85a868b505f: Verifying Checksum [2023-01-04T05:05:11.346Z] b85a868b505f: Download complete [2023-01-04T05:05:11.605Z] bab4dde63d76: Verifying Checksum [2023-01-04T05:05:11.606Z] bab4dde63d76: Download complete [2023-01-04T05:05:12.988Z] b85a868b505f: Pull complete [2023-01-04T05:05:12.988Z] e2be974225ed: Pull complete [2023-01-04T05:05:13.559Z] 339a4e72a1f5: Pull complete [2023-01-04T05:05:13.559Z] 988bab9f4d93: Pull complete [2023-01-04T05:05:13.820Z] 1469e6f7b9e6: Pull complete [2023-01-04T05:05:13.820Z] eaf3925da568: Pull complete [2023-01-04T05:05:15.729Z] bab4dde63d76: Pull complete [2023-01-04T05:05:15.729Z] bde34c3a00c8: Pull complete [2023-01-04T05:05:15.989Z] b352a97aabf1: Pull complete [2023-01-04T05:05:15.989Z] 4872d77fe225: Pull complete [2023-01-04T05:05:15.989Z] 5851b861e8e6: Pull complete [2023-01-04T05:05:15.989Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-01-04T05:05:15.989Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-04T05:05:15.989Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-04T05:05:16.075Z] prd-ubuntu20.04-docker-8c-8g-1036 does not seem to be running inside a container [2023-01-04T05:05:16.111Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-mqtt-go_main -v /w/workspace/edgexfoundry_device-mqtt-go_main:/w/workspace/edgexfoundry_device-mqtt-go_main:rw,z -v /w/workspace/edgexfoundry_device-mqtt-go_main@tmp:/w/workspace/edgexfoundry_device-mqtt-go_main@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-01-04T05:05:17.597Z] $ docker top 15c32e0b531a014ed7cd4aa2911be5c965f5435dcda139673f5497e28812cd03 -eo pid,comm [2023-01-04T05:05:17.648Z] 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-01-04T05:05:17.648Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-01-04T05:05:17.688Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-01-04T05:05:17.688Z] [ssh-agent] Looking for ssh-agent implementation... [2023-01-04T05:05:17.805Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-01-04T05:05:17.812Z] $ docker exec 15c32e0b531a014ed7cd4aa2911be5c965f5435dcda139673f5497e28812cd03 ssh-agent [2023-01-04T05:05:17.918Z] SSH_AUTH_SOCK=/tmp/ssh-MwrjkAqBoXOK/agent.32 [2023-01-04T05:05:17.918Z] SSH_AGENT_PID=38 [2023-01-04T05:05:17.925Z] Running ssh-add (command line suppressed) [2023-01-04T05:05:18.046Z] Identity added: /w/workspace/edgexfoundry_device-mqtt-go_main@tmp/private_key_11940697024835175022.key (/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/private_key_11940697024835175022.key) [2023-01-04T05:05:18.056Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-01-04T05:05:18.345Z] + git tag --points-at HEAD [Pipeline] } [2023-01-04T05:05:18.367Z] $ docker exec --env ******** --env ******** 15c32e0b531a014ed7cd4aa2911be5c965f5435dcda139673f5497e28812cd03 ssh-agent -k [2023-01-04T05:05:18.462Z] unset SSH_AUTH_SOCK; [2023-01-04T05:05:18.463Z] unset SSH_AGENT_PID; [2023-01-04T05:05:18.463Z] echo Agent pid 38 killed; [2023-01-04T05:05:18.470Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-01-04T05:05:18.497Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-01-04T05:05:18.497Z] [ssh-agent] Looking for ssh-agent implementation... [2023-01-04T05:05:18.612Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-01-04T05:05:18.618Z] $ docker exec 15c32e0b531a014ed7cd4aa2911be5c965f5435dcda139673f5497e28812cd03 ssh-agent [2023-01-04T05:05:18.716Z] SSH_AUTH_SOCK=/tmp/ssh-8DHODccDd2Rc/agent.70 [2023-01-04T05:05:18.716Z] SSH_AGENT_PID=77 [2023-01-04T05:05:18.721Z] Running ssh-add (command line suppressed) [2023-01-04T05:05:18.841Z] Identity added: /w/workspace/edgexfoundry_device-mqtt-go_main@tmp/private_key_12808536443753142427.key (/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/private_key_12808536443753142427.key) [2023-01-04T05:05:18.852Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-01-04T05:05:19.140Z] + git semver init [2023-01-04T05:05:19.400Z] 2023-01-04 05:05:19,356 [run_init] DEBUG init version:0.0.0 force:False [2023-01-04T05:05:19.400Z] 2023-01-04 05:05:19,358 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_device-mqtt-go_main/.semver [2023-01-04T05:05:19.400Z] 2023-01-04 05:05:19,358 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-mqtt-go.git /w/workspace/edgexfoundry_device-mqtt-go_main/.semver [2023-01-04T05:05:19.400Z] 2023-01-04 05:05:19,359 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-mqtt-go.git', '/w/workspace/edgexfoundry_device-mqtt-go_main/.semver'], cwd=/w/workspace/edgexfoundry_device-mqtt-go_main, universal_newlines=False, shell=None, istream=None) [2023-01-04T05:05:20.338Z] 2023-01-04 05:05:20,178 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_device-mqtt-go_main/.git/info/exclude [2023-01-04T05:05:20.338Z] 2023-01-04 05:05:20,178 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_device-mqtt-go_main/.semver/main with force:False [2023-01-04T05:05:20.338Z] 2023-01-04 05:05:20,178 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-mqtt-go_main/.semver/main [2023-01-04T05:05:20.338Z] 2023-01-04 05:05:20,179 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-mqtt-go_main/.semver/main [2023-01-04T05:05:20.338Z] 3.0.0-dev.3 [Pipeline] } [2023-01-04T05:05:20.352Z] $ docker exec --env ******** --env ******** 15c32e0b531a014ed7cd4aa2911be5c965f5435dcda139673f5497e28812cd03 ssh-agent -k [2023-01-04T05:05:20.460Z] unset SSH_AUTH_SOCK; [2023-01-04T05:05:20.460Z] unset SSH_AGENT_PID; [2023-01-04T05:05:20.461Z] echo Agent pid 77 killed; [2023-01-04T05:05:20.471Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-01-04T05:05:20.767Z] + git semver [Pipeline] } [2023-01-04T05:05:21.047Z] $ docker stop --time=1 15c32e0b531a014ed7cd4aa2911be5c965f5435dcda139673f5497e28812cd03 [2023-01-04T05:05:22.418Z] $ docker rm -f --volumes 15c32e0b531a014ed7cd4aa2911be5c965f5435dcda139673f5497e28812cd03 [Pipeline] // withDockerContainer [Pipeline] sh [2023-01-04T05:05:22.756Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-01-04T05:05:22.961Z] Stashed 1 file(s) [Pipeline] echo [2023-01-04T05:05:22.964Z] [edgeXSemver]: initialized semver on version 3.0.0-dev.3 [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-01-04T05:05:23.116Z] provisioning config files... [2023-01-04T05:05:23.125Z] copy managed file [device-mqtt-go-settings] to file:/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/config12278383825115258815tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-04T05:05:23.421Z] ---> docker-login.sh [2023-01-04T05:05:23.421Z] nexus3.edgexfoundry.org:10001 [2023-01-04T05:05:23.421Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-04T05:05:23.421Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-04T05:05:23.421Z] Configure a credential helper to remove this warning. See [2023-01-04T05:05:23.421Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-04T05:05:23.421Z] [2023-01-04T05:05:23.421Z] Login Succeeded [2023-01-04T05:05:23.421Z] nexus3.edgexfoundry.org:10002 [2023-01-04T05:05:23.421Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-04T05:05:23.682Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-04T05:05:23.682Z] Configure a credential helper to remove this warning. See [2023-01-04T05:05:23.682Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-04T05:05:23.682Z] [2023-01-04T05:05:23.682Z] Login Succeeded [2023-01-04T05:05:23.682Z] nexus3.edgexfoundry.org:10003 [2023-01-04T05:05:23.682Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-04T05:05:23.682Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-04T05:05:23.682Z] Configure a credential helper to remove this warning. See [2023-01-04T05:05:23.682Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-04T05:05:23.682Z] [2023-01-04T05:05:23.682Z] Login Succeeded [2023-01-04T05:05:23.682Z] nexus3.edgexfoundry.org:10004 [2023-01-04T05:05:23.682Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-04T05:05:23.943Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-04T05:05:23.943Z] Configure a credential helper to remove this warning. See [2023-01-04T05:05:23.943Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-04T05:05:23.943Z] [2023-01-04T05:05:23.943Z] Login Succeeded [2023-01-04T05:05:23.944Z] docker.io [2023-01-04T05:05:23.944Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-04T05:05:38.086Z] Still waiting to schedule task [2023-01-04T05:05:38.086Z] Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-1035’ [2023-01-04T05:05:38.849Z] Error response from daemon: Get "https://registry-1.docker.io/v2/": net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers) [Pipeline] } [2023-01-04T05:05:38.858Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-04T05:05:39.290Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-01-04T05:05:39.291Z] [2023-01-04T05:05:39.291Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-04T05:05:39.587Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-01-04T05:05:39.587Z] latest: Pulling from edgex-lftools-log-publisher [2023-01-04T05:05:39.587Z] 5eb5b503b376: Pulling fs layer [2023-01-04T05:05:39.587Z] 5c69ac0246d0: Pulling fs layer [2023-01-04T05:05:39.587Z] ec43610c2a17: Pulling fs layer [2023-01-04T05:05:39.587Z] 3a2ae6a8a46f: Pulling fs layer [2023-01-04T05:05:39.587Z] 33b1e0a273af: Pulling fs layer [2023-01-04T05:05:39.587Z] 5d3b04190fa2: Pulling fs layer [2023-01-04T05:05:39.587Z] 2f39f015ded8: Pulling fs layer [2023-01-04T05:05:39.587Z] 5d3b04190fa2: Waiting [2023-01-04T05:05:39.587Z] 3a2ae6a8a46f: Waiting [2023-01-04T05:05:39.587Z] 33b1e0a273af: Waiting [2023-01-04T05:05:39.587Z] 2f39f015ded8: Waiting [2023-01-04T05:05:39.587Z] 5c69ac0246d0: Download complete [2023-01-04T05:05:39.587Z] 3a2ae6a8a46f: Download complete [2023-01-04T05:05:39.847Z] 33b1e0a273af: Verifying Checksum [2023-01-04T05:05:39.847Z] 33b1e0a273af: Download complete [2023-01-04T05:05:39.847Z] ec43610c2a17: Verifying Checksum [2023-01-04T05:05:39.847Z] ec43610c2a17: Download complete [2023-01-04T05:05:39.847Z] 5d3b04190fa2: Download complete [2023-01-04T05:05:39.847Z] 5eb5b503b376: Verifying Checksum [2023-01-04T05:05:39.847Z] 5eb5b503b376: Download complete [2023-01-04T05:05:40.789Z] 2f39f015ded8: Verifying Checksum [2023-01-04T05:05:40.789Z] 2f39f015ded8: Download complete [2023-01-04T05:05:41.355Z] 5eb5b503b376: Pull complete [2023-01-04T05:05:41.355Z] 5c69ac0246d0: Pull complete [2023-01-04T05:05:41.920Z] ec43610c2a17: Pull complete [2023-01-04T05:05:41.920Z] 3a2ae6a8a46f: Pull complete [2023-01-04T05:05:42.179Z] 33b1e0a273af: Pull complete [2023-01-04T05:05:42.179Z] 5d3b04190fa2: Pull complete [2023-01-04T05:05:47.447Z] 2f39f015ded8: Pull complete [2023-01-04T05:05:47.447Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-01-04T05:05:47.447Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-01-04T05:05:47.447Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-04T05:05:47.528Z] prd-ubuntu20.04-docker-8c-8g-1036 does not seem to be running inside a container [2023-01-04T05:05:47.558Z] $ 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/edgexfoundry_device-mqtt-go_main -v /w/workspace/edgexfoundry_device-mqtt-go_main:/w/workspace/edgexfoundry_device-mqtt-go_main:rw,z -v /w/workspace/edgexfoundry_device-mqtt-go_main@tmp:/w/workspace/edgexfoundry_device-mqtt-go_main@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-01-04T05:05:49.214Z] $ docker top e0fcf75d5e5a9c32e0ab42a73c2eae15838d26f98c5813c503f1b20a7afc914a -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-04T05:05:49.586Z] ---> job-cost.sh [2023-01-04T05:05:49.586Z] lf-activate-venv: SKIPPING [2023-01-04T05:05:49.586Z] INFO: No Stack... [2023-01-04T05:05:49.846Z] INFO: Retrieving Pricing Info for: v3-standard-8 [Pipeline] echo [2023-01-04T05:08:11.407Z] Exception caught while running job-cost.sh. [Pipeline] } [2023-01-04T05:08:11.411Z] $ docker stop --time=1 e0fcf75d5e5a9c32e0ab42a73c2eae15838d26f98c5813c503f1b20a7afc914a [2023-01-04T05:08:12.609Z] $ docker rm -f --volumes e0fcf75d5e5a9c32e0ab42a73c2eae15838d26f98c5813c503f1b20a7afc914a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-01-04T05:08:12.710Z] Failed in branch amd64 [2023-01-04T05:08:18.310Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-1038 in /w/workspace/edgexfoundry_device-mqtt-go_main [Pipeline] { [Pipeline] ws [2023-01-04T05:08:18.324Z] Running in /w/workspace/device-mqtt-go/85 [Pipeline] { [Pipeline] checkout [2023-01-04T05:08:18.360Z] Selected Git installation does not exist. Using Default [2023-01-04T05:08:18.361Z] The recommended git tool is: NONE [2023-01-04T05:08:23.440Z] using credential edgex-jenkins-ssh [2023-01-04T05:08:23.457Z] Cloning the remote Git repository [2023-01-04T05:08:23.498Z] Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git [2023-01-04T05:08:23.581Z] > git init /w/workspace/device-mqtt-go/85 # timeout=10 [2023-01-04T05:08:23.752Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2023-01-04T05:08:23.754Z] > git --version # timeout=10 [2023-01-04T05:08:23.774Z] > git --version # 'git version 2.25.1' [2023-01-04T05:08:23.776Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-01-04T05:08:23.829Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-01-04T05:08:24.876Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2023-01-04T05:08:24.902Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-01-04T05:08:25.784Z] Avoid second fetch [2023-01-04T05:08:25.784Z] Checking out Revision fe528491bba3fee0f8df2cff68391009d47da719 (main) [2023-01-04T05:08:26.301Z] Commit message: "Merge pull request #444 from jinlinGuan/issue-4248-mqtt" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-01-04T05:08:25.803Z] > git config core.sparsecheckout # timeout=10 [2023-01-04T05:08:25.821Z] > git checkout -f fe528491bba3fee0f8df2cff68391009d47da719 # timeout=10 [2023-01-04T05:08:27.193Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-01-04T05:08:27.193Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-01-04T05:08:27.193Z] Dload Upload Total Spent Left Speed [2023-01-04T05:08:27.193Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 249k 0 --:--:-- --:--:-- --:--:-- 249k [Pipeline] sh [2023-01-04T05:08:27.846Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-01-04T05:08:28.170Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-01-04T05:08:28.170Z] + sudo tee /etc/docker/daemon.new [2023-01-04T05:08:28.170Z] { [2023-01-04T05:08:28.170Z] "registry-mirrors": [ [2023-01-04T05:08:28.170Z] "https://nexus3.edgexfoundry.org:10001" [2023-01-04T05:08:28.170Z] ], [2023-01-04T05:08:28.170Z] "bip": "10.250.0.254/24", [2023-01-04T05:08:28.170Z] "hosts": [ [2023-01-04T05:08:28.170Z] "tcp://0.0.0.0:5555", [2023-01-04T05:08:28.170Z] "unix:///var/run/docker.sock" [2023-01-04T05:08:28.170Z] ], [2023-01-04T05:08:28.170Z] "mtu": 1458, [2023-01-04T05:08:28.170Z] "selinux-enabled": true, [2023-01-04T05:08:28.170Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-01-04T05:08:28.170Z] } [Pipeline] sh [2023-01-04T05:08:28.496Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-01-04T05:08:28.825Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-01-04T05:08:47.091Z] provisioning config files... [2023-01-04T05:08:47.120Z] copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/85@tmp/config8220526528610651294tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-04T05:08:47.481Z] ---> docker-login.sh [2023-01-04T05:08:47.482Z] nexus3.edgexfoundry.org:10001 [2023-01-04T05:08:48.070Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-04T05:08:48.070Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-04T05:08:48.070Z] Configure a credential helper to remove this warning. See [2023-01-04T05:08:48.070Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-04T05:08:48.070Z] [2023-01-04T05:08:48.070Z] Login Succeeded [2023-01-04T05:08:48.070Z] nexus3.edgexfoundry.org:10002 [2023-01-04T05:08:48.338Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-04T05:08:48.609Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-04T05:08:48.609Z] Configure a credential helper to remove this warning. See [2023-01-04T05:08:48.609Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-04T05:08:48.609Z] [2023-01-04T05:08:48.609Z] Login Succeeded [2023-01-04T05:08:48.609Z] nexus3.edgexfoundry.org:10003 [2023-01-04T05:08:48.880Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-04T05:08:48.880Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-04T05:08:48.880Z] Configure a credential helper to remove this warning. See [2023-01-04T05:08:48.880Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-04T05:08:48.880Z] [2023-01-04T05:08:48.880Z] Login Succeeded [2023-01-04T05:08:48.880Z] nexus3.edgexfoundry.org:10004 [2023-01-04T05:08:49.153Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-04T05:08:49.153Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-04T05:08:49.153Z] Configure a credential helper to remove this warning. See [2023-01-04T05:08:49.153Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-04T05:08:49.153Z] [2023-01-04T05:08:49.153Z] Login Succeeded [2023-01-04T05:08:49.153Z] docker.io [2023-01-04T05:08:49.424Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-04T05:08:49.693Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-04T05:08:49.693Z] Configure a credential helper to remove this warning. See [2023-01-04T05:08:49.693Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-04T05:08:49.693Z] [2023-01-04T05:08:49.693Z] Login Succeeded [2023-01-04T05:08:49.693Z] ---> docker-login.sh ends [Pipeline] } [2023-01-04T05:08:49.707Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-01-04T05:08:49.954Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-04T05:08:49.968Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-04T05:08:49.977Z] ========================================================= [2023-01-04T05:08:49.977Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2023-01-04T05:08:49.977Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-04T05:08:50.343Z] + 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-01-04T05:08:50.611Z] Sending build context to Docker daemon 3.25MB [2023-01-04T05:08:50.611Z] Step 1/12 : ARG BASE=golang:1.18-alpine3.16 [2023-01-04T05:08:50.611Z] Step 2/12 : FROM ${BASE} AS builder [2023-01-04T05:08:50.892Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-01-04T05:08:50.892Z] 9b18e9b68314: Pulling fs layer [2023-01-04T05:08:50.892Z] 35d82f9e3411: Pulling fs layer [2023-01-04T05:08:50.892Z] e16973657156: Pulling fs layer [2023-01-04T05:08:50.892Z] fc693d55d65f: Pulling fs layer [2023-01-04T05:08:50.892Z] 7e9fc2657dce: Pulling fs layer [2023-01-04T05:08:50.892Z] dda99020689f: Pulling fs layer [2023-01-04T05:08:50.892Z] db1c61fa0a46: Pulling fs layer [2023-01-04T05:08:50.892Z] 891c053d2c06: Pulling fs layer [2023-01-04T05:08:50.892Z] fc693d55d65f: Waiting [2023-01-04T05:08:50.892Z] db1c61fa0a46: Waiting [2023-01-04T05:08:50.892Z] 7e9fc2657dce: Waiting [2023-01-04T05:08:50.892Z] dda99020689f: Waiting [2023-01-04T05:08:50.892Z] 891c053d2c06: Waiting [2023-01-04T05:08:50.892Z] e16973657156: Download complete [2023-01-04T05:08:50.892Z] 35d82f9e3411: Verifying Checksum [2023-01-04T05:08:50.892Z] 35d82f9e3411: Download complete [2023-01-04T05:08:50.892Z] 7e9fc2657dce: Verifying Checksum [2023-01-04T05:08:50.892Z] 7e9fc2657dce: Download complete [2023-01-04T05:08:50.892Z] dda99020689f: Download complete [2023-01-04T05:08:50.892Z] 9b18e9b68314: Verifying Checksum [2023-01-04T05:08:50.892Z] 9b18e9b68314: Download complete [2023-01-04T05:08:51.883Z] 891c053d2c06: Verifying Checksum [2023-01-04T05:08:51.883Z] 891c053d2c06: Download complete [2023-01-04T05:08:53.305Z] db1c61fa0a46: Download complete [2023-01-04T05:08:53.579Z] 9b18e9b68314: Pull complete [2023-01-04T05:08:53.579Z] fc693d55d65f: Download complete [2023-01-04T05:08:53.853Z] 35d82f9e3411: Pull complete [2023-01-04T05:08:54.127Z] e16973657156: Pull complete [2023-01-04T05:09:06.468Z] fc693d55d65f: Pull complete [2023-01-04T05:09:06.468Z] 7e9fc2657dce: Pull complete [2023-01-04T05:09:06.468Z] dda99020689f: Pull complete [2023-01-04T05:09:11.841Z] db1c61fa0a46: Pull complete [2023-01-04T05:09:13.795Z] 891c053d2c06: Pull complete [2023-01-04T05:09:13.795Z] Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 [2023-01-04T05:09:13.795Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-01-04T05:09:13.795Z] ---> f96f9c87975a [2023-01-04T05:09:13.795Z] Step 3/12 : ARG ADD_BUILD_TAGS="" [2023-01-04T05:09:15.755Z] ---> Running in a41703950d56 [2023-01-04T05:09:16.023Z] Removing intermediate container a41703950d56 [2023-01-04T05:09:16.023Z] ---> 5be58e2765fb [2023-01-04T05:09:16.023Z] Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-01-04T05:09:16.291Z] ---> Running in 126cb0eed8a4 [2023-01-04T05:09:16.560Z] Removing intermediate container 126cb0eed8a4 [2023-01-04T05:09:16.560Z] ---> 5f04b5a878d4 [2023-01-04T05:09:16.560Z] Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" [2023-01-04T05:09:16.560Z] ---> Running in 7bb48149b77d [2023-01-04T05:09:16.833Z] Removing intermediate container 7bb48149b77d [2023-01-04T05:09:16.833Z] ---> 262e28bb24d0 [2023-01-04T05:09:16.833Z] Step 6/12 : ARG ALPINE_PKG_EXTRA="" [2023-01-04T05:09:17.101Z] ---> Running in 12a6a5870aac [2023-01-04T05:09:17.371Z] Removing intermediate container 12a6a5870aac [2023-01-04T05:09:17.371Z] ---> b344aad0f4d9 [2023-01-04T05:09:17.371Z] Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-01-04T05:09:17.371Z] ---> Running in c1d594361e98 [2023-01-04T05:09:18.785Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-04T05:09:18.785Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-04T05:09:19.748Z] (1/4) Installing openssh-keygen (9.0_p1-r2) [2023-01-04T05:09:19.748Z] (2/4) Installing libedit (20210910.3.1-r0) [2023-01-04T05:09:19.748Z] (3/4) Installing openssh-client-common (9.0_p1-r2) [2023-01-04T05:09:19.748Z] (4/4) Installing openssh-client-default (9.0_p1-r2) [2023-01-04T05:09:20.014Z] Executing busybox-1.35.0-r17.trigger [2023-01-04T05:09:20.014Z] OK: 226 MiB in 55 packages [2023-01-04T05:09:20.979Z] Removing intermediate container c1d594361e98 [2023-01-04T05:09:20.979Z] ---> 714411746727 [2023-01-04T05:09:20.979Z] Step 8/12 : WORKDIR /device-mqtt-go [2023-01-04T05:09:20.979Z] ---> Running in e4ab0d3e7109 [2023-01-04T05:09:21.563Z] Removing intermediate container e4ab0d3e7109 [2023-01-04T05:09:21.563Z] ---> 6d68aa600215 [2023-01-04T05:09:21.563Z] Step 9/12 : COPY go.mod vendor* ./ [2023-01-04T05:09:21.831Z] ---> 6f39ef0adcc9 [2023-01-04T05:09:21.831Z] Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-04T05:09:22.104Z] ---> Running in b5e1ee61e8d1 [2023-01-04T05:10:18.771Z] Removing intermediate container b5e1ee61e8d1 [2023-01-04T05:10:18.771Z] ---> bd2259ee20cc [2023-01-04T05:10:18.771Z] Step 11/12 : COPY . . [2023-01-04T05:10:18.771Z] ---> c9ff2524ffda [2023-01-04T05:10:18.771Z] Step 12/12 : RUN $MAKE [2023-01-04T05:10:18.771Z] ---> Running in 8f22ab841444 [2023-01-04T05:10:18.771Z] noop [2023-01-04T05:10:18.771Z] Removing intermediate container 8f22ab841444 [2023-01-04T05:10:18.771Z] ---> a6db33cee0d4 [2023-01-04T05:10:18.771Z] Successfully built a6db33cee0d4 [2023-01-04T05:10:18.771Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-04T05:10:19.135Z] + docker inspect -f . ci-base-image-arm64 [2023-01-04T05:10:19.135Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-04T05:10:19.341Z] prd-ubuntu20.04-docker-arm64-4c-16g-1038 does not seem to be running inside a container [2023-01-04T05:10:19.412Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/85 -v /w/workspace/device-mqtt-go/85:/w/workspace/device-mqtt-go/85:rw,z -v /w/workspace/device-mqtt-go/85@tmp:/w/workspace/device-mqtt-go/85@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 ******** ci-base-image-arm64 cat [2023-01-04T05:10:20.645Z] $ docker top 91fb2ca1c00d349a434764151e818daf12376913b38efd4f6fde88574924511b -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-04T05:10:21.485Z] + go version [2023-01-04T05:10:21.485Z] go version go1.18.7 linux/arm64 [Pipeline] } [2023-01-04T05:10:21.504Z] $ docker stop --time=1 91fb2ca1c00d349a434764151e818daf12376913b38efd4f6fde88574924511b [2023-01-04T05:10:23.125Z] $ docker rm -f --volumes 91fb2ca1c00d349a434764151e818daf12376913b38efd4f6fde88574924511b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-04T05:10:23.674Z] + docker inspect -f . ci-base-image-arm64 [2023-01-04T05:10:23.674Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-04T05:10:23.860Z] prd-ubuntu20.04-docker-arm64-4c-16g-1038 does not seem to be running inside a container [2023-01-04T05:10:23.930Z] $ 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/85 -v /w/workspace/device-mqtt-go/85:/w/workspace/device-mqtt-go/85:rw,z -v /w/workspace/device-mqtt-go/85@tmp:/w/workspace/device-mqtt-go/85@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 ******** ci-base-image-arm64 cat [2023-01-04T05:10:25.119Z] $ docker top 42c358cf8f589562a1248de4579eb5271572e4eb1b2c63803df1945ded1ccb9a -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-04T05:10:25.949Z] + git config --global --add safe.directory /w/workspace/device-mqtt-go/85 [Pipeline] fileExists [Pipeline] sh [2023-01-04T05:10:26.598Z] + make test [2023-01-04T05:10:26.598Z] GCO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2023-01-04T05:10:28.014Z] ? github.com/edgexfoundry/device-mqtt-go [no test files] [2023-01-04T05:11:49.700Z] ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] [2023-01-04T05:11:49.700Z] ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.064s coverage: 21.8% of statements [2023-01-04T05:11:49.700Z] ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] [2023-01-04T05:11:49.700Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-01-04T05:11:49.700Z] GCO_ENABLED=1 GO111MODULE=on go vet ./... [2023-01-04T05:12:07.926Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-01-04T05:12:07.926Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-01-04T05:12:07.926Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-01-04T05:12:07.949Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-01-04T05:12:07.963Z] $ docker stop --time=1 42c358cf8f589562a1248de4579eb5271572e4eb1b2c63803df1945ded1ccb9a [2023-01-04T05:12:09.717Z] $ docker rm -f --volumes 42c358cf8f589562a1248de4579eb5271572e4eb1b2c63803df1945ded1ccb9a [Pipeline] // withDockerContainer [Pipeline] sh [2023-01-04T05:12:10.595Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-01-04T05:12:11.047Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-01-04T05:12:11.520Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-01-04T05:12:11.839Z] + ls -al . [2023-01-04T05:12:11.839Z] total 188 [2023-01-04T05:12:11.839Z] drwxrwxr-x 9 jenkins jenkins 4096 Jan 4 05:10 . [2023-01-04T05:12:11.839Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 4 05:08 .. [2023-01-04T05:12:11.839Z] -rw-rw-r-- 1 jenkins jenkins 140 Jan 4 05:08 .dockerignore [2023-01-04T05:12:11.839Z] drwxrwxr-x 8 jenkins jenkins 4096 Jan 4 05:08 .git [2023-01-04T05:12:11.839Z] drwxrwxr-x 3 jenkins jenkins 4096 Jan 4 05:08 .github [2023-01-04T05:12:11.839Z] -rw-rw-r-- 1 jenkins jenkins 329 Jan 4 05:08 .gitignore [2023-01-04T05:12:11.839Z] -rw-rw-r-- 1 jenkins jenkins 41 Jan 4 05:08 .golangci.yml [2023-01-04T05:12:11.839Z] -rw-rw-r-- 1 jenkins jenkins 9293 Jan 4 05:08 Attribution.txt [2023-01-04T05:12:11.839Z] -rw-rw-r-- 1 jenkins jenkins 13162 Jan 4 05:08 CHANGELOG.md [2023-01-04T05:12:11.839Z] -rw-rw-r-- 1 jenkins jenkins 1734 Jan 4 05:08 Dockerfile [2023-01-04T05:12:11.839Z] -rw-rw-r-- 1 jenkins jenkins 677 Jan 4 05:08 GOVERNANCE.md [2023-01-04T05:12:11.839Z] -rw-rw-r-- 1 jenkins jenkins 678 Jan 4 05:08 Jenkinsfile [2023-01-04T05:12:11.839Z] -rw-rw-r-- 1 jenkins jenkins 11340 Jan 4 05:08 LICENSE [2023-01-04T05:12:11.839Z] -rw-rw-r-- 1 jenkins jenkins 2126 Jan 4 05:08 Makefile [2023-01-04T05:12:11.839Z] -rw-rw-r-- 1 jenkins jenkins 620 Jan 4 05:08 OWNERS.md [2023-01-04T05:12:11.839Z] -rw-rw-r-- 1 jenkins jenkins 3165 Jan 4 05:08 README.md [2023-01-04T05:12:11.839Z] -rw-rw-r-- 1 jenkins jenkins 11 Jan 4 05:05 VERSION [2023-01-04T05:12:11.839Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 4 05:08 bin [2023-01-04T05:12:11.839Z] drwxrwxr-x 3 jenkins jenkins 4096 Jan 4 05:08 cmd [2023-01-04T05:12:11.839Z] -rw-r--r-- 1 jenkins jenkins 17887 Jan 4 05:11 coverage.out [2023-01-04T05:12:11.839Z] -rw-rw-r-- 1 jenkins jenkins 3464 Jan 4 05:08 go.mod [2023-01-04T05:12:11.839Z] -rw-rw-r-- 1 jenkins jenkins 45013 Jan 4 05:08 go.sum [2023-01-04T05:12:11.839Z] drwxrwxr-x 3 jenkins jenkins 4096 Jan 4 05:08 internal [2023-01-04T05:12:11.839Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 4 05:08 mock [2023-01-04T05:12:11.839Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 4 05:08 snap [2023-01-04T05:12:11.839Z] -rw-rw-r-- 1 jenkins jenkins 227 Jan 4 05:08 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-04T05:12:12.178Z] + 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=fe528491bba3fee0f8df2cff68391009d47da719 --label arch=arm64 --label version=3.0.0-dev.3 . [2023-01-04T05:12:12.446Z] Sending build context to Docker daemon 3.269MB [2023-01-04T05:12:12.446Z] Step 1/24 : ARG BASE=golang:1.18-alpine3.16 [2023-01-04T05:12:12.446Z] Step 2/24 : FROM ${BASE} AS builder [2023-01-04T05:12:12.446Z] ---> a6db33cee0d4 [2023-01-04T05:12:12.446Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-01-04T05:12:13.406Z] ---> Running in 5b224ef6684f [2023-01-04T05:12:13.674Z] Removing intermediate container 5b224ef6684f [2023-01-04T05:12:13.674Z] ---> 67dc74783024 [2023-01-04T05:12:13.674Z] Step 4/24 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-01-04T05:12:13.674Z] ---> Running in 37cb368c0ca6 [2023-01-04T05:12:13.943Z] Removing intermediate container 37cb368c0ca6 [2023-01-04T05:12:13.943Z] ---> 09a4cc8027f1 [2023-01-04T05:12:13.943Z] Step 5/24 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" [2023-01-04T05:12:14.212Z] ---> Running in b47be4c4869b [2023-01-04T05:12:14.480Z] Removing intermediate container b47be4c4869b [2023-01-04T05:12:14.480Z] ---> f3c813c78a55 [2023-01-04T05:12:14.480Z] Step 6/24 : ARG ALPINE_PKG_EXTRA="" [2023-01-04T05:12:14.480Z] ---> Running in f106b6477c0c [2023-01-04T05:12:14.750Z] Removing intermediate container f106b6477c0c [2023-01-04T05:12:14.750Z] ---> 95cd147d2266 [2023-01-04T05:12:14.750Z] Step 7/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-01-04T05:12:14.750Z] ---> Running in c22b5fe31914 [2023-01-04T05:12:15.712Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-04T05:12:15.976Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-04T05:12:16.933Z] OK: 226 MiB in 55 packages [2023-01-04T05:12:17.893Z] Removing intermediate container c22b5fe31914 [2023-01-04T05:12:17.893Z] ---> 56b2b8b64e64 [2023-01-04T05:12:17.893Z] Step 8/24 : WORKDIR /device-mqtt-go [2023-01-04T05:12:17.893Z] ---> Running in 0b4d286572a6 [2023-01-04T05:12:17.893Z] Removing intermediate container 0b4d286572a6 [2023-01-04T05:12:17.893Z] ---> 744a5e37ccaf [2023-01-04T05:12:17.893Z] Step 9/24 : COPY go.mod vendor* ./ [2023-01-04T05:12:18.476Z] ---> e9b740d2d832 [2023-01-04T05:12:18.476Z] Step 10/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-04T05:12:18.476Z] ---> Running in fb46ae3d7b1f [2023-01-04T05:12:20.415Z] Removing intermediate container fb46ae3d7b1f [2023-01-04T05:12:20.415Z] ---> 8073727a50c9 [2023-01-04T05:12:20.415Z] Step 11/24 : COPY . . [2023-01-04T05:12:21.000Z] ---> 36b0d7b0509a [2023-01-04T05:12:21.000Z] Step 12/24 : RUN $MAKE [2023-01-04T05:12:21.000Z] ---> Running in a014d2436067 [2023-01-04T05:12:21.967Z] GCO_ENABLED=1 GO111MODULE=on go build -tags "" -ldflags "-linkmode=external -X github.com/edgexfoundry/device-mqtt-go.Version=3.0.0-dev.3" -trimpath -mod=readonly -buildmode=pie -o cmd/device-mqtt ./cmd [2023-01-04T05:14:58.682Z] Removing intermediate container a014d2436067 [2023-01-04T05:14:58.682Z] ---> b3e7c0bbbe15 [2023-01-04T05:14:58.682Z] Step 13/24 : FROM alpine:3.16 [2023-01-04T05:14:58.682Z] 3.16: Pulling from library/alpine [2023-01-04T05:14:58.682Z] 6875df1f5354: Pulling fs layer [2023-01-04T05:14:58.682Z] 6875df1f5354: Verifying Checksum [2023-01-04T05:14:58.682Z] 6875df1f5354: Download complete [2023-01-04T05:14:58.682Z] 6875df1f5354: Pull complete [2023-01-04T05:14:58.682Z] Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b [2023-01-04T05:14:58.682Z] Status: Downloaded newer image for alpine:3.16 [2023-01-04T05:14:58.682Z] ---> 2b4661558fb8 [2023-01-04T05:14:58.682Z] Step 14/24 : LABEL license='VSPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IoTech Ltd' [2023-01-04T05:14:58.682Z] ---> Running in d1ccad33baa7 [2023-01-04T05:14:58.682Z] Removing intermediate container d1ccad33baa7 [2023-01-04T05:14:58.682Z] ---> 5148af3623c9 [2023-01-04T05:14:58.682Z] Step 15/24 : RUN apk add --update --no-cache zeromq dumb-init [2023-01-04T05:14:58.682Z] ---> Running in 0df16cddaa6d [2023-01-04T05:14:58.682Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-04T05:14:58.682Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-04T05:14:58.682Z] (1/6) Installing dumb-init (1.2.5-r1) [2023-01-04T05:14:58.682Z] (2/6) Installing libgcc (11.2.1_git20220219-r2) [2023-01-04T05:14:58.682Z] (3/6) Installing libsodium (1.0.18-r0) [2023-01-04T05:14:58.682Z] (4/6) Installing libstdc++ (11.2.1_git20220219-r2) [2023-01-04T05:14:58.682Z] (5/6) Installing libzmq (4.3.4-r0) [2023-01-04T05:14:58.682Z] (6/6) Installing zeromq (4.3.4-r0) [2023-01-04T05:14:58.682Z] Executing busybox-1.35.0-r17.trigger [2023-01-04T05:14:58.682Z] OK: 8 MiB in 20 packages [2023-01-04T05:14:58.682Z] Removing intermediate container 0df16cddaa6d [2023-01-04T05:14:58.682Z] ---> 33f3d71fd326 [2023-01-04T05:14:58.682Z] Step 16/24 : COPY --from=builder /device-mqtt-go/cmd / [2023-01-04T05:14:58.682Z] ---> 896d4fe76eb3 [2023-01-04T05:14:58.682Z] Step 17/24 : COPY --from=builder /device-mqtt-go/LICENSE / [2023-01-04T05:14:58.682Z] ---> 459938134471 [2023-01-04T05:14:58.682Z] Step 18/24 : COPY --from=builder /device-mqtt-go/Attribution.txt / [2023-01-04T05:14:58.682Z] ---> 4f43b21aa087 [2023-01-04T05:14:58.682Z] Step 19/24 : EXPOSE 59982 [2023-01-04T05:14:58.682Z] ---> Running in 6940fba2ebb6 [2023-01-04T05:14:58.682Z] Removing intermediate container 6940fba2ebb6 [2023-01-04T05:14:58.682Z] ---> 8128ccb7cbf1 [2023-01-04T05:14:58.682Z] Step 20/24 : ENTRYPOINT ["/device-mqtt"] [2023-01-04T05:14:58.682Z] ---> Running in 37a100827450 [2023-01-04T05:14:58.682Z] Removing intermediate container 37a100827450 [2023-01-04T05:14:58.682Z] ---> e0d7541396cc [2023-01-04T05:14:58.682Z] Step 21/24 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry"] [2023-01-04T05:14:58.682Z] ---> Running in 3b2ffb03c5dc [2023-01-04T05:14:58.682Z] Removing intermediate container 3b2ffb03c5dc [2023-01-04T05:14:58.682Z] ---> afee35d879c5 [2023-01-04T05:14:58.682Z] Step 22/24 : LABEL arch=arm64 [2023-01-04T05:14:58.682Z] ---> Running in 7f0348328750 [2023-01-04T05:14:58.682Z] Removing intermediate container 7f0348328750 [2023-01-04T05:14:58.682Z] ---> 3afb3bbd1717 [2023-01-04T05:14:58.682Z] Step 23/24 : LABEL git_sha=fe528491bba3fee0f8df2cff68391009d47da719 [2023-01-04T05:14:58.682Z] ---> Running in 22a58bf42e54 [2023-01-04T05:14:58.682Z] Removing intermediate container 22a58bf42e54 [2023-01-04T05:14:58.682Z] ---> b67b2aac6a67 [2023-01-04T05:14:58.682Z] Step 24/24 : LABEL version=3.0.0-dev.3 [2023-01-04T05:14:58.682Z] ---> Running in bf32d92536b2 [2023-01-04T05:14:58.682Z] Removing intermediate container bf32d92536b2 [2023-01-04T05:14:58.682Z] ---> d36cc2aad393 [2023-01-04T05:14:58.682Z] [Warning] One or more build-args [ARCH] were not consumed [2023-01-04T05:14:58.682Z] Successfully built d36cc2aad393 [2023-01-04T05:14:58.682Z] Successfully tagged device-mqtt-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-01-04T05:14:58.810Z] provisioning config files... [2023-01-04T05:14:58.826Z] copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/85@tmp/config10528115539239250461tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-04T05:14:59.154Z] ---> docker-login.sh [2023-01-04T05:14:59.154Z] nexus3.edgexfoundry.org:10001 [2023-01-04T05:14:59.154Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-04T05:14:59.423Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-04T05:14:59.423Z] Configure a credential helper to remove this warning. See [2023-01-04T05:14:59.423Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-04T05:14:59.423Z] [2023-01-04T05:14:59.423Z] Login Succeeded [2023-01-04T05:14:59.423Z] nexus3.edgexfoundry.org:10002 [2023-01-04T05:14:59.691Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-04T05:14:59.691Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-04T05:14:59.691Z] Configure a credential helper to remove this warning. See [2023-01-04T05:14:59.691Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-04T05:14:59.691Z] [2023-01-04T05:14:59.691Z] Login Succeeded [2023-01-04T05:14:59.691Z] nexus3.edgexfoundry.org:10003 [2023-01-04T05:14:59.960Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-04T05:14:59.960Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-04T05:14:59.960Z] Configure a credential helper to remove this warning. See [2023-01-04T05:14:59.960Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-04T05:14:59.960Z] [2023-01-04T05:14:59.960Z] Login Succeeded [2023-01-04T05:15:00.226Z] nexus3.edgexfoundry.org:10004 [2023-01-04T05:15:00.226Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-04T05:15:00.494Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-04T05:15:00.494Z] Configure a credential helper to remove this warning. See [2023-01-04T05:15:00.494Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-04T05:15:00.494Z] [2023-01-04T05:15:00.494Z] Login Succeeded [2023-01-04T05:15:00.494Z] docker.io [2023-01-04T05:15:00.762Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-04T05:15:01.029Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-04T05:15:01.029Z] Configure a credential helper to remove this warning. See [2023-01-04T05:15:01.029Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-04T05:15:01.029Z] [2023-01-04T05:15:01.029Z] Login Succeeded [2023-01-04T05:15:01.029Z] ---> docker-login.sh ends [Pipeline] } [2023-01-04T05:15:01.042Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-04T05:15:01.082Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-04T05:15:01.114Z] [edgeXDocker.push] Tagging docker image device-mqtt-arm64 with the following tags: [2023-01-04T05:15:01.114Z] fe528491bba3fee0f8df2cff68391009d47da719 [2023-01-04T05:15:01.114Z] latest [2023-01-04T05:15:01.114Z] 3.0.0-dev.3 [2023-01-04T05:15:01.114Z] fe528491bba3fee0f8df2cff68391009d47da719-3.0.0-dev.3 [2023-01-04T05:15:01.114Z] main [2023-01-04T05:15:01.114Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-04T05:15:01.470Z] + docker tag device-mqtt-arm64 nexus3.edgexfoundry.org:10004/device-mqtt-arm64:fe528491bba3fee0f8df2cff68391009d47da719 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-04T05:15:01.822Z] + docker push nexus3.edgexfoundry.org:10004/device-mqtt-arm64:fe528491bba3fee0f8df2cff68391009d47da719 [2023-01-04T05:15:01.822Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-mqtt-arm64] [2023-01-04T05:15:01.822Z] ddc2f74737b6: Preparing [2023-01-04T05:15:01.822Z] dd9b05c7cfec: Preparing [2023-01-04T05:15:01.822Z] aac382939393: Preparing [2023-01-04T05:15:01.822Z] 73505bb6387f: Preparing [2023-01-04T05:15:01.822Z] 17bec77d7fdc: Preparing [2023-01-04T05:15:01.822Z] 17bec77d7fdc: Layer already exists [2023-01-04T05:15:02.090Z] dd9b05c7cfec: Pushed [2023-01-04T05:15:02.090Z] ddc2f74737b6: Pushed [2023-01-04T05:15:02.673Z] 73505bb6387f: Pushed [2023-01-04T05:15:08.010Z] aac382939393: Pushed [2023-01-04T05:15:08.010Z] fe528491bba3fee0f8df2cff68391009d47da719: digest: sha256:8eef12a1eba041be1c157cff6b7955d9fd7458939f896a2b1bbd790a12327595 size: 1367 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-04T05:15:08.361Z] + docker tag device-mqtt-arm64 nexus3.edgexfoundry.org:10004/device-mqtt-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-04T05:15:08.701Z] + docker push nexus3.edgexfoundry.org:10004/device-mqtt-arm64:latest [2023-01-04T05:15:08.701Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-mqtt-arm64] [2023-01-04T05:15:08.701Z] ddc2f74737b6: Preparing [2023-01-04T05:15:08.701Z] dd9b05c7cfec: Preparing [2023-01-04T05:15:08.701Z] aac382939393: Preparing [2023-01-04T05:15:08.701Z] 73505bb6387f: Preparing [2023-01-04T05:15:08.701Z] 17bec77d7fdc: Preparing [2023-01-04T05:15:08.701Z] aac382939393: Layer already exists [2023-01-04T05:15:08.701Z] 73505bb6387f: Layer already exists [2023-01-04T05:15:08.701Z] dd9b05c7cfec: Layer already exists [2023-01-04T05:15:08.701Z] ddc2f74737b6: Layer already exists [2023-01-04T05:15:08.701Z] 17bec77d7fdc: Layer already exists [2023-01-04T05:15:08.701Z] latest: digest: sha256:8eef12a1eba041be1c157cff6b7955d9fd7458939f896a2b1bbd790a12327595 size: 1367 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-04T05:15:09.308Z] + docker tag device-mqtt-arm64 nexus3.edgexfoundry.org:10004/device-mqtt-arm64:3.0.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-04T05:15:09.635Z] + docker push nexus3.edgexfoundry.org:10004/device-mqtt-arm64:3.0.0-dev.3 [2023-01-04T05:15:09.635Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-mqtt-arm64] [2023-01-04T05:15:09.635Z] ddc2f74737b6: Preparing [2023-01-04T05:15:09.635Z] dd9b05c7cfec: Preparing [2023-01-04T05:15:09.635Z] aac382939393: Preparing [2023-01-04T05:15:09.635Z] 73505bb6387f: Preparing [2023-01-04T05:15:09.635Z] 17bec77d7fdc: Preparing [2023-01-04T05:15:09.635Z] aac382939393: Layer already exists [2023-01-04T05:15:09.635Z] 73505bb6387f: Layer already exists [2023-01-04T05:15:09.635Z] ddc2f74737b6: Layer already exists [2023-01-04T05:15:09.635Z] 17bec77d7fdc: Layer already exists [2023-01-04T05:15:09.635Z] dd9b05c7cfec: Layer already exists [2023-01-04T05:15:09.635Z] 3.0.0-dev.3: digest: sha256:8eef12a1eba041be1c157cff6b7955d9fd7458939f896a2b1bbd790a12327595 size: 1367 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-04T05:15:09.972Z] + docker tag device-mqtt-arm64 nexus3.edgexfoundry.org:10004/device-mqtt-arm64:fe528491bba3fee0f8df2cff68391009d47da719-3.0.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-04T05:15:10.320Z] + docker push nexus3.edgexfoundry.org:10004/device-mqtt-arm64:fe528491bba3fee0f8df2cff68391009d47da719-3.0.0-dev.3 [2023-01-04T05:15:10.320Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-mqtt-arm64] [2023-01-04T05:15:10.320Z] ddc2f74737b6: Preparing [2023-01-04T05:15:10.320Z] dd9b05c7cfec: Preparing [2023-01-04T05:15:10.320Z] aac382939393: Preparing [2023-01-04T05:15:10.320Z] 73505bb6387f: Preparing [2023-01-04T05:15:10.320Z] 17bec77d7fdc: Preparing [2023-01-04T05:15:10.320Z] dd9b05c7cfec: Layer already exists [2023-01-04T05:15:10.320Z] 17bec77d7fdc: Layer already exists [2023-01-04T05:15:10.320Z] aac382939393: Layer already exists [2023-01-04T05:15:10.320Z] ddc2f74737b6: Layer already exists [2023-01-04T05:15:10.320Z] 73505bb6387f: Layer already exists [2023-01-04T05:15:10.320Z] fe528491bba3fee0f8df2cff68391009d47da719-3.0.0-dev.3: digest: sha256:8eef12a1eba041be1c157cff6b7955d9fd7458939f896a2b1bbd790a12327595 size: 1367 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-04T05:15:10.655Z] + docker tag device-mqtt-arm64 nexus3.edgexfoundry.org:10004/device-mqtt-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-04T05:15:11.005Z] + docker push nexus3.edgexfoundry.org:10004/device-mqtt-arm64:main [2023-01-04T05:15:11.005Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-mqtt-arm64] [2023-01-04T05:15:11.005Z] ddc2f74737b6: Preparing [2023-01-04T05:15:11.005Z] dd9b05c7cfec: Preparing [2023-01-04T05:15:11.005Z] aac382939393: Preparing [2023-01-04T05:15:11.005Z] 73505bb6387f: Preparing [2023-01-04T05:15:11.005Z] 17bec77d7fdc: Preparing [2023-01-04T05:15:11.005Z] ddc2f74737b6: Layer already exists [2023-01-04T05:15:11.005Z] aac382939393: Layer already exists [2023-01-04T05:15:11.005Z] 73505bb6387f: Layer already exists [2023-01-04T05:15:11.005Z] 17bec77d7fdc: Layer already exists [2023-01-04T05:15:11.005Z] dd9b05c7cfec: Layer already exists [2023-01-04T05:15:11.271Z] main: digest: sha256:8eef12a1eba041be1c157cff6b7955d9fd7458939f896a2b1bbd790a12327595 size: 1367 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-04T05:15:11.323Z] ===================================================== [Pipeline] echo [2023-01-04T05:15:11.333Z] taggedImages: [2023-01-04T05:15:11.333Z] - nexus3.edgexfoundry.org:10004/device-mqtt-arm64:fe528491bba3fee0f8df2cff68391009d47da719 [2023-01-04T05:15:11.333Z] - nexus3.edgexfoundry.org:10004/device-mqtt-arm64:latest [2023-01-04T05:15:11.333Z] - nexus3.edgexfoundry.org:10004/device-mqtt-arm64:3.0.0-dev.3 [2023-01-04T05:15:11.333Z] - nexus3.edgexfoundry.org:10004/device-mqtt-arm64:fe528491bba3fee0f8df2cff68391009d47da719-3.0.0-dev.3 [2023-01-04T05:15:11.333Z] - nexus3.edgexfoundry.org:10004/device-mqtt-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-04T05:15:11.763Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-01-04T05:15:11.763Z] [2023-01-04T05:15:11.763Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-04T05:15:12.114Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-01-04T05:15:12.114Z] arm64: Pulling from edgex-lftools-log-publisher [2023-01-04T05:15:12.114Z] 8998bd30e6a1: Pulling fs layer [2023-01-04T05:15:12.114Z] 04944245beec: Pulling fs layer [2023-01-04T05:15:12.114Z] 699f458cf7ca: Pulling fs layer [2023-01-04T05:15:12.114Z] 765212b225bb: Pulling fs layer [2023-01-04T05:15:12.114Z] f23df028b6ca: Pulling fs layer [2023-01-04T05:15:12.114Z] d65c8cfc05b1: Pulling fs layer [2023-01-04T05:15:12.114Z] 2437ff75d9bd: Pulling fs layer [2023-01-04T05:15:12.114Z] 765212b225bb: Waiting [2023-01-04T05:15:12.114Z] 2437ff75d9bd: Waiting [2023-01-04T05:15:12.114Z] f23df028b6ca: Waiting [2023-01-04T05:15:12.114Z] d65c8cfc05b1: Waiting [2023-01-04T05:15:12.388Z] 04944245beec: Verifying Checksum [2023-01-04T05:15:12.388Z] 04944245beec: Download complete [2023-01-04T05:15:12.388Z] 765212b225bb: Verifying Checksum [2023-01-04T05:15:12.388Z] 765212b225bb: Download complete [2023-01-04T05:15:12.388Z] f23df028b6ca: Verifying Checksum [2023-01-04T05:15:12.388Z] f23df028b6ca: Download complete [2023-01-04T05:15:12.388Z] d65c8cfc05b1: Verifying Checksum [2023-01-04T05:15:12.388Z] d65c8cfc05b1: Download complete [2023-01-04T05:15:12.687Z] 699f458cf7ca: Verifying Checksum [2023-01-04T05:15:12.687Z] 699f458cf7ca: Download complete [2023-01-04T05:15:12.988Z] 8998bd30e6a1: Verifying Checksum [2023-01-04T05:15:12.988Z] 8998bd30e6a1: Download complete [2023-01-04T05:15:15.649Z] 2437ff75d9bd: Verifying Checksum [2023-01-04T05:15:17.058Z] 8998bd30e6a1: Pull complete [2023-01-04T05:15:17.327Z] 04944245beec: Pull complete [2023-01-04T05:15:18.745Z] 699f458cf7ca: Pull complete [2023-01-04T05:15:19.014Z] 765212b225bb: Pull complete [2023-01-04T05:15:19.977Z] f23df028b6ca: Pull complete [2023-01-04T05:15:19.977Z] d65c8cfc05b1: Pull complete [2023-01-04T05:15:34.980Z] 2437ff75d9bd: Pull complete [2023-01-04T05:15:34.980Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-01-04T05:15:34.980Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-01-04T05:15:34.980Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-04T05:15:35.148Z] prd-ubuntu20.04-docker-arm64-4c-16g-1038 does not seem to be running inside a container [2023-01-04T05:15:35.201Z] $ 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/85 -v /w/workspace/device-mqtt-go/85:/w/workspace/device-mqtt-go/85:rw,z -v /w/workspace/device-mqtt-go/85@tmp:/w/workspace/device-mqtt-go/85@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:arm64 cat [2023-01-04T05:15:37.565Z] $ docker top 97e5502e4b845c30ffe421db90025a6b7d9072b089448b42fe2a432338fcec6e -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-04T05:15:38.067Z] ---> job-cost.sh [2023-01-04T05:15:38.330Z] lf-activate-venv: SKIPPING [2023-01-04T05:15:38.330Z] INFO: No Stack... [2023-01-04T05:15:38.596Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-01-04T05:15:39.551Z] INFO: Archiving Costs [Pipeline] sh [2023-01-04T05:15:39.870Z] + + cut -d,cat /w/workspace/device-mqtt-go/85/archives/cost.csv [2023-01-04T05:15:39.870Z] -f6 [Pipeline] lock [2023-01-04T05:15:39.936Z] Trying to acquire lock on [jenkins-edgexfoundry-device-mqtt-go-main-85-stack-cost] [2023-01-04T05:15:39.946Z] Resource [jenkins-edgexfoundry-device-mqtt-go-main-85-stack-cost] did not exist. Created. [2023-01-04T05:15:39.946Z] Lock acquired on [jenkins-edgexfoundry-device-mqtt-go-main-85-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-01-04T05:15:40.269Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-01-04T05:15:40.326Z] Stashed 1 file(s) [Pipeline] } [2023-01-04T05:15:40.333Z] Lock released on resource [jenkins-edgexfoundry-device-mqtt-go-main-85-stack-cost] [Pipeline] // lock [Pipeline] } [2023-01-04T05:15:40.351Z] $ docker stop --time=1 97e5502e4b845c30ffe421db90025a6b7d9072b089448b42fe2a432338fcec6e [2023-01-04T05:15:41.806Z] $ docker rm -f --volumes 97e5502e4b845c30ffe421db90025a6b7d9072b089448b42fe2a432338fcec6e [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) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to earlier failure(s) [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-01-04T05:15:42.655Z] + [ -d /w/workspace/edgexfoundry_device-mqtt-go_main/archives ] [Pipeline] libraryResource [Pipeline] sh [2023-01-04T05:15:42.947Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-04T05:15:43.813Z] ---> package-listing.sh [2023-01-04T05:15:43.813Z] ++ facter osfamily [2023-01-04T05:15:43.813Z] ++ tr '[:upper:]' '[:lower:]' [2023-01-04T05:15:44.073Z] + OS_FAMILY=debian [2023-01-04T05:15:44.073Z] + workspace=/w/workspace/edgexfoundry_device-mqtt-go_main [2023-01-04T05:15:44.073Z] + START_PACKAGES=/tmp/packages_start.txt [2023-01-04T05:15:44.073Z] + END_PACKAGES=/tmp/packages_end.txt [2023-01-04T05:15:44.073Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-01-04T05:15:44.073Z] + PACKAGES=/tmp/packages_start.txt [2023-01-04T05:15:44.073Z] + '[' /w/workspace/edgexfoundry_device-mqtt-go_main ']' [2023-01-04T05:15:44.073Z] + PACKAGES=/tmp/packages_end.txt [2023-01-04T05:15:44.073Z] + case "${OS_FAMILY}" in [2023-01-04T05:15:44.073Z] + dpkg -l [2023-01-04T05:15:44.073Z] + grep '^ii' [2023-01-04T05:15:44.073Z] + '[' -f /tmp/packages_start.txt ']' [2023-01-04T05:15:44.073Z] + '[' -f /tmp/packages_end.txt ']' [2023-01-04T05:15:44.073Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-01-04T05:15:44.073Z] + '[' /w/workspace/edgexfoundry_device-mqtt-go_main ']' [2023-01-04T05:15:44.073Z] + mkdir -p /w/workspace/edgexfoundry_device-mqtt-go_main/archives/ [2023-01-04T05:15:44.073Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_device-mqtt-go_main/archives/ [Pipeline] echo [2023-01-04T05:15:44.084Z] 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/edgexfoundry_device-mqtt-go_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-01-04T05:15:44.364Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-04T05:15:44.922Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-01-04T05:15:44.922Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-04T05:15:44.994Z] prd-ubuntu20.04-docker-8c-8g-1036 does not seem to be running inside a container [2023-01-04T05:15:45.024Z] $ 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/edgexfoundry_device-mqtt-go_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_device-mqtt-go_main -v /w/workspace/edgexfoundry_device-mqtt-go_main:/w/workspace/edgexfoundry_device-mqtt-go_main:rw,z -v /w/workspace/edgexfoundry_device-mqtt-go_main@tmp:/w/workspace/edgexfoundry_device-mqtt-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-01-04T05:15:45.251Z] $ docker top 776ef852e8e385cca9faeed11893feb0d2c6ea318c56c9698348ce43ac63bff0 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-04T05:15:45.596Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-01-04T05:15:45.882Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-01-04T05:15:46.169Z] + ls /var/log/sa-host [2023-01-04T05:15:46.169Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-01-04T05:15:46.229Z] provisioning config files... [2023-01-04T05:15:46.237Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/config9001615410077541903tmp [Pipeline] { [Pipeline] echo [2023-01-04T05:15:46.253Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-04T05:15:46.539Z] ---> create-netrc.sh [Pipeline] } [2023-01-04T05:15:46.546Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-01-04T05:15:46.881Z] ---> python-tools-install.sh [Pipeline] echo [2023-01-04T05:15:46.889Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-04T05:15:47.173Z] ---> sudo-logs.sh [2023-01-04T05:15:47.173Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-01-04T05:15:47.217Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-04T05:15:47.504Z] ---> job-cost.sh [2023-01-04T05:15:47.504Z] lf-activate-venv: SKIPPING [2023-01-04T05:15:47.504Z] DEBUG: total: 0.10999999940395355 [2023-01-04T05:15:47.504Z] INFO: Retrieving Stack Cost... [2023-01-04T05:15:47.764Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-01-04T05:15:48.332Z] INFO: Archiving Costs [Pipeline] echo [2023-01-04T05:15:48.346Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-04T05:15:48.633Z] ---> logs-deploy.sh [2023-01-04T05:15:48.633Z] lf-activate-venv: SKIPPING [2023-01-04T05:15:48.633Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-mqtt-go/main/85 [2023-01-04T05:15:48.633Z] INFO: archiving workspace using pattern(s): [2023-01-04T05:15:49.569Z] Archives upload complete. [2023-01-04T05:15:49.829Z] INFO: archiving logs to Nexus [2023-01-04T05:15:50.396Z] ---> uname -a: [2023-01-04T05:15:50.396Z] Linux prd-ubuntu20-04-docker-8c-8g-1036 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux [2023-01-04T05:15:50.396Z] [2023-01-04T05:15:50.396Z] [2023-01-04T05:15:50.396Z] ---> lscpu: [2023-01-04T05:15:50.396Z] Architecture: x86_64 [2023-01-04T05:15:50.396Z] CPU op-mode(s): 32-bit, 64-bit [2023-01-04T05:15:50.396Z] Byte Order: Little Endian [2023-01-04T05:15:50.396Z] Address sizes: 40 bits physical, 48 bits virtual [2023-01-04T05:15:50.396Z] CPU(s): 8 [2023-01-04T05:15:50.396Z] On-line CPU(s) list: 0-7 [2023-01-04T05:15:50.396Z] Thread(s) per core: 1 [2023-01-04T05:15:50.396Z] Core(s) per socket: 1 [2023-01-04T05:15:50.396Z] Socket(s): 8 [2023-01-04T05:15:50.396Z] NUMA node(s): 1 [2023-01-04T05:15:50.396Z] Vendor ID: AuthenticAMD [2023-01-04T05:15:50.396Z] CPU family: 23 [2023-01-04T05:15:50.396Z] Model: 49 [2023-01-04T05:15:50.396Z] Model name: AMD EPYC-Rome Processor [2023-01-04T05:15:50.396Z] Stepping: 0 [2023-01-04T05:15:50.396Z] CPU MHz: 2799.976 [2023-01-04T05:15:50.396Z] BogoMIPS: 5599.95 [2023-01-04T05:15:50.396Z] Virtualization: AMD-V [2023-01-04T05:15:50.396Z] Hypervisor vendor: KVM [2023-01-04T05:15:50.396Z] Virtualization type: full [2023-01-04T05:15:50.396Z] L1d cache: 256 KiB [2023-01-04T05:15:50.396Z] L1i cache: 256 KiB [2023-01-04T05:15:50.396Z] L2 cache: 4 MiB [2023-01-04T05:15:50.396Z] L3 cache: 128 MiB [2023-01-04T05:15:50.396Z] NUMA node0 CPU(s): 0-7 [2023-01-04T05:15:50.396Z] Vulnerability Itlb multihit: Not affected [2023-01-04T05:15:50.396Z] Vulnerability L1tf: Not affected [2023-01-04T05:15:50.396Z] Vulnerability Mds: Not affected [2023-01-04T05:15:50.396Z] Vulnerability Meltdown: Not affected [2023-01-04T05:15:50.396Z] Vulnerability Mmio stale data: Not affected [2023-01-04T05:15:50.396Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2023-01-04T05:15:50.396Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2023-01-04T05:15:50.396Z] Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling [2023-01-04T05:15:50.396Z] Vulnerability Srbds: Not affected [2023-01-04T05:15:50.396Z] Vulnerability Tsx async abort: Not affected [2023-01-04T05:15:50.396Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities [2023-01-04T05:15:50.396Z] [2023-01-04T05:15:50.396Z] [2023-01-04T05:15:50.396Z] ---> nproc: [2023-01-04T05:15:50.396Z] 8 [2023-01-04T05:15:50.396Z] [2023-01-04T05:15:50.396Z] [2023-01-04T05:15:50.396Z] ---> df -h: [2023-01-04T05:15:50.396Z] Filesystem Size Used Avail Use% Mounted on [2023-01-04T05:15:50.396Z] overlay 155G 10G 145G 7% / [2023-01-04T05:15:50.396Z] tmpfs 64M 0 64M 0% /dev [2023-01-04T05:15:50.396Z] tmpfs 16G 0 16G 0% /sys/fs/cgroup [2023-01-04T05:15:50.396Z] shm 64M 0 64M 0% /dev/shm [2023-01-04T05:15:50.396Z] /dev/vda1 155G 10G 145G 7% /facter-os [2023-01-04T05:15:50.396Z] [2023-01-04T05:15:50.396Z]