====== Checking before the patch ====== ====== Checking the tree with the patch ====== New warnings added --- /tmp/tmp.jLto5pOJ2T 2025-10-21 22:14:28.615540884 -0700 +++ /tmp/tmp.iqYa9kmcRk 2025-10-21 22:14:29.478532287 -0700 @@ -17 +17 @@ -In vmtest.sh line 240: +In vmtest.sh line 264: @@ -26 +26 @@ -In vmtest.sh line 351: +In vmtest.sh line 375: @@ -34 +34 @@ -In vmtest.sh line 357: +In vmtest.sh line 381: @@ -39 +39 @@ -In vmtest.sh line 361: +In vmtest.sh line 385: @@ -47 +47 @@ -In vmtest.sh line 420: +In vmtest.sh line 444: @@ -55 +55 @@ -In vmtest.sh line 526: +In vmtest.sh line 550: @@ -60 +60 @@ -In vmtest.sh line 534: +In vmtest.sh line 558: @@ -65 +65 @@ -In vmtest.sh line 539: +In vmtest.sh line 563: @@ -73 +73 @@ -In vmtest.sh line 547: +In vmtest.sh line 571: @@ -81 +81 @@ -In vmtest.sh line 579: +In vmtest.sh line 603: @@ -89 +89 @@ -In vmtest.sh line 587: +In vmtest.sh line 611: @@ -97 +97 @@ -In vmtest.sh line 618: +In vmtest.sh line 642: @@ -102 +102 @@ -In vmtest.sh line 621: +In vmtest.sh line 645: @@ -107 +107 @@ -In vmtest.sh line 622: +In vmtest.sh line 646: @@ -112 +112 @@ -In vmtest.sh line 652: +In vmtest.sh line 676: @@ -120 +120 @@ -In vmtest.sh line 701: +In vmtest.sh line 725: @@ -128 +128 @@ -In vmtest.sh line 704: +In vmtest.sh line 728: @@ -136 +136 @@ -In vmtest.sh line 718: +In vmtest.sh line 742: @@ -144 +144 @@ -In vmtest.sh line 721: +In vmtest.sh line 745: @@ -152 +152 @@ -In vmtest.sh line 751: +In vmtest.sh line 775: @@ -160 +160 @@ -In vmtest.sh line 756: +In vmtest.sh line 780: @@ -168 +168 @@ -In vmtest.sh line 787: +In vmtest.sh line 811: @@ -176 +176 @@ -In vmtest.sh line 790: +In vmtest.sh line 814: @@ -184 +184 @@ -In vmtest.sh line 795: +In vmtest.sh line 819: @@ -192 +192 @@ -In vmtest.sh line 801: +In vmtest.sh line 825: @@ -197 +197 @@ -In vmtest.sh line 828: +In vmtest.sh line 852: @@ -205 +205 @@ -In vmtest.sh line 831: +In vmtest.sh line 855: @@ -213 +213 @@ -In vmtest.sh line 845: +In vmtest.sh line 869: @@ -221 +221 @@ -In vmtest.sh line 848: +In vmtest.sh line 872: @@ -229 +229 @@ -In vmtest.sh line 866: +In vmtest.sh line 890: @@ -237 +237 @@ -In vmtest.sh line 876: +In vmtest.sh line 900: @@ -242 +242 @@ -In vmtest.sh line 977: +In vmtest.sh line 1001: @@ -250 +250 @@ -In vmtest.sh line 1004: +In vmtest.sh line 1028: @@ -258 +258 @@ -In vmtest.sh line 1029: +In vmtest.sh line 1053: @@ -266 +266 @@ -In vmtest.sh line 1032: +In vmtest.sh line 1056: @@ -274 +274 @@ -In vmtest.sh line 1038: +In vmtest.sh line 1062: @@ -282 +282,38 @@ -In vmtest.sh line 1207: +In vmtest.sh line 1179: + pidfile=$(mktemp $PIDFILE_TEMPLATE) + ^---------------^ SC2086 (info): Double quote to prevent globbing and word splitting. + +Did you mean: + pidfile=$(mktemp "$PIDFILE_TEMPLATE") + + +In vmtest.sh line 1193: + sleep ${WAIT_PERIOD} + ^------------^ SC2086 (info): Double quote to prevent globbing and word splitting. + +Did you mean: + sleep "${WAIT_PERIOD}" + + +In vmtest.sh line 1197: + local pipefile=$(mktemp -u /tmp/vmtest_pipe_XXXX) + ^------^ SC2155 (warning): Declare and assign separately to avoid masking return values. + + +In vmtest.sh line 1202: + timeout ${WAIT_PERIOD} \ + ^------------^ SC2086 (info): Double quote to prevent globbing and word splitting. + +Did you mean: + timeout "${WAIT_PERIOD}" \ + + +In vmtest.sh line 1227: + timeout ${WAIT_PERIOD} \ + ^------------^ SC2086 (info): Double quote to prevent globbing and word splitting. + +Did you mean: + timeout "${WAIT_PERIOD}" \ + + +In vmtest.sh line 1330: @@ -287 +324 @@ -In vmtest.sh line 1219: +In vmtest.sh line 1342: