Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 2e0357b1824e5884c9b2b56c2fd5ebe36d00b6c9 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-ssh8578916556180821500.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh11240647940245111705.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 The recommended git tool is: git using credential edgex-jenkins-ssh > 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-ssh3294602878034351129.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 # timeout=10 Commit message: "fix: bug with isLTS relying on env.GIT_BRANCH inside cd-management repo (#429)" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 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-ssh14078339503345833636.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-ssh9386069396256750433.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.20 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-mqtt DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-12633 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 2e0357b1824e5884c9b2b56c2fd5ebe36d00b6c9 (main) > 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 2e0357b1824e5884c9b2b56c2fd5ebe36d00b6c9 # timeout=10 Commit message: "build(deps): bump github.com/edgexfoundry/device-sdk-go/v3 (#587)" > git rev-list --no-walk 2e3ea50809046315b94e2a0692d75037f7d6efed # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-05-03T21:59:09.532Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-05-03T21:59:09.575Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-05-03T21:59:09.594Z] ========================================================= [2023-05-03T21:59:09.594Z] EdgeX Global Pipelines Version Info [2023-05-03T21:59:09.594Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-05-03T21:59:10.312Z] ------------------- [2023-05-03T21:59:10.312Z] stable info: [2023-05-03T21:59:10.312Z] ------------------- [2023-05-03T21:59:10.312Z] Commited By: Bill Mahoney bill.mahoney@intel.com [2023-05-03T21:59:10.312Z] Commit SHA: 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 [2023-05-03T21:59:10.312Z] Message: update stable to v1.0.248 [2023-05-03T21:59:11.252Z] ------------------- [2023-05-03T21:59:11.252Z] experimental info: [2023-05-03T21:59:11.252Z] ------------------- [2023-05-03T21:59:11.253Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-05-03T21:59:11.253Z] Commit SHA: 4fc256d9079ed2258907e613f84b1b8da264a4bd [2023-05-03T21:59:11.253Z] Message: update experimental to v1.0.249 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-05-03T21:59:11.463Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-mqtt-go-settings [Pipeline] echo [2023-05-03T21:59:11.476Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-mqtt-go [Pipeline] echo [2023-05-03T21:59:11.489Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-05-03T21:59:11.502Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-05-03T21:59:11.517Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-05-03T21:59:11.530Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo [2023-05-03T21:59:11.544Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-05-03T21:59:11.559Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2023-05-03T21:59:11.578Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-05-03T21:59:11.597Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-05-03T21:59:11.615Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-05-03T21:59:11.632Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-mqtt [Pipeline] echo [2023-05-03T21:59:11.649Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-05-03T21:59:11.665Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-05-03T21:59:11.683Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-05-03T21:59:11.701Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-05-03T21:59:11.720Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-05-03T21:59:11.737Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-05-03T21:59:11.750Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-05-03T21:59:11.766Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-05-03T21:59:11.783Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2023-05-03T21:59:11.800Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2023-05-03T21:59:11.813Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-05-03T21:59:11.825Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-05-03T21:59:11.839Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2023-05-03T21:59:11.851Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-05-03T21:59:11.863Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-05-03T21:59:11.874Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2023-05-03T21:59:11.888Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2023-05-03T21:59:11.899Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2023-05-03T21:59:11.912Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 2e0357b1824e5884c9b2b56c2fd5ebe36d00b6c9 [Pipeline] echo [2023-05-03T21:59:11.924Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 2e0357b [Pipeline] echo [2023-05-03T21:59:11.937Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-05-03T21:59:11.988Z] provisioning config files... [2023-05-03T21:59:12.002Z] copy managed file [device-mqtt-go-settings] to file:/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/config13234326678291796262tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-05-03T21:59:12.334Z] ---> docker-login.sh [2023-05-03T21:59:12.334Z] nexus3.edgexfoundry.org:10001 [2023-05-03T21:59:12.600Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-03T21:59:12.600Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-03T21:59:12.600Z] Configure a credential helper to remove this warning. See [2023-05-03T21:59:12.600Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-03T21:59:12.600Z] [2023-05-03T21:59:12.600Z] Login Succeeded [2023-05-03T21:59:12.600Z] nexus3.edgexfoundry.org:10002 [2023-05-03T21:59:12.862Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-03T21:59:12.862Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-03T21:59:12.862Z] Configure a credential helper to remove this warning. See [2023-05-03T21:59:12.862Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-03T21:59:12.862Z] [2023-05-03T21:59:12.862Z] Login Succeeded [2023-05-03T21:59:12.862Z] nexus3.edgexfoundry.org:10003 [2023-05-03T21:59:12.862Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-03T21:59:12.862Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-03T21:59:12.862Z] Configure a credential helper to remove this warning. See [2023-05-03T21:59:12.862Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-03T21:59:12.862Z] [2023-05-03T21:59:12.862Z] Login Succeeded [2023-05-03T21:59:12.862Z] nexus3.edgexfoundry.org:10004 [2023-05-03T21:59:12.862Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-03T21:59:13.125Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-03T21:59:13.125Z] Configure a credential helper to remove this warning. See [2023-05-03T21:59:13.125Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-03T21:59:13.125Z] [2023-05-03T21:59:13.125Z] Login Succeeded [2023-05-03T21:59:13.125Z] docker.io [2023-05-03T21:59:13.125Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-03T21:59:13.388Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-03T21:59:13.388Z] Configure a credential helper to remove this warning. See [2023-05-03T21:59:13.388Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-03T21:59:13.388Z] [2023-05-03T21:59:13.388Z] Login Succeeded [2023-05-03T21:59:13.388Z] ---> docker-login.sh ends [Pipeline] } [2023-05-03T21:59:13.398Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-05-03T21:59:13.782Z] + git rev-list -1 --merges 2e0357b1824e5884c9b2b56c2fd5ebe36d00b6c9~1..2e0357b1824e5884c9b2b56c2fd5ebe36d00b6c9 [Pipeline] echo [2023-05-03T21:59:13.837Z] -----------> git rev-list -1 --merges 2e0357b1824e5884c9b2b56c2fd5ebe36d00b6c9~1..2e0357b1824e5884c9b2b56c2fd5ebe36d00b6c9 2e0357b1824e5884c9b2b56c2fd5ebe36d00b6c9 [false] [Pipeline] sh [2023-05-03T21:59:14.135Z] + git log --format=format:%s -1 2e0357b1824e5884c9b2b56c2fd5ebe36d00b6c9 [Pipeline] echo [2023-05-03T21:59:14.149Z] ========================================================= [2023-05-03T21:59:14.149Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-05-03T21:59:14.149Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-05-03T21:59:14.489Z] + git log --format=format:%s -1 2e0357b1824e5884c9b2b56c2fd5ebe36d00b6c9 [Pipeline] echo [2023-05-03T21:59:14.499Z] [semverPrep] GIT_COMMIT: 2e0357b1824e5884c9b2b56c2fd5ebe36d00b6c9, Commit Message: build(deps): bump github.com/edgexfoundry/device-sdk-go/v3 (#587) [Pipeline] echo [2023-05-03T21:59:14.508Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-05-03T21:59:14.940Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-05-03T21:59:14.940Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-05-03T21:59:14.940Z] + [ -e /tmp/ssh_known_hosts ] [2023-05-03T21:59:14.940Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-05-03T21:59:14.940Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-05-03T21:59:14.940Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-05-03T21:59:14.940Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-03T21:59:15.288Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-05-03T21:59:15.289Z] [2023-05-03T21:59:15.289Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-03T21:59:15.589Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-05-03T21:59:15.589Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-05-03T21:59:15.589Z] b85a868b505f: Pulling fs layer [2023-05-03T21:59:15.589Z] e2be974225ed: Pulling fs layer [2023-05-03T21:59:15.589Z] 339a4e72a1f5: Pulling fs layer [2023-05-03T21:59:15.589Z] 988bab9f4d93: Pulling fs layer [2023-05-03T21:59:15.589Z] 1469e6f7b9e6: Pulling fs layer [2023-05-03T21:59:15.589Z] eaf3925da568: Pulling fs layer [2023-05-03T21:59:15.589Z] bab4dde63d76: Pulling fs layer [2023-05-03T21:59:15.589Z] bde34c3a00c8: Pulling fs layer [2023-05-03T21:59:15.589Z] b352a97aabf1: Pulling fs layer [2023-05-03T21:59:15.589Z] 4872d77fe225: Pulling fs layer [2023-05-03T21:59:15.589Z] 5851b861e8e6: Pulling fs layer [2023-05-03T21:59:15.589Z] 988bab9f4d93: Waiting [2023-05-03T21:59:15.589Z] 1469e6f7b9e6: Waiting [2023-05-03T21:59:15.589Z] eaf3925da568: Waiting [2023-05-03T21:59:15.589Z] bab4dde63d76: Waiting [2023-05-03T21:59:15.589Z] bde34c3a00c8: Waiting [2023-05-03T21:59:15.589Z] b352a97aabf1: Waiting [2023-05-03T21:59:15.589Z] 4872d77fe225: Waiting [2023-05-03T21:59:15.589Z] 5851b861e8e6: Waiting [2023-05-03T21:59:15.589Z] e2be974225ed: Verifying Checksum [2023-05-03T21:59:15.589Z] e2be974225ed: Download complete [2023-05-03T21:59:15.589Z] 988bab9f4d93: Verifying Checksum [2023-05-03T21:59:15.589Z] 988bab9f4d93: Download complete [2023-05-03T21:59:15.589Z] 339a4e72a1f5: Verifying Checksum [2023-05-03T21:59:15.589Z] 339a4e72a1f5: Download complete [2023-05-03T21:59:15.848Z] eaf3925da568: Download complete [2023-05-03T21:59:15.848Z] 1469e6f7b9e6: Verifying Checksum [2023-05-03T21:59:15.848Z] 1469e6f7b9e6: Download complete [2023-05-03T21:59:15.848Z] bde34c3a00c8: Verifying Checksum [2023-05-03T21:59:15.848Z] bde34c3a00c8: Download complete [2023-05-03T21:59:15.848Z] b352a97aabf1: Verifying Checksum [2023-05-03T21:59:15.848Z] b352a97aabf1: Download complete [2023-05-03T21:59:15.848Z] 4872d77fe225: Verifying Checksum [2023-05-03T21:59:15.848Z] 4872d77fe225: Download complete [2023-05-03T21:59:15.848Z] 5851b861e8e6: Download complete [2023-05-03T21:59:15.848Z] b85a868b505f: Download complete [2023-05-03T21:59:16.107Z] bab4dde63d76: Verifying Checksum [2023-05-03T21:59:16.107Z] bab4dde63d76: Download complete [2023-05-03T21:59:17.043Z] b85a868b505f: Pull complete [2023-05-03T21:59:17.043Z] e2be974225ed: Pull complete [2023-05-03T21:59:17.612Z] 339a4e72a1f5: Pull complete [2023-05-03T21:59:17.612Z] 988bab9f4d93: Pull complete [2023-05-03T21:59:17.873Z] 1469e6f7b9e6: Pull complete [2023-05-03T21:59:17.873Z] eaf3925da568: Pull complete [2023-05-03T21:59:19.781Z] bab4dde63d76: Pull complete [2023-05-03T21:59:19.781Z] bde34c3a00c8: Pull complete [2023-05-03T21:59:20.041Z] b352a97aabf1: Pull complete [2023-05-03T21:59:20.041Z] 4872d77fe225: Pull complete [2023-05-03T21:59:20.041Z] 5851b861e8e6: Pull complete [2023-05-03T21:59:20.041Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-05-03T21:59:20.041Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-05-03T21:59:20.041Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-03T21:59:20.138Z] prd-ubuntu20.04-docker-8c-8g-12633 does not seem to be running inside a container [2023-05-03T21:59:20.179Z] $ 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-05-03T21:59:21.539Z] $ docker top 0bbf17b1c17be2bedaa0e197ac396ca615675bb93301f372eb892490a845a627 -eo pid,comm [2023-05-03T21:59:21.594Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2023-05-03T21:59:21.594Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-05-03T21:59:21.628Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-05-03T21:59:21.628Z] [ssh-agent] Looking for ssh-agent implementation... [2023-05-03T21:59:21.740Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-05-03T21:59:21.743Z] $ docker exec 0bbf17b1c17be2bedaa0e197ac396ca615675bb93301f372eb892490a845a627 ssh-agent [2023-05-03T21:59:21.869Z] SSH_AUTH_SOCK=/tmp/ssh-rAjZDqwOiPOc/agent.31 [2023-05-03T21:59:21.869Z] SSH_AGENT_PID=37 [2023-05-03T21:59:21.877Z] Running ssh-add (command line suppressed) [2023-05-03T21:59:21.975Z] Identity added: /w/workspace/edgexfoundry_device-mqtt-go_main@tmp/private_key_777069879330552943.key (/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/private_key_777069879330552943.key) [2023-05-03T21:59:21.991Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-05-03T21:59:22.281Z] + git tag --points-at HEAD [Pipeline] } [2023-05-03T21:59:22.293Z] $ docker exec --env ******** --env ******** 0bbf17b1c17be2bedaa0e197ac396ca615675bb93301f372eb892490a845a627 ssh-agent -k [2023-05-03T21:59:22.379Z] unset SSH_AUTH_SOCK; [2023-05-03T21:59:22.380Z] unset SSH_AGENT_PID; [2023-05-03T21:59:22.380Z] echo Agent pid 37 killed; [2023-05-03T21:59:22.393Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-05-03T21:59:22.416Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-05-03T21:59:22.416Z] [ssh-agent] Looking for ssh-agent implementation... [2023-05-03T21:59:22.538Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-05-03T21:59:22.539Z] $ docker exec 0bbf17b1c17be2bedaa0e197ac396ca615675bb93301f372eb892490a845a627 ssh-agent [2023-05-03T21:59:22.653Z] SSH_AUTH_SOCK=/tmp/ssh-dY7k05ghwLYo/agent.70 [2023-05-03T21:59:22.653Z] SSH_AGENT_PID=76 [2023-05-03T21:59:22.658Z] Running ssh-add (command line suppressed) [2023-05-03T21:59:22.764Z] Identity added: /w/workspace/edgexfoundry_device-mqtt-go_main@tmp/private_key_17789510467304094911.key (/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/private_key_17789510467304094911.key) [2023-05-03T21:59:22.787Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-05-03T21:59:23.077Z] + git semver init [2023-05-03T21:59:23.337Z] 2023-05-03 21:59:23,250 [run_init] DEBUG init version:0.0.0 force:False [2023-05-03T21:59:23.337Z] 2023-05-03 21:59:23,250 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_device-mqtt-go_main/.semver [2023-05-03T21:59:23.337Z] 2023-05-03 21:59:23,251 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-mqtt-go.git /w/workspace/edgexfoundry_device-mqtt-go_main/.semver [2023-05-03T21:59:23.337Z] 2023-05-03 21:59:23,251 [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-05-03T21:59:24.294Z] 2023-05-03 21:59:24,049 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_device-mqtt-go_main/.git/info/exclude [2023-05-03T21:59:24.294Z] 2023-05-03 21:59:24,050 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_device-mqtt-go_main/.semver/main with force:False [2023-05-03T21:59:24.294Z] 2023-05-03 21:59:24,050 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-mqtt-go_main/.semver/main [2023-05-03T21:59:24.294Z] 2023-05-03 21:59:24,050 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-mqtt-go_main/.semver/main [2023-05-03T21:59:24.294Z] 3.0.0-dev.29 [Pipeline] } [2023-05-03T21:59:24.305Z] $ docker exec --env ******** --env ******** 0bbf17b1c17be2bedaa0e197ac396ca615675bb93301f372eb892490a845a627 ssh-agent -k [2023-05-03T21:59:24.404Z] unset SSH_AUTH_SOCK; [2023-05-03T21:59:24.405Z] unset SSH_AGENT_PID; [2023-05-03T21:59:24.405Z] echo Agent pid 76 killed; [2023-05-03T21:59:24.416Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-05-03T21:59:24.724Z] + git semver [Pipeline] } [2023-05-03T21:59:25.000Z] $ docker stop --time=1 0bbf17b1c17be2bedaa0e197ac396ca615675bb93301f372eb892490a845a627 [2023-05-03T21:59:26.285Z] $ docker rm -f --volumes 0bbf17b1c17be2bedaa0e197ac396ca615675bb93301f372eb892490a845a627 [Pipeline] // withDockerContainer [Pipeline] sh [2023-05-03T21:59:26.629Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-05-03T21:59:26.866Z] Stashed 1 file(s) [Pipeline] echo [2023-05-03T21:59:26.871Z] [edgeXSemver]: initialized semver on version 3.0.0-dev.29 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-05-03T21:59:27.018Z] provisioning config files... [2023-05-03T21:59:27.027Z] copy managed file [device-mqtt-go-settings] to file:/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/config13299667618474096233tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-05-03T21:59:27.322Z] ---> docker-login.sh [2023-05-03T21:59:27.322Z] nexus3.edgexfoundry.org:10001 [2023-05-03T21:59:27.322Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-03T21:59:27.322Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-03T21:59:27.322Z] Configure a credential helper to remove this warning. See [2023-05-03T21:59:27.322Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-03T21:59:27.322Z] [2023-05-03T21:59:27.322Z] Login Succeeded [2023-05-03T21:59:27.322Z] nexus3.edgexfoundry.org:10002 [2023-05-03T21:59:27.322Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-03T21:59:27.322Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-03T21:59:27.322Z] Configure a credential helper to remove this warning. See [2023-05-03T21:59:27.322Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-03T21:59:27.322Z] [2023-05-03T21:59:27.322Z] Login Succeeded [2023-05-03T21:59:27.322Z] nexus3.edgexfoundry.org:10003 [2023-05-03T21:59:27.582Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-03T21:59:27.582Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-03T21:59:27.582Z] Configure a credential helper to remove this warning. See [2023-05-03T21:59:27.582Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-03T21:59:27.582Z] [2023-05-03T21:59:27.582Z] Login Succeeded [2023-05-03T21:59:27.582Z] nexus3.edgexfoundry.org:10004 [2023-05-03T21:59:27.582Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-03T21:59:27.582Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-03T21:59:27.582Z] Configure a credential helper to remove this warning. See [2023-05-03T21:59:27.582Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-03T21:59:27.582Z] [2023-05-03T21:59:27.582Z] Login Succeeded [2023-05-03T21:59:27.582Z] docker.io [2023-05-03T21:59:27.843Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-03T21:59:27.843Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-03T21:59:27.843Z] Configure a credential helper to remove this warning. See [2023-05-03T21:59:27.843Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-03T21:59:27.843Z] [2023-05-03T21:59:27.843Z] Login Succeeded [2023-05-03T21:59:27.843Z] ---> docker-login.sh ends [Pipeline] } [2023-05-03T21:59:27.851Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-05-03T21:59:27.907Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-05-03T21:59:27.919Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-05-03T21:59:27.926Z] ========================================================= [2023-05-03T21:59:27.926Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] [2023-05-03T21:59:27.926Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-03T21:59:28.231Z] + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine --build-arg MAKE=echo noop --target=builder . [2023-05-03T21:59:28.231Z] Sending build context to Docker daemon 6.47MB [2023-05-03T21:59:28.231Z] Step 1/12 : ARG BASE=golang:1.20-alpine3.17 [2023-05-03T21:59:28.231Z] Step 2/12 : FROM ${BASE} AS builder [2023-05-03T21:59:28.231Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base [2023-05-03T21:59:28.231Z] f56be85fc22e: Pulling fs layer [2023-05-03T21:59:28.231Z] 85791d961cd3: Pulling fs layer [2023-05-03T21:59:28.231Z] d694b5ae8c79: Pulling fs layer [2023-05-03T21:59:28.231Z] 9f32a84ed3da: Pulling fs layer [2023-05-03T21:59:28.231Z] 4d19c01a9841: Pulling fs layer [2023-05-03T21:59:28.231Z] 9325e15d5711: Pulling fs layer [2023-05-03T21:59:28.231Z] 556b6ee489ea: Pulling fs layer [2023-05-03T21:59:28.231Z] c5a4b2cf53e6: Pulling fs layer [2023-05-03T21:59:28.231Z] 9f32a84ed3da: Waiting [2023-05-03T21:59:28.231Z] 556b6ee489ea: Waiting [2023-05-03T21:59:28.231Z] c5a4b2cf53e6: Waiting [2023-05-03T21:59:28.231Z] 9325e15d5711: Waiting [2023-05-03T21:59:28.231Z] 85791d961cd3: Download complete [2023-05-03T21:59:28.231Z] 9f32a84ed3da: Download complete [2023-05-03T21:59:28.231Z] 4d19c01a9841: Verifying Checksum [2023-05-03T21:59:28.231Z] 4d19c01a9841: Download complete [2023-05-03T21:59:28.493Z] f56be85fc22e: Verifying Checksum [2023-05-03T21:59:28.493Z] f56be85fc22e: Download complete [2023-05-03T21:59:28.493Z] 9325e15d5711: Verifying Checksum [2023-05-03T21:59:28.493Z] 9325e15d5711: Download complete [2023-05-03T21:59:28.493Z] f56be85fc22e: Pull complete [2023-05-03T21:59:28.756Z] 85791d961cd3: Pull complete [2023-05-03T21:59:28.756Z] c5a4b2cf53e6: Verifying Checksum [2023-05-03T21:59:28.756Z] c5a4b2cf53e6: Download complete [2023-05-03T21:59:29.014Z] d694b5ae8c79: Verifying Checksum [2023-05-03T21:59:29.014Z] d694b5ae8c79: Download complete [2023-05-03T21:59:29.273Z] 556b6ee489ea: Verifying Checksum [2023-05-03T21:59:29.273Z] 556b6ee489ea: Download complete [2023-05-03T21:59:32.572Z] d694b5ae8c79: Pull complete [2023-05-03T21:59:32.572Z] 9f32a84ed3da: Pull complete [2023-05-03T21:59:32.572Z] 4d19c01a9841: Pull complete [2023-05-03T21:59:32.572Z] 9325e15d5711: Pull complete [2023-05-03T21:59:34.474Z] 556b6ee489ea: Pull complete [2023-05-03T21:59:35.411Z] c5a4b2cf53e6: Pull complete [2023-05-03T21:59:35.411Z] Digest: sha256:cdb650785bd12602035d3ff87499385c169773a4d12d6eaf394b34464d3a0f2b [2023-05-03T21:59:35.411Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-05-03T21:59:35.411Z] ---> c4be618373d6 [2023-05-03T21:59:35.411Z] Step 3/12 : ARG ADD_BUILD_TAGS="" [2023-05-03T21:59:36.795Z] ---> Running in 95b7df1a03d9 [2023-05-03T21:59:37.058Z] Removing intermediate container 95b7df1a03d9 [2023-05-03T21:59:37.058Z] ---> 7dda8255e0bd [2023-05-03T21:59:37.058Z] Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-05-03T21:59:37.058Z] ---> Running in 849ebc2be006 [2023-05-03T21:59:37.058Z] Removing intermediate container 849ebc2be006 [2023-05-03T21:59:37.058Z] ---> a703155d0eed [2023-05-03T21:59:37.058Z] Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client" [2023-05-03T21:59:37.058Z] ---> Running in 33d1a6ddf434 [2023-05-03T21:59:37.058Z] Removing intermediate container 33d1a6ddf434 [2023-05-03T21:59:37.058Z] ---> 2138682bc4b1 [2023-05-03T21:59:37.058Z] Step 6/12 : ARG ALPINE_PKG_EXTRA="" [2023-05-03T21:59:37.322Z] ---> Running in a3799d3eb618 [2023-05-03T21:59:37.323Z] Removing intermediate container a3799d3eb618 [2023-05-03T21:59:37.323Z] ---> 20844b7d85f9 [2023-05-03T21:59:37.323Z] Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-05-03T21:59:37.323Z] ---> Running in 2f121686cf8b [2023-05-03T21:59:37.583Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-03T21:59:37.583Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-03T21:59:37.843Z] (1/4) Installing openssh-keygen (9.1_p1-r2) [2023-05-03T21:59:37.843Z] (2/4) Installing libedit (20221030.3.1-r0) [2023-05-03T21:59:37.843Z] (3/4) Installing openssh-client-common (9.1_p1-r2) [2023-05-03T21:59:37.843Z] (4/4) Installing openssh-client-default (9.1_p1-r2) [2023-05-03T21:59:37.843Z] Executing busybox-1.35.0-r29.trigger [2023-05-03T21:59:37.843Z] OK: 269 MiB in 57 packages [2023-05-03T21:59:38.414Z] Removing intermediate container 2f121686cf8b [2023-05-03T21:59:38.414Z] ---> 4312ac8a628c [2023-05-03T21:59:38.414Z] Step 8/12 : WORKDIR /device-mqtt-go [2023-05-03T21:59:38.414Z] ---> Running in 4ae21e49fbcf [2023-05-03T21:59:38.414Z] Removing intermediate container 4ae21e49fbcf [2023-05-03T21:59:38.414Z] ---> 853bf88d0f44 [2023-05-03T21:59:38.414Z] Step 9/12 : COPY go.mod vendor* ./ [2023-05-03T21:59:38.675Z] ---> 5e71bea0b217 [2023-05-03T21:59:38.675Z] Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-03T21:59:38.675Z] ---> Running in 79c96bc22d07 [2023-05-03T21:59:41.987Z] Still waiting to schedule task [2023-05-03T21:59:41.988Z] Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-12632’ [2023-05-03T22:00:00.618Z] Removing intermediate container 79c96bc22d07 [2023-05-03T22:00:00.618Z] ---> 54d1b9163df5 [2023-05-03T22:00:00.618Z] Step 11/12 : COPY . . [2023-05-03T22:00:00.618Z] ---> bb7ad1a4d9df [2023-05-03T22:00:00.618Z] Step 12/12 : RUN $MAKE [2023-05-03T22:00:00.618Z] ---> Running in afe15f7819a2 [2023-05-03T22:00:00.618Z] noop [2023-05-03T22:00:00.618Z] Removing intermediate container afe15f7819a2 [2023-05-03T22:00:00.618Z] ---> e9cc20565315 [2023-05-03T22:00:00.618Z] Successfully built e9cc20565315 [2023-05-03T22:00:00.618Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-03T22:00:00.926Z] + docker inspect -f . ci-base-image-x86_64 [2023-05-03T22:00:00.926Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-03T22:00:00.995Z] prd-ubuntu20.04-docker-8c-8g-12633 does not seem to be running inside a container [2023-05-03T22:00:01.018Z] $ docker run -t -d -u 1001:1001 -u 0:0 -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 ******** ci-base-image-x86_64 cat [2023-05-03T22:00:01.367Z] $ docker top df030bf85ee97fb4117a3b06b023617df6fa779911bb09f1ba5aa69d365cb7aa -eo pid,comm [Pipeline] { [Pipeline] sh [2023-05-03T22:00:01.705Z] + go version [2023-05-03T22:00:01.705Z] go version go1.20.2 linux/amd64 [Pipeline] } [2023-05-03T22:00:01.714Z] $ docker stop --time=1 df030bf85ee97fb4117a3b06b023617df6fa779911bb09f1ba5aa69d365cb7aa [2023-05-03T22:00:02.976Z] $ docker rm -f --volumes df030bf85ee97fb4117a3b06b023617df6fa779911bb09f1ba5aa69d365cb7aa [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-03T22:00:03.424Z] + docker inspect -f . ci-base-image-x86_64 [2023-05-03T22:00:03.424Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-03T22:00:03.491Z] prd-ubuntu20.04-docker-8c-8g-12633 does not seem to be running inside a container [2023-05-03T22:00:03.521Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -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 ******** ci-base-image-x86_64 cat [2023-05-03T22:00:03.910Z] $ docker top e421c0bd694336eb52d47881c5ebaf1d7e9a096de71ca3148548eb447ea329bf -eo pid,comm [Pipeline] { [Pipeline] sh [2023-05-03T22:00:04.243Z] + git config --global --add safe.directory /w/workspace/edgexfoundry_device-mqtt-go_main [Pipeline] fileExists [Pipeline] sh [2023-05-03T22:00:04.531Z] + make test [2023-05-03T22:00:04.531Z] go test ./... -coverprofile=coverage.out ./... [2023-05-03T22:00:08.717Z] ? github.com/edgexfoundry/device-mqtt-go [no test files] [2023-05-03T22:00:18.690Z] ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] [2023-05-03T22:00:18.690Z] ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] [2023-05-03T22:00:18.690Z] ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.016s coverage: 23.1% of statements [2023-05-03T22:00:23.958Z] go vet ./... [2023-05-03T22:00:27.238Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-05-03T22:00:27.238Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-05-03T22:00:27.238Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-05-03T22:00:27.251Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-05-03T22:00:27.259Z] $ docker stop --time=1 e421c0bd694336eb52d47881c5ebaf1d7e9a096de71ca3148548eb447ea329bf [2023-05-03T22:00:30.757Z] $ docker rm -f --volumes e421c0bd694336eb52d47881c5ebaf1d7e9a096de71ca3148548eb447ea329bf [Pipeline] // withDockerContainer [Pipeline] sh [2023-05-03T22:00:31.240Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-05-03T22:00:31.281Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2023-05-03T22:00:31.884Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-05-03T22:00:32.168Z] + ls -al . [2023-05-03T22:00:32.168Z] total 180 [2023-05-03T22:00:32.168Z] drwxrwxr-x 10 jenkins jenkins 4096 May 3 22:00 . [2023-05-03T22:00:32.168Z] drwxrwxr-x 4 jenkins jenkins 4096 May 3 21:59 .. [2023-05-03T22:00:32.168Z] -rw-rw-r-- 1 jenkins jenkins 140 May 3 21:59 .dockerignore [2023-05-03T22:00:32.168Z] drwxrwxr-x 8 jenkins jenkins 4096 May 3 21:59 .git [2023-05-03T22:00:32.168Z] drwxrwxr-x 3 jenkins jenkins 4096 May 3 21:59 .github [2023-05-03T22:00:32.168Z] -rw-rw-r-- 1 jenkins jenkins 329 May 3 21:59 .gitignore [2023-05-03T22:00:32.168Z] -rw-rw-r-- 1 jenkins jenkins 41 May 3 21:59 .golangci.yml [2023-05-03T22:00:32.168Z] drwxr-xr-x 3 jenkins jenkins 4096 May 3 21:59 .semver [2023-05-03T22:00:32.168Z] -rw-rw-r-- 1 jenkins jenkins 9417 May 3 21:59 Attribution.txt [2023-05-03T22:00:32.168Z] -rw-rw-r-- 1 jenkins jenkins 13162 May 3 21:59 CHANGELOG.md [2023-05-03T22:00:32.168Z] -rw-rw-r-- 1 jenkins jenkins 1689 May 3 21:59 Dockerfile [2023-05-03T22:00:32.168Z] -rw-rw-r-- 1 jenkins jenkins 677 May 3 21:59 GOVERNANCE.md [2023-05-03T22:00:32.168Z] -rw-rw-r-- 1 jenkins jenkins 678 May 3 21:59 Jenkinsfile [2023-05-03T22:00:32.168Z] -rw-rw-r-- 1 jenkins jenkins 11340 May 3 21:59 LICENSE [2023-05-03T22:00:32.168Z] -rw-rw-r-- 1 jenkins jenkins 1732 May 3 21:59 Makefile [2023-05-03T22:00:32.168Z] -rw-rw-r-- 1 jenkins jenkins 620 May 3 21:59 OWNERS.md [2023-05-03T22:00:32.168Z] -rw-rw-r-- 1 jenkins jenkins 3165 May 3 21:59 README.md [2023-05-03T22:00:32.168Z] -rw-rw-r-- 1 jenkins jenkins 12 May 3 21:59 VERSION [2023-05-03T22:00:32.168Z] drwxrwxr-x 2 jenkins jenkins 4096 May 3 21:59 bin [2023-05-03T22:00:32.168Z] drwxrwxr-x 3 jenkins jenkins 4096 May 3 21:59 cmd [2023-05-03T22:00:32.168Z] -rw-r--r-- 1 jenkins jenkins 18144 May 3 22:00 coverage.out [2023-05-03T22:00:32.168Z] -rw-rw-r-- 1 jenkins jenkins 3333 May 3 21:59 go.mod [2023-05-03T22:00:32.168Z] -rw-rw-r-- 1 jenkins jenkins 31443 May 3 21:59 go.sum [2023-05-03T22:00:32.168Z] drwxrwxr-x 3 jenkins jenkins 4096 May 3 21:59 internal [2023-05-03T22:00:32.168Z] drwxrwxr-x 2 jenkins jenkins 4096 May 3 21:59 mock [2023-05-03T22:00:32.168Z] drwxrwxr-x 4 jenkins jenkins 4096 May 3 21:59 snap [2023-05-03T22:00:32.168Z] -rw-rw-r-- 1 jenkins jenkins 227 May 3 21:59 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-03T22:00:32.471Z] + docker build -t device-mqtt -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg MAKE=make build --build-arg ARCH=amd64 --label git_sha=2e0357b1824e5884c9b2b56c2fd5ebe36d00b6c9 --label arch=amd64 --label version=3.0.0-dev.29 . [2023-05-03T22:00:32.472Z] Sending build context to Docker daemon 6.489MB [2023-05-03T22:00:32.472Z] Step 1/24 : ARG BASE=golang:1.20-alpine3.17 [2023-05-03T22:00:32.472Z] Step 2/24 : FROM ${BASE} AS builder [2023-05-03T22:00:32.472Z] ---> e9cc20565315 [2023-05-03T22:00:32.472Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-05-03T22:00:32.740Z] ---> Running in c371ee828d2f [2023-05-03T22:00:32.740Z] Removing intermediate container c371ee828d2f [2023-05-03T22:00:32.740Z] ---> 18098f538cee [2023-05-03T22:00:32.740Z] Step 4/24 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-05-03T22:00:32.740Z] ---> Running in 25b056b3c9a1 [2023-05-03T22:00:32.740Z] Removing intermediate container 25b056b3c9a1 [2023-05-03T22:00:32.740Z] ---> 7bca6448519f [2023-05-03T22:00:32.740Z] Step 5/24 : ARG ALPINE_PKG_BASE="make git openssh-client" [2023-05-03T22:00:32.740Z] ---> Running in 2bbc8d197760 [2023-05-03T22:00:32.740Z] Removing intermediate container 2bbc8d197760 [2023-05-03T22:00:32.740Z] ---> efe2ecc3ba8d [2023-05-03T22:00:32.740Z] Step 6/24 : ARG ALPINE_PKG_EXTRA="" [2023-05-03T22:00:33.000Z] ---> Running in a03e5cf962d1 [2023-05-03T22:00:33.000Z] Removing intermediate container a03e5cf962d1 [2023-05-03T22:00:33.000Z] ---> 1d34a65a7f99 [2023-05-03T22:00:33.000Z] Step 7/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-05-03T22:00:33.000Z] ---> Running in b40b35f61c0e [2023-05-03T22:00:33.259Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-03T22:00:33.259Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-03T22:00:33.517Z] OK: 269 MiB in 57 packages [2023-05-03T22:00:33.777Z] Removing intermediate container b40b35f61c0e [2023-05-03T22:00:33.777Z] ---> 4c0c57d28e13 [2023-05-03T22:00:33.777Z] Step 8/24 : WORKDIR /device-mqtt-go [2023-05-03T22:00:33.777Z] ---> Running in 18e6e9c7dc82 [2023-05-03T22:00:34.036Z] Removing intermediate container 18e6e9c7dc82 [2023-05-03T22:00:34.036Z] ---> 48a49339d4e1 [2023-05-03T22:00:34.036Z] Step 9/24 : COPY go.mod vendor* ./ [2023-05-03T22:00:34.036Z] ---> 3d9466de013e [2023-05-03T22:00:34.036Z] Step 10/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-03T22:00:34.036Z] ---> Running in ee00f528a3dc [2023-05-03T22:00:35.051Z] Removing intermediate container ee00f528a3dc [2023-05-03T22:00:35.051Z] ---> a6200eacf1e4 [2023-05-03T22:00:35.051Z] Step 11/24 : COPY . . [2023-05-03T22:00:35.309Z] ---> 66f651e375e2 [2023-05-03T22:00:35.309Z] Step 12/24 : RUN $MAKE [2023-05-03T22:00:35.309Z] ---> Running in c2d19ce56c51 [2023-05-03T22:00:35.566Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=3.0.0-dev.29" -trimpath -mod=readonly -o cmd/device-mqtt ./cmd [2023-05-03T22:00:53.649Z] Removing intermediate container c2d19ce56c51 [2023-05-03T22:00:53.649Z] ---> 55715ad2b9d1 [2023-05-03T22:00:53.649Z] Step 13/24 : FROM alpine:3.17 [2023-05-03T22:00:53.649Z] 3.17: Pulling from library/alpine [2023-05-03T22:00:53.649Z] f56be85fc22e: Already exists [2023-05-03T22:00:53.649Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-05-03T22:00:53.649Z] Status: Downloaded newer image for alpine:3.17 [2023-05-03T22:00:53.649Z] ---> 9ed4aefc74f6 [2023-05-03T22:00:53.649Z] Step 14/24 : LABEL license='VSPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IoTech Ltd' [2023-05-03T22:00:53.649Z] ---> Running in d87620d6a4ce [2023-05-03T22:00:53.649Z] Removing intermediate container d87620d6a4ce [2023-05-03T22:00:53.649Z] ---> 8fb666c7172e [2023-05-03T22:00:53.649Z] Step 15/24 : RUN apk add --update --no-cache dumb-init [2023-05-03T22:00:53.649Z] ---> Running in 2c82fbe6e5da [2023-05-03T22:00:53.649Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-03T22:00:53.649Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-03T22:00:53.649Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-05-03T22:00:53.649Z] Executing busybox-1.35.0-r29.trigger [2023-05-03T22:00:53.649Z] OK: 7 MiB in 16 packages [2023-05-03T22:00:53.649Z] Removing intermediate container 2c82fbe6e5da [2023-05-03T22:00:53.649Z] ---> d9d664a3c705 [2023-05-03T22:00:53.649Z] Step 16/24 : COPY --from=builder /device-mqtt-go/cmd / [2023-05-03T22:00:53.907Z] ---> 4a4ae77401ad [2023-05-03T22:00:53.907Z] Step 17/24 : COPY --from=builder /device-mqtt-go/LICENSE / [2023-05-03T22:00:53.907Z] ---> 63ab0d32afc9 [2023-05-03T22:00:53.907Z] Step 18/24 : COPY --from=builder /device-mqtt-go/Attribution.txt / [2023-05-03T22:00:53.907Z] ---> 5038f387b827 [2023-05-03T22:00:53.907Z] Step 19/24 : EXPOSE 59982 [2023-05-03T22:00:54.165Z] ---> Running in b556276b4dc1 [2023-05-03T22:00:54.165Z] Removing intermediate container b556276b4dc1 [2023-05-03T22:00:54.165Z] ---> 2bae965792ae [2023-05-03T22:00:54.165Z] Step 20/24 : ENTRYPOINT ["/device-mqtt"] [2023-05-03T22:00:54.165Z] ---> Running in 4be4d6157250 [2023-05-03T22:00:54.165Z] Removing intermediate container 4be4d6157250 [2023-05-03T22:00:54.165Z] ---> 56fafda72f29 [2023-05-03T22:00:54.165Z] Step 21/24 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry"] [2023-05-03T22:00:54.165Z] ---> Running in 9843a171fec6 [2023-05-03T22:00:54.165Z] Removing intermediate container 9843a171fec6 [2023-05-03T22:00:54.165Z] ---> b136097c85a6 [2023-05-03T22:00:54.165Z] Step 22/24 : LABEL arch=amd64 [2023-05-03T22:00:54.165Z] ---> Running in f9d34db65435 [2023-05-03T22:00:54.423Z] Removing intermediate container f9d34db65435 [2023-05-03T22:00:54.423Z] ---> b4f50916de31 [2023-05-03T22:00:54.423Z] Step 23/24 : LABEL git_sha=2e0357b1824e5884c9b2b56c2fd5ebe36d00b6c9 [2023-05-03T22:00:54.423Z] ---> Running in e5f539bb16db [2023-05-03T22:00:54.423Z] Removing intermediate container e5f539bb16db [2023-05-03T22:00:54.423Z] ---> aa46e82874a5 [2023-05-03T22:00:54.423Z] Step 24/24 : LABEL version=3.0.0-dev.29 [2023-05-03T22:00:54.423Z] ---> Running in b3283adbad7b [2023-05-03T22:00:54.683Z] Removing intermediate container b3283adbad7b [2023-05-03T22:00:54.683Z] ---> 62865d0762e0 [2023-05-03T22:00:54.683Z] [Warning] One or more build-args [ARCH] were not consumed [2023-05-03T22:00:54.683Z] Successfully built 62865d0762e0 [2023-05-03T22:00:54.683Z] Successfully tagged device-mqtt:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-05-03T22:00:54.793Z] provisioning config files... [2023-05-03T22:00:54.801Z] copy managed file [device-mqtt-go-settings] to file:/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/config3613512921316321587tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-05-03T22:00:55.095Z] ---> docker-login.sh [2023-05-03T22:00:55.095Z] nexus3.edgexfoundry.org:10001 [2023-05-03T22:00:55.095Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-03T22:00:55.095Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-03T22:00:55.095Z] Configure a credential helper to remove this warning. See [2023-05-03T22:00:55.095Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-03T22:00:55.095Z] [2023-05-03T22:00:55.095Z] Login Succeeded [2023-05-03T22:00:55.095Z] nexus3.edgexfoundry.org:10002 [2023-05-03T22:00:55.095Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-03T22:00:55.095Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-03T22:00:55.095Z] Configure a credential helper to remove this warning. See [2023-05-03T22:00:55.095Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-03T22:00:55.095Z] [2023-05-03T22:00:55.095Z] Login Succeeded [2023-05-03T22:00:55.095Z] nexus3.edgexfoundry.org:10003 [2023-05-03T22:00:55.354Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-03T22:00:55.354Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-03T22:00:55.354Z] Configure a credential helper to remove this warning. See [2023-05-03T22:00:55.354Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-03T22:00:55.354Z] [2023-05-03T22:00:55.354Z] Login Succeeded [2023-05-03T22:00:55.354Z] nexus3.edgexfoundry.org:10004 [2023-05-03T22:00:55.354Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-03T22:00:55.354Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-03T22:00:55.354Z] Configure a credential helper to remove this warning. See [2023-05-03T22:00:55.354Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-03T22:00:55.354Z] [2023-05-03T22:00:55.354Z] Login Succeeded [2023-05-03T22:00:55.354Z] docker.io [2023-05-03T22:00:55.354Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-03T22:00:55.613Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-03T22:00:55.614Z] Configure a credential helper to remove this warning. See [2023-05-03T22:00:55.614Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-03T22:00:55.614Z] [2023-05-03T22:00:55.614Z] Login Succeeded [2023-05-03T22:00:55.614Z] ---> docker-login.sh ends [Pipeline] } [2023-05-03T22:00:55.621Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-05-03T22:00:55.652Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-05-03T22:00:55.678Z] [edgeXDocker.push] Tagging docker image device-mqtt with the following tags: [2023-05-03T22:00:55.678Z] 2e0357b1824e5884c9b2b56c2fd5ebe36d00b6c9 [2023-05-03T22:00:55.678Z] latest [2023-05-03T22:00:55.678Z] 3.0.0-dev.29 [2023-05-03T22:00:55.678Z] 2e0357b1824e5884c9b2b56c2fd5ebe36d00b6c9-3.0.0-dev.29 [2023-05-03T22:00:55.678Z] main [2023-05-03T22:00:55.678Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-03T22:00:55.996Z] + docker tag device-mqtt nexus3.edgexfoundry.org:10004/device-mqtt:2e0357b1824e5884c9b2b56c2fd5ebe36d00b6c9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-03T22:00:56.356Z] + docker push nexus3.edgexfoundry.org:10004/device-mqtt:2e0357b1824e5884c9b2b56c2fd5ebe36d00b6c9 [2023-05-03T22:00:56.356Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-mqtt] [2023-05-03T22:00:56.356Z] b7f90486147b: Preparing [2023-05-03T22:00:56.356Z] daa3e3217df9: Preparing [2023-05-03T22:00:56.356Z] d64b445370bb: Preparing [2023-05-03T22:00:56.356Z] 478c3e50b660: Preparing [2023-05-03T22:00:56.356Z] f1417ff83b31: Preparing [2023-05-03T22:00:56.356Z] f1417ff83b31: Layer already exists [2023-05-03T22:00:56.356Z] b7f90486147b: Pushed [2023-05-03T22:00:56.356Z] daa3e3217df9: Pushed [2023-05-03T22:00:56.356Z] 478c3e50b660: Pushed [2023-05-03T22:00:58.953Z] d64b445370bb: Pushed [2023-05-03T22:00:58.953Z] 2e0357b1824e5884c9b2b56c2fd5ebe36d00b6c9: digest: sha256:32cd6d72e82a17e298232ebccd91713eea41f237f8acac2b5ea38e62dfff9745 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-03T22:00:59.281Z] + docker tag device-mqtt nexus3.edgexfoundry.org:10004/device-mqtt:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-03T22:00:59.582Z] + docker push nexus3.edgexfoundry.org:10004/device-mqtt:latest [2023-05-03T22:00:59.582Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-mqtt] [2023-05-03T22:00:59.582Z] b7f90486147b: Preparing [2023-05-03T22:00:59.582Z] daa3e3217df9: Preparing [2023-05-03T22:00:59.582Z] d64b445370bb: Preparing [2023-05-03T22:00:59.582Z] 478c3e50b660: Preparing [2023-05-03T22:00:59.582Z] f1417ff83b31: Preparing [2023-05-03T22:00:59.582Z] b7f90486147b: Layer already exists [2023-05-03T22:00:59.582Z] 478c3e50b660: Layer already exists [2023-05-03T22:00:59.582Z] d64b445370bb: Layer already exists [2023-05-03T22:00:59.582Z] f1417ff83b31: Layer already exists [2023-05-03T22:00:59.582Z] daa3e3217df9: Layer already exists [2023-05-03T22:00:59.582Z] latest: digest: sha256:32cd6d72e82a17e298232ebccd91713eea41f237f8acac2b5ea38e62dfff9745 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-03T22:00:59.885Z] + docker tag device-mqtt nexus3.edgexfoundry.org:10004/device-mqtt:3.0.0-dev.29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-03T22:01:00.189Z] + docker push nexus3.edgexfoundry.org:10004/device-mqtt:3.0.0-dev.29 [2023-05-03T22:01:00.189Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-mqtt] [2023-05-03T22:01:00.189Z] b7f90486147b: Preparing [2023-05-03T22:01:00.189Z] daa3e3217df9: Preparing [2023-05-03T22:01:00.189Z] d64b445370bb: Preparing [2023-05-03T22:01:00.189Z] 478c3e50b660: Preparing [2023-05-03T22:01:00.189Z] f1417ff83b31: Preparing [2023-05-03T22:01:00.189Z] b7f90486147b: Layer already exists [2023-05-03T22:01:00.189Z] daa3e3217df9: Layer already exists [2023-05-03T22:01:00.189Z] f1417ff83b31: Layer already exists [2023-05-03T22:01:00.189Z] 478c3e50b660: Layer already exists [2023-05-03T22:01:00.189Z] d64b445370bb: Layer already exists [2023-05-03T22:01:00.189Z] 3.0.0-dev.29: digest: sha256:32cd6d72e82a17e298232ebccd91713eea41f237f8acac2b5ea38e62dfff9745 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-03T22:01:00.503Z] + docker tag device-mqtt nexus3.edgexfoundry.org:10004/device-mqtt:2e0357b1824e5884c9b2b56c2fd5ebe36d00b6c9-3.0.0-dev.29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-03T22:01:00.819Z] + docker push nexus3.edgexfoundry.org:10004/device-mqtt:2e0357b1824e5884c9b2b56c2fd5ebe36d00b6c9-3.0.0-dev.29 [2023-05-03T22:01:00.820Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-mqtt] [2023-05-03T22:01:00.820Z] b7f90486147b: Preparing [2023-05-03T22:01:00.820Z] daa3e3217df9: Preparing [2023-05-03T22:01:00.820Z] d64b445370bb: Preparing [2023-05-03T22:01:00.820Z] 478c3e50b660: Preparing [2023-05-03T22:01:00.820Z] f1417ff83b31: Preparing [2023-05-03T22:01:00.820Z] d64b445370bb: Layer already exists [2023-05-03T22:01:00.820Z] daa3e3217df9: Layer already exists [2023-05-03T22:01:00.820Z] f1417ff83b31: Layer already exists [2023-05-03T22:01:00.820Z] b7f90486147b: Layer already exists [2023-05-03T22:01:00.820Z] 478c3e50b660: Layer already exists [2023-05-03T22:01:00.820Z] 2e0357b1824e5884c9b2b56c2fd5ebe36d00b6c9-3.0.0-dev.29: digest: sha256:32cd6d72e82a17e298232ebccd91713eea41f237f8acac2b5ea38e62dfff9745 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-03T22:01:01.145Z] + docker tag device-mqtt nexus3.edgexfoundry.org:10004/device-mqtt:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-03T22:01:01.453Z] + docker push nexus3.edgexfoundry.org:10004/device-mqtt:main [2023-05-03T22:01:01.453Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-mqtt] [2023-05-03T22:01:01.453Z] b7f90486147b: Preparing [2023-05-03T22:01:01.453Z] daa3e3217df9: Preparing [2023-05-03T22:01:01.453Z] d64b445370bb: Preparing [2023-05-03T22:01:01.453Z] 478c3e50b660: Preparing [2023-05-03T22:01:01.453Z] f1417ff83b31: Preparing [2023-05-03T22:01:01.453Z] b7f90486147b: Layer already exists [2023-05-03T22:01:01.453Z] f1417ff83b31: Layer already exists [2023-05-03T22:01:01.453Z] 478c3e50b660: Layer already exists [2023-05-03T22:01:01.453Z] d64b445370bb: Layer already exists [2023-05-03T22:01:01.453Z] daa3e3217df9: Layer already exists [2023-05-03T22:01:01.453Z] main: digest: sha256:32cd6d72e82a17e298232ebccd91713eea41f237f8acac2b5ea38e62dfff9745 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-05-03T22:01:01.490Z] ===================================================== [Pipeline] echo [2023-05-03T22:01:01.496Z] taggedImages: [2023-05-03T22:01:01.496Z] - nexus3.edgexfoundry.org:10004/device-mqtt:2e0357b1824e5884c9b2b56c2fd5ebe36d00b6c9 [2023-05-03T22:01:01.496Z] - nexus3.edgexfoundry.org:10004/device-mqtt:latest [2023-05-03T22:01:01.496Z] - nexus3.edgexfoundry.org:10004/device-mqtt:3.0.0-dev.29 [2023-05-03T22:01:01.496Z] - nexus3.edgexfoundry.org:10004/device-mqtt:2e0357b1824e5884c9b2b56c2fd5ebe36d00b6c9-3.0.0-dev.29 [2023-05-03T22:01:01.496Z] - nexus3.edgexfoundry.org:10004/device-mqtt:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-03T22:01:01.859Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-05-03T22:01:01.859Z] [2023-05-03T22:01:01.859Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-03T22:01:02.151Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-05-03T22:01:02.152Z] latest: Pulling from edgex-lftools-log-publisher [2023-05-03T22:01:02.153Z] 5eb5b503b376: Pulling fs layer [2023-05-03T22:01:02.153Z] 5c69ac0246d0: Pulling fs layer [2023-05-03T22:01:02.153Z] ec43610c2a17: Pulling fs layer [2023-05-03T22:01:02.153Z] 3a2ae6a8a46f: Pulling fs layer [2023-05-03T22:01:02.153Z] 33b1e0a273af: Pulling fs layer [2023-05-03T22:01:02.153Z] 5d3b04190fa2: Pulling fs layer [2023-05-03T22:01:02.153Z] 2f39f015ded8: Pulling fs layer [2023-05-03T22:01:02.153Z] 5d3b04190fa2: Waiting [2023-05-03T22:01:02.153Z] 2f39f015ded8: Waiting [2023-05-03T22:01:02.153Z] 3a2ae6a8a46f: Waiting [2023-05-03T22:01:02.153Z] 33b1e0a273af: Waiting [2023-05-03T22:01:02.153Z] 5c69ac0246d0: Download complete [2023-05-03T22:01:02.153Z] 3a2ae6a8a46f: Verifying Checksum [2023-05-03T22:01:02.153Z] 3a2ae6a8a46f: Download complete [2023-05-03T22:01:02.153Z] 33b1e0a273af: Verifying Checksum [2023-05-03T22:01:02.153Z] 33b1e0a273af: Download complete [2023-05-03T22:01:02.153Z] 5d3b04190fa2: Verifying Checksum [2023-05-03T22:01:02.153Z] 5d3b04190fa2: Download complete [2023-05-03T22:01:02.153Z] ec43610c2a17: Download complete [2023-05-03T22:01:02.411Z] 5eb5b503b376: Verifying Checksum [2023-05-03T22:01:02.411Z] 5eb5b503b376: Download complete [2023-05-03T22:01:02.977Z] 2f39f015ded8: Verifying Checksum [2023-05-03T22:01:02.977Z] 2f39f015ded8: Download complete [2023-05-03T22:01:03.544Z] 5eb5b503b376: Pull complete [2023-05-03T22:01:03.544Z] 5c69ac0246d0: Pull complete [2023-05-03T22:01:03.802Z] ec43610c2a17: Pull complete [2023-05-03T22:01:04.060Z] 3a2ae6a8a46f: Pull complete [2023-05-03T22:01:04.060Z] 33b1e0a273af: Pull complete [2023-05-03T22:01:04.318Z] 5d3b04190fa2: Pull complete [2023-05-03T22:01:08.497Z] 2f39f015ded8: Pull complete [2023-05-03T22:01:08.497Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-05-03T22:01:08.497Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-05-03T22:01:08.497Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-03T22:01:08.582Z] prd-ubuntu20.04-docker-8c-8g-12633 does not seem to be running inside a container [2023-05-03T22:01:08.609Z] $ 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-05-03T22:01:11.187Z] $ docker top b8661961eadbcca2d188901cfb05e37140b4021aebfcdbdecf1d22218feda909 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-05-03T22:01:11.568Z] ---> job-cost.sh [2023-05-03T22:01:11.568Z] lf-activate-venv: SKIPPING [2023-05-03T22:01:11.568Z] INFO: No Stack... [2023-05-03T22:01:11.827Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-05-03T22:01:12.395Z] INFO: Archiving Costs [Pipeline] sh [2023-05-03T22:01:12.683Z] + cat /w/workspace/edgexfoundry_device-mqtt-go_main/archives/cost.csv [2023-05-03T22:01:12.683Z] + cut -d, -f6 [Pipeline] lock [2023-05-03T22:01:12.696Z] Trying to acquire lock on [jenkins-edgexfoundry-device-mqtt-go-main-113-stack-cost] [2023-05-03T22:01:12.703Z] Resource [jenkins-edgexfoundry-device-mqtt-go-main-113-stack-cost] did not exist. Created. [2023-05-03T22:01:12.703Z] Lock acquired on [jenkins-edgexfoundry-device-mqtt-go-main-113-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-05-03T22:01:13.006Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-05-03T22:01:13.037Z] Stashed 1 file(s) [Pipeline] } [2023-05-03T22:01:13.044Z] Lock released on resource [jenkins-edgexfoundry-device-mqtt-go-main-113-stack-cost] [Pipeline] // lock [Pipeline] } [2023-05-03T22:01:13.063Z] $ docker stop --time=1 b8661961eadbcca2d188901cfb05e37140b4021aebfcdbdecf1d22218feda909 [2023-05-03T22:01:14.220Z] $ docker rm -f --volumes b8661961eadbcca2d188901cfb05e37140b4021aebfcdbdecf1d22218feda909 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-05-03T22:03:14.722Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-12634 in /w/workspace/edgexfoundry_device-mqtt-go_main [Pipeline] { [Pipeline] ws [2023-05-03T22:03:14.733Z] Running in /w/workspace/device-mqtt-go/113 [Pipeline] { [Pipeline] checkout [2023-05-03T22:03:14.758Z] Selected Git installation does not exist. Using Default [2023-05-03T22:03:14.758Z] The recommended git tool is: NONE [2023-05-03T22:03:21.034Z] using credential edgex-jenkins-ssh [2023-05-03T22:03:21.052Z] Cloning the remote Git repository [2023-05-03T22:03:21.096Z] Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git [2023-05-03T22:03:21.191Z] > git init /w/workspace/device-mqtt-go/113 # timeout=10 [2023-05-03T22:03:21.334Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2023-05-03T22:03:21.336Z] > git --version # timeout=10 [2023-05-03T22:03:21.356Z] > git --version # 'git version 2.25.1' [2023-05-03T22:03:21.358Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-05-03T22:03:21.497Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-05-03T22:03:23.435Z] Avoid second fetch [2023-05-03T22:03:23.435Z] Checking out Revision 2e0357b1824e5884c9b2b56c2fd5ebe36d00b6c9 (main) [2023-05-03T22:03:22.575Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2023-05-03T22:03:22.602Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-05-03T22:03:23.454Z] > git config core.sparsecheckout # timeout=10 [2023-05-03T22:03:24.022Z] Commit message: "build(deps): bump github.com/edgexfoundry/device-sdk-go/v3 (#587)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-05-03T22:03:23.523Z] > git checkout -f 2e0357b1824e5884c9b2b56c2fd5ebe36d00b6c9 # timeout=10 [2023-05-03T22:03:25.006Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-05-03T22:03:25.006Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-05-03T22:03:25.006Z] Dload Upload Total Spent Left Speed [2023-05-03T22:03:25.006Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 107k 0 --:--:-- --:--:-- --:--:-- 107k [Pipeline] sh [2023-05-03T22:03:25.595Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-05-03T22:03:25.919Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-05-03T22:03:25.919Z] + sudo tee /etc/docker/daemon.new [2023-05-03T22:03:25.919Z] { [2023-05-03T22:03:25.919Z] "registry-mirrors": [ [2023-05-03T22:03:25.919Z] "https://nexus3.edgexfoundry.org:10001" [2023-05-03T22:03:25.919Z] ], [2023-05-03T22:03:25.919Z] "bip": "10.250.0.254/24", [2023-05-03T22:03:25.919Z] "hosts": [ [2023-05-03T22:03:25.919Z] "tcp://0.0.0.0:5555", [2023-05-03T22:03:25.919Z] "unix:///var/run/docker.sock" [2023-05-03T22:03:25.919Z] ], [2023-05-03T22:03:25.919Z] "mtu": 1458, [2023-05-03T22:03:25.919Z] "selinux-enabled": true, [2023-05-03T22:03:25.919Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-05-03T22:03:25.919Z] } [Pipeline] sh [2023-05-03T22:03:26.256Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-05-03T22:03:26.584Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-05-03T22:03:44.816Z] provisioning config files... [2023-05-03T22:03:44.839Z] copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/113@tmp/config6706577775132605198tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-05-03T22:03:45.179Z] ---> docker-login.sh [2023-05-03T22:03:45.179Z] nexus3.edgexfoundry.org:10001 [2023-05-03T22:03:45.446Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-03T22:03:46.034Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-03T22:03:46.034Z] Configure a credential helper to remove this warning. See [2023-05-03T22:03:46.034Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-03T22:03:46.034Z] [2023-05-03T22:03:46.034Z] Login Succeeded [2023-05-03T22:03:46.034Z] nexus3.edgexfoundry.org:10002 [2023-05-03T22:03:46.301Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-03T22:03:46.301Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-03T22:03:46.301Z] Configure a credential helper to remove this warning. See [2023-05-03T22:03:46.301Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-03T22:03:46.301Z] [2023-05-03T22:03:46.301Z] Login Succeeded [2023-05-03T22:03:46.301Z] nexus3.edgexfoundry.org:10003 [2023-05-03T22:03:46.570Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-03T22:03:46.570Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-03T22:03:46.570Z] Configure a credential helper to remove this warning. See [2023-05-03T22:03:46.570Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-03T22:03:46.570Z] [2023-05-03T22:03:46.570Z] Login Succeeded [2023-05-03T22:03:46.570Z] nexus3.edgexfoundry.org:10004 [2023-05-03T22:03:46.838Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-03T22:03:47.108Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-03T22:03:47.108Z] Configure a credential helper to remove this warning. See [2023-05-03T22:03:47.108Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-03T22:03:47.108Z] [2023-05-03T22:03:47.108Z] Login Succeeded [2023-05-03T22:03:47.108Z] docker.io [2023-05-03T22:03:47.375Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-03T22:03:47.640Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-03T22:03:47.640Z] Configure a credential helper to remove this warning. See [2023-05-03T22:03:47.640Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-03T22:03:47.640Z] [2023-05-03T22:03:47.640Z] Login Succeeded [2023-05-03T22:03:47.640Z] ---> docker-login.sh ends [Pipeline] } [2023-05-03T22:03:47.654Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-05-03T22:03:47.879Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-05-03T22:03:47.894Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-05-03T22:03:47.901Z] ========================================================= [2023-05-03T22:03:47.901Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] [2023-05-03T22:03:47.901Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-03T22:03:48.242Z] + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine --build-arg MAKE=echo noop --target=builder . [2023-05-03T22:03:48.509Z] Sending build context to Docker daemon 3.358MB [2023-05-03T22:03:48.509Z] Step 1/12 : ARG BASE=golang:1.20-alpine3.17 [2023-05-03T22:03:48.509Z] Step 2/12 : FROM ${BASE} AS builder [2023-05-03T22:03:49.094Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-05-03T22:03:49.094Z] c41833b44d91: Pulling fs layer [2023-05-03T22:03:49.094Z] ed15518f5707: Pulling fs layer [2023-05-03T22:03:49.094Z] feae8fd75edb: Pulling fs layer [2023-05-03T22:03:49.094Z] 242c74f7c9fa: Pulling fs layer [2023-05-03T22:03:49.094Z] 3cdef696dda3: Pulling fs layer [2023-05-03T22:03:49.094Z] 2ced38df9373: Pulling fs layer [2023-05-03T22:03:49.094Z] 58f1dce35555: Pulling fs layer [2023-05-03T22:03:49.094Z] 3cdef696dda3: Waiting [2023-05-03T22:03:49.368Z] 2ced38df9373: Waiting [2023-05-03T22:03:49.368Z] 58f1dce35555: Waiting [2023-05-03T22:03:49.368Z] 242c74f7c9fa: Waiting [2023-05-03T22:03:49.368Z] ed15518f5707: Verifying Checksum [2023-05-03T22:03:49.368Z] ed15518f5707: Download complete [2023-05-03T22:03:49.368Z] 242c74f7c9fa: Verifying Checksum [2023-05-03T22:03:49.368Z] 242c74f7c9fa: Download complete [2023-05-03T22:03:49.368Z] 3cdef696dda3: Verifying Checksum [2023-05-03T22:03:49.368Z] 3cdef696dda3: Download complete [2023-05-03T22:03:49.368Z] c41833b44d91: Verifying Checksum [2023-05-03T22:03:49.368Z] c41833b44d91: Download complete [2023-05-03T22:03:50.370Z] c41833b44d91: Pull complete [2023-05-03T22:03:50.651Z] 58f1dce35555: Verifying Checksum [2023-05-03T22:03:50.651Z] 58f1dce35555: Download complete [2023-05-03T22:03:50.927Z] ed15518f5707: Pull complete [2023-05-03T22:03:51.897Z] feae8fd75edb: Verifying Checksum [2023-05-03T22:03:51.897Z] feae8fd75edb: Download complete [2023-05-03T22:03:51.897Z] 2ced38df9373: Verifying Checksum [2023-05-03T22:03:51.897Z] 2ced38df9373: Download complete [2023-05-03T22:04:04.250Z] feae8fd75edb: Pull complete [2023-05-03T22:04:04.250Z] 242c74f7c9fa: Pull complete [2023-05-03T22:04:04.250Z] 3cdef696dda3: Pull complete [2023-05-03T22:04:09.603Z] 2ced38df9373: Pull complete [2023-05-03T22:04:12.305Z] 58f1dce35555: Pull complete [2023-05-03T22:04:12.305Z] Digest: sha256:3b55595e96c696ae732e8cb20cde5b1ff7282a1fe1423a8de67617af8d15ea1e [2023-05-03T22:04:12.305Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-05-03T22:04:12.305Z] ---> fadd8f120f05 [2023-05-03T22:04:12.305Z] Step 3/12 : ARG ADD_BUILD_TAGS="" [2023-05-03T22:04:13.722Z] ---> Running in ef7eb60485da [2023-05-03T22:04:13.989Z] Removing intermediate container ef7eb60485da [2023-05-03T22:04:13.989Z] ---> d73983a74227 [2023-05-03T22:04:13.989Z] Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-05-03T22:04:14.259Z] ---> Running in b08549aa119d [2023-05-03T22:04:14.529Z] Removing intermediate container b08549aa119d [2023-05-03T22:04:14.529Z] ---> 45e267388faf [2023-05-03T22:04:14.529Z] Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client" [2023-05-03T22:04:14.529Z] ---> Running in c88d543fd0b1 [2023-05-03T22:04:14.796Z] Removing intermediate container c88d543fd0b1 [2023-05-03T22:04:14.796Z] ---> 996cdfb664ea [2023-05-03T22:04:14.796Z] Step 6/12 : ARG ALPINE_PKG_EXTRA="" [2023-05-03T22:04:14.796Z] ---> Running in 8325dbccac17 [2023-05-03T22:04:15.063Z] Removing intermediate container 8325dbccac17 [2023-05-03T22:04:15.063Z] ---> 8f1d4a8a90b6 [2023-05-03T22:04:15.063Z] Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-05-03T22:04:15.335Z] ---> Running in 7d0171eeb95a [2023-05-03T22:04:16.297Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-03T22:04:16.882Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-03T22:04:17.915Z] (1/4) Installing openssh-keygen (9.1_p1-r2) [2023-05-03T22:04:17.915Z] (2/4) Installing libedit (20221030.3.1-r0) [2023-05-03T22:04:17.915Z] (3/4) Installing openssh-client-common (9.1_p1-r2) [2023-05-03T22:04:17.915Z] (4/4) Installing openssh-client-default (9.1_p1-r2) [2023-05-03T22:04:17.915Z] Executing busybox-1.35.0-r29.trigger [2023-05-03T22:04:17.915Z] OK: 268 MiB in 57 packages [2023-05-03T22:04:18.902Z] Removing intermediate container 7d0171eeb95a [2023-05-03T22:04:18.902Z] ---> 68e8eafbac67 [2023-05-03T22:04:18.902Z] Step 8/12 : WORKDIR /device-mqtt-go [2023-05-03T22:04:19.170Z] ---> Running in fa196aabf73a [2023-05-03T22:04:19.438Z] Removing intermediate container fa196aabf73a [2023-05-03T22:04:19.438Z] ---> 346e0dce8fdd [2023-05-03T22:04:19.438Z] Step 9/12 : COPY go.mod vendor* ./ [2023-05-03T22:04:19.704Z] ---> 2bd2a23858a0 [2023-05-03T22:04:19.704Z] Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-03T22:04:19.973Z] ---> Running in 57d1cb99b92e [2023-05-03T22:05:27.846Z] Removing intermediate container 57d1cb99b92e [2023-05-03T22:05:27.846Z] ---> b222b98dccde [2023-05-03T22:05:27.846Z] Step 11/12 : COPY . . [2023-05-03T22:05:27.846Z] ---> b67ffde4d384 [2023-05-03T22:05:27.846Z] Step 12/12 : RUN $MAKE [2023-05-03T22:05:27.846Z] ---> Running in 8d948b9fc682 [2023-05-03T22:05:27.846Z] noop [2023-05-03T22:05:27.846Z] Removing intermediate container 8d948b9fc682 [2023-05-03T22:05:27.846Z] ---> 5ebac263d749 [2023-05-03T22:05:27.846Z] Successfully built 5ebac263d749 [2023-05-03T22:05:27.846Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-03T22:05:28.188Z] + docker inspect -f . ci-base-image-arm64 [2023-05-03T22:05:28.189Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-03T22:05:28.398Z] prd-ubuntu20.04-docker-arm64-4c-16g-12634 does not seem to be running inside a container [2023-05-03T22:05:28.467Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/113 -v /w/workspace/device-mqtt-go/113:/w/workspace/device-mqtt-go/113:rw,z -v /w/workspace/device-mqtt-go/113@tmp:/w/workspace/device-mqtt-go/113@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-05-03T22:05:29.655Z] $ docker top 49a3c91682be3c2b1d07c0d9c5cd49e482192afee9f390f37c7ed1c04fbea22d -eo pid,comm [Pipeline] { [Pipeline] sh [2023-05-03T22:05:30.501Z] + go version [2023-05-03T22:05:30.501Z] go version go1.20.2 linux/arm64 [Pipeline] } [2023-05-03T22:05:30.524Z] $ docker stop --time=1 49a3c91682be3c2b1d07c0d9c5cd49e482192afee9f390f37c7ed1c04fbea22d [2023-05-03T22:05:32.138Z] $ docker rm -f --volumes 49a3c91682be3c2b1d07c0d9c5cd49e482192afee9f390f37c7ed1c04fbea22d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-03T22:05:32.663Z] + docker inspect -f . ci-base-image-arm64 [2023-05-03T22:05:32.663Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-03T22:05:32.833Z] prd-ubuntu20.04-docker-arm64-4c-16g-12634 does not seem to be running inside a container [2023-05-03T22:05:32.900Z] $ 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/113 -v /w/workspace/device-mqtt-go/113:/w/workspace/device-mqtt-go/113:rw,z -v /w/workspace/device-mqtt-go/113@tmp:/w/workspace/device-mqtt-go/113@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-05-03T22:05:34.056Z] $ docker top 38518a36e00bb9a7782a3abbd562cd740fe5dff61ee816c8d880e1758ba454db -eo pid,comm [Pipeline] { [Pipeline] sh [2023-05-03T22:05:34.880Z] + git config --global --add safe.directory /w/workspace/device-mqtt-go/113 [Pipeline] fileExists [Pipeline] sh [2023-05-03T22:05:35.529Z] + make test [2023-05-03T22:05:35.529Z] go test ./... -coverprofile=coverage.out ./... [2023-05-03T22:06:07.786Z] ? github.com/edgexfoundry/device-mqtt-go [no test files] [2023-05-03T22:08:00.809Z] ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] [2023-05-03T22:08:00.809Z] ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] [2023-05-03T22:08:00.809Z] ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.068s coverage: 23.1% of statements [2023-05-03T22:08:00.810Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-05-03T22:08:00.810Z] go vet ./... [2023-05-03T22:08:33.068Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-05-03T22:08:33.068Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-05-03T22:08:33.068Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-05-03T22:08:33.089Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-05-03T22:08:33.103Z] $ docker stop --time=1 38518a36e00bb9a7782a3abbd562cd740fe5dff61ee816c8d880e1758ba454db [2023-05-03T22:08:34.905Z] $ docker rm -f --volumes 38518a36e00bb9a7782a3abbd562cd740fe5dff61ee816c8d880e1758ba454db [Pipeline] // withDockerContainer [Pipeline] sh [2023-05-03T22:08:35.986Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-05-03T22:08:36.009Z] Warning: overwriting stash ‘coverage-report’ [2023-05-03T22:08:36.443Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-05-03T22:08:36.834Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-05-03T22:08:37.151Z] + ls -al . [2023-05-03T22:08:37.151Z] total 176 [2023-05-03T22:08:37.151Z] drwxrwxr-x 9 jenkins jenkins 4096 May 3 22:05 . [2023-05-03T22:08:37.151Z] drwxrwxr-x 4 jenkins jenkins 4096 May 3 22:03 .. [2023-05-03T22:08:37.151Z] -rw-rw-r-- 1 jenkins jenkins 140 May 3 22:03 .dockerignore [2023-05-03T22:08:37.151Z] drwxrwxr-x 8 jenkins jenkins 4096 May 3 22:03 .git [2023-05-03T22:08:37.151Z] drwxrwxr-x 3 jenkins jenkins 4096 May 3 22:03 .github [2023-05-03T22:08:37.151Z] -rw-rw-r-- 1 jenkins jenkins 329 May 3 22:03 .gitignore [2023-05-03T22:08:37.151Z] -rw-rw-r-- 1 jenkins jenkins 41 May 3 22:03 .golangci.yml [2023-05-03T22:08:37.151Z] -rw-rw-r-- 1 jenkins jenkins 9417 May 3 22:03 Attribution.txt [2023-05-03T22:08:37.151Z] -rw-rw-r-- 1 jenkins jenkins 13162 May 3 22:03 CHANGELOG.md [2023-05-03T22:08:37.151Z] -rw-rw-r-- 1 jenkins jenkins 1689 May 3 22:03 Dockerfile [2023-05-03T22:08:37.151Z] -rw-rw-r-- 1 jenkins jenkins 677 May 3 22:03 GOVERNANCE.md [2023-05-03T22:08:37.151Z] -rw-rw-r-- 1 jenkins jenkins 678 May 3 22:03 Jenkinsfile [2023-05-03T22:08:37.151Z] -rw-rw-r-- 1 jenkins jenkins 11340 May 3 22:03 LICENSE [2023-05-03T22:08:37.151Z] -rw-rw-r-- 1 jenkins jenkins 1732 May 3 22:03 Makefile [2023-05-03T22:08:37.151Z] -rw-rw-r-- 1 jenkins jenkins 620 May 3 22:03 OWNERS.md [2023-05-03T22:08:37.151Z] -rw-rw-r-- 1 jenkins jenkins 3165 May 3 22:03 README.md [2023-05-03T22:08:37.151Z] -rw-rw-r-- 1 jenkins jenkins 12 May 3 21:59 VERSION [2023-05-03T22:08:37.151Z] drwxrwxr-x 2 jenkins jenkins 4096 May 3 22:03 bin [2023-05-03T22:08:37.151Z] drwxrwxr-x 3 jenkins jenkins 4096 May 3 22:03 cmd [2023-05-03T22:08:37.151Z] -rw-r--r-- 1 jenkins jenkins 18144 May 3 22:07 coverage.out [2023-05-03T22:08:37.151Z] -rw-rw-r-- 1 jenkins jenkins 3333 May 3 22:03 go.mod [2023-05-03T22:08:37.151Z] -rw-rw-r-- 1 jenkins jenkins 31443 May 3 22:03 go.sum [2023-05-03T22:08:37.151Z] drwxrwxr-x 3 jenkins jenkins 4096 May 3 22:03 internal [2023-05-03T22:08:37.151Z] drwxrwxr-x 2 jenkins jenkins 4096 May 3 22:03 mock [2023-05-03T22:08:37.151Z] drwxrwxr-x 4 jenkins jenkins 4096 May 3 22:03 snap [2023-05-03T22:08:37.151Z] -rw-rw-r-- 1 jenkins jenkins 227 May 3 22:03 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-03T22:08:37.485Z] + 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=2e0357b1824e5884c9b2b56c2fd5ebe36d00b6c9 --label arch=arm64 --label version=3.0.0-dev.29 . [2023-05-03T22:08:37.756Z] Sending build context to Docker daemon 3.377MB [2023-05-03T22:08:37.756Z] Step 1/24 : ARG BASE=golang:1.20-alpine3.17 [2023-05-03T22:08:37.756Z] Step 2/24 : FROM ${BASE} AS builder [2023-05-03T22:08:37.756Z] ---> 5ebac263d749 [2023-05-03T22:08:37.756Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-05-03T22:08:38.024Z] ---> Running in 495da78a39f2 [2023-05-03T22:08:38.305Z] Removing intermediate container 495da78a39f2 [2023-05-03T22:08:38.305Z] ---> f6b2965e0089 [2023-05-03T22:08:38.305Z] Step 4/24 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-05-03T22:08:38.305Z] ---> Running in fd27d8bb8983 [2023-05-03T22:08:38.572Z] Removing intermediate container fd27d8bb8983 [2023-05-03T22:08:38.572Z] ---> b72ef3b111b1 [2023-05-03T22:08:38.572Z] Step 5/24 : ARG ALPINE_PKG_BASE="make git openssh-client" [2023-05-03T22:08:38.572Z] ---> Running in 98ef9237e826 [2023-05-03T22:08:38.839Z] Removing intermediate container 98ef9237e826 [2023-05-03T22:08:38.839Z] ---> 32d45ddb4eb5 [2023-05-03T22:08:38.839Z] Step 6/24 : ARG ALPINE_PKG_EXTRA="" [2023-05-03T22:08:38.839Z] ---> Running in fc630311755b [2023-05-03T22:08:39.425Z] Removing intermediate container fc630311755b [2023-05-03T22:08:39.425Z] ---> 9df9f7023bc9 [2023-05-03T22:08:39.425Z] Step 7/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-05-03T22:08:39.425Z] ---> Running in 01a278b93d99 [2023-05-03T22:08:40.388Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-03T22:08:40.972Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-03T22:08:41.935Z] OK: 268 MiB in 57 packages [2023-05-03T22:08:42.902Z] Removing intermediate container 01a278b93d99 [2023-05-03T22:08:42.902Z] ---> 0f9e822d778b [2023-05-03T22:08:42.902Z] Step 8/24 : WORKDIR /device-mqtt-go [2023-05-03T22:08:42.902Z] ---> Running in 5cdb864c8f77 [2023-05-03T22:08:43.169Z] Removing intermediate container 5cdb864c8f77 [2023-05-03T22:08:43.169Z] ---> a5a3abc80f6a [2023-05-03T22:08:43.169Z] Step 9/24 : COPY go.mod vendor* ./ [2023-05-03T22:08:43.446Z] ---> 9fcdd1e8232d [2023-05-03T22:08:43.446Z] Step 10/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-03T22:08:43.446Z] ---> Running in 4dd66e3ef91a [2023-05-03T22:08:46.797Z] Removing intermediate container 4dd66e3ef91a [2023-05-03T22:08:46.797Z] ---> d0126263af3d [2023-05-03T22:08:46.797Z] Step 11/24 : COPY . . [2023-05-03T22:08:47.381Z] ---> a6e6a6e48c65 [2023-05-03T22:08:47.381Z] Step 12/24 : RUN $MAKE [2023-05-03T22:08:47.381Z] ---> Running in b992497c52f6 [2023-05-03T22:08:48.345Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=3.0.0-dev.29" -trimpath -mod=readonly -o cmd/device-mqtt ./cmd [2023-05-03T22:10:55.029Z] Removing intermediate container b992497c52f6 [2023-05-03T22:10:55.029Z] ---> 4448d72520ee [2023-05-03T22:10:55.029Z] Step 13/24 : FROM alpine:3.17 [2023-05-03T22:10:55.029Z] 3.17: Pulling from library/alpine [2023-05-03T22:10:55.029Z] c41833b44d91: Already exists [2023-05-03T22:10:55.029Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-05-03T22:10:55.029Z] Status: Downloaded newer image for alpine:3.17 [2023-05-03T22:10:55.029Z] ---> 51e60588ff2c [2023-05-03T22:10:55.029Z] Step 14/24 : LABEL license='VSPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IoTech Ltd' [2023-05-03T22:10:55.029Z] ---> Running in ed2aa20b7b76 [2023-05-03T22:10:55.029Z] Removing intermediate container ed2aa20b7b76 [2023-05-03T22:10:55.029Z] ---> 3c462b36a5d8 [2023-05-03T22:10:55.029Z] Step 15/24 : RUN apk add --update --no-cache dumb-init [2023-05-03T22:10:55.029Z] ---> Running in 66de9da442c2 [2023-05-03T22:10:55.029Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-03T22:10:55.029Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-03T22:10:55.029Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-05-03T22:10:55.029Z] Executing busybox-1.35.0-r29.trigger [2023-05-03T22:10:55.029Z] OK: 8 MiB in 16 packages [2023-05-03T22:10:55.029Z] Removing intermediate container 66de9da442c2 [2023-05-03T22:10:55.029Z] ---> 8be16f31dc9e [2023-05-03T22:10:55.029Z] Step 16/24 : COPY --from=builder /device-mqtt-go/cmd / [2023-05-03T22:10:55.992Z] ---> 9b20c3978d54 [2023-05-03T22:10:55.992Z] Step 17/24 : COPY --from=builder /device-mqtt-go/LICENSE / [2023-05-03T22:10:56.576Z] ---> d56ce16c9085 [2023-05-03T22:10:56.576Z] Step 18/24 : COPY --from=builder /device-mqtt-go/Attribution.txt / [2023-05-03T22:10:57.162Z] ---> 1d5f77c8a5a0 [2023-05-03T22:10:57.162Z] Step 19/24 : EXPOSE 59982 [2023-05-03T22:10:57.162Z] ---> Running in be40c19d47bd [2023-05-03T22:10:57.432Z] Removing intermediate container be40c19d47bd [2023-05-03T22:10:57.432Z] ---> aabc161aee91 [2023-05-03T22:10:57.432Z] Step 20/24 : ENTRYPOINT ["/device-mqtt"] [2023-05-03T22:10:57.432Z] ---> Running in c165fe68b334 [2023-05-03T22:10:57.707Z] Removing intermediate container c165fe68b334 [2023-05-03T22:10:57.707Z] ---> 8f9047418c38 [2023-05-03T22:10:57.707Z] Step 21/24 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry"] [2023-05-03T22:10:57.707Z] ---> Running in beab66e933b0 [2023-05-03T22:10:57.975Z] Removing intermediate container beab66e933b0 [2023-05-03T22:10:57.975Z] ---> a51745cbb17c [2023-05-03T22:10:57.975Z] Step 22/24 : LABEL arch=arm64 [2023-05-03T22:10:58.243Z] ---> Running in dbbd9a044be9 [2023-05-03T22:10:58.512Z] Removing intermediate container dbbd9a044be9 [2023-05-03T22:10:58.512Z] ---> b7cd5ad30851 [2023-05-03T22:10:58.512Z] Step 23/24 : LABEL git_sha=2e0357b1824e5884c9b2b56c2fd5ebe36d00b6c9 [2023-05-03T22:10:58.512Z] ---> Running in b2b891fe5ede [2023-05-03T22:10:58.780Z] Removing intermediate container b2b891fe5ede [2023-05-03T22:10:58.780Z] ---> 74d88a625639 [2023-05-03T22:10:58.780Z] Step 24/24 : LABEL version=3.0.0-dev.29 [2023-05-03T22:10:58.780Z] ---> Running in df87cc7bce8a [2023-05-03T22:10:59.046Z] Removing intermediate container df87cc7bce8a [2023-05-03T22:10:59.046Z] ---> 51067732e575 [2023-05-03T22:10:59.046Z] [Warning] One or more build-args [ARCH] were not consumed [2023-05-03T22:10:59.046Z] Successfully built 51067732e575 [2023-05-03T22:10:59.046Z] 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-05-03T22:10:59.149Z] provisioning config files... [2023-05-03T22:10:59.165Z] copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/113@tmp/config1322340748302930757tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-05-03T22:10:59.494Z] ---> docker-login.sh [2023-05-03T22:10:59.495Z] nexus3.edgexfoundry.org:10001 [2023-05-03T22:10:59.495Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-03T22:10:59.767Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-03T22:10:59.767Z] Configure a credential helper to remove this warning. See [2023-05-03T22:10:59.767Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-03T22:10:59.767Z] [2023-05-03T22:10:59.767Z] Login Succeeded [2023-05-03T22:10:59.767Z] nexus3.edgexfoundry.org:10002 [2023-05-03T22:11:00.035Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-03T22:11:00.035Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-03T22:11:00.035Z] Configure a credential helper to remove this warning. See [2023-05-03T22:11:00.035Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-03T22:11:00.035Z] [2023-05-03T22:11:00.035Z] Login Succeeded [2023-05-03T22:11:00.035Z] nexus3.edgexfoundry.org:10003 [2023-05-03T22:11:00.301Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-03T22:11:00.570Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-03T22:11:00.570Z] Configure a credential helper to remove this warning. See [2023-05-03T22:11:00.570Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-03T22:11:00.570Z] [2023-05-03T22:11:00.570Z] Login Succeeded [2023-05-03T22:11:00.570Z] nexus3.edgexfoundry.org:10004 [2023-05-03T22:11:00.838Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-03T22:11:00.838Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-03T22:11:00.838Z] Configure a credential helper to remove this warning. See [2023-05-03T22:11:00.838Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-03T22:11:00.838Z] [2023-05-03T22:11:00.838Z] Login Succeeded [2023-05-03T22:11:00.838Z] docker.io [2023-05-03T22:11:01.104Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-03T22:11:01.369Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-03T22:11:01.369Z] Configure a credential helper to remove this warning. See [2023-05-03T22:11:01.369Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-03T22:11:01.369Z] [2023-05-03T22:11:01.369Z] Login Succeeded [2023-05-03T22:11:01.369Z] ---> docker-login.sh ends [Pipeline] } [2023-05-03T22:11:01.381Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-05-03T22:11:01.407Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-05-03T22:11:01.423Z] [edgeXDocker.push] Tagging docker image device-mqtt-arm64 with the following tags: [2023-05-03T22:11:01.423Z] 2e0357b1824e5884c9b2b56c2fd5ebe36d00b6c9 [2023-05-03T22:11:01.423Z] latest [2023-05-03T22:11:01.423Z] 3.0.0-dev.29 [2023-05-03T22:11:01.423Z] 2e0357b1824e5884c9b2b56c2fd5ebe36d00b6c9-3.0.0-dev.29 [2023-05-03T22:11:01.423Z] main [2023-05-03T22:11:01.423Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-03T22:11:01.757Z] + docker tag device-mqtt-arm64 nexus3.edgexfoundry.org:10004/device-mqtt-arm64:2e0357b1824e5884c9b2b56c2fd5ebe36d00b6c9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-03T22:11:02.094Z] + docker push nexus3.edgexfoundry.org:10004/device-mqtt-arm64:2e0357b1824e5884c9b2b56c2fd5ebe36d00b6c9 [2023-05-03T22:11:02.094Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-mqtt-arm64] [2023-05-03T22:11:02.094Z] 14c341a0136d: Preparing [2023-05-03T22:11:02.094Z] 70b386fd071a: Preparing [2023-05-03T22:11:02.094Z] 2dd29b108b32: Preparing [2023-05-03T22:11:02.094Z] edb705b7e761: Preparing [2023-05-03T22:11:02.094Z] 26cbea5cba74: Preparing [2023-05-03T22:11:02.094Z] 26cbea5cba74: Layer already exists [2023-05-03T22:11:02.362Z] 70b386fd071a: Pushed [2023-05-03T22:11:02.362Z] edb705b7e761: Pushed [2023-05-03T22:11:02.362Z] 14c341a0136d: Pushed [2023-05-03T22:11:07.711Z] 2dd29b108b32: Pushed [2023-05-03T22:11:07.711Z] 2e0357b1824e5884c9b2b56c2fd5ebe36d00b6c9: digest: sha256:88a4a30ff72be28d1ac00d46885b5486ffac36b54b254e8a8febed7d6a3e3b1e size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-03T22:11:08.065Z] + docker tag device-mqtt-arm64 nexus3.edgexfoundry.org:10004/device-mqtt-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-03T22:11:08.412Z] + docker push nexus3.edgexfoundry.org:10004/device-mqtt-arm64:latest [2023-05-03T22:11:08.412Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-mqtt-arm64] [2023-05-03T22:11:08.413Z] 14c341a0136d: Preparing [2023-05-03T22:11:08.413Z] 70b386fd071a: Preparing [2023-05-03T22:11:08.413Z] 2dd29b108b32: Preparing [2023-05-03T22:11:08.413Z] edb705b7e761: Preparing [2023-05-03T22:11:08.413Z] 26cbea5cba74: Preparing [2023-05-03T22:11:08.413Z] 70b386fd071a: Layer already exists [2023-05-03T22:11:08.413Z] 26cbea5cba74: Layer already exists [2023-05-03T22:11:08.413Z] 14c341a0136d: Layer already exists [2023-05-03T22:11:08.413Z] edb705b7e761: Layer already exists [2023-05-03T22:11:08.413Z] 2dd29b108b32: Layer already exists [2023-05-03T22:11:08.679Z] latest: digest: sha256:88a4a30ff72be28d1ac00d46885b5486ffac36b54b254e8a8febed7d6a3e3b1e size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-03T22:11:09.020Z] + docker tag device-mqtt-arm64 nexus3.edgexfoundry.org:10004/device-mqtt-arm64:3.0.0-dev.29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-03T22:11:09.357Z] + docker push nexus3.edgexfoundry.org:10004/device-mqtt-arm64:3.0.0-dev.29 [2023-05-03T22:11:09.357Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-mqtt-arm64] [2023-05-03T22:11:09.357Z] 14c341a0136d: Preparing [2023-05-03T22:11:09.357Z] 70b386fd071a: Preparing [2023-05-03T22:11:09.357Z] 2dd29b108b32: Preparing [2023-05-03T22:11:09.357Z] edb705b7e761: Preparing [2023-05-03T22:11:09.357Z] 26cbea5cba74: Preparing [2023-05-03T22:11:09.357Z] 70b386fd071a: Layer already exists [2023-05-03T22:11:09.357Z] 2dd29b108b32: Layer already exists [2023-05-03T22:11:09.358Z] 14c341a0136d: Layer already exists [2023-05-03T22:11:09.358Z] 26cbea5cba74: Layer already exists [2023-05-03T22:11:09.358Z] edb705b7e761: Layer already exists [2023-05-03T22:11:09.358Z] 3.0.0-dev.29: digest: sha256:88a4a30ff72be28d1ac00d46885b5486ffac36b54b254e8a8febed7d6a3e3b1e size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-03T22:11:09.692Z] + docker tag device-mqtt-arm64 nexus3.edgexfoundry.org:10004/device-mqtt-arm64:2e0357b1824e5884c9b2b56c2fd5ebe36d00b6c9-3.0.0-dev.29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-03T22:11:10.119Z] + docker push nexus3.edgexfoundry.org:10004/device-mqtt-arm64:2e0357b1824e5884c9b2b56c2fd5ebe36d00b6c9-3.0.0-dev.29 [2023-05-03T22:11:10.119Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-mqtt-arm64] [2023-05-03T22:11:10.119Z] 14c341a0136d: Preparing [2023-05-03T22:11:10.119Z] 70b386fd071a: Preparing [2023-05-03T22:11:10.119Z] 2dd29b108b32: Preparing [2023-05-03T22:11:10.119Z] edb705b7e761: Preparing [2023-05-03T22:11:10.119Z] 26cbea5cba74: Preparing [2023-05-03T22:11:10.119Z] edb705b7e761: Layer already exists [2023-05-03T22:11:10.119Z] 26cbea5cba74: Layer already exists [2023-05-03T22:11:10.119Z] 14c341a0136d: Layer already exists [2023-05-03T22:11:10.119Z] 70b386fd071a: Layer already exists [2023-05-03T22:11:10.119Z] 2dd29b108b32: Layer already exists [2023-05-03T22:11:10.119Z] 2e0357b1824e5884c9b2b56c2fd5ebe36d00b6c9-3.0.0-dev.29: digest: sha256:88a4a30ff72be28d1ac00d46885b5486ffac36b54b254e8a8febed7d6a3e3b1e size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-03T22:11:10.771Z] + docker tag device-mqtt-arm64 nexus3.edgexfoundry.org:10004/device-mqtt-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-03T22:11:11.138Z] + docker push nexus3.edgexfoundry.org:10004/device-mqtt-arm64:main [2023-05-03T22:11:11.138Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-mqtt-arm64] [2023-05-03T22:11:11.138Z] 14c341a0136d: Preparing [2023-05-03T22:11:11.138Z] 70b386fd071a: Preparing [2023-05-03T22:11:11.138Z] 2dd29b108b32: Preparing [2023-05-03T22:11:11.138Z] edb705b7e761: Preparing [2023-05-03T22:11:11.138Z] 26cbea5cba74: Preparing [2023-05-03T22:11:11.138Z] 26cbea5cba74: Layer already exists [2023-05-03T22:11:11.138Z] 2dd29b108b32: Layer already exists [2023-05-03T22:11:11.138Z] 14c341a0136d: Layer already exists [2023-05-03T22:11:11.138Z] 70b386fd071a: Layer already exists [2023-05-03T22:11:11.138Z] edb705b7e761: Layer already exists [2023-05-03T22:11:11.138Z] main: digest: sha256:88a4a30ff72be28d1ac00d46885b5486ffac36b54b254e8a8febed7d6a3e3b1e size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-05-03T22:11:11.196Z] ===================================================== [Pipeline] echo [2023-05-03T22:11:11.205Z] taggedImages: [2023-05-03T22:11:11.205Z] - nexus3.edgexfoundry.org:10004/device-mqtt-arm64:2e0357b1824e5884c9b2b56c2fd5ebe36d00b6c9 [2023-05-03T22:11:11.205Z] - nexus3.edgexfoundry.org:10004/device-mqtt-arm64:latest [2023-05-03T22:11:11.205Z] - nexus3.edgexfoundry.org:10004/device-mqtt-arm64:3.0.0-dev.29 [2023-05-03T22:11:11.205Z] - nexus3.edgexfoundry.org:10004/device-mqtt-arm64:2e0357b1824e5884c9b2b56c2fd5ebe36d00b6c9-3.0.0-dev.29 [2023-05-03T22:11:11.205Z] - 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-05-03T22:11:11.584Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-05-03T22:11:11.584Z] [2023-05-03T22:11:11.584Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-03T22:11:11.934Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-05-03T22:11:13.879Z] arm64: Pulling from edgex-lftools-log-publisher [2023-05-03T22:11:13.879Z] 8998bd30e6a1: Pulling fs layer [2023-05-03T22:11:13.879Z] 04944245beec: Pulling fs layer [2023-05-03T22:11:13.879Z] 699f458cf7ca: Pulling fs layer [2023-05-03T22:11:13.879Z] 765212b225bb: Pulling fs layer [2023-05-03T22:11:13.879Z] f23df028b6ca: Pulling fs layer [2023-05-03T22:11:13.879Z] d65c8cfc05b1: Pulling fs layer [2023-05-03T22:11:13.879Z] 2437ff75d9bd: Pulling fs layer [2023-05-03T22:11:13.879Z] 765212b225bb: Waiting [2023-05-03T22:11:13.879Z] f23df028b6ca: Waiting [2023-05-03T22:11:13.879Z] d65c8cfc05b1: Waiting [2023-05-03T22:11:13.879Z] 2437ff75d9bd: Waiting [2023-05-03T22:11:13.879Z] 04944245beec: Verifying Checksum [2023-05-03T22:11:13.879Z] 04944245beec: Download complete [2023-05-03T22:11:13.879Z] 765212b225bb: Verifying Checksum [2023-05-03T22:11:13.879Z] 765212b225bb: Download complete [2023-05-03T22:11:13.879Z] f23df028b6ca: Verifying Checksum [2023-05-03T22:11:13.879Z] f23df028b6ca: Download complete [2023-05-03T22:11:13.879Z] d65c8cfc05b1: Verifying Checksum [2023-05-03T22:11:13.879Z] d65c8cfc05b1: Download complete [2023-05-03T22:11:13.879Z] 699f458cf7ca: Verifying Checksum [2023-05-03T22:11:13.879Z] 699f458cf7ca: Download complete [2023-05-03T22:11:14.147Z] 8998bd30e6a1: Verifying Checksum [2023-05-03T22:11:14.147Z] 8998bd30e6a1: Download complete [2023-05-03T22:11:16.110Z] 2437ff75d9bd: Verifying Checksum [2023-05-03T22:11:16.110Z] 2437ff75d9bd: Download complete [2023-05-03T22:11:18.055Z] 8998bd30e6a1: Pull complete [2023-05-03T22:11:18.055Z] 04944245beec: Pull complete [2023-05-03T22:11:19.465Z] 699f458cf7ca: Pull complete [2023-05-03T22:11:19.465Z] 765212b225bb: Pull complete [2023-05-03T22:11:20.427Z] f23df028b6ca: Pull complete [2023-05-03T22:11:20.427Z] d65c8cfc05b1: Pull complete [2023-05-03T22:11:32.738Z] 2437ff75d9bd: Pull complete [2023-05-03T22:11:32.738Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-05-03T22:11:32.738Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-05-03T22:11:32.738Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-03T22:11:32.927Z] prd-ubuntu20.04-docker-arm64-4c-16g-12634 does not seem to be running inside a container [2023-05-03T22:11:32.985Z] $ 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/113 -v /w/workspace/device-mqtt-go/113:/w/workspace/device-mqtt-go/113:rw,z -v /w/workspace/device-mqtt-go/113@tmp:/w/workspace/device-mqtt-go/113@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-05-03T22:11:35.492Z] $ docker top c1afc00a3fb5457f99ad459df64a3449b36eb4603730a1f382f2544269d7c184 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-05-03T22:11:36.317Z] ---> job-cost.sh [2023-05-03T22:11:36.317Z] lf-activate-venv: SKIPPING [2023-05-03T22:11:36.317Z] INFO: No Stack... [2023-05-03T22:11:36.897Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-05-03T22:11:37.479Z] INFO: Archiving Costs [Pipeline] sh [2023-05-03T22:11:37.902Z] + cut -d, -f6 [2023-05-03T22:11:37.902Z] + cat /w/workspace/device-mqtt-go/113/archives/cost.csv [Pipeline] lock [2023-05-03T22:11:38.230Z] Trying to acquire lock on [jenkins-edgexfoundry-device-mqtt-go-main-113-stack-cost] [2023-05-03T22:11:38.235Z] Resource [jenkins-edgexfoundry-device-mqtt-go-main-113-stack-cost] did not exist. Created. [2023-05-03T22:11:38.235Z] Lock acquired on [jenkins-edgexfoundry-device-mqtt-go-main-113-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-05-03T22:11:38.881Z] /w/workspace/device-mqtt-go/113@tmp/durable-6161830a/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-05-03T22:11:39.209Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-05-03T22:11:39.233Z] Warning: overwriting stash ‘stack-cost’ [2023-05-03T22:11:39.283Z] Stashed 1 file(s) [Pipeline] } [2023-05-03T22:11:39.289Z] Lock released on resource [jenkins-edgexfoundry-device-mqtt-go-main-113-stack-cost] [Pipeline] // lock [Pipeline] } [2023-05-03T22:11:39.303Z] $ docker stop --time=1 c1afc00a3fb5457f99ad459df64a3449b36eb4603730a1f382f2544269d7c184 [2023-05-03T22:11:40.798Z] $ docker rm -f --volumes c1afc00a3fb5457f99ad459df64a3449b36eb4603730a1f382f2544269d7c184 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider [2023-05-03T22:11:41.181Z] provisioning config files... [2023-05-03T22:11:41.188Z] copy managed file [device-mqtt-go-codecov-token] to file:/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/config17782379572501100256tmp [Pipeline] { [Pipeline] sh [2023-05-03T22:11:41.479Z] + set +x [2023-05-03T22:11:41.479Z] + curl -s https://codecov.io/bash [2023-05-03T22:11:41.479Z] + bash -s -- [2023-05-03T22:11:41.479Z] [2023-05-03T22:11:41.479Z] _____ _ [2023-05-03T22:11:41.479Z] / ____| | | [2023-05-03T22:11:41.479Z] | | ___ __| | ___ ___ _____ __ [2023-05-03T22:11:41.479Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-05-03T22:11:41.479Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-05-03T22:11:41.479Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-05-03T22:11:41.479Z] Bash-1.0.6 [2023-05-03T22:11:41.479Z] [2023-05-03T22:11:41.479Z] [2023-05-03T22:11:41.479Z] ==> git version 2.25.1 found [2023-05-03T22:11:41.479Z] ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 [2023-05-03T22:11:41.479Z] Release-Date: 2020-01-08 [2023-05-03T22:11:41.479Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2023-05-03T22:11:41.479Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-05-03T22:11:41.479Z] ==> Jenkins CI detected. [2023-05-03T22:11:41.479Z] current dir:  /w/workspace/edgexfoundry_device-mqtt-go_main [2023-05-03T22:11:41.479Z] project root: . [2023-05-03T22:11:41.479Z] --> token set from env [2023-05-03T22:11:41.479Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-05-03T22:11:41.479Z] ==> Running gcov in . (disable via -X gcov) [2023-05-03T22:11:41.479Z] ==> Python coveragepy not found [2023-05-03T22:11:41.479Z] ==> Searching for coverage reports in: [2023-05-03T22:11:41.479Z] + . [2023-05-03T22:11:41.479Z] -> Found 1 reports [2023-05-03T22:11:41.479Z] ==> Detecting git/mercurial file structure [2023-05-03T22:11:41.479Z] ==> Reading reports [2023-05-03T22:11:41.738Z] + ./coverage.out bytes=18144 [2023-05-03T22:11:41.738Z] ==> Appending adjustments [2023-05-03T22:11:41.738Z] https://docs.codecov.io/docs/fixing-reports [2023-05-03T22:11:41.738Z] + Found adjustments [2023-05-03T22:11:41.738Z] ==> Gzipping contents [2023-05-03T22:11:41.738Z] 4.0K /tmp/codecov.NhR0mm.gz [2023-05-03T22:11:41.738Z] ==> Uploading reports [2023-05-03T22:11:41.738Z] url: https://codecov.io [2023-05-03T22:11:41.738Z] query: branch=main&commit=2e0357b1824e5884c9b2b56c2fd5ebe36d00b6c9&build=113&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-mqtt-go%2Fjob%2Fmain%2F113%2F&name=&tag=&slug=edgexfoundry%2Fdevice-mqtt-go&service=jenkins&flags=&pr=&job=&cmd_args= [2023-05-03T22:11:41.738Z] -> Pinging Codecov [2023-05-03T22:11:41.738Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=3cf7f23a-d5e6-4c47-868b-a0a7f9a025f8&branch=main&commit=2e0357b1824e5884c9b2b56c2fd5ebe36d00b6c9&build=113&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-mqtt-go%2Fjob%2Fmain%2F113%2F&name=&tag=&slug=edgexfoundry%2Fdevice-mqtt-go&service=jenkins&flags=&pr=&job=&cmd_args= [2023-05-03T22:11:41.998Z] -> Uploading to [2023-05-03T22:11:41.998Z] https://storage.googleapis.com/codecov/v4/raw/2023-05-03/7D719EC7BBE17E464838252E33014C33/2e0357b1824e5884c9b2b56c2fd5ebe36d00b6c9/96a4cf3b-7c1a-4de9-829b-504b2a337a53.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230503%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230503T221141Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=0ebb463f90bfab7ef8832117eb420b6f421ce671fbdc487a1c20486c0d5e60f8 [2023-05-03T22:11:41.998Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-05-03T22:11:41.998Z] Dload Upload Total Spent Left Speed [2023-05-03T22:11:42.258Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3184 0 0 100 3184 0 13049 --:--:-- --:--:-- --:--:-- 13049 [2023-05-03T22:11:42.258Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-mqtt-go/commit/2e0357b1824e5884c9b2b56c2fd5ebe36d00b6c9 [Pipeline] } [2023-05-03T22:11:42.266Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2023-05-03T22:11:42.446Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2023-05-03T22:11:42.454Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-03T22:11:42.750Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-05-03T22:11:42.750Z] [2023-05-03T22:11:42.750Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-03T22:11:43.052Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-05-03T22:11:43.052Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2023-05-03T22:11:43.052Z] df9b9388f04a: Pulling fs layer [2023-05-03T22:11:43.052Z] 52dc419b0ee2: Pulling fs layer [2023-05-03T22:11:43.052Z] 25bc292e5bac: Pulling fs layer [2023-05-03T22:11:43.052Z] 114826534d7a: Pulling fs layer [2023-05-03T22:11:43.052Z] 4657fd5d0bcf: Pulling fs layer [2023-05-03T22:11:43.052Z] 6ad1cebc031e: Pulling fs layer [2023-05-03T22:11:43.052Z] 8a3aa393b2d8: Pulling fs layer [2023-05-03T22:11:43.052Z] 114826534d7a: Waiting [2023-05-03T22:11:43.052Z] 4657fd5d0bcf: Waiting [2023-05-03T22:11:43.052Z] 6ad1cebc031e: Waiting [2023-05-03T22:11:43.052Z] 8a3aa393b2d8: Waiting [2023-05-03T22:11:43.052Z] 25bc292e5bac: Download complete [2023-05-03T22:11:43.052Z] 52dc419b0ee2: Verifying Checksum [2023-05-03T22:11:43.052Z] 52dc419b0ee2: Download complete [2023-05-03T22:11:43.052Z] 4657fd5d0bcf: Verifying Checksum [2023-05-03T22:11:43.052Z] 4657fd5d0bcf: Download complete [2023-05-03T22:11:43.052Z] df9b9388f04a: Download complete [2023-05-03T22:11:43.311Z] df9b9388f04a: Pull complete [2023-05-03T22:11:43.311Z] 6ad1cebc031e: Verifying Checksum [2023-05-03T22:11:43.311Z] 6ad1cebc031e: Download complete [2023-05-03T22:11:43.311Z] 52dc419b0ee2: Pull complete [2023-05-03T22:11:43.571Z] 25bc292e5bac: Pull complete [2023-05-03T22:11:43.828Z] 114826534d7a: Verifying Checksum [2023-05-03T22:11:43.828Z] 114826534d7a: Download complete [2023-05-03T22:11:43.828Z] 8a3aa393b2d8: Verifying Checksum [2023-05-03T22:11:43.828Z] 8a3aa393b2d8: Download complete [2023-05-03T22:11:47.108Z] 114826534d7a: Pull complete [2023-05-03T22:11:47.108Z] 4657fd5d0bcf: Pull complete [2023-05-03T22:11:47.108Z] 6ad1cebc031e: Pull complete [2023-05-03T22:11:49.644Z] 8a3aa393b2d8: Pull complete [2023-05-03T22:11:49.644Z] Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 [2023-05-03T22:11:49.644Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-05-03T22:11:49.644Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-03T22:11:49.725Z] prd-ubuntu20.04-docker-8c-8g-12633 does not seem to be running inside a container [2023-05-03T22:11:49.745Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -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-devops/edgex-snyk-go:1.410.4 cat [2023-05-03T22:11:51.486Z] $ docker top 96f78041567a9b8e15fcd13e8d0fae75ccd45ca081c9b55048a564e0daf1aaac -eo pid,comm [Pipeline] { [Pipeline] echo [2023-05-03T22:11:51.554Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-mqtt-go:main' [Pipeline] sh [2023-05-03T22:11:51.832Z] + set -o pipefail [2023-05-03T22:11:51.832Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-mqtt-go:main' [2023-05-03T22:11:56.016Z] [2023-05-03T22:11:56.016Z] Monitoring /w/workspace/edgexfoundry_device-mqtt-go_main (github.com/edgexfoundry/device-mqtt-go)... [2023-05-03T22:11:56.016Z] [2023-05-03T22:11:56.016Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/38fccec6-2f8b-4396-aa47-65a7ae25b6ec/history/edbb6ebc-619d-4273-8196-8eb9f1d1f55b [2023-05-03T22:11:56.016Z] [2023-05-03T22:11:56.016Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2023-05-03T22:11:56.016Z] [2023-05-03T22:11:56.016Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2023-05-03T22:11:56.016Z] [2023-05-03T22:11:56.016Z] [2023-05-03T22:11:56.016Z] A medium severity vulnerability was found in the Snyk CLI versions you are using. [2023-05-03T22:11:56.016Z] We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. [2023-05-03T22:11:56.016Z] More details here: https://snyk.co/ue1NS [2023-05-03T22:11:56.016Z] You are approaching your monthly limit of 401 private tests for your edgex-jenkins org. [2023-05-03T22:11:56.016Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2023-05-03T22:11:56.024Z] $ docker stop --time=1 96f78041567a9b8e15fcd13e8d0fae75ccd45ca081c9b55048a564e0daf1aaac [2023-05-03T22:11:58.089Z] $ docker rm -f --volumes 96f78041567a9b8e15fcd13e8d0fae75ccd45ca081c9b55048a564e0daf1aaac [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-05-03T22:11:58.769Z] + git log --format=format:%s -1 2e0357b1824e5884c9b2b56c2fd5ebe36d00b6c9 [Pipeline] sh [2023-05-03T22:11:59.060Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-05-03T22:11:59.060Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-03T22:11:59.357Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-05-03T22:11:59.358Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-03T22:11:59.426Z] prd-ubuntu20.04-docker-8c-8g-12633 does not seem to be running inside a container [2023-05-03T22:11:59.450Z] $ 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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-05-03T22:11:59.802Z] $ docker top be1699706829cae6010442e78678b4f8b02196d7a86f47ddefe3b5be1a77c538 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-05-03T22:11:59.876Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-05-03T22:11:59.876Z] [ssh-agent] Looking for ssh-agent implementation... [2023-05-03T22:11:59.977Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-05-03T22:11:59.976Z] $ docker exec be1699706829cae6010442e78678b4f8b02196d7a86f47ddefe3b5be1a77c538 ssh-agent [2023-05-03T22:12:00.087Z] SSH_AUTH_SOCK=/tmp/ssh-JU1ALuQT3p8j/agent.32 [2023-05-03T22:12:00.087Z] SSH_AGENT_PID=38 [2023-05-03T22:12:00.091Z] Running ssh-add (command line suppressed) [2023-05-03T22:12:00.188Z] Identity added: /w/workspace/edgexfoundry_device-mqtt-go_main@tmp/private_key_3858830332500736001.key (/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/private_key_3858830332500736001.key) [2023-05-03T22:12:00.203Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-05-03T22:12:00.487Z] + git semver tag [2023-05-03T22:12:00.747Z] 2023-05-03 22:12:00,642 [run_tag] DEBUG tag force:False [2023-05-03T22:12:00.747Z] 2023-05-03 22:12:00,642 [check_head_tag] DEBUG check head tag [2023-05-03T22:12:00.747Z] 2023-05-03 22:12:00,643 [execute] INFO git cat-file --batch-check [2023-05-03T22:12:00.747Z] 2023-05-03 22:12:00,643 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-mqtt-go_main, universal_newlines=False, shell=None, istream=) [2023-05-03T22:12:00.747Z] 2023-05-03 22:12:00,647 [execute] INFO git cat-file --batch [2023-05-03T22:12:00.747Z] 2023-05-03 22:12:00,647 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-mqtt-go_main, universal_newlines=False, shell=None, istream=) [2023-05-03T22:12:00.747Z] 2023-05-03 22:12:00,665 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-mqtt-go_main/.semver/main [2023-05-03T22:12:00.747Z] 2023-05-03 22:12:00,665 [execute] INFO git tag -a v3.0.0-dev.29 -m v3.0.0-dev.29 [2023-05-03T22:12:00.747Z] 2023-05-03 22:12:00,665 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.29', '-m', 'v3.0.0-dev.29'], cwd=/w/workspace/edgexfoundry_device-mqtt-go_main, universal_newlines=False, shell=None, istream=None) [2023-05-03T22:12:00.747Z] 2023-05-03 22:12:00,669 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-mqtt-go_main/.semver/main [2023-05-03T22:12:00.747Z] 3.0.0-dev.29 [Pipeline] } [2023-05-03T22:12:00.753Z] $ docker exec --env ******** --env ******** be1699706829cae6010442e78678b4f8b02196d7a86f47ddefe3b5be1a77c538 ssh-agent -k [2023-05-03T22:12:00.841Z] unset SSH_AUTH_SOCK; [2023-05-03T22:12:00.841Z] unset SSH_AGENT_PID; [2023-05-03T22:12:00.841Z] echo Agent pid 38 killed; [2023-05-03T22:12:00.856Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-05-03T22:12:01.165Z] + git semver [Pipeline] } [2023-05-03T22:12:01.433Z] $ docker stop --time=1 be1699706829cae6010442e78678b4f8b02196d7a86f47ddefe3b5be1a77c538 [2023-05-03T22:12:02.684Z] $ docker rm -f --volumes be1699706829cae6010442e78678b4f8b02196d7a86f47ddefe3b5be1a77c538 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-03T22:12:03.080Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-05-03T22:12:03.080Z] [2023-05-03T22:12:03.080Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-03T22:12:03.375Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-05-03T22:12:03.375Z] 0.23.1-centos7: Pulling from edgex-lftools [2023-05-03T22:12:03.375Z] ab5ef0e58194: Pulling fs layer [2023-05-03T22:12:03.375Z] 9712f1f96733: Pulling fs layer [2023-05-03T22:12:03.375Z] 63f879dbbcfc: Pulling fs layer [2023-05-03T22:12:03.375Z] 0d9ebad4ef96: Pulling fs layer [2023-05-03T22:12:03.375Z] e9a5061849ea: Pulling fs layer [2023-05-03T22:12:03.375Z] d747dcd14b5f: Pulling fs layer [2023-05-03T22:12:03.375Z] 2de7ff778b66: Pulling fs layer [2023-05-03T22:12:03.375Z] 2de7ff778b66: Waiting [2023-05-03T22:12:03.375Z] d747dcd14b5f: Waiting [2023-05-03T22:12:03.375Z] e9a5061849ea: Waiting [2023-05-03T22:12:03.375Z] 9712f1f96733: Download complete [2023-05-03T22:12:03.638Z] 63f879dbbcfc: Verifying Checksum [2023-05-03T22:12:03.638Z] 63f879dbbcfc: Download complete [2023-05-03T22:12:03.898Z] 0d9ebad4ef96: Verifying Checksum [2023-05-03T22:12:03.898Z] 0d9ebad4ef96: Download complete [2023-05-03T22:12:03.898Z] d747dcd14b5f: Download complete [2023-05-03T22:12:03.898Z] ab5ef0e58194: Verifying Checksum [2023-05-03T22:12:03.898Z] ab5ef0e58194: Download complete [2023-05-03T22:12:03.898Z] e9a5061849ea: Verifying Checksum [2023-05-03T22:12:03.898Z] e9a5061849ea: Download complete [2023-05-03T22:12:03.898Z] 2de7ff778b66: Verifying Checksum [2023-05-03T22:12:03.898Z] 2de7ff778b66: Download complete [2023-05-03T22:12:06.425Z] ab5ef0e58194: Pull complete [2023-05-03T22:12:06.425Z] 9712f1f96733: Pull complete [2023-05-03T22:12:06.990Z] 63f879dbbcfc: Pull complete [2023-05-03T22:12:10.271Z] 0d9ebad4ef96: Pull complete [2023-05-03T22:12:10.271Z] e9a5061849ea: Pull complete [2023-05-03T22:12:10.271Z] d747dcd14b5f: Pull complete [2023-05-03T22:12:11.206Z] 2de7ff778b66: Pull complete [2023-05-03T22:12:11.206Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2023-05-03T22:12:11.206Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-05-03T22:12:11.206Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-03T22:12:11.294Z] prd-ubuntu20.04-docker-8c-8g-12633 does not seem to be running inside a container [2023-05-03T22:12:11.316Z] $ docker run -t -d -u 1001:1001 -u 0:0 -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:0.23.1-centos7 cat [2023-05-03T22:12:13.452Z] $ docker top b55c2bfba9ba9de4937a223f78dc956d8ef4f5b5e8f87380cf25cf2dca495232 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2023-05-03T22:12:13.518Z] provisioning config files... [2023-05-03T22:12:13.524Z] copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/config10066580328494704996tmp [2023-05-03T22:12:13.533Z] copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/config17832359295542563062tmp [2023-05-03T22:12:13.541Z] copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/config10785067224700271259tmp [Pipeline] { [Pipeline] echo [2023-05-03T22:12:13.555Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2023-05-03T22:12:13.836Z] ---> sigul-configuration.sh [2023-05-03T22:12:13.836Z] gpg: directory `/root/.gnupg' created [2023-05-03T22:12:13.836Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2023-05-03T22:12:13.836Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2023-05-03T22:12:13.836Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2023-05-03T22:12:13.836Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2023-05-03T22:12:13.836Z] gpg: CAST5 encrypted data [2023-05-03T22:12:13.836Z] gpg: encrypted with 1 passphrase [2023-05-03T22:12:13.836Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2023-05-03T22:12:14.122Z] + mkdir /home/jenkins [2023-05-03T22:12:14.122Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2023-05-03T22:12:14.407Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2023-05-03T22:12:14.416Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2023-05-03T22:12:14.707Z] ---> sigul-install.sh [2023-05-03T22:12:14.707Z] Sigul already installed; skipping installation. [Pipeline] sh [2023-05-03T22:12:15.002Z] + git tag --list [2023-05-03T22:12:15.002Z] 0.7.1 [2023-05-03T22:12:15.002Z] v1.0.0 [2023-05-03T22:12:15.002Z] v1.1.0 [2023-05-03T22:12:15.002Z] v1.1.1 [2023-05-03T22:12:15.002Z] v1.2.2 [2023-05-03T22:12:15.002Z] v1.3.0 [2023-05-03T22:12:15.002Z] v1.3.1 [2023-05-03T22:12:15.002Z] v2.0.0 [2023-05-03T22:12:15.002Z] v2.1.0 [2023-05-03T22:12:15.002Z] v2.1.1 [2023-05-03T22:12:15.002Z] v2.1.1-dev.1 [2023-05-03T22:12:15.002Z] v2.1.1-dev.2 [2023-05-03T22:12:15.002Z] v2.2.0 [2023-05-03T22:12:15.002Z] v2.2.1-dev.1 [2023-05-03T22:12:15.002Z] v2.2.1-dev.10 [2023-05-03T22:12:15.002Z] v2.2.1-dev.2 [2023-05-03T22:12:15.002Z] v2.2.1-dev.3 [2023-05-03T22:12:15.002Z] v2.2.1-dev.4 [2023-05-03T22:12:15.002Z] v2.2.1-dev.5 [2023-05-03T22:12:15.002Z] v2.2.1-dev.6 [2023-05-03T22:12:15.002Z] v2.2.1-dev.7 [2023-05-03T22:12:15.002Z] v2.2.1-dev.8 [2023-05-03T22:12:15.002Z] v2.2.1-dev.9 [2023-05-03T22:12:15.002Z] v2.3.0 [2023-05-03T22:12:15.002Z] v2.3.0-dev.10 [2023-05-03T22:12:15.002Z] v2.3.0-dev.11 [2023-05-03T22:12:15.002Z] v2.3.0-dev.12 [2023-05-03T22:12:15.002Z] v2.3.0-dev.13 [2023-05-03T22:12:15.002Z] v2.3.0-dev.14 [2023-05-03T22:12:15.002Z] v2.3.0-dev.15 [2023-05-03T22:12:15.002Z] v2.3.0-dev.16 [2023-05-03T22:12:15.002Z] v2.3.0-dev.17 [2023-05-03T22:12:15.002Z] v2.3.0-dev.18 [2023-05-03T22:12:15.002Z] v2.3.0-dev.19 [2023-05-03T22:12:15.002Z] v2.3.0-dev.20 [2023-05-03T22:12:15.002Z] v2.3.0-dev.21 [2023-05-03T22:12:15.002Z] v2.3.0-dev.22 [2023-05-03T22:12:15.002Z] v2.3.0-dev.23 [2023-05-03T22:12:15.002Z] v2.3.0-dev.24 [2023-05-03T22:12:15.002Z] v2.3.0-dev.25 [2023-05-03T22:12:15.002Z] v2.3.0-dev.26 [2023-05-03T22:12:15.002Z] v2.3.0-dev.27 [2023-05-03T22:12:15.002Z] v2.3.0-dev.28 [2023-05-03T22:12:15.002Z] v2.3.0-dev.29 [2023-05-03T22:12:15.002Z] v2.3.0-dev.30 [2023-05-03T22:12:15.002Z] v2.3.0-dev.31 [2023-05-03T22:12:15.002Z] v2.3.0-dev.32 [2023-05-03T22:12:15.002Z] v2.3.0-dev.33 [2023-05-03T22:12:15.002Z] v2.3.0-dev.34 [2023-05-03T22:12:15.002Z] v3.0.0-dev.1 [2023-05-03T22:12:15.002Z] v3.0.0-dev.10 [2023-05-03T22:12:15.002Z] v3.0.0-dev.11 [2023-05-03T22:12:15.002Z] v3.0.0-dev.12 [2023-05-03T22:12:15.003Z] v3.0.0-dev.13 [2023-05-03T22:12:15.003Z] v3.0.0-dev.14 [2023-05-03T22:12:15.003Z] v3.0.0-dev.15 [2023-05-03T22:12:15.003Z] v3.0.0-dev.16 [2023-05-03T22:12:15.003Z] v3.0.0-dev.17 [2023-05-03T22:12:15.003Z] v3.0.0-dev.18 [2023-05-03T22:12:15.003Z] v3.0.0-dev.19 [2023-05-03T22:12:15.003Z] v3.0.0-dev.2 [2023-05-03T22:12:15.003Z] v3.0.0-dev.20 [2023-05-03T22:12:15.003Z] v3.0.0-dev.21 [2023-05-03T22:12:15.003Z] v3.0.0-dev.22 [2023-05-03T22:12:15.003Z] v3.0.0-dev.23 [2023-05-03T22:12:15.003Z] v3.0.0-dev.24 [2023-05-03T22:12:15.003Z] v3.0.0-dev.25 [2023-05-03T22:12:15.003Z] v3.0.0-dev.26 [2023-05-03T22:12:15.003Z] v3.0.0-dev.27 [2023-05-03T22:12:15.003Z] v3.0.0-dev.28 [2023-05-03T22:12:15.003Z] v3.0.0-dev.29 [2023-05-03T22:12:15.003Z] v3.0.0-dev.3 [2023-05-03T22:12:15.003Z] v3.0.0-dev.4 [2023-05-03T22:12:15.003Z] v3.0.0-dev.5 [2023-05-03T22:12:15.003Z] v3.0.0-dev.6 [2023-05-03T22:12:15.003Z] v3.0.0-dev.7 [2023-05-03T22:12:15.003Z] v3.0.0-dev.8 [2023-05-03T22:12:15.003Z] v3.0.0-dev.9 [Pipeline] sh [2023-05-03T22:12:15.292Z] + lftools sign git-tag v3.0.0-dev.29 [2023-05-03T22:12:15.860Z] Signing Git tag with Sigul... [2023-05-03T22:12:15.860Z] Signing v3.0.0-dev.29 [Pipeline] echo [2023-05-03T22:12:16.128Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2023-05-03T22:12:16.416Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2023-05-03T22:12:16.424Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2023-05-03T22:12:16.438Z] $ docker stop --time=1 b55c2bfba9ba9de4937a223f78dc956d8ef4f5b5e8f87380cf25cf2dca495232 [2023-05-03T22:12:17.722Z] $ docker rm -f --volumes b55c2bfba9ba9de4937a223f78dc956d8ef4f5b5e8f87380cf25cf2dca495232 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2023-05-03T22:12:18.140Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-05-03T22:12:18.140Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-03T22:12:18.446Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-05-03T22:12:18.446Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-03T22:12:18.511Z] prd-ubuntu20.04-docker-8c-8g-12633 does not seem to be running inside a container [2023-05-03T22:12:18.537Z] $ 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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-05-03T22:12:18.879Z] $ docker top 6b8a22ac18278d8ce734cefed63efd972141f766342de73ebd9f39317ab1951c -eo pid,comm [2023-05-03T22:12:18.926Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2023-05-03T22:12:18.926Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-05-03T22:12:18.965Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-05-03T22:12:18.965Z] [ssh-agent] Looking for ssh-agent implementation... [2023-05-03T22:12:19.066Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-05-03T22:12:19.065Z] $ docker exec 6b8a22ac18278d8ce734cefed63efd972141f766342de73ebd9f39317ab1951c ssh-agent [2023-05-03T22:12:19.156Z] SSH_AUTH_SOCK=/tmp/ssh-s28UWW80shNp/agent.32 [2023-05-03T22:12:19.156Z] SSH_AGENT_PID=38 [2023-05-03T22:12:19.161Z] Running ssh-add (command line suppressed) [2023-05-03T22:12:19.258Z] Identity added: /w/workspace/edgexfoundry_device-mqtt-go_main@tmp/private_key_11361153533961675463.key (/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/private_key_11361153533961675463.key) [2023-05-03T22:12:19.275Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-05-03T22:12:19.558Z] + git semver bump pre [2023-05-03T22:12:19.818Z] 2023-05-03 22:12:19,728 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-mqtt-go_main/.semver/main [2023-05-03T22:12:19.818Z] 2023-05-03 22:12:19,728 [bump_version] DEBUG bumping version:3.0.0-dev.29 on axis:pre with prefix:dev [2023-05-03T22:12:19.818Z] 2023-05-03 22:12:19,728 [bump_version] DEBUG bumped version:3.0.0-dev.30 [2023-05-03T22:12:19.818Z] 2023-05-03 22:12:19,729 [write_version] DEBUG write version:3.0.0-dev.30 to path:/w/workspace/edgexfoundry_device-mqtt-go_main/.semver/main with force:True [2023-05-03T22:12:19.818Z] 2023-05-03 22:12:19,729 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-mqtt-go_main/.semver/main [2023-05-03T22:12:19.818Z] 2023-05-03 22:12:19,729 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_device-mqtt-go_main/.semver/main [2023-05-03T22:12:19.818Z] 2023-05-03 22:12:19,731 [execute] INFO git cat-file --batch-check [2023-05-03T22:12:19.818Z] 2023-05-03 22:12:19,731 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-mqtt-go_main/.semver, universal_newlines=False, shell=None, istream=) [2023-05-03T22:12:19.818Z] 2023-05-03 22:12:19,736 [execute] INFO git cat-file --batch [2023-05-03T22:12:19.818Z] 2023-05-03 22:12:19,737 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-mqtt-go_main/.semver, universal_newlines=False, shell=None, istream=) [2023-05-03T22:12:19.818Z] 2023-05-03 22:12:19,742 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-mqtt-go_main/.semver/main [2023-05-03T22:12:19.818Z] 3.0.0-dev.30 [Pipeline] } [2023-05-03T22:12:19.825Z] $ docker exec --env ******** --env ******** 6b8a22ac18278d8ce734cefed63efd972141f766342de73ebd9f39317ab1951c ssh-agent -k [2023-05-03T22:12:19.918Z] unset SSH_AUTH_SOCK; [2023-05-03T22:12:19.918Z] unset SSH_AGENT_PID; [2023-05-03T22:12:19.919Z] echo Agent pid 38 killed; [2023-05-03T22:12:19.933Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-05-03T22:12:20.229Z] + git semver [Pipeline] } [2023-05-03T22:12:20.497Z] $ docker stop --time=1 6b8a22ac18278d8ce734cefed63efd972141f766342de73ebd9f39317ab1951c [2023-05-03T22:12:21.746Z] $ docker rm -f --volumes 6b8a22ac18278d8ce734cefed63efd972141f766342de73ebd9f39317ab1951c [Pipeline] // withDockerContainer [Pipeline] sh [2023-05-03T22:12:22.084Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-05-03T22:12:22.084Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-03T22:12:22.381Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-05-03T22:12:22.381Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-03T22:12:22.454Z] prd-ubuntu20.04-docker-8c-8g-12633 does not seem to be running inside a container [2023-05-03T22:12:22.479Z] $ 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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-05-03T22:12:22.796Z] $ docker top b34b38325f748b0d2b3e710d039f3473e20d9833216f06a7dcf3f7ddd73b3deb -eo pid,comm [2023-05-03T22:12:22.844Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2023-05-03T22:12:22.844Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-05-03T22:12:22.880Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-05-03T22:12:22.880Z] [ssh-agent] Looking for ssh-agent implementation... [2023-05-03T22:12:22.992Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-05-03T22:12:22.990Z] $ docker exec b34b38325f748b0d2b3e710d039f3473e20d9833216f06a7dcf3f7ddd73b3deb ssh-agent [2023-05-03T22:12:23.105Z] SSH_AUTH_SOCK=/tmp/ssh-8DoijVjIlqpc/agent.32 [2023-05-03T22:12:23.105Z] SSH_AGENT_PID=38 [2023-05-03T22:12:23.110Z] Running ssh-add (command line suppressed) [2023-05-03T22:12:23.213Z] Identity added: /w/workspace/edgexfoundry_device-mqtt-go_main@tmp/private_key_7741172458227995927.key (/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/private_key_7741172458227995927.key) [2023-05-03T22:12:23.229Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-05-03T22:12:23.517Z] + git semver push [2023-05-03T22:12:23.778Z] 2023-05-03 22:12:23,658 [run_push] DEBUG push [2023-05-03T22:12:23.778Z] 2023-05-03 22:12:23,659 [execute] INFO git cat-file --batch-check [2023-05-03T22:12:23.778Z] 2023-05-03 22:12:23,660 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-mqtt-go_main/.semver, universal_newlines=False, shell=None, istream=) [2023-05-03T22:12:23.778Z] 2023-05-03 22:12:23,663 [execute] INFO git rev-list 9945b38f930dbbb776dae36b8ff4f4e5b6066fc4 -- [2023-05-03T22:12:23.778Z] 2023-05-03 22:12:23,663 [execute] DEBUG Popen(['git', 'rev-list', '9945b38f930dbbb776dae36b8ff4f4e5b6066fc4', '--'], cwd=/w/workspace/edgexfoundry_device-mqtt-go_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-05-03T22:12:23.778Z] 2023-05-03 22:12:23,672 [execute] INFO git fetch -v origin [2023-05-03T22:12:23.778Z] 2023-05-03 22:12:23,672 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgexfoundry_device-mqtt-go_main/.semver, universal_newlines=True, shell=None, istream=None) [2023-05-03T22:12:24.346Z] 2023-05-03 22:12:24,143 [run_push] DEBUG no remote changes detected [2023-05-03T22:12:24.346Z] 2023-05-03 22:12:24,143 [execute] INFO git push origin semver [2023-05-03T22:12:24.346Z] 2023-05-03 22:12:24,143 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgexfoundry_device-mqtt-go_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-05-03T22:12:24.915Z] 2023-05-03 22:12:24,905 [run_push] DEBUG push all version tags [2023-05-03T22:12:24.915Z] 2023-05-03 22:12:24,906 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2023-05-03T22:12:24.915Z] 2023-05-03 22:12:24,906 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgexfoundry_device-mqtt-go_main, universal_newlines=False, shell=None, istream=None) [2023-05-03T22:12:25.855Z] 2023-05-03 22:12:25,612 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-mqtt-go_main/.semver/main [2023-05-03T22:12:25.855Z] 3.0.0-dev.30 [Pipeline] } [2023-05-03T22:12:25.861Z] $ docker exec --env ******** --env ******** b34b38325f748b0d2b3e710d039f3473e20d9833216f06a7dcf3f7ddd73b3deb ssh-agent -k [2023-05-03T22:12:25.948Z] unset SSH_AUTH_SOCK; [2023-05-03T22:12:25.949Z] unset SSH_AGENT_PID; [2023-05-03T22:12:25.949Z] echo Agent pid 38 killed; [2023-05-03T22:12:25.964Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-05-03T22:12:26.270Z] + git semver [Pipeline] } [2023-05-03T22:12:26.538Z] $ docker stop --time=1 b34b38325f748b0d2b3e710d039f3473e20d9833216f06a7dcf3f7ddd73b3deb [2023-05-03T22:12:27.798Z] $ docker rm -f --volumes b34b38325f748b0d2b3e710d039f3473e20d9833216f06a7dcf3f7ddd73b3deb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2023-05-03T22:12:28.319Z] + [ -d /w/workspace/edgexfoundry_device-mqtt-go_main/archives ] [2023-05-03T22:12:28.319Z] + ls -al /w/workspace/edgexfoundry_device-mqtt-go_main/archives [2023-05-03T22:12:28.319Z] total 16 [2023-05-03T22:12:28.319Z] drwxr-xr-x 3 root root 4096 May 3 22:01 . [2023-05-03T22:12:28.319Z] drwxrwxr-x 11 jenkins jenkins 4096 May 3 22:12 .. [2023-05-03T22:12:28.319Z] drwxr-xr-x 2 root root 4096 May 3 22:01 cost [2023-05-03T22:12:28.319Z] -rw-r--r-- 1 root root 86 May 3 22:01 cost.csv [2023-05-03T22:12:28.319Z] + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_device-mqtt-go_main/archives [2023-05-03T22:12:28.319Z] + ls -al /w/workspace/edgexfoundry_device-mqtt-go_main/archives [2023-05-03T22:12:28.319Z] total 16 [2023-05-03T22:12:28.319Z] drwxr-xr-x 3 jenkins jenkins 4096 May 3 22:01 . [2023-05-03T22:12:28.319Z] drwxrwxr-x 11 jenkins jenkins 4096 May 3 22:12 .. [2023-05-03T22:12:28.319Z] drwxr-xr-x 2 jenkins jenkins 4096 May 3 22:01 cost [2023-05-03T22:12:28.319Z] -rw-r--r-- 1 jenkins jenkins 86 May 3 22:01 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-05-03T22:12:28.604Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-05-03T22:12:29.458Z] ---> package-listing.sh [2023-05-03T22:12:29.458Z] ++ facter osfamily [2023-05-03T22:12:29.458Z] ++ tr '[:upper:]' '[:lower:]' [2023-05-03T22:12:29.721Z] + OS_FAMILY=debian [2023-05-03T22:12:29.721Z] + workspace=/w/workspace/edgexfoundry_device-mqtt-go_main [2023-05-03T22:12:29.721Z] + START_PACKAGES=/tmp/packages_start.txt [2023-05-03T22:12:29.721Z] + END_PACKAGES=/tmp/packages_end.txt [2023-05-03T22:12:29.721Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-05-03T22:12:29.721Z] + PACKAGES=/tmp/packages_start.txt [2023-05-03T22:12:29.721Z] + '[' /w/workspace/edgexfoundry_device-mqtt-go_main ']' [2023-05-03T22:12:29.721Z] + PACKAGES=/tmp/packages_end.txt [2023-05-03T22:12:29.721Z] + case "${OS_FAMILY}" in [2023-05-03T22:12:29.721Z] + dpkg -l [2023-05-03T22:12:29.721Z] + grep '^ii' [2023-05-03T22:12:29.721Z] + '[' -f /tmp/packages_start.txt ']' [2023-05-03T22:12:29.721Z] + '[' -f /tmp/packages_end.txt ']' [2023-05-03T22:12:29.721Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-05-03T22:12:29.721Z] + '[' /w/workspace/edgexfoundry_device-mqtt-go_main ']' [2023-05-03T22:12:29.721Z] + mkdir -p /w/workspace/edgexfoundry_device-mqtt-go_main/archives/ [2023-05-03T22:12:29.721Z] + 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-05-03T22:12:29.731Z] 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-05-03T22:12:30.006Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-03T22:12:30.563Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-05-03T22:12:30.563Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-03T22:12:30.627Z] prd-ubuntu20.04-docker-8c-8g-12633 does not seem to be running inside a container [2023-05-03T22:12:30.649Z] $ 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-05-03T22:12:30.856Z] $ docker top a82b0594a33bda5b39da0d446e7d6885ea91d1a805e81f397af1d5e5289608a6 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-05-03T22:12:31.256Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-05-03T22:12:31.583Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-05-03T22:12:31.883Z] + ls /var/log/sa-host [2023-05-03T22:12:31.883Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-05-03T22:12:32.031Z] provisioning config files... [2023-05-03T22:12:32.040Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/config12457707211671106588tmp [Pipeline] { [Pipeline] echo [2023-05-03T22:12:32.051Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-05-03T22:12:32.331Z] ---> create-netrc.sh [Pipeline] } [2023-05-03T22:12:32.338Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-05-03T22:12:32.670Z] ---> python-tools-install.sh [Pipeline] echo [2023-05-03T22:12:32.678Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-05-03T22:12:32.960Z] ---> sudo-logs.sh [2023-05-03T22:12:32.960Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-05-03T22:12:32.988Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-05-03T22:12:33.268Z] ---> job-cost.sh [2023-05-03T22:12:33.268Z] lf-activate-venv: SKIPPING [2023-05-03T22:12:33.268Z] DEBUG: total: 0.2199999988079071 [2023-05-03T22:12:33.268Z] INFO: Retrieving Stack Cost... [2023-05-03T22:12:33.837Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-05-03T22:12:34.096Z] INFO: Archiving Costs [Pipeline] echo [2023-05-03T22:12:34.106Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-05-03T22:12:34.388Z] ---> logs-deploy.sh [2023-05-03T22:12:34.388Z] lf-activate-venv: SKIPPING [2023-05-03T22:12:34.388Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-mqtt-go/main/113 [2023-05-03T22:12:34.388Z] INFO: archiving workspace using pattern(s): [2023-05-03T22:12:35.325Z] Archives upload complete. [2023-05-03T22:12:35.584Z] INFO: archiving logs to Nexus [2023-05-03T22:12:36.154Z] ---> uname -a: [2023-05-03T22:12:36.154Z] Linux prd-ubuntu20-04-docker-8c-8g-12633 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux [2023-05-03T22:12:36.154Z] [2023-05-03T22:12:36.154Z] [2023-05-03T22:12:36.154Z] ---> lscpu: [2023-05-03T22:12:36.154Z] Architecture: x86_64 [2023-05-03T22:12:36.154Z] CPU op-mode(s): 32-bit, 64-bit [2023-05-03T22:12:36.154Z] Byte Order: Little Endian [2023-05-03T22:12:36.154Z] Address sizes: 40 bits physical, 48 bits virtual [2023-05-03T22:12:36.154Z] CPU(s): 8 [2023-05-03T22:12:36.154Z] On-line CPU(s) list: 0-7 [2023-05-03T22:12:36.154Z] Thread(s) per core: 1 [2023-05-03T22:12:36.154Z] Core(s) per socket: 1 [2023-05-03T22:12:36.154Z] Socket(s): 8 [2023-05-03T22:12:36.154Z] NUMA node(s): 1 [2023-05-03T22:12:36.154Z] Vendor ID: AuthenticAMD [2023-05-03T22:12:36.154Z] CPU family: 23 [2023-05-03T22:12:36.154Z] Model: 49 [2023-05-03T22:12:36.154Z] Model name: AMD EPYC-Rome Processor [2023-05-03T22:12:36.154Z] Stepping: 0 [2023-05-03T22:12:36.154Z] CPU MHz: 2799.998 [2023-05-03T22:12:36.154Z] BogoMIPS: 5599.99 [2023-05-03T22:12:36.154Z] Virtualization: AMD-V [2023-05-03T22:12:36.154Z] Hypervisor vendor: KVM [2023-05-03T22:12:36.154Z] Virtualization type: full [2023-05-03T22:12:36.154Z] L1d cache: 256 KiB [2023-05-03T22:12:36.154Z] L1i cache: 256 KiB [2023-05-03T22:12:36.154Z] L2 cache: 4 MiB [2023-05-03T22:12:36.154Z] L3 cache: 128 MiB [2023-05-03T22:12:36.154Z] NUMA node0 CPU(s): 0-7 [2023-05-03T22:12:36.154Z] Vulnerability Itlb multihit: Not affected [2023-05-03T22:12:36.154Z] Vulnerability L1tf: Not affected [2023-05-03T22:12:36.154Z] Vulnerability Mds: Not affected [2023-05-03T22:12:36.154Z] Vulnerability Meltdown: Not affected [2023-05-03T22:12:36.154Z] Vulnerability Mmio stale data: Not affected [2023-05-03T22:12:36.154Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2023-05-03T22:12:36.154Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2023-05-03T22:12:36.154Z] Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling [2023-05-03T22:12:36.154Z] Vulnerability Srbds: Not affected [2023-05-03T22:12:36.154Z] Vulnerability Tsx async abort: Not affected [2023-05-03T22:12:36.154Z] 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-05-03T22:12:36.154Z] [2023-05-03T22:12:36.154Z] [2023-05-03T22:12:36.154Z] ---> nproc: [2023-05-03T22:12:36.154Z] 8 [2023-05-03T22:12:36.154Z] [2023-05-03T22:12:36.154Z] [2023-05-03T22:12:36.154Z] ---> df -h: [2023-05-03T22:12:36.154Z] Filesystem Size Used Avail Use% Mounted on [2023-05-03T22:12:36.154Z] overlay 155G 13G 143G 9% / [2023-05-03T22:12:36.154Z] tmpfs 64M 0 64M 0% /dev [2023-05-03T22:12:36.154Z] tmpfs 16G 0 16G 0% /sys/fs/cgroup [2023-05-03T22:12:36.154Z] shm 64M 0 64M 0% /dev/shm [2023-05-03T22:12:36.154Z] /dev/vda1 155G 13G 143G 9% /facter-os [2023-05-03T22:12:36.154Z] [2023-05-03T22:12:36.154Z] [2023-05-03T22:12:36.154Z] ---> sar -b -r -n DEV: [2023-05-03T22:12:36.154Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-12633) 05/03/23 _x86_64_ (8 CPU) [2023-05-03T22:12:36.154Z] [2023-05-03T22:12:36.154Z] 21:58:34 LINUX RESTART (8 CPU) [2023-05-03T22:12:36.154Z] [2023-05-03T22:12:36.154Z] 21:59:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2023-05-03T22:12:36.154Z] 22:00:01 248.11 17.20 230.91 0.00 2021.62 189371.43 0.00 [2023-05-03T22:12:36.154Z] 22:01:01 152.70 0.30 152.40 0.00 24.40 27003.20 0.00 [2023-05-03T22:12:36.154Z] 22:02:01 36.12 0.03 36.09 0.00 5.33 16757.10 0.00 [2023-05-03T22:12:36.154Z] 22:03:01 1.40 0.00 1.40 0.00 0.00 16.53 0.00 [2023-05-03T22:12:36.154Z] 22:04:01 38.06 11.88 26.18 0.00 5440.29 6305.62 0.00 [2023-05-03T22:12:36.155Z] 22:05:01 4.30 0.00 4.30 0.00 0.00 53.32 0.00 [2023-05-03T22:12:36.155Z] 22:06:01 1.43 0.00 1.43 0.00 0.00 15.73 0.00 [2023-05-03T22:12:36.155Z] 22:07:01 1.97 0.00 1.97 0.00 0.00 22.66 0.00 [2023-05-03T22:12:36.155Z] 22:08:01 0.95 0.00 0.95 0.00 0.00 10.40 0.00 [2023-05-03T22:12:36.155Z] 22:09:01 2.22 0.00 2.22 0.00 0.00 37.06 0.00 [2023-05-03T22:12:36.155Z] 22:10:01 1.03 0.00 1.03 0.00 0.00 11.20 0.00 [2023-05-03T22:12:36.155Z] 22:11:01 1.48 0.00 1.48 0.00 0.00 17.46 0.00 [2023-05-03T22:12:36.155Z] 22:12:01 55.69 0.23 55.46 0.00 13.33 35322.11 0.00 [2023-05-03T22:12:36.155Z] Average: 41.69 2.26 39.43 0.00 575.44 20933.21 0.00 [2023-05-03T22:12:36.155Z] [2023-05-03T22:12:36.155Z] 21:59:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2023-05-03T22:12:36.155Z] 22:00:01 28417092 31562848 748400 2.28 144964 3208152 2141888 6.31 1085556 2949444 968 [2023-05-03T22:12:36.155Z] 22:01:01 28161712 31575352 732360 2.23 151372 3451816 1711444 5.04 1240676 3025740 692 [2023-05-03T22:12:36.155Z] 22:02:01 27643692 31567476 737960 2.24 159260 3904040 1773176 5.23 1264492 3465272 8 [2023-05-03T22:12:36.155Z] 22:03:01 27643892 31567768 737296 2.24 159292 3904040 1773176 5.23 1264172 3465272 60 [2023-05-03T22:12:36.155Z] 22:04:01 27276608 31556540 738068 2.24 167660 4236868 1808792 5.33 1488804 3578988 968 [2023-05-03T22:12:36.155Z] 22:05:01 27278092 31558200 736588 2.24 167744 4236996 1824880 5.38 1488040 3579084 8 [2023-05-03T22:12:36.155Z] 22:06:01 27279620 31559796 734944 2.24 167828 4237000 1824880 5.38 1486800 3579088 8 [2023-05-03T22:12:36.155Z] 22:07:01 27279880 31560084 734584 2.23 167888 4236992 1824880 5.38 1486836 3579084 20 [2023-05-03T22:12:36.155Z] 22:08:01 27280048 31560340 734536 2.23 167908 4237004 1824880 5.38 1486948 3579088 8 [2023-05-03T22:12:36.155Z] 22:09:01 27279272 31559836 735052 2.24 168012 4236976 1824880 5.38 1486840 3579260 28 [2023-05-03T22:12:36.155Z] 22:10:01 27279864 31560464 734348 2.23 168052 4236984 1824880 5.38 1486748 3579256 8 [2023-05-03T22:12:36.155Z] 22:11:01 27279816 31560508 734216 2.23 168084 4236992 1824880 5.38 1486740 3579260 20 [2023-05-03T22:12:36.155Z] 22:12:01 26451640 31506948 782288 2.38 185288 4941196 2024804 5.97 1593724 4242012 700 [2023-05-03T22:12:36.155Z] Average: 27427018 31558166 740049 2.25 164873 4100389 1846726 5.44 1411260 3521604 269 [2023-05-03T22:12:36.155Z] [2023-05-03T22:12:36.155Z] 21:59:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2023-05-03T22:12:36.155Z] 22:00:01 ens3 810.61 490.19 8532.62 93.76 0.00 0.00 0.00 0.00 [2023-05-03T22:12:36.155Z] 22:00:01 docker0 175.44 290.34 14.65 2047.60 0.00 0.00 0.00 0.00 [2023-05-03T22:12:36.155Z] 22:00:01 veth50acb7d 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2023-05-03T22:12:36.155Z] 22:00:01 lo 6.37 6.37 0.62 0.62 0.00 0.00 0.00 0.00 [2023-05-03T22:12:36.155Z] 22:01:01 ens3 109.13 115.73 148.38 319.42 0.00 0.00 0.00 0.00 [2023-05-03T22:12:36.155Z] 22:01:01 docker0 2.82 6.65 0.18 85.49 0.00 0.00 0.00 0.00 [2023-05-03T22:12:36.155Z] 22:01:01 lo 6.73 6.73 0.65 0.65 0.00 0.00 0.00 0.00 [2023-05-03T22:12:36.155Z] 22:02:01 ens3 89.44 52.23 2520.43 10.04 0.00 0.00 0.00 0.00 [2023-05-03T22:12:36.155Z] 22:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-05-03T22:12:36.155Z] 22:02:01 lo 0.93 0.93 0.09 0.09 0.00 0.00 0.00 0.00 [2023-05-03T22:12:36.155Z] 22:03:01 ens3 10.36 6.08 13.75 0.49 0.00 0.00 0.00 0.00 [2023-05-03T22:12:36.155Z] 22:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-05-03T22:12:36.155Z] 22:03:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-05-03T22:12:36.155Z] 22:04:01 ens3 154.46 85.45 1954.21 6.35 0.00 0.00 0.00 0.00 [2023-05-03T22:12:36.155Z] 22:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-05-03T22:12:36.155Z] 22:04:01 lo 0.40 0.40 0.04 0.04 0.00 0.00 0.00 0.00 [2023-05-03T22:12:36.155Z] 22:05:01 ens3 0.48 0.42 0.10 0.09 0.00 0.00 0.00 0.00 [2023-05-03T22:12:36.155Z] 22:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-05-03T22:12:36.155Z] 22:05:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-05-03T22:12:36.155Z] 22:06:01 ens3 0.10 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-05-03T22:12:36.155Z] 22:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-05-03T22:12:36.155Z] 22:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-05-03T22:12:36.155Z] 22:07:01 ens3 0.13 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2023-05-03T22:12:36.155Z] 22:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-05-03T22:12:36.155Z] 22:07:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-05-03T22:12:36.155Z] 22:08:01 ens3 0.07 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2023-05-03T22:12:36.155Z] 22:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-05-03T22:12:36.155Z] 22:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-05-03T22:12:36.155Z] 22:09:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-05-03T22:12:36.155Z] 22:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-05-03T22:12:36.155Z] 22:09:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-05-03T22:12:36.155Z] 22:10:01 ens3 0.33 0.28 0.20 0.13 0.00 0.00 0.00 0.00 [2023-05-03T22:12:36.155Z] 22:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-05-03T22:12:36.155Z] 22:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-05-03T22:12:36.155Z] 22:11:01 ens3 0.60 0.10 0.06 0.01 0.00 0.00 0.00 0.00 [2023-05-03T22:12:36.155Z] 22:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-05-03T22:12:36.155Z] 22:11:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-05-03T22:12:36.155Z] 22:12:01 ens3 218.03 122.11 4571.42 21.31 0.00 0.00 0.00 0.00 [2023-05-03T22:12:36.155Z] 22:12:01 docker0 31.53 57.52 2.84 578.52 0.00 0.00 0.00 0.00 [2023-05-03T22:12:36.155Z] 22:12:01 veth75c76b1 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 [2023-05-03T22:12:36.155Z] 22:12:01 lo 1.07 1.07 0.10 0.10 0.00 0.00 0.00 0.00 [2023-05-03T22:12:36.155Z] Average: ens3 106.31 66.60 1355.52 34.66 0.00 0.00 0.00 0.00 [2023-05-03T22:12:36.155Z] Average: docker0 15.93 26.93 1.34 206.22 0.00 0.00 0.00 0.00 [2023-05-03T22:12:36.155Z] Average: veth75c76b1 0.00 0.01 0.00 0.00 0.00 0.00 0.00 0.00 [2023-05-03T22:12:36.155Z] Average: lo 1.26 1.26 0.12 0.12 0.00 0.00 0.00 0.00 [2023-05-03T22:12:36.155Z] [2023-05-03T22:12:36.155Z] [2023-05-03T22:12:36.155Z] ---> sar -P ALL: [2023-05-03T22:12:36.155Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-12633) 05/03/23 _x86_64_ (8 CPU) [2023-05-03T22:12:36.155Z] [2023-05-03T22:12:36.155Z] 21:58:34 LINUX RESTART (8 CPU) [2023-05-03T22:12:36.155Z] [2023-05-03T22:12:36.155Z] 21:59:02 CPU %user %nice %system %iowait %steal %idle [2023-05-03T22:12:36.155Z] 22:00:01 all 12.35 0.00 4.91 1.85 0.06 80.83 [2023-05-03T22:12:36.155Z] 22:00:01 0 12.11 0.00 6.25 4.35 0.07 77.22 [2023-05-03T22:12:36.155Z] 22:00:01 1 13.08 0.00 6.28 3.18 0.05 77.41 [2023-05-03T22:12:36.155Z] 22:00:01 2 11.58 0.00 4.60 3.11 0.07 80.64 [2023-05-03T22:12:36.155Z] 22:00:01 3 13.69 0.00 4.59 0.45 0.07 81.21 [2023-05-03T22:12:36.155Z] 22:00:01 4 13.86 0.00 3.93 1.93 0.05 80.23 [2023-05-03T22:12:36.155Z] 22:00:01 5 10.44 0.00 4.00 0.64 0.07 84.85 [2023-05-03T22:12:36.155Z] 22:00:01 6 12.02 0.00 4.37 0.79 0.07 82.75 [2023-05-03T22:12:36.155Z] 22:00:01 7 11.96 0.00 5.29 0.34 0.07 82.34 [2023-05-03T22:12:36.155Z] 22:01:01 all 36.76 0.00 5.82 1.48 0.08 55.85 [2023-05-03T22:12:36.155Z] 22:01:01 0 37.29 0.00 6.28 2.58 0.07 53.78 [2023-05-03T22:12:36.155Z] 22:01:01 1 36.19 0.00 5.84 0.12 0.08 57.77 [2023-05-03T22:12:36.155Z] 22:01:01 2 36.10 0.00 5.50 4.36 0.08 53.96 [2023-05-03T22:12:36.155Z] 22:01:01 3 37.67 0.00 5.39 0.20 0.08 56.65 [2023-05-03T22:12:36.155Z] 22:01:01 4 37.13 0.00 5.91 0.45 0.07 56.43 [2023-05-03T22:12:36.155Z] 22:01:01 5 36.27 0.00 5.84 0.27 0.07 57.55 [2023-05-03T22:12:36.155Z] 22:01:01 6 36.69 0.00 5.82 2.81 0.08 54.60 [2023-05-03T22:12:36.155Z] 22:01:01 7 36.78 0.00 6.01 1.06 0.10 56.05 [2023-05-03T22:12:36.155Z] 22:02:01 all 2.47 0.00 0.93 0.52 0.03 96.06 [2023-05-03T22:12:36.155Z] 22:02:01 0 3.81 0.00 0.81 0.08 0.03 95.26 [2023-05-03T22:12:36.155Z] 22:02:01 1 2.99 0.00 0.95 0.00 0.03 96.02 [2023-05-03T22:12:36.155Z] 22:02:01 2 1.17 0.00 0.73 0.94 0.02 97.14 [2023-05-03T22:12:36.155Z] 22:02:01 3 1.48 0.00 1.56 0.02 0.02 96.93 [2023-05-03T22:12:36.155Z] 22:02:01 4 2.25 0.00 0.77 0.02 0.02 96.94 [2023-05-03T22:12:36.155Z] 22:02:01 5 2.44 0.00 0.85 0.00 0.02 96.69 [2023-05-03T22:12:36.155Z] 22:02:01 6 3.37 0.00 1.09 3.06 0.03 92.45 [2023-05-03T22:12:36.155Z] 22:02:01 7 2.22 0.00 0.70 0.02 0.03 97.02 [2023-05-03T22:12:36.155Z] 22:03:01 all 0.03 0.00 0.02 0.00 0.00 99.94 [2023-05-03T22:12:36.155Z] 22:03:01 0 0.02 0.00 0.07 0.00 0.03 99.88 [2023-05-03T22:12:36.155Z] 22:03:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2023-05-03T22:12:36.155Z] 22:03:01 2 0.02 0.00 0.00 0.02 0.00 99.97 [2023-05-03T22:12:36.155Z] 22:03:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2023-05-03T22:12:36.155Z] 22:03:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2023-05-03T22:12:36.155Z] 22:03:01 5 0.07 0.00 0.02 0.00 0.00 99.92 [2023-05-03T22:12:36.155Z] 22:03:01 6 0.02 0.00 0.02 0.02 0.00 99.95 [2023-05-03T22:12:36.155Z] 22:03:01 7 0.07 0.00 0.05 0.00 0.00 99.88 [2023-05-03T22:12:36.155Z] 22:04:01 all 1.34 0.00 0.58 0.48 0.02 97.58 [2023-05-03T22:12:36.155Z] 22:04:01 0 0.89 0.00 0.44 0.80 0.03 97.84 [2023-05-03T22:12:36.155Z] 22:04:01 1 1.30 0.00 0.82 0.72 0.02 97.15 [2023-05-03T22:12:36.155Z] 22:04:01 2 0.55 0.00 0.50 1.23 0.02 97.70 [2023-05-03T22:12:36.155Z] 22:04:01 3 1.15 0.00 0.48 0.05 0.03 98.28 [2023-05-03T22:12:36.155Z] 22:04:01 4 2.69 0.00 0.47 0.13 0.02 96.70 [2023-05-03T22:12:36.155Z] 22:04:01 5 1.70 0.00 0.95 0.53 0.02 96.80 [2023-05-03T22:12:36.155Z] 22:04:01 6 0.55 0.00 0.32 0.02 0.03 99.08 [2023-05-03T22:12:36.155Z] 22:04:01 7 1.87 0.00 0.69 0.33 0.02 97.09 [2023-05-03T22:12:36.155Z] 22:05:01 all 0.01 0.00 0.02 0.01 0.01 99.95 [2023-05-03T22:12:36.155Z] 22:05:01 0 0.03 0.00 0.02 0.03 0.03 99.88 [2023-05-03T22:12:36.155Z] 22:05:01 1 0.05 0.00 0.02 0.03 0.02 99.88 [2023-05-03T22:12:36.155Z] 22:05:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2023-05-03T22:12:36.155Z] 22:05:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2023-05-03T22:12:36.155Z] 22:05:01 4 0.00 0.00 0.02 0.00 0.00 99.98 [2023-05-03T22:12:36.155Z] 22:05:01 5 0.00 0.00 0.02 0.00 0.00 99.98 [2023-05-03T22:12:36.155Z] 22:05:01 6 0.02 0.00 0.02 0.03 0.02 99.92 [2023-05-03T22:12:36.155Z] 22:05:01 7 0.00 0.00 0.02 0.00 0.02 99.97 [2023-05-03T22:12:36.155Z] 22:06:01 all 0.02 0.00 0.01 0.01 0.01 99.95 [2023-05-03T22:12:36.155Z] 22:06:01 0 0.03 0.00 0.02 0.00 0.03 99.92 [2023-05-03T22:12:36.155Z] 22:06:01 1 0.02 0.00 0.02 0.08 0.00 99.88 [2023-05-03T22:12:36.155Z] 22:06:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2023-05-03T22:12:36.155Z] 22:06:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2023-05-03T22:12:36.155Z] 22:06:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2023-05-03T22:12:36.156Z] 22:06:01 5 0.03 0.00 0.00 0.00 0.00 99.97 [2023-05-03T22:12:36.156Z] 22:06:01 6 0.05 0.00 0.00 0.02 0.02 99.92 [2023-05-03T22:12:36.156Z] 22:06:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2023-05-03T22:12:36.156Z] 22:07:01 all 0.04 0.00 0.02 0.01 0.01 99.92 [2023-05-03T22:12:36.156Z] 22:07:01 0 0.02 0.00 0.02 0.02 0.02 99.93 [2023-05-03T22:12:36.156Z] 22:07:01 1 0.02 0.00 0.03 0.05 0.02 99.88 [2023-05-03T22:12:36.156Z] 22:07:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2023-05-03T22:12:36.156Z] 22:07:01 3 0.02 0.00 0.02 0.00 0.02 99.95 [2023-05-03T22:12:36.156Z] 22:07:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2023-05-03T22:12:36.156Z] 22:07:01 5 0.02 0.00 0.00 0.00 0.02 99.97 [2023-05-03T22:12:36.156Z] 22:07:01 6 0.02 0.00 0.03 0.03 0.02 99.90 [2023-05-03T22:12:36.156Z] 22:07:01 7 0.20 0.00 0.02 0.00 0.02 99.77 [2023-05-03T22:12:36.156Z] 22:08:01 all 0.04 0.00 0.01 0.01 0.01 99.94 [2023-05-03T22:12:36.156Z] 22:08:01 0 0.02 0.00 0.02 0.07 0.03 99.87 [2023-05-03T22:12:36.156Z] 22:08:01 1 0.03 0.00 0.00 0.00 0.00 99.97 [2023-05-03T22:12:36.156Z] 22:08:01 2 0.02 0.00 0.00 0.00 0.02 99.97 [2023-05-03T22:12:36.156Z] 22:08:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2023-05-03T22:12:36.156Z] 22:08:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2023-05-03T22:12:36.156Z] 22:08:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2023-05-03T22:12:36.156Z] 22:08:01 6 0.03 0.00 0.02 0.00 0.00 99.95 [2023-05-03T22:12:36.156Z] 22:08:01 7 0.18 0.00 0.02 0.00 0.00 99.80 [2023-05-03T22:12:36.156Z] 22:09:01 all 0.01 0.00 0.01 0.01 0.01 99.96 [2023-05-03T22:12:36.156Z] 22:09:01 0 0.00 0.00 0.05 0.03 0.05 99.87 [2023-05-03T22:12:36.156Z] 22:09:01 1 0.02 0.00 0.00 0.00 0.02 99.97 [2023-05-03T22:12:36.156Z] 22:09:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2023-05-03T22:12:36.156Z] 22:09:01 3 0.02 0.00 0.02 0.00 0.02 99.95 [2023-05-03T22:12:36.156Z] 22:09:01 4 0.02 0.00 0.00 0.02 0.00 99.97 [2023-05-03T22:12:36.156Z] 22:09:01 5 0.00 0.00 0.00 0.00 0.02 99.98 [2023-05-03T22:12:36.156Z] 22:09:01 6 0.02 0.00 0.02 0.02 0.02 99.93 [2023-05-03T22:12:36.156Z] 22:09:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2023-05-03T22:12:36.156Z] 22:10:01 all 0.03 0.00 0.01 0.00 0.01 99.95 [2023-05-03T22:12:36.156Z] 22:10:01 0 0.03 0.00 0.02 0.02 0.03 99.90 [2023-05-03T22:12:36.156Z] 22:10:01 1 0.03 0.00 0.03 0.00 0.00 99.93 [2023-05-03T22:12:36.156Z] 22:10:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2023-05-03T22:12:36.156Z] 22:10:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2023-05-03T22:12:36.156Z] 22:10:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2023-05-03T22:12:36.156Z] 22:10:01 5 0.03 0.00 0.02 0.00 0.00 99.95 [2023-05-03T22:12:36.156Z] 22:10:01 6 0.00 0.00 0.02 0.02 0.02 99.95 [2023-05-03T22:12:36.156Z] 22:10:01 7 0.07 0.00 0.02 0.00 0.02 99.90 [2023-05-03T22:12:36.156Z] [2023-05-03T22:12:36.156Z] 22:10:01 CPU %user %nice %system %iowait %steal %idle [2023-05-03T22:12:36.156Z] 22:11:01 all 0.01 0.00 0.01 0.01 0.01 99.96 [2023-05-03T22:12:36.156Z] 22:11:01 0 0.03 0.00 0.00 0.03 0.02 99.92 [2023-05-03T22:12:36.156Z] 22:11:01 1 0.05 0.00 0.02 0.00 0.02 99.92 [2023-05-03T22:12:36.156Z] 22:11:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2023-05-03T22:12:36.156Z] 22:11:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2023-05-03T22:12:36.156Z] 22:11:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2023-05-03T22:12:36.156Z] 22:11:01 5 0.00 0.00 0.02 0.00 0.02 99.97 [2023-05-03T22:12:36.156Z] 22:11:01 6 0.00 0.00 0.00 0.02 0.02 99.97 [2023-05-03T22:12:36.156Z] 22:11:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2023-05-03T22:12:36.156Z] 22:12:01 all 4.24 0.00 1.64 0.52 0.03 93.58 [2023-05-03T22:12:36.156Z] 22:12:01 0 4.60 0.00 1.62 0.72 0.05 93.01 [2023-05-03T22:12:36.156Z] 22:12:01 1 4.72 0.00 1.75 0.03 0.02 93.48 [2023-05-03T22:12:36.156Z] 22:12:01 2 3.83 0.00 1.66 0.03 0.02 94.46 [2023-05-03T22:12:36.156Z] 22:12:01 3 5.73 0.00 1.22 0.00 0.03 93.02 [2023-05-03T22:12:36.156Z] 22:12:01 4 3.89 0.00 1.56 0.32 0.02 94.22 [2023-05-03T22:12:36.156Z] 22:12:01 5 4.24 0.00 1.68 0.10 0.02 93.97 [2023-05-03T22:12:36.156Z] 22:12:01 6 2.98 0.00 1.46 2.91 0.02 92.63 [2023-05-03T22:12:36.156Z] 22:12:01 7 3.94 0.00 2.16 0.02 0.03 93.85 [2023-05-03T22:12:36.156Z] Average: all 4.37 0.00 1.06 0.37 0.02 94.17 [2023-05-03T22:12:36.156Z] Average: 0 4.49 0.00 1.19 0.66 0.04 93.62 [2023-05-03T22:12:36.156Z] Average: 1 4.46 0.00 1.20 0.32 0.02 94.00 [2023-05-03T22:12:36.156Z] Average: 2 4.06 0.00 0.99 0.74 0.02 94.19 [2023-05-03T22:12:36.156Z] Average: 3 4.55 0.00 1.01 0.05 0.02 94.36 [2023-05-03T22:12:36.156Z] Average: 4 4.57 0.00 0.96 0.22 0.01 94.23 [2023-05-03T22:12:36.156Z] Average: 5 4.21 0.00 1.02 0.12 0.02 94.64 [2023-05-03T22:12:36.156Z] Average: 6 4.25 0.00 1.00 0.75 0.03 93.98 [2023-05-03T22:12:36.156Z] Average: 7 4.37 0.00 1.14 0.14 0.02 94.34 [2023-05-03T22:12:36.156Z] [2023-05-03T22:12:36.156Z] [2023-05-03T22:12:36.156Z]