Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 0134c4c717d226af86e9f48c42195e986438ddab 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-ssh16999333633514600334.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 590556114a56c6d90cc8043840e039c2f74196dc 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-ssh10180756269909292478.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 590556114a56c6d90cc8043840e039c2f74196dc The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/device-mqtt-go/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-mqtt-go/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh567861892223463741.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 590556114a56c6d90cc8043840e039c2f74196dc (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 590556114a56c6d90cc8043840e039c2f74196dc # timeout=10 Commit message: "Merge pull request #451 from jinlinGuan/fix-snyk" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh6496298352382418545.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 65355178549468b165f8106641c96c3190b1d843 The recommended git tool is: NONE using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/device-mqtt-go/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-mqtt-go/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh9315441326048578752.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-mqtt-go] ========================================================= [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.21 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-995 in /w/workspace/edgexfoundry_device-mqtt-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git > git init /w/workspace/edgexfoundry_device-mqtt-go_main # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 0134c4c717d226af86e9f48c42195e986438ddab (main) > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 0134c4c717d226af86e9f48c42195e986438ddab # timeout=10 Commit message: "Merge pull request #674 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go/v3-3.2.0-dev.15" > git rev-list --no-walk cece63dbd868ba4ffecf5f739a16bcebc59408bd # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2024-05-29T02:01:51.352Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2024-05-29T02:01:51.439Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2024-05-29T02:01:51.465Z] ========================================================= [2024-05-29T02:01:51.465Z] EdgeX Global Pipelines Version Info [2024-05-29T02:01:51.465Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2024-05-29T02:01:52.204Z] ------------------- [2024-05-29T02:01:52.204Z] stable info: [2024-05-29T02:01:52.204Z] ------------------- [2024-05-29T02:01:52.204Z] Commited By: Ginny Guan ginny@iotechsys.com [2024-05-29T02:01:52.204Z] Commit SHA: 590556114a56c6d90cc8043840e039c2f74196dc [2024-05-29T02:01:52.204Z] Message: update stable to v1.0.260 [2024-05-29T02:01:52.775Z] ------------------- [2024-05-29T02:01:52.775Z] experimental info: [2024-05-29T02:01:52.775Z] ------------------- [2024-05-29T02:01:52.775Z] Commited By: Ginny Guan ginny@iotechsys.com [2024-05-29T02:01:52.776Z] Commit SHA: f5e0e1f8358a839901f1a476b3a28a62f8570917 [2024-05-29T02:01:52.776Z] Message: update experimental to v1.0.259 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2024-05-29T02:01:52.901Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-mqtt-go-settings [Pipeline] echo [2024-05-29T02:01:52.927Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-mqtt-go [Pipeline] echo [2024-05-29T02:01:52.955Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2024-05-29T02:01:52.976Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2024-05-29T02:01:53.002Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2024-05-29T02:01:53.024Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.21 [Pipeline] echo [2024-05-29T02:01:53.054Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2024-05-29T02:01:53.081Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2024-05-29T02:01:53.105Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2024-05-29T02:01:53.131Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2024-05-29T02:01:53.154Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2024-05-29T02:01:53.178Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-mqtt [Pipeline] echo [2024-05-29T02:01:53.202Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2024-05-29T02:01:53.231Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2024-05-29T02:01:53.263Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2024-05-29T02:01:53.290Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2024-05-29T02:01:53.316Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2024-05-29T02:01:53.344Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2024-05-29T02:01:53.365Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2024-05-29T02:01:53.385Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2024-05-29T02:01:53.410Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2024-05-29T02:01:53.431Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2024-05-29T02:01:53.450Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2024-05-29T02:01:53.473Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2024-05-29T02:01:53.495Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2024-05-29T02:01:53.515Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2024-05-29T02:01:53.533Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2024-05-29T02:01:53.558Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2024-05-29T02:01:53.583Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2024-05-29T02:01:53.607Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2024-05-29T02:01:53.626Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 0134c4c717d226af86e9f48c42195e986438ddab [Pipeline] echo [2024-05-29T02:01:53.656Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 0134c4c [Pipeline] echo [2024-05-29T02:01:53.678Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-05-29T02:01:53.742Z] provisioning config files... [2024-05-29T02:01:53.759Z] copy managed file [device-mqtt-go-settings] to file:/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/config5857118857711844331tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-05-29T02:01:54.100Z] ---> ****-login.sh [2024-05-29T02:01:54.100Z] nexus3.edgexfoundry.org:10001 [2024-05-29T02:01:54.361Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-05-29T02:01:54.361Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-05-29T02:01:54.361Z] Configure a credential helper to remove this warning. See [2024-05-29T02:01:54.361Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-05-29T02:01:54.361Z] [2024-05-29T02:01:54.361Z] Login Succeeded [2024-05-29T02:01:54.361Z] nexus3.edgexfoundry.org:10002 [2024-05-29T02:01:54.361Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-05-29T02:01:54.362Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-05-29T02:01:54.362Z] Configure a credential helper to remove this warning. See [2024-05-29T02:01:54.362Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-05-29T02:01:54.362Z] [2024-05-29T02:01:54.362Z] Login Succeeded [2024-05-29T02:01:54.362Z] nexus3.edgexfoundry.org:10003 [2024-05-29T02:01:54.623Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-05-29T02:01:54.623Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-05-29T02:01:54.623Z] Configure a credential helper to remove this warning. See [2024-05-29T02:01:54.623Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-05-29T02:01:54.623Z] [2024-05-29T02:01:54.623Z] Login Succeeded [2024-05-29T02:01:54.623Z] nexus3.edgexfoundry.org:10004 [2024-05-29T02:01:54.623Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-05-29T02:01:54.624Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-05-29T02:01:54.624Z] Configure a credential helper to remove this warning. See [2024-05-29T02:01:54.624Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-05-29T02:01:54.624Z] [2024-05-29T02:01:54.624Z] Login Succeeded [2024-05-29T02:01:54.624Z] ****.io [2024-05-29T02:01:54.886Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-05-29T02:01:54.886Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-05-29T02:01:54.886Z] Configure a credential helper to remove this warning. See [2024-05-29T02:01:54.886Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-05-29T02:01:54.886Z] [2024-05-29T02:01:54.886Z] Login Succeeded [2024-05-29T02:01:54.886Z] ---> ****-login.sh ends [Pipeline] } [2024-05-29T02:01:54.893Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2024-05-29T02:01:55.317Z] + git rev-list -1 --merges 0134c4c717d226af86e9f48c42195e986438ddab~1..0134c4c717d226af86e9f48c42195e986438ddab [Pipeline] echo [2024-05-29T02:01:55.341Z] -----------> git rev-list -1 --merges 0134c4c717d226af86e9f48c42195e986438ddab~1..0134c4c717d226af86e9f48c42195e986438ddab 0134c4c717d226af86e9f48c42195e986438ddab [2024-05-29T02:01:55.341Z] 0134c4c717d226af86e9f48c42195e986438ddab [false] [Pipeline] sh [2024-05-29T02:01:55.640Z] + git log --format=format:%s -1 0134c4c717d226af86e9f48c42195e986438ddab [Pipeline] echo [2024-05-29T02:01:55.655Z] ========================================================= [2024-05-29T02:01:55.655Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2024-05-29T02:01:55.655Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2024-05-29T02:01:55.992Z] + git log --format=format:%s -1 0134c4c717d226af86e9f48c42195e986438ddab [Pipeline] echo [2024-05-29T02:01:56.006Z] [semverPrep] GIT_COMMIT: 0134c4c717d226af86e9f48c42195e986438ddab, Commit Message: Merge pull request #674 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go/v3-3.2.0-dev.15 [Pipeline] echo [2024-05-29T02:01:56.019Z] [semverPrep] This is not a build commit. [Pipeline] sh [2024-05-29T02:01:56.405Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-05-29T02:01:56.406Z] + grep -v github /etc/ssh/ssh_known_hosts [2024-05-29T02:01:56.406Z] + [ -e /tmp/ssh_known_hosts ] [2024-05-29T02:01:56.406Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2024-05-29T02:01:56.406Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2024-05-29T02:01:56.406Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2024-05-29T02:01:56.406Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-29T02:01:56.830Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-05-29T02:01:56.830Z] [2024-05-29T02:01:56.830Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-29T02:01:57.144Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-05-29T02:01:57.144Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2024-05-29T02:01:57.144Z] b85a868b505f: Pulling fs layer [2024-05-29T02:01:57.144Z] e2be974225ed: Pulling fs layer [2024-05-29T02:01:57.144Z] 339a4e72a1f5: Pulling fs layer [2024-05-29T02:01:57.144Z] 988bab9f4d93: Pulling fs layer [2024-05-29T02:01:57.144Z] 1469e6f7b9e6: Pulling fs layer [2024-05-29T02:01:57.145Z] eaf3925da568: Pulling fs layer [2024-05-29T02:01:57.145Z] bab4dde63d76: Pulling fs layer [2024-05-29T02:01:57.145Z] bde34c3a00c8: Pulling fs layer [2024-05-29T02:01:57.145Z] b352a97aabf1: Pulling fs layer [2024-05-29T02:01:57.145Z] 4872d77fe225: Pulling fs layer [2024-05-29T02:01:57.145Z] 5851b861e8e6: Pulling fs layer [2024-05-29T02:01:57.145Z] 988bab9f4d93: Waiting [2024-05-29T02:01:57.145Z] eaf3925da568: Waiting [2024-05-29T02:01:57.145Z] bab4dde63d76: Waiting [2024-05-29T02:01:57.145Z] bde34c3a00c8: Waiting [2024-05-29T02:01:57.145Z] b352a97aabf1: Waiting [2024-05-29T02:01:57.145Z] 4872d77fe225: Waiting [2024-05-29T02:01:57.145Z] 5851b861e8e6: Waiting [2024-05-29T02:01:57.145Z] 1469e6f7b9e6: Waiting [2024-05-29T02:01:57.145Z] e2be974225ed: Verifying Checksum [2024-05-29T02:01:57.145Z] e2be974225ed: Download complete [2024-05-29T02:01:57.145Z] 988bab9f4d93: Verifying Checksum [2024-05-29T02:01:57.145Z] 988bab9f4d93: Download complete [2024-05-29T02:01:57.145Z] 1469e6f7b9e6: Verifying Checksum [2024-05-29T02:01:57.145Z] 1469e6f7b9e6: Download complete [2024-05-29T02:01:57.145Z] eaf3925da568: Verifying Checksum [2024-05-29T02:01:57.145Z] eaf3925da568: Download complete [2024-05-29T02:01:57.145Z] 339a4e72a1f5: Verifying Checksum [2024-05-29T02:01:57.145Z] 339a4e72a1f5: Download complete [2024-05-29T02:01:57.410Z] bde34c3a00c8: Verifying Checksum [2024-05-29T02:01:57.410Z] bde34c3a00c8: Download complete [2024-05-29T02:01:57.410Z] b352a97aabf1: Download complete [2024-05-29T02:01:57.410Z] 4872d77fe225: Verifying Checksum [2024-05-29T02:01:57.410Z] 4872d77fe225: Download complete [2024-05-29T02:01:57.410Z] 5851b861e8e6: Verifying Checksum [2024-05-29T02:01:57.410Z] 5851b861e8e6: Download complete [2024-05-29T02:01:57.410Z] b85a868b505f: Verifying Checksum [2024-05-29T02:01:57.410Z] b85a868b505f: Download complete [2024-05-29T02:01:57.671Z] bab4dde63d76: Verifying Checksum [2024-05-29T02:01:57.671Z] bab4dde63d76: Download complete [2024-05-29T02:01:58.609Z] b85a868b505f: Pull complete [2024-05-29T02:01:58.869Z] e2be974225ed: Pull complete [2024-05-29T02:01:59.128Z] 339a4e72a1f5: Pull complete [2024-05-29T02:01:59.387Z] 988bab9f4d93: Pull complete [2024-05-29T02:01:59.647Z] 1469e6f7b9e6: Pull complete [2024-05-29T02:01:59.647Z] eaf3925da568: Pull complete [2024-05-29T02:02:01.560Z] bab4dde63d76: Pull complete [2024-05-29T02:02:01.560Z] bde34c3a00c8: Pull complete [2024-05-29T02:02:01.560Z] b352a97aabf1: Pull complete [2024-05-29T02:02:01.560Z] 4872d77fe225: Pull complete [2024-05-29T02:02:01.560Z] 5851b861e8e6: Pull complete [2024-05-29T02:02:01.560Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2024-05-29T02:02:01.819Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-05-29T02:02:01.819Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-05-29T02:02:01.960Z] prd-ubuntu20.04-docker-8c-8g-995 does not seem to be running inside a container [2024-05-29T02:02:01.995Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-mqtt-go_main -v /w/workspace/edgexfoundry_device-mqtt-go_main:/w/workspace/edgexfoundry_device-mqtt-go_main:rw,z -v /w/workspace/edgexfoundry_device-mqtt-go_main@tmp:/w/workspace/edgexfoundry_device-mqtt-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2024-05-29T02:02:03.204Z] $ docker top ee24f37dc4356bf579d9f91888fbc95b004effd789f3b0c26bf28ac320c76e49 -eo pid,comm [2024-05-29T02:02:03.258Z] 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). [2024-05-29T02:02:03.258Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-05-29T02:02:03.323Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-05-29T02:02:03.323Z] [ssh-agent] Looking for ssh-agent implementation... [2024-05-29T02:02:03.422Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-05-29T02:02:03.428Z] $ docker exec ee24f37dc4356bf579d9f91888fbc95b004effd789f3b0c26bf28ac320c76e49 ssh-agent [2024-05-29T02:02:03.528Z] SSH_AUTH_SOCK=/tmp/ssh-b4ln4zNcD35U/agent.34 [2024-05-29T02:02:03.528Z] SSH_AGENT_PID=40 [2024-05-29T02:02:03.534Z] Running ssh-add (command line suppressed) [2024-05-29T02:02:03.638Z] Identity added: /w/workspace/edgexfoundry_device-mqtt-go_main@tmp/private_key_255780524955515463.key (/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/private_key_255780524955515463.key) [2024-05-29T02:02:03.649Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-05-29T02:02:03.943Z] + git tag --points-at HEAD [Pipeline] } [2024-05-29T02:02:03.958Z] $ docker exec --env ******** --env ******** ee24f37dc4356bf579d9f91888fbc95b004effd789f3b0c26bf28ac320c76e49 ssh-agent -k [2024-05-29T02:02:04.049Z] unset SSH_AUTH_SOCK; [2024-05-29T02:02:04.050Z] unset SSH_AGENT_PID; [2024-05-29T02:02:04.050Z] echo Agent pid 40 killed; [2024-05-29T02:02:04.058Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2024-05-29T02:02:04.104Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-05-29T02:02:04.104Z] [ssh-agent] Looking for ssh-agent implementation... [2024-05-29T02:02:04.217Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-05-29T02:02:04.222Z] $ docker exec ee24f37dc4356bf579d9f91888fbc95b004effd789f3b0c26bf28ac320c76e49 ssh-agent [2024-05-29T02:02:04.323Z] SSH_AUTH_SOCK=/tmp/ssh-1T3Z789gwVo1/agent.73 [2024-05-29T02:02:04.323Z] SSH_AGENT_PID=79 [2024-05-29T02:02:04.327Z] Running ssh-add (command line suppressed) [2024-05-29T02:02:04.432Z] Identity added: /w/workspace/edgexfoundry_device-mqtt-go_main@tmp/private_key_16886069793236602564.key (/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/private_key_16886069793236602564.key) [2024-05-29T02:02:04.445Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-05-29T02:02:04.737Z] + git semver init [2024-05-29T02:02:04.997Z] 2024-05-29 02:02:04,912 [run_init] DEBUG init version:0.0.0 force:False [2024-05-29T02:02:04.997Z] 2024-05-29 02:02:04,913 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_device-mqtt-go_main/.semver [2024-05-29T02:02:04.997Z] 2024-05-29 02:02:04,913 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-mqtt-go.git /w/workspace/edgexfoundry_device-mqtt-go_main/.semver [2024-05-29T02:02:04.997Z] 2024-05-29 02:02:04,913 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-mqtt-go.git', '/w/workspace/edgexfoundry_device-mqtt-go_main/.semver'], cwd=/w/workspace/edgexfoundry_device-mqtt-go_main, universal_newlines=False, shell=None, istream=None) [2024-05-29T02:02:06.382Z] 2024-05-29 02:02:06,120 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_device-mqtt-go_main/.git/info/exclude [2024-05-29T02:02:06.382Z] 2024-05-29 02:02:06,121 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_device-mqtt-go_main/.semver/main with force:False [2024-05-29T02:02:06.382Z] 2024-05-29 02:02:06,121 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-mqtt-go_main/.semver/main [2024-05-29T02:02:06.382Z] 2024-05-29 02:02:06,121 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-mqtt-go_main/.semver/main [2024-05-29T02:02:06.382Z] 3.2.0-dev.12 [Pipeline] } [2024-05-29T02:02:06.397Z] $ docker exec --env ******** --env ******** ee24f37dc4356bf579d9f91888fbc95b004effd789f3b0c26bf28ac320c76e49 ssh-agent -k [2024-05-29T02:02:06.489Z] unset SSH_AUTH_SOCK; [2024-05-29T02:02:06.492Z] unset SSH_AGENT_PID; [2024-05-29T02:02:06.492Z] echo Agent pid 79 killed; [2024-05-29T02:02:06.497Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-05-29T02:02:06.820Z] + git semver [Pipeline] } [2024-05-29T02:02:07.093Z] $ docker stop --time=1 ee24f37dc4356bf579d9f91888fbc95b004effd789f3b0c26bf28ac320c76e49 [2024-05-29T02:02:08.416Z] $ docker rm -f --volumes ee24f37dc4356bf579d9f91888fbc95b004effd789f3b0c26bf28ac320c76e49 [Pipeline] // withDockerContainer [Pipeline] sh [2024-05-29T02:02:08.769Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2024-05-29T02:02:09.020Z] Stashed 1 file(s) [Pipeline] echo [2024-05-29T02:02:09.024Z] [edgeXSemver]: initialized semver on version 3.2.0-dev.12 [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 [2024-05-29T02:02:09.230Z] provisioning config files... [2024-05-29T02:02:09.240Z] copy managed file [device-mqtt-go-settings] to file:/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/config4667073545955802268tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-05-29T02:02:09.548Z] ---> ****-login.sh [2024-05-29T02:02:09.549Z] nexus3.edgexfoundry.org:10001 [2024-05-29T02:02:09.549Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-05-29T02:02:09.549Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-05-29T02:02:09.549Z] Configure a credential helper to remove this warning. See [2024-05-29T02:02:09.549Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-05-29T02:02:09.549Z] [2024-05-29T02:02:09.549Z] Login Succeeded [2024-05-29T02:02:09.549Z] nexus3.edgexfoundry.org:10002 [2024-05-29T02:02:09.549Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-05-29T02:02:09.549Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-05-29T02:02:09.549Z] Configure a credential helper to remove this warning. See [2024-05-29T02:02:09.549Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-05-29T02:02:09.549Z] [2024-05-29T02:02:09.549Z] Login Succeeded [2024-05-29T02:02:09.549Z] nexus3.edgexfoundry.org:10003 [2024-05-29T02:02:09.809Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-05-29T02:02:09.810Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-05-29T02:02:09.810Z] Configure a credential helper to remove this warning. See [2024-05-29T02:02:09.810Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-05-29T02:02:09.810Z] [2024-05-29T02:02:09.810Z] Login Succeeded [2024-05-29T02:02:09.810Z] nexus3.edgexfoundry.org:10004 [2024-05-29T02:02:09.810Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-05-29T02:02:09.810Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-05-29T02:02:09.810Z] Configure a credential helper to remove this warning. See [2024-05-29T02:02:09.810Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-05-29T02:02:09.810Z] [2024-05-29T02:02:09.810Z] Login Succeeded [2024-05-29T02:02:09.810Z] ****.io [2024-05-29T02:02:09.810Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-05-29T02:02:10.071Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-05-29T02:02:10.071Z] Configure a credential helper to remove this warning. See [2024-05-29T02:02:10.071Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-05-29T02:02:10.071Z] [2024-05-29T02:02:10.071Z] Login Succeeded [2024-05-29T02:02:10.071Z] ---> ****-login.sh ends [Pipeline] } [2024-05-29T02:02:10.079Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2024-05-29T02:02:10.176Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-05-29T02:02:10.197Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-05-29T02:02:10.215Z] ========================================================= [2024-05-29T02:02:10.215Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine] [2024-05-29T02:02:10.215Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-29T02:02:10.555Z] + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine --build-arg MAKE=echo noop --target=builder . [2024-05-29T02:02:10.555Z] Sending build context to Docker daemon 20.98MB [2024-05-29T02:02:10.555Z] Step 1/12 : ARG BASE=golang:1.21-alpine3.18 [2024-05-29T02:02:10.555Z] Step 2/12 : FROM ${BASE} AS builder [2024-05-29T02:02:10.555Z] 1.21-alpine: Pulling from edgex-devops/edgex-golang-base [2024-05-29T02:02:10.555Z] 619be1103602: Pulling fs layer [2024-05-29T02:02:10.555Z] 7862e08f4a3e: Pulling fs layer [2024-05-29T02:02:10.555Z] 5df492c9dc93: Pulling fs layer [2024-05-29T02:02:10.555Z] 7629e6793208: Pulling fs layer [2024-05-29T02:02:10.555Z] 4f4fb700ef54: Pulling fs layer [2024-05-29T02:02:10.555Z] fb5054dd5b73: Pulling fs layer [2024-05-29T02:02:10.555Z] eeca6798cff9: Pulling fs layer [2024-05-29T02:02:10.555Z] aa269ceb94a6: Pulling fs layer [2024-05-29T02:02:10.555Z] ada007ff1a6a: Pulling fs layer [2024-05-29T02:02:10.555Z] 7629e6793208: Waiting [2024-05-29T02:02:10.555Z] 4f4fb700ef54: Waiting [2024-05-29T02:02:10.555Z] fb5054dd5b73: Waiting [2024-05-29T02:02:10.555Z] eeca6798cff9: Waiting [2024-05-29T02:02:10.555Z] aa269ceb94a6: Waiting [2024-05-29T02:02:10.555Z] ada007ff1a6a: Waiting [2024-05-29T02:02:10.817Z] 7862e08f4a3e: Download complete [2024-05-29T02:02:10.817Z] 7629e6793208: Verifying Checksum [2024-05-29T02:02:10.817Z] 7629e6793208: Download complete [2024-05-29T02:02:10.817Z] 4f4fb700ef54: Verifying Checksum [2024-05-29T02:02:10.817Z] 4f4fb700ef54: Download complete [2024-05-29T02:02:10.817Z] 619be1103602: Verifying Checksum [2024-05-29T02:02:10.817Z] 619be1103602: Download complete [2024-05-29T02:02:10.817Z] fb5054dd5b73: Verifying Checksum [2024-05-29T02:02:10.817Z] fb5054dd5b73: Download complete [2024-05-29T02:02:10.817Z] eeca6798cff9: Download complete [2024-05-29T02:02:10.817Z] 619be1103602: Pull complete [2024-05-29T02:02:11.076Z] ada007ff1a6a: Verifying Checksum [2024-05-29T02:02:11.076Z] ada007ff1a6a: Download complete [2024-05-29T02:02:11.076Z] 7862e08f4a3e: Pull complete [2024-05-29T02:02:11.076Z] 5df492c9dc93: Verifying Checksum [2024-05-29T02:02:11.076Z] 5df492c9dc93: Download complete [2024-05-29T02:02:11.642Z] aa269ceb94a6: Verifying Checksum [2024-05-29T02:02:11.642Z] aa269ceb94a6: Download complete [2024-05-29T02:02:14.172Z] 5df492c9dc93: Pull complete [2024-05-29T02:02:14.431Z] 7629e6793208: Pull complete [2024-05-29T02:02:14.431Z] 4f4fb700ef54: Pull complete [2024-05-29T02:02:14.431Z] fb5054dd5b73: Pull complete [2024-05-29T02:02:14.690Z] eeca6798cff9: Pull complete [2024-05-29T02:02:17.219Z] aa269ceb94a6: Pull complete [2024-05-29T02:02:17.219Z] ada007ff1a6a: Pull complete [2024-05-29T02:02:17.219Z] Digest: sha256:69d97b8d72889085871306873fcae42e135f8428d5f0f63f88bd56e040916423 [2024-05-29T02:02:17.219Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [2024-05-29T02:02:17.219Z] ---> f489d0715acc [2024-05-29T02:02:17.219Z] Step 3/12 : ARG ADD_BUILD_TAGS="" [2024-05-29T02:02:18.601Z] ---> Running in 3cf6eb33f2d8 [2024-05-29T02:02:18.861Z] Removing intermediate container 3cf6eb33f2d8 [2024-05-29T02:02:18.861Z] ---> 1569a8c2b6a1 [2024-05-29T02:02:18.861Z] Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2024-05-29T02:02:18.861Z] ---> Running in 2f6cc7207a97 [2024-05-29T02:02:18.861Z] Removing intermediate container 2f6cc7207a97 [2024-05-29T02:02:18.861Z] ---> 7875203eae70 [2024-05-29T02:02:18.861Z] Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client" [2024-05-29T02:02:18.861Z] ---> Running in 8bed65e26796 [2024-05-29T02:02:19.120Z] Removing intermediate container 8bed65e26796 [2024-05-29T02:02:19.120Z] ---> 4e644b06a81b [2024-05-29T02:02:19.120Z] Step 6/12 : ARG ALPINE_PKG_EXTRA="" [2024-05-29T02:02:19.120Z] ---> Running in 9f3104f2870e [2024-05-29T02:02:19.120Z] Removing intermediate container 9f3104f2870e [2024-05-29T02:02:19.120Z] ---> 213a54d70159 [2024-05-29T02:02:19.120Z] Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2024-05-29T02:02:19.120Z] ---> Running in 83de92947259 [2024-05-29T02:02:19.378Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-05-29T02:02:19.638Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-05-29T02:02:19.899Z] (1/4) Installing openssh-keygen (9.3_p2-r1) [2024-05-29T02:02:19.899Z] (2/4) Installing libedit (20221030.3.1-r1) [2024-05-29T02:02:19.899Z] (3/4) Installing openssh-client-common (9.3_p2-r1) [2024-05-29T02:02:19.899Z] (4/4) Installing openssh-client-default (9.3_p2-r1) [2024-05-29T02:02:19.899Z] Executing busybox-1.36.1-r5.trigger [2024-05-29T02:02:19.899Z] OK: 268 MiB in 56 packages [2024-05-29T02:02:20.467Z] Removing intermediate container 83de92947259 [2024-05-29T02:02:20.467Z] ---> 5a8b5eaffaa1 [2024-05-29T02:02:20.467Z] Step 8/12 : WORKDIR /device-mqtt-go [2024-05-29T02:02:20.467Z] ---> Running in 7f974cd4a2d6 [2024-05-29T02:02:20.467Z] Removing intermediate container 7f974cd4a2d6 [2024-05-29T02:02:20.467Z] ---> 6ce7e8e27fda [2024-05-29T02:02:20.467Z] Step 9/12 : COPY go.mod vendor* ./ [2024-05-29T02:02:20.467Z] ---> 10a28fc26757 [2024-05-29T02:02:20.467Z] Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-05-29T02:02:20.467Z] ---> Running in fdf4b68c13be [2024-05-29T02:02:24.176Z] Still waiting to schedule task [2024-05-29T02:02:24.177Z] Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-994’ [2024-05-29T02:03:16.829Z] Removing intermediate container fdf4b68c13be [2024-05-29T02:03:16.829Z] ---> 0cf9ab997c31 [2024-05-29T02:03:16.829Z] Step 11/12 : COPY . . [2024-05-29T02:03:16.829Z] ---> fcea3480fbef [2024-05-29T02:03:16.829Z] Step 12/12 : RUN $MAKE [2024-05-29T02:03:16.829Z] ---> Running in 0df076ec4420 [2024-05-29T02:03:16.829Z] noop [2024-05-29T02:03:16.829Z] Removing intermediate container 0df076ec4420 [2024-05-29T02:03:16.829Z] ---> 9834b343b995 [2024-05-29T02:03:16.829Z] Successfully built 9834b343b995 [2024-05-29T02:03:16.829Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-29T02:03:17.165Z] + docker inspect -f . ci-base-image-x86_64 [2024-05-29T02:03:17.165Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-05-29T02:03:17.251Z] prd-ubuntu20.04-docker-8c-8g-995 does not seem to be running inside a container [2024-05-29T02:03:17.288Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_device-mqtt-go_main -v /w/workspace/edgexfoundry_device-mqtt-go_main:/w/workspace/edgexfoundry_device-mqtt-go_main:rw,z -v /w/workspace/edgexfoundry_device-mqtt-go_main@tmp:/w/workspace/edgexfoundry_device-mqtt-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2024-05-29T02:03:17.650Z] $ docker top 931970d1194464b8676471819acebb92b3a57e9b08191faeaa5d8f6873ecd39a -eo pid,comm [Pipeline] { [Pipeline] sh [2024-05-29T02:03:17.997Z] + go version [2024-05-29T02:03:17.997Z] go version go1.21.9 linux/amd64 [Pipeline] } [2024-05-29T02:03:18.009Z] $ docker stop --time=1 931970d1194464b8676471819acebb92b3a57e9b08191faeaa5d8f6873ecd39a [2024-05-29T02:03:19.304Z] $ docker rm -f --volumes 931970d1194464b8676471819acebb92b3a57e9b08191faeaa5d8f6873ecd39a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-29T02:03:19.731Z] + docker inspect -f . ci-base-image-x86_64 [2024-05-29T02:03:19.731Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-05-29T02:03:19.815Z] prd-ubuntu20.04-docker-8c-8g-995 does not seem to be running inside a container [2024-05-29T02:03:19.847Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/edgexfoundry_device-mqtt-go_main -v /w/workspace/edgexfoundry_device-mqtt-go_main:/w/workspace/edgexfoundry_device-mqtt-go_main:rw,z -v /w/workspace/edgexfoundry_device-mqtt-go_main@tmp:/w/workspace/edgexfoundry_device-mqtt-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2024-05-29T02:03:20.255Z] $ docker top d846e5ee71fb4684a40eb3c7b99f1fdb80b25d24454c759e8aa674d57584f661 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-05-29T02:03:20.603Z] + git config --global --add safe.directory /w/workspace/edgexfoundry_device-mqtt-go_main [Pipeline] fileExists [Pipeline] sh [2024-05-29T02:03:20.907Z] + make test [2024-05-29T02:03:20.907Z] go test ./... -coverprofile=coverage.out ./... [2024-05-29T02:03:22.812Z] ? github.com/edgexfoundry/device-mqtt-go [no test files] [2024-05-29T02:03:44.750Z] ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] [2024-05-29T02:03:44.750Z] ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] [2024-05-29T02:03:44.750Z] ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.035s coverage: 22.8% of statements [2024-05-29T02:03:52.921Z] go vet ./... [2024-05-29T02:03:58.179Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2024-05-29T02:03:58.438Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2024-05-29T02:03:58.438Z] ./bin/test-attribution-txt.sh [2024-05-29T02:03:58.438Z] An attribution for github.com/asaskevich/govalidator is missing from Attribution.txt, please add [2024-05-29T02:03:58.438Z] An attribution for github.com/cenkalti/backoff/v4 is missing from Attribution.txt, please add [2024-05-29T02:03:58.438Z] An attribution for github.com/fsnotify/fsnotify is missing from Attribution.txt, please add [2024-05-29T02:03:58.438Z] An attribution for github.com/fullsailor/pkcs7 is missing from Attribution.txt, please add [2024-05-29T02:03:58.438Z] An attribution for github.com/go-logr/logr is missing from Attribution.txt, please add [2024-05-29T02:03:58.438Z] An attribution for github.com/go-logr/stdr is missing from Attribution.txt, please add [2024-05-29T02:03:58.438Z] An attribution for github.com/go-ole/go-ole is missing from Attribution.txt, please add [2024-05-29T02:03:58.438Z] An attribution for github.com/go-openapi/analysis is missing from Attribution.txt, please add [2024-05-29T02:03:58.438Z] An attribution for github.com/go-openapi/errors is missing from Attribution.txt, please add [2024-05-29T02:03:58.438Z] An attribution for github.com/go-openapi/jsonpointer is missing from Attribution.txt, please add [2024-05-29T02:03:58.438Z] An attribution for github.com/go-openapi/jsonreference is missing from Attribution.txt, please add [2024-05-29T02:03:58.438Z] An attribution for github.com/go-openapi/loads is missing from Attribution.txt, please add [2024-05-29T02:03:58.438Z] An attribution for github.com/go-openapi/runtime is missing from Attribution.txt, please add [2024-05-29T02:03:58.438Z] An attribution for github.com/go-openapi/spec is missing from Attribution.txt, please add [2024-05-29T02:03:58.438Z] An attribution for github.com/go-openapi/strfmt is missing from Attribution.txt, please add [2024-05-29T02:03:58.438Z] An attribution for github.com/go-openapi/swag is missing from Attribution.txt, please add [2024-05-29T02:03:58.438Z] An attribution for github.com/go-openapi/validate is missing from Attribution.txt, please add [2024-05-29T02:03:58.438Z] An attribution for github.com/go-resty/resty/v2 is missing from Attribution.txt, please add [2024-05-29T02:03:58.438Z] An attribution for github.com/golang-jwt/jwt/v5 is missing from Attribution.txt, please add [2024-05-29T02:03:58.438Z] An attribution for github.com/gorilla/mux is missing from Attribution.txt, please add [2024-05-29T02:03:58.438Z] An attribution for github.com/gorilla/schema is missing from Attribution.txt, please add [2024-05-29T02:03:58.438Z] An attribution for github.com/gorilla/securecookie is missing from Attribution.txt, please add [2024-05-29T02:03:58.438Z] An attribution for github.com/josharian/intern is missing from Attribution.txt, please add [2024-05-29T02:03:58.438Z] An attribution for github.com/kataras/go-events is missing from Attribution.txt, please add [2024-05-29T02:03:58.438Z] An attribution for github.com/lufia/plan9stats is missing from Attribution.txt, please add [2024-05-29T02:03:58.438Z] An attribution for github.com/mailru/easyjson is missing from Attribution.txt, please add [2024-05-29T02:03:58.438Z] An attribution for github.com/mgutz/ansi is missing from Attribution.txt, please add [2024-05-29T02:03:58.438Z] An attribution for github.com/michaelquigley/pfxlog is missing from Attribution.txt, please add [2024-05-29T02:03:58.438Z] An attribution for github.com/miekg/pkcs11 is missing from Attribution.txt, please add [2024-05-29T02:03:58.438Z] An attribution for github.com/mitchellh/go-ps is missing from Attribution.txt, please add [2024-05-29T02:03:58.438Z] An attribution for github.com/muhlemmer/gu is missing from Attribution.txt, please add [2024-05-29T02:03:58.438Z] An attribution for github.com/oklog/ulid is missing from Attribution.txt, please add [2024-05-29T02:03:58.438Z] An attribution for github.com/opentracing/opentracing-go is missing from Attribution.txt, please add [2024-05-29T02:03:58.438Z] An attribution for github.com/openziti/channel/v2 is missing from Attribution.txt, please add [2024-05-29T02:03:58.438Z] An attribution for github.com/openziti/edge-api is missing from Attribution.txt, please add [2024-05-29T02:03:58.438Z] An attribution for github.com/openziti/foundation/v2 is missing from Attribution.txt, please add [2024-05-29T02:03:58.438Z] An attribution for github.com/openziti/identity is missing from Attribution.txt, please add [2024-05-29T02:03:58.438Z] An attribution for github.com/openziti/metrics is missing from Attribution.txt, please add [2024-05-29T02:03:58.438Z] An attribution for github.com/openziti/sdk-golang is missing from Attribution.txt, please add [2024-05-29T02:03:58.438Z] An attribution for github.com/openziti/secretstream is missing from Attribution.txt, please add [2024-05-29T02:03:58.438Z] An attribution for github.com/openziti/transport/v2 is missing from Attribution.txt, please add [2024-05-29T02:03:58.438Z] An attribution for github.com/orcaman/concurrent-map/v2 is missing from Attribution.txt, please add [2024-05-29T02:03:58.438Z] An attribution for github.com/parallaxsecond/parsec-client-go is missing from Attribution.txt, please add [2024-05-29T02:03:58.438Z] An attribution for github.com/pkg/errors is missing from Attribution.txt, please add [2024-05-29T02:03:58.438Z] An attribution for github.com/power-devops/perfstat is missing from Attribution.txt, please add [2024-05-29T02:03:58.438Z] An attribution for github.com/shirou/gopsutil/v3 is missing from Attribution.txt, please add [2024-05-29T02:03:58.438Z] An attribution for github.com/shoenig/go-m1cpu is missing from Attribution.txt, please add [2024-05-29T02:03:58.438Z] An attribution for github.com/sirupsen/logrus is missing from Attribution.txt, please add [2024-05-29T02:03:58.438Z] An attribution for github.com/speps/go-hashids is missing from Attribution.txt, please add [2024-05-29T02:03:58.438Z] An attribution for github.com/tklauser/go-sysconf is missing from Attribution.txt, please add [2024-05-29T02:03:58.438Z] An attribution for github.com/tklauser/numcpus is missing from Attribution.txt, please add [2024-05-29T02:03:58.438Z] An attribution for github.com/yusufpapurcu/wmi is missing from Attribution.txt, please add [2024-05-29T02:03:58.438Z] An attribution for github.com/zitadel/oidc/v2 is missing from Attribution.txt, please add [2024-05-29T02:03:58.438Z] An attribution for go.mongodb.org/mongo-driver is missing from Attribution.txt, please add [2024-05-29T02:03:58.438Z] An attribution for go.mozilla.org/pkcs7 is missing from Attribution.txt, please add [2024-05-29T02:03:58.438Z] An attribution for go.opentelemetry.io/otel is missing from Attribution.txt, please add [2024-05-29T02:03:58.438Z] An attribution for go.opentelemetry.io/otel/metric is missing from Attribution.txt, please add [2024-05-29T02:03:58.438Z] An attribution for go.opentelemetry.io/otel/trace is missing from Attribution.txt, please add [2024-05-29T02:03:58.438Z] An attribution for golang.org/x/oauth2 is missing from Attribution.txt, please add [2024-05-29T02:03:58.438Z] An attribution for golang.org/x/term is missing from Attribution.txt, please add [2024-05-29T02:03:58.438Z] An attribution for google.golang.org/genproto/googleapis/rpc is missing from Attribution.txt, please add [2024-05-29T02:03:58.438Z] An attribution for nhooyr.io/websocket is missing from Attribution.txt, please add [Pipeline] echo [2024-05-29T02:03:58.450Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } [2024-05-29T02:03:58.473Z] $ docker stop --time=1 d846e5ee71fb4684a40eb3c7b99f1fdb80b25d24454c759e8aa674d57584f661 [2024-05-29T02:04:02.922Z] $ docker rm -f --volumes d846e5ee71fb4684a40eb3c7b99f1fdb80b25d24454c759e8aa674d57584f661 [Pipeline] // withDockerContainer [Pipeline] sh [2024-05-29T02:04:03.526Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2024-05-29T02:04:03.563Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2024-05-29T02:04:04.111Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2024-05-29T02:04:04.399Z] + ls -al . [2024-05-29T02:04:04.399Z] total 252 [2024-05-29T02:04:04.399Z] drwxrwxr-x 9 jenkins jenkins 4096 May 29 02:03 . [2024-05-29T02:04:04.399Z] drwxrwxr-x 4 jenkins jenkins 4096 May 29 02:01 .. [2024-05-29T02:04:04.399Z] -rw-rw-r-- 1 jenkins jenkins 140 May 29 02:01 .dockerignore [2024-05-29T02:04:04.399Z] drwxrwxr-x 8 jenkins jenkins 4096 May 29 02:03 .git [2024-05-29T02:04:04.399Z] drwxrwxr-x 3 jenkins jenkins 4096 May 29 02:01 .github [2024-05-29T02:04:04.399Z] -rw-rw-r-- 1 jenkins jenkins 264 May 29 02:01 .gitignore [2024-05-29T02:04:04.399Z] -rw-rw-r-- 1 jenkins jenkins 41 May 29 02:01 .golangci.yml [2024-05-29T02:04:04.399Z] drwxr-xr-x 3 jenkins jenkins 4096 May 29 02:02 .semver [2024-05-29T02:04:04.399Z] -rw-rw-r-- 1 jenkins jenkins 10386 May 29 02:01 Attribution.txt [2024-05-29T02:04:04.399Z] -rw-rw-r-- 1 jenkins jenkins 18574 May 29 02:01 CHANGELOG.md [2024-05-29T02:04:04.399Z] -rw-rw-r-- 1 jenkins jenkins 1798 May 29 02:01 Dockerfile [2024-05-29T02:04:04.399Z] -rw-rw-r-- 1 jenkins jenkins 677 May 29 02:01 GOVERNANCE.md [2024-05-29T02:04:04.399Z] -rw-rw-r-- 1 jenkins jenkins 657 May 29 02:01 Jenkinsfile [2024-05-29T02:04:04.399Z] -rw-rw-r-- 1 jenkins jenkins 11340 May 29 02:01 LICENSE [2024-05-29T02:04:04.399Z] -rw-rw-r-- 1 jenkins jenkins 1963 May 29 02:01 Makefile [2024-05-29T02:04:04.399Z] -rw-rw-r-- 1 jenkins jenkins 620 May 29 02:01 OWNERS.md [2024-05-29T02:04:04.399Z] -rw-rw-r-- 1 jenkins jenkins 3599 May 29 02:01 README.md [2024-05-29T02:04:04.399Z] -rw-rw-r-- 1 jenkins jenkins 12 May 29 02:02 VERSION [2024-05-29T02:04:04.399Z] drwxrwxr-x 2 jenkins jenkins 4096 May 29 02:01 bin [2024-05-29T02:04:04.399Z] drwxrwxr-x 3 jenkins jenkins 4096 May 29 02:01 cmd [2024-05-29T02:04:04.399Z] -rw-r--r-- 1 jenkins jenkins 18506 May 29 02:03 coverage.out [2024-05-29T02:04:04.399Z] -rw-rw-r-- 1 jenkins jenkins 7121 May 29 02:01 go.mod [2024-05-29T02:04:04.399Z] -rw-rw-r-- 1 jenkins jenkins 101544 May 29 02:01 go.sum [2024-05-29T02:04:04.399Z] drwxrwxr-x 3 jenkins jenkins 4096 May 29 02:01 internal [2024-05-29T02:04:04.399Z] drwxrwxr-x 2 jenkins jenkins 4096 May 29 02:01 mock [2024-05-29T02:04:04.399Z] -rw-rw-r-- 1 jenkins jenkins 227 May 29 02:01 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-29T02:04:04.721Z] + 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=0134c4c717d226af86e9f48c42195e986438ddab --label arch=amd64 --label version=3.2.0-dev.12 . [2024-05-29T02:04:04.721Z] Sending build context to Docker daemon 21MB [2024-05-29T02:04:04.721Z] Step 1/25 : ARG BASE=golang:1.21-alpine3.18 [2024-05-29T02:04:04.721Z] Step 2/25 : FROM ${BASE} AS builder [2024-05-29T02:04:04.721Z] ---> 9834b343b995 [2024-05-29T02:04:04.721Z] Step 3/25 : ARG ADD_BUILD_TAGS="" [2024-05-29T02:04:04.982Z] ---> Running in aedfe780d83d [2024-05-29T02:04:05.242Z] Removing intermediate container aedfe780d83d [2024-05-29T02:04:05.242Z] ---> 690522d2ce7d [2024-05-29T02:04:05.242Z] Step 4/25 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2024-05-29T02:04:05.242Z] ---> Running in e8ae1f7c16d1 [2024-05-29T02:04:05.242Z] Removing intermediate container e8ae1f7c16d1 [2024-05-29T02:04:05.242Z] ---> 9858c790cbbd [2024-05-29T02:04:05.242Z] Step 5/25 : ARG ALPINE_PKG_BASE="make git openssh-client" [2024-05-29T02:04:05.242Z] ---> Running in ed8456febd26 [2024-05-29T02:04:05.242Z] Removing intermediate container ed8456febd26 [2024-05-29T02:04:05.242Z] ---> 906082d4e6df [2024-05-29T02:04:05.242Z] Step 6/25 : ARG ALPINE_PKG_EXTRA="" [2024-05-29T02:04:05.242Z] ---> Running in d1568ccc35f2 [2024-05-29T02:04:05.504Z] Removing intermediate container d1568ccc35f2 [2024-05-29T02:04:05.504Z] ---> 0a44f88b51af [2024-05-29T02:04:05.504Z] Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2024-05-29T02:04:05.504Z] ---> Running in c0ac41994556 [2024-05-29T02:04:05.764Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-05-29T02:04:05.764Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-05-29T02:04:06.024Z] OK: 268 MiB in 56 packages [2024-05-29T02:04:06.592Z] Removing intermediate container c0ac41994556 [2024-05-29T02:04:06.592Z] ---> af45cc1f108c [2024-05-29T02:04:06.592Z] Step 8/25 : WORKDIR /device-mqtt-go [2024-05-29T02:04:06.592Z] ---> Running in 5e307b433d91 [2024-05-29T02:04:06.592Z] Removing intermediate container 5e307b433d91 [2024-05-29T02:04:06.592Z] ---> 21f6b3314f4a [2024-05-29T02:04:06.592Z] Step 9/25 : COPY go.mod vendor* ./ [2024-05-29T02:04:06.851Z] ---> 759940c699e2 [2024-05-29T02:04:06.851Z] Step 10/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-05-29T02:04:06.851Z] ---> Running in a3957db89859 [2024-05-29T02:04:07.420Z] Removing intermediate container a3957db89859 [2024-05-29T02:04:07.420Z] ---> 2fd77dc0901f [2024-05-29T02:04:07.420Z] Step 11/25 : COPY . . [2024-05-29T02:04:07.987Z] ---> ec094c4072b8 [2024-05-29T02:04:07.987Z] Step 12/25 : RUN $MAKE [2024-05-29T02:04:07.987Z] ---> Running in dfc7c1fa1f85 [2024-05-29T02:04:08.245Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=3.2.0-dev.12 -X github.com/edgexfoundry/device-sdk-go/v3/internal/common.SDKVersion=v3.2.0-dev.15" -trimpath -mod=readonly -o cmd/device-mqtt ./cmd [2024-05-29T02:04:40.327Z] Removing intermediate container dfc7c1fa1f85 [2024-05-29T02:04:40.327Z] ---> 416d1a1d7a0e [2024-05-29T02:04:40.327Z] Step 13/25 : FROM alpine:3.18 [2024-05-29T02:04:40.327Z] 3.18: Pulling from library/alpine [2024-05-29T02:04:40.327Z] 619be1103602: Already exists [2024-05-29T02:04:40.327Z] Digest: sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 [2024-05-29T02:04:40.327Z] Status: Downloaded newer image for alpine:3.18 [2024-05-29T02:04:40.327Z] ---> d3782b16ccc9 [2024-05-29T02:04:40.327Z] Step 14/25 : LABEL license='VSPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IoTech Ltd' [2024-05-29T02:04:40.327Z] ---> Running in 0599d20dd391 [2024-05-29T02:04:40.327Z] Removing intermediate container 0599d20dd391 [2024-05-29T02:04:40.327Z] ---> 9d89683fc65e [2024-05-29T02:04:40.327Z] Step 15/25 : RUN apk add --update --no-cache dumb-init [2024-05-29T02:04:40.327Z] ---> Running in 2ccc81cf78f0 [2024-05-29T02:04:40.327Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-05-29T02:04:40.327Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-05-29T02:04:40.327Z] (1/1) Installing dumb-init (1.2.5-r2) [2024-05-29T02:04:40.327Z] Executing busybox-1.36.1-r5.trigger [2024-05-29T02:04:40.327Z] OK: 7 MiB in 16 packages [2024-05-29T02:04:40.327Z] Removing intermediate container 2ccc81cf78f0 [2024-05-29T02:04:40.327Z] ---> 8c09949add93 [2024-05-29T02:04:40.327Z] Step 16/25 : RUN apk --no-cache upgrade [2024-05-29T02:04:40.327Z] ---> Running in ec7c0be28d73 [2024-05-29T02:04:40.327Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-05-29T02:04:40.327Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-05-29T02:04:40.327Z] Upgrading critical system libraries and apk-tools: [2024-05-29T02:04:40.327Z] (1/1) Upgrading apk-tools (2.14.0-r2 -> 2.14.4-r0) [2024-05-29T02:04:40.327Z] Executing busybox-1.36.1-r5.trigger [2024-05-29T02:04:40.327Z] Continuing the upgrade transaction with new apk-tools: [2024-05-29T02:04:40.327Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-05-29T02:04:40.327Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-05-29T02:04:40.327Z] (1/6) Upgrading busybox (1.36.1-r5 -> 1.36.1-r6) [2024-05-29T02:04:40.327Z] Executing busybox-1.36.1-r6.post-upgrade [2024-05-29T02:04:40.327Z] (2/6) Upgrading busybox-binsh (1.36.1-r5 -> 1.36.1-r6) [2024-05-29T02:04:40.327Z] (3/6) Upgrading ca-certificates-bundle (20230506-r0 -> 20240226-r0) [2024-05-29T02:04:40.327Z] (4/6) Upgrading libcrypto3 (3.1.4-r5 -> 3.1.5-r0) [2024-05-29T02:04:40.327Z] (5/6) Upgrading libssl3 (3.1.4-r5 -> 3.1.5-r0) [2024-05-29T02:04:40.327Z] (6/6) Upgrading ssl_client (1.36.1-r5 -> 1.36.1-r6) [2024-05-29T02:04:40.327Z] Executing busybox-1.36.1-r6.trigger [2024-05-29T02:04:40.327Z] OK: 7 MiB in 16 packages [2024-05-29T02:04:40.327Z] Removing intermediate container ec7c0be28d73 [2024-05-29T02:04:40.327Z] ---> 311c6bb10eca [2024-05-29T02:04:40.327Z] Step 17/25 : COPY --from=builder /device-mqtt-go/cmd / [2024-05-29T02:04:40.327Z] ---> 93ffa53e688b [2024-05-29T02:04:40.327Z] Step 18/25 : COPY --from=builder /device-mqtt-go/LICENSE / [2024-05-29T02:04:40.327Z] ---> 207ae28f0d65 [2024-05-29T02:04:40.327Z] Step 19/25 : COPY --from=builder /device-mqtt-go/Attribution.txt / [2024-05-29T02:04:40.327Z] ---> d68b44b460f2 [2024-05-29T02:04:40.327Z] Step 20/25 : EXPOSE 59982 [2024-05-29T02:04:40.327Z] ---> Running in 92c27831546e [2024-05-29T02:04:40.327Z] Removing intermediate container 92c27831546e [2024-05-29T02:04:40.327Z] ---> a236e3ab2b66 [2024-05-29T02:04:40.327Z] Step 21/25 : ENTRYPOINT ["/device-mqtt"] [2024-05-29T02:04:40.327Z] ---> Running in 57b2df50dcad [2024-05-29T02:04:40.327Z] Removing intermediate container 57b2df50dcad [2024-05-29T02:04:40.327Z] ---> 00e6ece65732 [2024-05-29T02:04:40.327Z] Step 22/25 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry"] [2024-05-29T02:04:40.327Z] ---> Running in 9b31dd82b024 [2024-05-29T02:04:40.327Z] Removing intermediate container 9b31dd82b024 [2024-05-29T02:04:40.327Z] ---> 9722bc57e0d9 [2024-05-29T02:04:40.327Z] Step 23/25 : LABEL arch=amd64 [2024-05-29T02:04:40.327Z] ---> Running in f6d6e8980e77 [2024-05-29T02:04:40.327Z] Removing intermediate container f6d6e8980e77 [2024-05-29T02:04:40.327Z] ---> 049ea2965b20 [2024-05-29T02:04:40.327Z] Step 24/25 : LABEL git_sha=0134c4c717d226af86e9f48c42195e986438ddab [2024-05-29T02:04:40.327Z] ---> Running in 8cc57346a8c6 [2024-05-29T02:04:40.327Z] Removing intermediate container 8cc57346a8c6 [2024-05-29T02:04:40.327Z] ---> e97f3d41da39 [2024-05-29T02:04:40.327Z] Step 25/25 : LABEL version=3.2.0-dev.12 [2024-05-29T02:04:40.327Z] ---> Running in 7578f31e220d [2024-05-29T02:04:40.327Z] Removing intermediate container 7578f31e220d [2024-05-29T02:04:40.327Z] ---> d8e4236db432 [2024-05-29T02:04:40.327Z] [Warning] One or more build-args [ARCH] were not consumed [2024-05-29T02:04:40.327Z] Successfully built d8e4236db432 [2024-05-29T02:04:40.327Z] Successfully tagged device-mqtt:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-05-29T02:04:40.451Z] provisioning config files... [2024-05-29T02:04:40.460Z] copy managed file [device-mqtt-go-settings] to file:/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/config528912555232659725tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-05-29T02:04:40.768Z] ---> ****-login.sh [2024-05-29T02:04:40.768Z] nexus3.edgexfoundry.org:10001 [2024-05-29T02:04:40.768Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-05-29T02:04:40.768Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-05-29T02:04:40.769Z] Configure a credential helper to remove this warning. See [2024-05-29T02:04:40.769Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-05-29T02:04:40.769Z] [2024-05-29T02:04:40.769Z] Login Succeeded [2024-05-29T02:04:40.769Z] nexus3.edgexfoundry.org:10002 [2024-05-29T02:04:40.769Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-05-29T02:04:40.769Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-05-29T02:04:40.769Z] Configure a credential helper to remove this warning. See [2024-05-29T02:04:40.769Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-05-29T02:04:40.769Z] [2024-05-29T02:04:40.769Z] Login Succeeded [2024-05-29T02:04:40.769Z] nexus3.edgexfoundry.org:10003 [2024-05-29T02:04:41.028Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-05-29T02:04:41.028Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-05-29T02:04:41.028Z] Configure a credential helper to remove this warning. See [2024-05-29T02:04:41.028Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-05-29T02:04:41.028Z] [2024-05-29T02:04:41.028Z] Login Succeeded [2024-05-29T02:04:41.028Z] nexus3.edgexfoundry.org:10004 [2024-05-29T02:04:41.028Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-05-29T02:04:41.028Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-05-29T02:04:41.028Z] Configure a credential helper to remove this warning. See [2024-05-29T02:04:41.028Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-05-29T02:04:41.028Z] [2024-05-29T02:04:41.028Z] Login Succeeded [2024-05-29T02:04:41.028Z] ****.io [2024-05-29T02:04:41.287Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-05-29T02:04:42.226Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-05-29T02:04:42.226Z] Configure a credential helper to remove this warning. See [2024-05-29T02:04:42.226Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-05-29T02:04:42.226Z] [2024-05-29T02:04:42.226Z] Login Succeeded [2024-05-29T02:04:42.226Z] ---> ****-login.sh ends [Pipeline] } [2024-05-29T02:04:42.233Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-05-29T02:04:42.282Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-05-29T02:04:42.310Z] [edgeXDocker.push] Tagging docker image device-mqtt with the following tags: [2024-05-29T02:04:42.310Z] 0134c4c717d226af86e9f48c42195e986438ddab [2024-05-29T02:04:42.310Z] latest [2024-05-29T02:04:42.310Z] 3.2.0-dev.12 [2024-05-29T02:04:42.310Z] 0134c4c717d226af86e9f48c42195e986438ddab-3.2.0-dev.12 [2024-05-29T02:04:42.310Z] main [2024-05-29T02:04:42.310Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-29T02:04:42.666Z] + docker tag device-mqtt nexus3.edgexfoundry.org:10004/device-mqtt:0134c4c717d226af86e9f48c42195e986438ddab [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-29T02:04:42.987Z] + docker push nexus3.edgexfoundry.org:10004/device-mqtt:0134c4c717d226af86e9f48c42195e986438ddab [2024-05-29T02:04:42.987Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-mqtt] [2024-05-29T02:04:42.987Z] 5ca1777d73be: Preparing [2024-05-29T02:04:42.987Z] a8cea2a5ed42: Preparing [2024-05-29T02:04:42.987Z] cd804396443d: Preparing [2024-05-29T02:04:42.987Z] 66998ac59e6d: Preparing [2024-05-29T02:04:42.987Z] f171fec0869a: Preparing [2024-05-29T02:04:42.987Z] aedc3bda2944: Preparing [2024-05-29T02:04:42.987Z] aedc3bda2944: Waiting [2024-05-29T02:04:42.987Z] 5ca1777d73be: Pushed [2024-05-29T02:04:42.987Z] a8cea2a5ed42: Pushed [2024-05-29T02:04:42.987Z] f171fec0869a: Pushed [2024-05-29T02:04:42.987Z] aedc3bda2944: Layer already exists [2024-05-29T02:04:43.554Z] 66998ac59e6d: Pushed [2024-05-29T02:04:47.752Z] cd804396443d: Pushed [2024-05-29T02:04:47.752Z] 0134c4c717d226af86e9f48c42195e986438ddab: digest: sha256:b0568f1cc001e507324556e4fd6cbe3eb5e4030f524100bf9d4526e1a3463476 size: 1576 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-29T02:04:48.090Z] + docker tag device-mqtt nexus3.edgexfoundry.org:10004/device-mqtt:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-29T02:04:48.412Z] + docker push nexus3.edgexfoundry.org:10004/device-mqtt:latest [2024-05-29T02:04:48.412Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-mqtt] [2024-05-29T02:04:48.412Z] 5ca1777d73be: Preparing [2024-05-29T02:04:48.412Z] a8cea2a5ed42: Preparing [2024-05-29T02:04:48.412Z] cd804396443d: Preparing [2024-05-29T02:04:48.412Z] 66998ac59e6d: Preparing [2024-05-29T02:04:48.412Z] f171fec0869a: Preparing [2024-05-29T02:04:48.412Z] aedc3bda2944: Preparing [2024-05-29T02:04:48.412Z] aedc3bda2944: Waiting [2024-05-29T02:04:48.412Z] 5ca1777d73be: Layer already exists [2024-05-29T02:04:48.412Z] a8cea2a5ed42: Layer already exists [2024-05-29T02:04:48.412Z] cd804396443d: Layer already exists [2024-05-29T02:04:48.412Z] f171fec0869a: Layer already exists [2024-05-29T02:04:48.412Z] 66998ac59e6d: Layer already exists [2024-05-29T02:04:48.412Z] aedc3bda2944: Layer already exists [2024-05-29T02:04:48.412Z] latest: digest: sha256:b0568f1cc001e507324556e4fd6cbe3eb5e4030f524100bf9d4526e1a3463476 size: 1576 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-29T02:04:48.746Z] + docker tag device-mqtt nexus3.edgexfoundry.org:10004/device-mqtt:3.2.0-dev.12 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-29T02:04:49.078Z] + docker push nexus3.edgexfoundry.org:10004/device-mqtt:3.2.0-dev.12 [2024-05-29T02:04:49.078Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-mqtt] [2024-05-29T02:04:49.078Z] 5ca1777d73be: Preparing [2024-05-29T02:04:49.078Z] a8cea2a5ed42: Preparing [2024-05-29T02:04:49.078Z] cd804396443d: Preparing [2024-05-29T02:04:49.078Z] 66998ac59e6d: Preparing [2024-05-29T02:04:49.078Z] f171fec0869a: Preparing [2024-05-29T02:04:49.078Z] aedc3bda2944: Preparing [2024-05-29T02:04:49.078Z] aedc3bda2944: Waiting [2024-05-29T02:04:49.078Z] 66998ac59e6d: Layer already exists [2024-05-29T02:04:49.078Z] cd804396443d: Layer already exists [2024-05-29T02:04:49.078Z] f171fec0869a: Layer already exists [2024-05-29T02:04:49.078Z] 5ca1777d73be: Layer already exists [2024-05-29T02:04:49.078Z] a8cea2a5ed42: Layer already exists [2024-05-29T02:04:49.078Z] aedc3bda2944: Layer already exists [2024-05-29T02:04:49.078Z] 3.2.0-dev.12: digest: sha256:b0568f1cc001e507324556e4fd6cbe3eb5e4030f524100bf9d4526e1a3463476 size: 1576 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-29T02:04:49.420Z] + docker tag device-mqtt nexus3.edgexfoundry.org:10004/device-mqtt:0134c4c717d226af86e9f48c42195e986438ddab-3.2.0-dev.12 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-29T02:04:49.745Z] + docker push nexus3.edgexfoundry.org:10004/device-mqtt:0134c4c717d226af86e9f48c42195e986438ddab-3.2.0-dev.12 [2024-05-29T02:04:49.745Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-mqtt] [2024-05-29T02:04:49.745Z] 5ca1777d73be: Preparing [2024-05-29T02:04:49.745Z] a8cea2a5ed42: Preparing [2024-05-29T02:04:49.745Z] cd804396443d: Preparing [2024-05-29T02:04:49.745Z] 66998ac59e6d: Preparing [2024-05-29T02:04:49.745Z] f171fec0869a: Preparing [2024-05-29T02:04:49.745Z] aedc3bda2944: Preparing [2024-05-29T02:04:49.745Z] aedc3bda2944: Waiting [2024-05-29T02:04:49.745Z] cd804396443d: Layer already exists [2024-05-29T02:04:49.745Z] 5ca1777d73be: Layer already exists [2024-05-29T02:04:49.745Z] a8cea2a5ed42: Layer already exists [2024-05-29T02:04:49.745Z] 66998ac59e6d: Layer already exists [2024-05-29T02:04:49.745Z] f171fec0869a: Layer already exists [2024-05-29T02:04:49.745Z] aedc3bda2944: Layer already exists [2024-05-29T02:04:49.745Z] 0134c4c717d226af86e9f48c42195e986438ddab-3.2.0-dev.12: digest: sha256:b0568f1cc001e507324556e4fd6cbe3eb5e4030f524100bf9d4526e1a3463476 size: 1576 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-29T02:04:50.072Z] + docker tag device-mqtt nexus3.edgexfoundry.org:10004/device-mqtt:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-29T02:04:50.397Z] + docker push nexus3.edgexfoundry.org:10004/device-mqtt:main [2024-05-29T02:04:50.397Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-mqtt] [2024-05-29T02:04:50.397Z] 5ca1777d73be: Preparing [2024-05-29T02:04:50.397Z] a8cea2a5ed42: Preparing [2024-05-29T02:04:50.397Z] cd804396443d: Preparing [2024-05-29T02:04:50.397Z] 66998ac59e6d: Preparing [2024-05-29T02:04:50.397Z] f171fec0869a: Preparing [2024-05-29T02:04:50.397Z] aedc3bda2944: Preparing [2024-05-29T02:04:50.397Z] aedc3bda2944: Waiting [2024-05-29T02:04:50.397Z] cd804396443d: Layer already exists [2024-05-29T02:04:50.397Z] f171fec0869a: Layer already exists [2024-05-29T02:04:50.397Z] 5ca1777d73be: Layer already exists [2024-05-29T02:04:50.397Z] 66998ac59e6d: Layer already exists [2024-05-29T02:04:50.397Z] a8cea2a5ed42: Layer already exists [2024-05-29T02:04:50.397Z] aedc3bda2944: Layer already exists [2024-05-29T02:04:50.397Z] main: digest: sha256:b0568f1cc001e507324556e4fd6cbe3eb5e4030f524100bf9d4526e1a3463476 size: 1576 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-05-29T02:04:50.471Z] ===================================================== [Pipeline] echo [2024-05-29T02:04:50.486Z] taggedImages: [2024-05-29T02:04:50.486Z] - nexus3.edgexfoundry.org:10004/device-mqtt:0134c4c717d226af86e9f48c42195e986438ddab [2024-05-29T02:04:50.486Z] - nexus3.edgexfoundry.org:10004/device-mqtt:latest [2024-05-29T02:04:50.486Z] - nexus3.edgexfoundry.org:10004/device-mqtt:3.2.0-dev.12 [2024-05-29T02:04:50.486Z] - nexus3.edgexfoundry.org:10004/device-mqtt:0134c4c717d226af86e9f48c42195e986438ddab-3.2.0-dev.12 [2024-05-29T02:04:50.486Z] - nexus3.edgexfoundry.org:10004/device-mqtt:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-29T02:04:50.885Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-05-29T02:04:50.885Z] [2024-05-29T02:04:50.885Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-29T02:04:51.192Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-05-29T02:04:51.193Z] latest: Pulling from edgex-lftools-log-publisher [2024-05-29T02:04:51.193Z] 5eb5b503b376: Pulling fs layer [2024-05-29T02:04:51.193Z] 5c69ac0246d0: Pulling fs layer [2024-05-29T02:04:51.193Z] ec43610c2a17: Pulling fs layer [2024-05-29T02:04:51.193Z] 3a2ae6a8a46f: Pulling fs layer [2024-05-29T02:04:51.193Z] 33b1e0a273af: Pulling fs layer [2024-05-29T02:04:51.193Z] 5d3b04190fa2: Pulling fs layer [2024-05-29T02:04:51.193Z] 2f39f015ded8: Pulling fs layer [2024-05-29T02:04:51.193Z] 33b1e0a273af: Waiting [2024-05-29T02:04:51.193Z] 5d3b04190fa2: Waiting [2024-05-29T02:04:51.193Z] 2f39f015ded8: Waiting [2024-05-29T02:04:51.193Z] 3a2ae6a8a46f: Waiting [2024-05-29T02:04:51.193Z] 5c69ac0246d0: Verifying Checksum [2024-05-29T02:04:51.193Z] 5c69ac0246d0: Download complete [2024-05-29T02:04:51.193Z] 3a2ae6a8a46f: Download complete [2024-05-29T02:04:51.193Z] 33b1e0a273af: Verifying Checksum [2024-05-29T02:04:51.193Z] 33b1e0a273af: Download complete [2024-05-29T02:04:51.193Z] ec43610c2a17: Verifying Checksum [2024-05-29T02:04:51.193Z] ec43610c2a17: Download complete [2024-05-29T02:04:51.193Z] 5d3b04190fa2: Download complete [2024-05-29T02:04:51.451Z] 5eb5b503b376: Download complete [2024-05-29T02:04:52.018Z] 2f39f015ded8: Download complete [2024-05-29T02:04:52.585Z] 5eb5b503b376: Pull complete [2024-05-29T02:04:52.585Z] 5c69ac0246d0: Pull complete [2024-05-29T02:04:52.844Z] ec43610c2a17: Pull complete [2024-05-29T02:04:53.103Z] 3a2ae6a8a46f: Pull complete [2024-05-29T02:04:53.103Z] 33b1e0a273af: Pull complete [2024-05-29T02:04:53.362Z] 5d3b04190fa2: Pull complete [2024-05-29T02:04:57.549Z] 2f39f015ded8: Pull complete [2024-05-29T02:04:57.549Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2024-05-29T02:04:57.549Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-05-29T02:04:57.549Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-05-29T02:04:57.646Z] prd-ubuntu20.04-docker-8c-8g-995 does not seem to be running inside a container [2024-05-29T02:04:57.679Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_device-mqtt-go_main -v /w/workspace/edgexfoundry_device-mqtt-go_main:/w/workspace/edgexfoundry_device-mqtt-go_main:rw,z -v /w/workspace/edgexfoundry_device-mqtt-go_main@tmp:/w/workspace/edgexfoundry_device-mqtt-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2024-05-29T02:04:58.966Z] $ docker top ac043f6c4876fef67e353251de5a927b98e5fa846c51742493181afac4511334 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-05-29T02:04:59.370Z] ---> job-cost.sh [2024-05-29T02:04:59.371Z] lf-activate-venv: SKIPPING [2024-05-29T02:04:59.371Z] INFO: No Stack... [2024-05-29T02:04:59.631Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2024-05-29T02:04:59.892Z] INFO: Archiving Costs [Pipeline] sh [2024-05-29T02:05:00.183Z] + cat /w/workspace/edgexfoundry_device-mqtt-go_main/archives/cost.csv [2024-05-29T02:05:00.183Z] + cut -d, -f6 [Pipeline] lock [2024-05-29T02:05:00.196Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-mqtt-go-main-165-stack-cost] [2024-05-29T02:05:00.204Z] Resource [jenkins-edgexfoundry-device-mqtt-go-main-165-stack-cost] did not exist. Created. [2024-05-29T02:05:00.212Z] Lock acquired on [Resource: jenkins-edgexfoundry-device-mqtt-go-main-165-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2024-05-29T02:05:00.534Z] + echo total: 0.2199999988079071 [Pipeline] stash [2024-05-29T02:05:00.568Z] Stashed 1 file(s) [Pipeline] } [2024-05-29T02:05:00.577Z] Lock released on resource [Resource: jenkins-edgexfoundry-device-mqtt-go-main-165-stack-cost] [Pipeline] // lock [Pipeline] } [2024-05-29T02:05:00.602Z] $ docker stop --time=1 ac043f6c4876fef67e353251de5a927b98e5fa846c51742493181afac4511334 [2024-05-29T02:05:01.774Z] $ docker rm -f --volumes ac043f6c4876fef67e353251de5a927b98e5fa846c51742493181afac4511334 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2024-05-29T02:06:06.625Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-997 in /w/workspace/edgexfoundry_device-mqtt-go_main [Pipeline] { [Pipeline] ws [2024-05-29T02:06:06.644Z] Running in /w/workspace/device-mqtt-go/165 [Pipeline] { [Pipeline] checkout [2024-05-29T02:06:09.701Z] The recommended git tool is: git [2024-05-29T02:06:16.927Z] using credential edgex-jenkins-ssh [2024-05-29T02:06:16.959Z] Cloning the remote Git repository [2024-05-29T02:06:17.016Z] Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git [2024-05-29T02:06:17.124Z] > git init /w/workspace/device-mqtt-go/165 # timeout=10 [2024-05-29T02:06:17.320Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2024-05-29T02:06:17.322Z] > git --version # timeout=10 [2024-05-29T02:06:17.365Z] > git --version # 'git version 2.25.1' [2024-05-29T02:06:17.368Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2024-05-29T02:06:17.560Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2024-05-29T02:06:20.176Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2024-05-29T02:06:20.215Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2024-05-29T02:06:21.476Z] Avoid second fetch [2024-05-29T02:06:21.476Z] Checking out Revision 0134c4c717d226af86e9f48c42195e986438ddab (main) [2024-05-29T02:06:21.499Z] > git config core.sparsecheckout # timeout=10 [2024-05-29T02:06:21.624Z] > git checkout -f 0134c4c717d226af86e9f48c42195e986438ddab # timeout=10 [2024-05-29T02:06:22.297Z] Commit message: "Merge pull request #674 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go/v3-3.2.0-dev.15" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2024-05-29T02:06:27.004Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2024-05-29T02:06:27.004Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-05-29T02:06:27.004Z] Dload Upload Total Spent Left Speed [2024-05-29T02:06:27.004Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12828 100 12828 0 0 112k 0 --:--:-- --:--:-- --:--:-- 112k [Pipeline] sh [2024-05-29T02:06:27.345Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2024-05-29T02:06:27.669Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2024-05-29T02:06:27.669Z] + sudo tee /etc/docker/daemon.new [2024-05-29T02:06:27.669Z] { [2024-05-29T02:06:27.669Z] "registry-mirrors": [ [2024-05-29T02:06:27.669Z] "https://nexus3.edgexfoundry.org:10001" [2024-05-29T02:06:27.669Z] ], [2024-05-29T02:06:27.669Z] "bip": "10.250.0.254/24", [2024-05-29T02:06:27.669Z] "hosts": [ [2024-05-29T02:06:27.669Z] "tcp://0.0.0.0:5555", [2024-05-29T02:06:27.669Z] "unix:///var/run/docker.sock" [2024-05-29T02:06:27.669Z] ], [2024-05-29T02:06:27.669Z] "mtu": 1458, [2024-05-29T02:06:27.669Z] "selinux-enabled": true, [2024-05-29T02:06:27.669Z] "seccomp-profile": "/etc/docker/seccomp.json" [2024-05-29T02:06:27.669Z] } [Pipeline] sh [2024-05-29T02:06:27.994Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2024-05-29T02:06:28.317Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-05-29T02:06:46.569Z] provisioning config files... [2024-05-29T02:06:46.593Z] copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/165@tmp/config12386404906121470470tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-05-29T02:06:47.055Z] ---> ****-login.sh [2024-05-29T02:06:47.055Z] nexus3.edgexfoundry.org:10001 [2024-05-29T02:06:47.651Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-05-29T02:06:47.651Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-05-29T02:06:47.651Z] Configure a credential helper to remove this warning. See [2024-05-29T02:06:47.651Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-05-29T02:06:47.651Z] [2024-05-29T02:06:47.651Z] Login Succeeded [2024-05-29T02:06:47.651Z] nexus3.edgexfoundry.org:10002 [2024-05-29T02:06:47.920Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-05-29T02:06:47.920Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-05-29T02:06:47.920Z] Configure a credential helper to remove this warning. See [2024-05-29T02:06:47.920Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-05-29T02:06:47.920Z] [2024-05-29T02:06:47.920Z] Login Succeeded [2024-05-29T02:06:47.920Z] nexus3.edgexfoundry.org:10003 [2024-05-29T02:06:48.188Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-05-29T02:06:48.460Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-05-29T02:06:48.460Z] Configure a credential helper to remove this warning. See [2024-05-29T02:06:48.460Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-05-29T02:06:48.460Z] [2024-05-29T02:06:48.460Z] Login Succeeded [2024-05-29T02:06:48.460Z] nexus3.edgexfoundry.org:10004 [2024-05-29T02:06:48.460Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-05-29T02:06:48.731Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-05-29T02:06:48.731Z] Configure a credential helper to remove this warning. See [2024-05-29T02:06:48.731Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-05-29T02:06:48.731Z] [2024-05-29T02:06:48.731Z] Login Succeeded [2024-05-29T02:06:48.731Z] ****.io [2024-05-29T02:06:48.999Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-05-29T02:06:49.265Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-05-29T02:06:49.266Z] Configure a credential helper to remove this warning. See [2024-05-29T02:06:49.266Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-05-29T02:06:49.266Z] [2024-05-29T02:06:49.266Z] Login Succeeded [2024-05-29T02:06:49.266Z] ---> ****-login.sh ends [Pipeline] } [2024-05-29T02:06:49.279Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2024-05-29T02:06:49.594Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-05-29T02:06:49.616Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-05-29T02:06:49.642Z] ========================================================= [2024-05-29T02:06:49.643Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine] [2024-05-29T02:06:49.643Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-29T02:06:50.017Z] + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine --build-arg MAKE=echo noop --target=builder . [2024-05-29T02:06:50.285Z] Sending build context to Docker daemon 10.6MB [2024-05-29T02:06:50.285Z] Step 1/12 : ARG BASE=golang:1.21-alpine3.18 [2024-05-29T02:06:50.285Z] Step 2/12 : FROM ${BASE} AS builder [2024-05-29T02:06:50.555Z] 1.21-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2024-05-29T02:06:50.555Z] c6b39de5b339: Pulling fs layer [2024-05-29T02:06:50.555Z] a69c41024577: Pulling fs layer [2024-05-29T02:06:50.555Z] d6de4b400683: Pulling fs layer [2024-05-29T02:06:50.555Z] 35cb2a7552d0: Pulling fs layer [2024-05-29T02:06:50.555Z] 4f4fb700ef54: Pulling fs layer [2024-05-29T02:06:50.555Z] 464afbd9ba4c: Pulling fs layer [2024-05-29T02:06:50.555Z] 00f215d4a9da: Pulling fs layer [2024-05-29T02:06:50.555Z] d496ad576159: Pulling fs layer [2024-05-29T02:06:50.555Z] 464afbd9ba4c: Waiting [2024-05-29T02:06:50.555Z] 00f215d4a9da: Waiting [2024-05-29T02:06:50.555Z] 4f4fb700ef54: Waiting [2024-05-29T02:06:50.555Z] d496ad576159: Waiting [2024-05-29T02:06:50.555Z] a69c41024577: Verifying Checksum [2024-05-29T02:06:50.555Z] a69c41024577: Download complete [2024-05-29T02:06:50.555Z] 35cb2a7552d0: Verifying Checksum [2024-05-29T02:06:50.555Z] 35cb2a7552d0: Download complete [2024-05-29T02:06:50.555Z] 4f4fb700ef54: Verifying Checksum [2024-05-29T02:06:50.555Z] 4f4fb700ef54: Download complete [2024-05-29T02:06:50.555Z] 464afbd9ba4c: Verifying Checksum [2024-05-29T02:06:50.555Z] 464afbd9ba4c: Download complete [2024-05-29T02:06:50.555Z] c6b39de5b339: Verifying Checksum [2024-05-29T02:06:50.555Z] c6b39de5b339: Download complete [2024-05-29T02:06:51.146Z] d496ad576159: Verifying Checksum [2024-05-29T02:06:51.146Z] d496ad576159: Download complete [2024-05-29T02:06:51.743Z] c6b39de5b339: Pull complete [2024-05-29T02:06:52.348Z] a69c41024577: Pull complete [2024-05-29T02:06:52.348Z] d6de4b400683: Verifying Checksum [2024-05-29T02:06:52.348Z] d6de4b400683: Download complete [2024-05-29T02:06:53.769Z] 00f215d4a9da: Verifying Checksum [2024-05-29T02:06:53.769Z] 00f215d4a9da: Download complete [2024-05-29T02:07:06.082Z] d6de4b400683: Pull complete [2024-05-29T02:07:06.082Z] 35cb2a7552d0: Pull complete [2024-05-29T02:07:06.082Z] 4f4fb700ef54: Pull complete [2024-05-29T02:07:06.082Z] 464afbd9ba4c: Pull complete [2024-05-29T02:07:14.322Z] 00f215d4a9da: Pull complete [2024-05-29T02:07:15.745Z] d496ad576159: Pull complete [2024-05-29T02:07:15.745Z] Digest: sha256:94db8a0955b4c8a8fb4ef40f1d66dd6a37c55842a5f6085bb7a69a85e2cfc316 [2024-05-29T02:07:15.745Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [2024-05-29T02:07:15.745Z] ---> f246e2811388 [2024-05-29T02:07:15.745Z] Step 3/12 : ARG ADD_BUILD_TAGS="" [2024-05-29T02:07:17.176Z] ---> Running in 1777369db9ba [2024-05-29T02:07:17.452Z] Removing intermediate container 1777369db9ba [2024-05-29T02:07:17.452Z] ---> 52d00e99e4af [2024-05-29T02:07:17.452Z] Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2024-05-29T02:07:17.723Z] ---> Running in 1f278c9f0e96 [2024-05-29T02:07:17.991Z] Removing intermediate container 1f278c9f0e96 [2024-05-29T02:07:17.991Z] ---> 8cc770a4321e [2024-05-29T02:07:17.991Z] Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client" [2024-05-29T02:07:17.991Z] ---> Running in 9eb767eba801 [2024-05-29T02:07:18.259Z] Removing intermediate container 9eb767eba801 [2024-05-29T02:07:18.259Z] ---> 0e6266aa6d89 [2024-05-29T02:07:18.259Z] Step 6/12 : ARG ALPINE_PKG_EXTRA="" [2024-05-29T02:07:18.259Z] ---> Running in 06e39f6b470b [2024-05-29T02:07:18.529Z] Removing intermediate container 06e39f6b470b [2024-05-29T02:07:18.529Z] ---> be2beb7f1b2b [2024-05-29T02:07:18.529Z] Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2024-05-29T02:07:18.797Z] ---> Running in a81a70dd384b [2024-05-29T02:07:19.764Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-05-29T02:07:20.349Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-05-29T02:07:21.311Z] (1/4) Installing openssh-keygen (9.3_p2-r1) [2024-05-29T02:07:21.311Z] (2/4) Installing libedit (20221030.3.1-r1) [2024-05-29T02:07:21.311Z] (3/4) Installing openssh-client-common (9.3_p2-r1) [2024-05-29T02:07:21.311Z] (4/4) Installing openssh-client-default (9.3_p2-r1) [2024-05-29T02:07:21.311Z] Executing busybox-1.36.1-r5.trigger [2024-05-29T02:07:21.311Z] OK: 271 MiB in 56 packages [2024-05-29T02:07:22.297Z] Removing intermediate container a81a70dd384b [2024-05-29T02:07:22.297Z] ---> 49f1a99bf4a7 [2024-05-29T02:07:22.297Z] Step 8/12 : WORKDIR /device-mqtt-go [2024-05-29T02:07:22.579Z] ---> Running in 203d8fa86368 [2024-05-29T02:07:22.849Z] Removing intermediate container 203d8fa86368 [2024-05-29T02:07:22.849Z] ---> b7f886c898f5 [2024-05-29T02:07:22.850Z] Step 9/12 : COPY go.mod vendor* ./ [2024-05-29T02:07:24.801Z] ---> bc4b6718cd5a [2024-05-29T02:07:24.801Z] Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-05-29T02:07:24.801Z] ---> Running in 15c774a14c24 [2024-05-29T02:09:16.470Z] Removing intermediate container 15c774a14c24 [2024-05-29T02:09:16.470Z] ---> 432a31fe58fa [2024-05-29T02:09:16.470Z] Step 11/12 : COPY . . [2024-05-29T02:09:16.470Z] ---> edd45e23e138 [2024-05-29T02:09:16.470Z] Step 12/12 : RUN $MAKE [2024-05-29T02:09:16.470Z] ---> Running in 2d9763a25919 [2024-05-29T02:09:16.470Z] noop [2024-05-29T02:09:16.470Z] Removing intermediate container 2d9763a25919 [2024-05-29T02:09:16.470Z] ---> 845034260bda [2024-05-29T02:09:16.470Z] Successfully built 845034260bda [2024-05-29T02:09:16.470Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-29T02:09:16.842Z] + docker inspect -f . ci-base-image-arm64 [2024-05-29T02:09:16.842Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-05-29T02:09:17.076Z] prd-ubuntu20.04-docker-arm64-4c-16g-997 does not seem to be running inside a container [2024-05-29T02:09:17.140Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/165 -v /w/workspace/device-mqtt-go/165:/w/workspace/device-mqtt-go/165:rw,z -v /w/workspace/device-mqtt-go/165@tmp:/w/workspace/device-mqtt-go/165@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2024-05-29T02:09:18.333Z] $ docker top caadd15878c306a67a726361429bc416c93492e3bc516b95ed28c66b2b34f358 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-05-29T02:09:19.157Z] + go version [2024-05-29T02:09:19.157Z] go version go1.21.9 linux/arm64 [Pipeline] } [2024-05-29T02:09:19.177Z] $ docker stop --time=1 caadd15878c306a67a726361429bc416c93492e3bc516b95ed28c66b2b34f358 [2024-05-29T02:09:20.778Z] $ docker rm -f --volumes caadd15878c306a67a726361429bc416c93492e3bc516b95ed28c66b2b34f358 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-29T02:09:21.336Z] + docker inspect -f . ci-base-image-arm64 [2024-05-29T02:09:21.336Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-05-29T02:09:21.516Z] prd-ubuntu20.04-docker-arm64-4c-16g-997 does not seem to be running inside a container [2024-05-29T02:09:21.580Z] $ 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/165 -v /w/workspace/device-mqtt-go/165:/w/workspace/device-mqtt-go/165:rw,z -v /w/workspace/device-mqtt-go/165@tmp:/w/workspace/device-mqtt-go/165@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2024-05-29T02:09:22.719Z] $ docker top 09cc5063afbf11ecfed9698bf25bae426f104515ec41bb10cd895f9980571fec -eo pid,comm [Pipeline] { [Pipeline] sh [2024-05-29T02:09:23.556Z] + git config --global --add safe.directory /w/workspace/device-mqtt-go/165 [Pipeline] fileExists [Pipeline] sh [2024-05-29T02:09:24.204Z] + make test [2024-05-29T02:09:24.204Z] go test ./... -coverprofile=coverage.out ./... [2024-05-29T02:09:29.542Z] ? github.com/edgexfoundry/device-mqtt-go [no test files] [2024-05-29T02:12:51.448Z] ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] [2024-05-29T02:12:51.448Z] ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] [2024-05-29T02:12:51.448Z] ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.082s coverage: 22.8% of statements [2024-05-29T02:12:51.448Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2024-05-29T02:12:51.448Z] go vet ./... [2024-05-29T02:13:38.533Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2024-05-29T02:13:38.533Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2024-05-29T02:13:38.533Z] ./bin/test-attribution-txt.sh [2024-05-29T02:13:38.533Z] An attribution for github.com/asaskevich/govalidator is missing from Attribution.txt, please add [2024-05-29T02:13:38.533Z] An attribution for github.com/cenkalti/backoff/v4 is missing from Attribution.txt, please add [2024-05-29T02:13:38.533Z] An attribution for github.com/fsnotify/fsnotify is missing from Attribution.txt, please add [2024-05-29T02:13:38.533Z] An attribution for github.com/fullsailor/pkcs7 is missing from Attribution.txt, please add [2024-05-29T02:13:38.533Z] An attribution for github.com/go-logr/logr is missing from Attribution.txt, please add [2024-05-29T02:13:38.533Z] An attribution for github.com/go-logr/stdr is missing from Attribution.txt, please add [2024-05-29T02:13:38.533Z] An attribution for github.com/go-ole/go-ole is missing from Attribution.txt, please add [2024-05-29T02:13:38.533Z] An attribution for github.com/go-openapi/analysis is missing from Attribution.txt, please add [2024-05-29T02:13:38.533Z] An attribution for github.com/go-openapi/errors is missing from Attribution.txt, please add [2024-05-29T02:13:38.533Z] An attribution for github.com/go-openapi/jsonpointer is missing from Attribution.txt, please add [2024-05-29T02:13:38.533Z] An attribution for github.com/go-openapi/jsonreference is missing from Attribution.txt, please add [2024-05-29T02:13:38.533Z] An attribution for github.com/go-openapi/loads is missing from Attribution.txt, please add [2024-05-29T02:13:38.533Z] An attribution for github.com/go-openapi/runtime is missing from Attribution.txt, please add [2024-05-29T02:13:38.533Z] An attribution for github.com/go-openapi/spec is missing from Attribution.txt, please add [2024-05-29T02:13:38.533Z] An attribution for github.com/go-openapi/strfmt is missing from Attribution.txt, please add [2024-05-29T02:13:38.533Z] An attribution for github.com/go-openapi/swag is missing from Attribution.txt, please add [2024-05-29T02:13:38.533Z] An attribution for github.com/go-openapi/validate is missing from Attribution.txt, please add [2024-05-29T02:13:38.533Z] An attribution for github.com/go-resty/resty/v2 is missing from Attribution.txt, please add [2024-05-29T02:13:38.533Z] An attribution for github.com/golang-jwt/jwt/v5 is missing from Attribution.txt, please add [2024-05-29T02:13:38.533Z] An attribution for github.com/gorilla/mux is missing from Attribution.txt, please add [2024-05-29T02:13:38.533Z] An attribution for github.com/gorilla/schema is missing from Attribution.txt, please add [2024-05-29T02:13:38.533Z] An attribution for github.com/gorilla/securecookie is missing from Attribution.txt, please add [2024-05-29T02:13:38.533Z] An attribution for github.com/josharian/intern is missing from Attribution.txt, please add [2024-05-29T02:13:38.533Z] An attribution for github.com/kataras/go-events is missing from Attribution.txt, please add [2024-05-29T02:13:38.533Z] An attribution for github.com/lufia/plan9stats is missing from Attribution.txt, please add [2024-05-29T02:13:38.533Z] An attribution for github.com/mailru/easyjson is missing from Attribution.txt, please add [2024-05-29T02:13:38.533Z] An attribution for github.com/mgutz/ansi is missing from Attribution.txt, please add [2024-05-29T02:13:38.533Z] An attribution for github.com/michaelquigley/pfxlog is missing from Attribution.txt, please add [2024-05-29T02:13:38.533Z] An attribution for github.com/miekg/pkcs11 is missing from Attribution.txt, please add [2024-05-29T02:13:38.533Z] An attribution for github.com/mitchellh/go-ps is missing from Attribution.txt, please add [2024-05-29T02:13:38.533Z] An attribution for github.com/muhlemmer/gu is missing from Attribution.txt, please add [2024-05-29T02:13:38.533Z] An attribution for github.com/oklog/ulid is missing from Attribution.txt, please add [2024-05-29T02:13:38.533Z] An attribution for github.com/opentracing/opentracing-go is missing from Attribution.txt, please add [2024-05-29T02:13:38.533Z] An attribution for github.com/openziti/channel/v2 is missing from Attribution.txt, please add [2024-05-29T02:13:38.533Z] An attribution for github.com/openziti/edge-api is missing from Attribution.txt, please add [2024-05-29T02:13:38.533Z] An attribution for github.com/openziti/foundation/v2 is missing from Attribution.txt, please add [2024-05-29T02:13:38.533Z] An attribution for github.com/openziti/identity is missing from Attribution.txt, please add [2024-05-29T02:13:38.533Z] An attribution for github.com/openziti/metrics is missing from Attribution.txt, please add [2024-05-29T02:13:38.533Z] An attribution for github.com/openziti/sdk-golang is missing from Attribution.txt, please add [2024-05-29T02:13:38.533Z] An attribution for github.com/openziti/secretstream is missing from Attribution.txt, please add [2024-05-29T02:13:38.533Z] An attribution for github.com/openziti/transport/v2 is missing from Attribution.txt, please add [2024-05-29T02:13:38.533Z] An attribution for github.com/orcaman/concurrent-map/v2 is missing from Attribution.txt, please add [2024-05-29T02:13:38.533Z] An attribution for github.com/parallaxsecond/parsec-client-go is missing from Attribution.txt, please add [2024-05-29T02:13:38.533Z] An attribution for github.com/pkg/errors is missing from Attribution.txt, please add [2024-05-29T02:13:38.533Z] An attribution for github.com/power-devops/perfstat is missing from Attribution.txt, please add [2024-05-29T02:13:38.533Z] An attribution for github.com/shirou/gopsutil/v3 is missing from Attribution.txt, please add [2024-05-29T02:13:38.533Z] An attribution for github.com/shoenig/go-m1cpu is missing from Attribution.txt, please add [2024-05-29T02:13:38.533Z] An attribution for github.com/sirupsen/logrus is missing from Attribution.txt, please add [2024-05-29T02:13:38.533Z] An attribution for github.com/speps/go-hashids is missing from Attribution.txt, please add [2024-05-29T02:13:38.533Z] An attribution for github.com/tklauser/go-sysconf is missing from Attribution.txt, please add [2024-05-29T02:13:38.533Z] An attribution for github.com/tklauser/numcpus is missing from Attribution.txt, please add [2024-05-29T02:13:38.533Z] An attribution for github.com/yusufpapurcu/wmi is missing from Attribution.txt, please add [2024-05-29T02:13:38.533Z] An attribution for github.com/zitadel/oidc/v2 is missing from Attribution.txt, please add [2024-05-29T02:13:38.533Z] An attribution for go.mongodb.org/mongo-driver is missing from Attribution.txt, please add [2024-05-29T02:13:38.533Z] An attribution for go.mozilla.org/pkcs7 is missing from Attribution.txt, please add [2024-05-29T02:13:38.533Z] An attribution for go.opentelemetry.io/otel is missing from Attribution.txt, please add [2024-05-29T02:13:38.533Z] An attribution for go.opentelemetry.io/otel/metric is missing from Attribution.txt, please add [2024-05-29T02:13:38.533Z] An attribution for go.opentelemetry.io/otel/trace is missing from Attribution.txt, please add [2024-05-29T02:13:38.533Z] An attribution for golang.org/x/oauth2 is missing from Attribution.txt, please add [2024-05-29T02:13:38.533Z] An attribution for golang.org/x/term is missing from Attribution.txt, please add [2024-05-29T02:13:38.533Z] An attribution for google.golang.org/genproto/googleapis/rpc is missing from Attribution.txt, please add [2024-05-29T02:13:38.533Z] An attribution for nhooyr.io/websocket is missing from Attribution.txt, please add [Pipeline] echo [2024-05-29T02:13:38.555Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } [2024-05-29T02:13:38.572Z] $ docker stop --time=1 09cc5063afbf11ecfed9698bf25bae426f104515ec41bb10cd895f9980571fec [2024-05-29T02:13:40.540Z] $ docker rm -f --volumes 09cc5063afbf11ecfed9698bf25bae426f104515ec41bb10cd895f9980571fec [Pipeline] // withDockerContainer [Pipeline] sh [2024-05-29T02:13:42.288Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2024-05-29T02:13:42.319Z] Warning: overwriting stash ‘coverage-report’ [2024-05-29T02:13:42.809Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2024-05-29T02:13:43.238Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2024-05-29T02:13:43.566Z] + ls -al . [2024-05-29T02:13:43.566Z] total 248 [2024-05-29T02:13:43.566Z] drwxrwxr-x 8 jenkins jenkins 4096 May 29 02:09 . [2024-05-29T02:13:43.566Z] drwxrwxr-x 4 jenkins jenkins 4096 May 29 02:06 .. [2024-05-29T02:13:43.566Z] -rw-rw-r-- 1 jenkins jenkins 140 May 29 02:06 .dockerignore [2024-05-29T02:13:43.566Z] drwxrwxr-x 8 jenkins jenkins 4096 May 29 02:06 .git [2024-05-29T02:13:43.566Z] drwxrwxr-x 3 jenkins jenkins 4096 May 29 02:06 .github [2024-05-29T02:13:43.566Z] -rw-rw-r-- 1 jenkins jenkins 264 May 29 02:06 .gitignore [2024-05-29T02:13:43.566Z] -rw-rw-r-- 1 jenkins jenkins 41 May 29 02:06 .golangci.yml [2024-05-29T02:13:43.566Z] -rw-rw-r-- 1 jenkins jenkins 10386 May 29 02:06 Attribution.txt [2024-05-29T02:13:43.566Z] -rw-rw-r-- 1 jenkins jenkins 18574 May 29 02:06 CHANGELOG.md [2024-05-29T02:13:43.566Z] -rw-rw-r-- 1 jenkins jenkins 1798 May 29 02:06 Dockerfile [2024-05-29T02:13:43.566Z] -rw-rw-r-- 1 jenkins jenkins 677 May 29 02:06 GOVERNANCE.md [2024-05-29T02:13:43.566Z] -rw-rw-r-- 1 jenkins jenkins 657 May 29 02:06 Jenkinsfile [2024-05-29T02:13:43.566Z] -rw-rw-r-- 1 jenkins jenkins 11340 May 29 02:06 LICENSE [2024-05-29T02:13:43.566Z] -rw-rw-r-- 1 jenkins jenkins 1963 May 29 02:06 Makefile [2024-05-29T02:13:43.566Z] -rw-rw-r-- 1 jenkins jenkins 620 May 29 02:06 OWNERS.md [2024-05-29T02:13:43.566Z] -rw-rw-r-- 1 jenkins jenkins 3599 May 29 02:06 README.md [2024-05-29T02:13:43.566Z] -rw-rw-r-- 1 jenkins jenkins 12 May 29 02:02 VERSION [2024-05-29T02:13:43.566Z] drwxrwxr-x 2 jenkins jenkins 4096 May 29 02:06 bin [2024-05-29T02:13:43.566Z] drwxrwxr-x 3 jenkins jenkins 4096 May 29 02:06 cmd [2024-05-29T02:13:43.566Z] -rw-r--r-- 1 jenkins jenkins 18506 May 29 02:12 coverage.out [2024-05-29T02:13:43.566Z] -rw-rw-r-- 1 jenkins jenkins 7121 May 29 02:06 go.mod [2024-05-29T02:13:43.566Z] -rw-rw-r-- 1 jenkins jenkins 101544 May 29 02:06 go.sum [2024-05-29T02:13:43.566Z] drwxrwxr-x 3 jenkins jenkins 4096 May 29 02:06 internal [2024-05-29T02:13:43.566Z] drwxrwxr-x 2 jenkins jenkins 4096 May 29 02:06 mock [2024-05-29T02:13:43.566Z] -rw-rw-r-- 1 jenkins jenkins 227 May 29 02:06 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-29T02:13:43.928Z] + 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=0134c4c717d226af86e9f48c42195e986438ddab --label arch=arm64 --label version=3.2.0-dev.12 . [2024-05-29T02:13:44.514Z] Sending build context to Docker daemon 10.62MB [2024-05-29T02:13:44.514Z] Step 1/25 : ARG BASE=golang:1.21-alpine3.18 [2024-05-29T02:13:44.514Z] Step 2/25 : FROM ${BASE} AS builder [2024-05-29T02:13:44.514Z] ---> 845034260bda [2024-05-29T02:13:44.514Z] Step 3/25 : ARG ADD_BUILD_TAGS="" [2024-05-29T02:13:44.514Z] ---> Running in 6ad5d422f914 [2024-05-29T02:13:44.782Z] Removing intermediate container 6ad5d422f914 [2024-05-29T02:13:44.782Z] ---> d83f31200566 [2024-05-29T02:13:44.782Z] Step 4/25 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2024-05-29T02:13:45.054Z] ---> Running in 2dcf050d6930 [2024-05-29T02:13:45.325Z] Removing intermediate container 2dcf050d6930 [2024-05-29T02:13:45.326Z] ---> 16a4f8b0469b [2024-05-29T02:13:45.326Z] Step 5/25 : ARG ALPINE_PKG_BASE="make git openssh-client" [2024-05-29T02:13:45.326Z] ---> Running in dc853336c3d5 [2024-05-29T02:13:45.600Z] Removing intermediate container dc853336c3d5 [2024-05-29T02:13:45.600Z] ---> bad75ca4b04f [2024-05-29T02:13:45.600Z] Step 6/25 : ARG ALPINE_PKG_EXTRA="" [2024-05-29T02:13:45.600Z] ---> Running in 6da22d11ffad [2024-05-29T02:13:46.183Z] Removing intermediate container 6da22d11ffad [2024-05-29T02:13:46.183Z] ---> 6fc0dbcd9e19 [2024-05-29T02:13:46.183Z] Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2024-05-29T02:13:46.183Z] ---> Running in 71816158c4ca [2024-05-29T02:13:47.167Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-05-29T02:13:47.751Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-05-29T02:13:48.707Z] OK: 271 MiB in 56 packages [2024-05-29T02:13:49.674Z] Removing intermediate container 71816158c4ca [2024-05-29T02:13:49.674Z] ---> 300a74de5890 [2024-05-29T02:13:49.674Z] Step 8/25 : WORKDIR /device-mqtt-go [2024-05-29T02:13:49.674Z] ---> Running in 44f8d4598ec2 [2024-05-29T02:13:49.946Z] Removing intermediate container 44f8d4598ec2 [2024-05-29T02:13:49.946Z] ---> 2ebf4bf3c934 [2024-05-29T02:13:49.946Z] Step 9/25 : COPY go.mod vendor* ./ [2024-05-29T02:13:50.531Z] ---> 4f1d454beb11 [2024-05-29T02:13:50.531Z] Step 10/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-05-29T02:13:50.531Z] ---> Running in 75893b1802d5 [2024-05-29T02:13:53.118Z] Removing intermediate container 75893b1802d5 [2024-05-29T02:13:53.118Z] ---> bd31bfa2290a [2024-05-29T02:13:53.118Z] Step 11/25 : COPY . . [2024-05-29T02:13:53.706Z] ---> 9b8dfdd0b17f [2024-05-29T02:13:53.707Z] Step 12/25 : RUN $MAKE [2024-05-29T02:13:53.984Z] ---> Running in d99c072008d5 [2024-05-29T02:13:54.946Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=3.2.0-dev.12 -X github.com/edgexfoundry/device-sdk-go/v3/internal/common.SDKVersion=v3.2.0-dev.15" -trimpath -mod=readonly -o cmd/device-mqtt ./cmd [2024-05-29T02:17:31.766Z] Removing intermediate container d99c072008d5 [2024-05-29T02:17:31.766Z] ---> ac41a55e084b [2024-05-29T02:17:31.766Z] Step 13/25 : FROM alpine:3.18 [2024-05-29T02:17:31.766Z] 3.18: Pulling from library/alpine [2024-05-29T02:17:31.766Z] c6b39de5b339: Already exists [2024-05-29T02:17:31.766Z] Digest: sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 [2024-05-29T02:17:31.766Z] Status: Downloaded newer image for alpine:3.18 [2024-05-29T02:17:31.766Z] ---> 33abbf032149 [2024-05-29T02:17:31.766Z] Step 14/25 : LABEL license='VSPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IoTech Ltd' [2024-05-29T02:17:31.766Z] ---> Running in 9364423ec8b5 [2024-05-29T02:17:31.766Z] Removing intermediate container 9364423ec8b5 [2024-05-29T02:17:31.766Z] ---> 094700e1e4c8 [2024-05-29T02:17:31.766Z] Step 15/25 : RUN apk add --update --no-cache dumb-init [2024-05-29T02:17:31.766Z] ---> Running in 996004d4a995 [2024-05-29T02:17:31.766Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-05-29T02:17:31.766Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-05-29T02:17:31.766Z] (1/1) Installing dumb-init (1.2.5-r2) [2024-05-29T02:17:31.766Z] Executing busybox-1.36.1-r5.trigger [2024-05-29T02:17:31.766Z] OK: 8 MiB in 16 packages [2024-05-29T02:17:31.766Z] Removing intermediate container 996004d4a995 [2024-05-29T02:17:31.766Z] ---> fd571ce0e505 [2024-05-29T02:17:31.766Z] Step 16/25 : RUN apk --no-cache upgrade [2024-05-29T02:17:31.766Z] ---> Running in 74623a721eba [2024-05-29T02:17:31.766Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-05-29T02:17:31.766Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-05-29T02:17:31.766Z] Upgrading critical system libraries and apk-tools: [2024-05-29T02:17:31.766Z] (1/1) Upgrading apk-tools (2.14.0-r2 -> 2.14.4-r0) [2024-05-29T02:17:31.766Z] Executing busybox-1.36.1-r5.trigger [2024-05-29T02:17:31.766Z] Continuing the upgrade transaction with new apk-tools: [2024-05-29T02:17:31.766Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-05-29T02:17:31.766Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-05-29T02:17:31.766Z] (1/6) Upgrading busybox (1.36.1-r5 -> 1.36.1-r6) [2024-05-29T02:17:31.766Z] Executing busybox-1.36.1-r6.post-upgrade [2024-05-29T02:17:31.766Z] (2/6) Upgrading busybox-binsh (1.36.1-r5 -> 1.36.1-r6) [2024-05-29T02:17:31.766Z] (3/6) Upgrading ca-certificates-bundle (20230506-r0 -> 20240226-r0) [2024-05-29T02:17:31.766Z] (4/6) Upgrading libcrypto3 (3.1.4-r5 -> 3.1.5-r0) [2024-05-29T02:17:31.766Z] (5/6) Upgrading libssl3 (3.1.4-r5 -> 3.1.5-r0) [2024-05-29T02:17:31.767Z] (6/6) Upgrading ssl_client (1.36.1-r5 -> 1.36.1-r6) [2024-05-29T02:17:31.767Z] Executing busybox-1.36.1-r6.trigger [2024-05-29T02:17:31.767Z] OK: 8 MiB in 16 packages [2024-05-29T02:17:31.767Z] Removing intermediate container 74623a721eba [2024-05-29T02:17:31.767Z] ---> 8ea6b4845c23 [2024-05-29T02:17:31.767Z] Step 17/25 : COPY --from=builder /device-mqtt-go/cmd / [2024-05-29T02:17:32.035Z] ---> be1ba3e256e2 [2024-05-29T02:17:32.035Z] Step 18/25 : COPY --from=builder /device-mqtt-go/LICENSE / [2024-05-29T02:17:32.622Z] ---> c1604c9594d1 [2024-05-29T02:17:32.622Z] Step 19/25 : COPY --from=builder /device-mqtt-go/Attribution.txt / [2024-05-29T02:17:33.205Z] ---> e526fb439e7d [2024-05-29T02:17:33.205Z] Step 20/25 : EXPOSE 59982 [2024-05-29T02:17:33.205Z] ---> Running in e0b763c6831e [2024-05-29T02:17:33.472Z] Removing intermediate container e0b763c6831e [2024-05-29T02:17:33.472Z] ---> 5b9e59a34330 [2024-05-29T02:17:33.472Z] Step 21/25 : ENTRYPOINT ["/device-mqtt"] [2024-05-29T02:17:33.472Z] ---> Running in 29f2bbeb8bb9 [2024-05-29T02:17:33.746Z] Removing intermediate container 29f2bbeb8bb9 [2024-05-29T02:17:33.746Z] ---> aeb2452f1a29 [2024-05-29T02:17:33.746Z] Step 22/25 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry"] [2024-05-29T02:17:34.014Z] ---> Running in 3540983dc9bd [2024-05-29T02:17:34.280Z] Removing intermediate container 3540983dc9bd [2024-05-29T02:17:34.280Z] ---> 84b0d0cb0c93 [2024-05-29T02:17:34.280Z] Step 23/25 : LABEL arch=arm64 [2024-05-29T02:17:34.280Z] ---> Running in 1cb7a7755d63 [2024-05-29T02:17:34.548Z] Removing intermediate container 1cb7a7755d63 [2024-05-29T02:17:34.548Z] ---> b45149e17c04 [2024-05-29T02:17:34.548Z] Step 24/25 : LABEL git_sha=0134c4c717d226af86e9f48c42195e986438ddab [2024-05-29T02:17:34.816Z] ---> Running in da3fbd9a0fba [2024-05-29T02:17:35.081Z] Removing intermediate container da3fbd9a0fba [2024-05-29T02:17:35.081Z] ---> ef3dfce00c93 [2024-05-29T02:17:35.081Z] Step 25/25 : LABEL version=3.2.0-dev.12 [2024-05-29T02:17:35.081Z] ---> Running in e11dd3b33085 [2024-05-29T02:17:35.348Z] Removing intermediate container e11dd3b33085 [2024-05-29T02:17:35.348Z] ---> 015625494163 [2024-05-29T02:17:35.348Z] [Warning] One or more build-args [ARCH] were not consumed [2024-05-29T02:17:35.348Z] Successfully built 015625494163 [2024-05-29T02:17:35.348Z] Successfully tagged device-mqtt-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-05-29T02:17:35.518Z] provisioning config files... [2024-05-29T02:17:35.532Z] copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/165@tmp/config13086609109261631427tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-05-29T02:17:35.876Z] ---> ****-login.sh [2024-05-29T02:17:35.876Z] nexus3.edgexfoundry.org:10001 [2024-05-29T02:17:36.146Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-05-29T02:17:36.146Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-05-29T02:17:36.146Z] Configure a credential helper to remove this warning. See [2024-05-29T02:17:36.146Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-05-29T02:17:36.146Z] [2024-05-29T02:17:36.146Z] Login Succeeded [2024-05-29T02:17:36.146Z] nexus3.edgexfoundry.org:10002 [2024-05-29T02:17:36.414Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-05-29T02:17:36.685Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-05-29T02:17:36.685Z] Configure a credential helper to remove this warning. See [2024-05-29T02:17:36.685Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-05-29T02:17:36.685Z] [2024-05-29T02:17:36.685Z] Login Succeeded [2024-05-29T02:17:36.685Z] nexus3.edgexfoundry.org:10003 [2024-05-29T02:17:36.685Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-05-29T02:17:36.977Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-05-29T02:17:36.977Z] Configure a credential helper to remove this warning. See [2024-05-29T02:17:36.977Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-05-29T02:17:36.977Z] [2024-05-29T02:17:36.977Z] Login Succeeded [2024-05-29T02:17:36.977Z] nexus3.edgexfoundry.org:10004 [2024-05-29T02:17:37.242Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-05-29T02:17:37.242Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-05-29T02:17:37.243Z] Configure a credential helper to remove this warning. See [2024-05-29T02:17:37.243Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-05-29T02:17:37.243Z] [2024-05-29T02:17:37.243Z] Login Succeeded [2024-05-29T02:17:37.243Z] ****.io [2024-05-29T02:17:37.510Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-05-29T02:17:37.778Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-05-29T02:17:37.778Z] Configure a credential helper to remove this warning. See [2024-05-29T02:17:37.778Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-05-29T02:17:37.778Z] [2024-05-29T02:17:37.778Z] Login Succeeded [2024-05-29T02:17:37.778Z] ---> ****-login.sh ends [Pipeline] } [2024-05-29T02:17:37.791Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-05-29T02:17:37.849Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-05-29T02:17:37.884Z] [edgeXDocker.push] Tagging docker image device-mqtt-arm64 with the following tags: [2024-05-29T02:17:37.884Z] 0134c4c717d226af86e9f48c42195e986438ddab [2024-05-29T02:17:37.884Z] latest [2024-05-29T02:17:37.884Z] 3.2.0-dev.12 [2024-05-29T02:17:37.884Z] 0134c4c717d226af86e9f48c42195e986438ddab-3.2.0-dev.12 [2024-05-29T02:17:37.884Z] main [2024-05-29T02:17:37.884Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-29T02:17:38.254Z] + docker tag device-mqtt-arm64 nexus3.edgexfoundry.org:10004/device-mqtt-arm64:0134c4c717d226af86e9f48c42195e986438ddab [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-29T02:17:38.610Z] + docker push nexus3.edgexfoundry.org:10004/device-mqtt-arm64:0134c4c717d226af86e9f48c42195e986438ddab [2024-05-29T02:17:38.610Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-mqtt-arm64] [2024-05-29T02:17:38.610Z] 966e5e247212: Preparing [2024-05-29T02:17:38.610Z] 6575266c210e: Preparing [2024-05-29T02:17:38.610Z] b55d4ed97238: Preparing [2024-05-29T02:17:38.610Z] c354128875b3: Preparing [2024-05-29T02:17:38.610Z] f0ef32433077: Preparing [2024-05-29T02:17:38.610Z] 7c504f21be85: Preparing [2024-05-29T02:17:38.610Z] 7c504f21be85: Waiting [2024-05-29T02:17:38.876Z] 966e5e247212: Pushed [2024-05-29T02:17:38.876Z] f0ef32433077: Pushed [2024-05-29T02:17:38.876Z] 6575266c210e: Pushed [2024-05-29T02:17:38.876Z] 7c504f21be85: Layer already exists [2024-05-29T02:17:40.274Z] c354128875b3: Pushed [2024-05-29T02:17:48.472Z] b55d4ed97238: Pushed [2024-05-29T02:17:48.472Z] 0134c4c717d226af86e9f48c42195e986438ddab: digest: sha256:939d081df2bc3a441ebce92284dd077af06ec0a17131694578c418b4a897f2c5 size: 1576 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-29T02:17:48.833Z] + docker tag device-mqtt-arm64 nexus3.edgexfoundry.org:10004/device-mqtt-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-29T02:17:49.193Z] + docker push nexus3.edgexfoundry.org:10004/device-mqtt-arm64:latest [2024-05-29T02:17:49.193Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-mqtt-arm64] [2024-05-29T02:17:49.193Z] 966e5e247212: Preparing [2024-05-29T02:17:49.193Z] 6575266c210e: Preparing [2024-05-29T02:17:49.193Z] b55d4ed97238: Preparing [2024-05-29T02:17:49.193Z] c354128875b3: Preparing [2024-05-29T02:17:49.193Z] f0ef32433077: Preparing [2024-05-29T02:17:49.193Z] 7c504f21be85: Preparing [2024-05-29T02:17:49.193Z] 7c504f21be85: Waiting [2024-05-29T02:17:49.193Z] f0ef32433077: Layer already exists [2024-05-29T02:17:49.193Z] 966e5e247212: Layer already exists [2024-05-29T02:17:49.193Z] c354128875b3: Layer already exists [2024-05-29T02:17:49.193Z] b55d4ed97238: Layer already exists [2024-05-29T02:17:49.193Z] 6575266c210e: Layer already exists [2024-05-29T02:17:49.193Z] 7c504f21be85: Layer already exists [2024-05-29T02:17:49.460Z] latest: digest: sha256:939d081df2bc3a441ebce92284dd077af06ec0a17131694578c418b4a897f2c5 size: 1576 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-29T02:17:49.819Z] + docker tag device-mqtt-arm64 nexus3.edgexfoundry.org:10004/device-mqtt-arm64:3.2.0-dev.12 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-29T02:17:50.185Z] + docker push nexus3.edgexfoundry.org:10004/device-mqtt-arm64:3.2.0-dev.12 [2024-05-29T02:17:50.186Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-mqtt-arm64] [2024-05-29T02:17:50.186Z] 966e5e247212: Preparing [2024-05-29T02:17:50.186Z] 6575266c210e: Preparing [2024-05-29T02:17:50.186Z] b55d4ed97238: Preparing [2024-05-29T02:17:50.186Z] c354128875b3: Preparing [2024-05-29T02:17:50.186Z] f0ef32433077: Preparing [2024-05-29T02:17:50.186Z] 7c504f21be85: Preparing [2024-05-29T02:17:50.186Z] 7c504f21be85: Waiting [2024-05-29T02:17:50.186Z] b55d4ed97238: Layer already exists [2024-05-29T02:17:50.186Z] c354128875b3: Layer already exists [2024-05-29T02:17:50.186Z] 966e5e247212: Layer already exists [2024-05-29T02:17:50.186Z] f0ef32433077: Layer already exists [2024-05-29T02:17:50.186Z] 6575266c210e: Layer already exists [2024-05-29T02:17:50.186Z] 7c504f21be85: Layer already exists [2024-05-29T02:17:50.186Z] 3.2.0-dev.12: digest: sha256:939d081df2bc3a441ebce92284dd077af06ec0a17131694578c418b4a897f2c5 size: 1576 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-29T02:17:50.814Z] + docker tag device-mqtt-arm64 nexus3.edgexfoundry.org:10004/device-mqtt-arm64:0134c4c717d226af86e9f48c42195e986438ddab-3.2.0-dev.12 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-29T02:17:51.162Z] + docker push nexus3.edgexfoundry.org:10004/device-mqtt-arm64:0134c4c717d226af86e9f48c42195e986438ddab-3.2.0-dev.12 [2024-05-29T02:17:51.162Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-mqtt-arm64] [2024-05-29T02:17:51.162Z] 966e5e247212: Preparing [2024-05-29T02:17:51.162Z] 6575266c210e: Preparing [2024-05-29T02:17:51.162Z] b55d4ed97238: Preparing [2024-05-29T02:17:51.162Z] c354128875b3: Preparing [2024-05-29T02:17:51.162Z] f0ef32433077: Preparing [2024-05-29T02:17:51.162Z] 7c504f21be85: Preparing [2024-05-29T02:17:51.162Z] 7c504f21be85: Waiting [2024-05-29T02:17:51.162Z] 966e5e247212: Layer already exists [2024-05-29T02:17:51.162Z] b55d4ed97238: Layer already exists [2024-05-29T02:17:51.162Z] f0ef32433077: Layer already exists [2024-05-29T02:17:51.162Z] 6575266c210e: Layer already exists [2024-05-29T02:17:51.162Z] c354128875b3: Layer already exists [2024-05-29T02:17:51.162Z] 7c504f21be85: Layer already exists [2024-05-29T02:17:51.162Z] 0134c4c717d226af86e9f48c42195e986438ddab-3.2.0-dev.12: digest: sha256:939d081df2bc3a441ebce92284dd077af06ec0a17131694578c418b4a897f2c5 size: 1576 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-29T02:17:51.803Z] + docker tag device-mqtt-arm64 nexus3.edgexfoundry.org:10004/device-mqtt-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-29T02:17:52.159Z] + docker push nexus3.edgexfoundry.org:10004/device-mqtt-arm64:main [2024-05-29T02:17:52.159Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-mqtt-arm64] [2024-05-29T02:17:52.159Z] 966e5e247212: Preparing [2024-05-29T02:17:52.159Z] 6575266c210e: Preparing [2024-05-29T02:17:52.159Z] b55d4ed97238: Preparing [2024-05-29T02:17:52.159Z] c354128875b3: Preparing [2024-05-29T02:17:52.159Z] f0ef32433077: Preparing [2024-05-29T02:17:52.159Z] 7c504f21be85: Preparing [2024-05-29T02:17:52.159Z] 7c504f21be85: Waiting [2024-05-29T02:17:52.159Z] 966e5e247212: Layer already exists [2024-05-29T02:17:52.159Z] c354128875b3: Layer already exists [2024-05-29T02:17:52.159Z] f0ef32433077: Layer already exists [2024-05-29T02:17:52.159Z] b55d4ed97238: Layer already exists [2024-05-29T02:17:52.159Z] 6575266c210e: Layer already exists [2024-05-29T02:17:52.159Z] 7c504f21be85: Layer already exists [2024-05-29T02:17:52.428Z] main: digest: sha256:939d081df2bc3a441ebce92284dd077af06ec0a17131694578c418b4a897f2c5 size: 1576 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-05-29T02:17:52.523Z] ===================================================== [Pipeline] echo [2024-05-29T02:17:52.538Z] taggedImages: [2024-05-29T02:17:52.538Z] - nexus3.edgexfoundry.org:10004/device-mqtt-arm64:0134c4c717d226af86e9f48c42195e986438ddab [2024-05-29T02:17:52.538Z] - nexus3.edgexfoundry.org:10004/device-mqtt-arm64:latest [2024-05-29T02:17:52.538Z] - nexus3.edgexfoundry.org:10004/device-mqtt-arm64:3.2.0-dev.12 [2024-05-29T02:17:52.538Z] - nexus3.edgexfoundry.org:10004/device-mqtt-arm64:0134c4c717d226af86e9f48c42195e986438ddab-3.2.0-dev.12 [2024-05-29T02:17:52.538Z] - nexus3.edgexfoundry.org:10004/device-mqtt-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-29T02:17:52.954Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-05-29T02:17:52.954Z] [2024-05-29T02:17:52.954Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-29T02:17:53.299Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-05-29T02:17:53.299Z] arm64: Pulling from edgex-lftools-log-publisher [2024-05-29T02:17:53.570Z] 8998bd30e6a1: Pulling fs layer [2024-05-29T02:17:53.570Z] 04944245beec: Pulling fs layer [2024-05-29T02:17:53.570Z] 699f458cf7ca: Pulling fs layer [2024-05-29T02:17:53.570Z] 765212b225bb: Pulling fs layer [2024-05-29T02:17:53.570Z] f23df028b6ca: Pulling fs layer [2024-05-29T02:17:53.570Z] d65c8cfc05b1: Pulling fs layer [2024-05-29T02:17:53.570Z] 2437ff75d9bd: Pulling fs layer [2024-05-29T02:17:53.570Z] f23df028b6ca: Waiting [2024-05-29T02:17:53.570Z] d65c8cfc05b1: Waiting [2024-05-29T02:17:53.570Z] 765212b225bb: Waiting [2024-05-29T02:17:53.570Z] 2437ff75d9bd: Waiting [2024-05-29T02:17:53.570Z] 04944245beec: Verifying Checksum [2024-05-29T02:17:53.570Z] 04944245beec: Download complete [2024-05-29T02:17:53.570Z] 765212b225bb: Verifying Checksum [2024-05-29T02:17:53.570Z] 765212b225bb: Download complete [2024-05-29T02:17:53.570Z] f23df028b6ca: Verifying Checksum [2024-05-29T02:17:53.570Z] f23df028b6ca: Download complete [2024-05-29T02:17:53.570Z] d65c8cfc05b1: Verifying Checksum [2024-05-29T02:17:53.570Z] d65c8cfc05b1: Download complete [2024-05-29T02:17:53.837Z] 699f458cf7ca: Verifying Checksum [2024-05-29T02:17:53.837Z] 699f458cf7ca: Download complete [2024-05-29T02:17:54.105Z] 8998bd30e6a1: Verifying Checksum [2024-05-29T02:17:54.105Z] 8998bd30e6a1: Download complete [2024-05-29T02:17:56.687Z] 2437ff75d9bd: Verifying Checksum [2024-05-29T02:17:56.687Z] 2437ff75d9bd: Download complete [2024-05-29T02:17:59.267Z] 8998bd30e6a1: Pull complete [2024-05-29T02:17:59.533Z] 04944245beec: Pull complete [2024-05-29T02:18:00.938Z] 699f458cf7ca: Pull complete [2024-05-29T02:18:01.205Z] 765212b225bb: Pull complete [2024-05-29T02:18:02.185Z] f23df028b6ca: Pull complete [2024-05-29T02:18:02.455Z] d65c8cfc05b1: Pull complete [2024-05-29T02:18:20.650Z] 2437ff75d9bd: Pull complete [2024-05-29T02:18:20.650Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2024-05-29T02:18:20.650Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-05-29T02:18:20.650Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-05-29T02:18:20.850Z] prd-ubuntu20.04-docker-arm64-4c-16g-997 does not seem to be running inside a container [2024-05-29T02:18:20.912Z] $ 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/165 -v /w/workspace/device-mqtt-go/165:/w/workspace/device-mqtt-go/165:rw,z -v /w/workspace/device-mqtt-go/165@tmp:/w/workspace/device-mqtt-go/165@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2024-05-29T02:18:23.741Z] $ docker top 228769ebcf267b6b9f1bec0536c7c360f9761e27b991ef43f38bb2823ff15e5e -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-05-29T02:18:24.589Z] ---> job-cost.sh [2024-05-29T02:18:24.590Z] lf-activate-venv: SKIPPING [2024-05-29T02:18:24.590Z] INFO: No Stack... [2024-05-29T02:18:25.175Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2024-05-29T02:18:26.134Z] INFO: Archiving Costs [Pipeline] sh [2024-05-29T02:18:26.772Z] + cat /w/workspace/device-mqtt-go/165/archives/cost.csv [2024-05-29T02:18:26.772Z] + cut -d, -f6 [Pipeline] lock [2024-05-29T02:18:26.826Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-mqtt-go-main-165-stack-cost] [2024-05-29T02:18:26.834Z] Resource [jenkins-edgexfoundry-device-mqtt-go-main-165-stack-cost] did not exist. Created. [2024-05-29T02:18:26.841Z] Lock acquired on [Resource: jenkins-edgexfoundry-device-mqtt-go-main-165-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2024-05-29T02:18:27.506Z] /w/workspace/device-mqtt-go/165@tmp/durable-4a63b371/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2024-05-29T02:18:28.142Z] + echo total: 0.10999999940395355 [Pipeline] stash [2024-05-29T02:18:28.171Z] Warning: overwriting stash ‘stack-cost’ [2024-05-29T02:18:28.215Z] Stashed 1 file(s) [Pipeline] } [2024-05-29T02:18:28.226Z] Lock released on resource [Resource: jenkins-edgexfoundry-device-mqtt-go-main-165-stack-cost] [Pipeline] // lock [Pipeline] } [2024-05-29T02:18:28.250Z] $ docker stop --time=1 228769ebcf267b6b9f1bec0536c7c360f9761e27b991ef43f38bb2823ff15e5e [2024-05-29T02:18:29.768Z] $ docker rm -f --volumes 228769ebcf267b6b9f1bec0536c7c360f9761e27b991ef43f38bb2823ff15e5e [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 [2024-05-29T02:18:30.340Z] provisioning config files... [2024-05-29T02:18:30.348Z] copy managed file [device-mqtt-go-codecov-token] to file:/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/config6576174194580447296tmp [Pipeline] { [Pipeline] sh [2024-05-29T02:18:30.650Z] + set +x [2024-05-29T02:18:30.650Z] + + bash -s -- [2024-05-29T02:18:30.650Z] curl -s https://codecov.io/bash [2024-05-29T02:18:30.650Z] [2024-05-29T02:18:30.650Z] _____ _ [2024-05-29T02:18:30.650Z] / ____| | | [2024-05-29T02:18:30.650Z] | | ___ __| | ___ ___ _____ __ [2024-05-29T02:18:30.650Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2024-05-29T02:18:30.650Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2024-05-29T02:18:30.650Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2024-05-29T02:18:30.650Z] Bash-1.0.6 [2024-05-29T02:18:30.650Z] [2024-05-29T02:18:30.650Z] [2024-05-29T02:18:30.650Z] ==> git version 2.25.1 found [2024-05-29T02:18:30.650Z] ==> 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 [2024-05-29T02:18:30.650Z] Release-Date: 2020-01-08 [2024-05-29T02:18:30.650Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2024-05-29T02:18:30.650Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2024-05-29T02:18:30.650Z] ==> Jenkins CI detected. [2024-05-29T02:18:30.650Z] current dir:  /w/workspace/edgexfoundry_device-mqtt-go_main [2024-05-29T02:18:30.650Z] project root: . [2024-05-29T02:18:30.650Z] --> token set from env [2024-05-29T02:18:30.651Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2024-05-29T02:18:30.911Z] ==> Running gcov in . (disable via -X gcov) [2024-05-29T02:18:30.911Z] ==> Python coveragepy not found [2024-05-29T02:18:30.911Z] ==> Searching for coverage reports in: [2024-05-29T02:18:30.911Z] + . [2024-05-29T02:18:30.911Z] -> Found 1 reports [2024-05-29T02:18:30.911Z] ==> Detecting git/mercurial file structure [2024-05-29T02:18:30.911Z] ==> Reading reports [2024-05-29T02:18:30.911Z] + ./coverage.out bytes=18506 [2024-05-29T02:18:30.911Z] ==> Appending adjustments [2024-05-29T02:18:30.911Z] https://docs.codecov.io/docs/fixing-reports [2024-05-29T02:18:30.911Z] + Found adjustments [2024-05-29T02:18:30.911Z] ==> Gzipping contents [2024-05-29T02:18:30.911Z] 4.0K /tmp/codecov.EejZBu.gz [2024-05-29T02:18:30.911Z] ==> Uploading reports [2024-05-29T02:18:30.911Z] url: https://codecov.io [2024-05-29T02:18:30.911Z] query: branch=main&commit=0134c4c717d226af86e9f48c42195e986438ddab&build=165&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-mqtt-go%2Fjob%2Fmain%2F165%2F&name=&tag=&slug=edgexfoundry%2Fdevice-mqtt-go&service=jenkins&flags=&pr=&job=&cmd_args= [2024-05-29T02:18:30.911Z] -> Pinging Codecov [2024-05-29T02:18:30.911Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=0134c4c717d226af86e9f48c42195e986438ddab&build=165&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-mqtt-go%2Fjob%2Fmain%2F165%2F&name=&tag=&slug=edgexfoundry%2Fdevice-mqtt-go&service=jenkins&flags=&pr=&job=&cmd_args= [2024-05-29T02:18:31.172Z] -> Uploading to [2024-05-29T02:18:31.172Z] https://storage.googleapis.com/codecov/v4/raw/2024-05-29/7D719EC7BBE17E464838252E33014C33/0134c4c717d226af86e9f48c42195e986438ddab/542f6ae9-96da-4ed5-b4b5-37895739ee27.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20240529%2Fus-west2%2Fs3%2Faws4_request&X-Amz-Date=20240529T021830Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=ce4b7f259f1f6ed0641ce271e6506a0a9407d4f8c111afe64b70482ad4da6cf4 [2024-05-29T02:18:31.172Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-05-29T02:18:31.172Z] Dload Upload Total Spent Left Speed [2024-05-29T02:18:31.433Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3049 0 0 100 3049 0 14729 --:--:-- --:--:-- --:--:-- 14729 100 3049 0 0 100 3049 0 12599 --:--:-- --:--:-- --:--:-- 12547 [2024-05-29T02:18:31.433Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-mqtt-go/commit/0134c4c717d226af86e9f48c42195e986438ddab [Pipeline] } [2024-05-29T02:18:31.441Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2024-05-29T02:18:31.686Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2024-05-29T02:18:31.701Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-29T02:18:32.002Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2024-05-29T02:18:32.002Z] [2024-05-29T02:18:32.002Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-29T02:18:32.314Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2024-05-29T02:18:32.315Z] latest: Pulling from edgex-devops/edgex-snyk-go [2024-05-29T02:18:32.315Z] 619be1103602: Already exists [2024-05-29T02:18:32.315Z] f8ea3408117e: Pulling fs layer [2024-05-29T02:18:32.315Z] 91320369b822: Pulling fs layer [2024-05-29T02:18:32.315Z] 0406650e8295: Pulling fs layer [2024-05-29T02:18:32.315Z] 4f4fb700ef54: Pulling fs layer [2024-05-29T02:18:32.315Z] 96d80e3f36e1: Pulling fs layer [2024-05-29T02:18:32.315Z] bcf3aedb951c: Pulling fs layer [2024-05-29T02:18:32.315Z] 96d80e3f36e1: Waiting [2024-05-29T02:18:32.315Z] 4f4fb700ef54: Waiting [2024-05-29T02:18:32.315Z] bcf3aedb951c: Waiting [2024-05-29T02:18:32.315Z] 0406650e8295: Download complete [2024-05-29T02:18:32.315Z] 4f4fb700ef54: Verifying Checksum [2024-05-29T02:18:32.315Z] 4f4fb700ef54: Download complete [2024-05-29T02:18:32.315Z] f8ea3408117e: Pull complete [2024-05-29T02:18:32.580Z] 96d80e3f36e1: Verifying Checksum [2024-05-29T02:18:32.580Z] 96d80e3f36e1: Download complete [2024-05-29T02:18:32.840Z] 91320369b822: Verifying Checksum [2024-05-29T02:18:32.840Z] 91320369b822: Download complete [2024-05-29T02:18:33.407Z] bcf3aedb951c: Download complete [2024-05-29T02:18:35.945Z] 91320369b822: Pull complete [2024-05-29T02:18:35.945Z] 0406650e8295: Pull complete [2024-05-29T02:18:35.945Z] 4f4fb700ef54: Pull complete [2024-05-29T02:18:35.945Z] 96d80e3f36e1: Pull complete [2024-05-29T02:18:39.231Z] bcf3aedb951c: Pull complete [2024-05-29T02:18:39.231Z] Digest: sha256:c73d2844e4fc57f5aa9e06c5c2de6da6b3046f14c04b5c54aa9a8d6bbc057662 [2024-05-29T02:18:39.231Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2024-05-29T02:18:39.231Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-05-29T02:18:39.337Z] prd-ubuntu20.04-docker-8c-8g-995 does not seem to be running inside a container [2024-05-29T02:18:39.370Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgexfoundry_device-mqtt-go_main -v /w/workspace/edgexfoundry_device-mqtt-go_main:/w/workspace/edgexfoundry_device-mqtt-go_main:rw,z -v /w/workspace/edgexfoundry_device-mqtt-go_main@tmp:/w/workspace/edgexfoundry_device-mqtt-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest cat [2024-05-29T02:18:47.035Z] $ docker top afb99fda8ecaa5d6ca71460a996fb441561aab3ddb6c0b6548ee10fd26f81438 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-05-29T02:18:47.388Z] + git config --global --add safe.directory /w/workspace/edgexfoundry_device-mqtt-go_main [Pipeline] echo [2024-05-29T02:18:47.405Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-mqtt-go:main' [Pipeline] sh [2024-05-29T02:18:47.685Z] + set -o pipefail [2024-05-29T02:18:47.686Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-mqtt-go:main' [2024-05-29T02:18:54.261Z] [2024-05-29T02:18:54.261Z] Monitoring /w/workspace/edgexfoundry_device-mqtt-go_main (github.com/edgexfoundry/device-mqtt-go)... [2024-05-29T02:18:54.261Z] [2024-05-29T02:18:54.261Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/71469493-8b77-45f7-b5e9-e0128284f7f2/history/8de6386b-1adc-45c5-9685-c7e1646b5f41 [2024-05-29T02:18:54.261Z] [2024-05-29T02:18:54.261Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2024-05-29T02:18:54.261Z] [2024-05-29T02:18:54.261Z] [2024-05-29T02:18:54.261Z] You have reached your monthly limit of 401 private tests for your edgex-jenkins org. [2024-05-29T02:18:54.261Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2024-05-29T02:18:54.531Z] $ docker stop --time=1 afb99fda8ecaa5d6ca71460a996fb441561aab3ddb6c0b6548ee10fd26f81438 [2024-05-29T02:19:02.588Z] $ docker rm -f --volumes afb99fda8ecaa5d6ca71460a996fb441561aab3ddb6c0b6548ee10fd26f81438 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh [2024-05-29T02:19:03.600Z] + git log --format=format:%s -1 0134c4c717d226af86e9f48c42195e986438ddab [Pipeline] sh [2024-05-29T02:19:04.016Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-05-29T02:19:04.016Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-29T02:19:04.333Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-05-29T02:19:04.333Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-05-29T02:19:04.424Z] prd-ubuntu20.04-docker-8c-8g-995 does not seem to be running inside a container [2024-05-29T02:19:04.452Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-mqtt-go_main -v /w/workspace/edgexfoundry_device-mqtt-go_main:/w/workspace/edgexfoundry_device-mqtt-go_main:rw,z -v /w/workspace/edgexfoundry_device-mqtt-go_main@tmp:/w/workspace/edgexfoundry_device-mqtt-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2024-05-29T02:19:04.968Z] $ docker top c047486ba7e01350c1bab813a11b60b55fcf3bd3b95f38daefb1a4a56046fc2a -eo pid,comm [2024-05-29T02:19:05.014Z] 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). [2024-05-29T02:19:05.014Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-05-29T02:19:05.087Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-05-29T02:19:05.087Z] [ssh-agent] Looking for ssh-agent implementation... [2024-05-29T02:19:05.206Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-05-29T02:19:05.208Z] $ docker exec c047486ba7e01350c1bab813a11b60b55fcf3bd3b95f38daefb1a4a56046fc2a ssh-agent [2024-05-29T02:19:05.309Z] SSH_AUTH_SOCK=/tmp/ssh-u9oHZL8VGBuT/agent.32 [2024-05-29T02:19:05.309Z] SSH_AGENT_PID=38 [2024-05-29T02:19:05.313Z] Running ssh-add (command line suppressed) [2024-05-29T02:19:05.402Z] Identity added: /w/workspace/edgexfoundry_device-mqtt-go_main@tmp/private_key_9765847631879292701.key (/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/private_key_9765847631879292701.key) [2024-05-29T02:19:05.414Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-05-29T02:19:05.709Z] + git semver tag [2024-05-29T02:19:05.969Z] 2024-05-29 02:19:05,866 [run_tag] DEBUG tag force:False [2024-05-29T02:19:05.969Z] 2024-05-29 02:19:05,866 [check_head_tag] DEBUG check head tag [2024-05-29T02:19:05.969Z] 2024-05-29 02:19:05,867 [execute] INFO git cat-file --batch-check [2024-05-29T02:19:05.969Z] 2024-05-29 02:19:05,868 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-mqtt-go_main, universal_newlines=False, shell=None, istream=) [2024-05-29T02:19:05.969Z] 2024-05-29 02:19:05,871 [execute] INFO git cat-file --batch [2024-05-29T02:19:05.969Z] 2024-05-29 02:19:05,871 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-mqtt-go_main, universal_newlines=False, shell=None, istream=) [2024-05-29T02:19:05.969Z] 2024-05-29 02:19:05,887 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-mqtt-go_main/.semver/main [2024-05-29T02:19:05.969Z] 2024-05-29 02:19:05,887 [execute] INFO git tag -a v3.2.0-dev.12 -m v3.2.0-dev.12 [2024-05-29T02:19:05.969Z] 2024-05-29 02:19:05,888 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.2.0-dev.12', '-m', 'v3.2.0-dev.12'], cwd=/w/workspace/edgexfoundry_device-mqtt-go_main, universal_newlines=False, shell=None, istream=None) [2024-05-29T02:19:05.969Z] 2024-05-29 02:19:05,893 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-mqtt-go_main/.semver/main [2024-05-29T02:19:05.969Z] 3.2.0-dev.12 [Pipeline] } [2024-05-29T02:19:05.979Z] $ docker exec --env ******** --env ******** c047486ba7e01350c1bab813a11b60b55fcf3bd3b95f38daefb1a4a56046fc2a ssh-agent -k [2024-05-29T02:19:06.074Z] unset SSH_AUTH_SOCK; [2024-05-29T02:19:06.075Z] unset SSH_AGENT_PID; [2024-05-29T02:19:06.075Z] echo Agent pid 38 killed; [2024-05-29T02:19:06.083Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-05-29T02:19:06.408Z] + git semver [Pipeline] } [2024-05-29T02:19:06.684Z] $ docker stop --time=1 c047486ba7e01350c1bab813a11b60b55fcf3bd3b95f38daefb1a4a56046fc2a [2024-05-29T02:19:07.912Z] $ docker rm -f --volumes c047486ba7e01350c1bab813a11b60b55fcf3bd3b95f38daefb1a4a56046fc2a [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-29T02:19:08.341Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2024-05-29T02:19:08.341Z] [2024-05-29T02:19:08.341Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-29T02:19:08.650Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2024-05-29T02:19:08.650Z] 0.23.1-centos7: Pulling from edgex-lftools [2024-05-29T02:19:08.650Z] ab5ef0e58194: Pulling fs layer [2024-05-29T02:19:08.650Z] 9712f1f96733: Pulling fs layer [2024-05-29T02:19:08.650Z] 63f879dbbcfc: Pulling fs layer [2024-05-29T02:19:08.650Z] 0d9ebad4ef96: Pulling fs layer [2024-05-29T02:19:08.650Z] e9a5061849ea: Pulling fs layer [2024-05-29T02:19:08.650Z] d747dcd14b5f: Pulling fs layer [2024-05-29T02:19:08.650Z] 2de7ff778b66: Pulling fs layer [2024-05-29T02:19:08.650Z] 0d9ebad4ef96: Waiting [2024-05-29T02:19:08.650Z] d747dcd14b5f: Waiting [2024-05-29T02:19:08.650Z] e9a5061849ea: Waiting [2024-05-29T02:19:08.650Z] 2de7ff778b66: Waiting [2024-05-29T02:19:08.909Z] 63f879dbbcfc: Verifying Checksum [2024-05-29T02:19:08.909Z] 63f879dbbcfc: Download complete [2024-05-29T02:19:09.167Z] ab5ef0e58194: Verifying Checksum [2024-05-29T02:19:09.167Z] ab5ef0e58194: Download complete [2024-05-29T02:19:09.167Z] d747dcd14b5f: Verifying Checksum [2024-05-29T02:19:09.167Z] d747dcd14b5f: Download complete [2024-05-29T02:19:09.167Z] e9a5061849ea: Verifying Checksum [2024-05-29T02:19:09.167Z] e9a5061849ea: Download complete [2024-05-29T02:19:09.167Z] 0d9ebad4ef96: Verifying Checksum [2024-05-29T02:19:09.167Z] 0d9ebad4ef96: Download complete [2024-05-29T02:19:09.167Z] 2de7ff778b66: Verifying Checksum [2024-05-29T02:19:09.167Z] 2de7ff778b66: Download complete [2024-05-29T02:19:11.697Z] ab5ef0e58194: Pull complete [2024-05-29T02:19:11.697Z] 9712f1f96733: Pull complete [2024-05-29T02:19:12.632Z] 63f879dbbcfc: Pull complete [2024-05-29T02:19:16.884Z] 0d9ebad4ef96: Pull complete [2024-05-29T02:19:16.884Z] e9a5061849ea: Pull complete [2024-05-29T02:19:16.884Z] d747dcd14b5f: Pull complete [2024-05-29T02:19:17.821Z] 2de7ff778b66: Pull complete [2024-05-29T02:19:17.821Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2024-05-29T02:19:17.821Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2024-05-29T02:19:17.821Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-05-29T02:19:17.927Z] prd-ubuntu20.04-docker-8c-8g-995 does not seem to be running inside a container [2024-05-29T02:19:17.960Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_device-mqtt-go_main -v /w/workspace/edgexfoundry_device-mqtt-go_main:/w/workspace/edgexfoundry_device-mqtt-go_main:rw,z -v /w/workspace/edgexfoundry_device-mqtt-go_main@tmp:/w/workspace/edgexfoundry_device-mqtt-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2024-05-29T02:19:25.834Z] $ docker top 90846affa4940b1ad33bc48ef1d531b74c5ea474c997b1e654ccf9a0b5fd3e87 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2024-05-29T02:19:25.916Z] provisioning config files... [2024-05-29T02:19:25.923Z] copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/config16505321046157062474tmp [2024-05-29T02:19:25.933Z] copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/config9852189390845913760tmp [2024-05-29T02:19:25.942Z] copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/config5453625306930126629tmp [Pipeline] { [Pipeline] echo [2024-05-29T02:19:25.973Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2024-05-29T02:19:26.269Z] ---> sigul-configuration.sh [2024-05-29T02:19:26.269Z] gpg: directory `/root/.gnupg' created [2024-05-29T02:19:26.269Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2024-05-29T02:19:26.269Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2024-05-29T02:19:26.269Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2024-05-29T02:19:26.269Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2024-05-29T02:19:26.269Z] gpg: CAST5 encrypted data [2024-05-29T02:19:26.269Z] gpg: encrypted with 1 passphrase [2024-05-29T02:19:26.269Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2024-05-29T02:19:26.567Z] + mkdir /home/jenkins [2024-05-29T02:19:26.567Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2024-05-29T02:19:26.883Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2024-05-29T02:19:26.900Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2024-05-29T02:19:27.194Z] ---> sigul-install.sh [2024-05-29T02:19:27.194Z] Sigul already installed; skipping installation. [Pipeline] sh [2024-05-29T02:19:27.494Z] + git tag --list [2024-05-29T02:19:27.494Z] 0.7.1 [2024-05-29T02:19:27.494Z] v1.0.0 [2024-05-29T02:19:27.494Z] v1.1.0 [2024-05-29T02:19:27.494Z] v1.1.1 [2024-05-29T02:19:27.494Z] v1.2.2 [2024-05-29T02:19:27.494Z] v1.3.0 [2024-05-29T02:19:27.494Z] v1.3.1 [2024-05-29T02:19:27.494Z] v2.0.0 [2024-05-29T02:19:27.494Z] v2.1.0 [2024-05-29T02:19:27.494Z] v2.1.1 [2024-05-29T02:19:27.494Z] v2.2.0 [2024-05-29T02:19:27.494Z] v2.3.0 [2024-05-29T02:19:27.494Z] v3.0 [2024-05-29T02:19:27.494Z] v3.0.0 [2024-05-29T02:19:27.494Z] v3.1 [2024-05-29T02:19:27.494Z] v3.1.0 [2024-05-29T02:19:27.494Z] v3.1.0-dev.1 [2024-05-29T02:19:27.494Z] v3.1.0-dev.10 [2024-05-29T02:19:27.494Z] v3.1.0-dev.11 [2024-05-29T02:19:27.494Z] v3.1.0-dev.12 [2024-05-29T02:19:27.494Z] v3.1.0-dev.13 [2024-05-29T02:19:27.494Z] v3.1.0-dev.14 [2024-05-29T02:19:27.494Z] v3.1.0-dev.15 [2024-05-29T02:19:27.494Z] v3.1.0-dev.16 [2024-05-29T02:19:27.494Z] v3.1.0-dev.17 [2024-05-29T02:19:27.494Z] v3.1.0-dev.18 [2024-05-29T02:19:27.494Z] v3.1.0-dev.19 [2024-05-29T02:19:27.494Z] v3.1.0-dev.2 [2024-05-29T02:19:27.494Z] v3.1.0-dev.20 [2024-05-29T02:19:27.494Z] v3.1.0-dev.21 [2024-05-29T02:19:27.494Z] v3.1.0-dev.22 [2024-05-29T02:19:27.494Z] v3.1.0-dev.23 [2024-05-29T02:19:27.494Z] v3.1.0-dev.24 [2024-05-29T02:19:27.494Z] v3.1.0-dev.25 [2024-05-29T02:19:27.494Z] v3.1.0-dev.3 [2024-05-29T02:19:27.494Z] v3.1.0-dev.4 [2024-05-29T02:19:27.494Z] v3.1.0-dev.5 [2024-05-29T02:19:27.494Z] v3.1.0-dev.6 [2024-05-29T02:19:27.494Z] v3.1.0-dev.7 [2024-05-29T02:19:27.494Z] v3.1.0-dev.8 [2024-05-29T02:19:27.494Z] v3.1.0-dev.9 [2024-05-29T02:19:27.494Z] v3.2.0-dev.1 [2024-05-29T02:19:27.494Z] v3.2.0-dev.10 [2024-05-29T02:19:27.494Z] v3.2.0-dev.11 [2024-05-29T02:19:27.494Z] v3.2.0-dev.12 [2024-05-29T02:19:27.494Z] v3.2.0-dev.2 [2024-05-29T02:19:27.494Z] v3.2.0-dev.3 [2024-05-29T02:19:27.494Z] v3.2.0-dev.4 [2024-05-29T02:19:27.494Z] v3.2.0-dev.5 [2024-05-29T02:19:27.494Z] v3.2.0-dev.6 [2024-05-29T02:19:27.494Z] v3.2.0-dev.7 [2024-05-29T02:19:27.494Z] v3.2.0-dev.8 [2024-05-29T02:19:27.494Z] v3.2.0-dev.9 [Pipeline] sh [2024-05-29T02:19:27.796Z] + lftools sign git-tag v3.2.0-dev.12 [2024-05-29T02:19:28.365Z] Signing Git tag with Sigul... [2024-05-29T02:19:28.365Z] Signing v3.2.0-dev.12 [Pipeline] echo [2024-05-29T02:19:28.637Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2024-05-29T02:19:28.935Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2024-05-29T02:19:28.943Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2024-05-29T02:19:28.977Z] $ docker stop --time=1 90846affa4940b1ad33bc48ef1d531b74c5ea474c997b1e654ccf9a0b5fd3e87 [2024-05-29T02:19:30.269Z] $ docker rm -f --volumes 90846affa4940b1ad33bc48ef1d531b74c5ea474c997b1e654ccf9a0b5fd3e87 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2024-05-29T02:19:30.736Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-05-29T02:19:30.736Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-29T02:19:31.042Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-05-29T02:19:31.042Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-05-29T02:19:31.130Z] prd-ubuntu20.04-docker-8c-8g-995 does not seem to be running inside a container [2024-05-29T02:19:31.168Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-mqtt-go_main -v /w/workspace/edgexfoundry_device-mqtt-go_main:/w/workspace/edgexfoundry_device-mqtt-go_main:rw,z -v /w/workspace/edgexfoundry_device-mqtt-go_main@tmp:/w/workspace/edgexfoundry_device-mqtt-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2024-05-29T02:19:31.523Z] $ docker top 1bbe94771a515ac68761942bba95b70f9ec36825bccc357cf56f90b79eef4991 -eo pid,comm [2024-05-29T02:19:31.568Z] 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). [2024-05-29T02:19:31.568Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-05-29T02:19:31.629Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-05-29T02:19:31.629Z] [ssh-agent] Looking for ssh-agent implementation... [2024-05-29T02:19:31.743Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-05-29T02:19:31.746Z] $ docker exec 1bbe94771a515ac68761942bba95b70f9ec36825bccc357cf56f90b79eef4991 ssh-agent [2024-05-29T02:19:31.851Z] SSH_AUTH_SOCK=/tmp/ssh-LMAis3kaZ6jS/agent.32 [2024-05-29T02:19:31.851Z] SSH_AGENT_PID=38 [2024-05-29T02:19:31.855Z] Running ssh-add (command line suppressed) [2024-05-29T02:19:31.940Z] Identity added: /w/workspace/edgexfoundry_device-mqtt-go_main@tmp/private_key_15088683005175916718.key (/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/private_key_15088683005175916718.key) [2024-05-29T02:19:31.953Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-05-29T02:19:32.249Z] + git semver bump pre [2024-05-29T02:19:32.508Z] 2024-05-29 02:19:32,401 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-mqtt-go_main/.semver/main [2024-05-29T02:19:32.508Z] 2024-05-29 02:19:32,401 [bump_version] DEBUG bumping version:3.2.0-dev.12 on axis:pre with prefix:dev [2024-05-29T02:19:32.508Z] 2024-05-29 02:19:32,401 [bump_version] DEBUG bumped version:3.2.0-dev.13 [2024-05-29T02:19:32.508Z] 2024-05-29 02:19:32,401 [write_version] DEBUG write version:3.2.0-dev.13 to path:/w/workspace/edgexfoundry_device-mqtt-go_main/.semver/main with force:True [2024-05-29T02:19:32.508Z] 2024-05-29 02:19:32,401 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-mqtt-go_main/.semver/main [2024-05-29T02:19:32.508Z] 2024-05-29 02:19:32,401 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_device-mqtt-go_main/.semver/main [2024-05-29T02:19:32.508Z] 2024-05-29 02:19:32,403 [execute] INFO git cat-file --batch-check [2024-05-29T02:19:32.508Z] 2024-05-29 02:19:32,403 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-mqtt-go_main/.semver, universal_newlines=False, shell=None, istream=) [2024-05-29T02:19:32.508Z] 2024-05-29 02:19:32,408 [execute] INFO git cat-file --batch [2024-05-29T02:19:32.508Z] 2024-05-29 02:19:32,408 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-mqtt-go_main/.semver, universal_newlines=False, shell=None, istream=) [2024-05-29T02:19:32.508Z] 2024-05-29 02:19:32,412 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-mqtt-go_main/.semver/main [2024-05-29T02:19:32.508Z] 3.2.0-dev.13 [Pipeline] } [2024-05-29T02:19:32.518Z] $ docker exec --env ******** --env ******** 1bbe94771a515ac68761942bba95b70f9ec36825bccc357cf56f90b79eef4991 ssh-agent -k [2024-05-29T02:19:32.598Z] unset SSH_AUTH_SOCK; [2024-05-29T02:19:32.598Z] unset SSH_AGENT_PID; [2024-05-29T02:19:32.598Z] echo Agent pid 38 killed; [2024-05-29T02:19:32.606Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-05-29T02:19:32.940Z] + git semver [Pipeline] } [2024-05-29T02:19:33.213Z] $ docker stop --time=1 1bbe94771a515ac68761942bba95b70f9ec36825bccc357cf56f90b79eef4991 [2024-05-29T02:19:34.486Z] $ docker rm -f --volumes 1bbe94771a515ac68761942bba95b70f9ec36825bccc357cf56f90b79eef4991 [Pipeline] // withDockerContainer [Pipeline] sh [2024-05-29T02:19:34.838Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-05-29T02:19:34.838Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-29T02:19:35.143Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-05-29T02:19:35.143Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-05-29T02:19:35.229Z] prd-ubuntu20.04-docker-8c-8g-995 does not seem to be running inside a container [2024-05-29T02:19:35.258Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-mqtt-go_main -v /w/workspace/edgexfoundry_device-mqtt-go_main:/w/workspace/edgexfoundry_device-mqtt-go_main:rw,z -v /w/workspace/edgexfoundry_device-mqtt-go_main@tmp:/w/workspace/edgexfoundry_device-mqtt-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2024-05-29T02:19:35.626Z] $ docker top bedeba84e549845a72c1706e6b1d67cd4ae9edd88685cd725a6a181e160503d1 -eo pid,comm [2024-05-29T02:19:35.671Z] 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). [2024-05-29T02:19:35.671Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-05-29T02:19:35.728Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-05-29T02:19:35.728Z] [ssh-agent] Looking for ssh-agent implementation... [2024-05-29T02:19:35.846Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-05-29T02:19:35.848Z] $ docker exec bedeba84e549845a72c1706e6b1d67cd4ae9edd88685cd725a6a181e160503d1 ssh-agent [2024-05-29T02:19:35.947Z] SSH_AUTH_SOCK=/tmp/ssh-0op1tUr3ByFE/agent.31 [2024-05-29T02:19:35.947Z] SSH_AGENT_PID=37 [2024-05-29T02:19:35.952Z] Running ssh-add (command line suppressed) [2024-05-29T02:19:36.046Z] Identity added: /w/workspace/edgexfoundry_device-mqtt-go_main@tmp/private_key_6329885648044435600.key (/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/private_key_6329885648044435600.key) [2024-05-29T02:19:36.059Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-05-29T02:19:36.350Z] + git semver push [2024-05-29T02:19:36.608Z] 2024-05-29 02:19:36,516 [run_push] DEBUG push [2024-05-29T02:19:36.608Z] 2024-05-29 02:19:36,517 [execute] INFO git cat-file --batch-check [2024-05-29T02:19:36.608Z] 2024-05-29 02:19:36,517 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-mqtt-go_main/.semver, universal_newlines=False, shell=None, istream=) [2024-05-29T02:19:36.608Z] 2024-05-29 02:19:36,522 [execute] INFO git rev-list 4873f4ea27fe8a62da8b90672280ffe3cc884609 -- [2024-05-29T02:19:36.608Z] 2024-05-29 02:19:36,522 [execute] DEBUG Popen(['git', 'rev-list', '4873f4ea27fe8a62da8b90672280ffe3cc884609', '--'], cwd=/w/workspace/edgexfoundry_device-mqtt-go_main/.semver, universal_newlines=False, shell=None, istream=None) [2024-05-29T02:19:36.608Z] 2024-05-29 02:19:36,532 [execute] INFO git fetch -v origin [2024-05-29T02:19:36.608Z] 2024-05-29 02:19:36,532 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgexfoundry_device-mqtt-go_main/.semver, universal_newlines=True, shell=None, istream=None) [2024-05-29T02:19:37.176Z] 2024-05-29 02:19:37,010 [run_push] DEBUG no remote changes detected [2024-05-29T02:19:37.176Z] 2024-05-29 02:19:37,010 [execute] INFO git push origin semver [2024-05-29T02:19:37.176Z] 2024-05-29 02:19:37,011 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgexfoundry_device-mqtt-go_main/.semver, universal_newlines=False, shell=None, istream=None) [2024-05-29T02:19:38.114Z] 2024-05-29 02:19:37,834 [run_push] DEBUG push all version tags [2024-05-29T02:19:38.114Z] 2024-05-29 02:19:37,834 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2024-05-29T02:19:38.114Z] 2024-05-29 02:19:37,835 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgexfoundry_device-mqtt-go_main, universal_newlines=False, shell=None, istream=None) [2024-05-29T02:19:38.682Z] 2024-05-29 02:19:38,545 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-mqtt-go_main/.semver/main [2024-05-29T02:19:38.682Z] 3.2.0-dev.13 [Pipeline] } [2024-05-29T02:19:38.692Z] $ docker exec --env ******** --env ******** bedeba84e549845a72c1706e6b1d67cd4ae9edd88685cd725a6a181e160503d1 ssh-agent -k [2024-05-29T02:19:38.784Z] unset SSH_AUTH_SOCK; [2024-05-29T02:19:38.785Z] unset SSH_AGENT_PID; [2024-05-29T02:19:38.785Z] echo Agent pid 37 killed; [2024-05-29T02:19:38.795Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-05-29T02:19:39.122Z] + git semver [Pipeline] } [2024-05-29T02:19:39.392Z] $ docker stop --time=1 bedeba84e549845a72c1706e6b1d67cd4ae9edd88685cd725a6a181e160503d1 [2024-05-29T02:19:40.650Z] $ docker rm -f --volumes bedeba84e549845a72c1706e6b1d67cd4ae9edd88685cd725a6a181e160503d1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2024-05-29T02:19:41.322Z] + [ -d /w/workspace/edgexfoundry_device-mqtt-go_main/archives ] [2024-05-29T02:19:41.322Z] + ls -al /w/workspace/edgexfoundry_device-mqtt-go_main/archives [2024-05-29T02:19:41.322Z] total 16 [2024-05-29T02:19:41.322Z] drwxr-xr-x 3 root root 4096 May 29 02:04 . [2024-05-29T02:19:41.322Z] drwxrwxr-x 10 jenkins jenkins 4096 May 29 02:19 .. [2024-05-29T02:19:41.322Z] drwxr-xr-x 2 root root 4096 May 29 02:04 cost [2024-05-29T02:19:41.322Z] -rw-r--r-- 1 root root 86 May 29 02:04 cost.csv [2024-05-29T02:19:41.322Z] + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_device-mqtt-go_main/archives [2024-05-29T02:19:41.322Z] + ls -al /w/workspace/edgexfoundry_device-mqtt-go_main/archives [2024-05-29T02:19:41.322Z] total 16 [2024-05-29T02:19:41.322Z] drwxr-xr-x 3 jenkins jenkins 4096 May 29 02:04 . [2024-05-29T02:19:41.322Z] drwxrwxr-x 10 jenkins jenkins 4096 May 29 02:19 .. [2024-05-29T02:19:41.322Z] drwxr-xr-x 2 jenkins jenkins 4096 May 29 02:04 cost [2024-05-29T02:19:41.322Z] -rw-r--r-- 1 jenkins jenkins 86 May 29 02:04 cost.csv [Pipeline] libraryResource [Pipeline] sh [2024-05-29T02:19:41.614Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2024-05-29T02:19:42.477Z] ---> package-listing.sh [2024-05-29T02:19:42.478Z] ++ facter osfamily [2024-05-29T02:19:42.478Z] ++ tr '[:upper:]' '[:lower:]' [2024-05-29T02:19:42.738Z] + OS_FAMILY=debian [2024-05-29T02:19:42.738Z] + workspace=/w/workspace/edgexfoundry_device-mqtt-go_main [2024-05-29T02:19:42.738Z] + START_PACKAGES=/tmp/packages_start.txt [2024-05-29T02:19:42.738Z] + END_PACKAGES=/tmp/packages_end.txt [2024-05-29T02:19:42.738Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2024-05-29T02:19:42.738Z] + PACKAGES=/tmp/packages_start.txt [2024-05-29T02:19:42.738Z] + '[' /w/workspace/edgexfoundry_device-mqtt-go_main ']' [2024-05-29T02:19:42.738Z] + PACKAGES=/tmp/packages_end.txt [2024-05-29T02:19:42.738Z] + case "${OS_FAMILY}" in [2024-05-29T02:19:42.738Z] + dpkg -l [2024-05-29T02:19:42.738Z] + grep '^ii' [2024-05-29T02:19:42.738Z] + '[' -f /tmp/packages_start.txt ']' [2024-05-29T02:19:42.738Z] + '[' -f /tmp/packages_end.txt ']' [2024-05-29T02:19:42.738Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2024-05-29T02:19:42.738Z] + '[' /w/workspace/edgexfoundry_device-mqtt-go_main ']' [2024-05-29T02:19:42.738Z] + mkdir -p /w/workspace/edgexfoundry_device-mqtt-go_main/archives/ [2024-05-29T02:19:42.738Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_device-mqtt-go_main/archives/ [Pipeline] echo [2024-05-29T02:19:42.748Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_device-mqtt-go_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2024-05-29T02:19:43.026Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-29T02:19:43.593Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-05-29T02:19:43.593Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-05-29T02:19:43.699Z] prd-ubuntu20.04-docker-8c-8g-995 does not seem to be running inside a container [2024-05-29T02:19:43.731Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_device-mqtt-go_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_device-mqtt-go_main -v /w/workspace/edgexfoundry_device-mqtt-go_main:/w/workspace/edgexfoundry_device-mqtt-go_main:rw,z -v /w/workspace/edgexfoundry_device-mqtt-go_main@tmp:/w/workspace/edgexfoundry_device-mqtt-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2024-05-29T02:19:43.950Z] $ docker top 1e7352a8213a72a35714789db8bd69845fdb1a627bc4dd3fbe80f9754f168c6a -eo pid,comm [Pipeline] { [Pipeline] sh [2024-05-29T02:19:44.298Z] + touch /tmp/pre-build-complete [Pipeline] sh [2024-05-29T02:19:44.586Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2024-05-29T02:19:44.874Z] + ls /var/log/sa-host [2024-05-29T02:19:44.874Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-05-29T02:19:45.044Z] provisioning config files... [2024-05-29T02:19:45.053Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/config3089477322698677206tmp [Pipeline] { [Pipeline] echo [2024-05-29T02:19:45.074Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2024-05-29T02:19:45.358Z] ---> create-netrc.sh [Pipeline] } [2024-05-29T02:19:45.365Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2024-05-29T02:19:45.705Z] ---> python-tools-install.sh [Pipeline] echo [2024-05-29T02:19:45.712Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2024-05-29T02:19:45.992Z] ---> sudo-logs.sh [2024-05-29T02:19:45.992Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2024-05-29T02:19:46.026Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2024-05-29T02:19:46.309Z] ---> job-cost.sh [2024-05-29T02:19:46.309Z] lf-activate-venv: SKIPPING [2024-05-29T02:19:46.309Z] DEBUG: total: 0.2199999988079071 [2024-05-29T02:19:46.309Z] INFO: Retrieving Stack Cost... [2024-05-29T02:19:46.877Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2024-05-29T02:19:47.136Z] INFO: Archiving Costs [Pipeline] echo [2024-05-29T02:19:47.148Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2024-05-29T02:19:47.428Z] ---> logs-deploy.sh [2024-05-29T02:19:47.428Z] lf-activate-venv: SKIPPING [2024-05-29T02:19:47.428Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-mqtt-go/main/165 [2024-05-29T02:19:47.428Z] INFO: archiving workspace using pattern(s): [2024-05-29T02:19:48.364Z] Archives upload complete. [2024-05-29T02:19:48.622Z] INFO: archiving logs to Nexus [2024-05-29T02:19:49.194Z] ---> uname -a: [2024-05-29T02:19:49.194Z] Linux prd-ubuntu20-04-docker-8c-8g-995 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux [2024-05-29T02:19:49.194Z] [2024-05-29T02:19:49.194Z] [2024-05-29T02:19:49.194Z] ---> lscpu: [2024-05-29T02:19:49.194Z] Architecture: x86_64 [2024-05-29T02:19:49.194Z] CPU op-mode(s): 32-bit, 64-bit [2024-05-29T02:19:49.194Z] Byte Order: Little Endian [2024-05-29T02:19:49.194Z] Address sizes: 40 bits physical, 48 bits virtual [2024-05-29T02:19:49.194Z] CPU(s): 8 [2024-05-29T02:19:49.194Z] On-line CPU(s) list: 0-7 [2024-05-29T02:19:49.194Z] Thread(s) per core: 1 [2024-05-29T02:19:49.194Z] Core(s) per socket: 1 [2024-05-29T02:19:49.194Z] Socket(s): 8 [2024-05-29T02:19:49.194Z] NUMA node(s): 1 [2024-05-29T02:19:49.194Z] Vendor ID: AuthenticAMD [2024-05-29T02:19:49.194Z] CPU family: 23 [2024-05-29T02:19:49.194Z] Model: 49 [2024-05-29T02:19:49.194Z] Model name: AMD EPYC-Rome Processor [2024-05-29T02:19:49.194Z] Stepping: 0 [2024-05-29T02:19:49.194Z] CPU MHz: 2800.000 [2024-05-29T02:19:49.194Z] BogoMIPS: 5600.00 [2024-05-29T02:19:49.194Z] Virtualization: AMD-V [2024-05-29T02:19:49.194Z] Hypervisor vendor: KVM [2024-05-29T02:19:49.194Z] Virtualization type: full [2024-05-29T02:19:49.194Z] L1d cache: 256 KiB [2024-05-29T02:19:49.194Z] L1i cache: 256 KiB [2024-05-29T02:19:49.194Z] L2 cache: 4 MiB [2024-05-29T02:19:49.194Z] L3 cache: 128 MiB [2024-05-29T02:19:49.194Z] NUMA node0 CPU(s): 0-7 [2024-05-29T02:19:49.194Z] Vulnerability Itlb multihit: Not affected [2024-05-29T02:19:49.194Z] Vulnerability L1tf: Not affected [2024-05-29T02:19:49.194Z] Vulnerability Mds: Not affected [2024-05-29T02:19:49.194Z] Vulnerability Meltdown: Not affected [2024-05-29T02:19:49.194Z] Vulnerability Mmio stale data: Not affected [2024-05-29T02:19:49.194Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2024-05-29T02:19:49.194Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2024-05-29T02:19:49.194Z] Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling [2024-05-29T02:19:49.194Z] Vulnerability Srbds: Not affected [2024-05-29T02:19:49.194Z] Vulnerability Tsx async abort: Not affected [2024-05-29T02:19:49.194Z] 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 [2024-05-29T02:19:49.194Z] [2024-05-29T02:19:49.194Z] [2024-05-29T02:19:49.194Z] ---> nproc: [2024-05-29T02:19:49.194Z] 8 [2024-05-29T02:19:49.194Z] [2024-05-29T02:19:49.194Z] [2024-05-29T02:19:49.194Z] ---> df -h: [2024-05-29T02:19:49.194Z] Filesystem Size Used Avail Use% Mounted on [2024-05-29T02:19:49.194Z] overlay 155G 14G 142G 9% / [2024-05-29T02:19:49.194Z] tmpfs 64M 0 64M 0% /dev [2024-05-29T02:19:49.194Z] tmpfs 16G 0 16G 0% /sys/fs/cgroup [2024-05-29T02:19:49.194Z] shm 64M 0 64M 0% /dev/shm [2024-05-29T02:19:49.194Z] /dev/vda1 155G 14G 142G 9% /facter-os [2024-05-29T02:19:49.194Z] [2024-05-29T02:19:49.194Z] [2024-05-29T02:19:49.194Z] ---> sar -b -r -n DEV: [2024-05-29T02:19:49.194Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-995) 05/29/24 _x86_64_ (8 CPU) [2024-05-29T02:19:49.194Z] [2024-05-29T02:19:49.194Z] 02:01:14 LINUX RESTART (8 CPU) [2024-05-29T02:19:49.194Z] [2024-05-29T02:19:49.194Z] 02:02:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2024-05-29T02:19:49.194Z] 02:03:01 262.72 4.98 257.74 0.00 422.20 72262.89 0.00 [2024-05-29T02:19:49.194Z] 02:04:01 129.78 0.07 129.71 0.00 7.47 47756.57 0.00 [2024-05-29T02:19:49.194Z] 02:05:01 203.87 0.20 203.67 0.00 19.06 56501.78 0.00 [2024-05-29T02:19:49.194Z] 02:06:01 3.71 0.00 3.71 0.00 0.00 55.18 0.00 [2024-05-29T02:19:49.194Z] 02:07:01 41.27 11.73 29.54 0.00 5439.25 6538.35 0.00 [2024-05-29T02:19:49.194Z] 02:08:01 1.85 0.00 1.85 0.00 0.00 20.80 0.00 [2024-05-29T02:19:49.194Z] 02:09:01 1.20 0.00 1.20 0.00 0.00 13.73 0.00 [2024-05-29T02:19:49.194Z] 02:10:01 1.80 0.00 1.80 0.00 0.00 21.86 0.00 [2024-05-29T02:19:49.194Z] 02:11:01 1.40 0.00 1.40 0.00 0.00 16.13 0.00 [2024-05-29T02:19:49.194Z] 02:12:01 2.43 0.00 2.43 0.00 0.00 40.09 0.00 [2024-05-29T02:19:49.194Z] 02:13:01 1.25 0.00 1.25 0.00 0.00 14.39 0.00 [2024-05-29T02:19:49.194Z] 02:14:01 1.83 0.00 1.83 0.00 0.00 21.19 0.00 [2024-05-29T02:19:49.194Z] 02:15:01 2.97 1.02 1.95 0.00 21.87 26.40 0.00 [2024-05-29T02:19:49.194Z] 02:16:01 1.38 0.00 1.38 0.00 0.00 16.13 0.00 [2024-05-29T02:19:49.194Z] 02:17:01 1.52 0.03 1.48 0.00 0.27 19.20 0.00 [2024-05-29T02:19:49.194Z] 02:18:01 1.53 0.00 1.53 0.00 0.00 18.40 0.00 [2024-05-29T02:19:49.194Z] 02:19:01 74.65 0.30 74.35 0.00 15.45 35658.46 0.00 [2024-05-29T02:19:49.194Z] Average: 43.24 1.08 42.16 0.00 348.55 12882.56 0.00 [2024-05-29T02:19:49.194Z] [2024-05-29T02:19:49.194Z] 02:02:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2024-05-29T02:19:49.194Z] 02:03:01 26940328 31486276 820324 2.49 183340 4425084 2078352 6.13 1362784 3969228 1004112 [2024-05-29T02:19:49.194Z] 02:04:01 27569180 31532456 769812 2.34 190196 3887508 1952672 5.75 1315072 3435864 82616 [2024-05-29T02:19:49.194Z] 02:05:01 26972988 31515932 781168 2.38 202068 4408884 1950240 5.75 1386224 3906364 472 [2024-05-29T02:19:49.194Z] 02:06:01 26998996 31541516 757960 2.31 202144 4408876 1804536 5.32 1361804 3906344 180 [2024-05-29T02:19:49.194Z] 02:07:01 26623776 31522840 767312 2.33 210296 4742332 1834640 5.41 1596256 4020016 28 [2024-05-29T02:19:49.194Z] 02:08:01 26633164 31532280 757724 2.30 210384 4742328 1834640 5.41 1587452 4020016 8 [2024-05-29T02:19:49.194Z] 02:09:01 26634720 31534004 755840 2.30 210472 4742340 1834640 5.41 1585212 4020032 8 [2024-05-29T02:19:49.194Z] 02:10:01 26636764 31536144 753640 2.29 210564 4742340 1834640 5.41 1583976 4020036 12 [2024-05-29T02:19:49.194Z] 02:11:01 26636968 31536568 753264 2.29 210660 4742348 1834640 5.41 1583916 4020196 4 [2024-05-29T02:19:49.194Z] 02:12:01 26636912 31536632 753088 2.29 210812 4742324 1834640 5.41 1584192 4020176 4 [2024-05-29T02:19:49.194Z] 02:13:01 26636612 31536464 753232 2.29 210900 4742328 1834640 5.41 1584244 4020180 4 [2024-05-29T02:19:49.194Z] 02:14:01 26636436 31536408 753212 2.29 210996 4742332 1834640 5.41 1584360 4020184 144 [2024-05-29T02:19:49.194Z] 02:15:01 26634864 31535864 753636 2.29 211096 4742940 1804984 5.32 1584540 4020712 8 [2024-05-29T02:19:49.194Z] 02:16:01 26634752 31535820 753676 2.29 211124 4742952 1804984 5.32 1584344 4020716 8 [2024-05-29T02:19:49.194Z] 02:17:01 26633552 31534752 754516 2.29 211176 4742948 1816068 5.35 1584744 4020724 8 [2024-05-29T02:19:49.194Z] 02:18:01 26634364 31535836 753080 2.29 211212 4743088 1816068 5.35 1584436 4020852 12 [2024-05-29T02:19:49.194Z] 02:19:01 25463332 31509556 775964 2.36 224440 5773172 1956800 5.77 1771428 4899140 44604 [2024-05-29T02:19:49.194Z] Average: 26679865 31529373 762791 2.32 207758 4694948 1862460 5.49 1542646 4021222 66602 [2024-05-29T02:19:49.194Z] [2024-05-29T02:19:49.194Z] 02:02:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2024-05-29T02:19:49.194Z] 02:03:01 lo 2.73 2.73 0.27 0.27 0.00 0.00 0.00 0.00 [2024-05-29T02:19:49.194Z] 02:03:01 docker0 370.04 581.19 31.08 3440.88 0.00 0.00 0.00 0.00 [2024-05-29T02:19:49.194Z] 02:03:01 ens3 717.63 454.92 6635.97 57.08 0.00 0.00 0.00 0.00 [2024-05-29T02:19:49.194Z] 02:04:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-05-29T02:19:49.194Z] 02:04:01 docker0 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2024-05-29T02:19:49.194Z] 02:04:01 ens3 27.33 17.10 28.99 11.85 0.00 0.00 0.00 0.00 [2024-05-29T02:19:49.194Z] 02:05:01 lo 7.93 7.93 0.79 0.79 0.00 0.00 0.00 0.00 [2024-05-29T02:19:49.194Z] 02:05:01 docker0 7.55 12.41 0.47 169.61 0.00 0.00 0.00 0.00 [2024-05-29T02:19:49.194Z] 02:05:01 ens3 182.37 132.61 2732.93 402.38 0.00 0.00 0.00 0.00 [2024-05-29T02:19:49.194Z] 02:06:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-05-29T02:19:49.194Z] 02:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-05-29T02:19:49.194Z] 02:06:01 ens3 1.08 0.85 0.94 0.43 0.00 0.00 0.00 0.00 [2024-05-29T02:19:49.194Z] 02:07:01 lo 0.40 0.40 0.04 0.04 0.00 0.00 0.00 0.00 [2024-05-29T02:19:49.194Z] 02:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-05-29T02:19:49.194Z] 02:07:01 ens3 131.56 66.81 2045.93 5.04 0.00 0.00 0.00 0.00 [2024-05-29T02:19:49.194Z] 02:08:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-05-29T02:19:49.194Z] 02:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-05-29T02:19:49.194Z] 02:08:01 ens3 0.28 0.20 0.02 0.01 0.00 0.00 0.00 0.00 [2024-05-29T02:19:49.194Z] 02:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-05-29T02:19:49.194Z] 02:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-05-29T02:19:49.194Z] 02:09:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-05-29T02:19:49.194Z] 02:10:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-05-29T02:19:49.194Z] 02:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-05-29T02:19:49.194Z] 02:10:01 ens3 1.58 1.02 5.22 0.07 0.00 0.00 0.00 0.00 [2024-05-29T02:19:49.194Z] 02:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-05-29T02:19:49.194Z] 02:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-05-29T02:19:49.194Z] 02:11:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-05-29T02:19:49.194Z] 02:12:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-05-29T02:19:49.194Z] 02:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-05-29T02:19:49.194Z] 02:12:01 ens3 0.27 0.18 0.08 0.07 0.00 0.00 0.00 0.00 [2024-05-29T02:19:49.194Z] 02:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-05-29T02:19:49.194Z] 02:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-05-29T02:19:49.194Z] 02:13:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-05-29T02:19:49.194Z] 02:14:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-05-29T02:19:49.194Z] 02:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-05-29T02:19:49.194Z] 02:14:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2024-05-29T02:19:49.194Z] 02:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-05-29T02:19:49.194Z] 02:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-05-29T02:19:49.194Z] 02:15:01 ens3 0.08 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-05-29T02:19:49.194Z] 02:16:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-05-29T02:19:49.194Z] 02:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-05-29T02:19:49.194Z] 02:16:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2024-05-29T02:19:49.194Z] 02:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-05-29T02:19:49.194Z] 02:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-05-29T02:19:49.194Z] 02:17:01 ens3 0.18 0.13 0.08 0.07 0.00 0.00 0.00 0.00 [2024-05-29T02:19:49.194Z] 02:18:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-05-29T02:19:49.194Z] 02:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-05-29T02:19:49.194Z] 02:18:01 ens3 0.15 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2024-05-29T02:19:49.194Z] 02:19:01 lo 1.07 1.07 0.10 0.10 0.00 0.00 0.00 0.00 [2024-05-29T02:19:49.194Z] 02:19:01 docker0 78.38 143.04 7.13 1255.77 0.00 0.00 0.00 0.00 [2024-05-29T02:19:49.194Z] 02:19:01 ens3 264.03 151.17 4863.56 20.65 0.00 0.00 0.00 0.00 [2024-05-29T02:19:49.194Z] Average: lo 0.81 0.81 0.08 0.08 0.00 0.00 0.00 0.00 [2024-05-29T02:19:49.194Z] Average: docker0 26.82 43.34 2.28 286.28 0.00 0.00 0.00 0.00 [2024-05-29T02:19:49.194Z] Average: ens3 78.05 48.55 959.81 29.27 0.00 0.00 0.00 0.00 [2024-05-29T02:19:49.194Z] [2024-05-29T02:19:49.194Z] [2024-05-29T02:19:49.194Z] ---> sar -P ALL: [2024-05-29T02:19:49.194Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-995) 05/29/24 _x86_64_ (8 CPU) [2024-05-29T02:19:49.195Z] [2024-05-29T02:19:49.195Z] 02:01:14 LINUX RESTART (8 CPU) [2024-05-29T02:19:49.195Z] [2024-05-29T02:19:49.195Z] 02:02:01 CPU %user %nice %system %iowait %steal %idle [2024-05-29T02:19:49.195Z] 02:03:01 all 9.68 0.00 4.53 1.09 0.07 84.62 [2024-05-29T02:19:49.195Z] 02:03:01 0 9.57 0.00 5.34 0.25 0.08 84.76 [2024-05-29T02:19:49.195Z] 02:03:01 1 9.76 0.00 3.39 0.25 0.08 86.52 [2024-05-29T02:19:49.195Z] 02:03:01 2 11.30 0.00 4.13 0.44 0.07 84.06 [2024-05-29T02:19:49.195Z] 02:03:01 3 9.02 0.00 4.61 3.41 0.07 82.88 [2024-05-29T02:19:49.195Z] 02:03:01 4 9.50 0.00 3.41 0.07 0.07 86.95 [2024-05-29T02:19:49.195Z] 02:03:01 5 10.48 0.00 5.22 1.16 0.07 83.07 [2024-05-29T02:19:49.195Z] 02:03:01 6 8.97 0.00 5.32 1.34 0.07 84.30 [2024-05-29T02:19:49.195Z] 02:03:01 7 8.82 0.00 4.85 1.81 0.08 84.44 [2024-05-29T02:19:49.195Z] 02:04:01 all 40.68 0.00 7.11 3.55 0.10 48.56 [2024-05-29T02:19:49.195Z] 02:04:01 0 39.83 0.00 6.67 1.36 0.12 52.02 [2024-05-29T02:19:49.195Z] 02:04:01 1 42.22 0.00 7.06 0.32 0.08 50.31 [2024-05-29T02:19:49.195Z] 02:04:01 2 41.01 0.00 8.09 4.19 0.08 46.62 [2024-05-29T02:19:49.195Z] 02:04:01 3 40.21 0.00 6.48 1.65 0.08 51.58 [2024-05-29T02:19:49.195Z] 02:04:01 4 40.03 0.00 6.81 0.80 0.08 52.28 [2024-05-29T02:19:49.195Z] 02:04:01 5 41.68 0.00 7.27 0.74 0.10 50.21 [2024-05-29T02:19:49.195Z] 02:04:01 6 40.02 0.00 6.71 3.05 0.08 50.13 [2024-05-29T02:19:49.195Z] 02:04:01 7 40.42 0.00 7.81 16.34 0.14 35.30 [2024-05-29T02:19:49.195Z] 02:05:01 all 26.60 0.00 5.59 1.32 0.07 66.42 [2024-05-29T02:19:49.195Z] 02:05:01 0 26.85 0.00 5.74 0.20 0.07 67.13 [2024-05-29T02:19:49.195Z] 02:05:01 1 28.09 0.00 6.20 0.27 0.08 65.36 [2024-05-29T02:19:49.195Z] 02:05:01 2 27.01 0.00 5.35 2.03 0.07 65.54 [2024-05-29T02:19:49.195Z] 02:05:01 3 27.10 0.00 5.05 0.89 0.08 66.87 [2024-05-29T02:19:49.195Z] 02:05:01 4 26.87 0.00 5.66 0.67 0.07 66.73 [2024-05-29T02:19:49.195Z] 02:05:01 5 24.47 0.00 5.03 0.76 0.07 69.67 [2024-05-29T02:19:49.195Z] 02:05:01 6 26.43 0.00 5.99 5.52 0.07 62.00 [2024-05-29T02:19:49.195Z] 02:05:01 7 25.96 0.00 5.73 0.20 0.05 68.06 [2024-05-29T02:19:49.195Z] 02:06:01 all 0.06 0.00 0.05 0.01 0.02 99.87 [2024-05-29T02:19:49.195Z] 02:06:01 0 0.05 0.00 0.07 0.00 0.02 99.87 [2024-05-29T02:19:49.195Z] 02:06:01 1 0.07 0.00 0.05 0.00 0.02 99.87 [2024-05-29T02:19:49.195Z] 02:06:01 2 0.03 0.00 0.05 0.00 0.02 99.90 [2024-05-29T02:19:49.195Z] 02:06:01 3 0.02 0.00 0.07 0.00 0.02 99.90 [2024-05-29T02:19:49.195Z] 02:06:01 4 0.07 0.00 0.05 0.00 0.02 99.87 [2024-05-29T02:19:49.195Z] 02:06:01 5 0.02 0.00 0.03 0.03 0.03 99.88 [2024-05-29T02:19:49.195Z] 02:06:01 6 0.17 0.00 0.03 0.02 0.02 99.77 [2024-05-29T02:19:49.195Z] 02:06:01 7 0.03 0.00 0.05 0.02 0.02 99.88 [2024-05-29T02:19:49.195Z] 02:07:01 all 1.28 0.00 0.69 0.38 0.03 97.62 [2024-05-29T02:19:49.195Z] 02:07:01 0 1.43 0.00 1.13 0.55 0.02 96.86 [2024-05-29T02:19:49.195Z] 02:07:01 1 2.32 0.00 0.57 0.18 0.02 96.91 [2024-05-29T02:19:49.195Z] 02:07:01 2 0.85 0.00 0.72 0.33 0.03 98.06 [2024-05-29T02:19:49.195Z] 02:07:01 3 1.50 0.00 0.67 0.23 0.02 97.58 [2024-05-29T02:19:49.195Z] 02:07:01 4 0.90 0.00 0.78 0.42 0.03 97.86 [2024-05-29T02:19:49.195Z] 02:07:01 5 1.04 0.00 0.57 1.09 0.05 97.26 [2024-05-29T02:19:49.195Z] 02:07:01 6 1.06 0.00 0.55 0.18 0.03 98.17 [2024-05-29T02:19:49.195Z] 02:07:01 7 1.15 0.00 0.50 0.05 0.05 98.25 [2024-05-29T02:19:49.195Z] 02:08:01 all 0.02 0.00 0.01 0.01 0.01 99.95 [2024-05-29T02:19:49.195Z] 02:08:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2024-05-29T02:19:49.195Z] 02:08:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2024-05-29T02:19:49.195Z] 02:08:01 2 0.03 0.00 0.03 0.00 0.00 99.93 [2024-05-29T02:19:49.195Z] 02:08:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2024-05-29T02:19:49.195Z] 02:08:01 4 0.02 0.00 0.00 0.02 0.02 99.95 [2024-05-29T02:19:49.195Z] 02:08:01 5 0.03 0.00 0.02 0.03 0.02 99.90 [2024-05-29T02:19:49.195Z] 02:08:01 6 0.02 0.00 0.00 0.00 0.02 99.97 [2024-05-29T02:19:49.195Z] 02:08:01 7 0.03 0.00 0.03 0.00 0.03 99.90 [2024-05-29T02:19:49.195Z] 02:09:01 all 0.02 0.00 0.01 0.00 0.01 99.95 [2024-05-29T02:19:49.195Z] 02:09:01 0 0.02 0.00 0.00 0.00 0.02 99.97 [2024-05-29T02:19:49.195Z] 02:09:01 1 0.02 0.00 0.03 0.00 0.02 99.93 [2024-05-29T02:19:49.195Z] 02:09:01 2 0.00 0.00 0.02 0.00 0.02 99.97 [2024-05-29T02:19:49.195Z] 02:09:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2024-05-29T02:19:49.195Z] 02:09:01 4 0.02 0.00 0.02 0.00 0.02 99.95 [2024-05-29T02:19:49.195Z] 02:09:01 5 0.05 0.00 0.05 0.03 0.02 99.85 [2024-05-29T02:19:49.195Z] 02:09:01 6 0.03 0.00 0.00 0.00 0.00 99.97 [2024-05-29T02:19:49.195Z] 02:09:01 7 0.02 0.00 0.00 0.00 0.03 99.95 [2024-05-29T02:19:49.195Z] 02:10:01 all 0.05 0.00 0.02 0.03 0.01 99.89 [2024-05-29T02:19:49.195Z] 02:10:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2024-05-29T02:19:49.195Z] 02:10:01 1 0.07 0.00 0.03 0.00 0.02 99.88 [2024-05-29T02:19:49.195Z] 02:10:01 2 0.03 0.00 0.02 0.00 0.00 99.95 [2024-05-29T02:19:49.195Z] 02:10:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2024-05-29T02:19:49.195Z] 02:10:01 4 0.03 0.00 0.00 0.02 0.00 99.95 [2024-05-29T02:19:49.195Z] 02:10:01 5 0.03 0.00 0.03 0.15 0.02 99.77 [2024-05-29T02:19:49.195Z] 02:10:01 6 0.20 0.00 0.02 0.00 0.02 99.77 [2024-05-29T02:19:49.195Z] 02:10:01 7 0.05 0.00 0.03 0.03 0.05 99.83 [2024-05-29T02:19:49.195Z] 02:11:01 all 0.30 0.00 0.01 0.05 0.02 99.63 [2024-05-29T02:19:49.195Z] 02:11:01 0 0.03 0.00 0.02 0.00 0.02 99.93 [2024-05-29T02:19:49.195Z] 02:11:01 1 1.99 0.00 0.00 0.00 0.02 98.00 [2024-05-29T02:19:49.195Z] 02:11:01 2 0.05 0.00 0.00 0.00 0.02 99.93 [2024-05-29T02:19:49.195Z] 02:11:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2024-05-29T02:19:49.195Z] 02:11:01 4 0.00 0.00 0.02 0.03 0.02 99.93 [2024-05-29T02:19:49.195Z] 02:11:01 5 0.03 0.00 0.03 0.30 0.02 99.62 [2024-05-29T02:19:49.195Z] 02:11:01 6 0.18 0.00 0.00 0.00 0.00 99.82 [2024-05-29T02:19:49.195Z] 02:11:01 7 0.03 0.00 0.02 0.03 0.05 99.87 [2024-05-29T02:19:49.195Z] 02:12:01 all 0.07 0.00 0.01 0.10 0.02 99.80 [2024-05-29T02:19:49.195Z] 02:12:01 0 0.02 0.00 0.03 0.00 0.02 99.93 [2024-05-29T02:19:49.195Z] 02:12:01 1 0.33 0.00 0.00 0.00 0.02 99.65 [2024-05-29T02:19:49.195Z] 02:12:01 2 0.02 0.00 0.00 0.00 0.02 99.97 [2024-05-29T02:19:49.195Z] 02:12:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2024-05-29T02:19:49.195Z] 02:12:01 4 0.07 0.00 0.00 0.02 0.02 99.90 [2024-05-29T02:19:49.195Z] 02:12:01 5 0.02 0.00 0.03 0.62 0.00 99.33 [2024-05-29T02:19:49.195Z] 02:12:01 6 0.08 0.00 0.03 0.07 0.02 99.80 [2024-05-29T02:19:49.195Z] 02:12:01 7 0.02 0.00 0.02 0.08 0.05 99.83 [2024-05-29T02:19:49.195Z] 02:13:01 all 0.03 0.00 0.02 0.05 0.02 99.87 [2024-05-29T02:19:49.195Z] 02:13:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2024-05-29T02:19:49.195Z] 02:13:01 1 0.13 0.00 0.02 0.00 0.07 99.78 [2024-05-29T02:19:49.195Z] 02:13:01 2 0.02 0.00 0.02 0.00 0.02 99.95 [2024-05-29T02:19:49.195Z] 02:13:01 3 0.00 0.00 0.05 0.03 0.00 99.92 [2024-05-29T02:19:49.195Z] 02:13:01 4 0.02 0.00 0.02 0.00 0.02 99.95 [2024-05-29T02:19:49.195Z] 02:13:01 5 0.02 0.00 0.02 0.38 0.02 99.57 [2024-05-29T02:19:49.195Z] 02:13:01 6 0.02 0.00 0.03 0.00 0.00 99.95 [2024-05-29T02:19:49.195Z] 02:13:01 7 0.02 0.00 0.00 0.02 0.03 99.93 [2024-05-29T02:19:49.195Z] [2024-05-29T02:19:49.195Z] 02:13:01 CPU %user %nice %system %iowait %steal %idle [2024-05-29T02:19:49.195Z] 02:14:01 all 0.07 0.00 0.02 0.05 0.01 99.85 [2024-05-29T02:19:49.195Z] 02:14:01 0 0.02 0.00 0.03 0.00 0.02 99.93 [2024-05-29T02:19:49.195Z] 02:14:01 1 0.40 0.00 0.00 0.00 0.00 99.60 [2024-05-29T02:19:49.195Z] 02:14:01 2 0.05 0.00 0.00 0.00 0.02 99.93 [2024-05-29T02:19:49.195Z] 02:14:01 3 0.00 0.00 0.03 0.00 0.00 99.97 [2024-05-29T02:19:49.195Z] 02:14:01 4 0.00 0.00 0.03 0.12 0.00 99.85 [2024-05-29T02:19:49.195Z] 02:14:01 5 0.02 0.00 0.02 0.27 0.00 99.70 [2024-05-29T02:19:49.195Z] 02:14:01 6 0.03 0.00 0.02 0.00 0.02 99.93 [2024-05-29T02:19:49.195Z] 02:14:01 7 0.03 0.00 0.03 0.00 0.03 99.90 [2024-05-29T02:19:49.195Z] 02:15:01 all 0.06 0.00 0.04 0.01 0.01 99.87 [2024-05-29T02:19:49.195Z] 02:15:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2024-05-29T02:19:49.195Z] 02:15:01 1 0.02 0.00 0.03 0.00 0.02 99.93 [2024-05-29T02:19:49.195Z] 02:15:01 2 0.05 0.00 0.05 0.00 0.02 99.88 [2024-05-29T02:19:49.195Z] 02:15:01 3 0.03 0.00 0.02 0.00 0.02 99.93 [2024-05-29T02:19:49.195Z] 02:15:01 4 0.22 0.00 0.08 0.07 0.02 99.62 [2024-05-29T02:19:49.195Z] 02:15:01 5 0.03 0.00 0.03 0.02 0.00 99.92 [2024-05-29T02:19:49.195Z] 02:15:01 6 0.08 0.00 0.05 0.00 0.00 99.87 [2024-05-29T02:19:49.195Z] 02:15:01 7 0.07 0.00 0.03 0.00 0.03 99.87 [2024-05-29T02:19:49.195Z] 02:16:01 all 0.02 0.00 0.01 0.02 0.01 99.94 [2024-05-29T02:19:49.195Z] 02:16:01 0 0.07 0.00 0.03 0.00 0.02 99.88 [2024-05-29T02:19:49.195Z] 02:16:01 1 0.00 0.00 0.00 0.00 0.02 99.98 [2024-05-29T02:19:49.195Z] 02:16:01 2 0.02 0.00 0.00 0.00 0.02 99.97 [2024-05-29T02:19:49.195Z] 02:16:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2024-05-29T02:19:49.195Z] 02:16:01 4 0.03 0.00 0.00 0.12 0.02 99.83 [2024-05-29T02:19:49.195Z] 02:16:01 5 0.03 0.00 0.00 0.02 0.00 99.95 [2024-05-29T02:19:49.195Z] 02:16:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2024-05-29T02:19:49.195Z] 02:16:01 7 0.02 0.00 0.02 0.00 0.05 99.92 [2024-05-29T02:19:49.195Z] 02:17:01 all 0.02 0.00 0.03 0.02 0.01 99.92 [2024-05-29T02:19:49.195Z] 02:17:01 0 0.05 0.00 0.03 0.00 0.02 99.90 [2024-05-29T02:19:49.195Z] 02:17:01 1 0.02 0.00 0.03 0.00 0.02 99.93 [2024-05-29T02:19:49.195Z] 02:17:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2024-05-29T02:19:49.195Z] 02:17:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2024-05-29T02:19:49.195Z] 02:17:01 4 0.00 0.00 0.05 0.10 0.02 99.83 [2024-05-29T02:19:49.195Z] 02:17:01 5 0.02 0.00 0.03 0.02 0.00 99.93 [2024-05-29T02:19:49.195Z] 02:17:01 6 0.00 0.00 0.02 0.00 0.02 99.97 [2024-05-29T02:19:49.195Z] 02:17:01 7 0.03 0.00 0.05 0.03 0.03 99.85 [2024-05-29T02:19:49.195Z] 02:18:01 all 0.03 0.00 0.01 0.01 0.01 99.94 [2024-05-29T02:19:49.195Z] 02:18:01 0 0.00 0.00 0.00 0.00 0.02 99.98 [2024-05-29T02:19:49.195Z] 02:18:01 1 0.00 0.00 0.00 0.00 0.02 99.98 [2024-05-29T02:19:49.195Z] 02:18:01 2 0.12 0.00 0.02 0.00 0.02 99.85 [2024-05-29T02:19:49.195Z] 02:18:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2024-05-29T02:19:49.195Z] 02:18:01 4 0.02 0.00 0.02 0.03 0.00 99.93 [2024-05-29T02:19:49.195Z] 02:18:01 5 0.02 0.00 0.02 0.02 0.02 99.93 [2024-05-29T02:19:49.195Z] 02:18:01 6 0.03 0.00 0.00 0.00 0.00 99.97 [2024-05-29T02:19:49.195Z] 02:18:01 7 0.07 0.00 0.03 0.00 0.03 99.87 [2024-05-29T02:19:49.195Z] 02:19:01 all 4.35 0.00 1.75 3.51 0.04 90.35 [2024-05-29T02:19:49.195Z] 02:19:01 0 4.56 0.00 1.69 0.44 0.02 93.29 [2024-05-29T02:19:49.195Z] 02:19:01 1 3.56 0.00 1.34 0.42 0.03 94.64 [2024-05-29T02:19:49.195Z] 02:19:01 2 4.87 0.00 1.44 0.00 0.05 93.63 [2024-05-29T02:19:49.195Z] 02:19:01 3 4.26 0.00 1.59 0.15 0.03 93.96 [2024-05-29T02:19:49.195Z] 02:19:01 4 5.26 0.00 2.17 11.74 0.08 80.75 [2024-05-29T02:19:49.195Z] 02:19:01 5 4.31 0.00 2.18 5.15 0.02 88.34 [2024-05-29T02:19:49.195Z] 02:19:01 6 4.02 0.00 2.03 9.60 0.03 84.32 [2024-05-29T02:19:49.195Z] 02:19:01 7 3.99 0.00 1.51 0.60 0.05 93.84 [2024-05-29T02:19:49.195Z] Average: all 4.86 0.00 1.16 0.59 0.03 93.36 [2024-05-29T02:19:49.195Z] Average: 0 4.80 0.00 1.21 0.16 0.03 93.80 [2024-05-29T02:19:49.195Z] Average: 1 5.19 0.00 1.09 0.08 0.03 93.60 [2024-05-29T02:19:49.195Z] Average: 2 4.98 0.00 1.16 0.41 0.03 93.43 [2024-05-29T02:19:49.195Z] Average: 3 4.78 0.00 1.09 0.37 0.02 93.74 [2024-05-29T02:19:49.195Z] Average: 4 4.84 0.00 1.11 0.83 0.03 93.19 [2024-05-29T02:19:49.195Z] Average: 5 4.81 0.00 1.20 0.63 0.03 93.33 [2024-05-29T02:19:49.195Z] Average: 6 4.75 0.00 1.21 1.16 0.02 92.86 [2024-05-29T02:19:49.195Z] Average: 7 4.70 0.00 1.21 1.12 0.05 92.93 [2024-05-29T02:19:49.195Z] [2024-05-29T02:19:49.195Z] [2024-05-29T02:19:49.195Z]