Pull request #419 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 52cec41bd07e7e38e3f810eaec0651188088d367+328ff548ea1794223110aa3bbf079b4887c6fdbc (217d014eb10a119351323a5fab939072f53002da) 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-ssh2968175603868878851.key Verifying host key using known hosts file > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision bd7468d5528128c83034753e4c3def8ef9af3f2d 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-ssh17295888146560071264.key Verifying host key using known hosts file > 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 bd7468d5528128c83034753e4c3def8ef9af3f2d The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-mqtt-go/branches/PR-419/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-mqtt-go/branches/PR-419/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh300477787293263498.key Verifying host key using known hosts file > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-mqtt-go/branches/PR-419/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh4824255311525648137.key Verifying host key using known hosts file > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision bd7468d5528128c83034753e4c3def8ef9af3f2d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f bd7468d5528128c83034753e4c3def8ef9af3f2d # timeout=10 Commit message: "Merge pull request #410 from ernestojeda/changes-for-dind-test" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh10010794762524615846.key Verifying host key using known hosts file > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 65355178549468b165f8106641c96c3190b1d843 The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-mqtt-go/branches/PR-419/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e # timeout=10 Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-mqtt-go/branches/PR-419/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh17652094590802234727.key Verifying host key using known hosts file > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object bd7468d5528128c83034753e4c3def8ef9af3f2d Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-mqtt-go, buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-mqtt-go-settings PROJECT: device-mqtt-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.18 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-mqtt DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-6636 in /w/workspace/gexfoundry_device-mqtt-go_PR-419 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout Selected Git installation does not exist. Using Default The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git > git init /w/workspace/gexfoundry_device-mqtt-go_PR-419 # 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 Verifying host key using known hosts file You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git using GIT_SSH to set credentials SSH Credentials for GitHub Verifying host key using known hosts file You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/419/head:refs/remotes/origin/PR-419 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit 328ff548ea1794223110aa3bbf079b4887c6fdbc into PR head commit 52cec41bd07e7e38e3f810eaec0651188088d367 Merge succeeded, producing 52cec41bd07e7e38e3f810eaec0651188088d367 Checking out Revision 52cec41bd07e7e38e3f810eaec0651188088d367 (PR-419) Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-core-contracts/v2" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object bd7468d5528128c83034753e4c3def8ef9af3f2d [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2022-10-03T01:33:31.001Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2022-10-03T01:33:31.176Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2022-10-03T01:33:31.266Z] ========================================================= [2022-10-03T01:33:31.266Z] EdgeX Global Pipelines Version Info [2022-10-03T01:33:31.266Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git config core.sparsecheckout # timeout=10 > git checkout -f 52cec41bd07e7e38e3f810eaec0651188088d367 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub Verifying host key using known hosts file You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. > git merge 328ff548ea1794223110aa3bbf079b4887c6fdbc # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 52cec41bd07e7e38e3f810eaec0651188088d367 # timeout=10 [2022-10-03T01:33:32.032Z] ------------------- [2022-10-03T01:33:32.032Z] stable info: [2022-10-03T01:33:32.032Z] ------------------- [2022-10-03T01:33:32.032Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-10-03T01:33:32.032Z] Commit SHA: bd7468d5528128c83034753e4c3def8ef9af3f2d [2022-10-03T01:33:32.032Z] Message: update stable to v1.0.239 [2022-10-03T01:33:32.601Z] ------------------- [2022-10-03T01:33:32.601Z] experimental info: [2022-10-03T01:33:32.601Z] ------------------- [2022-10-03T01:33:32.601Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2022-10-03T01:33:32.601Z] Commit SHA: bd7468d5528128c83034753e4c3def8ef9af3f2d [2022-10-03T01:33:32.601Z] Message: update experimental to v1.0.239 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2022-10-03T01:33:32.888Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-mqtt-go-settings [Pipeline] echo [2022-10-03T01:33:32.929Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-mqtt-go [Pipeline] echo [2022-10-03T01:33:32.965Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2022-10-03T01:33:33.003Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2022-10-03T01:33:33.041Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2022-10-03T01:33:33.079Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2022-10-03T01:33:33.115Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2022-10-03T01:33:33.151Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2022-10-03T01:33:33.186Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2022-10-03T01:33:33.224Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2022-10-03T01:33:33.263Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2022-10-03T01:33:33.298Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-mqtt [Pipeline] echo [2022-10-03T01:33:33.338Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2022-10-03T01:33:33.373Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2022-10-03T01:33:33.418Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2022-10-03T01:33:33.457Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2022-10-03T01:33:33.499Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2022-10-03T01:33:33.540Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2022-10-03T01:33:33.576Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2022-10-03T01:33:33.620Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2022-10-03T01:33:33.661Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2022-10-03T01:33:33.698Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2022-10-03T01:33:33.738Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2022-10-03T01:33:33.779Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2022-10-03T01:33:33.821Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2022-10-03T01:33:33.858Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2022-10-03T01:33:33.898Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2022-10-03T01:33:33.935Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-419 [Pipeline] echo [2022-10-03T01:33:33.971Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-419 [Pipeline] echo [2022-10-03T01:33:34.011Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-419 [Pipeline] echo [2022-10-03T01:33:34.053Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 52cec41bd07e7e38e3f810eaec0651188088d367 [Pipeline] echo [2022-10-03T01:33:34.095Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 52cec41 [Pipeline] echo [2022-10-03T01:33:34.136Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-10-03T01:33:34.239Z] provisioning config files... [2022-10-03T01:33:34.254Z] copy managed file [device-mqtt-go-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-419@tmp/config6435862680511995380tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-10-03T01:33:34.599Z] ---> docker-login.sh [2022-10-03T01:33:34.599Z] nexus3.edgexfoundry.org:10001 [2022-10-03T01:33:34.858Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-03T01:33:34.858Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-03T01:33:34.858Z] Configure a credential helper to remove this warning. See [2022-10-03T01:33:34.858Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-03T01:33:34.858Z] [2022-10-03T01:33:34.858Z] Login Succeeded [2022-10-03T01:33:34.858Z] nexus3.edgexfoundry.org:10002 [2022-10-03T01:33:34.858Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-03T01:33:34.858Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-03T01:33:34.858Z] Configure a credential helper to remove this warning. See [2022-10-03T01:33:34.858Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-03T01:33:34.858Z] [2022-10-03T01:33:34.858Z] Login Succeeded [2022-10-03T01:33:34.858Z] nexus3.edgexfoundry.org:10003 [2022-10-03T01:33:35.118Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-03T01:33:35.118Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-03T01:33:35.118Z] Configure a credential helper to remove this warning. See [2022-10-03T01:33:35.118Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-03T01:33:35.118Z] [2022-10-03T01:33:35.118Z] Login Succeeded [2022-10-03T01:33:35.118Z] nexus3.edgexfoundry.org:10004 [2022-10-03T01:33:35.118Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-03T01:33:35.118Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-03T01:33:35.118Z] Configure a credential helper to remove this warning. See [2022-10-03T01:33:35.118Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-03T01:33:35.118Z] [2022-10-03T01:33:35.118Z] Login Succeeded [2022-10-03T01:33:35.118Z] docker.io [2022-10-03T01:33:35.379Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-03T01:33:35.638Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-03T01:33:35.638Z] Configure a credential helper to remove this warning. See [2022-10-03T01:33:35.638Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-03T01:33:35.638Z] [2022-10-03T01:33:35.638Z] Login Succeeded [2022-10-03T01:33:35.639Z] ---> docker-login.sh ends [Pipeline] } [2022-10-03T01:33:35.668Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2022-10-03T01:33:36.275Z] + git rev-list -1 --merges 52cec41bd07e7e38e3f810eaec0651188088d367~1..52cec41bd07e7e38e3f810eaec0651188088d367 [Pipeline] echo [2022-10-03T01:33:36.321Z] -----------> git rev-list -1 --merges 52cec41bd07e7e38e3f810eaec0651188088d367~1..52cec41bd07e7e38e3f810eaec0651188088d367 52cec41bd07e7e38e3f810eaec0651188088d367 [false] [Pipeline] sh [2022-10-03T01:33:36.628Z] + git log --format=format:%s -1 52cec41bd07e7e38e3f810eaec0651188088d367 [Pipeline] echo [2022-10-03T01:33:36.661Z] ========================================================= [2022-10-03T01:33:36.661Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2022-10-03T01:33:36.661Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-10-03T01:33:37.094Z] + git log --format=format:%s -1 52cec41bd07e7e38e3f810eaec0651188088d367 [Pipeline] echo [2022-10-03T01:33:37.127Z] [semverPrep] GIT_COMMIT: 52cec41bd07e7e38e3f810eaec0651188088d367, Commit Message: build(deps): bump github.com/edgexfoundry/go-mod-core-contracts/v2 [Pipeline] echo [2022-10-03T01:33:37.156Z] [semverPrep] This is not a build commit. [Pipeline] sh [2022-10-03T01:33:37.529Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-10-03T01:33:37.529Z] + grep -v github /etc/ssh/ssh_known_hosts [2022-10-03T01:33:37.529Z] + [ -e /tmp/ssh_known_hosts ] [2022-10-03T01:33:37.529Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2022-10-03T01:33:37.529Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2022-10-03T01:33:37.529Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2022-10-03T01:33:37.529Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-03T01:33:37.961Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-10-03T01:33:37.961Z] [2022-10-03T01:33:37.961Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-03T01:33:38.335Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-10-03T01:33:38.335Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2022-10-03T01:33:38.335Z] b85a868b505f: Pulling fs layer [2022-10-03T01:33:38.335Z] e2be974225ed: Pulling fs layer [2022-10-03T01:33:38.335Z] 339a4e72a1f5: Pulling fs layer [2022-10-03T01:33:38.335Z] 988bab9f4d93: Pulling fs layer [2022-10-03T01:33:38.335Z] 1469e6f7b9e6: Pulling fs layer [2022-10-03T01:33:38.335Z] eaf3925da568: Pulling fs layer [2022-10-03T01:33:38.335Z] bab4dde63d76: Pulling fs layer [2022-10-03T01:33:38.335Z] bde34c3a00c8: Pulling fs layer [2022-10-03T01:33:38.335Z] b352a97aabf1: Pulling fs layer [2022-10-03T01:33:38.335Z] 4872d77fe225: Pulling fs layer [2022-10-03T01:33:38.335Z] 5851b861e8e6: Pulling fs layer [2022-10-03T01:33:38.335Z] bab4dde63d76: Waiting [2022-10-03T01:33:38.335Z] bde34c3a00c8: Waiting [2022-10-03T01:33:38.335Z] b352a97aabf1: Waiting [2022-10-03T01:33:38.335Z] 4872d77fe225: Waiting [2022-10-03T01:33:38.335Z] 5851b861e8e6: Waiting [2022-10-03T01:33:38.335Z] 988bab9f4d93: Waiting [2022-10-03T01:33:38.335Z] 1469e6f7b9e6: Waiting [2022-10-03T01:33:38.335Z] eaf3925da568: Waiting [2022-10-03T01:33:38.335Z] e2be974225ed: Download complete [2022-10-03T01:33:38.335Z] 988bab9f4d93: Verifying Checksum [2022-10-03T01:33:38.335Z] 988bab9f4d93: Download complete [2022-10-03T01:33:38.594Z] 1469e6f7b9e6: Verifying Checksum [2022-10-03T01:33:38.594Z] 1469e6f7b9e6: Download complete [2022-10-03T01:33:38.594Z] 339a4e72a1f5: Verifying Checksum [2022-10-03T01:33:38.594Z] 339a4e72a1f5: Download complete [2022-10-03T01:33:38.594Z] eaf3925da568: Verifying Checksum [2022-10-03T01:33:38.594Z] eaf3925da568: Download complete [2022-10-03T01:33:38.594Z] bde34c3a00c8: Verifying Checksum [2022-10-03T01:33:38.594Z] bde34c3a00c8: Download complete [2022-10-03T01:33:38.594Z] b352a97aabf1: Verifying Checksum [2022-10-03T01:33:38.594Z] b352a97aabf1: Download complete [2022-10-03T01:33:38.594Z] 4872d77fe225: Verifying Checksum [2022-10-03T01:33:38.594Z] 4872d77fe225: Download complete [2022-10-03T01:33:38.594Z] 5851b861e8e6: Verifying Checksum [2022-10-03T01:33:38.594Z] 5851b861e8e6: Download complete [2022-10-03T01:33:38.594Z] b85a868b505f: Verifying Checksum [2022-10-03T01:33:38.594Z] b85a868b505f: Download complete [2022-10-03T01:33:38.855Z] bab4dde63d76: Verifying Checksum [2022-10-03T01:33:38.855Z] bab4dde63d76: Download complete [2022-10-03T01:33:40.230Z] b85a868b505f: Pull complete [2022-10-03T01:33:40.230Z] e2be974225ed: Pull complete [2022-10-03T01:33:40.799Z] 339a4e72a1f5: Pull complete [2022-10-03T01:33:40.799Z] 988bab9f4d93: Pull complete [2022-10-03T01:33:41.058Z] 1469e6f7b9e6: Pull complete [2022-10-03T01:33:41.058Z] eaf3925da568: Pull complete [2022-10-03T01:33:42.959Z] bab4dde63d76: Pull complete [2022-10-03T01:33:42.959Z] bde34c3a00c8: Pull complete [2022-10-03T01:33:43.218Z] b352a97aabf1: Pull complete [2022-10-03T01:33:43.218Z] 4872d77fe225: Pull complete [2022-10-03T01:33:43.478Z] 5851b861e8e6: Pull complete [2022-10-03T01:33:43.478Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2022-10-03T01:33:43.478Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-10-03T01:33:43.478Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-03T01:33:43.712Z] prd-ubuntu20.04-docker-8c-8g-6636 does not seem to be running inside a container [2022-10-03T01:33:43.736Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-mqtt-go_PR-419 -v /w/workspace/gexfoundry_device-mqtt-go_PR-419:/w/workspace/gexfoundry_device-mqtt-go_PR-419:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-419@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-419@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2022-10-03T01:33:45.222Z] $ docker top d7c4601501f4edcdfc0885adc7ec10c76b7fd8a597e7f7d97a9d0d7c5daa6895 -eo pid,comm [2022-10-03T01:33:45.286Z] 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). [2022-10-03T01:33:45.286Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-10-03T01:33:45.411Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-10-03T01:33:45.411Z] [ssh-agent] Looking for ssh-agent implementation... [2022-10-03T01:33:45.530Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-10-03T01:33:45.528Z] $ docker exec d7c4601501f4edcdfc0885adc7ec10c76b7fd8a597e7f7d97a9d0d7c5daa6895 ssh-agent [2022-10-03T01:33:45.644Z] SSH_AUTH_SOCK=/tmp/ssh-x6JUMQdDeAIY/agent.32 [2022-10-03T01:33:45.644Z] SSH_AGENT_PID=38 [2022-10-03T01:33:45.652Z] Running ssh-add (command line suppressed) [2022-10-03T01:33:45.754Z] Identity added: /w/workspace/gexfoundry_device-mqtt-go_PR-419@tmp/private_key_8849854776193779234.key (/w/workspace/gexfoundry_device-mqtt-go_PR-419@tmp/private_key_8849854776193779234.key) [2022-10-03T01:33:45.773Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-10-03T01:33:46.104Z] + git tag --points-at HEAD [Pipeline] } [2022-10-03T01:33:46.129Z] $ docker exec --env ******** --env ******** d7c4601501f4edcdfc0885adc7ec10c76b7fd8a597e7f7d97a9d0d7c5daa6895 ssh-agent -k [2022-10-03T01:33:46.244Z] unset SSH_AUTH_SOCK; [2022-10-03T01:33:46.244Z] unset SSH_AGENT_PID; [2022-10-03T01:33:46.244Z] echo Agent pid 38 killed; [2022-10-03T01:33:46.261Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2022-10-03T01:33:46.353Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-10-03T01:33:46.353Z] [ssh-agent] Looking for ssh-agent implementation... [2022-10-03T01:33:46.479Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-10-03T01:33:46.478Z] $ docker exec d7c4601501f4edcdfc0885adc7ec10c76b7fd8a597e7f7d97a9d0d7c5daa6895 ssh-agent [2022-10-03T01:33:46.597Z] SSH_AUTH_SOCK=/tmp/ssh-03XTnJBgKkPh/agent.71 [2022-10-03T01:33:46.597Z] SSH_AGENT_PID=77 [2022-10-03T01:33:46.602Z] Running ssh-add (command line suppressed) [2022-10-03T01:33:46.701Z] Identity added: /w/workspace/gexfoundry_device-mqtt-go_PR-419@tmp/private_key_7379692837623565130.key (/w/workspace/gexfoundry_device-mqtt-go_PR-419@tmp/private_key_7379692837623565130.key) [2022-10-03T01:33:46.719Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-10-03T01:33:47.045Z] + git semver init [2022-10-03T01:33:47.304Z] 2022-10-03 01:33:47,231 [run_init] DEBUG init version:0.0.0 force:False [2022-10-03T01:33:47.304Z] 2022-10-03 01:33:47,234 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/gexfoundry_device-mqtt-go_PR-419/.semver [2022-10-03T01:33:47.304Z] 2022-10-03 01:33:47,234 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-mqtt-go.git /w/workspace/gexfoundry_device-mqtt-go_PR-419/.semver [2022-10-03T01:33:47.304Z] 2022-10-03 01:33:47,235 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-mqtt-go.git', '/w/workspace/gexfoundry_device-mqtt-go_PR-419/.semver'], cwd=/w/workspace/gexfoundry_device-mqtt-go_PR-419, universal_newlines=False, shell=None, istream=None) [2022-10-03T01:33:48.242Z] 2022-10-03 01:33:48,134 [append_file] DEBUG append to file:/w/workspace/gexfoundry_device-mqtt-go_PR-419/.git/info/exclude [2022-10-03T01:33:48.242Z] 2022-10-03 01:33:48,135 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/gexfoundry_device-mqtt-go_PR-419/.semver/PR-419 with force:False [2022-10-03T01:33:48.242Z] 2022-10-03 01:33:48,135 [write_file] DEBUG write to file:/w/workspace/gexfoundry_device-mqtt-go_PR-419/.semver/PR-419 [2022-10-03T01:33:48.242Z] 2022-10-03 01:33:48,140 [execute] INFO git cat-file --batch-check [2022-10-03T01:33:48.242Z] 2022-10-03 01:33:48,140 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_device-mqtt-go_PR-419/.semver, universal_newlines=False, shell=None, istream=) [2022-10-03T01:33:48.242Z] 2022-10-03 01:33:48,147 [execute] INFO git cat-file --batch [2022-10-03T01:33:48.242Z] 2022-10-03 01:33:48,148 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_device-mqtt-go_PR-419/.semver, universal_newlines=False, shell=None, istream=) [2022-10-03T01:33:48.242Z] 2022-10-03 01:33:48,153 [read_version] DEBUG read version from /w/workspace/gexfoundry_device-mqtt-go_PR-419/.semver/PR-419 [2022-10-03T01:33:48.242Z] 0.0.0 [Pipeline] } [2022-10-03T01:33:48.262Z] $ docker exec --env ******** --env ******** d7c4601501f4edcdfc0885adc7ec10c76b7fd8a597e7f7d97a9d0d7c5daa6895 ssh-agent -k [2022-10-03T01:33:48.375Z] unset SSH_AUTH_SOCK; [2022-10-03T01:33:48.375Z] unset SSH_AGENT_PID; [2022-10-03T01:33:48.375Z] echo Agent pid 77 killed; [2022-10-03T01:33:48.388Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-10-03T01:33:48.813Z] + git semver [Pipeline] } [2022-10-03T01:33:49.097Z] $ docker stop --time=1 d7c4601501f4edcdfc0885adc7ec10c76b7fd8a597e7f7d97a9d0d7c5daa6895 [2022-10-03T01:33:50.400Z] $ docker rm -f d7c4601501f4edcdfc0885adc7ec10c76b7fd8a597e7f7d97a9d0d7c5daa6895 [Pipeline] // withDockerContainer [Pipeline] sh [2022-10-03T01:33:50.803Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2022-10-03T01:33:51.042Z] Stashed 1 file(s) [Pipeline] echo [2022-10-03T01:33:51.063Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-10-03T01:33:51.666Z] provisioning config files... [2022-10-03T01:33:51.676Z] copy managed file [device-mqtt-go-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-419@tmp/config7274255508158589074tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-10-03T01:33:52.026Z] ---> docker-login.sh [2022-10-03T01:33:52.026Z] nexus3.edgexfoundry.org:10001 [2022-10-03T01:33:52.026Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-03T01:33:52.026Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-03T01:33:52.026Z] Configure a credential helper to remove this warning. See [2022-10-03T01:33:52.026Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-03T01:33:52.026Z] [2022-10-03T01:33:52.026Z] Login Succeeded [2022-10-03T01:33:52.026Z] nexus3.edgexfoundry.org:10002 [2022-10-03T01:33:52.026Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-03T01:33:52.026Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-03T01:33:52.026Z] Configure a credential helper to remove this warning. See [2022-10-03T01:33:52.026Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-03T01:33:52.026Z] [2022-10-03T01:33:52.026Z] Login Succeeded [2022-10-03T01:33:52.026Z] nexus3.edgexfoundry.org:10003 [2022-10-03T01:33:52.286Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-03T01:33:52.286Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-03T01:33:52.286Z] Configure a credential helper to remove this warning. See [2022-10-03T01:33:52.286Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-03T01:33:52.286Z] [2022-10-03T01:33:52.286Z] Login Succeeded [2022-10-03T01:33:52.286Z] nexus3.edgexfoundry.org:10004 [2022-10-03T01:33:52.286Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-03T01:33:52.286Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-03T01:33:52.286Z] Configure a credential helper to remove this warning. See [2022-10-03T01:33:52.286Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-03T01:33:52.286Z] [2022-10-03T01:33:52.286Z] Login Succeeded [2022-10-03T01:33:52.286Z] docker.io [2022-10-03T01:33:52.546Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-03T01:33:52.805Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-03T01:33:52.805Z] Configure a credential helper to remove this warning. See [2022-10-03T01:33:52.805Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-03T01:33:52.805Z] [2022-10-03T01:33:52.805Z] Login Succeeded [2022-10-03T01:33:52.805Z] ---> docker-login.sh ends [Pipeline] } [2022-10-03T01:33:52.833Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-10-03T01:33:53.129Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-10-03T01:33:53.162Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-10-03T01:33:53.195Z] ========================================================= [2022-10-03T01:33:53.195Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2022-10-03T01:33:53.195Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-03T01:33:53.655Z] + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine --build-arg MAKE=echo noop --target=builder . [2022-10-03T01:33:53.655Z] Sending build context to Docker daemon 6.154MB [2022-10-03T01:33:53.655Z] Step 1/13 : ARG BASE=golang:1.18-alpine3.16 [2022-10-03T01:33:53.655Z] Step 2/13 : FROM ${BASE} AS builder [2022-10-03T01:33:53.655Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2022-10-03T01:33:53.655Z] 2408cc74d12b: Pulling fs layer [2022-10-03T01:33:53.655Z] ea60b727a1ce: Pulling fs layer [2022-10-03T01:33:53.655Z] 30c4a7721957: Pulling fs layer [2022-10-03T01:33:53.655Z] 370296b7ddb6: Pulling fs layer [2022-10-03T01:33:53.655Z] 7c6cee850709: Pulling fs layer [2022-10-03T01:33:53.655Z] aa9baa53a306: Pulling fs layer [2022-10-03T01:33:53.655Z] 8b309c321861: Pulling fs layer [2022-10-03T01:33:53.655Z] d8d76fd02f46: Pulling fs layer [2022-10-03T01:33:53.655Z] fa31f396de31: Pulling fs layer [2022-10-03T01:33:53.655Z] 8b309c321861: Waiting [2022-10-03T01:33:53.655Z] d8d76fd02f46: Waiting [2022-10-03T01:33:53.655Z] 7c6cee850709: Waiting [2022-10-03T01:33:53.655Z] aa9baa53a306: Waiting [2022-10-03T01:33:53.655Z] fa31f396de31: Waiting [2022-10-03T01:33:53.655Z] 370296b7ddb6: Waiting [2022-10-03T01:33:53.655Z] 30c4a7721957: Verifying Checksum [2022-10-03T01:33:53.655Z] 30c4a7721957: Download complete [2022-10-03T01:33:53.655Z] ea60b727a1ce: Verifying Checksum [2022-10-03T01:33:53.655Z] ea60b727a1ce: Download complete [2022-10-03T01:33:53.914Z] 7c6cee850709: Download complete [2022-10-03T01:33:53.914Z] aa9baa53a306: Verifying Checksum [2022-10-03T01:33:53.914Z] aa9baa53a306: Download complete [2022-10-03T01:33:53.914Z] 2408cc74d12b: Verifying Checksum [2022-10-03T01:33:53.914Z] 2408cc74d12b: Download complete [2022-10-03T01:33:53.914Z] 8b309c321861: Verifying Checksum [2022-10-03T01:33:53.914Z] 8b309c321861: Download complete [2022-10-03T01:33:53.914Z] 2408cc74d12b: Pull complete [2022-10-03T01:33:54.178Z] ea60b727a1ce: Pull complete [2022-10-03T01:33:54.178Z] 30c4a7721957: Pull complete [2022-10-03T01:33:54.438Z] d8d76fd02f46: Verifying Checksum [2022-10-03T01:33:54.438Z] d8d76fd02f46: Download complete [2022-10-03T01:33:54.697Z] fa31f396de31: Verifying Checksum [2022-10-03T01:33:54.697Z] 370296b7ddb6: Verifying Checksum [2022-10-03T01:33:54.697Z] 370296b7ddb6: Download complete [2022-10-03T01:33:58.888Z] 370296b7ddb6: Pull complete [2022-10-03T01:33:58.888Z] 7c6cee850709: Pull complete [2022-10-03T01:33:58.888Z] aa9baa53a306: Pull complete [2022-10-03T01:33:59.150Z] 8b309c321861: Pull complete [2022-10-03T01:34:01.683Z] d8d76fd02f46: Pull complete [2022-10-03T01:34:01.943Z] fa31f396de31: Pull complete [2022-10-03T01:34:02.203Z] Digest: sha256:2371a9c145f0d593c9024d3814659be550d63e8930698ddb4de3d51b9130800a [2022-10-03T01:34:02.203Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2022-10-03T01:34:02.203Z] ---> cef68f9685f8 [2022-10-03T01:34:02.203Z] Step 3/13 : ARG ADD_BUILD_TAGS="" [2022-10-03T01:34:04.137Z] ---> Running in 2440d714ab81 [2022-10-03T01:34:04.138Z] Removing intermediate container 2440d714ab81 [2022-10-03T01:34:04.138Z] ---> 4528e56b3db2 [2022-10-03T01:34:04.138Z] Step 4/13 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2022-10-03T01:34:04.138Z] ---> Running in a4d5f2f7c0bb [2022-10-03T01:34:04.138Z] Removing intermediate container a4d5f2f7c0bb [2022-10-03T01:34:04.138Z] ---> fc69cf649dd3 [2022-10-03T01:34:04.138Z] Step 5/13 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" [2022-10-03T01:34:04.138Z] ---> Running in a7856209680d [2022-10-03T01:34:04.399Z] Removing intermediate container a7856209680d [2022-10-03T01:34:04.399Z] ---> 171329e6db5e [2022-10-03T01:34:04.399Z] Step 6/13 : ARG ALPINE_PKG_EXTRA="" [2022-10-03T01:34:04.399Z] ---> Running in 624798ce76f5 [2022-10-03T01:34:04.399Z] Removing intermediate container 624798ce76f5 [2022-10-03T01:34:04.399Z] ---> 30f89bfbeee5 [2022-10-03T01:34:04.399Z] Step 7/13 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-03T01:34:04.399Z] ---> Running in 88f6335136f3 [2022-10-03T01:34:04.968Z] Removing intermediate container 88f6335136f3 [2022-10-03T01:34:04.968Z] ---> 246fc7280fba [2022-10-03T01:34:04.968Z] Step 8/13 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-10-03T01:34:04.968Z] ---> Running in 179719928d4d [2022-10-03T01:34:05.552Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-03T01:34:06.120Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-03T01:34:06.482Z] Still waiting to schedule task [2022-10-03T01:34:06.482Z] Waiting for next available executor on ‘ubuntu20.04-docker-arm64-4c-16g’ [2022-10-03T01:34:06.687Z] (1/4) Installing openssh-keygen (9.0_p1-r2) [2022-10-03T01:34:06.687Z] (2/4) Installing libedit (20210910.3.1-r0) [2022-10-03T01:34:06.687Z] (3/4) Installing openssh-client-common (9.0_p1-r2) [2022-10-03T01:34:06.947Z] (4/4) Installing openssh-client-default (9.0_p1-r2) [2022-10-03T01:34:06.947Z] Executing busybox-1.35.0-r13.trigger [2022-10-03T01:34:06.947Z] OK: 216 MiB in 55 packages [2022-10-03T01:34:07.515Z] Removing intermediate container 179719928d4d [2022-10-03T01:34:07.515Z] ---> 2c237898b53e [2022-10-03T01:34:07.515Z] Step 9/13 : WORKDIR /device-mqtt-go [2022-10-03T01:34:07.515Z] ---> Running in ac92ad457079 [2022-10-03T01:34:07.515Z] Removing intermediate container ac92ad457079 [2022-10-03T01:34:07.515Z] ---> ae1fce21e2e2 [2022-10-03T01:34:07.515Z] Step 10/13 : COPY go.mod vendor* ./ [2022-10-03T01:34:07.773Z] ---> b71b6a3f65d2 [2022-10-03T01:34:07.773Z] Step 11/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-03T01:34:07.773Z] ---> Running in 64efd1b19a06 [2022-10-03T01:34:25.877Z] Removing intermediate container 64efd1b19a06 [2022-10-03T01:34:25.877Z] ---> dc2dfb5acea0 [2022-10-03T01:34:25.877Z] Step 12/13 : COPY . . [2022-10-03T01:34:25.877Z] ---> 48cea7febf73 [2022-10-03T01:34:25.877Z] Step 13/13 : RUN $MAKE [2022-10-03T01:34:25.877Z] ---> Running in fc2d89bc8dff [2022-10-03T01:34:25.877Z] noop [2022-10-03T01:34:25.877Z] Removing intermediate container fc2d89bc8dff [2022-10-03T01:34:25.877Z] ---> b018f52f397f [2022-10-03T01:34:25.877Z] Successfully built b018f52f397f [2022-10-03T01:34:25.877Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-03T01:34:26.319Z] + docker inspect -f . ci-base-image-x86_64 [2022-10-03T01:34:26.319Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-03T01:34:26.469Z] prd-ubuntu20.04-docker-8c-8g-6636 does not seem to be running inside a container [2022-10-03T01:34:26.504Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_device-mqtt-go_PR-419 -v /w/workspace/gexfoundry_device-mqtt-go_PR-419:/w/workspace/gexfoundry_device-mqtt-go_PR-419:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-419@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-419@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2022-10-03T01:34:26.914Z] $ docker top 7a0ab733ab3874c9e67a6978c070e881c94724946efaffe971a9b4dbc5404ee8 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-10-03T01:34:27.309Z] + go version [2022-10-03T01:34:27.309Z] go version go1.18.3 linux/amd64 [Pipeline] } [2022-10-03T01:34:27.352Z] $ docker stop --time=1 7a0ab733ab3874c9e67a6978c070e881c94724946efaffe971a9b4dbc5404ee8 [2022-10-03T01:34:28.693Z] $ docker rm -f 7a0ab733ab3874c9e67a6978c070e881c94724946efaffe971a9b4dbc5404ee8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-03T01:34:29.401Z] + docker inspect -f . ci-base-image-x86_64 [2022-10-03T01:34:29.401Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-03T01:34:29.545Z] prd-ubuntu20.04-docker-8c-8g-6636 does not seem to be running inside a container [2022-10-03T01:34:29.584Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/gexfoundry_device-mqtt-go_PR-419 -v /w/workspace/gexfoundry_device-mqtt-go_PR-419:/w/workspace/gexfoundry_device-mqtt-go_PR-419:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-419@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-419@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2022-10-03T01:34:29.937Z] $ docker top 7ea62bdee383a0f65a7abf2cf84be4598de036f1914f91ae3d1a85808b8bf750 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-10-03T01:34:30.326Z] + git config --global --add safe.directory /w/workspace/gexfoundry_device-mqtt-go_PR-419 [Pipeline] fileExists [Pipeline] sh [2022-10-03T01:34:30.680Z] + make test [2022-10-03T01:34:30.680Z] GCO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2022-10-03T01:34:30.940Z] ? github.com/edgexfoundry/device-mqtt-go [no test files] [2022-10-03T01:34:40.909Z] ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] [2022-10-03T01:34:41.845Z] ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.019s coverage: 21.8% of statements [2022-10-03T01:34:41.845Z] ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] [2022-10-03T01:34:49.950Z] level=warning msg="[linters context] structcheck is disabled because of go1.18. You can track the evolution of the go1.18 support by following the https://github.com/golangci/golangci-lint/issues/2649." [2022-10-03T01:34:49.950Z] GCO_ENABLED=1 GO111MODULE=on go vet ./... [2022-10-03T01:34:53.241Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-10-03T01:34:53.241Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-10-03T01:34:53.241Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-10-03T01:34:53.285Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-10-03T01:34:53.323Z] $ docker stop --time=1 7ea62bdee383a0f65a7abf2cf84be4598de036f1914f91ae3d1a85808b8bf750 [2022-10-03T01:34:55.207Z] $ docker rm -f 7ea62bdee383a0f65a7abf2cf84be4598de036f1914f91ae3d1a85808b8bf750 [Pipeline] // withDockerContainer [Pipeline] sh [2022-10-03T01:34:55.777Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-10-03T01:34:55.837Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2022-10-03T01:34:56.443Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-10-03T01:34:56.753Z] + ls -al . [2022-10-03T01:34:56.754Z] total 184 [2022-10-03T01:34:56.754Z] drwxrwxr-x 10 jenkins jenkins 4096 Oct 3 01:34 . [2022-10-03T01:34:56.754Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 3 01:33 .. [2022-10-03T01:34:56.754Z] -rw-rw-r-- 1 jenkins jenkins 140 Oct 3 01:33 .dockerignore [2022-10-03T01:34:56.754Z] drwxrwxr-x 8 jenkins jenkins 4096 Oct 3 01:34 .git [2022-10-03T01:34:56.754Z] drwxrwxr-x 3 jenkins jenkins 4096 Oct 3 01:33 .github [2022-10-03T01:34:56.754Z] -rw-rw-r-- 1 jenkins jenkins 329 Oct 3 01:33 .gitignore [2022-10-03T01:34:56.754Z] -rw-rw-r-- 1 jenkins jenkins 41 Oct 3 01:33 .golangci.yml [2022-10-03T01:34:56.754Z] drwxr-xr-x 3 jenkins jenkins 4096 Oct 3 01:33 .semver [2022-10-03T01:34:56.754Z] -rw-rw-r-- 1 jenkins jenkins 9293 Oct 3 01:33 Attribution.txt [2022-10-03T01:34:56.754Z] -rw-rw-r-- 1 jenkins jenkins 11365 Oct 3 01:33 CHANGELOG.md [2022-10-03T01:34:56.754Z] -rw-rw-r-- 1 jenkins jenkins 1988 Oct 3 01:33 Dockerfile [2022-10-03T01:34:56.754Z] -rw-rw-r-- 1 jenkins jenkins 677 Oct 3 01:33 GOVERNANCE.md [2022-10-03T01:34:56.754Z] -rw-rw-r-- 1 jenkins jenkins 678 Oct 3 01:33 Jenkinsfile [2022-10-03T01:34:56.754Z] -rw-rw-r-- 1 jenkins jenkins 11340 Oct 3 01:33 LICENSE [2022-10-03T01:34:56.754Z] -rw-rw-r-- 1 jenkins jenkins 2126 Oct 3 01:33 Makefile [2022-10-03T01:34:56.754Z] -rw-rw-r-- 1 jenkins jenkins 620 Oct 3 01:33 OWNERS.md [2022-10-03T01:34:56.754Z] -rw-rw-r-- 1 jenkins jenkins 3165 Oct 3 01:33 README.md [2022-10-03T01:34:56.754Z] -rw-rw-r-- 1 jenkins jenkins 5 Oct 3 01:33 VERSION [2022-10-03T01:34:56.754Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 3 01:33 bin [2022-10-03T01:34:56.754Z] drwxrwxr-x 3 jenkins jenkins 4096 Oct 3 01:33 cmd [2022-10-03T01:34:56.754Z] -rw-r--r-- 1 jenkins jenkins 17887 Oct 3 01:34 coverage.out [2022-10-03T01:34:56.754Z] -rw-rw-r-- 1 jenkins jenkins 3523 Oct 3 01:33 go.mod [2022-10-03T01:34:56.754Z] -rw-rw-r-- 1 jenkins jenkins 37946 Oct 3 01:33 go.sum [2022-10-03T01:34:56.754Z] drwxrwxr-x 3 jenkins jenkins 4096 Oct 3 01:33 internal [2022-10-03T01:34:56.754Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 3 01:33 mock [2022-10-03T01:34:56.754Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 3 01:33 snap [2022-10-03T01:34:56.754Z] -rw-rw-r-- 1 jenkins jenkins 227 Oct 3 01:33 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-03T01:34:57.137Z] + 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=52cec41bd07e7e38e3f810eaec0651188088d367 --label arch=amd64 --label version=0.0.0 . [2022-10-03T01:34:57.138Z] Sending build context to Docker daemon 6.173MB [2022-10-03T01:34:57.138Z] Step 1/25 : ARG BASE=golang:1.18-alpine3.16 [2022-10-03T01:34:57.138Z] Step 2/25 : FROM ${BASE} AS builder [2022-10-03T01:34:57.138Z] ---> b018f52f397f [2022-10-03T01:34:57.138Z] Step 3/25 : ARG ADD_BUILD_TAGS="" [2022-10-03T01:34:57.395Z] ---> Running in 0eee22a008f6 [2022-10-03T01:34:57.395Z] Removing intermediate container 0eee22a008f6 [2022-10-03T01:34:57.395Z] ---> 57716ebc8cde [2022-10-03T01:34:57.395Z] Step 4/25 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2022-10-03T01:34:57.395Z] ---> Running in f9e5d5e7fb93 [2022-10-03T01:34:57.654Z] Removing intermediate container f9e5d5e7fb93 [2022-10-03T01:34:57.654Z] ---> b5c685d4e847 [2022-10-03T01:34:57.654Z] Step 5/25 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" [2022-10-03T01:34:57.654Z] ---> Running in 903cdcae514b [2022-10-03T01:34:57.654Z] Removing intermediate container 903cdcae514b [2022-10-03T01:34:57.654Z] ---> 797a85ed9b42 [2022-10-03T01:34:57.654Z] Step 6/25 : ARG ALPINE_PKG_EXTRA="" [2022-10-03T01:34:57.654Z] ---> Running in be3fbc5bade4 [2022-10-03T01:34:57.913Z] Removing intermediate container be3fbc5bade4 [2022-10-03T01:34:57.913Z] ---> 2fc9862c79b8 [2022-10-03T01:34:57.913Z] Step 7/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-03T01:34:57.913Z] ---> Running in fa3bc8c00e4c [2022-10-03T01:34:58.493Z] Removing intermediate container fa3bc8c00e4c [2022-10-03T01:34:58.493Z] ---> 697486306f95 [2022-10-03T01:34:58.493Z] Step 8/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-10-03T01:34:58.493Z] ---> Running in a5765002b263 [2022-10-03T01:34:58.751Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-03T01:34:59.690Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-03T01:34:59.949Z] OK: 216 MiB in 55 packages [2022-10-03T01:35:00.208Z] Removing intermediate container a5765002b263 [2022-10-03T01:35:00.208Z] ---> bbcf6da32ed9 [2022-10-03T01:35:00.208Z] Step 9/25 : WORKDIR /device-mqtt-go [2022-10-03T01:35:00.208Z] ---> Running in 0d1d5fd7f3d1 [2022-10-03T01:35:00.467Z] Removing intermediate container 0d1d5fd7f3d1 [2022-10-03T01:35:00.467Z] ---> 218f4cef0a0a [2022-10-03T01:35:00.467Z] Step 10/25 : COPY go.mod vendor* ./ [2022-10-03T01:35:00.467Z] ---> f6e0a37ffc81 [2022-10-03T01:35:00.467Z] Step 11/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-03T01:35:00.729Z] ---> Running in 7c93b2d59c9b [2022-10-03T01:35:01.295Z] Removing intermediate container 7c93b2d59c9b [2022-10-03T01:35:01.295Z] ---> b9beb5c45fa5 [2022-10-03T01:35:01.295Z] Step 12/25 : COPY . . [2022-10-03T01:35:01.555Z] ---> ab3a6cf36f5c [2022-10-03T01:35:01.555Z] Step 13/25 : RUN $MAKE [2022-10-03T01:35:01.555Z] ---> Running in 2870fef47423 [2022-10-03T01:35:01.815Z] GCO_ENABLED=1 GO111MODULE=on go build -tags "" -ldflags "-linkmode=external -X github.com/edgexfoundry/device-mqtt-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/device-mqtt ./cmd [2022-10-03T01:35:23.736Z] Removing intermediate container 2870fef47423 [2022-10-03T01:35:23.737Z] ---> cd625ee29e64 [2022-10-03T01:35:23.737Z] Step 14/25 : FROM alpine:3.16 [2022-10-03T01:35:23.737Z] 3.16: Pulling from library/alpine [2022-10-03T01:35:23.737Z] 213ec9aee27d: Pulling fs layer [2022-10-03T01:35:23.737Z] 213ec9aee27d: Verifying Checksum [2022-10-03T01:35:23.737Z] 213ec9aee27d: Download complete [2022-10-03T01:35:23.737Z] 213ec9aee27d: Pull complete [2022-10-03T01:35:23.737Z] Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad [2022-10-03T01:35:23.737Z] Status: Downloaded newer image for alpine:3.16 [2022-10-03T01:35:23.737Z] ---> 9c6f07244728 [2022-10-03T01:35:23.737Z] Step 15/25 : LABEL license='VSPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IoTech Ltd' [2022-10-03T01:35:23.737Z] ---> Running in a251a09f5d52 [2022-10-03T01:35:23.737Z] Removing intermediate container a251a09f5d52 [2022-10-03T01:35:23.737Z] ---> f92e411887f0 [2022-10-03T01:35:23.737Z] Step 16/25 : RUN apk add --update --no-cache zeromq dumb-init [2022-10-03T01:35:23.737Z] ---> Running in 6356b317e218 [2022-10-03T01:35:23.994Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-03T01:35:25.365Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-03T01:35:25.624Z] (1/6) Installing dumb-init (1.2.5-r1) [2022-10-03T01:35:25.624Z] (2/6) Installing libgcc (11.2.1_git20220219-r2) [2022-10-03T01:35:25.624Z] (3/6) Installing libsodium (1.0.18-r0) [2022-10-03T01:35:25.883Z] (4/6) Installing libstdc++ (11.2.1_git20220219-r2) [2022-10-03T01:35:25.883Z] (5/6) Installing libzmq (4.3.4-r0) [2022-10-03T01:35:25.883Z] (6/6) Installing zeromq (4.3.4-r0) [2022-10-03T01:35:26.141Z] Executing busybox-1.35.0-r17.trigger [2022-10-03T01:35:26.141Z] OK: 8 MiB in 20 packages [2022-10-03T01:35:26.400Z] Removing intermediate container 6356b317e218 [2022-10-03T01:35:26.400Z] ---> a58edcd0f9ef [2022-10-03T01:35:26.400Z] Step 17/25 : COPY --from=builder /device-mqtt-go/cmd / [2022-10-03T01:35:26.970Z] ---> a0c54ed0cab1 [2022-10-03T01:35:26.970Z] Step 18/25 : COPY --from=builder /device-mqtt-go/LICENSE / [2022-10-03T01:35:27.231Z] ---> ab7152180e6d [2022-10-03T01:35:27.231Z] Step 19/25 : COPY --from=builder /device-mqtt-go/Attribution.txt / [2022-10-03T01:35:27.492Z] ---> 12d74275fb15 [2022-10-03T01:35:27.492Z] Step 20/25 : EXPOSE 59982 [2022-10-03T01:35:27.492Z] ---> Running in 8cd6c78cdd98 [2022-10-03T01:35:27.492Z] Removing intermediate container 8cd6c78cdd98 [2022-10-03T01:35:27.492Z] ---> 638fbd704f34 [2022-10-03T01:35:27.492Z] Step 21/25 : ENTRYPOINT ["/device-mqtt"] [2022-10-03T01:35:27.492Z] ---> Running in e4fd9a509a64 [2022-10-03T01:35:27.752Z] Removing intermediate container e4fd9a509a64 [2022-10-03T01:35:27.752Z] ---> 776910e199f4 [2022-10-03T01:35:27.752Z] Step 22/25 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-03T01:35:27.752Z] ---> Running in fe8a98e59b02 [2022-10-03T01:35:27.752Z] Removing intermediate container fe8a98e59b02 [2022-10-03T01:35:27.752Z] ---> e54600902b13 [2022-10-03T01:35:27.752Z] Step 23/25 : LABEL arch=amd64 [2022-10-03T01:35:27.752Z] ---> Running in edcbc068c89c [2022-10-03T01:35:28.010Z] Removing intermediate container edcbc068c89c [2022-10-03T01:35:28.010Z] ---> 455bc042b2ef [2022-10-03T01:35:28.010Z] Step 24/25 : LABEL git_sha=52cec41bd07e7e38e3f810eaec0651188088d367 [2022-10-03T01:35:28.010Z] ---> Running in c48332e41eeb [2022-10-03T01:35:28.010Z] Removing intermediate container c48332e41eeb [2022-10-03T01:35:28.010Z] ---> deb4b8180edc [2022-10-03T01:35:28.010Z] Step 25/25 : LABEL version=0.0.0 [2022-10-03T01:35:28.267Z] ---> Running in 345499dc2013 [2022-10-03T01:35:28.267Z] Removing intermediate container 345499dc2013 [2022-10-03T01:35:28.267Z] ---> 8af48f45cc79 [2022-10-03T01:35:28.267Z] [Warning] One or more build-args [ARCH] were not consumed [2022-10-03T01:35:28.267Z] Successfully built 8af48f45cc79 [2022-10-03T01:35:28.267Z] Successfully tagged device-mqtt:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-03T01:35:29.096Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-10-03T01:35:29.096Z] [2022-10-03T01:35:29.096Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-03T01:35:29.469Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-10-03T01:35:29.469Z] latest: Pulling from edgex-lftools-log-publisher [2022-10-03T01:35:29.469Z] 5eb5b503b376: Pulling fs layer [2022-10-03T01:35:29.469Z] 5c69ac0246d0: Pulling fs layer [2022-10-03T01:35:29.469Z] ec43610c2a17: Pulling fs layer [2022-10-03T01:35:29.469Z] 3a2ae6a8a46f: Pulling fs layer [2022-10-03T01:35:29.469Z] 33b1e0a273af: Pulling fs layer [2022-10-03T01:35:29.469Z] 5d3b04190fa2: Pulling fs layer [2022-10-03T01:35:29.469Z] 2f39f015ded8: Pulling fs layer [2022-10-03T01:35:29.469Z] 33b1e0a273af: Waiting [2022-10-03T01:35:29.469Z] 3a2ae6a8a46f: Waiting [2022-10-03T01:35:29.469Z] 5d3b04190fa2: Waiting [2022-10-03T01:35:29.469Z] 2f39f015ded8: Waiting [2022-10-03T01:35:29.469Z] 5c69ac0246d0: Verifying Checksum [2022-10-03T01:35:29.469Z] 5c69ac0246d0: Download complete [2022-10-03T01:35:29.469Z] 3a2ae6a8a46f: Verifying Checksum [2022-10-03T01:35:29.469Z] 3a2ae6a8a46f: Download complete [2022-10-03T01:35:29.469Z] ec43610c2a17: Verifying Checksum [2022-10-03T01:35:29.469Z] ec43610c2a17: Download complete [2022-10-03T01:35:29.469Z] 33b1e0a273af: Verifying Checksum [2022-10-03T01:35:29.469Z] 33b1e0a273af: Download complete [2022-10-03T01:35:29.469Z] 5d3b04190fa2: Verifying Checksum [2022-10-03T01:35:29.469Z] 5d3b04190fa2: Download complete [2022-10-03T01:35:29.728Z] 5eb5b503b376: Verifying Checksum [2022-10-03T01:35:29.728Z] 5eb5b503b376: Download complete [2022-10-03T01:35:30.294Z] 2f39f015ded8: Verifying Checksum [2022-10-03T01:35:30.294Z] 2f39f015ded8: Download complete [2022-10-03T01:35:30.859Z] 5eb5b503b376: Pull complete [2022-10-03T01:35:30.859Z] 5c69ac0246d0: Pull complete [2022-10-03T01:35:31.424Z] ec43610c2a17: Pull complete [2022-10-03T01:35:31.424Z] 3a2ae6a8a46f: Pull complete [2022-10-03T01:35:31.681Z] 33b1e0a273af: Pull complete [2022-10-03T01:35:31.681Z] 5d3b04190fa2: Pull complete [2022-10-03T01:35:35.865Z] 2f39f015ded8: Pull complete [2022-10-03T01:35:35.865Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2022-10-03T01:35:35.865Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-10-03T01:35:35.865Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-03T01:35:36.068Z] prd-ubuntu20.04-docker-8c-8g-6636 does not seem to be running inside a container [2022-10-03T01:35:36.103Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/gexfoundry_device-mqtt-go_PR-419 -v /w/workspace/gexfoundry_device-mqtt-go_PR-419:/w/workspace/gexfoundry_device-mqtt-go_PR-419:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-419@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-419@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2022-10-03T01:35:37.976Z] $ docker top 58c3ef96fc3d19c1269459b112158ab5fc01dcbf56a9078cb8d0c5f9e53dd59c -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-10-03T01:35:38.421Z] ---> job-cost.sh [2022-10-03T01:35:38.421Z] lf-activate-venv: SKIPPING [2022-10-03T01:35:38.421Z] INFO: No Stack... [2022-10-03T01:35:38.680Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-10-03T01:35:38.939Z] INFO: Archiving Costs [Pipeline] sh [2022-10-03T01:35:39.251Z] + cut -d, -f6 [2022-10-03T01:35:39.251Z] + cat /w/workspace/gexfoundry_device-mqtt-go_PR-419/archives/cost.csv [Pipeline] lock [2022-10-03T01:35:39.287Z] Trying to acquire lock on [jenkins-edgexfoundry-device-mqtt-go-PR-419-1-stack-cost] [2022-10-03T01:35:39.292Z] Resource [jenkins-edgexfoundry-device-mqtt-go-PR-419-1-stack-cost] did not exist. Created. [2022-10-03T01:35:39.292Z] Lock acquired on [jenkins-edgexfoundry-device-mqtt-go-PR-419-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-10-03T01:35:39.681Z] + echo total: 0.2199999988079071 [Pipeline] stash [2022-10-03T01:35:39.732Z] Stashed 1 file(s) [Pipeline] } [2022-10-03T01:35:39.764Z] Lock released on resource [jenkins-edgexfoundry-device-mqtt-go-PR-419-1-stack-cost] [Pipeline] // lock [Pipeline] } [2022-10-03T01:35:39.846Z] $ docker stop --time=1 58c3ef96fc3d19c1269459b112158ab5fc01dcbf56a9078cb8d0c5f9e53dd59c [2022-10-03T01:35:41.031Z] $ docker rm -f 58c3ef96fc3d19c1269459b112158ab5fc01dcbf56a9078cb8d0c5f9e53dd59c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-10-03T01:50:42.155Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-6788 in /w/workspace/gexfoundry_device-mqtt-go_PR-419 [Pipeline] { [Pipeline] ws [2022-10-03T01:50:42.202Z] Running in /w/workspace/device-mqtt-go/1 [Pipeline] { [Pipeline] checkout [2022-10-03T01:50:42.281Z] Selected Git installation does not exist. Using Default [2022-10-03T01:50:42.281Z] The recommended git tool is: NONE [2022-10-03T01:50:48.503Z] using credential edgex-jenkins-ssh [2022-10-03T01:50:48.528Z] Cloning the remote Git repository [2022-10-03T01:50:48.585Z] Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git [2022-10-03T01:50:48.671Z] > git init /w/workspace/device-mqtt-go/1 # timeout=10 [2022-10-03T01:50:48.847Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2022-10-03T01:50:48.848Z] > git --version # timeout=10 [2022-10-03T01:50:48.873Z] > git --version # 'git version 2.25.1' [2022-10-03T01:50:48.876Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-10-03T01:50:48.939Z] Verifying host key using known hosts file [2022-10-03T01:50:49.175Z] You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. [2022-10-03T01:50:49.190Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-10-03T01:50:50.357Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2022-10-03T01:50:50.379Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-10-03T01:50:51.972Z] Merging remotes/origin/main commit 328ff548ea1794223110aa3bbf079b4887c6fdbc into PR head commit 52cec41bd07e7e38e3f810eaec0651188088d367 [2022-10-03T01:50:52.218Z] Merge succeeded, producing 52cec41bd07e7e38e3f810eaec0651188088d367 [2022-10-03T01:50:52.218Z] Checking out Revision 52cec41bd07e7e38e3f810eaec0651188088d367 (PR-419) [2022-10-03T01:50:51.341Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2022-10-03T01:50:51.384Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2022-10-03T01:50:51.385Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-10-03T01:50:51.391Z] Verifying host key using known hosts file [2022-10-03T01:50:51.399Z] You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. [2022-10-03T01:50:51.414Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/419/head:refs/remotes/origin/PR-419 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2022-10-03T01:50:51.993Z] > git config core.sparsecheckout # timeout=10 [2022-10-03T01:50:52.013Z] > git checkout -f 52cec41bd07e7e38e3f810eaec0651188088d367 # timeout=10 [2022-10-03T01:50:52.099Z] > git remote # timeout=10 [2022-10-03T01:50:52.121Z] > git config --get remote.origin.url # timeout=10 [2022-10-03T01:50:52.145Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-10-03T01:50:52.151Z] Verifying host key using known hosts file [2022-10-03T01:50:52.156Z] You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. [2022-10-03T01:50:52.166Z] > git merge 328ff548ea1794223110aa3bbf079b4887c6fdbc # timeout=10 [2022-10-03T01:50:52.197Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-10-03T01:50:52.226Z] > git config core.sparsecheckout # timeout=10 [2022-10-03T01:50:52.246Z] > git checkout -f 52cec41bd07e7e38e3f810eaec0651188088d367 # timeout=10 [2022-10-03T01:50:52.745Z] Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-core-contracts/v2" [2022-10-03T01:50:52.806Z] > git --version # timeout=10 [2022-10-03T01:50:52.819Z] > git --version # 'git version 2.25.1' [2022-10-03T01:50:52.847Z] fatal: bad object bd7468d5528128c83034753e4c3def8ef9af3f2d [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-10-03T01:50:53.853Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2022-10-03T01:50:53.854Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-10-03T01:50:53.854Z] Dload Upload Total Spent Left Speed [2022-10-03T01:50:54.125Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 83 12602 83 10505 0 0 35976 0 --:--:-- --:--:-- --:--:-- 35853 100 12602 100 12602 0 0 43010 0 --:--:-- --:--:-- --:--:-- 42863 [Pipeline] sh [2022-10-03T01:50:54.678Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2022-10-03T01:50:55.019Z] + sudo+ jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2022-10-03T01:50:55.019Z] sudo tee /etc/docker/daemon.new [2022-10-03T01:50:55.019Z] { [2022-10-03T01:50:55.019Z] "registry-mirrors": [ [2022-10-03T01:50:55.019Z] "https://nexus3.edgexfoundry.org:10001" [2022-10-03T01:50:55.019Z] ], [2022-10-03T01:50:55.019Z] "bip": "10.250.0.254/24", [2022-10-03T01:50:55.019Z] "hosts": [ [2022-10-03T01:50:55.019Z] "tcp://0.0.0.0:5555", [2022-10-03T01:50:55.019Z] "unix:///var/run/docker.sock" [2022-10-03T01:50:55.019Z] ], [2022-10-03T01:50:55.019Z] "mtu": 1458, [2022-10-03T01:50:55.019Z] "selinux-enabled": true, [2022-10-03T01:50:55.019Z] "seccomp-profile": "/etc/docker/seccomp.json" [2022-10-03T01:50:55.019Z] } [Pipeline] sh [2022-10-03T01:50:55.368Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2022-10-03T01:50:55.721Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-10-03T01:51:14.042Z] provisioning config files... [2022-10-03T01:51:14.070Z] copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/1@tmp/config17137047877347021675tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-10-03T01:51:14.462Z] ---> docker-login.sh [2022-10-03T01:51:14.462Z] nexus3.edgexfoundry.org:10001 [2022-10-03T01:51:15.050Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-03T01:51:15.050Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-03T01:51:15.050Z] Configure a credential helper to remove this warning. See [2022-10-03T01:51:15.050Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-03T01:51:15.050Z] [2022-10-03T01:51:15.050Z] Login Succeeded [2022-10-03T01:51:15.050Z] nexus3.edgexfoundry.org:10002 [2022-10-03T01:51:15.320Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-03T01:51:15.320Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-03T01:51:15.320Z] Configure a credential helper to remove this warning. See [2022-10-03T01:51:15.320Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-03T01:51:15.320Z] [2022-10-03T01:51:15.320Z] Login Succeeded [2022-10-03T01:51:15.320Z] nexus3.edgexfoundry.org:10003 [2022-10-03T01:51:15.590Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-03T01:51:15.861Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-03T01:51:15.861Z] Configure a credential helper to remove this warning. See [2022-10-03T01:51:15.861Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-03T01:51:15.861Z] [2022-10-03T01:51:15.861Z] Login Succeeded [2022-10-03T01:51:15.861Z] nexus3.edgexfoundry.org:10004 [2022-10-03T01:51:16.130Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-03T01:51:16.130Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-03T01:51:16.130Z] Configure a credential helper to remove this warning. See [2022-10-03T01:51:16.130Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-03T01:51:16.130Z] [2022-10-03T01:51:16.130Z] Login Succeeded [2022-10-03T01:51:16.130Z] docker.io [2022-10-03T01:51:16.400Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-03T01:51:16.670Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-03T01:51:16.670Z] Configure a credential helper to remove this warning. See [2022-10-03T01:51:16.670Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-03T01:51:16.670Z] [2022-10-03T01:51:16.670Z] Login Succeeded [2022-10-03T01:51:16.670Z] ---> docker-login.sh ends [Pipeline] } [2022-10-03T01:51:16.706Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-10-03T01:51:17.004Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-10-03T01:51:17.042Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-10-03T01:51:17.079Z] ========================================================= [2022-10-03T01:51:17.079Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2022-10-03T01:51:17.079Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-03T01:51:17.588Z] + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine --build-arg MAKE=echo noop --target=builder . [2022-10-03T01:51:17.857Z] Sending build context to Docker daemon 3.184MB [2022-10-03T01:51:17.857Z] Step 1/13 : ARG BASE=golang:1.18-alpine3.16 [2022-10-03T01:51:17.857Z] Step 2/13 : FROM ${BASE} AS builder [2022-10-03T01:51:18.134Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2022-10-03T01:51:18.134Z] b3c136eddcbf: Pulling fs layer [2022-10-03T01:51:18.134Z] c0a3192eca97: Pulling fs layer [2022-10-03T01:51:18.134Z] a050256f5b6f: Pulling fs layer [2022-10-03T01:51:18.134Z] 656be50a0ddc: Pulling fs layer [2022-10-03T01:51:18.134Z] 2bbca73fdf42: Pulling fs layer [2022-10-03T01:51:18.134Z] f607e4fc86c3: Pulling fs layer [2022-10-03T01:51:18.134Z] 4d572c569a2c: Pulling fs layer [2022-10-03T01:51:18.134Z] fcf976331f73: Pulling fs layer [2022-10-03T01:51:18.134Z] 2bbca73fdf42: Waiting [2022-10-03T01:51:18.134Z] f607e4fc86c3: Waiting [2022-10-03T01:51:18.134Z] 4d572c569a2c: Waiting [2022-10-03T01:51:18.134Z] fcf976331f73: Waiting [2022-10-03T01:51:18.134Z] 656be50a0ddc: Waiting [2022-10-03T01:51:18.134Z] a050256f5b6f: Verifying Checksum [2022-10-03T01:51:18.134Z] a050256f5b6f: Download complete [2022-10-03T01:51:18.134Z] c0a3192eca97: Verifying Checksum [2022-10-03T01:51:18.134Z] c0a3192eca97: Download complete [2022-10-03T01:51:18.134Z] 2bbca73fdf42: Download complete [2022-10-03T01:51:18.134Z] f607e4fc86c3: Verifying Checksum [2022-10-03T01:51:18.134Z] f607e4fc86c3: Download complete [2022-10-03T01:51:18.134Z] b3c136eddcbf: Verifying Checksum [2022-10-03T01:51:18.134Z] b3c136eddcbf: Download complete [2022-10-03T01:51:19.113Z] b3c136eddcbf: Pull complete [2022-10-03T01:51:19.113Z] fcf976331f73: Verifying Checksum [2022-10-03T01:51:19.113Z] fcf976331f73: Download complete [2022-10-03T01:51:19.706Z] c0a3192eca97: Pull complete [2022-10-03T01:51:20.300Z] a050256f5b6f: Pull complete [2022-10-03T01:51:20.300Z] 4d572c569a2c: Download complete [2022-10-03T01:51:20.887Z] 656be50a0ddc: Verifying Checksum [2022-10-03T01:51:20.887Z] 656be50a0ddc: Download complete [2022-10-03T01:51:33.233Z] 656be50a0ddc: Pull complete [2022-10-03T01:51:33.233Z] 2bbca73fdf42: Pull complete [2022-10-03T01:51:33.502Z] f607e4fc86c3: Pull complete [2022-10-03T01:51:38.963Z] 4d572c569a2c: Pull complete [2022-10-03T01:51:41.557Z] fcf976331f73: Pull complete [2022-10-03T01:51:41.557Z] Digest: sha256:42df807b16ab3f1597034bcf0018cb26f012c54ed771f2ecbf0eeaf3e7d2e189 [2022-10-03T01:51:41.557Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2022-10-03T01:51:41.557Z] ---> 3970a7415f9e [2022-10-03T01:51:41.557Z] Step 3/13 : ARG ADD_BUILD_TAGS="" [2022-10-03T01:51:43.509Z] ---> Running in 04eb98a6ef24 [2022-10-03T01:51:43.777Z] Removing intermediate container 04eb98a6ef24 [2022-10-03T01:51:43.777Z] ---> 6886d9c39e96 [2022-10-03T01:51:43.777Z] Step 4/13 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2022-10-03T01:51:43.777Z] ---> Running in 7cf1093822f3 [2022-10-03T01:51:44.049Z] Removing intermediate container 7cf1093822f3 [2022-10-03T01:51:44.049Z] ---> 97b99fe8fa33 [2022-10-03T01:51:44.049Z] Step 5/13 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" [2022-10-03T01:51:44.319Z] ---> Running in 4ca272f551c6 [2022-10-03T01:51:44.588Z] Removing intermediate container 4ca272f551c6 [2022-10-03T01:51:44.588Z] ---> 388589354464 [2022-10-03T01:51:44.589Z] Step 6/13 : ARG ALPINE_PKG_EXTRA="" [2022-10-03T01:51:44.589Z] ---> Running in dee6db7b6358 [2022-10-03T01:51:45.176Z] Removing intermediate container dee6db7b6358 [2022-10-03T01:51:45.176Z] ---> ab182930851f [2022-10-03T01:51:45.176Z] Step 7/13 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-03T01:51:45.176Z] ---> Running in 7b54a25b2be9 [2022-10-03T01:51:47.133Z] Removing intermediate container 7b54a25b2be9 [2022-10-03T01:51:47.133Z] ---> 5803c89c81fe [2022-10-03T01:51:47.133Z] Step 8/13 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-10-03T01:51:47.133Z] ---> Running in 47ddd29528ad [2022-10-03T01:51:48.095Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-03T01:51:49.063Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-03T01:51:50.028Z] (1/4) Installing openssh-keygen (9.0_p1-r2) [2022-10-03T01:51:50.028Z] (2/4) Installing libedit (20210910.3.1-r0) [2022-10-03T01:51:50.300Z] (3/4) Installing openssh-client-common (9.0_p1-r2) [2022-10-03T01:51:50.570Z] (4/4) Installing openssh-client-default (9.0_p1-r2) [2022-10-03T01:51:50.570Z] Executing busybox-1.35.0-r13.trigger [2022-10-03T01:51:50.570Z] OK: 226 MiB in 55 packages [2022-10-03T01:51:51.557Z] Removing intermediate container 47ddd29528ad [2022-10-03T01:51:51.557Z] ---> 4e3d132da284 [2022-10-03T01:51:51.557Z] Step 9/13 : WORKDIR /device-mqtt-go [2022-10-03T01:51:51.827Z] ---> Running in 73ec53657d71 [2022-10-03T01:51:52.096Z] Removing intermediate container 73ec53657d71 [2022-10-03T01:51:52.096Z] ---> 823b919adafc [2022-10-03T01:51:52.096Z] Step 10/13 : COPY go.mod vendor* ./ [2022-10-03T01:51:52.689Z] ---> e1a477743c4b [2022-10-03T01:51:52.689Z] Step 11/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-03T01:51:52.689Z] ---> Running in ec0393705a2b [2022-10-03T01:52:49.128Z] Removing intermediate container ec0393705a2b [2022-10-03T01:52:49.128Z] ---> b1f8f28c2883 [2022-10-03T01:52:49.128Z] Step 12/13 : COPY . . [2022-10-03T01:52:49.128Z] ---> 1ef5296c8761 [2022-10-03T01:52:49.128Z] Step 13/13 : RUN $MAKE [2022-10-03T01:52:49.128Z] ---> Running in efc8d077f763 [2022-10-03T01:52:49.128Z] noop [2022-10-03T01:52:49.128Z] Removing intermediate container efc8d077f763 [2022-10-03T01:52:49.128Z] ---> 3f7d5d733366 [2022-10-03T01:52:49.128Z] Successfully built 3f7d5d733366 [2022-10-03T01:52:49.128Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-03T01:52:49.613Z] + docker inspect -f . ci-base-image-arm64 [2022-10-03T01:52:49.613Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-03T01:52:49.876Z] prd-ubuntu20.04-docker-arm64-4c-16g-6788 does not seem to be running inside a container [2022-10-03T01:52:49.946Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/1 -v /w/workspace/device-mqtt-go/1:/w/workspace/device-mqtt-go/1:rw,z -v /w/workspace/device-mqtt-go/1@tmp:/w/workspace/device-mqtt-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2022-10-03T01:52:51.118Z] $ docker top b1d2ef11523019de0495300760b5474fb70e06e8c193a87384b62eaa415837ca -eo pid,comm [Pipeline] { [Pipeline] sh [2022-10-03T01:52:52.004Z] + go version [2022-10-03T01:52:52.004Z] go version go1.18.3 linux/arm64 [Pipeline] } [2022-10-03T01:52:52.042Z] $ docker stop --time=1 b1d2ef11523019de0495300760b5474fb70e06e8c193a87384b62eaa415837ca [2022-10-03T01:52:53.705Z] $ docker rm -f b1d2ef11523019de0495300760b5474fb70e06e8c193a87384b62eaa415837ca [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-03T01:52:54.564Z] + docker inspect -f . ci-base-image-arm64 [2022-10-03T01:52:54.564Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-03T01:52:54.816Z] prd-ubuntu20.04-docker-arm64-4c-16g-6788 does not seem to be running inside a container [2022-10-03T01:52:54.876Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/device-mqtt-go/1 -v /w/workspace/device-mqtt-go/1:/w/workspace/device-mqtt-go/1:rw,z -v /w/workspace/device-mqtt-go/1@tmp:/w/workspace/device-mqtt-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2022-10-03T01:52:56.361Z] $ docker top c940a624c564eb39b7c087cf9d0d693d84580a6c66c01f2a209a9d8f81a73007 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-10-03T01:52:57.253Z] + git config --global --add safe.directory /w/workspace/device-mqtt-go/1 [Pipeline] fileExists [Pipeline] sh [2022-10-03T01:52:57.961Z] + make test [2022-10-03T01:52:57.961Z] GCO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2022-10-03T01:52:59.915Z] ? github.com/edgexfoundry/device-mqtt-go [no test files] [2022-10-03T01:54:36.593Z] ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] [2022-10-03T01:54:36.593Z] ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.074s coverage: 21.8% of statements [2022-10-03T01:54:36.593Z] ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] [2022-10-03T01:54:36.593Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2022-10-03T01:54:36.593Z] GCO_ENABLED=1 GO111MODULE=on go vet ./... [2022-10-03T01:54:58.684Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-10-03T01:54:58.684Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-10-03T01:54:58.684Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-10-03T01:54:58.724Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-10-03T01:54:58.756Z] $ docker stop --time=1 c940a624c564eb39b7c087cf9d0d693d84580a6c66c01f2a209a9d8f81a73007 [2022-10-03T01:55:00.615Z] $ docker rm -f c940a624c564eb39b7c087cf9d0d693d84580a6c66c01f2a209a9d8f81a73007 [Pipeline] // withDockerContainer [Pipeline] sh [2022-10-03T01:55:01.796Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-10-03T01:55:01.836Z] Warning: overwriting stash ‘coverage-report’ [2022-10-03T01:55:02.393Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-10-03T01:55:02.992Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-10-03T01:55:03.329Z] + ls -al . [2022-10-03T01:55:03.329Z] total 180 [2022-10-03T01:55:03.329Z] drwxrwxr-x 9 jenkins jenkins 4096 Oct 3 01:52 . [2022-10-03T01:55:03.329Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 3 01:50 .. [2022-10-03T01:55:03.329Z] -rw-rw-r-- 1 jenkins jenkins 140 Oct 3 01:50 .dockerignore [2022-10-03T01:55:03.329Z] drwxrwxr-x 8 jenkins jenkins 4096 Oct 3 01:50 .git [2022-10-03T01:55:03.329Z] drwxrwxr-x 3 jenkins jenkins 4096 Oct 3 01:50 .github [2022-10-03T01:55:03.329Z] -rw-rw-r-- 1 jenkins jenkins 329 Oct 3 01:50 .gitignore [2022-10-03T01:55:03.330Z] -rw-rw-r-- 1 jenkins jenkins 41 Oct 3 01:50 .golangci.yml [2022-10-03T01:55:03.330Z] -rw-rw-r-- 1 jenkins jenkins 9293 Oct 3 01:50 Attribution.txt [2022-10-03T01:55:03.330Z] -rw-rw-r-- 1 jenkins jenkins 11365 Oct 3 01:50 CHANGELOG.md [2022-10-03T01:55:03.330Z] -rw-rw-r-- 1 jenkins jenkins 1988 Oct 3 01:50 Dockerfile [2022-10-03T01:55:03.330Z] -rw-rw-r-- 1 jenkins jenkins 677 Oct 3 01:50 GOVERNANCE.md [2022-10-03T01:55:03.330Z] -rw-rw-r-- 1 jenkins jenkins 678 Oct 3 01:50 Jenkinsfile [2022-10-03T01:55:03.330Z] -rw-rw-r-- 1 jenkins jenkins 11340 Oct 3 01:50 LICENSE [2022-10-03T01:55:03.330Z] -rw-rw-r-- 1 jenkins jenkins 2126 Oct 3 01:50 Makefile [2022-10-03T01:55:03.330Z] -rw-rw-r-- 1 jenkins jenkins 620 Oct 3 01:50 OWNERS.md [2022-10-03T01:55:03.330Z] -rw-rw-r-- 1 jenkins jenkins 3165 Oct 3 01:50 README.md [2022-10-03T01:55:03.330Z] -rw-rw-r-- 1 jenkins jenkins 5 Oct 3 01:33 VERSION [2022-10-03T01:55:03.330Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 3 01:50 bin [2022-10-03T01:55:03.330Z] drwxrwxr-x 3 jenkins jenkins 4096 Oct 3 01:50 cmd [2022-10-03T01:55:03.330Z] -rw-r--r-- 1 jenkins jenkins 17887 Oct 3 01:54 coverage.out [2022-10-03T01:55:03.330Z] -rw-rw-r-- 1 jenkins jenkins 3523 Oct 3 01:50 go.mod [2022-10-03T01:55:03.330Z] -rw-rw-r-- 1 jenkins jenkins 37946 Oct 3 01:50 go.sum [2022-10-03T01:55:03.330Z] drwxrwxr-x 3 jenkins jenkins 4096 Oct 3 01:50 internal [2022-10-03T01:55:03.330Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 3 01:50 mock [2022-10-03T01:55:03.330Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 3 01:50 snap [2022-10-03T01:55:03.330Z] -rw-rw-r-- 1 jenkins jenkins 227 Oct 3 01:50 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-03T01:55:03.746Z] + 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=52cec41bd07e7e38e3f810eaec0651188088d367 --label arch=arm64 --label version=0.0.0 . [2022-10-03T01:55:04.028Z] Sending build context to Docker daemon 3.203MB [2022-10-03T01:55:04.028Z] Step 1/25 : ARG BASE=golang:1.18-alpine3.16 [2022-10-03T01:55:04.028Z] Step 2/25 : FROM ${BASE} AS builder [2022-10-03T01:55:04.028Z] ---> 3f7d5d733366 [2022-10-03T01:55:04.028Z] Step 3/25 : ARG ADD_BUILD_TAGS="" [2022-10-03T01:55:04.296Z] ---> Running in 01035381288b [2022-10-03T01:55:04.563Z] Removing intermediate container 01035381288b [2022-10-03T01:55:04.563Z] ---> c678dec9ab50 [2022-10-03T01:55:04.563Z] Step 4/25 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2022-10-03T01:55:04.563Z] ---> Running in 1a023487aeac [2022-10-03T01:55:04.838Z] Removing intermediate container 1a023487aeac [2022-10-03T01:55:04.838Z] ---> a912fce08a3b [2022-10-03T01:55:04.838Z] Step 5/25 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" [2022-10-03T01:55:05.106Z] ---> Running in c39af02b36c3 [2022-10-03T01:55:05.374Z] Removing intermediate container c39af02b36c3 [2022-10-03T01:55:05.374Z] ---> 35576b19ec5b [2022-10-03T01:55:05.374Z] Step 6/25 : ARG ALPINE_PKG_EXTRA="" [2022-10-03T01:55:05.374Z] ---> Running in 14ac1d11ed66 [2022-10-03T01:55:05.652Z] Removing intermediate container 14ac1d11ed66 [2022-10-03T01:55:05.652Z] ---> 3c9415c1b955 [2022-10-03T01:55:05.652Z] Step 7/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-03T01:55:05.930Z] ---> Running in 95e76472b708 [2022-10-03T01:55:07.880Z] Removing intermediate container 95e76472b708 [2022-10-03T01:55:07.880Z] ---> 2f4949b3ceae [2022-10-03T01:55:07.880Z] Step 8/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-10-03T01:55:07.880Z] ---> Running in 58c3c7f55de9 [2022-10-03T01:55:08.846Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-03T01:55:09.428Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-03T01:55:10.390Z] OK: 226 MiB in 55 packages [2022-10-03T01:55:11.353Z] Removing intermediate container 58c3c7f55de9 [2022-10-03T01:55:11.353Z] ---> b50aee33cd5e [2022-10-03T01:55:11.353Z] Step 9/25 : WORKDIR /device-mqtt-go [2022-10-03T01:55:11.353Z] ---> Running in 8794f763b7f1 [2022-10-03T01:55:11.621Z] Removing intermediate container 8794f763b7f1 [2022-10-03T01:55:11.621Z] ---> 3d17a3f099ae [2022-10-03T01:55:11.621Z] Step 10/25 : COPY go.mod vendor* ./ [2022-10-03T01:55:12.212Z] ---> 0597a7938c57 [2022-10-03T01:55:12.212Z] Step 11/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-03T01:55:12.212Z] ---> Running in e2a360d2bbe8 [2022-10-03T01:55:14.161Z] Removing intermediate container e2a360d2bbe8 [2022-10-03T01:55:14.161Z] ---> d201e4e04a72 [2022-10-03T01:55:14.161Z] Step 12/25 : COPY . . [2022-10-03T01:55:15.127Z] ---> 1c47ef121473 [2022-10-03T01:55:15.127Z] Step 13/25 : RUN $MAKE [2022-10-03T01:55:15.127Z] ---> Running in f07f8a82578b [2022-10-03T01:55:16.095Z] GCO_ENABLED=1 GO111MODULE=on go build -tags "" -ldflags "-linkmode=external -X github.com/edgexfoundry/device-mqtt-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/device-mqtt ./cmd [2022-10-03T01:57:52.842Z] Removing intermediate container f07f8a82578b [2022-10-03T01:57:52.842Z] ---> bc461b049b86 [2022-10-03T01:57:52.842Z] Step 14/25 : FROM alpine:3.16 [2022-10-03T01:57:52.842Z] 3.16: Pulling from library/alpine [2022-10-03T01:57:52.842Z] 9b18e9b68314: Pulling fs layer [2022-10-03T01:57:52.842Z] 9b18e9b68314: Verifying Checksum [2022-10-03T01:57:52.842Z] 9b18e9b68314: Download complete [2022-10-03T01:57:52.842Z] 9b18e9b68314: Pull complete [2022-10-03T01:57:52.842Z] Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad [2022-10-03T01:57:52.842Z] Status: Downloaded newer image for alpine:3.16 [2022-10-03T01:57:52.842Z] ---> a6215f271958 [2022-10-03T01:57:52.842Z] Step 15/25 : LABEL license='VSPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IoTech Ltd' [2022-10-03T01:57:52.842Z] ---> Running in 42ceb90be6f3 [2022-10-03T01:57:52.842Z] Removing intermediate container 42ceb90be6f3 [2022-10-03T01:57:52.842Z] ---> 988d45fd735f [2022-10-03T01:57:52.842Z] Step 16/25 : RUN apk add --update --no-cache zeromq dumb-init [2022-10-03T01:57:52.842Z] ---> Running in a5f3f0467c6c [2022-10-03T01:57:52.842Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-03T01:57:52.842Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-03T01:57:52.842Z] (1/6) Installing dumb-init (1.2.5-r1) [2022-10-03T01:57:52.842Z] (2/6) Installing libgcc (11.2.1_git20220219-r2) [2022-10-03T01:57:52.842Z] (3/6) Installing libsodium (1.0.18-r0) [2022-10-03T01:57:52.842Z] (4/6) Installing libstdc++ (11.2.1_git20220219-r2) [2022-10-03T01:57:52.842Z] (5/6) Installing libzmq (4.3.4-r0) [2022-10-03T01:57:52.842Z] (6/6) Installing zeromq (4.3.4-r0) [2022-10-03T01:57:52.842Z] Executing busybox-1.35.0-r17.trigger [2022-10-03T01:57:52.842Z] OK: 8 MiB in 20 packages [2022-10-03T01:57:52.842Z] Removing intermediate container a5f3f0467c6c [2022-10-03T01:57:52.842Z] ---> b37f9e82f4e4 [2022-10-03T01:57:52.842Z] Step 17/25 : COPY --from=builder /device-mqtt-go/cmd / [2022-10-03T01:57:52.842Z] ---> 7ab8f4fbed97 [2022-10-03T01:57:52.842Z] Step 18/25 : COPY --from=builder /device-mqtt-go/LICENSE / [2022-10-03T01:57:52.842Z] ---> 261d88cb7427 [2022-10-03T01:57:52.842Z] Step 19/25 : COPY --from=builder /device-mqtt-go/Attribution.txt / [2022-10-03T01:57:52.842Z] ---> c9fe6e9aa340 [2022-10-03T01:57:52.842Z] Step 20/25 : EXPOSE 59982 [2022-10-03T01:57:52.842Z] ---> Running in 01d1d4b3247d [2022-10-03T01:57:52.842Z] Removing intermediate container 01d1d4b3247d [2022-10-03T01:57:52.842Z] ---> 20c708322085 [2022-10-03T01:57:52.842Z] Step 21/25 : ENTRYPOINT ["/device-mqtt"] [2022-10-03T01:57:52.842Z] ---> Running in ff005ad39c9d [2022-10-03T01:57:52.842Z] Removing intermediate container ff005ad39c9d [2022-10-03T01:57:52.842Z] ---> 6731f71dc7b1 [2022-10-03T01:57:52.842Z] Step 22/25 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-03T01:57:52.842Z] ---> Running in e1caba6080a5 [2022-10-03T01:57:52.842Z] Removing intermediate container e1caba6080a5 [2022-10-03T01:57:52.842Z] ---> 3e6484596c7a [2022-10-03T01:57:52.842Z] Step 23/25 : LABEL arch=arm64 [2022-10-03T01:57:52.842Z] ---> Running in 7a19bb5b7019 [2022-10-03T01:57:52.842Z] Removing intermediate container 7a19bb5b7019 [2022-10-03T01:57:52.842Z] ---> 2a382026abff [2022-10-03T01:57:52.842Z] Step 24/25 : LABEL git_sha=52cec41bd07e7e38e3f810eaec0651188088d367 [2022-10-03T01:57:52.842Z] ---> Running in 0985483e4e81 [2022-10-03T01:57:52.842Z] Removing intermediate container 0985483e4e81 [2022-10-03T01:57:52.842Z] ---> 2cade473c978 [2022-10-03T01:57:52.842Z] Step 25/25 : LABEL version=0.0.0 [2022-10-03T01:57:52.842Z] ---> Running in 109258d72a69 [2022-10-03T01:57:52.842Z] Removing intermediate container 109258d72a69 [2022-10-03T01:57:52.842Z] ---> 2feab956a430 [2022-10-03T01:57:52.842Z] [Warning] One or more build-args [ARCH] were not consumed [2022-10-03T01:57:52.842Z] Successfully built 2feab956a430 [2022-10-03T01:57:52.842Z] Successfully tagged device-mqtt-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-03T01:57:53.636Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-10-03T01:57:53.637Z] [2022-10-03T01:57:53.637Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-03T01:57:54.067Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-10-03T01:57:54.067Z] arm64: Pulling from edgex-lftools-log-publisher [2022-10-03T01:57:54.067Z] 8998bd30e6a1: Pulling fs layer [2022-10-03T01:57:54.067Z] 04944245beec: Pulling fs layer [2022-10-03T01:57:54.067Z] 699f458cf7ca: Pulling fs layer [2022-10-03T01:57:54.067Z] 765212b225bb: Pulling fs layer [2022-10-03T01:57:54.067Z] f23df028b6ca: Pulling fs layer [2022-10-03T01:57:54.067Z] d65c8cfc05b1: Pulling fs layer [2022-10-03T01:57:54.067Z] 2437ff75d9bd: Pulling fs layer [2022-10-03T01:57:54.067Z] f23df028b6ca: Waiting [2022-10-03T01:57:54.067Z] d65c8cfc05b1: Waiting [2022-10-03T01:57:54.067Z] 765212b225bb: Waiting [2022-10-03T01:57:54.068Z] 2437ff75d9bd: Waiting [2022-10-03T01:57:54.337Z] 04944245beec: Verifying Checksum [2022-10-03T01:57:54.337Z] 04944245beec: Download complete [2022-10-03T01:57:54.337Z] 765212b225bb: Download complete [2022-10-03T01:57:54.337Z] f23df028b6ca: Verifying Checksum [2022-10-03T01:57:54.337Z] f23df028b6ca: Download complete [2022-10-03T01:57:54.337Z] d65c8cfc05b1: Verifying Checksum [2022-10-03T01:57:54.337Z] d65c8cfc05b1: Download complete [2022-10-03T01:57:54.337Z] 699f458cf7ca: Verifying Checksum [2022-10-03T01:57:54.337Z] 699f458cf7ca: Download complete [2022-10-03T01:57:54.923Z] 8998bd30e6a1: Verifying Checksum [2022-10-03T01:57:54.923Z] 8998bd30e6a1: Download complete [2022-10-03T01:57:56.874Z] 2437ff75d9bd: Verifying Checksum [2022-10-03T01:57:56.874Z] 2437ff75d9bd: Download complete [2022-10-03T01:57:58.815Z] 8998bd30e6a1: Pull complete [2022-10-03T01:57:59.082Z] 04944245beec: Pull complete [2022-10-03T01:58:01.029Z] 699f458cf7ca: Pull complete [2022-10-03T01:58:01.029Z] 765212b225bb: Pull complete [2022-10-03T01:58:01.991Z] f23df028b6ca: Pull complete [2022-10-03T01:58:01.991Z] d65c8cfc05b1: Pull complete [2022-10-03T01:58:16.980Z] 2437ff75d9bd: Pull complete [2022-10-03T01:58:16.981Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2022-10-03T01:58:16.981Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-10-03T01:58:16.981Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-03T01:58:17.294Z] prd-ubuntu20.04-docker-arm64-4c-16g-6788 does not seem to be running inside a container [2022-10-03T01:58:17.355Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/device-mqtt-go/1 -v /w/workspace/device-mqtt-go/1:/w/workspace/device-mqtt-go/1:rw,z -v /w/workspace/device-mqtt-go/1@tmp:/w/workspace/device-mqtt-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2022-10-03T01:58:19.999Z] $ docker top 6efe77370e7925c85bc438ac2a1653ada1f0d726a9f45c07ae01e3676891d6a4 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-10-03T01:58:20.929Z] ---> job-cost.sh [2022-10-03T01:58:20.929Z] lf-activate-venv: SKIPPING [2022-10-03T01:58:20.929Z] INFO: No Stack... [2022-10-03T01:58:21.193Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2022-10-03T01:58:22.151Z] INFO: Archiving Costs [Pipeline] sh [2022-10-03T01:58:22.495Z] + cat /w/workspace/device-mqtt-go/1/archives/cost.csv [2022-10-03T01:58:22.495Z] + cut -d, -f6 [Pipeline] lock [2022-10-03T01:58:22.815Z] Trying to acquire lock on [jenkins-edgexfoundry-device-mqtt-go-PR-419-1-stack-cost] [2022-10-03T01:58:22.820Z] Resource [jenkins-edgexfoundry-device-mqtt-go-PR-419-1-stack-cost] did not exist. Created. [2022-10-03T01:58:22.820Z] Lock acquired on [jenkins-edgexfoundry-device-mqtt-go-PR-419-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-10-03T01:58:23.550Z] /w/workspace/device-mqtt-go/1@tmp/durable-55e97ed2/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2022-10-03T01:58:24.222Z] + echo total: 0.10999999940395355 [Pipeline] stash [2022-10-03T01:58:24.256Z] Warning: overwriting stash ‘stack-cost’ [2022-10-03T01:58:24.302Z] Stashed 1 file(s) [Pipeline] } [2022-10-03T01:58:24.327Z] Lock released on resource [jenkins-edgexfoundry-device-mqtt-go-PR-419-1-stack-cost] [Pipeline] // lock [Pipeline] } [2022-10-03T01:58:24.400Z] $ docker stop --time=1 6efe77370e7925c85bc438ac2a1653ada1f0d726a9f45c07ae01e3676891d6a4 [2022-10-03T01:58:25.888Z] $ docker rm -f 6efe77370e7925c85bc438ac2a1653ada1f0d726a9f45c07ae01e3676891d6a4 [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 [2022-10-03T01:58:26.809Z] provisioning config files... [2022-10-03T01:58:26.816Z] copy managed file [device-mqtt-go-codecov-token] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-419@tmp/config2825824198753866368tmp [Pipeline] { [Pipeline] sh [2022-10-03T01:58:27.158Z] + set +x [2022-10-03T01:58:27.158Z] + curl -s https://codecov.io/bash [2022-10-03T01:58:27.158Z] + bash -s -- [2022-10-03T01:58:27.158Z] [2022-10-03T01:58:27.158Z] _____ _ [2022-10-03T01:58:27.158Z] / ____| | | [2022-10-03T01:58:27.158Z] | | ___ __| | ___ ___ _____ __ [2022-10-03T01:58:27.158Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2022-10-03T01:58:27.158Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2022-10-03T01:58:27.158Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2022-10-03T01:58:27.158Z] Bash-1.0.6 [2022-10-03T01:58:27.158Z] [2022-10-03T01:58:27.158Z] [2022-10-03T01:58:27.158Z] ==> git version 2.25.1 found [2022-10-03T01:58:27.158Z] ==> 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 [2022-10-03T01:58:27.158Z] Release-Date: 2020-01-08 [2022-10-03T01:58:27.158Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2022-10-03T01:58:27.158Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2022-10-03T01:58:27.158Z] ==> Jenkins CI detected. [2022-10-03T01:58:27.158Z] current dir:  /w/workspace/gexfoundry_device-mqtt-go_PR-419 [2022-10-03T01:58:27.158Z] project root: . [2022-10-03T01:58:27.158Z] --> token set from env [2022-10-03T01:58:27.158Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2022-10-03T01:58:27.158Z] ==> Running gcov in . (disable via -X gcov) [2022-10-03T01:58:27.158Z] ==> Python coveragepy not found [2022-10-03T01:58:27.158Z] ==> Searching for coverage reports in: [2022-10-03T01:58:27.158Z] + . [2022-10-03T01:58:27.158Z] -> Found 1 reports [2022-10-03T01:58:27.158Z] ==> Detecting git/mercurial file structure [2022-10-03T01:58:27.158Z] ==> Reading reports [2022-10-03T01:58:27.158Z] + ./coverage.out bytes=17887 [2022-10-03T01:58:27.158Z] ==> Appending adjustments [2022-10-03T01:58:27.158Z] https://docs.codecov.io/docs/fixing-reports [2022-10-03T01:58:27.417Z] + Found adjustments [2022-10-03T01:58:27.417Z] ==> Gzipping contents [2022-10-03T01:58:27.417Z] 4.0K /tmp/codecov.tnfaxO.gz [2022-10-03T01:58:27.417Z] ==> Uploading reports [2022-10-03T01:58:27.417Z] url: https://codecov.io [2022-10-03T01:58:27.417Z] query: branch=PR-419&commit=52cec41bd07e7e38e3f810eaec0651188088d367&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-mqtt-go%2Fjob%2FPR-419%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-mqtt-go&service=jenkins&flags=&pr=419&job=&cmd_args= [2022-10-03T01:58:27.417Z] -> Pinging Codecov [2022-10-03T01:58:27.417Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=3cf7f23a-d5e6-4c47-868b-a0a7f9a025f8&branch=PR-419&commit=52cec41bd07e7e38e3f810eaec0651188088d367&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-mqtt-go%2Fjob%2FPR-419%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-mqtt-go&service=jenkins&flags=&pr=419&job=&cmd_args= [2022-10-03T01:58:27.676Z] -> Uploading to [2022-10-03T01:58:27.676Z] https://storage.googleapis.com/codecov/v4/raw/2022-10-03/7D719EC7BBE17E464838252E33014C33/52cec41bd07e7e38e3f810eaec0651188088d367/e3b1ab30-9db0-4210-a8b0-1ffc4bc4e6ec.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20221003%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20221003T015827Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=fcb5f40348f81284e558318a960c321561fc5664c017b09ca4aab60a69844061 [2022-10-03T01:58:27.676Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-10-03T01:58:27.676Z] Dload Upload Total Spent Left Speed [2022-10-03T01:58:27.935Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3196 0 0 100 3196 0 13835 --:--:-- --:--:-- --:--:-- 13835 [2022-10-03T01:58:27.935Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-mqtt-go/commit/52cec41bd07e7e38e3f810eaec0651188088d367 [Pipeline] } [2022-10-03T01:58:27.963Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2022-10-03T01:58:29.714Z] + [ -d /w/workspace/gexfoundry_device-mqtt-go_PR-419/archives ] [2022-10-03T01:58:29.714Z] + ls -al /w/workspace/gexfoundry_device-mqtt-go_PR-419/archives [2022-10-03T01:58:29.714Z] total 16 [2022-10-03T01:58:29.714Z] drwxr-xr-x 3 root root 4096 Oct 3 01:35 . [2022-10-03T01:58:29.714Z] drwxrwxr-x 11 jenkins jenkins 4096 Oct 3 01:35 .. [2022-10-03T01:58:29.714Z] drwxr-xr-x 2 root root 4096 Oct 3 01:35 cost [2022-10-03T01:58:29.714Z] -rw-r--r-- 1 root root 86 Oct 3 01:35 cost.csv [2022-10-03T01:58:29.714Z] + sudo chown -R jenkins:jenkins /w/workspace/gexfoundry_device-mqtt-go_PR-419/archives [2022-10-03T01:58:29.714Z] + ls -al /w/workspace/gexfoundry_device-mqtt-go_PR-419/archives [2022-10-03T01:58:29.714Z] total 16 [2022-10-03T01:58:29.714Z] drwxr-xr-x 3 jenkins jenkins 4096 Oct 3 01:35 . [2022-10-03T01:58:29.714Z] drwxrwxr-x 11 jenkins jenkins 4096 Oct 3 01:35 .. [2022-10-03T01:58:29.714Z] drwxr-xr-x 2 jenkins jenkins 4096 Oct 3 01:35 cost [2022-10-03T01:58:29.714Z] -rw-r--r-- 1 jenkins jenkins 86 Oct 3 01:35 cost.csv [Pipeline] libraryResource [Pipeline] sh [2022-10-03T01:58:30.048Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2022-10-03T01:58:30.937Z] ---> package-listing.sh [2022-10-03T01:58:30.937Z] ++ facter osfamily [2022-10-03T01:58:30.937Z] ++ tr '[:upper:]' '[:lower:]' [2022-10-03T01:58:31.197Z] + OS_FAMILY=debian [2022-10-03T01:58:31.197Z] + workspace=/w/workspace/gexfoundry_device-mqtt-go_PR-419 [2022-10-03T01:58:31.197Z] + START_PACKAGES=/tmp/packages_start.txt [2022-10-03T01:58:31.197Z] + END_PACKAGES=/tmp/packages_end.txt [2022-10-03T01:58:31.197Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2022-10-03T01:58:31.197Z] + PACKAGES=/tmp/packages_start.txt [2022-10-03T01:58:31.197Z] + '[' /w/workspace/gexfoundry_device-mqtt-go_PR-419 ']' [2022-10-03T01:58:31.197Z] + PACKAGES=/tmp/packages_end.txt [2022-10-03T01:58:31.197Z] + case "${OS_FAMILY}" in [2022-10-03T01:58:31.197Z] + dpkg -l [2022-10-03T01:58:31.197Z] + grep '^ii' [2022-10-03T01:58:31.197Z] + '[' -f /tmp/packages_start.txt ']' [2022-10-03T01:58:31.197Z] + '[' -f /tmp/packages_end.txt ']' [2022-10-03T01:58:31.197Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2022-10-03T01:58:31.197Z] + '[' /w/workspace/gexfoundry_device-mqtt-go_PR-419 ']' [2022-10-03T01:58:31.197Z] + mkdir -p /w/workspace/gexfoundry_device-mqtt-go_PR-419/archives/ [2022-10-03T01:58:31.197Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-mqtt-go_PR-419/archives/ [Pipeline] echo [2022-10-03T01:58:31.234Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/gexfoundry_device-mqtt-go_PR-419/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2022-10-03T01:58:31.525Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-03T01:58:32.145Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-10-03T01:58:32.145Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-03T01:58:32.284Z] prd-ubuntu20.04-docker-8c-8g-6636 does not seem to be running inside a container [2022-10-03T01:58:32.326Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/gexfoundry_device-mqtt-go_PR-419/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/gexfoundry_device-mqtt-go_PR-419 -v /w/workspace/gexfoundry_device-mqtt-go_PR-419:/w/workspace/gexfoundry_device-mqtt-go_PR-419:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-419@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-419@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 [2022-10-03T01:58:32.554Z] $ docker top a973e8fdf7e21dd525aad21a99a9761092fdfd47fcf0510325586ea94440de90 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-10-03T01:58:32.931Z] + touch /tmp/pre-build-complete [Pipeline] sh [2022-10-03T01:58:33.243Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2022-10-03T01:58:33.559Z] + ls /var/log/sa-host [2022-10-03T01:58:33.559Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-10-03T01:58:33.691Z] provisioning config files... [2022-10-03T01:58:33.701Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-419@tmp/config11782452321668552641tmp [Pipeline] { [Pipeline] echo [2022-10-03T01:58:33.757Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2022-10-03T01:58:34.071Z] ---> create-netrc.sh [Pipeline] } [2022-10-03T01:58:34.099Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2022-10-03T01:58:34.507Z] ---> python-tools-install.sh [Pipeline] echo [2022-10-03T01:58:34.538Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2022-10-03T01:58:34.843Z] ---> sudo-logs.sh [2022-10-03T01:58:34.843Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2022-10-03T01:58:34.937Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2022-10-03T01:58:35.250Z] ---> job-cost.sh [2022-10-03T01:58:35.250Z] lf-activate-venv: SKIPPING [2022-10-03T01:58:35.250Z] DEBUG: total: 0.2199999988079071 [2022-10-03T01:58:35.250Z] INFO: Retrieving Stack Cost... [2022-10-03T01:58:35.509Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-10-03T01:58:36.078Z] INFO: Archiving Costs [Pipeline] echo [2022-10-03T01:58:36.114Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2022-10-03T01:58:36.426Z] ---> logs-deploy.sh [2022-10-03T01:58:36.427Z] lf-activate-venv: SKIPPING [2022-10-03T01:58:36.427Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-mqtt-go/PR-419/1 [2022-10-03T01:58:36.427Z] INFO: archiving workspace using pattern(s): [2022-10-03T01:58:37.805Z] Archives upload complete. [2022-10-03T01:58:37.805Z] INFO: archiving logs to Nexus [2022-10-03T01:58:38.377Z] ---> uname -a: [2022-10-03T01:58:38.377Z] Linux prd-ubuntu20-04-docker-8c-8g-6636 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux [2022-10-03T01:58:38.377Z] [2022-10-03T01:58:38.377Z] [2022-10-03T01:58:38.377Z] ---> lscpu: [2022-10-03T01:58:38.377Z] Architecture: x86_64 [2022-10-03T01:58:38.377Z] CPU op-mode(s): 32-bit, 64-bit [2022-10-03T01:58:38.377Z] Byte Order: Little Endian [2022-10-03T01:58:38.377Z] Address sizes: 40 bits physical, 48 bits virtual [2022-10-03T01:58:38.377Z] CPU(s): 8 [2022-10-03T01:58:38.377Z] On-line CPU(s) list: 0-7 [2022-10-03T01:58:38.377Z] Thread(s) per core: 1 [2022-10-03T01:58:38.377Z] Core(s) per socket: 1 [2022-10-03T01:58:38.377Z] Socket(s): 8 [2022-10-03T01:58:38.377Z] NUMA node(s): 1 [2022-10-03T01:58:38.377Z] Vendor ID: AuthenticAMD [2022-10-03T01:58:38.377Z] CPU family: 23 [2022-10-03T01:58:38.377Z] Model: 49 [2022-10-03T01:58:38.377Z] Model name: AMD EPYC-Rome Processor [2022-10-03T01:58:38.377Z] Stepping: 0 [2022-10-03T01:58:38.377Z] CPU MHz: 2799.998 [2022-10-03T01:58:38.377Z] BogoMIPS: 5599.99 [2022-10-03T01:58:38.377Z] Virtualization: AMD-V [2022-10-03T01:58:38.377Z] Hypervisor vendor: KVM [2022-10-03T01:58:38.377Z] Virtualization type: full [2022-10-03T01:58:38.377Z] L1d cache: 256 KiB [2022-10-03T01:58:38.377Z] L1i cache: 256 KiB [2022-10-03T01:58:38.377Z] L2 cache: 4 MiB [2022-10-03T01:58:38.377Z] L3 cache: 128 MiB [2022-10-03T01:58:38.377Z] NUMA node0 CPU(s): 0-7 [2022-10-03T01:58:38.377Z] Vulnerability Itlb multihit: Not affected [2022-10-03T01:58:38.377Z] Vulnerability L1tf: Not affected [2022-10-03T01:58:38.377Z] Vulnerability Mds: Not affected [2022-10-03T01:58:38.377Z] Vulnerability Meltdown: Not affected [2022-10-03T01:58:38.377Z] Vulnerability Mmio stale data: Not affected [2022-10-03T01:58:38.377Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2022-10-03T01:58:38.377Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2022-10-03T01:58:38.378Z] Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling [2022-10-03T01:58:38.378Z] Vulnerability Srbds: Not affected [2022-10-03T01:58:38.378Z] Vulnerability Tsx async abort: Not affected [2022-10-03T01:58:38.378Z] 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 [2022-10-03T01:58:38.378Z] [2022-10-03T01:58:38.378Z] [2022-10-03T01:58:38.378Z] ---> nproc: [2022-10-03T01:58:38.378Z] 8 [2022-10-03T01:58:38.378Z] [2022-10-03T01:58:38.378Z] [2022-10-03T01:58:38.378Z] ---> df -h: [2022-10-03T01:58:38.378Z] Filesystem Size Used Avail Use% Mounted on [2022-10-03T01:58:38.378Z] overlay 155G 12G 144G 8% / [2022-10-03T01:58:38.378Z] tmpfs 64M 0 64M 0% /dev [2022-10-03T01:58:38.378Z] tmpfs 16G 0 16G 0% /sys/fs/cgroup [2022-10-03T01:58:38.378Z] shm 64M 0 64M 0% /dev/shm [2022-10-03T01:58:38.378Z] /dev/vda1 155G 12G 144G 8% /facter-os [2022-10-03T01:58:38.378Z] [2022-10-03T01:58:38.378Z] [2022-10-03T01:58:38.378Z] ---> sar -b -r -n DEV: [2022-10-03T01:58:38.378Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-6636) 10/03/22 _x86_64_ (8 CPU) [2022-10-03T01:58:38.378Z] [2022-10-03T01:58:38.378Z] 01:32:55 LINUX RESTART (8 CPU) [2022-10-03T01:58:38.378Z] [2022-10-03T01:58:38.378Z] 01:33:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2022-10-03T01:58:38.378Z] 01:34:01 135.19 48.03 87.15 0.00 5421.13 175418.46 0.00 [2022-10-03T01:58:38.378Z] 01:35:01 241.03 1.48 239.54 0.00 32.93 69063.16 0.00 [2022-10-03T01:58:38.378Z] 01:36:01 112.75 0.07 112.68 0.00 8.80 33283.92 0.00 [2022-10-03T01:58:38.378Z] 01:37:01 1.88 0.00 1.88 0.00 0.00 22.01 0.00 [2022-10-03T01:58:38.378Z] 01:38:01 12.46 1.57 10.90 0.00 87.99 1908.35 0.00 [2022-10-03T01:58:38.378Z] 01:39:01 28.96 7.78 21.18 0.00 2798.33 2899.92 0.00 [2022-10-03T01:58:38.378Z] 01:40:01 1.13 0.00 1.13 0.00 0.00 13.20 0.00 [2022-10-03T01:58:38.378Z] 01:41:01 1.12 0.00 1.12 0.00 0.00 12.26 0.00 [2022-10-03T01:58:38.378Z] 01:42:01 1.25 0.00 1.25 0.00 0.00 15.06 0.00 [2022-10-03T01:58:38.378Z] 01:43:02 1.28 0.00 1.28 0.00 0.00 15.20 0.00 [2022-10-03T01:58:38.378Z] 01:44:01 1.51 0.00 1.51 0.00 0.00 27.11 0.00 [2022-10-03T01:58:38.378Z] 01:45:01 1.95 1.02 0.93 0.00 21.86 15.73 0.00 [2022-10-03T01:58:38.378Z] 01:46:01 1.97 0.00 1.97 0.00 0.00 22.53 0.00 [2022-10-03T01:58:38.378Z] 01:47:01 0.85 0.00 0.85 0.00 0.00 9.87 0.00 [2022-10-03T01:58:38.378Z] 01:48:01 1.37 0.00 1.37 0.00 0.00 16.13 0.00 [2022-10-03T01:58:38.378Z] 01:49:01 1.45 0.02 1.43 0.00 0.13 19.20 0.00 [2022-10-03T01:58:38.378Z] 01:50:01 1.33 0.00 1.33 0.00 0.00 16.53 0.00 [2022-10-03T01:58:38.378Z] 01:51:01 0.88 0.00 0.88 0.00 0.00 9.60 0.00 [2022-10-03T01:58:38.378Z] 01:52:01 1.30 0.00 1.30 0.00 0.00 15.06 0.00 [2022-10-03T01:58:38.378Z] 01:53:01 1.35 0.00 1.35 0.00 0.00 14.26 0.00 [2022-10-03T01:58:38.378Z] 01:54:01 1.12 0.00 1.12 0.00 0.00 13.33 0.00 [2022-10-03T01:58:38.378Z] 01:55:01 0.93 0.00 0.93 0.00 0.00 11.06 0.00 [2022-10-03T01:58:38.378Z] 01:56:01 1.15 0.00 1.15 0.00 0.00 13.60 0.00 [2022-10-03T01:58:38.378Z] 01:57:01 0.87 0.00 0.87 0.00 0.00 9.60 0.00 [2022-10-03T01:58:38.378Z] 01:58:01 3.15 1.65 1.50 0.00 37.73 19.73 0.00 [2022-10-03T01:58:38.378Z] Average: 22.34 2.47 19.88 0.00 336.61 11323.79 0.00 [2022-10-03T01:58:38.378Z] [2022-10-03T01:58:38.378Z] 01:33:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2022-10-03T01:58:38.378Z] 01:34:01 29183488 31577640 752980 2.29 71632 2598356 1994852 5.88 1012936 2341292 719384 [2022-10-03T01:58:38.378Z] 01:35:01 28502316 31506540 801340 2.44 135908 3083164 1984692 5.85 1235488 2714156 380 [2022-10-03T01:58:38.378Z] 01:36:01 27806088 31549696 757772 2.30 146340 3756428 1756592 5.18 1242716 3346572 400 [2022-10-03T01:58:38.378Z] 01:37:01 27806252 31549928 757372 2.30 146388 3756432 1756592 5.18 1242628 3346580 136 [2022-10-03T01:58:38.378Z] 01:38:01 27717860 31527536 773824 2.35 149452 3813464 1810848 5.34 1268352 3396508 564 [2022-10-03T01:58:38.378Z] 01:39:01 27525508 31542132 748940 2.28 164716 4005140 1767192 5.21 1386808 3458144 4 [2022-10-03T01:58:38.378Z] 01:40:01 27529280 31545868 745128 2.27 164752 4005144 1767192 5.21 1383596 3458148 8 [2022-10-03T01:58:38.378Z] 01:41:01 27529140 31545840 745152 2.27 164804 4005148 1767192 5.21 1384128 3458188 152 [2022-10-03T01:58:38.378Z] 01:42:01 27529092 31545820 745104 2.27 164836 4005152 1767192 5.21 1383716 3458196 12 [2022-10-03T01:58:38.378Z] 01:43:02 27529020 31546232 745008 2.27 164880 4005156 1767192 5.21 1383528 3458608 172 [2022-10-03T01:58:38.378Z] 01:44:01 27529256 31546536 744620 2.26 164940 4005156 1767192 5.21 1383496 3458620 12 [2022-10-03T01:58:38.378Z] 01:45:01 27527808 31546240 744776 2.26 165016 4005776 1834484 5.41 1383632 3459180 452 [2022-10-03T01:58:38.378Z] 01:46:01 27527800 31546232 744740 2.26 165032 4005776 1834484 5.41 1383572 3459180 4 [2022-10-03T01:58:38.378Z] 01:47:01 27528004 31546456 744404 2.26 165060 4005780 1834484 5.41 1383252 3459184 168 [2022-10-03T01:58:38.378Z] 01:48:01 27527988 31546484 744324 2.26 165096 4005780 1818036 5.36 1383308 3459188 16 [2022-10-03T01:58:38.378Z] 01:49:01 27527104 31545860 744856 2.27 165148 4005892 1763908 5.20 1383456 3459292 152 [2022-10-03T01:58:38.378Z] 01:50:01 27527280 31546072 744576 2.26 165188 4005896 1763908 5.20 1383556 3459296 8 [2022-10-03T01:58:38.378Z] 01:51:01 27527740 31546564 744240 2.26 165220 4005896 1763908 5.20 1383600 3459296 156 [2022-10-03T01:58:38.378Z] 01:52:01 27527976 31546844 743932 2.26 165260 4005900 1763908 5.20 1383700 3459300 8 [2022-10-03T01:58:38.378Z] 01:53:01 27527928 31546856 743880 2.26 165300 4005904 1763908 5.20 1383560 3459316 136 [2022-10-03T01:58:38.378Z] 01:54:01 27527748 31546756 744112 2.26 165340 4005904 1763908 5.20 1383676 3459316 12 [2022-10-03T01:58:38.378Z] 01:55:01 27527748 31546808 744136 2.26 165372 4005912 1763908 5.20 1383648 3459320 180 [2022-10-03T01:58:38.378Z] 01:56:01 27527700 31546784 744108 2.26 165404 4005904 1763908 5.20 1383676 3459320 8 [2022-10-03T01:58:38.378Z] 01:57:01 27527596 31546716 744104 2.26 165428 4005920 1763908 5.20 1383720 3459324 168 [2022-10-03T01:58:38.378Z] 01:58:01 27520656 31541932 748952 2.28 165484 4007044 1780144 5.25 1391868 3459684 28 [2022-10-03T01:58:38.378Z] Average: 27662735 31545215 749695 2.28 158080 3884881 1795341 5.29 1347425 3373008 28909 [2022-10-03T01:58:38.378Z] [2022-10-03T01:58:38.378Z] 01:33:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2022-10-03T01:58:38.378Z] 01:34:01 ens3 522.46 340.44 6408.01 82.29 0.00 0.00 0.00 0.00 [2022-10-03T01:58:38.378Z] 01:34:01 docker0 3.93 3.35 0.41 46.14 0.00 0.00 0.00 0.00 [2022-10-03T01:58:38.378Z] 01:34:01 lo 7.06 7.06 0.68 0.68 0.00 0.00 0.00 0.00 [2022-10-03T01:58:38.378Z] 01:35:01 vethfad4edc 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-03T01:58:38.378Z] 01:35:01 ens3 273.69 202.32 1799.17 110.92 0.00 0.00 0.00 0.00 [2022-10-03T01:58:38.378Z] 01:35:01 docker0 144.06 196.52 11.62 1743.47 0.00 0.00 0.00 0.00 [2022-10-03T01:58:38.378Z] 01:35:01 lo 0.47 0.47 0.04 0.04 0.00 0.00 0.00 0.00 [2022-10-03T01:58:38.378Z] 01:36:01 ens3 113.58 75.09 2634.74 15.14 0.00 0.00 0.00 0.00 [2022-10-03T01:58:38.378Z] 01:36:01 docker0 2.57 4.07 0.17 57.88 0.00 0.00 0.00 0.00 [2022-10-03T01:58:38.378Z] 01:36:01 lo 1.60 1.60 0.16 0.16 0.00 0.00 0.00 0.00 [2022-10-03T01:58:38.378Z] 01:37:01 ens3 0.13 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-03T01:58:38.378Z] 01:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-03T01:58:38.378Z] 01:37:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-03T01:58:38.378Z] 01:38:01 ens3 29.53 16.31 822.37 1.31 0.00 0.00 0.00 0.00 [2022-10-03T01:58:38.378Z] 01:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-03T01:58:38.378Z] 01:38:01 lo 0.20 0.20 0.02 0.02 0.00 0.00 0.00 0.00 [2022-10-03T01:58:38.378Z] 01:39:01 ens3 35.76 24.41 475.63 1.78 0.00 0.00 0.00 0.00 [2022-10-03T01:58:38.378Z] 01:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-03T01:58:38.378Z] 01:39:01 lo 0.40 0.40 0.03 0.03 0.00 0.00 0.00 0.00 [2022-10-03T01:58:38.378Z] 01:40:01 ens3 1.28 0.03 0.11 0.00 0.00 0.00 0.00 0.00 [2022-10-03T01:58:38.378Z] 01:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-03T01:58:38.378Z] 01:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-03T01:58:38.378Z] 01:41:01 ens3 0.88 0.73 0.55 0.30 0.00 0.00 0.00 0.00 [2022-10-03T01:58:38.378Z] 01:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-03T01:58:38.378Z] 01:41:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-03T01:58:38.378Z] 01:42:01 ens3 0.07 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-03T01:58:38.378Z] 01:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-03T01:58:38.378Z] 01:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-03T01:58:38.378Z] 01:43:02 ens3 0.63 0.43 0.27 0.22 0.00 0.00 0.00 0.00 [2022-10-03T01:58:38.378Z] 01:43:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-03T01:58:38.378Z] 01:43:02 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-03T01:58:38.378Z] 01:44:01 ens3 0.20 0.12 0.08 0.07 0.00 0.00 0.00 0.00 [2022-10-03T01:58:38.378Z] 01:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-03T01:58:38.378Z] 01:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-03T01:58:38.378Z] 01:45:01 ens3 0.18 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-03T01:58:38.378Z] 01:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-03T01:58:38.378Z] 01:45:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-03T01:58:38.378Z] 01:46:01 ens3 0.13 0.03 0.06 0.00 0.00 0.00 0.00 0.00 [2022-10-03T01:58:38.378Z] 01:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-03T01:58:38.378Z] 01:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-03T01:58:38.378Z] 01:47:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-03T01:58:38.378Z] 01:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-03T01:58:38.378Z] 01:47:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-03T01:58:38.378Z] 01:48:01 ens3 0.12 0.02 0.01 0.00 0.00 0.00 0.00 0.00 [2022-10-03T01:58:38.378Z] 01:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-03T01:58:38.378Z] 01:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-03T01:58:38.378Z] 01:49:01 ens3 0.62 0.18 0.11 0.07 0.00 0.00 0.00 0.00 [2022-10-03T01:58:38.378Z] 01:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-03T01:58:38.378Z] 01:49:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-03T01:58:38.379Z] 01:50:01 ens3 1.70 0.42 0.50 0.27 0.00 0.00 0.00 0.00 [2022-10-03T01:58:38.379Z] 01:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-03T01:58:38.379Z] 01:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-03T01:58:38.379Z] 01:51:01 ens3 1.10 0.30 0.32 0.20 0.00 0.00 0.00 0.00 [2022-10-03T01:58:38.379Z] 01:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-03T01:58:38.379Z] 01:51:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-03T01:58:38.379Z] 01:52:01 ens3 0.37 0.20 0.25 0.19 0.00 0.00 0.00 0.00 [2022-10-03T01:58:38.379Z] 01:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-03T01:58:38.379Z] 01:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-03T01:58:38.379Z] 01:53:01 ens3 0.13 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-03T01:58:38.379Z] 01:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-03T01:58:38.379Z] 01:53:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-03T01:58:38.379Z] 01:54:01 ens3 0.30 0.13 0.14 0.07 0.00 0.00 0.00 0.00 [2022-10-03T01:58:38.379Z] 01:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-03T01:58:38.379Z] 01:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-03T01:58:38.379Z] 01:55:01 ens3 0.13 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-03T01:58:38.379Z] 01:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-03T01:58:38.379Z] 01:55:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-03T01:58:38.379Z] 01:56:01 ens3 0.07 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-03T01:58:38.379Z] 01:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-03T01:58:38.379Z] 01:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-03T01:58:38.379Z] 01:57:01 ens3 0.13 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-03T01:58:38.379Z] 01:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-03T01:58:38.379Z] 01:57:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-03T01:58:38.379Z] 01:58:01 ens3 7.95 6.43 5.11 5.96 0.00 0.00 0.00 0.00 [2022-10-03T01:58:38.379Z] 01:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-10-03T01:58:38.379Z] 01:58:01 lo 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 [2022-10-03T01:58:38.379Z] Average: ens3 39.68 26.75 486.25 8.76 0.00 0.00 0.00 0.00 [2022-10-03T01:58:38.379Z] Average: docker0 6.03 8.16 0.49 73.95 0.00 0.00 0.00 0.00 [2022-10-03T01:58:38.379Z] Average: lo 0.47 0.47 0.04 0.04 0.00 0.00 0.00 0.00 [2022-10-03T01:58:38.379Z] [2022-10-03T01:58:38.379Z] [2022-10-03T01:58:38.379Z] ---> sar -P ALL: [2022-10-03T01:58:38.379Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-6636) 10/03/22 _x86_64_ (8 CPU) [2022-10-03T01:58:38.379Z] [2022-10-03T01:58:38.379Z] 01:32:55 LINUX RESTART (8 CPU) [2022-10-03T01:58:38.379Z] [2022-10-03T01:58:38.379Z] 01:33:01 CPU %user %nice %system %iowait %steal %idle [2022-10-03T01:58:38.379Z] 01:34:01 all 9.49 0.00 3.59 1.15 0.05 85.72 [2022-10-03T01:58:38.379Z] 01:34:01 0 11.57 0.00 3.72 0.34 0.05 84.32 [2022-10-03T01:58:38.379Z] 01:34:01 1 8.47 0.00 3.11 0.60 0.05 87.76 [2022-10-03T01:58:38.379Z] 01:34:01 2 12.51 0.00 4.01 2.42 0.05 81.00 [2022-10-03T01:58:38.379Z] 01:34:01 3 10.51 0.00 3.64 0.20 0.05 85.59 [2022-10-03T01:58:38.379Z] 01:34:01 4 10.76 0.00 4.23 0.35 0.05 84.60 [2022-10-03T01:58:38.379Z] 01:34:01 5 7.05 0.00 3.85 4.06 0.05 84.99 [2022-10-03T01:58:38.379Z] 01:34:01 6 8.18 0.00 3.17 0.94 0.05 87.65 [2022-10-03T01:58:38.379Z] 01:34:01 7 6.82 0.00 2.93 0.32 0.05 89.88 [2022-10-03T01:58:38.379Z] 01:35:01 all 27.97 0.00 6.39 1.84 0.08 63.73 [2022-10-03T01:58:38.379Z] 01:35:01 0 28.50 0.00 7.75 5.55 0.08 58.12 [2022-10-03T01:58:38.379Z] 01:35:01 1 27.88 0.00 7.15 5.34 0.07 59.57 [2022-10-03T01:58:38.379Z] 01:35:01 2 26.85 0.00 5.74 0.34 0.08 66.99 [2022-10-03T01:58:38.379Z] 01:35:01 3 26.32 0.00 5.65 0.62 0.08 67.32 [2022-10-03T01:58:38.379Z] 01:35:01 4 29.05 0.00 6.48 0.32 0.07 64.08 [2022-10-03T01:58:38.379Z] 01:35:01 5 28.01 0.00 5.10 0.20 0.07 66.62 [2022-10-03T01:58:38.379Z] 01:35:01 6 28.65 0.00 6.81 1.57 0.07 62.90 [2022-10-03T01:58:38.379Z] 01:35:01 7 28.50 0.00 6.42 0.81 0.08 64.19 [2022-10-03T01:58:38.379Z] 01:36:01 all 19.89 0.00 3.91 0.87 0.05 75.27 [2022-10-03T01:58:38.379Z] 01:36:01 0 19.46 0.00 3.53 0.03 0.05 76.92 [2022-10-03T01:58:38.379Z] 01:36:01 1 20.51 0.00 3.94 2.45 0.07 73.03 [2022-10-03T01:58:38.379Z] 01:36:01 2 19.08 0.00 3.69 0.15 0.05 77.02 [2022-10-03T01:58:38.379Z] 01:36:01 3 20.58 0.00 3.94 1.75 0.05 73.68 [2022-10-03T01:58:38.379Z] 01:36:01 4 19.73 0.00 4.01 0.03 0.05 76.17 [2022-10-03T01:58:38.379Z] 01:36:01 5 20.24 0.00 4.05 0.12 0.03 75.56 [2022-10-03T01:58:38.379Z] 01:36:01 6 19.42 0.00 4.37 1.70 0.05 74.46 [2022-10-03T01:58:38.379Z] 01:36:01 7 20.13 0.00 3.78 0.74 0.05 75.30 [2022-10-03T01:58:38.379Z] 01:37:01 all 0.01 0.00 0.01 0.00 0.01 99.97 [2022-10-03T01:58:38.379Z] 01:37:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2022-10-03T01:58:38.379Z] 01:37:01 1 0.00 0.00 0.00 0.02 0.00 99.98 [2022-10-03T01:58:38.379Z] 01:37:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-03T01:58:38.379Z] 01:37:01 3 0.00 0.00 0.00 0.02 0.02 99.97 [2022-10-03T01:58:38.379Z] 01:37:01 4 0.02 0.00 0.02 0.00 0.02 99.95 [2022-10-03T01:58:38.379Z] 01:37:01 5 0.02 0.00 0.02 0.00 0.02 99.95 [2022-10-03T01:58:38.379Z] 01:37:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-03T01:58:38.379Z] 01:37:01 7 0.03 0.00 0.02 0.00 0.00 99.95 [2022-10-03T01:58:38.379Z] 01:38:01 all 0.31 0.00 0.16 0.08 0.01 99.43 [2022-10-03T01:58:38.379Z] 01:38:01 0 0.22 0.00 0.20 0.02 0.00 99.57 [2022-10-03T01:58:38.379Z] 01:38:01 1 0.13 0.00 0.08 0.03 0.02 99.73 [2022-10-03T01:58:38.379Z] 01:38:01 2 0.10 0.00 0.12 0.03 0.00 99.75 [2022-10-03T01:58:38.379Z] 01:38:01 3 0.23 0.00 0.32 0.30 0.00 99.15 [2022-10-03T01:58:38.379Z] 01:38:01 4 0.22 0.00 0.15 0.05 0.02 99.57 [2022-10-03T01:58:38.379Z] 01:38:01 5 0.52 0.00 0.20 0.18 0.00 99.10 [2022-10-03T01:58:38.379Z] 01:38:01 6 0.85 0.00 0.12 0.02 0.02 99.00 [2022-10-03T01:58:38.379Z] 01:38:01 7 0.25 0.00 0.08 0.03 0.02 99.62 [2022-10-03T01:58:38.379Z] 01:39:01 all 1.08 0.00 0.65 0.23 0.01 98.03 [2022-10-03T01:58:38.379Z] 01:39:01 0 0.83 0.00 1.12 0.30 0.02 97.73 [2022-10-03T01:58:38.379Z] 01:39:01 1 2.47 0.00 0.36 0.26 0.02 96.89 [2022-10-03T01:58:38.379Z] 01:39:01 2 0.64 0.00 0.38 0.02 0.02 98.95 [2022-10-03T01:58:38.379Z] 01:39:01 3 0.63 0.00 1.65 0.80 0.02 96.90 [2022-10-03T01:58:38.379Z] 01:39:01 4 0.82 0.00 0.50 0.28 0.02 98.38 [2022-10-03T01:58:38.379Z] 01:39:01 5 0.88 0.00 0.42 0.05 0.00 98.65 [2022-10-03T01:58:38.379Z] 01:39:01 6 0.58 0.00 0.32 0.07 0.00 99.03 [2022-10-03T01:58:38.379Z] 01:39:01 7 1.79 0.00 0.43 0.03 0.00 97.74 [2022-10-03T01:58:38.379Z] 01:40:01 all 0.26 0.00 0.01 0.00 0.01 99.71 [2022-10-03T01:58:38.379Z] 01:40:01 0 0.00 0.00 0.03 0.02 0.02 99.93 [2022-10-03T01:58:38.379Z] 01:40:01 1 1.97 0.00 0.02 0.00 0.02 98.00 [2022-10-03T01:58:38.379Z] 01:40:01 2 0.02 0.00 0.03 0.00 0.02 99.93 [2022-10-03T01:58:38.379Z] 01:40:01 3 0.02 0.00 0.00 0.02 0.00 99.97 [2022-10-03T01:58:38.379Z] 01:40:01 4 0.02 0.00 0.02 0.00 0.00 99.97 [2022-10-03T01:58:38.379Z] 01:40:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-03T01:58:38.379Z] 01:40:01 6 0.02 0.00 0.00 0.00 0.02 99.97 [2022-10-03T01:58:38.379Z] 01:40:01 7 0.02 0.00 0.00 0.00 0.02 99.97 [2022-10-03T01:58:38.379Z] 01:41:01 all 0.13 0.00 0.03 0.01 0.00 99.83 [2022-10-03T01:58:38.379Z] 01:41:01 0 0.02 0.00 0.02 0.02 0.00 99.95 [2022-10-03T01:58:38.379Z] 01:41:01 1 0.90 0.00 0.15 0.00 0.02 98.94 [2022-10-03T01:58:38.379Z] 01:41:01 2 0.03 0.00 0.00 0.00 0.02 99.95 [2022-10-03T01:58:38.379Z] 01:41:01 3 0.00 0.00 0.00 0.03 0.00 99.97 [2022-10-03T01:58:38.379Z] 01:41:01 4 0.00 0.00 0.02 0.00 0.00 99.98 [2022-10-03T01:58:38.379Z] 01:41:01 5 0.03 0.00 0.02 0.00 0.00 99.95 [2022-10-03T01:58:38.379Z] 01:41:01 6 0.03 0.00 0.00 0.00 0.00 99.97 [2022-10-03T01:58:38.379Z] 01:41:01 7 0.03 0.00 0.02 0.00 0.00 99.95 [2022-10-03T01:58:38.379Z] 01:42:01 all 0.02 0.00 0.01 0.01 0.01 99.96 [2022-10-03T01:58:38.379Z] 01:42:01 0 0.02 0.00 0.02 0.02 0.02 99.93 [2022-10-03T01:58:38.379Z] 01:42:01 1 0.07 0.00 0.02 0.00 0.02 99.90 [2022-10-03T01:58:38.379Z] 01:42:01 2 0.00 0.00 0.02 0.00 0.03 99.95 [2022-10-03T01:58:38.379Z] 01:42:01 3 0.00 0.00 0.00 0.02 0.00 99.98 [2022-10-03T01:58:38.379Z] 01:42:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-03T01:58:38.379Z] 01:42:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-03T01:58:38.379Z] 01:42:01 6 0.02 0.00 0.00 0.02 0.00 99.97 [2022-10-03T01:58:38.379Z] 01:42:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-03T01:58:38.379Z] 01:43:02 all 0.03 0.00 0.01 0.01 0.01 99.94 [2022-10-03T01:58:38.379Z] 01:43:02 0 0.07 0.00 0.07 0.00 0.02 99.85 [2022-10-03T01:58:38.379Z] 01:43:02 1 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-03T01:58:38.379Z] 01:43:02 2 0.02 0.00 0.02 0.00 0.02 99.95 [2022-10-03T01:58:38.379Z] 01:43:02 3 0.02 0.00 0.02 0.03 0.00 99.93 [2022-10-03T01:58:38.379Z] 01:43:02 4 0.00 0.00 0.02 0.00 0.00 99.98 [2022-10-03T01:58:38.379Z] 01:43:02 5 0.02 0.00 0.00 0.00 0.02 99.97 [2022-10-03T01:58:38.379Z] 01:43:02 6 0.05 0.00 0.00 0.02 0.00 99.93 [2022-10-03T01:58:38.379Z] 01:43:02 7 0.03 0.00 0.00 0.02 0.00 99.95 [2022-10-03T01:58:38.379Z] 01:44:01 all 0.02 0.00 0.01 0.01 0.01 99.95 [2022-10-03T01:58:38.379Z] 01:44:01 0 0.03 0.00 0.00 0.00 0.00 99.97 [2022-10-03T01:58:38.379Z] 01:44:01 1 0.03 0.00 0.00 0.00 0.02 99.95 [2022-10-03T01:58:38.379Z] 01:44:01 2 0.05 0.00 0.03 0.00 0.02 99.90 [2022-10-03T01:58:38.379Z] 01:44:01 3 0.00 0.00 0.02 0.03 0.00 99.95 [2022-10-03T01:58:38.379Z] 01:44:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-03T01:58:38.379Z] 01:44:01 5 0.02 0.00 0.00 0.03 0.00 99.95 [2022-10-03T01:58:38.379Z] 01:44:01 6 0.00 0.00 0.02 0.03 0.02 99.93 [2022-10-03T01:58:38.379Z] 01:44:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2022-10-03T01:58:38.379Z] [2022-10-03T01:58:38.379Z] 01:44:01 CPU %user %nice %system %iowait %steal %idle [2022-10-03T01:58:38.379Z] 01:45:01 all 0.29 0.00 0.04 0.01 0.01 99.65 [2022-10-03T01:58:38.379Z] 01:45:01 0 0.08 0.00 0.10 0.00 0.02 99.80 [2022-10-03T01:58:38.379Z] 01:45:01 1 1.95 0.00 0.03 0.00 0.00 98.01 [2022-10-03T01:58:38.379Z] 01:45:01 2 0.02 0.00 0.03 0.00 0.02 99.93 [2022-10-03T01:58:38.379Z] 01:45:01 3 0.03 0.00 0.02 0.03 0.02 99.90 [2022-10-03T01:58:38.379Z] 01:45:01 4 0.00 0.00 0.03 0.00 0.00 99.97 [2022-10-03T01:58:38.379Z] 01:45:01 5 0.02 0.00 0.03 0.00 0.00 99.95 [2022-10-03T01:58:38.379Z] 01:45:01 6 0.20 0.00 0.03 0.05 0.00 99.72 [2022-10-03T01:58:38.379Z] 01:45:01 7 0.02 0.00 0.03 0.00 0.00 99.95 [2022-10-03T01:58:38.379Z] 01:46:01 all 0.14 0.00 0.01 0.00 0.01 99.84 [2022-10-03T01:58:38.379Z] 01:46:01 0 0.03 0.00 0.02 0.02 0.02 99.92 [2022-10-03T01:58:38.379Z] 01:46:01 1 0.98 0.00 0.05 0.00 0.02 98.96 [2022-10-03T01:58:38.379Z] 01:46:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2022-10-03T01:58:38.379Z] 01:46:01 3 0.03 0.00 0.02 0.00 0.02 99.93 [2022-10-03T01:58:38.379Z] 01:46:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-03T01:58:38.379Z] 01:46:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-03T01:58:38.380Z] 01:46:01 6 0.02 0.00 0.02 0.02 0.02 99.93 [2022-10-03T01:58:38.380Z] 01:46:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-03T01:58:38.380Z] 01:47:01 all 0.01 0.00 0.01 0.01 0.00 99.97 [2022-10-03T01:58:38.380Z] 01:47:01 0 0.02 0.00 0.02 0.02 0.00 99.95 [2022-10-03T01:58:38.380Z] 01:47:01 1 0.02 0.00 0.02 0.00 0.02 99.95 [2022-10-03T01:58:38.380Z] 01:47:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-03T01:58:38.380Z] 01:47:01 3 0.00 0.00 0.02 0.03 0.02 99.93 [2022-10-03T01:58:38.380Z] 01:47:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-03T01:58:38.380Z] 01:47:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-03T01:58:38.380Z] 01:47:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-03T01:58:38.380Z] 01:47:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-03T01:58:38.380Z] 01:48:01 all 0.01 0.00 0.01 0.01 0.01 99.96 [2022-10-03T01:58:38.380Z] 01:48:01 0 0.02 0.00 0.02 0.02 0.02 99.93 [2022-10-03T01:58:38.380Z] 01:48:01 1 0.05 0.00 0.03 0.00 0.05 99.87 [2022-10-03T01:58:38.380Z] 01:48:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-03T01:58:38.380Z] 01:48:01 3 0.00 0.00 0.00 0.03 0.00 99.97 [2022-10-03T01:58:38.380Z] 01:48:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-03T01:58:38.380Z] 01:48:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-03T01:58:38.380Z] 01:48:01 6 0.02 0.00 0.00 0.02 0.00 99.97 [2022-10-03T01:58:38.380Z] 01:48:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-03T01:58:38.380Z] 01:49:01 all 0.02 0.00 0.02 0.01 0.01 99.95 [2022-10-03T01:58:38.380Z] 01:49:01 0 0.05 0.00 0.03 0.02 0.02 99.88 [2022-10-03T01:58:38.380Z] 01:49:01 1 0.03 0.00 0.02 0.02 0.02 99.92 [2022-10-03T01:58:38.380Z] 01:49:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2022-10-03T01:58:38.380Z] 01:49:01 3 0.02 0.00 0.02 0.02 0.00 99.95 [2022-10-03T01:58:38.380Z] 01:49:01 4 0.02 0.00 0.02 0.00 0.02 99.95 [2022-10-03T01:58:38.380Z] 01:49:01 5 0.03 0.00 0.02 0.00 0.00 99.95 [2022-10-03T01:58:38.380Z] 01:49:01 6 0.02 0.00 0.02 0.00 0.00 99.97 [2022-10-03T01:58:38.380Z] 01:49:01 7 0.00 0.00 0.02 0.00 0.00 99.98 [2022-10-03T01:58:38.380Z] 01:50:01 all 0.26 0.00 0.01 0.01 0.01 99.72 [2022-10-03T01:58:38.380Z] 01:50:01 0 0.03 0.00 0.05 0.02 0.00 99.90 [2022-10-03T01:58:38.380Z] 01:50:01 1 1.91 0.00 0.02 0.00 0.02 98.06 [2022-10-03T01:58:38.380Z] 01:50:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-03T01:58:38.380Z] 01:50:01 3 0.02 0.00 0.00 0.05 0.00 99.93 [2022-10-03T01:58:38.380Z] 01:50:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-03T01:58:38.380Z] 01:50:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-03T01:58:38.380Z] 01:50:01 6 0.02 0.00 0.00 0.00 0.02 99.97 [2022-10-03T01:58:38.380Z] 01:50:01 7 0.02 0.00 0.02 0.00 0.02 99.95 [2022-10-03T01:58:38.380Z] 01:51:01 all 0.25 0.00 0.01 0.00 0.01 99.73 [2022-10-03T01:58:38.380Z] 01:51:01 0 0.03 0.00 0.07 0.02 0.03 99.85 [2022-10-03T01:58:38.380Z] 01:51:01 1 1.87 0.00 0.00 0.00 0.02 98.11 [2022-10-03T01:58:38.380Z] 01:51:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2022-10-03T01:58:38.380Z] 01:51:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-03T01:58:38.380Z] 01:51:01 4 0.00 0.00 0.02 0.00 0.00 99.98 [2022-10-03T01:58:38.380Z] 01:51:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-03T01:58:38.380Z] 01:51:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-03T01:58:38.380Z] 01:51:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-03T01:58:38.380Z] 01:52:01 all 0.01 0.00 0.01 0.01 0.01 99.97 [2022-10-03T01:58:38.380Z] 01:52:01 0 0.03 0.00 0.03 0.02 0.02 99.90 [2022-10-03T01:58:38.380Z] 01:52:01 1 0.00 0.00 0.02 0.00 0.02 99.97 [2022-10-03T01:58:38.380Z] 01:52:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-03T01:58:38.380Z] 01:52:01 3 0.00 0.00 0.00 0.03 0.02 99.95 [2022-10-03T01:58:38.380Z] 01:52:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-03T01:58:38.380Z] 01:52:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-03T01:58:38.380Z] 01:52:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2022-10-03T01:58:38.380Z] 01:52:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-03T01:58:38.380Z] 01:53:01 all 0.01 0.00 0.01 0.00 0.01 99.96 [2022-10-03T01:58:38.380Z] 01:53:01 0 0.03 0.00 0.03 0.02 0.03 99.88 [2022-10-03T01:58:38.380Z] 01:53:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-03T01:58:38.380Z] 01:53:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2022-10-03T01:58:38.380Z] 01:53:01 3 0.05 0.00 0.02 0.02 0.00 99.92 [2022-10-03T01:58:38.380Z] 01:53:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-03T01:58:38.380Z] 01:53:01 5 0.00 0.00 0.00 0.00 0.02 99.98 [2022-10-03T01:58:38.380Z] 01:53:01 6 0.02 0.00 0.02 0.00 0.00 99.97 [2022-10-03T01:58:38.380Z] 01:53:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-03T01:58:38.380Z] 01:54:01 all 0.01 0.00 0.01 0.00 0.00 99.97 [2022-10-03T01:58:38.380Z] 01:54:01 0 0.02 0.00 0.00 0.02 0.00 99.97 [2022-10-03T01:58:38.380Z] 01:54:01 1 0.02 0.00 0.02 0.00 0.02 99.95 [2022-10-03T01:58:38.380Z] 01:54:01 2 0.02 0.00 0.00 0.00 0.02 99.97 [2022-10-03T01:58:38.380Z] 01:54:01 3 0.02 0.00 0.00 0.02 0.00 99.97 [2022-10-03T01:58:38.380Z] 01:54:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-03T01:58:38.380Z] 01:54:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-03T01:58:38.380Z] 01:54:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2022-10-03T01:58:38.380Z] 01:54:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2022-10-03T01:58:38.380Z] 01:55:01 all 0.01 0.00 0.01 0.00 0.01 99.97 [2022-10-03T01:58:38.380Z] 01:55:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2022-10-03T01:58:38.380Z] 01:55:01 1 0.03 0.00 0.00 0.00 0.00 99.97 [2022-10-03T01:58:38.380Z] 01:55:01 2 0.03 0.00 0.02 0.00 0.02 99.93 [2022-10-03T01:58:38.380Z] 01:55:01 3 0.00 0.00 0.03 0.03 0.00 99.93 [2022-10-03T01:58:38.380Z] 01:55:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-03T01:58:38.380Z] 01:55:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-03T01:58:38.380Z] 01:55:01 6 0.02 0.00 0.00 0.00 0.02 99.97 [2022-10-03T01:58:38.380Z] 01:55:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-03T01:58:38.380Z] [2022-10-03T01:58:38.380Z] 01:55:01 CPU %user %nice %system %iowait %steal %idle [2022-10-03T01:58:38.380Z] 01:56:01 all 0.01 0.00 0.01 0.01 0.01 99.96 [2022-10-03T01:58:38.380Z] 01:56:01 0 0.02 0.00 0.00 0.00 0.02 99.97 [2022-10-03T01:58:38.380Z] 01:56:01 1 0.00 0.00 0.00 0.00 0.02 99.98 [2022-10-03T01:58:38.380Z] 01:56:01 2 0.02 0.00 0.03 0.00 0.03 99.92 [2022-10-03T01:58:38.380Z] 01:56:01 3 0.03 0.00 0.02 0.05 0.02 99.88 [2022-10-03T01:58:38.380Z] 01:56:01 4 0.02 0.00 0.02 0.00 0.00 99.97 [2022-10-03T01:58:38.380Z] 01:56:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-03T01:58:38.380Z] 01:56:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2022-10-03T01:58:38.380Z] 01:56:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-03T01:58:38.380Z] 01:57:01 all 0.01 0.00 0.00 0.00 0.00 99.98 [2022-10-03T01:58:38.380Z] 01:57:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2022-10-03T01:58:38.380Z] 01:57:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-03T01:58:38.380Z] 01:57:01 2 0.05 0.00 0.00 0.00 0.02 99.93 [2022-10-03T01:58:38.380Z] 01:57:01 3 0.02 0.00 0.00 0.02 0.00 99.97 [2022-10-03T01:58:38.380Z] 01:57:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-03T01:58:38.380Z] 01:57:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-03T01:58:38.380Z] 01:57:01 6 0.03 0.00 0.02 0.00 0.00 99.95 [2022-10-03T01:58:38.380Z] 01:57:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2022-10-03T01:58:38.380Z] 01:58:01 all 0.25 0.00 0.04 0.01 0.01 99.69 [2022-10-03T01:58:38.380Z] 01:58:01 0 0.33 0.00 0.10 0.08 0.02 99.47 [2022-10-03T01:58:38.380Z] 01:58:01 1 0.08 0.00 0.02 0.00 0.02 99.88 [2022-10-03T01:58:38.380Z] 01:58:01 2 0.23 0.00 0.05 0.00 0.02 99.70 [2022-10-03T01:58:38.380Z] 01:58:01 3 0.05 0.00 0.07 0.03 0.00 99.85 [2022-10-03T01:58:38.380Z] 01:58:01 4 1.03 0.00 0.03 0.00 0.00 98.93 [2022-10-03T01:58:38.380Z] 01:58:01 5 0.07 0.00 0.02 0.00 0.00 99.92 [2022-10-03T01:58:38.380Z] 01:58:01 6 0.15 0.00 0.03 0.00 0.00 99.82 [2022-10-03T01:58:38.380Z] 01:58:01 7 0.07 0.00 0.00 0.00 0.00 99.93 [2022-10-03T01:58:38.380Z] Average: all 2.40 0.00 0.59 0.17 0.01 96.82 [2022-10-03T01:58:38.380Z] Average: 0 2.44 0.00 0.67 0.26 0.02 96.61 [2022-10-03T01:58:38.380Z] Average: 1 2.77 0.00 0.60 0.35 0.02 96.27 [2022-10-03T01:58:38.380Z] Average: 2 2.37 0.00 0.57 0.12 0.02 96.93 [2022-10-03T01:58:38.380Z] Average: 3 2.33 0.00 0.61 0.17 0.01 96.88 [2022-10-03T01:58:38.380Z] Average: 4 2.45 0.00 0.62 0.04 0.01 96.88 [2022-10-03T01:58:38.380Z] Average: 5 2.26 0.00 0.54 0.18 0.01 97.00 [2022-10-03T01:58:38.380Z] Average: 6 2.31 0.00 0.59 0.18 0.01 96.91 [2022-10-03T01:58:38.380Z] Average: 7 2.29 0.00 0.55 0.08 0.01 97.08 [2022-10-03T01:58:38.380Z] [2022-10-03T01:58:38.380Z] [2022-10-03T01:58:38.380Z]