podman-5.4.2-1.fc43
List of Findings
Error: SHELLCHECK_WARNING (CWE-758): [#def1]
/etc/profile.d/podman-docker.sh:1:1: error[SC2148]: Tips depend on target shell and yours is unknown. Add a shebang or a 'shell' directive.
Error: SHELLCHECK_WARNING (CWE-156): [#def2]
/etc/profile.d/podman-docker.sh:4:10: warning[SC2046]: Quote this to prevent word splitting.
Error: SHELLCHECK_WARNING (CWE-563): [#def3]
/usr/share/podman/test/system/001-basic.bats:12:5: warning[SC2034]: BATS_TEST_NAME_PREFIX appears unused. Verify use (or export if used externally).
Error: SHELLCHECK_WARNING (CWE-571): [#def4]
/usr/share/podman/test/system/001-basic.bats:32:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def5]
/usr/share/podman/test/system/001-basic.bats:33:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-88): [#def6]
/usr/share/podman/test/system/001-basic.bats:56:46: error[SC2068]: Double quote array expansions to avoid re-splitting elements.
Error: SHELLCHECK_WARNING (CWE-140): [#def7]
/usr/share/podman/test/system/001-basic.bats:117:31: warning[SC2206]: Quote to prevent word splitting/globbing, or split robustly with mapfile or read -a.
Error: SHELLCHECK_WARNING (CWE-569): [#def8]
/usr/share/podman/test/system/001-basic.bats:123:12: warning[SC2124]: Assigning an array to a string! Assign as array, or use * instead of @ to concatenate.
Error: SHELLCHECK_WARNING (CWE-569): [#def9]
/usr/share/podman/test/system/001-basic.bats:127:12: warning[SC2124]: Assigning an array to a string! Assign as array, or use * instead of @ to concatenate.
Error: SHELLCHECK_WARNING (CWE-569): [#def10]
/usr/share/podman/test/system/001-basic.bats:131:12: warning[SC2124]: Assigning an array to a string! Assign as array, or use * instead of @ to concatenate.
Error: SHELLCHECK_WARNING (CWE-563): [#def11]
/usr/share/podman/test/system/005-info.bats:36:5: warning[SC2034]: expr_nvr appears unused. Verify use (or export if used externally).
Error: SHELLCHECK_WARNING (CWE-571): [#def12]
/usr/share/podman/test/system/005-info.bats:92:19: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def13]
/usr/share/podman/test/system/005-info.bats:161:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def14]
/usr/share/podman/test/system/005-info.bats:164:15: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-149): [#def15]
/usr/share/podman/test/system/005-info.bats:194:32: warning[SC2027]: The surrounding quotes actually unquote this. Remove or escape them.
Error: SHELLCHECK_WARNING (CWE-149): [#def16]
/usr/share/podman/test/system/005-info.bats:194:42: warning[SC2027]: The surrounding quotes actually unquote this. Remove or escape them.
Error: SHELLCHECK_WARNING (CWE-480): [#def17]
/usr/share/podman/test/system/005-info.bats:297:25: warning[SC1007]: Remove space after = if trying to assign a value (for empty string, use var='' ... ).
Error: SHELLCHECK_WARNING (CWE-571): [#def18]
/usr/share/podman/test/system/010-images.bats:207:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def19]
/usr/share/podman/test/system/010-images.bats:371:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-156): [#def20]
/usr/share/podman/test/system/010-images.bats:423:39: warning[SC2046]: Quote this to prevent word splitting.
Error: SHELLCHECK_WARNING (CWE-156): [#def21]
/usr/share/podman/test/system/010-images.bats:431:36: warning[SC2046]: Quote this to prevent word splitting.
Error: SHELLCHECK_WARNING: [#def22]
/usr/share/podman/test/system/010-images.bats:435:27: warning[SC2076]: Remove quotes from right-hand side of =~ to match as a regex rather than literally.
Error: SHELLCHECK_WARNING (CWE-571): [#def23]
/usr/share/podman/test/system/012-manifest.bats:129:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def24]
/usr/share/podman/test/system/012-manifest.bats:130:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-156): [#def25]
/usr/share/podman/test/system/012-manifest.bats:210:16: warning[SC2046]: Quote this to prevent word splitting.
Error: SHELLCHECK_WARNING (CWE-156): [#def26]
/usr/share/podman/test/system/012-manifest.bats:214:16: warning[SC2046]: Quote this to prevent word splitting.
Error: SHELLCHECK_WARNING (CWE-156): [#def27]
/usr/share/podman/test/system/012-manifest.bats:216:16: warning[SC2046]: Quote this to prevent word splitting.
Error: SHELLCHECK_WARNING (CWE-691): [#def28]
/usr/share/podman/test/system/012-manifest.bats:229:9: warning[SC2254]: Quote expansions in case patterns to match literally rather than as a glob.
Error: SHELLCHECK_WARNING (CWE-691): [#def29]
/usr/share/podman/test/system/012-manifest.bats:233:9: warning[SC2254]: Quote expansions in case patterns to match literally rather than as a glob.
Error: SHELLCHECK_WARNING (CWE-571): [#def30]
/usr/share/podman/test/system/012-manifest.bats:301:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-398): [#def31]
/usr/share/podman/test/system/015-help.bats:133:22: warning[SC2198]: Arrays don't work as operands in [ ]. Use a loop (or concatenate with * instead of @).
Error: SHELLCHECK_WARNING (CWE-477): [#def32]
/usr/share/podman/test/system/015-help.bats:133:39: warning[SC2166]: Prefer [ p ] && [ q ] as [ p -a q ] is not well defined.
Error: SHELLCHECK_WARNING (CWE-571): [#def33]
/usr/share/podman/test/system/015-help.bats:154:19: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-569): [#def34]
/usr/share/podman/test/system/030-run.bats:15:12: warning[SC2089]: Quotes/backslashes will be treated literally. Use an array.
Error: SHELLCHECK_WARNING (CWE-569): [#def35]
/usr/share/podman/test/system/030-run.bats:50:34: warning[SC2090]: Quotes/backslashes in this variable will not be respected.
Error: SHELLCHECK_WARNING (CWE-563): [#def36]
/usr/share/podman/test/system/030-run.bats:226:5: warning[SC2034]: i appears unused. Verify use (or export if used externally).
Error: SHELLCHECK_WARNING (CWE-571): [#def37]
/usr/share/podman/test/system/030-run.bats:266:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-457): [#def38]
/usr/share/podman/test/system/030-run.bats:344:69: warning[SC2154]: dir is referenced but not assigned.
Error: SHELLCHECK_WARNING (CWE-156): [#def39]
/usr/share/podman/test/system/030-run.bats:506:35: warning[SC2046]: Quote this to prevent word splitting.
Error: SHELLCHECK_WARNING (CWE-571): [#def40]
/usr/share/podman/test/system/030-run.bats:637:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-140): [#def41]
/usr/share/podman/test/system/030-run.bats:689:33: warning[SC2207]: Prefer mapfile or read -a to split command output (or quote to avoid splitting).
Error: SHELLCHECK_WARNING (CWE-571): [#def42]
/usr/share/podman/test/system/030-run.bats:883:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def43]
/usr/share/podman/test/system/030-run.bats:1579:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-398): [#def44]
/usr/share/podman/test/system/035-logs.bats:1:1: error[SC2096]: On most OS, shebangs can only specify a single parameter.
Error: SHELLCHECK_WARNING (CWE-571): [#def45]
/usr/share/podman/test/system/035-logs.bats:95:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def46]
/usr/share/podman/test/system/035-logs.bats:98:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def47]
/usr/share/podman/test/system/035-logs.bats:99:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-140): [#def48]
/usr/share/podman/test/system/035-logs.bats:104:15: warning[SC2207]: Prefer mapfile or read -a to split command output (or quote to avoid splitting).
Error: SHELLCHECK_WARNING (CWE-571): [#def49]
/usr/share/podman/test/system/035-logs.bats:138:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def50]
/usr/share/podman/test/system/035-logs.bats:288:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def51]
/usr/share/podman/test/system/035-logs.bats:321:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def52]
/usr/share/podman/test/system/035-logs.bats:368:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-457): [#def53]
/usr/share/podman/test/system/040-ps.bats:24:57: warning[SC2154]: cname is referenced but not assigned.
Error: SHELLCHECK_WARNING (CWE-153): [#def54]
/usr/share/podman/test/system/040-ps.bats:47:37: warning[SC2053]: Quote the right-hand side of == in [[ ]] to prevent glob matching.
Error: SHELLCHECK_WARNING (CWE-153): [#def55]
/usr/share/podman/test/system/040-ps.bats:55:36: warning[SC2053]: Quote the right-hand side of == in [[ ]] to prevent glob matching.
Error: SHELLCHECK_WARNING (CWE-153): [#def56]
/usr/share/podman/test/system/040-ps.bats:55:87: warning[SC2053]: Quote the right-hand side of == in [[ ]] to prevent glob matching.
Error: SHELLCHECK_WARNING (CWE-398): [#def57]
/usr/share/podman/test/system/040-ps.bats:205:5: warning[SC2178]: Variable was used as an array but is now assigned a string.
Error: SHELLCHECK_WARNING (CWE-670): [#def58]
/usr/share/podman/test/system/040-ps.bats:208:22: warning[SC2128]: Expanding an array without an index only gives the first element.
Error: SHELLCHECK_WARNING (CWE-670): [#def59]
/usr/share/podman/test/system/040-ps.bats:212:28: warning[SC2128]: Expanding an array without an index only gives the first element.
Error: SHELLCHECK_WARNING (CWE-398): [#def60]
/usr/share/podman/test/system/040-ps.bats:222:5: warning[SC2178]: Variable was used as an array but is now assigned a string.
Error: SHELLCHECK_WARNING (CWE-670): [#def61]
/usr/share/podman/test/system/040-ps.bats:223:9: warning[SC2128]: Expanding an array without an index only gives the first element.
Error: SHELLCHECK_WARNING (CWE-670): [#def62]
/usr/share/podman/test/system/040-ps.bats:228:27: warning[SC2128]: Expanding an array without an index only gives the first element.
Error: SHELLCHECK_WARNING (CWE-156): [#def63]
/usr/share/podman/test/system/040-ps.bats:240:20: warning[SC2046]: Quote this to prevent word splitting.
Error: SHELLCHECK_WARNING (CWE-398): [#def64]
/usr/share/podman/test/system/040-ps.bats:247:5: warning[SC2178]: Variable was used as an array but is now assigned a string.
Error: SHELLCHECK_WARNING (CWE-670): [#def65]
/usr/share/podman/test/system/040-ps.bats:248:9: warning[SC2128]: Expanding an array without an index only gives the first element.
Error: SHELLCHECK_WARNING (CWE-670): [#def66]
/usr/share/podman/test/system/040-ps.bats:253:27: warning[SC2128]: Expanding an array without an index only gives the first element.
Error: SHELLCHECK_WARNING (CWE-156): [#def67]
/usr/share/podman/test/system/040-ps.bats:255:20: warning[SC2046]: Quote this to prevent word splitting.
Error: SHELLCHECK_WARNING (CWE-398): [#def68]
/usr/share/podman/test/system/045-start.bats:1:1: error[SC2096]: On most OS, shebangs can only specify a single parameter.
Error: SHELLCHECK_WARNING (CWE-563): [#def69]
/usr/share/podman/test/system/045-start.bats:51:5: warning[SC2034]: c2_id appears unused. Verify use (or export if used externally).
Error: SHELLCHECK_WARNING (CWE-398): [#def70]
/usr/share/podman/test/system/050-stop.bats:262:11: warning[SC2010]: Don't use ls | grep. Use a glob or a for loop with a condition to allow non-alphanumeric filenames.
Error: SHELLCHECK_WARNING (CWE-398): [#def71]
/usr/share/podman/test/system/055-rm.bats:1:1: error[SC2096]: On most OS, shebangs can only specify a single parameter.
Error: SHELLCHECK_WARNING (CWE-398): [#def72]
/usr/share/podman/test/system/055-rm.bats:78:11: warning[SC2010]: Don't use ls | grep. Use a glob or a for loop with a condition to allow non-alphanumeric filenames.
Error: SHELLCHECK_WARNING (CWE-156): [#def73]
/usr/share/podman/test/system/055-rm.bats:113:37: warning[SC2046]: Quote this to prevent word splitting.
Error: SHELLCHECK_WARNING (CWE-156): [#def74]
/usr/share/podman/test/system/055-rm.bats:115:43: warning[SC2046]: Quote this to prevent word splitting.
Error: SHELLCHECK_WARNING (CWE-156): [#def75]
/usr/share/podman/test/system/055-rm.bats:118:38: warning[SC2046]: Quote this to prevent word splitting.
Error: SHELLCHECK_WARNING (CWE-156): [#def76]
/usr/share/podman/test/system/055-rm.bats:119:43: warning[SC2046]: Quote this to prevent word splitting.
Error: SHELLCHECK_WARNING (CWE-156): [#def77]
/usr/share/podman/test/system/055-rm.bats:119:63: warning[SC2046]: Quote this to prevent word splitting.
Error: SHELLCHECK_WARNING (CWE-571): [#def78]
/usr/share/podman/test/system/055-rm.bats:143:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def79]
/usr/share/podman/test/system/055-rm.bats:181:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-563): [#def80]
/usr/share/podman/test/system/055-rm.bats:189:5: warning[SC2034]: i appears unused. Verify use (or export if used externally).
Error: SHELLCHECK_WARNING (CWE-156): [#def81]
/usr/share/podman/test/system/060-mount.bats:24:8: warning[SC2046]: Quote this to prevent word splitting.
Error: SHELLCHECK_WARNING (CWE-156): [#def82]
/usr/share/podman/test/system/060-mount.bats:73:8: warning[SC2046]: Quote this to prevent word splitting.
Error: SHELLCHECK_WARNING (CWE-571): [#def83]
/usr/share/podman/test/system/060-mount.bats:125:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def84]
/usr/share/podman/test/system/060-mount.bats:126:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-156): [#def85]
/usr/share/podman/test/system/060-mount.bats:288:44: warning[SC2046]: Quote this to prevent word splitting.
Error: SHELLCHECK_WARNING (CWE-156): [#def86]
/usr/share/podman/test/system/060-mount.bats:301:8: warning[SC2046]: Quote this to prevent word splitting.
Error: SHELLCHECK_WARNING (CWE-156): [#def87]
/usr/share/podman/test/system/060-mount.bats:400:10: warning[SC2046]: Quote this to prevent word splitting.
Error: SHELLCHECK_WARNING (CWE-149): [#def88]
/usr/share/podman/test/system/060-mount.bats:545:86: warning[SC2140]: Word is of the form "A"B"C" (B indicated). Did you mean "ABC" or "A\"B\"C"?
Error: SHELLCHECK_WARNING (CWE-571): [#def89]
/usr/share/podman/test/system/060-mount.bats:559:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def90]
/usr/share/podman/test/system/060-mount.bats:560:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-398): [#def91]
/usr/share/podman/test/system/065-cp.bats:1:1: error[SC2096]: On most OS, shebangs can only specify a single parameter.
Error: SHELLCHECK_WARNING (CWE-140): [#def92]
/usr/share/podman/test/system/065-cp.bats:17:18: warning[SC2207]: Prefer mapfile or read -a to split command output (or quote to avoid splitting).
Error: SHELLCHECK_WARNING (CWE-140): [#def93]
/usr/share/podman/test/system/065-cp.bats:18:18: warning[SC2207]: Prefer mapfile or read -a to split command output (or quote to avoid splitting).
Error: SHELLCHECK_WARNING (CWE-140): [#def94]
/usr/share/podman/test/system/065-cp.bats:19:18: warning[SC2207]: Prefer mapfile or read -a to split command output (or quote to avoid splitting).
Error: SHELLCHECK_WARNING (CWE-571): [#def95]
/usr/share/podman/test/system/065-cp.bats:28:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def96]
/usr/share/podman/test/system/065-cp.bats:83:15: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def97]
/usr/share/podman/test/system/065-cp.bats:103:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def98]
/usr/share/podman/test/system/065-cp.bats:111:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def99]
/usr/share/podman/test/system/065-cp.bats:130:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def100]
/usr/share/podman/test/system/065-cp.bats:151:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def101]
/usr/share/podman/test/system/065-cp.bats:168:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-140): [#def102]
/usr/share/podman/test/system/065-cp.bats:181:18: warning[SC2207]: Prefer mapfile or read -a to split command output (or quote to avoid splitting).
Error: SHELLCHECK_WARNING (CWE-140): [#def103]
/usr/share/podman/test/system/065-cp.bats:182:18: warning[SC2207]: Prefer mapfile or read -a to split command output (or quote to avoid splitting).
Error: SHELLCHECK_WARNING (CWE-140): [#def104]
/usr/share/podman/test/system/065-cp.bats:183:18: warning[SC2207]: Prefer mapfile or read -a to split command output (or quote to avoid splitting).
Error: SHELLCHECK_WARNING (CWE-571): [#def105]
/usr/share/podman/test/system/065-cp.bats:185:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def106]
/usr/share/podman/test/system/065-cp.bats:225:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-140): [#def107]
/usr/share/podman/test/system/065-cp.bats:244:18: warning[SC2207]: Prefer mapfile or read -a to split command output (or quote to avoid splitting).
Error: SHELLCHECK_WARNING (CWE-140): [#def108]
/usr/share/podman/test/system/065-cp.bats:245:18: warning[SC2207]: Prefer mapfile or read -a to split command output (or quote to avoid splitting).
Error: SHELLCHECK_WARNING (CWE-140): [#def109]
/usr/share/podman/test/system/065-cp.bats:246:18: warning[SC2207]: Prefer mapfile or read -a to split command output (or quote to avoid splitting).
Error: SHELLCHECK_WARNING (CWE-571): [#def110]
/usr/share/podman/test/system/065-cp.bats:249:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-140): [#def111]
/usr/share/podman/test/system/065-cp.bats:287:26: warning[SC2206]: Quote to prevent word splitting/globbing, or split robustly with mapfile or read -a.
Error: SHELLCHECK_WARNING (CWE-140): [#def112]
/usr/share/podman/test/system/065-cp.bats:295:26: warning[SC2206]: Quote to prevent word splitting/globbing, or split robustly with mapfile or read -a.
Error: SHELLCHECK_WARNING (CWE-88): [#def113]
/usr/share/podman/test/system/065-cp.bats:301:39: error[SC2068]: Double quote array expansions to avoid re-splitting elements.
Error: SHELLCHECK_WARNING (CWE-571): [#def114]
/usr/share/podman/test/system/065-cp.bats:305:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-140): [#def115]
/usr/share/podman/test/system/065-cp.bats:316:26: warning[SC2206]: Quote to prevent word splitting/globbing, or split robustly with mapfile or read -a.
Error: SHELLCHECK_WARNING (CWE-140): [#def116]
/usr/share/podman/test/system/065-cp.bats:323:26: warning[SC2206]: Quote to prevent word splitting/globbing, or split robustly with mapfile or read -a.
Error: SHELLCHECK_WARNING (CWE-88): [#def117]
/usr/share/podman/test/system/065-cp.bats:329:39: error[SC2068]: Double quote array expansions to avoid re-splitting elements.
Error: SHELLCHECK_WARNING (CWE-140): [#def118]
/usr/share/podman/test/system/065-cp.bats:337:18: warning[SC2207]: Prefer mapfile or read -a to split command output (or quote to avoid splitting).
Error: SHELLCHECK_WARNING (CWE-140): [#def119]
/usr/share/podman/test/system/065-cp.bats:338:18: warning[SC2207]: Prefer mapfile or read -a to split command output (or quote to avoid splitting).
Error: SHELLCHECK_WARNING (CWE-571): [#def120]
/usr/share/podman/test/system/065-cp.bats:348:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def121]
/usr/share/podman/test/system/065-cp.bats:380:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def122]
/usr/share/podman/test/system/065-cp.bats:396:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-140): [#def123]
/usr/share/podman/test/system/065-cp.bats:411:18: warning[SC2207]: Prefer mapfile or read -a to split command output (or quote to avoid splitting).
Error: SHELLCHECK_WARNING (CWE-140): [#def124]
/usr/share/podman/test/system/065-cp.bats:412:18: warning[SC2207]: Prefer mapfile or read -a to split command output (or quote to avoid splitting).
Error: SHELLCHECK_WARNING (CWE-571): [#def125]
/usr/share/podman/test/system/065-cp.bats:415:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def126]
/usr/share/podman/test/system/065-cp.bats:457:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-140): [#def127]
/usr/share/podman/test/system/065-cp.bats:483:18: warning[SC2207]: Prefer mapfile or read -a to split command output (or quote to avoid splitting).
Error: SHELLCHECK_WARNING (CWE-140): [#def128]
/usr/share/podman/test/system/065-cp.bats:484:18: warning[SC2207]: Prefer mapfile or read -a to split command output (or quote to avoid splitting).
Error: SHELLCHECK_WARNING (CWE-571): [#def129]
/usr/share/podman/test/system/065-cp.bats:487:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-140): [#def130]
/usr/share/podman/test/system/065-cp.bats:523:26: warning[SC2206]: Quote to prevent word splitting/globbing, or split robustly with mapfile or read -a.
Error: SHELLCHECK_WARNING (CWE-140): [#def131]
/usr/share/podman/test/system/065-cp.bats:531:26: warning[SC2206]: Quote to prevent word splitting/globbing, or split robustly with mapfile or read -a.
Error: SHELLCHECK_WARNING (CWE-88): [#def132]
/usr/share/podman/test/system/065-cp.bats:537:39: error[SC2068]: Double quote array expansions to avoid re-splitting elements.
Error: SHELLCHECK_WARNING (CWE-571): [#def133]
/usr/share/podman/test/system/065-cp.bats:541:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-140): [#def134]
/usr/share/podman/test/system/065-cp.bats:551:26: warning[SC2206]: Quote to prevent word splitting/globbing, or split robustly with mapfile or read -a.
Error: SHELLCHECK_WARNING (CWE-140): [#def135]
/usr/share/podman/test/system/065-cp.bats:559:26: warning[SC2206]: Quote to prevent word splitting/globbing, or split robustly with mapfile or read -a.
Error: SHELLCHECK_WARNING (CWE-88): [#def136]
/usr/share/podman/test/system/065-cp.bats:566:39: error[SC2068]: Double quote array expansions to avoid re-splitting elements.
Error: SHELLCHECK_WARNING (CWE-140): [#def137]
/usr/share/podman/test/system/065-cp.bats:576:18: warning[SC2207]: Prefer mapfile or read -a to split command output (or quote to avoid splitting).
Error: SHELLCHECK_WARNING (CWE-140): [#def138]
/usr/share/podman/test/system/065-cp.bats:577:18: warning[SC2207]: Prefer mapfile or read -a to split command output (or quote to avoid splitting).
Error: SHELLCHECK_WARNING (CWE-571): [#def139]
/usr/share/podman/test/system/065-cp.bats:580:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def140]
/usr/share/podman/test/system/065-cp.bats:604:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def141]
/usr/share/podman/test/system/065-cp.bats:635:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def142]
/usr/share/podman/test/system/065-cp.bats:660:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def143]
/usr/share/podman/test/system/065-cp.bats:685:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def144]
/usr/share/podman/test/system/065-cp.bats:705:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def145]
/usr/share/podman/test/system/065-cp.bats:733:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def146]
/usr/share/podman/test/system/065-cp.bats:754:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def147]
/usr/share/podman/test/system/065-cp.bats:788:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def148]
/usr/share/podman/test/system/065-cp.bats:843:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def149]
/usr/share/podman/test/system/065-cp.bats:876:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def150]
/usr/share/podman/test/system/065-cp.bats:917:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def151]
/usr/share/podman/test/system/065-cp.bats:959:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def152]
/usr/share/podman/test/system/065-cp.bats:960:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def153]
/usr/share/podman/test/system/065-cp.bats:997:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def154]
/usr/share/podman/test/system/065-cp.bats:998:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def155]
/usr/share/podman/test/system/065-cp.bats:1033:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def156]
/usr/share/podman/test/system/065-cp.bats:1034:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def157]
/usr/share/podman/test/system/065-cp.bats:1072:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def158]
/usr/share/podman/test/system/065-cp.bats:1085:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def159]
/usr/share/podman/test/system/065-cp.bats:1097:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def160]
/usr/share/podman/test/system/065-cp.bats:1101:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def161]
/usr/share/podman/test/system/070-build.bats:255:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def162]
/usr/share/podman/test/system/070-build.bats:335:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def163]
/usr/share/podman/test/system/070-build.bats:358:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def164]
/usr/share/podman/test/system/070-build.bats:359:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def165]
/usr/share/podman/test/system/070-build.bats:567:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def166]
/usr/share/podman/test/system/070-build.bats:595:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-88): [#def167]
/usr/share/podman/test/system/070-build.bats:636:18: error[SC2068]: Double quote array expansions to avoid re-splitting elements.
Error: SHELLCHECK_WARNING (CWE-571): [#def168]
/usr/share/podman/test/system/070-build.bats:656:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def169]
/usr/share/podman/test/system/070-build.bats:696:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def170]
/usr/share/podman/test/system/070-build.bats:908:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-156): [#def171]
/usr/share/podman/test/system/070-build.bats:1009:18: warning[SC2046]: Quote this to prevent word splitting.
Error: SHELLCHECK_WARNING (CWE-156): [#def172]
/usr/share/podman/test/system/070-build.bats:1204:29: warning[SC2046]: Quote this to prevent word splitting.
Error: SHELLCHECK_WARNING (CWE-398): [#def173]
/usr/share/podman/test/system/075-exec.bats:1:1: error[SC2096]: On most OS, shebangs can only specify a single parameter.
Error: SHELLCHECK_WARNING (CWE-563): [#def174]
/usr/share/podman/test/system/075-exec.bats:220:5: warning[SC2034]: i appears unused. Verify use (or export if used externally).
Error: SHELLCHECK_WARNING (CWE-398): [#def175]
/usr/share/podman/test/system/080-pause.bats:1:1: error[SC2096]: On most OS, shebangs can only specify a single parameter.
Error: SHELLCHECK_WARNING (CWE-398): [#def176]
/usr/share/podman/test/system/090-events.bats:1:1: error[SC2096]: On most OS, shebangs can only specify a single parameter.
Error: SHELLCHECK_WARNING (CWE-571): [#def177]
/usr/share/podman/test/system/090-events.bats:321:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def178]
/usr/share/podman/test/system/090-events.bats:322:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def179]
/usr/share/podman/test/system/090-events.bats:323:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def180]
/usr/share/podman/test/system/090-events.bats:355:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def181]
/usr/share/podman/test/system/090-events.bats:410:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def182]
/usr/share/podman/test/system/090-events.bats:423:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-398): [#def183]
/usr/share/podman/test/system/120-load.bats:1:1: error[SC2096]: On most OS, shebangs can only specify a single parameter.
Error: SHELLCHECK_WARNING (CWE-571): [#def184]
/usr/share/podman/test/system/120-load.bats:56:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def185]
/usr/share/podman/test/system/120-load.bats:57:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-156): [#def186]
/usr/share/podman/test/system/120-load.bats:64:14: warning[SC2046]: Quote this to prevent word splitting.
Error: SHELLCHECK_WARNING (CWE-563): [#def187]
/usr/share/podman/test/system/120-load.bats:108:9: warning[SC2034]: whoami appears unused. Verify use (or export if used externally).
Error: SHELLCHECK_WARNING (CWE-457): [#def188]
/usr/share/podman/test/system/120-load.bats:150:26: warning[SC2154]: src_digest is referenced but not assigned (did you mean 'src_digests'?).
Error: SHELLCHECK_WARNING (CWE-398): [#def189]
/usr/share/podman/test/system/125-import.bats:1:1: error[SC2096]: On most OS, shebangs can only specify a single parameter.
Error: SHELLCHECK_WARNING (CWE-571): [#def190]
/usr/share/podman/test/system/125-import.bats:11:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def191]
/usr/share/podman/test/system/125-import.bats:13:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def192]
/usr/share/podman/test/system/125-import.bats:14:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-398): [#def193]
/usr/share/podman/test/system/130-kill.bats:1:1: error[SC2096]: On most OS, shebangs can only specify a single parameter.
Error: SHELLCHECK_WARNING (CWE-571): [#def194]
/usr/share/podman/test/system/130-kill.bats:10:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def195]
/usr/share/podman/test/system/130-kill.bats:11:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-398): [#def196]
/usr/share/podman/test/system/130-kill.bats:61:20: warning[SC1010]: Use semicolon or linefeed before 'done' (or quote to make it literal).
Error: SHELLCHECK_WARNING (CWE-88): [#def197]
/usr/share/podman/test/system/130-kill.bats:73:14: error[SC2068]: Double quote array expansions to avoid re-splitting elements.
Error: SHELLCHECK_WARNING (CWE-88): [#def198]
/usr/share/podman/test/system/130-kill.bats:86:14: error[SC2068]: Double quote array expansions to avoid re-splitting elements.
Error: SHELLCHECK_WARNING (CWE-88): [#def199]
/usr/share/podman/test/system/130-kill.bats:93:14: error[SC2068]: Double quote array expansions to avoid re-splitting elements.
Error: SHELLCHECK_WARNING (CWE-398): [#def200]
/usr/share/podman/test/system/140-diff.bats:1:1: error[SC2096]: On most OS, shebangs can only specify a single parameter.
Error: SHELLCHECK_WARNING (CWE-88): [#def201]
/usr/share/podman/test/system/140-diff.bats:27:18: error[SC2068]: Double quote array expansions to avoid re-splitting elements.
Error: SHELLCHECK_WARNING (CWE-88): [#def202]
/usr/share/podman/test/system/140-diff.bats:54:18: error[SC2068]: Double quote array expansions to avoid re-splitting elements.
Error: SHELLCHECK_WARNING (CWE-398): [#def203]
/usr/share/podman/test/system/150-login.bats:1:1: error[SC2096]: On most OS, shebangs can only specify a single parameter.
Error: SHELLCHECK_WARNING (CWE-457): [#def204]
/usr/share/podman/test/system/150-login.bats:344:28: warning[SC2154]: mid is referenced but not assigned.
Error: SHELLCHECK_WARNING (CWE-569): [#def205]
/usr/share/podman/test/system/150-login.bats:348:39: warning[SC1083]: This { is literal. Check expression (missing ;/\n?) or quote it.
Error: SHELLCHECK_WARNING (CWE-569): [#def206]
/usr/share/podman/test/system/150-login.bats:348:40: warning[SC1083]: This { is literal. Check expression (missing ;/\n?) or quote it.
Error: SHELLCHECK_WARNING (CWE-569): [#def207]
/usr/share/podman/test/system/150-login.bats:348:44: warning[SC1083]: This } is literal. Check expression (missing ;/\n?) or quote it.
Error: SHELLCHECK_WARNING (CWE-569): [#def208]
/usr/share/podman/test/system/150-login.bats:348:45: warning[SC1083]: This } is literal. Check expression (missing ;/\n?) or quote it.
Error: SHELLCHECK_WARNING (CWE-398): [#def209]
/usr/share/podman/test/system/155-partial-pull.bats:1:1: error[SC2096]: On most OS, shebangs can only specify a single parameter.
Error: SHELLCHECK_WARNING (CWE-569): [#def210]
/usr/share/podman/test/system/155-partial-pull.bats:146:15: warning[SC2089]: Quotes/backslashes will be treated literally. Use an array.
Error: SHELLCHECK_WARNING (CWE-569): [#def211]
/usr/share/podman/test/system/155-partial-pull.bats:150:35: warning[SC2090]: Quotes/backslashes in this variable will not be respected.
Error: SHELLCHECK_WARNING (CWE-398): [#def212]
/usr/share/podman/test/system/160-volumes.bats:1:1: error[SC2096]: On most OS, shebangs can only specify a single parameter.
Error: SHELLCHECK_WARNING (CWE-156): [#def213]
/usr/share/podman/test/system/160-volumes.bats:36:10: warning[SC2046]: Quote this to prevent word splitting.
Error: SHELLCHECK_WARNING (CWE-156): [#def214]
/usr/share/podman/test/system/160-volumes.bats:37:10: warning[SC2046]: Quote this to prevent word splitting.
Error: SHELLCHECK_WARNING (CWE-156): [#def215]
/usr/share/podman/test/system/160-volumes.bats:38:10: warning[SC2046]: Quote this to prevent word splitting.
Error: SHELLCHECK_WARNING (CWE-457): [#def216]
/usr/share/podman/test/system/160-volumes.bats:48:41: warning[SC2154]: voldir is referenced but not assigned (did you mean 'myvoldir'?).
Error: SHELLCHECK_WARNING (CWE-571): [#def217]
/usr/share/podman/test/system/160-volumes.bats:265:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def218]
/usr/share/podman/test/system/160-volumes.bats:266:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def219]
/usr/share/podman/test/system/160-volumes.bats:271:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-156): [#def220]
/usr/share/podman/test/system/160-volumes.bats:386:16: warning[SC2046]: Quote this to prevent word splitting.
Error: SHELLCHECK_WARNING (CWE-569): [#def221]
/usr/share/podman/test/system/160-volumes.bats:386:26: warning[SC2048]: Use "${array[@]}" (with quotes) to prevent whitespace problems.
Error: SHELLCHECK_WARNING (CWE-156): [#def222]
/usr/share/podman/test/system/160-volumes.bats:390:16: warning[SC2046]: Quote this to prevent word splitting.
Error: SHELLCHECK_WARNING (CWE-569): [#def223]
/usr/share/podman/test/system/160-volumes.bats:390:26: warning[SC2048]: Use "${array[@]}" (with quotes) to prevent whitespace problems.
Error: SHELLCHECK_WARNING (CWE-156): [#def224]
/usr/share/podman/test/system/160-volumes.bats:394:16: warning[SC2046]: Quote this to prevent word splitting.
Error: SHELLCHECK_WARNING (CWE-156): [#def225]
/usr/share/podman/test/system/160-volumes.bats:401:16: warning[SC2046]: Quote this to prevent word splitting.
Error: SHELLCHECK_WARNING (CWE-569): [#def226]
/usr/share/podman/test/system/160-volumes.bats:539:30: warning[SC1083]: This { is literal. Check expression (missing ;/\n?) or quote it.
Error: SHELLCHECK_WARNING (CWE-569): [#def227]
/usr/share/podman/test/system/160-volumes.bats:539:31: warning[SC1083]: This { is literal. Check expression (missing ;/\n?) or quote it.
Error: SHELLCHECK_WARNING (CWE-569): [#def228]
/usr/share/podman/test/system/160-volumes.bats:539:48: warning[SC1083]: This } is literal. Check expression (missing ;/\n?) or quote it.
Error: SHELLCHECK_WARNING (CWE-569): [#def229]
/usr/share/podman/test/system/160-volumes.bats:539:49: warning[SC1083]: This } is literal. Check expression (missing ;/\n?) or quote it.
Error: SHELLCHECK_WARNING (CWE-571): [#def230]
/usr/share/podman/test/system/160-volumes.bats:599:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def231]
/usr/share/podman/test/system/160-volumes.bats:610:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-398): [#def232]
/usr/share/podman/test/system/161-volume-quotas.bats:1:1: error[SC2096]: On most OS, shebangs can only specify a single parameter.
Error: SHELLCHECK_WARNING (CWE-156): [#def233]
/usr/share/podman/test/system/170-run-userns.bats:155:36: warning[SC2046]: Quote this to prevent word splitting.
Error: SHELLCHECK_WARNING (CWE-398): [#def234]
/usr/share/podman/test/system/180-blkio.bats:1:1: error[SC2096]: On most OS, shebangs can only specify a single parameter.
Error: SHELLCHECK_WARNING (CWE-156): [#def235]
/usr/share/podman/test/system/180-blkio.bats:45:32: warning[SC2046]: Quote this to prevent word splitting.
Error: SHELLCHECK_WARNING (CWE-156): [#def236]
/usr/share/podman/test/system/180-blkio.bats:49:27: warning[SC2046]: Quote this to prevent word splitting.
Error: SHELLCHECK_WARNING (CWE-156): [#def237]
/usr/share/podman/test/system/180-blkio.bats:63:14: warning[SC2046]: Quote this to prevent word splitting.
Error: SHELLCHECK_WARNING (CWE-398): [#def238]
/usr/share/podman/test/system/195-run-namespaces.bats:1:1: error[SC2096]: On most OS, shebangs can only specify a single parameter.
Error: SHELLCHECK_WARNING (CWE-571): [#def239]
/usr/share/podman/test/system/195-run-namespaces.bats:21:19: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def240]
/usr/share/podman/test/system/200-pod.bats:193:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-156): [#def241]
/usr/share/podman/test/system/200-pod.bats:195:31: warning[SC2046]: Quote this to prevent word splitting.
Error: SHELLCHECK_WARNING (CWE-156): [#def242]
/usr/share/podman/test/system/200-pod.bats:205:28: warning[SC2046]: Quote this to prevent word splitting.
Error: SHELLCHECK_WARNING (CWE-571): [#def243]
/usr/share/podman/test/system/200-pod.bats:241:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def244]
/usr/share/podman/test/system/200-pod.bats:242:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def245]
/usr/share/podman/test/system/200-pod.bats:243:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def246]
/usr/share/podman/test/system/200-pod.bats:251:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-398): [#def247]
/usr/share/podman/test/system/200-pod.bats:296:21: error[SC1087]: Use braces when expanding arrays, e.g. ${array[idx]} (or ${var}[.. to quiet).
Error: SHELLCHECK_WARNING (CWE-571): [#def248]
/usr/share/podman/test/system/200-pod.bats:365:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def249]
/usr/share/podman/test/system/200-pod.bats:367:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def250]
/usr/share/podman/test/system/200-pod.bats:382:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def251]
/usr/share/podman/test/system/200-pod.bats:402:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def252]
/usr/share/podman/test/system/200-pod.bats:413:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-569): [#def253]
/usr/share/podman/test/system/200-pod.bats:451:46: warning[SC1083]: This { is literal. Check expression (missing ;/\n?) or quote it.
Error: SHELLCHECK_WARNING (CWE-569): [#def254]
/usr/share/podman/test/system/200-pod.bats:451:47: warning[SC1083]: This { is literal. Check expression (missing ;/\n?) or quote it.
Error: SHELLCHECK_WARNING (CWE-569): [#def255]
/usr/share/podman/test/system/200-pod.bats:451:72: warning[SC1083]: This } is literal. Check expression (missing ;/\n?) or quote it.
Error: SHELLCHECK_WARNING (CWE-569): [#def256]
/usr/share/podman/test/system/200-pod.bats:451:73: warning[SC1083]: This } is literal. Check expression (missing ;/\n?) or quote it.
Error: SHELLCHECK_WARNING (CWE-569): [#def257]
/usr/share/podman/test/system/200-pod.bats:456:46: warning[SC1083]: This { is literal. Check expression (missing ;/\n?) or quote it.
Error: SHELLCHECK_WARNING (CWE-569): [#def258]
/usr/share/podman/test/system/200-pod.bats:456:47: warning[SC1083]: This { is literal. Check expression (missing ;/\n?) or quote it.
Error: SHELLCHECK_WARNING (CWE-569): [#def259]
/usr/share/podman/test/system/200-pod.bats:456:72: warning[SC1083]: This } is literal. Check expression (missing ;/\n?) or quote it.
Error: SHELLCHECK_WARNING (CWE-569): [#def260]
/usr/share/podman/test/system/200-pod.bats:456:73: warning[SC1083]: This } is literal. Check expression (missing ;/\n?) or quote it.
Error: SHELLCHECK_WARNING (CWE-569): [#def261]
/usr/share/podman/test/system/200-pod.bats:461:46: warning[SC1083]: This { is literal. Check expression (missing ;/\n?) or quote it.
Error: SHELLCHECK_WARNING (CWE-569): [#def262]
/usr/share/podman/test/system/200-pod.bats:461:47: warning[SC1083]: This { is literal. Check expression (missing ;/\n?) or quote it.
Error: SHELLCHECK_WARNING (CWE-569): [#def263]
/usr/share/podman/test/system/200-pod.bats:461:72: warning[SC1083]: This } is literal. Check expression (missing ;/\n?) or quote it.
Error: SHELLCHECK_WARNING (CWE-569): [#def264]
/usr/share/podman/test/system/200-pod.bats:461:73: warning[SC1083]: This } is literal. Check expression (missing ;/\n?) or quote it.
Error: SHELLCHECK_WARNING (CWE-569): [#def265]
/usr/share/podman/test/system/200-pod.bats:465:46: warning[SC1083]: This { is literal. Check expression (missing ;/\n?) or quote it.
Error: SHELLCHECK_WARNING (CWE-569): [#def266]
/usr/share/podman/test/system/200-pod.bats:465:47: warning[SC1083]: This { is literal. Check expression (missing ;/\n?) or quote it.
Error: SHELLCHECK_WARNING (CWE-569): [#def267]
/usr/share/podman/test/system/200-pod.bats:465:72: warning[SC1083]: This } is literal. Check expression (missing ;/\n?) or quote it.
Error: SHELLCHECK_WARNING (CWE-569): [#def268]
/usr/share/podman/test/system/200-pod.bats:465:73: warning[SC1083]: This } is literal. Check expression (missing ;/\n?) or quote it.
Error: SHELLCHECK_WARNING (CWE-569): [#def269]
/usr/share/podman/test/system/200-pod.bats:470:46: warning[SC1083]: This { is literal. Check expression (missing ;/\n?) or quote it.
Error: SHELLCHECK_WARNING (CWE-569): [#def270]
/usr/share/podman/test/system/200-pod.bats:470:47: warning[SC1083]: This { is literal. Check expression (missing ;/\n?) or quote it.
Error: SHELLCHECK_WARNING (CWE-569): [#def271]
/usr/share/podman/test/system/200-pod.bats:470:72: warning[SC1083]: This } is literal. Check expression (missing ;/\n?) or quote it.
Error: SHELLCHECK_WARNING (CWE-569): [#def272]
/usr/share/podman/test/system/200-pod.bats:470:73: warning[SC1083]: This } is literal. Check expression (missing ;/\n?) or quote it.
Error: SHELLCHECK_WARNING (CWE-571): [#def273]
/usr/share/podman/test/system/200-pod.bats:512:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-156): [#def274]
/usr/share/podman/test/system/200-pod.bats:547:32: warning[SC2046]: Quote this to prevent word splitting.
Error: SHELLCHECK_WARNING (CWE-156): [#def275]
/usr/share/podman/test/system/200-pod.bats:553:27: warning[SC2046]: Quote this to prevent word splitting.
Error: SHELLCHECK_WARNING (CWE-571): [#def276]
/usr/share/podman/test/system/200-pod.bats:566:15: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def277]
/usr/share/podman/test/system/200-pod.bats:573:19: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-563): [#def278]
/usr/share/podman/test/system/200-pod.bats:587:5: warning[SC2034]: i appears unused. Verify use (or export if used externally).
Error: SHELLCHECK_WARNING (CWE-569): [#def279]
/usr/share/podman/test/system/200-pod.bats:687:31: warning[SC2048]: Use "${array[@]}" (with quotes) to prevent whitespace problems.
Error: SHELLCHECK_WARNING (CWE-569): [#def280]
/usr/share/podman/test/system/200-pod.bats:687:43: warning[SC2048]: Use "${array[@]}" (with quotes) to prevent whitespace problems.
Error: SHELLCHECK_WARNING (CWE-569): [#def281]
/usr/share/podman/test/system/200-pod.bats:693:35: warning[SC2048]: Use "${array[@]}" (with quotes) to prevent whitespace problems.
Error: SHELLCHECK_WARNING (CWE-569): [#def282]
/usr/share/podman/test/system/200-pod.bats:693:47: warning[SC2048]: Use "${array[@]}" (with quotes) to prevent whitespace problems.
Error: SHELLCHECK_WARNING (CWE-571): [#def283]
/usr/share/podman/test/system/200-pod.bats:716:15: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def284]
/usr/share/podman/test/system/200-pod.bats:740:19: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-569): [#def285]
/usr/share/podman/test/system/200-pod.bats:758:26: warning[SC2048]: Use "${array[@]}" (with quotes) to prevent whitespace problems.
Error: SHELLCHECK_WARNING (CWE-398): [#def286]
/usr/share/podman/test/system/200-pod.bats:769:9: warning[SC2178]: Variable was used as an array but is now assigned a string.
Error: SHELLCHECK_WARNING (CWE-670): [#def287]
/usr/share/podman/test/system/200-pod.bats:770:33: warning[SC2128]: Expanding an array without an index only gives the first element.
Error: SHELLCHECK_WARNING (CWE-670): [#def288]
/usr/share/podman/test/system/200-pod.bats:772:32: warning[SC2128]: Expanding an array without an index only gives the first element.
Error: SHELLCHECK_WARNING (CWE-670): [#def289]
/usr/share/podman/test/system/200-pod.bats:786:34: warning[SC2128]: Expanding an array without an index only gives the first element.
Error: SHELLCHECK_WARNING (CWE-670): [#def290]
/usr/share/podman/test/system/200-pod.bats:791:30: warning[SC2128]: Expanding an array without an index only gives the first element.
Error: SHELLCHECK_WARNING (CWE-670): [#def291]
/usr/share/podman/test/system/200-pod.bats:805:35: warning[SC2128]: Expanding an array without an index only gives the first element.
Error: SHELLCHECK_WARNING (CWE-398): [#def292]
/usr/share/podman/test/system/220-healthcheck.bats:1:1: error[SC2096]: On most OS, shebangs can only specify a single parameter.
Error: SHELLCHECK_WARNING (CWE-571): [#def293]
/usr/share/podman/test/system/220-healthcheck.bats:56:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-563): [#def294]
/usr/share/podman/test/system/220-healthcheck.bats:257:9: warning[SC2034]: t0 appears unused. Verify use (or export if used externally).
Error: SHELLCHECK_WARNING (CWE-571): [#def295]
/usr/share/podman/test/system/220-healthcheck.bats:330:15: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def296]
/usr/share/podman/test/system/220-healthcheck.bats:331:15: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def297]
/usr/share/podman/test/system/220-healthcheck.bats:347:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-398): [#def298]
/usr/share/podman/test/system/220-healthcheck.bats:347:22: warning[SC2183]: This format string has 1 variable, but is passed 0 argument.
Error: SHELLCHECK_WARNING (CWE-563): [#def299]
/usr/share/podman/test/system/220-healthcheck.bats:351:5: warning[SC2034]: test appears unused. Verify use (or export if used externally).
Error: SHELLCHECK_WARNING (CWE-571): [#def300]
/usr/share/podman/test/system/220-healthcheck.bats:360:15: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def301]
/usr/share/podman/test/system/220-healthcheck.bats:375:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def302]
/usr/share/podman/test/system/220-healthcheck.bats:376:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def303]
/usr/share/podman/test/system/220-healthcheck.bats:399:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def304]
/usr/share/podman/test/system/220-healthcheck.bats:400:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-398): [#def305]
/usr/share/podman/test/system/250-systemd.bats:1:1: error[SC2096]: On most OS, shebangs can only specify a single parameter.
Error: SHELLCHECK_WARNING (CWE-252): [#def306]
/usr/share/podman/test/system/250-systemd.bats:64:9: warning[SC2164]: Use 'cd ... || exit' or 'cd ... || return' in case cd fails.
Error: SHELLCHECK_WARNING (CWE-480): [#def307]
/usr/share/podman/test/system/250-systemd.bats:306:30: warning[SC1007]: Remove space after = if trying to assign a value (for empty string, use var='' ... ).
Error: SHELLCHECK_WARNING (CWE-571): [#def308]
/usr/share/podman/test/system/250-systemd.bats:331:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-563): [#def309]
/usr/share/podman/test/system/250-systemd.bats:490:5: warning[SC2034]: i appears unused. Verify use (or export if used externally).
Error: SHELLCHECK_WARNING (CWE-398): [#def310]
/usr/share/podman/test/system/251-system-service.bats:1:1: error[SC2096]: On most OS, shebangs can only specify a single parameter.
Error: SHELLCHECK_WARNING (CWE-571): [#def311]
/usr/share/podman/test/system/251-system-service.bats:43:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-398): [#def312]
/usr/share/podman/test/system/252-quadlet.bats:1:1: error[SC2096]: On most OS, shebangs can only specify a single parameter.
Error: SHELLCHECK_WARNING (CWE-88): [#def313]
/usr/share/podman/test/system/252-quadlet.bats:33:22: error[SC2068]: Double quote array expansions to avoid re-splitting elements.
Error: SHELLCHECK_WARNING (CWE-571): [#def314]
/usr/share/podman/test/system/252-quadlet.bats:35:19: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def315]
/usr/share/podman/test/system/252-quadlet.bats:52:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def316]
/usr/share/podman/test/system/252-quadlet.bats:138:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def317]
/usr/share/podman/test/system/252-quadlet.bats:139:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def318]
/usr/share/podman/test/system/252-quadlet.bats:140:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING: [#def319]
/usr/share/podman/test/system/252-quadlet.bats:179:28: warning[SC2076]: Remove quotes from right-hand side of =~ to match as a regex rather than literally.
Error: SHELLCHECK_WARNING (CWE-571): [#def320]
/usr/share/podman/test/system/252-quadlet.bats:192:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def321]
/usr/share/podman/test/system/252-quadlet.bats:240:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def322]
/usr/share/podman/test/system/252-quadlet.bats:262:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def323]
/usr/share/podman/test/system/252-quadlet.bats:286:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def324]
/usr/share/podman/test/system/252-quadlet.bats:287:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def325]
/usr/share/podman/test/system/252-quadlet.bats:288:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def326]
/usr/share/podman/test/system/252-quadlet.bats:319:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def327]
/usr/share/podman/test/system/252-quadlet.bats:345:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def328]
/usr/share/podman/test/system/252-quadlet.bats:368:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def329]
/usr/share/podman/test/system/252-quadlet.bats:378:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def330]
/usr/share/podman/test/system/252-quadlet.bats:394:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def331]
/usr/share/podman/test/system/252-quadlet.bats:400:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def332]
/usr/share/podman/test/system/252-quadlet.bats:406:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def333]
/usr/share/podman/test/system/252-quadlet.bats:408:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def334]
/usr/share/podman/test/system/252-quadlet.bats:443:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def335]
/usr/share/podman/test/system/252-quadlet.bats:446:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def336]
/usr/share/podman/test/system/252-quadlet.bats:454:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def337]
/usr/share/podman/test/system/252-quadlet.bats:460:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def338]
/usr/share/podman/test/system/252-quadlet.bats:473:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def339]
/usr/share/podman/test/system/252-quadlet.bats:498:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def340]
/usr/share/podman/test/system/252-quadlet.bats:508:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def341]
/usr/share/podman/test/system/252-quadlet.bats:523:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def342]
/usr/share/podman/test/system/252-quadlet.bats:529:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def343]
/usr/share/podman/test/system/252-quadlet.bats:535:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def344]
/usr/share/podman/test/system/252-quadlet.bats:537:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def345]
/usr/share/podman/test/system/252-quadlet.bats:570:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def346]
/usr/share/podman/test/system/252-quadlet.bats:578:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def347]
/usr/share/podman/test/system/252-quadlet.bats:585:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def348]
/usr/share/podman/test/system/252-quadlet.bats:597:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def349]
/usr/share/podman/test/system/252-quadlet.bats:643:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def350]
/usr/share/podman/test/system/252-quadlet.bats:663:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def351]
/usr/share/podman/test/system/252-quadlet.bats:665:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def352]
/usr/share/podman/test/system/252-quadlet.bats:672:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def353]
/usr/share/podman/test/system/252-quadlet.bats:701:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def354]
/usr/share/podman/test/system/252-quadlet.bats:746:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def355]
/usr/share/podman/test/system/252-quadlet.bats:767:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def356]
/usr/share/podman/test/system/252-quadlet.bats:790:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def357]
/usr/share/podman/test/system/252-quadlet.bats:819:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def358]
/usr/share/podman/test/system/252-quadlet.bats:845:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def359]
/usr/share/podman/test/system/252-quadlet.bats:874:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def360]
/usr/share/podman/test/system/252-quadlet.bats:894:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def361]
/usr/share/podman/test/system/252-quadlet.bats:895:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def362]
/usr/share/podman/test/system/252-quadlet.bats:896:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def363]
/usr/share/podman/test/system/252-quadlet.bats:897:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def364]
/usr/share/podman/test/system/252-quadlet.bats:900:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def365]
/usr/share/podman/test/system/252-quadlet.bats:921:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def366]
/usr/share/podman/test/system/252-quadlet.bats:946:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def367]
/usr/share/podman/test/system/252-quadlet.bats:972:13: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING: [#def368]
/usr/share/podman/test/system/252-quadlet.bats:1011:30: warning[SC2076]: Remove quotes from right-hand side of =~ to match as a regex rather than literally.
Error: SHELLCHECK_WARNING (CWE-571): [#def369]
/usr/share/podman/test/system/252-quadlet.bats:1086:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-156): [#def370]
/usr/share/podman/test/system/252-quadlet.bats:1105:8: warning[SC2046]: Quote this to prevent word splitting.
Error: SHELLCHECK_WARNING (CWE-571): [#def371]
/usr/share/podman/test/system/252-quadlet.bats:1112:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def372]
/usr/share/podman/test/system/252-quadlet.bats:1138:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def373]
/usr/share/podman/test/system/252-quadlet.bats:1167:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def374]
/usr/share/podman/test/system/252-quadlet.bats:1170:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def375]
/usr/share/podman/test/system/252-quadlet.bats:1179:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def376]
/usr/share/podman/test/system/252-quadlet.bats:1181:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def377]
/usr/share/podman/test/system/252-quadlet.bats:1188:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def378]
/usr/share/podman/test/system/252-quadlet.bats:1294:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def379]
/usr/share/podman/test/system/252-quadlet.bats:1322:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def380]
/usr/share/podman/test/system/252-quadlet.bats:1323:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def381]
/usr/share/podman/test/system/252-quadlet.bats:1399:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def382]
/usr/share/podman/test/system/252-quadlet.bats:1402:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def383]
/usr/share/podman/test/system/252-quadlet.bats:1403:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def384]
/usr/share/podman/test/system/252-quadlet.bats:1479:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def385]
/usr/share/podman/test/system/252-quadlet.bats:1481:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def386]
/usr/share/podman/test/system/252-quadlet.bats:1489:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def387]
/usr/share/podman/test/system/252-quadlet.bats:1491:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def388]
/usr/share/podman/test/system/252-quadlet.bats:1498:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def389]
/usr/share/podman/test/system/252-quadlet.bats:1571:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def390]
/usr/share/podman/test/system/252-quadlet.bats:1579:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-563): [#def391]
/usr/share/podman/test/system/252-quadlet.bats:1620:5: warning[SC2034]: tries appears unused. Verify use (or export if used externally).
Error: SHELLCHECK_WARNING (CWE-571): [#def392]
/usr/share/podman/test/system/252-quadlet.bats:1643:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def393]
/usr/share/podman/test/system/252-quadlet.bats:1678:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def394]
/usr/share/podman/test/system/252-quadlet.bats:1705:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def395]
/usr/share/podman/test/system/252-quadlet.bats:1768:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def396]
/usr/share/podman/test/system/252-quadlet.bats:1769:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-398): [#def397]
/usr/share/podman/test/system/255-auto-update.bats:1:1: error[SC2096]: On most OS, shebangs can only specify a single parameter.
Error: SHELLCHECK_WARNING (CWE-252): [#def398]
/usr/share/podman/test/system/255-auto-update.bats:96:6: warning[SC2164]: Use 'cd ... || exit' or 'cd ... || return' in case cd fails.
Error: SHELLCHECK_WARNING (CWE-153): [#def399]
/usr/share/podman/test/system/255-auto-update.bats:143:28: warning[SC2053]: Quote the right-hand side of != in [[ ]] to prevent glob matching.
Error: SHELLCHECK_WARNING (CWE-456): [#def400]
/usr/share/podman/test/system/255-auto-update.bats:323:5: warning[SC2209]: Use var=$(command) to assign output (or quote to assign string).
Error: SHELLCHECK_WARNING (CWE-571): [#def401]
/usr/share/podman/test/system/255-auto-update.bats:359:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-569): [#def402]
/usr/share/podman/test/system/255-auto-update.bats:360:52: warning[SC2089]: Quotes/backslashes will be treated literally. Use an array.
Error: SHELLCHECK_WARNING (CWE-569): [#def403]
/usr/share/podman/test/system/255-auto-update.bats:368:36: warning[SC2090]: Quotes/backslashes in this variable will not be respected.
Error: SHELLCHECK_WARNING (CWE-140): [#def404]
/usr/share/podman/test/system/255-auto-update.bats:369:18: warning[SC2206]: Quote to prevent word splitting/globbing, or split robustly with mapfile or read -a.
Error: SHELLCHECK_WARNING (CWE-571): [#def405]
/usr/share/podman/test/system/255-auto-update.bats:390:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-457): [#def406]
/usr/share/podman/test/system/255-auto-update.bats:436:25: warning[SC2154]: http_proxy is referenced but not assigned.
Error: SHELLCHECK_WARNING (CWE-457): [#def407]
/usr/share/podman/test/system/255-auto-update.bats:438:26: warning[SC2154]: https_proxy is referenced but not assigned.
Error: SHELLCHECK_WARNING (CWE-457): [#def408]
/usr/share/podman/test/system/255-auto-update.bats:440:23: warning[SC2154]: no_proxy is referenced but not assigned.
Error: SHELLCHECK_WARNING (CWE-156): [#def409]
/usr/share/podman/test/system/255-auto-update.bats:566:23: warning[SC2046]: Quote this to prevent word splitting.
Error: SHELLCHECK_WARNING (CWE-457): [#def410]
/usr/share/podman/test/system/255-auto-update.bats:568:21: warning[SC2154]: unit_name is referenced but not assigned.
Error: SHELLCHECK_WARNING (CWE-156): [#def411]
/usr/share/podman/test/system/255-auto-update.bats:633:33: warning[SC2046]: Quote this to prevent word splitting.
Error: SHELLCHECK_WARNING (CWE-398): [#def412]
/usr/share/podman/test/system/260-sdnotify.bats:1:1: error[SC2096]: On most OS, shebangs can only specify a single parameter.
Error: SHELLCHECK_WARNING (CWE-563): [#def413]
/usr/share/podman/test/system/260-sdnotify.bats:58:5: warning[SC2034]: try appears unused. Verify use (or export if used externally).
Error: SHELLCHECK_WARNING (CWE-571): [#def414]
/usr/share/podman/test/system/260-sdnotify.bats:87:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def415]
/usr/share/podman/test/system/260-sdnotify.bats:93:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-563): [#def416]
/usr/share/podman/test/system/260-sdnotify.bats:390:5: warning[SC2034]: i appears unused. Verify use (or export if used externally).
Error: SHELLCHECK_WARNING (CWE-571): [#def417]
/usr/share/podman/test/system/260-sdnotify.bats:458:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-149): [#def418]
/usr/share/podman/test/system/260-sdnotify.bats:467:30: warning[SC2027]: The surrounding quotes actually unquote this. Remove or escape them.
Error: SHELLCHECK_WARNING (CWE-571): [#def419]
/usr/share/podman/test/system/260-sdnotify.bats:553:12: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-563): [#def420]
/usr/share/podman/test/system/260-sdnotify.bats:585:5: warning[SC2034]: envfile appears unused. Verify use (or export if used externally).
Error: SHELLCHECK_WARNING (CWE-398): [#def421]
/usr/share/podman/test/system/270-socket-activation.bats:1:1: error[SC2096]: On most OS, shebangs can only specify a single parameter.
Error: SHELLCHECK_WARNING (CWE-156): [#def422]
/usr/share/podman/test/system/270-socket-activation.bats:67:21: warning[SC2046]: Quote this to prevent word splitting.
Error: SHELLCHECK_WARNING (CWE-156): [#def423]
/usr/share/podman/test/system/270-socket-activation.bats:114:13: warning[SC2046]: Quote this to prevent word splitting.
Error: SHELLCHECK_WARNING (CWE-398): [#def424]
/usr/share/podman/test/system/271-tcp-cors-server.bats:1:1: error[SC2096]: On most OS, shebangs can only specify a single parameter.
Error: SHELLCHECK_WARNING (CWE-563): [#def425]
/usr/share/podman/test/system/271-tcp-cors-server.bats:13:1: warning[SC2034]: SERVICE_FILE appears unused. Verify use (or export if used externally).
Error: SHELLCHECK_WARNING (CWE-563): [#def426]
/usr/share/podman/test/system/271-tcp-cors-server.bats:14:1: warning[SC2034]: SOCKET_FILE appears unused. Verify use (or export if used externally).
Error: SHELLCHECK_WARNING (CWE-398): [#def427]
/usr/share/podman/test/system/272-system-connection.bats:1:1: error[SC2096]: On most OS, shebangs can only specify a single parameter.
Error: SHELLCHECK_WARNING (CWE-398): [#def428]
/usr/share/podman/test/system/272-system-connection.bats:64:11: error[SC1087]: Use braces when expanding arrays, e.g. ${array[idx]} (or ${var}[.. to quiet).
Error: SHELLCHECK_WARNING (CWE-398): [#def429]
/usr/share/podman/test/system/272-system-connection.bats:65:1: error[SC1087]: Use braces when expanding arrays, e.g. ${array[idx]} (or ${var}[.. to quiet).
Error: SHELLCHECK_WARNING (CWE-156): [#def430]
/usr/share/podman/test/system/272-system-connection.bats:68:16: warning[SC2046]: Quote this to prevent word splitting.
Error: SHELLCHECK_WARNING (CWE-156): [#def431]
/usr/share/podman/test/system/272-system-connection.bats:72:16: warning[SC2046]: Quote this to prevent word splitting.
Error: SHELLCHECK_WARNING (CWE-398): [#def432]
/usr/share/podman/test/system/272-system-connection.bats:78:11: error[SC1087]: Use braces when expanding arrays, e.g. ${array[idx]} (or ${var}[.. to quiet).
Error: SHELLCHECK_WARNING (CWE-398): [#def433]
/usr/share/podman/test/system/272-system-connection.bats:79:1: error[SC1087]: Use braces when expanding arrays, e.g. ${array[idx]} (or ${var}[.. to quiet).
Error: SHELLCHECK_WARNING (CWE-398): [#def434]
/usr/share/podman/test/system/272-system-connection.bats:85:21: error[SC1087]: Use braces when expanding arrays, e.g. ${array[idx]} (or ${var}[.. to quiet).
Error: SHELLCHECK_WARNING (CWE-156): [#def435]
/usr/share/podman/test/system/272-system-connection.bats:111:25: warning[SC2046]: Quote this to prevent word splitting.
Error: SHELLCHECK_WARNING (CWE-398): [#def436]
/usr/share/podman/test/system/280-update.bats:1:1: error[SC2096]: On most OS, shebangs can only specify a single parameter.
Error: SHELLCHECK_WARNING (CWE-571): [#def437]
/usr/share/podman/test/system/280-update.bats:173:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def438]
/usr/share/podman/test/system/280-update.bats:174:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def439]
/usr/share/podman/test/system/280-update.bats:232:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def440]
/usr/share/podman/test/system/280-update.bats:261:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def441]
/usr/share/podman/test/system/280-update.bats:262:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-569): [#def442]
/usr/share/podman/test/system/280-update.bats:272:42: warning[SC1083]: This { is literal. Check expression (missing ;/\n?) or quote it.
Error: SHELLCHECK_WARNING (CWE-569): [#def443]
/usr/share/podman/test/system/280-update.bats:272:43: warning[SC1083]: This { is literal. Check expression (missing ;/\n?) or quote it.
Error: SHELLCHECK_WARNING (CWE-569): [#def444]
/usr/share/podman/test/system/280-update.bats:272:68: warning[SC1083]: This } is literal. Check expression (missing ;/\n?) or quote it.
Error: SHELLCHECK_WARNING (CWE-569): [#def445]
/usr/share/podman/test/system/280-update.bats:272:69: warning[SC1083]: This } is literal. Check expression (missing ;/\n?) or quote it.
Error: SHELLCHECK_WARNING (CWE-569): [#def446]
/usr/share/podman/test/system/280-update.bats:275:42: warning[SC1083]: This { is literal. Check expression (missing ;/\n?) or quote it.
Error: SHELLCHECK_WARNING (CWE-569): [#def447]
/usr/share/podman/test/system/280-update.bats:275:43: warning[SC1083]: This { is literal. Check expression (missing ;/\n?) or quote it.
Error: SHELLCHECK_WARNING (CWE-569): [#def448]
/usr/share/podman/test/system/280-update.bats:275:70: warning[SC1083]: This } is literal. Check expression (missing ;/\n?) or quote it.
Error: SHELLCHECK_WARNING (CWE-569): [#def449]
/usr/share/podman/test/system/280-update.bats:275:71: warning[SC1083]: This } is literal. Check expression (missing ;/\n?) or quote it.
Error: SHELLCHECK_WARNING (CWE-571): [#def450]
/usr/share/podman/test/system/280-update.bats:285:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def451]
/usr/share/podman/test/system/280-update.bats:286:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def452]
/usr/share/podman/test/system/280-update.bats:315:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-398): [#def453]
/usr/share/podman/test/system/300-cli-parsing.bats:1:1: error[SC2096]: On most OS, shebangs can only specify a single parameter.
Error: SHELLCHECK_WARNING (CWE-571): [#def454]
/usr/share/podman/test/system/300-cli-parsing.bats:179:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-398): [#def455]
/usr/share/podman/test/system/320-system-df.bats:1:1: error[SC2096]: On most OS, shebangs can only specify a single parameter.
Error: SHELLCHECK_WARNING (CWE-398): [#def456]
/usr/share/podman/test/system/330-corrupt-images.bats:1:1: error[SC2096]: On most OS, shebangs can only specify a single parameter.
Error: SHELLCHECK_WARNING (CWE-571): [#def457]
/usr/share/podman/test/system/330-corrupt-images.bats:13:12: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-569): [#def458]
/usr/share/podman/test/system/330-corrupt-images.bats:85:24: warning[SC2048]: Use "$@" (with quotes) to prevent whitespace problems.
Error: SHELLCHECK_WARNING (CWE-398): [#def459]
/usr/share/podman/test/system/331-system-check.bats:1:1: error[SC2096]: On most OS, shebangs can only specify a single parameter.
Error: SHELLCHECK_WARNING (CWE-571): [#def460]
/usr/share/podman/test/system/331-system-check.bats:203:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def461]
/usr/share/podman/test/system/331-system-check.bats:220:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def462]
/usr/share/podman/test/system/331-system-check.bats:227:15: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def463]
/usr/share/podman/test/system/331-system-check.bats:229:15: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-398): [#def464]
/usr/share/podman/test/system/400-unprivileged-access.bats:1:1: error[SC2096]: On most OS, shebangs can only specify a single parameter.
Error: SHELLCHECK_WARNING (CWE-563): [#def465]
/usr/share/podman/test/system/400-unprivileged-access.bats:21:5: warning[SC2034]: mount_path appears unused. Verify use (or export if used externally).
Error: SHELLCHECK_WARNING (CWE-140): [#def466]
/usr/share/podman/test/system/400-unprivileged-access.bats:135:22: warning[SC2206]: Quote to prevent word splitting/globbing, or split robustly with mapfile or read -a.
Error: SHELLCHECK_WARNING (CWE-398): [#def467]
/usr/share/podman/test/system/410-selinux.bats:1:1: error[SC2096]: On most OS, shebangs can only specify a single parameter.
Error: SHELLCHECK_WARNING (CWE-571): [#def468]
/usr/share/podman/test/system/410-selinux.bats:201:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def469]
/usr/share/podman/test/system/410-selinux.bats:229:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-398): [#def470]
/usr/share/podman/test/system/420-cgroups.bats:1:1: error[SC2096]: On most OS, shebangs can only specify a single parameter.
Error: SHELLCHECK_WARNING (CWE-398): [#def471]
/usr/share/podman/test/system/500-networking.bats:1:1: error[SC2096]: On most OS, shebangs can only specify a single parameter.
Error: SHELLCHECK_WARNING (CWE-571): [#def472]
/usr/share/podman/test/system/500-networking.bats:24:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def473]
/usr/share/podman/test/system/500-networking.bats:25:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def474]
/usr/share/podman/test/system/500-networking.bats:26:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def475]
/usr/share/podman/test/system/500-networking.bats:166:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def476]
/usr/share/podman/test/system/500-networking.bats:167:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def477]
/usr/share/podman/test/system/500-networking.bats:168:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def478]
/usr/share/podman/test/system/500-networking.bats:169:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def479]
/usr/share/podman/test/system/500-networking.bats:206:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def480]
/usr/share/podman/test/system/500-networking.bats:256:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def481]
/usr/share/podman/test/system/500-networking.bats:257:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def482]
/usr/share/podman/test/system/500-networking.bats:270:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def483]
/usr/share/podman/test/system/500-networking.bats:329:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def484]
/usr/share/podman/test/system/500-networking.bats:429:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def485]
/usr/share/podman/test/system/500-networking.bats:470:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def486]
/usr/share/podman/test/system/500-networking.bats:471:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def487]
/usr/share/podman/test/system/500-networking.bats:505:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def488]
/usr/share/podman/test/system/500-networking.bats:509:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def489]
/usr/share/podman/test/system/500-networking.bats:518:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def490]
/usr/share/podman/test/system/500-networking.bats:621:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def491]
/usr/share/podman/test/system/500-networking.bats:631:15: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def492]
/usr/share/podman/test/system/500-networking.bats:726:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def493]
/usr/share/podman/test/system/500-networking.bats:727:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def494]
/usr/share/podman/test/system/500-networking.bats:782:15: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def495]
/usr/share/podman/test/system/500-networking.bats:788:15: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-398): [#def496]
/usr/share/podman/test/system/500-networking.bats:848:21: error[SC1087]: Use braces when expanding arrays, e.g. ${array[idx]} (or ${var}[.. to quiet).
Error: SHELLCHECK_WARNING (CWE-398): [#def497]
/usr/share/podman/test/system/500-networking.bats:849:21: error[SC1087]: Use braces when expanding arrays, e.g. ${array[idx]} (or ${var}[.. to quiet).
Error: SHELLCHECK_WARNING (CWE-398): [#def498]
/usr/share/podman/test/system/500-networking.bats:850:21: error[SC1087]: Use braces when expanding arrays, e.g. ${array[idx]} (or ${var}[.. to quiet).
Error: SHELLCHECK_WARNING (CWE-398): [#def499]
/usr/share/podman/test/system/500-networking.bats:853:21: error[SC1087]: Use braces when expanding arrays, e.g. ${array[idx]} (or ${var}[.. to quiet).
Error: SHELLCHECK_WARNING (CWE-398): [#def500]
/usr/share/podman/test/system/500-networking.bats:859:21: error[SC1087]: Use braces when expanding arrays, e.g. ${array[idx]} (or ${var}[.. to quiet).
Error: SHELLCHECK_WARNING (CWE-398): [#def501]
/usr/share/podman/test/system/500-networking.bats:860:21: error[SC1087]: Use braces when expanding arrays, e.g. ${array[idx]} (or ${var}[.. to quiet).
Error: SHELLCHECK_WARNING (CWE-398): [#def502]
/usr/share/podman/test/system/500-networking.bats:861:21: error[SC1087]: Use braces when expanding arrays, e.g. ${array[idx]} (or ${var}[.. to quiet).
Error: SHELLCHECK_WARNING (CWE-571): [#def503]
/usr/share/podman/test/system/500-networking.bats:916:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-563): [#def504]
/usr/share/podman/test/system/500-networking.bats:970:11: warning[SC2034]: count appears unused. Verify use (or export if used externally).
Error: SHELLCHECK_WARNING (CWE-571): [#def505]
/usr/share/podman/test/system/500-networking.bats:994:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def506]
/usr/share/podman/test/system/500-networking.bats:996:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def507]
/usr/share/podman/test/system/500-networking.bats:998:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def508]
/usr/share/podman/test/system/500-networking.bats:1056:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def509]
/usr/share/podman/test/system/500-networking.bats:1057:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def510]
/usr/share/podman/test/system/500-networking.bats:1058:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def511]
/usr/share/podman/test/system/500-networking.bats:1060:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def512]
/usr/share/podman/test/system/500-networking.bats:1061:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-398): [#def513]
/usr/share/podman/test/system/505-networking-pasta.bats:1:1: error[SC2096]: On most OS, shebangs can only specify a single parameter.
Error: SHELLCHECK_WARNING (CWE-571): [#def514]
/usr/share/podman/test/system/505-networking-pasta.bats:54:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-156): [#def515]
/usr/share/podman/test/system/505-networking-pasta.bats:77:48: warning[SC2046]: Quote this to prevent word splitting.
Error: SHELLCHECK_WARNING (CWE-571): [#def516]
/usr/share/podman/test/system/505-networking-pasta.bats:150:15: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def517]
/usr/share/podman/test/system/505-networking-pasta.bats:153:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def518]
/usr/share/podman/test/system/505-networking-pasta.bats:157:15: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def519]
/usr/share/podman/test/system/505-networking-pasta.bats:159:15: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def520]
/usr/share/podman/test/system/505-networking-pasta.bats:160:15: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def521]
/usr/share/podman/test/system/505-networking-pasta.bats:162:15: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def522]
/usr/share/podman/test/system/505-networking-pasta.bats:168:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-398): [#def523]
/usr/share/podman/test/system/505-networking-pasta.bats:168:47: warning[SC2060]: Quote parameters to tr to prevent glob expansion.
Error: SHELLCHECK_WARNING (CWE-398): [#def524]
/usr/share/podman/test/system/505-networking-pasta.bats:168:57: warning[SC2060]: Quote parameters to tr to prevent glob expansion.
Error: SHELLCHECK_WARNING (CWE-571): [#def525]
/usr/share/podman/test/system/505-networking-pasta.bats:213:15: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-563): [#def526]
/usr/share/podman/test/system/505-networking-pasta.bats:213:25: warning[SC2034]: i appears unused. Verify use (or export if used externally).
Error: SHELLCHECK_WARNING (CWE-571): [#def527]
/usr/share/podman/test/system/505-networking-pasta.bats:217:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING: [#def528]
/usr/share/podman/test/system/505-networking-pasta.bats:228:32: warning[SC2076]: Remove quotes from right-hand side of =~ to match as a regex rather than literally.
Error: SHELLCHECK_WARNING (CWE-571): [#def529]
/usr/share/podman/test/system/505-networking-pasta.bats:275:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def530]
/usr/share/podman/test/system/505-networking-pasta.bats:276:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def531]
/usr/share/podman/test/system/505-networking-pasta.bats:287:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def532]
/usr/share/podman/test/system/505-networking-pasta.bats:299:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def533]
/usr/share/podman/test/system/505-networking-pasta.bats:310:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def534]
/usr/share/podman/test/system/505-networking-pasta.bats:311:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def535]
/usr/share/podman/test/system/505-networking-pasta.bats:322:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def536]
/usr/share/podman/test/system/505-networking-pasta.bats:334:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def537]
/usr/share/podman/test/system/505-networking-pasta.bats:361:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def538]
/usr/share/podman/test/system/505-networking-pasta.bats:362:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def539]
/usr/share/podman/test/system/505-networking-pasta.bats:374:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def540]
/usr/share/podman/test/system/505-networking-pasta.bats:385:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def541]
/usr/share/podman/test/system/505-networking-pasta.bats:386:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def542]
/usr/share/podman/test/system/505-networking-pasta.bats:398:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def543]
/usr/share/podman/test/system/505-networking-pasta.bats:783:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def544]
/usr/share/podman/test/system/505-networking-pasta.bats:800:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-398): [#def545]
/usr/share/podman/test/system/520-checkpoint.bats:1:1: error[SC2096]: On most OS, shebangs can only specify a single parameter.
Error: SHELLCHECK_WARNING (CWE-571): [#def546]
/usr/share/podman/test/system/520-checkpoint.bats:138:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def547]
/usr/share/podman/test/system/520-checkpoint.bats:145:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def548]
/usr/share/podman/test/system/520-checkpoint.bats:146:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def549]
/usr/share/podman/test/system/520-checkpoint.bats:238:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def550]
/usr/share/podman/test/system/520-checkpoint.bats:239:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-457): [#def551]
/usr/share/podman/test/system/520-checkpoint.bats:363:24: warning[SC2154]: ip is referenced but not assigned.
Error: SHELLCHECK_WARNING (CWE-398): [#def552]
/usr/share/podman/test/system/550-pause-process.bats:1:1: error[SC2096]: On most OS, shebangs can only specify a single parameter.
Error: SHELLCHECK_WARNING (CWE-563): [#def553]
/usr/share/podman/test/system/550-pause-process.bats:46:11: warning[SC2034]: baseline_userns appears unused. Verify use (or export if used externally).
Error: SHELLCHECK_WARNING (CWE-156): [#def554]
/usr/share/podman/test/system/550-pause-process.bats:60:16: warning[SC2046]: Quote this to prevent word splitting.
Error: SHELLCHECK_WARNING (CWE-571): [#def555]
/usr/share/podman/test/system/550-pause-process.bats:102:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def556]
/usr/share/podman/test/system/550-pause-process.bats:114:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def557]
/usr/share/podman/test/system/550-pause-process.bats:143:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-398): [#def558]
/usr/share/podman/test/system/600-completion.bats:1:1: error[SC2096]: On most OS, shebangs can only specify a single parameter.
Error: SHELLCHECK_WARNING (CWE-140): [#def559]
/usr/share/podman/test/system/600-completion.bats:13:31: warning[SC2206]: Quote to prevent word splitting/globbing, or split robustly with mapfile or read -a.
Error: SHELLCHECK_WARNING (CWE-569): [#def560]
/usr/share/podman/test/system/600-completion.bats:16:23: warning[SC2124]: Assigning an array to a string! Assign as array, or use * instead of @ to concatenate.
Error: SHELLCHECK_WARNING (CWE-563): [#def561]
/usr/share/podman/test/system/600-completion.bats:33:11: warning[SC2034]: count appears unused. Verify use (or export if used externally).
Error: SHELLCHECK_WARNING: [#def562]
/usr/share/podman/test/system/600-completion.bats:217:35: warning[SC2076]: Remove quotes from right-hand side of =~ to match as a regex rather than literally.
Error: SHELLCHECK_WARNING: [#def563]
/usr/share/podman/test/system/600-completion.bats:226:32: warning[SC2076]: Remove quotes from right-hand side of =~ to match as a regex rather than literally.
Error: SHELLCHECK_WARNING (CWE-398): [#def564]
/usr/share/podman/test/system/610-format.bats:1:1: error[SC2096]: On most OS, shebangs can only specify a single parameter.
Error: SHELLCHECK_WARNING (CWE-398): [#def565]
/usr/share/podman/test/system/610-format.bats:88:19: warning[SC2184]: Quote arguments to unset so they're not glob expanded.
Error: SHELLCHECK_WARNING (CWE-569): [#def566]
/usr/share/podman/test/system/610-format.bats:207:21: warning[SC2124]: Assigning an array to a string! Assign as array, or use * instead of @ to concatenate.
Error: SHELLCHECK_WARNING (CWE-398): [#def567]
/usr/share/podman/test/system/620-option-conflicts.bats:1:1: error[SC2096]: On most OS, shebangs can only specify a single parameter.
Error: SHELLCHECK_WARNING (CWE-398): [#def568]
/usr/share/podman/test/system/700-play.bats:1:1: error[SC2096]: On most OS, shebangs can only specify a single parameter.
Error: SHELLCHECK_WARNING (CWE-571): [#def569]
/usr/share/podman/test/system/700-play.bats:26:15: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-156): [#def570]
/usr/share/podman/test/system/700-play.bats:124:29: warning[SC2046]: Quote this to prevent word splitting.
Error: SHELLCHECK_WARNING (CWE-569): [#def571]
/usr/share/podman/test/system/700-play.bats:237:41: warning[SC1083]: This { is literal. Check expression (missing ;/\n?) or quote it.
Error: SHELLCHECK_WARNING (CWE-569): [#def572]
/usr/share/podman/test/system/700-play.bats:237:42: warning[SC1083]: This { is literal. Check expression (missing ;/\n?) or quote it.
Error: SHELLCHECK_WARNING (CWE-569): [#def573]
/usr/share/podman/test/system/700-play.bats:237:60: warning[SC1083]: This } is literal. Check expression (missing ;/\n?) or quote it.
Error: SHELLCHECK_WARNING (CWE-569): [#def574]
/usr/share/podman/test/system/700-play.bats:237:61: warning[SC1083]: This } is literal. Check expression (missing ;/\n?) or quote it.
Error: SHELLCHECK_WARNING (CWE-569): [#def575]
/usr/share/podman/test/system/700-play.bats:246:37: warning[SC1083]: This { is literal. Check expression (missing ;/\n?) or quote it.
Error: SHELLCHECK_WARNING (CWE-569): [#def576]
/usr/share/podman/test/system/700-play.bats:246:38: warning[SC1083]: This { is literal. Check expression (missing ;/\n?) or quote it.
Error: SHELLCHECK_WARNING (CWE-569): [#def577]
/usr/share/podman/test/system/700-play.bats:246:56: warning[SC1083]: This } is literal. Check expression (missing ;/\n?) or quote it.
Error: SHELLCHECK_WARNING (CWE-569): [#def578]
/usr/share/podman/test/system/700-play.bats:246:57: warning[SC1083]: This } is literal. Check expression (missing ;/\n?) or quote it.
Error: SHELLCHECK_WARNING (CWE-563): [#def579]
/usr/share/podman/test/system/700-play.bats:674:5: warning[SC2034]: try appears unused. Verify use (or export if used externally).
Error: SHELLCHECK_WARNING: [#def580]
/usr/share/podman/test/system/700-play.bats:939:32: warning[SC2076]: Remove quotes from right-hand side of =~ to match as a regex rather than literally.
Error: SHELLCHECK_WARNING (CWE-571): [#def581]
/usr/share/podman/test/system/700-play.bats:979:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-569): [#def582]
/usr/share/podman/test/system/700-play.bats:1272:37: warning[SC1083]: This { is literal. Check expression (missing ;/\n?) or quote it.
Error: SHELLCHECK_WARNING (CWE-569): [#def583]
/usr/share/podman/test/system/700-play.bats:1272:38: warning[SC1083]: This { is literal. Check expression (missing ;/\n?) or quote it.
Error: SHELLCHECK_WARNING (CWE-569): [#def584]
/usr/share/podman/test/system/700-play.bats:1272:56: warning[SC1083]: This } is literal. Check expression (missing ;/\n?) or quote it.
Error: SHELLCHECK_WARNING (CWE-569): [#def585]
/usr/share/podman/test/system/700-play.bats:1272:57: warning[SC1083]: This } is literal. Check expression (missing ;/\n?) or quote it.
Error: SHELLCHECK_WARNING (CWE-569): [#def586]
/usr/share/podman/test/system/700-play.bats:1285:37: warning[SC1083]: This { is literal. Check expression (missing ;/\n?) or quote it.
Error: SHELLCHECK_WARNING (CWE-569): [#def587]
/usr/share/podman/test/system/700-play.bats:1285:38: warning[SC1083]: This { is literal. Check expression (missing ;/\n?) or quote it.
Error: SHELLCHECK_WARNING (CWE-569): [#def588]
/usr/share/podman/test/system/700-play.bats:1285:56: warning[SC1083]: This } is literal. Check expression (missing ;/\n?) or quote it.
Error: SHELLCHECK_WARNING (CWE-569): [#def589]
/usr/share/podman/test/system/700-play.bats:1285:57: warning[SC1083]: This } is literal. Check expression (missing ;/\n?) or quote it.
Error: SHELLCHECK_WARNING (CWE-398): [#def590]
/usr/share/podman/test/system/710-kube.bats:1:1: error[SC2096]: On most OS, shebangs can only specify a single parameter.
Error: SHELLCHECK_WARNING (CWE-571): [#def591]
/usr/share/podman/test/system/710-kube.bats:111:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def592]
/usr/share/podman/test/system/710-kube.bats:112:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def593]
/usr/share/podman/test/system/710-kube.bats:113:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def594]
/usr/share/podman/test/system/710-kube.bats:172:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def595]
/usr/share/podman/test/system/710-kube.bats:173:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def596]
/usr/share/podman/test/system/710-kube.bats:174:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def597]
/usr/share/podman/test/system/710-kube.bats:212:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def598]
/usr/share/podman/test/system/710-kube.bats:213:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def599]
/usr/share/podman/test/system/710-kube.bats:214:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-398): [#def600]
/usr/share/podman/test/system/750-trust.bats:1:1: error[SC2096]: On most OS, shebangs can only specify a single parameter.
Error: SHELLCHECK_WARNING (CWE-398): [#def601]
/usr/share/podman/test/system/760-system-renumber.bats:1:1: error[SC2096]: On most OS, shebangs can only specify a single parameter.
Error: SHELLCHECK_WARNING (CWE-398): [#def602]
/usr/share/podman/test/system/800-config.bats:1:1: error[SC2096]: On most OS, shebangs can only specify a single parameter.
Error: SHELLCHECK_WARNING (CWE-398): [#def603]
/usr/share/podman/test/system/850-compose.bats:1:1: error[SC2096]: On most OS, shebangs can only specify a single parameter.
Error: SHELLCHECK_WARNING (CWE-156): [#def604]
/usr/share/podman/test/system/build-systemd-image:16:20: warning[SC2046]: Quote this to prevent word splitting.
Error: SHELLCHECK_WARNING (CWE-156): [#def605]
/usr/share/podman/test/system/build-systemd-image:16:62: warning[SC2046]: Quote this to prevent word splitting.
Error: SHELLCHECK_WARNING (CWE-156): [#def606]
/usr/share/podman/test/system/build-systemd-image:29:23: warning[SC2046]: Quote this to prevent word splitting.
Error: SHELLCHECK_WARNING (CWE-156): [#def607]
/usr/share/podman/test/system/build-testimage:22:20: warning[SC2046]: Quote this to prevent word splitting.
Error: SHELLCHECK_WARNING (CWE-156): [#def608]
/usr/share/podman/test/system/build-testimage:22:62: warning[SC2046]: Quote this to prevent word splitting.
Error: SHELLCHECK_WARNING (CWE-156): [#def609]
/usr/share/podman/test/system/build-testimage:36:23: warning[SC2046]: Quote this to prevent word splitting.
Error: SHELLCHECK_WARNING (CWE-670): [#def610]
/usr/share/podman/test/system/helpers.bash:8:44: warning[SC2128]: Expanding an array without an index only gives the first element.
Error: SHELLCHECK_WARNING (CWE-563): [#def611]
/usr/share/podman/test/system/helpers.bash:29:1: warning[SC2034]: PODMAN_NONLOCAL_IMAGE_FQN appears unused. Verify use (or export if used externally).
Error: SHELLCHECK_WARNING (CWE-563): [#def612]
/usr/share/podman/test/system/helpers.bash:33:1: warning[SC2034]: SYSTEMD_IMAGE appears unused. Verify use (or export if used externally).
Error: SHELLCHECK_WARNING (CWE-156): [#def613]
/usr/share/podman/test/system/helpers.bash:40:6: warning[SC2046]: Quote this to prevent word splitting.
Error: SHELLCHECK_WARNING (CWE-571): [#def614]
/usr/share/podman/test/system/helpers.bash:51:12: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def615]
/usr/share/podman/test/system/helpers.bash:65:8: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-457): [#def616]
/usr/share/podman/test/system/helpers.bash:73:12: warning[SC2154]: status is referenced but not assigned.
Error: SHELLCHECK_WARNING (CWE-571): [#def617]
/usr/share/podman/test/system/helpers.bash:78:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-563): [#def618]
/usr/share/podman/test/system/helpers.bash:162:9: warning[SC2034]: BATS_TEST_NAME_PREFIX appears unused. Verify use (or export if used externally).
Error: SHELLCHECK_WARNING: [#def619]
/usr/share/podman/test/system/helpers.bash:390:25: error[SC2066]: Since you double quoted this, it will not word split, and the loop will only run once.
Error: SHELLCHECK_WARNING: [#def620]
/usr/share/podman/test/system/helpers.bash:398:29: error[SC2066]: Since you double quoted this, it will not word split, and the loop will only run once.
Error: SHELLCHECK_WARNING (CWE-571): [#def621]
/usr/share/podman/test/system/helpers.bash:871:15: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def622]
/usr/share/podman/test/system/helpers.bash:881:15: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def623]
/usr/share/podman/test/system/helpers.bash:891:15: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def624]
/usr/share/podman/test/system/helpers.bash:901:15: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def625]
/usr/share/podman/test/system/helpers.bash:941:19: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def626]
/usr/share/podman/test/system/helpers.bash:1065:15: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def627]
/usr/share/podman/test/system/helpers.bash:1070:15: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-156): [#def628]
/usr/share/podman/test/system/helpers.bash:1329:13: warning[SC2046]: Quote this to prevent word splitting.
Error: SHELLCHECK_WARNING (CWE-571): [#def629]
/usr/share/podman/test/system/helpers.network.bash:22:15: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def630]
/usr/share/podman/test/system/helpers.network.bash:31:15: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def631]
/usr/share/podman/test/system/helpers.network.bash:64:15: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-569): [#def632]
/usr/share/podman/test/system/helpers.network.bash:226:36: warning[SC2048]: Use "$@" (with quotes) to prevent whitespace problems.
Error: SHELLCHECK_WARNING: [#def633]
/usr/share/podman/test/system/helpers.network.bash:299:5: warning[SC2215]: This flag is used as a command name. Bad line break or missing [ .. ]?
Error: SHELLCHECK_WARNING (CWE-685): [#def634]
/usr/share/podman/test/system/helpers.network.bash:310:1: warning[SC2120]: random_free_port references arguments, but none are ever passed.
Error: SHELLCHECK_WARNING (CWE-571): [#def635]
/usr/share/podman/test/system/helpers.network.bash:342:15: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-88): [#def636]
/usr/share/podman/test/system/helpers.network.bash:421:21: error[SC2068]: Double quote array expansions to avoid re-splitting elements.
Error: SHELLCHECK_WARNING (CWE-563): [#def637]
/usr/share/podman/test/system/helpers.registry.bash:85:5: warning[SC2034]: cid appears unused. Verify use (or export if used externally).
Error: SHELLCHECK_WARNING (CWE-457): [#def638]
/usr/share/podman/test/system/helpers.registry.bash:85:10: warning[SC2154]: output is referenced but not assigned.
Error: SHELLCHECK_WARNING (CWE-398): [#def639]
/usr/share/podman/test/system/helpers.registry.bash:115:20: warning[SC2115]: Use "${var:?}" to ensure this never expands to /* .
Error: SHELLCHECK_WARNING (CWE-563): [#def640]
/usr/share/podman/test/system/helpers.sig-proxy.bash:7:1: warning[SC2034]: SLEEPLOOP appears unused. Verify use (or export if used externally).
Error: SHELLCHECK_WARNING (CWE-457): [#def641]
/usr/share/podman/test/system/helpers.sig-proxy.bash:20:17: warning[SC2154]: status is referenced but not assigned.
Error: SHELLCHECK_WARNING (CWE-457): [#def642]
/usr/share/podman/test/system/helpers.sig-proxy.bash:39:18: warning[SC2154]: output is referenced but not assigned.
Error: SHELLCHECK_WARNING (CWE-457): [#def643]
/usr/share/podman/test/system/helpers.systemd.bash:45:11: warning[SC2154]: output is referenced but not assigned.
Error: SHELLCHECK_WARNING (CWE-457): [#def644]
/usr/share/podman/test/system/helpers.systemd.bash:46:11: warning[SC2154]: status is referenced but not assigned.
Error: SHELLCHECK_WARNING (CWE-571): [#def645]
/usr/share/podman/test/system/helpers.systemd.bash:84:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-563): [#def646]
/usr/share/podman/test/system/helpers.t:26:1: warning[SC2034]: PORT_LOCK_DIR appears unused. Verify use (or export if used externally).
Error: SHELLCHECK_WARNING (CWE-156): [#def647]
/usr/share/podman/test/system/helpers.t:35:14: warning[SC2046]: Quote this to prevent word splitting.
Error: SHELLCHECK_WARNING (CWE-563): [#def648]
/usr/share/podman/test/system/helpers.t:150:5: warning[SC2034]: PODMAN_TEST_DEBUG appears unused. Verify use (or export if used externally).
Error: SHELLCHECK_WARNING (CWE-477): [#def649]
/usr/share/podman/test/system/helpers.t:152:23: warning[SC2166]: Prefer [ p ] && [ q ] as [ p -a q ] is not well defined.
Error: SHELLCHECK_WARNING (CWE-457): [#def650]
/usr/share/podman/test/system/helpers.t:185:19: warning[SC2154]: output is referenced but not assigned.
Error: SHELLCHECK_WARNING (CWE-571): [#def651]
/usr/share/podman/test/system/setup_suite.bash:23:12: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def652]
/usr/share/podman/test/system/setup_suite.bash:24:12: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def653]
/usr/share/podman/test/system/setup_suite.bash:28:12: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: COMPILER_WARNING: [#def654] [important]
podman-5.4.2/libpod/lock/shm/completed:1:16: error[error]: '__cgo__2' undeclared here (not in a function); did you mean '__cgo__1'?
Error: COMPILER_WARNING: [#def655] [important]
podman-5.4.2/libpod/lock/shm/not-int-const:1:63: error[error]: invalid operands to binary * (have 'char * (*)(_GoString_)' and 'int')
Error: COMPILER_WARNING: [#def656] [important]
podman-5.4.2/libpod/lock/shm/not-int-const:2:80: error[error]: invalid operands to binary * (have 'int32_t (*)(shm_struct_t *, uint32_t)' {{aka 'int (*)(struct shm_struct *, unsigned int)'}} and 'int')
Error: COMPILER_WARNING: [#def657] [important]
podman-5.4.2/libpod/lock/shm/not-int-const:3:74: error[error]: invalid operands to binary * (have 'int64_t (*)(shm_struct_t *)' {{aka 'long int (*)(struct shm_struct *)'}} and 'int')
Error: COMPILER_WARNING: [#def658] [important]
podman-5.4.2/libpod/lock/shm/not-int-const:4:71: error[error]: invalid operands to binary * (have 'int64_t (*)(shm_struct_t *)' {{aka 'long int (*)(struct shm_struct *)'}} and 'int')
Error: COMPILER_WARNING: [#def659] [important]
podman-5.4.2/libpod/lock/shm/not-int-const:5:33: error[error]: enumerator value for '__cgo_undefined__3' is not an integer constant
Error: COMPILER_WARNING: [#def660] [important]
podman-5.4.2/libpod/lock/shm/not-int-const:6:70: error[error]: invalid operands to binary * (have 'int32_t (*)(shm_struct_t *)' {{aka 'int (*)(struct shm_struct *)'}} and 'int')
Error: COMPILER_WARNING: [#def661] [important]
podman-5.4.2/libpod/lock/shm/not-int-const:7:81: error[error]: invalid operands to binary * (have 'int32_t (*)(shm_struct_t *)' {{aka 'int (*)(struct shm_struct *)'}} and 'int')
Error: COMPILER_WARNING: [#def662] [important]
podman-5.4.2/libpod/lock/shm/not-int-const:8:76: error[error]: invalid operands to binary * (have 'int32_t (*)(shm_struct_t *, uint32_t)' {{aka 'int (*)(struct shm_struct *, unsigned int)'}} and 'int')
Error: COMPILER_WARNING: [#def663] [important]
podman-5.4.2/libpod/lock/shm/not-int-const:9:60: error[error]: invalid operands to binary * (have 'void (*)(void *)' and 'int')
Error: COMPILER_WARNING: [#def664] [important]
podman-5.4.2/libpod/lock/shm/not-int-const:10:60: error[error]: invalid type argument of unary '*' (have 'int')
Error: COMPILER_WARNING: [#def665] [important]
podman-5.4.2/libpod/lock/shm/not-int-const:11:71: error[error]: invalid operands to binary * (have 'int32_t (*)(shm_struct_t *, uint32_t)' {{aka 'int (*)(struct shm_struct *, unsigned int)'}} and 'int')
Error: COMPILER_WARNING: [#def666] [important]
podman-5.4.2/libpod/lock/shm/not-int-const:12:70: error[error]: invalid operands to binary * (have 'shm_struct_t * (*)(char *, uint32_t, int *)' {{aka 'struct shm_struct * (*)(char *, unsigned int, int *)'}} and 'int')
Error: COMPILER_WARNING: [#def667] [important]
podman-5.4.2/libpod/lock/shm/not-int-const:13:71: error[error]: invalid operands to binary * (have 'shm_struct_t * (*)(char *, uint32_t, int *)' {{aka 'struct shm_struct * (*)(char *, unsigned int, int *)'}} and 'int')
Error: COMPILER_WARNING: [#def668] [important]
podman-5.4.2/libpod/lock/shm/not-int-const:14:69: error[error]: invalid type argument of unary '*' (have 'int')
Error: COMPILER_WARNING: [#def669] [important]
podman-5.4.2/libpod/lock/shm/not-int-const:15:67: error[error]: invalid operands to binary * (have 'int (*)(const char *)' and 'int')
Error: COMPILER_WARNING: [#def670] [important]
podman-5.4.2/libpod/lock/shm/not-int-const:16:65: error[error]: invalid operands to binary * (have 'int32_t (*)(shm_struct_t *, uint32_t)' {{aka 'int (*)(struct shm_struct *, unsigned int)'}} and 'int')
Error: COMPILER_WARNING: [#def671] [important]
podman-5.4.2/libpod/lock/shm/not-int-const:17:65: error[error]: invalid type argument of unary '*' (have 'int')
Error: COMPILER_WARNING: [#def672] [important]
podman-5.4.2/libpod/lock/shm/not-int-const:18:73: error[error]: invalid operands to binary * (have 'int32_t (*)(shm_struct_t *, uint32_t)' {{aka 'int (*)(struct shm_struct *, unsigned int)'}} and 'int')
Error: COMPILER_WARNING: [#def673] [important]
podman-5.4.2/libpod/lock/shm/not-num-const:1:67: error[error]: incompatible types when initializing type 'double' using type 'char * (*)(_GoString_)'
Error: COMPILER_WARNING: [#def674] [important]
podman-5.4.2/libpod/lock/shm/not-num-const:2:67: error[error]: incompatible types when initializing type 'double' using type 'int32_t (*)(shm_struct_t *, uint32_t)' {{aka 'int (*)(struct shm_struct *, unsigned int)'}}
Error: COMPILER_WARNING: [#def675] [important]
podman-5.4.2/libpod/lock/shm/not-num-const:3:67: error[error]: incompatible types when initializing type 'double' using type 'int64_t (*)(shm_struct_t *)' {{aka 'long int (*)(struct shm_struct *)'}}
Error: COMPILER_WARNING: [#def676] [important]
podman-5.4.2/libpod/lock/shm/not-num-const:4:67: error[error]: incompatible types when initializing type 'double' using type 'int64_t (*)(shm_struct_t *)' {{aka 'long int (*)(struct shm_struct *)'}}
Error: COMPILER_WARNING: [#def677] [important]
podman-5.4.2/libpod/lock/shm/not-num-const:6:67: error[error]: incompatible types when initializing type 'double' using type 'int32_t (*)(shm_struct_t *)' {{aka 'int (*)(struct shm_struct *)'}}
Error: COMPILER_WARNING: [#def678] [important]
podman-5.4.2/libpod/lock/shm/not-num-const:7:67: error[error]: incompatible types when initializing type 'double' using type 'int32_t (*)(shm_struct_t *)' {{aka 'int (*)(struct shm_struct *)'}}
Error: COMPILER_WARNING: [#def679] [important]
podman-5.4.2/libpod/lock/shm/not-num-const:8:67: error[error]: incompatible types when initializing type 'double' using type 'int32_t (*)(shm_struct_t *, uint32_t)' {{aka 'int (*)(struct shm_struct *, unsigned int)'}}
Error: COMPILER_WARNING: [#def680] [important]
podman-5.4.2/libpod/lock/shm/not-num-const:9:67: error[error]: incompatible types when initializing type 'double' using type 'void (*)(void *)'
Error: COMPILER_WARNING: [#def681] [important]
podman-5.4.2/libpod/lock/shm/not-num-const:10:73: error[error]: expected expression before ';' token
Error: COMPILER_WARNING: [#def682] [important]
podman-5.4.2/libpod/lock/shm/not-num-const:11:68: error[error]: incompatible types when initializing type 'double' using type 'int32_t (*)(shm_struct_t *, uint32_t)' {{aka 'int (*)(struct shm_struct *, unsigned int)'}}
Error: COMPILER_WARNING: [#def683] [important]
podman-5.4.2/libpod/lock/shm/not-num-const:12:68: error[error]: incompatible types when initializing type 'double' using type 'shm_struct_t * (*)(char *, uint32_t, int *)' {{aka 'struct shm_struct * (*)(char *, unsigned int, int *)'}}
Error: COMPILER_WARNING: [#def684] [important]
podman-5.4.2/libpod/lock/shm/not-num-const:13:68: error[error]: incompatible types when initializing type 'double' using type 'shm_struct_t * (*)(char *, uint32_t, int *)' {{aka 'struct shm_struct * (*)(char *, unsigned int, int *)'}}
Error: COMPILER_WARNING: [#def685] [important]
podman-5.4.2/libpod/lock/shm/not-num-const:14:82: error[error]: expected expression before ';' token
Error: COMPILER_WARNING: [#def686] [important]
podman-5.4.2/libpod/lock/shm/not-num-const:15:68: error[error]: incompatible types when initializing type 'double' using type 'int (*)(const char *)'
Error: COMPILER_WARNING: [#def687] [important]
podman-5.4.2/libpod/lock/shm/not-num-const:16:68: error[error]: incompatible types when initializing type 'double' using type 'int32_t (*)(shm_struct_t *, uint32_t)' {{aka 'int (*)(struct shm_struct *, unsigned int)'}}
Error: COMPILER_WARNING: [#def688] [important]
podman-5.4.2/libpod/lock/shm/not-num-const:17:78: error[error]: expected expression before ';' token
Error: COMPILER_WARNING: [#def689] [important]
podman-5.4.2/libpod/lock/shm/not-num-const:18:68: error[error]: incompatible types when initializing type 'double' using type 'int32_t (*)(shm_struct_t *, uint32_t)' {{aka 'int (*)(struct shm_struct *, unsigned int)'}}
Error: COMPILER_WARNING: [#def690] [important]
podman-5.4.2/libpod/lock/shm/not-str-lit:1:67: error[error]: invalid initializer
Error: COMPILER_WARNING: [#def691] [important]
podman-5.4.2/libpod/lock/shm/not-str-lit:2:67: error[error]: invalid initializer
Error: COMPILER_WARNING: [#def692] [important]
podman-5.4.2/libpod/lock/shm/not-str-lit:3:67: error[error]: invalid initializer
Error: COMPILER_WARNING: [#def693] [important]
podman-5.4.2/libpod/lock/shm/not-str-lit:4:67: error[error]: invalid initializer
Error: COMPILER_WARNING: [#def694] [important]
podman-5.4.2/libpod/lock/shm/not-str-lit:5:67: error[error]: invalid initializer
Error: COMPILER_WARNING: [#def695] [important]
podman-5.4.2/libpod/lock/shm/not-str-lit:6:67: error[error]: invalid initializer
Error: COMPILER_WARNING: [#def696] [important]
podman-5.4.2/libpod/lock/shm/not-str-lit:7:67: error[error]: invalid initializer
Error: COMPILER_WARNING: [#def697] [important]
podman-5.4.2/libpod/lock/shm/not-str-lit:8:67: error[error]: invalid initializer
Error: COMPILER_WARNING: [#def698] [important]
podman-5.4.2/libpod/lock/shm/not-str-lit:9:67: error[error]: invalid initializer
Error: COMPILER_WARNING: [#def699] [important]
podman-5.4.2/libpod/lock/shm/not-str-lit:10:73: error[error]: expected expression before ';' token
Error: COMPILER_WARNING: [#def700] [important]
podman-5.4.2/libpod/lock/shm/not-str-lit:11:68: error[error]: invalid initializer
Error: COMPILER_WARNING: [#def701] [important]
podman-5.4.2/libpod/lock/shm/not-str-lit:12:68: error[error]: invalid initializer
Error: COMPILER_WARNING: [#def702] [important]
podman-5.4.2/libpod/lock/shm/not-str-lit:13:68: error[error]: invalid initializer
Error: COMPILER_WARNING: [#def703] [important]
podman-5.4.2/libpod/lock/shm/not-str-lit:14:82: error[error]: expected expression before ';' token
Error: COMPILER_WARNING: [#def704] [important]
podman-5.4.2/libpod/lock/shm/not-str-lit:15:68: error[error]: invalid initializer
Error: COMPILER_WARNING: [#def705] [important]
podman-5.4.2/libpod/lock/shm/not-str-lit:16:68: error[error]: invalid initializer
Error: COMPILER_WARNING: [#def706] [important]
podman-5.4.2/libpod/lock/shm/not-str-lit:17:78: error[error]: expected expression before ';' token
Error: COMPILER_WARNING: [#def707] [important]
podman-5.4.2/libpod/lock/shm/not-str-lit:18:68: error[error]: invalid initializer
Error: COMPILER_WARNING: [#def708] [important]
podman-5.4.2/libpod/lock/shm/not-type:1:35: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def709] [important]
podman-5.4.2/libpod/lock/shm/not-type:2:52: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def710] [important]
podman-5.4.2/libpod/lock/shm/not-type:3:46: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def711] [important]
podman-5.4.2/libpod/lock/shm/not-type:4:43: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def712] [important]
podman-5.4.2/libpod/lock/shm/not-type:5:41: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def713] [important]
podman-5.4.2/libpod/lock/shm/not-type:6:42: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def714] [important]
podman-5.4.2/libpod/lock/shm/not-type:7:53: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def715] [important]
podman-5.4.2/libpod/lock/shm/not-type:8:48: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def716] [important]
podman-5.4.2/libpod/lock/shm/not-type:9:32: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def717] [important]
podman-5.4.2/libpod/lock/shm/not-type:11:43: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def718] [important]
podman-5.4.2/libpod/lock/shm/not-type:12:42: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def719] [important]
podman-5.4.2/libpod/lock/shm/not-type:13:43: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def720] [important]
podman-5.4.2/libpod/lock/shm/not-type:15:39: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def721] [important]
podman-5.4.2/libpod/lock/shm/not-type:16:37: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def722] [important]
podman-5.4.2/libpod/lock/shm/not-type:18:45: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: GCC_ANALYZER_WARNING (CWE-1341): [#def723]
podman-5.4.2/pkg/rootless/rootless_linux.c:51:5: warning[-Wanalyzer-fd-double-close]: double ‘close’ of file descriptor ‘*(void *)p’
podman-5.4.2/pkg/rootless/rootless_linux.c:51:5: release_resource: first ‘close’ here
podman-5.4.2/pkg/rootless/rootless_linux.c:51:5: branch_true: following ‘true’ branch...
podman-5.4.2/pkg/rootless/rootless_linux.c:51:5: danger: second ‘close’ here; first ‘close’ was at [(1)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-1341): [#def724]
podman-5.4.2/pkg/rootless/rootless_linux.c:51:5: warning[-Wanalyzer-fd-double-close]: double ‘close’ of file descriptor ‘fd’
podman-5.4.2/pkg/rootless/rootless_linux.c:792:1: enter_function: entry to ‘reexec_userns_join’
podman-5.4.2/pkg/rootless/rootless_linux.c:805:6: branch_false: following ‘false’ branch...
podman-5.4.2/pkg/rootless/rootless_linux.c:811:3: branch_false: ...to here
podman-5.4.2/pkg/rootless/rootless_linux.c:814:10: call_function: calling ‘get_cmd_line_args’ from ‘reexec_userns_join’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def725]
podman-5.4.2/pkg/rootless/rootless_linux.c:308:8: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘open("/proc/self/cmdline", 0)’
podman-5.4.2/pkg/rootless/rootless_linux.c:792:1: enter_function: entry to ‘reexec_userns_join’
podman-5.4.2/pkg/rootless/rootless_linux.c:805:6: branch_false: following ‘false’ branch...
podman-5.4.2/pkg/rootless/rootless_linux.c:811:3: branch_false: ...to here
podman-5.4.2/pkg/rootless/rootless_linux.c:814:10: call_function: calling ‘get_cmd_line_args’ from ‘reexec_userns_join’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def726]
podman-5.4.2/pkg/rootless/rootless_linux.c:451:7: warning[-Wanalyzer-malloc-leak]: leak of ‘opendir("/proc/self/fd")’
podman-5.4.2/pkg/rootless/rootless_linux.c:451:7: acquire_memory: allocated here
podman-5.4.2/pkg/rootless/rootless_linux.c:451:7: danger: ‘opendir("/proc/self/fd")’ leaks here; was allocated at [(1)](sarif:/runs/0/results/3/codeFlows/0/threadFlows/0/locations/0)
Error: COMPILER_WARNING: [#def727] [important]
podman-5.4.2/vendor/github.com/containers/psgo/internal/host/completed:1:16: error[error]: '__cgo__2' undeclared here (not in a function); did you mean '__cgo__1'?
Error: COMPILER_WARNING: [#def728] [important]
podman-5.4.2/vendor/github.com/containers/psgo/internal/host/not-int-const:2:63: error[error]: invalid operands to binary * (have 'long int (*)(int)' and 'int')
Error: COMPILER_WARNING: [#def729] [important]
podman-5.4.2/vendor/github.com/containers/psgo/internal/host/not-num-const:2:67: error[error]: incompatible types when initializing type 'double' using type 'long int (*)(int)'
Error: COMPILER_WARNING: [#def730] [important]
podman-5.4.2/vendor/github.com/containers/psgo/internal/host/not-str-lit:1:67: error[error]: invalid initializer
Error: COMPILER_WARNING: [#def731] [important]
podman-5.4.2/vendor/github.com/containers/psgo/internal/host/not-str-lit:2:67: error[error]: invalid initializer
Error: COMPILER_WARNING: [#def732] [important]
podman-5.4.2/vendor/github.com/containers/psgo/internal/host/not-type:1:39: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def733] [important]
podman-5.4.2/vendor/github.com/containers/psgo/internal/host/not-type:2:35: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def734] [important]
podman-5.4.2/vendor/github.com/containers/storage/pkg/unshare/completed:1:16: error[error]: '__cgo__2' undeclared here (not in a function); did you mean '__cgo__1'?
Error: COMPILER_WARNING: [#def735] [important]
podman-5.4.2/vendor/github.com/containers/storage/pkg/unshare/not-int-const:1:63: error[error]: invalid operands to binary * (have 'char * (*)(_GoString_)' and 'int')
Error: COMPILER_WARNING: [#def736] [important]
podman-5.4.2/vendor/github.com/containers/storage/pkg/unshare/not-int-const:2:64: error[error]: invalid operands to binary * (have '_GoString_ (*)(char *)' and 'int')
Error: COMPILER_WARNING: [#def737] [important]
podman-5.4.2/vendor/github.com/containers/storage/pkg/unshare/not-int-const:3:60: error[error]: invalid operands to binary * (have 'void (*)(void *)' and 'int')
Error: COMPILER_WARNING: [#def738] [important]
podman-5.4.2/vendor/github.com/containers/storage/pkg/unshare/not-int-const:4:62: error[error]: invalid operands to binary * (have 'char * (*)(const char *)' and 'int')
Error: COMPILER_WARNING: [#def739] [important]
podman-5.4.2/vendor/github.com/containers/storage/pkg/unshare/not-num-const:1:67: error[error]: incompatible types when initializing type 'double' using type 'char * (*)(_GoString_)'
Error: COMPILER_WARNING: [#def740] [important]
podman-5.4.2/vendor/github.com/containers/storage/pkg/unshare/not-num-const:2:67: error[error]: incompatible types when initializing type 'double' using type '_GoString_ (*)(char *)'
Error: COMPILER_WARNING: [#def741] [important]
podman-5.4.2/vendor/github.com/containers/storage/pkg/unshare/not-num-const:3:67: error[error]: incompatible types when initializing type 'double' using type 'void (*)(void *)'
Error: COMPILER_WARNING: [#def742] [important]
podman-5.4.2/vendor/github.com/containers/storage/pkg/unshare/not-num-const:4:67: error[error]: incompatible types when initializing type 'double' using type 'char * (*)(const char *)'
Error: COMPILER_WARNING: [#def743] [important]
podman-5.4.2/vendor/github.com/containers/storage/pkg/unshare/not-str-lit:1:67: error[error]: invalid initializer
Error: COMPILER_WARNING: [#def744] [important]
podman-5.4.2/vendor/github.com/containers/storage/pkg/unshare/not-str-lit:2:67: error[error]: invalid initializer
Error: COMPILER_WARNING: [#def745] [important]
podman-5.4.2/vendor/github.com/containers/storage/pkg/unshare/not-str-lit:3:67: error[error]: invalid initializer
Error: COMPILER_WARNING: [#def746] [important]
podman-5.4.2/vendor/github.com/containers/storage/pkg/unshare/not-str-lit:4:67: error[error]: invalid initializer
Error: COMPILER_WARNING: [#def747] [important]
podman-5.4.2/vendor/github.com/containers/storage/pkg/unshare/not-type:1:35: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def748] [important]
podman-5.4.2/vendor/github.com/containers/storage/pkg/unshare/not-type:2:36: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def749] [important]
podman-5.4.2/vendor/github.com/containers/storage/pkg/unshare/not-type:3:32: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def750] [important]
podman-5.4.2/vendor/github.com/containers/storage/pkg/unshare/not-type:4:34: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def751]
podman-5.4.2/vendor/github.com/containers/storage/pkg/unshare/unshare.c:118:20: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘open(list, 0)’
podman-5.4.2/vendor/github.com/containers/storage/pkg/unshare/unshare.c:275:12: enter_function: entry to ‘containers_reexec’
podman-5.4.2/vendor/github.com/containers/storage/pkg/unshare/unshare.c:279:16: call_function: calling ‘parse_proc_stringlist’ from ‘containers_reexec’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def752]
podman-5.4.2/vendor/github.com/containers/storage/pkg/unshare/unshare.c:125:24: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘open(list, 0)’
podman-5.4.2/vendor/github.com/containers/storage/pkg/unshare/unshare.c:275:12: enter_function: entry to ‘containers_reexec’
podman-5.4.2/vendor/github.com/containers/storage/pkg/unshare/unshare.c:279:16: call_function: calling ‘parse_proc_stringlist’ from ‘containers_reexec’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def753]
podman-5.4.2/vendor/github.com/containers/storage/pkg/unshare/unshare.c:125:24: warning[-Wanalyzer-malloc-leak]: leak of ‘parse_proc_stringlist("/proc/self/cmdline")’
podman-5.4.2/vendor/github.com/containers/storage/pkg/unshare/unshare.c:300:6: enter_function: entry to ‘_containers_unshare’
podman-5.4.2/vendor/github.com/containers/storage/pkg/unshare/unshare.c:305:17: call_function: calling ‘_containers_unshare_parse_envint’ from ‘_containers_unshare’
podman-5.4.2/vendor/github.com/containers/storage/pkg/unshare/unshare.c:305:17: return_function: returning to ‘_containers_unshare’ from ‘_containers_unshare_parse_envint’
podman-5.4.2/vendor/github.com/containers/storage/pkg/unshare/unshare.c:306:12: branch_false: following ‘false’ branch...
podman-5.4.2/vendor/github.com/containers/storage/pkg/unshare/unshare.c:309:13: branch_false: ...to here
podman-5.4.2/vendor/github.com/containers/storage/pkg/unshare/unshare.c:318:12: branch_false: following ‘false’ branch...
podman-5.4.2/vendor/github.com/containers/storage/pkg/unshare/unshare.c:327:22: branch_false: ...to here
podman-5.4.2/vendor/github.com/containers/storage/pkg/unshare/unshare.c:328:12: branch_false: following ‘false’ branch...
podman-5.4.2/vendor/github.com/containers/storage/pkg/unshare/unshare.c:336:15: branch_false: ...to here
podman-5.4.2/vendor/github.com/containers/storage/pkg/unshare/unshare.c:337:12: branch_false: following ‘false’ branch...
podman-5.4.2/vendor/github.com/containers/storage/pkg/unshare/unshare.c:343:16: branch_false: ...to here
podman-5.4.2/vendor/github.com/containers/storage/pkg/unshare/unshare.c:344:12: branch_false: following ‘false’ branch...
podman-5.4.2/vendor/github.com/containers/storage/pkg/unshare/unshare.c:350:16: branch_false: ...to here
podman-5.4.2/vendor/github.com/containers/storage/pkg/unshare/unshare.c:351:12: branch_false: following ‘false’ branch...
podman-5.4.2/vendor/github.com/containers/storage/pkg/unshare/unshare.c:357:12: branch_false: ...to here
podman-5.4.2/vendor/github.com/containers/storage/pkg/unshare/unshare.c:373:13: call_function: calling ‘containers_reexec’ from ‘_containers_unshare’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def754]
podman-5.4.2/vendor/github.com/containers/storage/pkg/unshare/unshare.c:128:25: warning[-Wanalyzer-malloc-leak]: leak of ‘buf’
podman-5.4.2/vendor/github.com/containers/storage/pkg/unshare/unshare.c:275:12: enter_function: entry to ‘containers_reexec’
podman-5.4.2/vendor/github.com/containers/storage/pkg/unshare/unshare.c:279:16: call_function: calling ‘parse_proc_stringlist’ from ‘containers_reexec’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def755]
podman-5.4.2/vendor/github.com/containers/storage/pkg/unshare/unshare.c:128:25: warning[-Wanalyzer-malloc-leak]: leak of ‘new_buf’
podman-5.4.2/vendor/github.com/containers/storage/pkg/unshare/unshare.c:275:12: enter_function: entry to ‘containers_reexec’
podman-5.4.2/vendor/github.com/containers/storage/pkg/unshare/unshare.c:279:16: call_function: calling ‘parse_proc_stringlist’ from ‘containers_reexec’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def756]
podman-5.4.2/vendor/github.com/containers/storage/pkg/unshare/unshare.c:154:9: warning[-Wanalyzer-malloc-leak]: leak of ‘buf’
podman-5.4.2/vendor/github.com/containers/storage/pkg/unshare/unshare.c:275:12: enter_function: entry to ‘containers_reexec’
podman-5.4.2/vendor/github.com/containers/storage/pkg/unshare/unshare.c:279:16: call_function: calling ‘parse_proc_stringlist’ from ‘containers_reexec’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def757]
podman-5.4.2/vendor/github.com/containers/storage/pkg/unshare/unshare.c:154:9: warning[-Wanalyzer-malloc-leak]: leak of ‘new_buf’
podman-5.4.2/vendor/github.com/containers/storage/pkg/unshare/unshare.c:275:12: enter_function: entry to ‘containers_reexec’
podman-5.4.2/vendor/github.com/containers/storage/pkg/unshare/unshare.c:279:16: call_function: calling ‘parse_proc_stringlist’ from ‘containers_reexec’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def758]
podman-5.4.2/vendor/github.com/containers/storage/pkg/unshare/unshare.c:291:12: warning[-Wanalyzer-malloc-leak]: leak of ‘parse_proc_stringlist("/proc/self/cmdline")’
podman-5.4.2/vendor/github.com/containers/storage/pkg/unshare/unshare.c:300:6: enter_function: entry to ‘_containers_unshare’
podman-5.4.2/vendor/github.com/containers/storage/pkg/unshare/unshare.c:305:17: call_function: calling ‘_containers_unshare_parse_envint’ from ‘_containers_unshare’
podman-5.4.2/vendor/github.com/containers/storage/pkg/unshare/unshare.c:305:17: return_function: returning to ‘_containers_unshare’ from ‘_containers_unshare_parse_envint’
podman-5.4.2/vendor/github.com/containers/storage/pkg/unshare/unshare.c:306:12: branch_false: following ‘false’ branch...
podman-5.4.2/vendor/github.com/containers/storage/pkg/unshare/unshare.c:309:13: branch_false: ...to here
podman-5.4.2/vendor/github.com/containers/storage/pkg/unshare/unshare.c:318:12: branch_false: following ‘false’ branch...
podman-5.4.2/vendor/github.com/containers/storage/pkg/unshare/unshare.c:327:22: branch_false: ...to here
podman-5.4.2/vendor/github.com/containers/storage/pkg/unshare/unshare.c:328:12: branch_false: following ‘false’ branch...
podman-5.4.2/vendor/github.com/containers/storage/pkg/unshare/unshare.c:336:15: branch_false: ...to here
podman-5.4.2/vendor/github.com/containers/storage/pkg/unshare/unshare.c:337:12: branch_false: following ‘false’ branch...
podman-5.4.2/vendor/github.com/containers/storage/pkg/unshare/unshare.c:343:16: branch_false: ...to here
podman-5.4.2/vendor/github.com/containers/storage/pkg/unshare/unshare.c:344:12: branch_false: following ‘false’ branch...
podman-5.4.2/vendor/github.com/containers/storage/pkg/unshare/unshare.c:350:16: branch_false: ...to here
podman-5.4.2/vendor/github.com/containers/storage/pkg/unshare/unshare.c:351:12: branch_false: following ‘false’ branch...
podman-5.4.2/vendor/github.com/containers/storage/pkg/unshare/unshare.c:357:12: branch_false: ...to here
podman-5.4.2/vendor/github.com/containers/storage/pkg/unshare/unshare.c:373:13: call_function: calling ‘containers_reexec’ from ‘_containers_unshare’
Error: COMPILER_WARNING: [#def759] [important]
podman-5.4.2/vendor/github.com/coreos/go-systemd/v22/sdjournal/completed:1:16: error[error]: '__cgo__2' undeclared here (not in a function); did you mean '__cgo__1'?
Error: COMPILER_WARNING: [#def760] [important]
podman-5.4.2/vendor/github.com/coreos/go-systemd/v22/sdjournal/not-int-const:1:63: error[error]: invalid operands to binary * (have 'char * (*)(_GoString_)' and 'int')
Error: COMPILER_WARNING: [#def761] [important]
podman-5.4.2/vendor/github.com/coreos/go-systemd/v22/sdjournal/not-int-const:2:63: error[error]: invalid operands to binary * (have '_GoBytes_ (*)(void *, int)' and 'int')
Error: COMPILER_WARNING: [#def762] [important]
podman-5.4.2/vendor/github.com/coreos/go-systemd/v22/sdjournal/not-int-const:3:64: error[error]: invalid operands to binary * (have '_GoString_ (*)(char *)' and 'int')
Error: COMPILER_WARNING: [#def763] [important]
podman-5.4.2/vendor/github.com/coreos/go-systemd/v22/sdjournal/not-int-const:4:65: error[error]: invalid operands to binary * (have '_GoString_ (*)(char *, int)' and 'int')
Error: COMPILER_WARNING: [#def764] [important]
podman-5.4.2/vendor/github.com/coreos/go-systemd/v22/sdjournal/not-int-const:10:65: error[error]: invalid operands to binary * (have 'void * (*)(size_t)' {{aka 'void * (*)(long unsigned int)'}} and 'int')
Error: COMPILER_WARNING: [#def765] [important]
podman-5.4.2/vendor/github.com/coreos/go-systemd/v22/sdjournal/not-int-const:11:61: error[error]: invalid type argument of unary '*' (have 'int')
Error: COMPILER_WARNING: [#def766] [important]
podman-5.4.2/vendor/github.com/coreos/go-systemd/v22/sdjournal/not-int-const:12:61: error[error]: invalid operands to binary * (have 'void (*)(void *)' and 'int')
Error: COMPILER_WARNING: [#def767] [important]
podman-5.4.2/vendor/github.com/coreos/go-systemd/v22/sdjournal/not-int-const:13:60: error[error]: invalid type argument of unary '*' (have 'int')
Error: COMPILER_WARNING: [#def768] [important]
podman-5.4.2/vendor/github.com/coreos/go-systemd/v22/sdjournal/not-int-const:14:77: error[error]: invalid operands to binary * (have 'int (*)(void *, sd_id128_t *)' {{aka 'int (*)(void *, union sd_id128 *)'}} and 'int')
Error: COMPILER_WARNING: [#def769] [important]
podman-5.4.2/vendor/github.com/coreos/go-systemd/v22/sdjournal/not-int-const:15:78: error[error]: invalid operands to binary * (have 'char * (*)(void *, sd_id128_t, char *)' {{aka 'char * (*)(void *, union sd_id128, char *)'}} and 'int')
Error: COMPILER_WARNING: [#def770] [important]
podman-5.4.2/vendor/github.com/coreos/go-systemd/v22/sdjournal/not-int-const:16:86: error[error]: invalid operands to binary * (have 'int (*)(void *, sd_journal *)' and 'int')
Error: COMPILER_WARNING: [#def771] [important]
podman-5.4.2/vendor/github.com/coreos/go-systemd/v22/sdjournal/not-int-const:17:86: error[error]: invalid operands to binary * (have 'int (*)(void *, sd_journal *)' and 'int')
Error: COMPILER_WARNING: [#def772] [important]
podman-5.4.2/vendor/github.com/coreos/go-systemd/v22/sdjournal/not-int-const:18:80: error[error]: invalid operands to binary * (have 'int (*)(void *, sd_journal *, const void *, size_t)' {{aka 'int (*)(void *, sd_journal *, const void *, long unsigned int)'}} and 'int')
Error: COMPILER_WARNING: [#def773] [important]
podman-5.4.2/vendor/github.com/coreos/go-systemd/v22/sdjournal/not-int-const:19:76: error[error]: invalid operands to binary * (have 'void (*)(void *, sd_journal *)' and 'int')
Error: COMPILER_WARNING: [#def774] [important]
podman-5.4.2/vendor/github.com/coreos/go-systemd/v22/sdjournal/not-int-const:20:85: error[error]: invalid operands to binary * (have 'int (*)(void *, sd_journal *, const void **, size_t *)' {{aka 'int (*)(void *, sd_journal *, const void **, long unsigned int *)'}} and 'int')
Error: COMPILER_WARNING: [#def775] [important]
podman-5.4.2/vendor/github.com/coreos/go-systemd/v22/sdjournal/not-int-const:21:87: error[error]: invalid operands to binary * (have 'int (*)(void *, sd_journal *, const void **, size_t *)' {{aka 'int (*)(void *, sd_journal *, const void **, long unsigned int *)'}} and 'int')
Error: COMPILER_WARNING: [#def776] [important]
podman-5.4.2/vendor/github.com/coreos/go-systemd/v22/sdjournal/not-int-const:22:84: error[error]: invalid operands to binary * (have 'void (*)(void *, sd_journal *)' and 'int')
Error: COMPILER_WARNING: [#def777] [important]
podman-5.4.2/vendor/github.com/coreos/go-systemd/v22/sdjournal/not-int-const:23:82: error[error]: invalid operands to binary * (have 'int (*)(void *, sd_journal *, char **)' and 'int')
Error: COMPILER_WARNING: [#def778] [important]
podman-5.4.2/vendor/github.com/coreos/go-systemd/v22/sdjournal/not-int-const:24:81: error[error]: invalid operands to binary * (have 'int (*)(void *, sd_journal *, char **)' and 'int')
Error: COMPILER_WARNING: [#def779] [important]
podman-5.4.2/vendor/github.com/coreos/go-systemd/v22/sdjournal/not-int-const:25:79: error[error]: invalid operands to binary * (have 'int (*)(void *, sd_journal *, const char *, const void **, size_t *)' {{aka 'int (*)(void *, sd_journal *, const char *, const void **, long unsigned int *)'}} and 'int')
Error: COMPILER_WARNING: [#def780] [important]
podman-5.4.2/vendor/github.com/coreos/go-systemd/v22/sdjournal/not-int-const:26:89: error[error]: invalid operands to binary * (have 'int (*)(void *, sd_journal *, uint64_t *, sd_id128_t *)' {{aka 'int (*)(void *, sd_journal *, long unsigned int *, union sd_id128 *)'}} and 'int')
Error: COMPILER_WARNING: [#def781] [important]
podman-5.4.2/vendor/github.com/coreos/go-systemd/v22/sdjournal/not-int-const:27:88: error[error]: invalid operands to binary * (have 'int (*)(void *, sd_journal *, uint64_t *)' {{aka 'int (*)(void *, sd_journal *, long unsigned int *)'}} and 'int')
Error: COMPILER_WARNING: [#def782] [important]
podman-5.4.2/vendor/github.com/coreos/go-systemd/v22/sdjournal/not-int-const:28:80: error[error]: invalid operands to binary * (have 'int (*)(void *, sd_journal *, uint64_t *)' {{aka 'int (*)(void *, sd_journal *, long unsigned int *)'}} and 'int')
Error: COMPILER_WARNING: [#def783] [important]
podman-5.4.2/vendor/github.com/coreos/go-systemd/v22/sdjournal/not-int-const:29:75: error[error]: invalid operands to binary * (have 'int (*)(void *, sd_journal *)' and 'int')
Error: COMPILER_WARNING: [#def784] [important]
podman-5.4.2/vendor/github.com/coreos/go-systemd/v22/sdjournal/not-int-const:30:80: error[error]: invalid operands to binary * (have 'int (*)(void *, sd_journal *, uint64_t)' {{aka 'int (*)(void *, sd_journal *, long unsigned int)'}} and 'int')
Error: COMPILER_WARNING: [#def785] [important]
podman-5.4.2/vendor/github.com/coreos/go-systemd/v22/sdjournal/not-int-const:31:75: error[error]: invalid operands to binary * (have 'int (*)(void *, sd_journal **, int)' and 'int')
Error: COMPILER_WARNING: [#def786] [important]
podman-5.4.2/vendor/github.com/coreos/go-systemd/v22/sdjournal/not-int-const:32:85: error[error]: invalid operands to binary * (have 'int (*)(void *, sd_journal **, const char *, int)' and 'int')
Error: COMPILER_WARNING: [#def787] [important]
podman-5.4.2/vendor/github.com/coreos/go-systemd/v22/sdjournal/not-int-const:33:81: error[error]: invalid operands to binary * (have 'int (*)(void *, sd_journal **, const char **, int)' and 'int')
Error: COMPILER_WARNING: [#def788] [important]
podman-5.4.2/vendor/github.com/coreos/go-systemd/v22/sdjournal/not-int-const:34:79: error[error]: invalid operands to binary * (have 'int (*)(void *, sd_journal *)' and 'int')
Error: COMPILER_WARNING: [#def789] [important]
podman-5.4.2/vendor/github.com/coreos/go-systemd/v22/sdjournal/not-int-const:35:84: error[error]: invalid operands to binary * (have 'int (*)(void *, sd_journal *, uint64_t)' {{aka 'int (*)(void *, sd_journal *, long unsigned int)'}} and 'int')
Error: COMPILER_WARNING: [#def790] [important]
podman-5.4.2/vendor/github.com/coreos/go-systemd/v22/sdjournal/not-int-const:36:83: error[error]: invalid operands to binary * (have 'int (*)(void *, sd_journal *, const char *)' and 'int')
Error: COMPILER_WARNING: [#def791] [important]
podman-5.4.2/vendor/github.com/coreos/go-systemd/v22/sdjournal/not-int-const:37:83: error[error]: invalid operands to binary * (have 'void (*)(void *, sd_journal *)' and 'int')
Error: COMPILER_WARNING: [#def792] [important]
podman-5.4.2/vendor/github.com/coreos/go-systemd/v22/sdjournal/not-int-const:38:85: error[error]: invalid operands to binary * (have 'void (*)(void *, sd_journal *)' and 'int')
Error: COMPILER_WARNING: [#def793] [important]
podman-5.4.2/vendor/github.com/coreos/go-systemd/v22/sdjournal/not-int-const:39:82: error[error]: invalid operands to binary * (have 'int (*)(void *, sd_journal *, const char *)' and 'int')
Error: COMPILER_WARNING: [#def794] [important]
podman-5.4.2/vendor/github.com/coreos/go-systemd/v22/sdjournal/not-int-const:40:80: error[error]: invalid operands to binary * (have 'int (*)(void *, sd_journal *)' and 'int')
Error: COMPILER_WARNING: [#def795] [important]
podman-5.4.2/vendor/github.com/coreos/go-systemd/v22/sdjournal/not-int-const:41:89: error[error]: invalid operands to binary * (have 'int (*)(void *, sd_journal *, uint64_t)' {{aka 'int (*)(void *, sd_journal *, long unsigned int)'}} and 'int')
Error: COMPILER_WARNING: [#def796] [important]
podman-5.4.2/vendor/github.com/coreos/go-systemd/v22/sdjournal/not-int-const:42:80: error[error]: invalid operands to binary * (have 'int (*)(void *, sd_journal *)' and 'int')
Error: COMPILER_WARNING: [#def797] [important]
podman-5.4.2/vendor/github.com/coreos/go-systemd/v22/sdjournal/not-int-const:43:89: error[error]: invalid operands to binary * (have 'int (*)(void *, sd_journal *, size_t)' {{aka 'int (*)(void *, sd_journal *, long unsigned int)'}} and 'int')
Error: COMPILER_WARNING: [#def798] [important]
podman-5.4.2/vendor/github.com/coreos/go-systemd/v22/sdjournal/not-int-const:44:82: error[error]: invalid operands to binary * (have 'int (*)(void *, sd_journal *, const char *)' and 'int')
Error: COMPILER_WARNING: [#def799] [important]
podman-5.4.2/vendor/github.com/coreos/go-systemd/v22/sdjournal/not-int-const:45:75: error[error]: invalid operands to binary * (have 'int (*)(void *, sd_journal *, uint64_t)' {{aka 'int (*)(void *, sd_journal *, long unsigned int)'}} and 'int')
Error: COMPILER_WARNING: [#def800] [important]
podman-5.4.2/vendor/github.com/coreos/go-systemd/v22/sdjournal/not-int-const:46:67: error[error]: invalid type argument of unary '*' (have 'int')
Error: COMPILER_WARNING: [#def801] [important]
podman-5.4.2/vendor/github.com/coreos/go-systemd/v22/sdjournal/not-int-const:47:67: error[error]: invalid type argument of unary '*' (have 'int')
Error: COMPILER_WARNING: [#def802] [important]
podman-5.4.2/vendor/github.com/coreos/go-systemd/v22/sdjournal/not-int-const:48:63: error[error]: invalid type argument of unary '*' (have 'int')
Error: COMPILER_WARNING: [#def803] [important]
podman-5.4.2/vendor/github.com/coreos/go-systemd/v22/sdjournal/not-int-const:49:65: error[error]: invalid type argument of unary '*' (have 'int')
Error: COMPILER_WARNING: [#def804] [important]
podman-5.4.2/vendor/github.com/coreos/go-systemd/v22/sdjournal/not-num-const:1:67: error[error]: incompatible types when initializing type 'double' using type 'char * (*)(_GoString_)'
Error: COMPILER_WARNING: [#def805] [important]
podman-5.4.2/vendor/github.com/coreos/go-systemd/v22/sdjournal/not-num-const:2:67: error[error]: incompatible types when initializing type 'double' using type '_GoBytes_ (*)(void *, int)'
Error: COMPILER_WARNING: [#def806] [important]
podman-5.4.2/vendor/github.com/coreos/go-systemd/v22/sdjournal/not-num-const:3:67: error[error]: incompatible types when initializing type 'double' using type '_GoString_ (*)(char *)'
Error: COMPILER_WARNING: [#def807] [important]
podman-5.4.2/vendor/github.com/coreos/go-systemd/v22/sdjournal/not-num-const:4:67: error[error]: incompatible types when initializing type 'double' using type '_GoString_ (*)(char *, int)'
Error: COMPILER_WARNING: [#def808] [important]
podman-5.4.2/vendor/github.com/coreos/go-systemd/v22/sdjournal/not-num-const:10:68: error[error]: incompatible types when initializing type 'double' using type 'void * (*)(size_t)' {{aka 'void * (*)(long unsigned int)'}}
Error: COMPILER_WARNING: [#def809] [important]
podman-5.4.2/vendor/github.com/coreos/go-systemd/v22/sdjournal/not-num-const:11:74: error[error]: expected expression before ';' token
Error: COMPILER_WARNING: [#def810] [important]
podman-5.4.2/vendor/github.com/coreos/go-systemd/v22/sdjournal/not-num-const:12:68: error[error]: incompatible types when initializing type 'double' using type 'void (*)(void *)'
Error: COMPILER_WARNING: [#def811] [important]
podman-5.4.2/vendor/github.com/coreos/go-systemd/v22/sdjournal/not-num-const:13:73: error[error]: expected expression before ';' token
Error: COMPILER_WARNING: [#def812] [important]
podman-5.4.2/vendor/github.com/coreos/go-systemd/v22/sdjournal/not-num-const:14:68: error[error]: incompatible types when initializing type 'double' using type 'int (*)(void *, sd_id128_t *)' {{aka 'int (*)(void *, union sd_id128 *)'}}
Error: COMPILER_WARNING: [#def813] [important]
podman-5.4.2/vendor/github.com/coreos/go-systemd/v22/sdjournal/not-num-const:15:68: error[error]: incompatible types when initializing type 'double' using type 'char * (*)(void *, sd_id128_t, char *)' {{aka 'char * (*)(void *, union sd_id128, char *)'}}
Error: COMPILER_WARNING: [#def814] [important]
podman-5.4.2/vendor/github.com/coreos/go-systemd/v22/sdjournal/not-num-const:16:68: error[error]: incompatible types when initializing type 'double' using type 'int (*)(void *, sd_journal *)'
Error: COMPILER_WARNING: [#def815] [important]
podman-5.4.2/vendor/github.com/coreos/go-systemd/v22/sdjournal/not-num-const:17:68: error[error]: incompatible types when initializing type 'double' using type 'int (*)(void *, sd_journal *)'
Error: COMPILER_WARNING: [#def816] [important]
podman-5.4.2/vendor/github.com/coreos/go-systemd/v22/sdjournal/not-num-const:18:68: error[error]: incompatible types when initializing type 'double' using type 'int (*)(void *, sd_journal *, const void *, size_t)' {{aka 'int (*)(void *, sd_journal *, const void *, long unsigned int)'}}
Error: COMPILER_WARNING: [#def817] [important]
podman-5.4.2/vendor/github.com/coreos/go-systemd/v22/sdjournal/not-num-const:19:68: error[error]: incompatible types when initializing type 'double' using type 'void (*)(void *, sd_journal *)'
Error: COMPILER_WARNING: [#def818] [important]
podman-5.4.2/vendor/github.com/coreos/go-systemd/v22/sdjournal/not-num-const:20:68: error[error]: incompatible types when initializing type 'double' using type 'int (*)(void *, sd_journal *, const void **, size_t *)' {{aka 'int (*)(void *, sd_journal *, const void **, long unsigned int *)'}}
Error: COMPILER_WARNING: [#def819] [important]
podman-5.4.2/vendor/github.com/coreos/go-systemd/v22/sdjournal/not-num-const:21:68: error[error]: incompatible types when initializing type 'double' using type 'int (*)(void *, sd_journal *, const void **, size_t *)' {{aka 'int (*)(void *, sd_journal *, const void **, long unsigned int *)'}}
Error: COMPILER_WARNING: [#def820] [important]
podman-5.4.2/vendor/github.com/coreos/go-systemd/v22/sdjournal/not-num-const:22:68: error[error]: incompatible types when initializing type 'double' using type 'void (*)(void *, sd_journal *)'
Error: COMPILER_WARNING: [#def821] [important]
podman-5.4.2/vendor/github.com/coreos/go-systemd/v22/sdjournal/not-num-const:23:68: error[error]: incompatible types when initializing type 'double' using type 'int (*)(void *, sd_journal *, char **)'
Error: COMPILER_WARNING: [#def822] [important]
podman-5.4.2/vendor/github.com/coreos/go-systemd/v22/sdjournal/not-num-const:24:68: error[error]: incompatible types when initializing type 'double' using type 'int (*)(void *, sd_journal *, char **)'
Error: COMPILER_WARNING: [#def823] [important]
podman-5.4.2/vendor/github.com/coreos/go-systemd/v22/sdjournal/not-num-const:25:68: error[error]: incompatible types when initializing type 'double' using type 'int (*)(void *, sd_journal *, const char *, const void **, size_t *)' {{aka 'int (*)(void *, sd_journal *, const char *, const void **, long unsigned int *)'}}
Error: COMPILER_WARNING: [#def824] [important]
podman-5.4.2/vendor/github.com/coreos/go-systemd/v22/sdjournal/not-num-const:26:68: error[error]: incompatible types when initializing type 'double' using type 'int (*)(void *, sd_journal *, uint64_t *, sd_id128_t *)' {{aka 'int (*)(void *, sd_journal *, long unsigned int *, union sd_id128 *)'}}
Error: COMPILER_WARNING: [#def825] [important]
podman-5.4.2/vendor/github.com/coreos/go-systemd/v22/sdjournal/not-num-const:27:68: error[error]: incompatible types when initializing type 'double' using type 'int (*)(void *, sd_journal *, uint64_t *)' {{aka 'int (*)(void *, sd_journal *, long unsigned int *)'}}
Error: COMPILER_WARNING: [#def826] [important]
podman-5.4.2/vendor/github.com/coreos/go-systemd/v22/sdjournal/not-num-const:28:68: error[error]: incompatible types when initializing type 'double' using type 'int (*)(void *, sd_journal *, uint64_t *)' {{aka 'int (*)(void *, sd_journal *, long unsigned int *)'}}
Error: COMPILER_WARNING: [#def827] [important]
podman-5.4.2/vendor/github.com/coreos/go-systemd/v22/sdjournal/not-num-const:29:68: error[error]: incompatible types when initializing type 'double' using type 'int (*)(void *, sd_journal *)'
Error: COMPILER_WARNING: [#def828] [important]
podman-5.4.2/vendor/github.com/coreos/go-systemd/v22/sdjournal/not-num-const:30:68: error[error]: incompatible types when initializing type 'double' using type 'int (*)(void *, sd_journal *, uint64_t)' {{aka 'int (*)(void *, sd_journal *, long unsigned int)'}}
Error: COMPILER_WARNING: [#def829] [important]
podman-5.4.2/vendor/github.com/coreos/go-systemd/v22/sdjournal/not-num-const:31:68: error[error]: incompatible types when initializing type 'double' using type 'int (*)(void *, sd_journal **, int)'
Error: COMPILER_WARNING: [#def830] [important]
podman-5.4.2/vendor/github.com/coreos/go-systemd/v22/sdjournal/not-num-const:32:68: error[error]: incompatible types when initializing type 'double' using type 'int (*)(void *, sd_journal **, const char *, int)'
Error: COMPILER_WARNING: [#def831] [important]
podman-5.4.2/vendor/github.com/coreos/go-systemd/v22/sdjournal/not-num-const:33:68: error[error]: incompatible types when initializing type 'double' using type 'int (*)(void *, sd_journal **, const char **, int)'
Error: COMPILER_WARNING: [#def832] [important]
podman-5.4.2/vendor/github.com/coreos/go-systemd/v22/sdjournal/not-num-const:34:68: error[error]: incompatible types when initializing type 'double' using type 'int (*)(void *, sd_journal *)'
Error: COMPILER_WARNING: [#def833] [important]
podman-5.4.2/vendor/github.com/coreos/go-systemd/v22/sdjournal/not-num-const:35:68: error[error]: incompatible types when initializing type 'double' using type 'int (*)(void *, sd_journal *, uint64_t)' {{aka 'int (*)(void *, sd_journal *, long unsigned int)'}}
Error: COMPILER_WARNING: [#def834] [important]
podman-5.4.2/vendor/github.com/coreos/go-systemd/v22/sdjournal/not-num-const:36:68: error[error]: incompatible types when initializing type 'double' using type 'int (*)(void *, sd_journal *, const char *)'
Error: COMPILER_WARNING: [#def835] [important]
podman-5.4.2/vendor/github.com/coreos/go-systemd/v22/sdjournal/not-num-const:37:68: error[error]: incompatible types when initializing type 'double' using type 'void (*)(void *, sd_journal *)'
Error: COMPILER_WARNING: [#def836] [important]
podman-5.4.2/vendor/github.com/coreos/go-systemd/v22/sdjournal/not-num-const:38:68: error[error]: incompatible types when initializing type 'double' using type 'void (*)(void *, sd_journal *)'
Error: COMPILER_WARNING: [#def837] [important]
podman-5.4.2/vendor/github.com/coreos/go-systemd/v22/sdjournal/not-num-const:39:68: error[error]: incompatible types when initializing type 'double' using type 'int (*)(void *, sd_journal *, const char *)'
Error: COMPILER_WARNING: [#def838] [important]
podman-5.4.2/vendor/github.com/coreos/go-systemd/v22/sdjournal/not-num-const:40:68: error[error]: incompatible types when initializing type 'double' using type 'int (*)(void *, sd_journal *)'
Error: COMPILER_WARNING: [#def839] [important]
podman-5.4.2/vendor/github.com/coreos/go-systemd/v22/sdjournal/not-num-const:41:68: error[error]: incompatible types when initializing type 'double' using type 'int (*)(void *, sd_journal *, uint64_t)' {{aka 'int (*)(void *, sd_journal *, long unsigned int)'}}
Error: COMPILER_WARNING: [#def840] [important]
podman-5.4.2/vendor/github.com/coreos/go-systemd/v22/sdjournal/not-num-const:42:68: error[error]: incompatible types when initializing type 'double' using type 'int (*)(void *, sd_journal *)'
Error: COMPILER_WARNING: [#def841] [important]
podman-5.4.2/vendor/github.com/coreos/go-systemd/v22/sdjournal/not-num-const:43:68: error[error]: incompatible types when initializing type 'double' using type 'int (*)(void *, sd_journal *, size_t)' {{aka 'int (*)(void *, sd_journal *, long unsigned int)'}}
Error: COMPILER_WARNING: [#def842] [important]
podman-5.4.2/vendor/github.com/coreos/go-systemd/v22/sdjournal/not-num-const:44:68: error[error]: incompatible types when initializing type 'double' using type 'int (*)(void *, sd_journal *, const char *)'
Error: COMPILER_WARNING: [#def843] [important]
podman-5.4.2/vendor/github.com/coreos/go-systemd/v22/sdjournal/not-num-const:45:68: error[error]: incompatible types when initializing type 'double' using type 'int (*)(void *, sd_journal *, uint64_t)' {{aka 'int (*)(void *, sd_journal *, long unsigned int)'}}
Error: COMPILER_WARNING: [#def844] [important]
podman-5.4.2/vendor/github.com/coreos/go-systemd/v22/sdjournal/not-num-const:46:80: error[error]: expected expression before ';' token
Error: COMPILER_WARNING: [#def845] [important]
podman-5.4.2/vendor/github.com/coreos/go-systemd/v22/sdjournal/not-num-const:47:80: error[error]: expected expression before ';' token
Error: COMPILER_WARNING: [#def846] [important]
podman-5.4.2/vendor/github.com/coreos/go-systemd/v22/sdjournal/not-num-const:48:76: error[error]: expected expression before ';' token
Error: COMPILER_WARNING: [#def847] [important]
podman-5.4.2/vendor/github.com/coreos/go-systemd/v22/sdjournal/not-num-const:49:78: error[error]: expected expression before ';' token
Error: COMPILER_WARNING: [#def848] [important]
podman-5.4.2/vendor/github.com/coreos/go-systemd/v22/sdjournal/not-str-lit:1:67: error[error]: invalid initializer
Error: COMPILER_WARNING: [#def849] [important]
podman-5.4.2/vendor/github.com/coreos/go-systemd/v22/sdjournal/not-str-lit:2:67: error[error]: invalid initializer
Error: COMPILER_WARNING: [#def850] [important]
podman-5.4.2/vendor/github.com/coreos/go-systemd/v22/sdjournal/not-str-lit:3:67: error[error]: invalid initializer
Error: COMPILER_WARNING: [#def851] [important]
podman-5.4.2/vendor/github.com/coreos/go-systemd/v22/sdjournal/not-str-lit:4:67: error[error]: invalid initializer
Error: COMPILER_WARNING: [#def852] [important]
podman-5.4.2/vendor/github.com/coreos/go-systemd/v22/sdjournal/not-str-lit:5:67: error[error]: invalid initializer
Error: COMPILER_WARNING: [#def853] [important]
podman-5.4.2/vendor/github.com/coreos/go-systemd/v22/sdjournal/not-str-lit:6:67: error[error]: invalid initializer
Error: COMPILER_WARNING: [#def854] [important]
podman-5.4.2/vendor/github.com/coreos/go-systemd/v22/sdjournal/not-str-lit:7:67: error[error]: invalid initializer
Error: COMPILER_WARNING: [#def855] [important]
podman-5.4.2/vendor/github.com/coreos/go-systemd/v22/sdjournal/not-str-lit:8:67: error[error]: invalid initializer
Error: COMPILER_WARNING: [#def856] [important]
podman-5.4.2/vendor/github.com/coreos/go-systemd/v22/sdjournal/not-str-lit:9:67: error[error]: invalid initializer
Error: COMPILER_WARNING: [#def857] [important]
podman-5.4.2/vendor/github.com/coreos/go-systemd/v22/sdjournal/not-str-lit:10:68: error[error]: invalid initializer
Error: COMPILER_WARNING: [#def858] [important]
podman-5.4.2/vendor/github.com/coreos/go-systemd/v22/sdjournal/not-str-lit:11:74: error[error]: expected expression before ';' token
Error: COMPILER_WARNING: [#def859] [important]
podman-5.4.2/vendor/github.com/coreos/go-systemd/v22/sdjournal/not-str-lit:12:68: error[error]: invalid initializer
Error: COMPILER_WARNING: [#def860] [important]
podman-5.4.2/vendor/github.com/coreos/go-systemd/v22/sdjournal/not-str-lit:13:73: error[error]: expected expression before ';' token
Error: COMPILER_WARNING: [#def861] [important]
podman-5.4.2/vendor/github.com/coreos/go-systemd/v22/sdjournal/not-str-lit:14:68: error[error]: invalid initializer
Error: COMPILER_WARNING: [#def862] [important]
podman-5.4.2/vendor/github.com/coreos/go-systemd/v22/sdjournal/not-str-lit:15:68: error[error]: invalid initializer
Error: COMPILER_WARNING: [#def863] [important]
podman-5.4.2/vendor/github.com/coreos/go-systemd/v22/sdjournal/not-str-lit:16:68: error[error]: invalid initializer
Error: COMPILER_WARNING: [#def864] [important]
podman-5.4.2/vendor/github.com/coreos/go-systemd/v22/sdjournal/not-str-lit:17:68: error[error]: invalid initializer
Error: COMPILER_WARNING: [#def865] [important]
podman-5.4.2/vendor/github.com/coreos/go-systemd/v22/sdjournal/not-str-lit:18:68: error[error]: invalid initializer
Error: COMPILER_WARNING: [#def866] [important]
podman-5.4.2/vendor/github.com/coreos/go-systemd/v22/sdjournal/not-str-lit:19:68: error[error]: invalid initializer
Error: COMPILER_WARNING: [#def867] [important]
podman-5.4.2/vendor/github.com/coreos/go-systemd/v22/sdjournal/not-str-lit:20:68: error[error]: invalid initializer
Error: COMPILER_WARNING: [#def868] [important]
podman-5.4.2/vendor/github.com/coreos/go-systemd/v22/sdjournal/not-str-lit:21:68: error[error]: invalid initializer
Error: COMPILER_WARNING: [#def869] [important]
podman-5.4.2/vendor/github.com/coreos/go-systemd/v22/sdjournal/not-str-lit:22:68: error[error]: invalid initializer
Error: COMPILER_WARNING: [#def870] [important]
podman-5.4.2/vendor/github.com/coreos/go-systemd/v22/sdjournal/not-str-lit:23:68: error[error]: invalid initializer
Error: COMPILER_WARNING: [#def871] [important]
podman-5.4.2/vendor/github.com/coreos/go-systemd/v22/sdjournal/not-str-lit:24:68: error[error]: invalid initializer
Error: COMPILER_WARNING: [#def872] [important]
podman-5.4.2/vendor/github.com/coreos/go-systemd/v22/sdjournal/not-str-lit:25:68: error[error]: invalid initializer
Error: COMPILER_WARNING: [#def873] [important]
podman-5.4.2/vendor/github.com/coreos/go-systemd/v22/sdjournal/not-str-lit:26:68: error[error]: invalid initializer
Error: COMPILER_WARNING: [#def874] [important]
podman-5.4.2/vendor/github.com/coreos/go-systemd/v22/sdjournal/not-str-lit:27:68: error[error]: invalid initializer
Error: COMPILER_WARNING: [#def875] [important]
podman-5.4.2/vendor/github.com/coreos/go-systemd/v22/sdjournal/not-str-lit:28:68: error[error]: invalid initializer
Error: COMPILER_WARNING: [#def876] [important]
podman-5.4.2/vendor/github.com/coreos/go-systemd/v22/sdjournal/not-str-lit:29:68: error[error]: invalid initializer
Error: COMPILER_WARNING: [#def877] [important]
podman-5.4.2/vendor/github.com/coreos/go-systemd/v22/sdjournal/not-str-lit:30:68: error[error]: invalid initializer
Error: COMPILER_WARNING: [#def878] [important]
podman-5.4.2/vendor/github.com/coreos/go-systemd/v22/sdjournal/not-str-lit:31:68: error[error]: invalid initializer
Error: COMPILER_WARNING: [#def879] [important]
podman-5.4.2/vendor/github.com/coreos/go-systemd/v22/sdjournal/not-str-lit:32:68: error[error]: invalid initializer
Error: COMPILER_WARNING: [#def880] [important]
podman-5.4.2/vendor/github.com/coreos/go-systemd/v22/sdjournal/not-str-lit:33:68: error[error]: invalid initializer
Error: COMPILER_WARNING: [#def881] [important]
podman-5.4.2/vendor/github.com/coreos/go-systemd/v22/sdjournal/not-str-lit:34:68: error[error]: invalid initializer
Error: COMPILER_WARNING: [#def882] [important]
podman-5.4.2/vendor/github.com/coreos/go-systemd/v22/sdjournal/not-str-lit:35:68: error[error]: invalid initializer
Error: COMPILER_WARNING: [#def883] [important]
podman-5.4.2/vendor/github.com/coreos/go-systemd/v22/sdjournal/not-str-lit:36:68: error[error]: invalid initializer
Error: COMPILER_WARNING: [#def884] [important]
podman-5.4.2/vendor/github.com/coreos/go-systemd/v22/sdjournal/not-str-lit:37:68: error[error]: invalid initializer
Error: COMPILER_WARNING: [#def885] [important]
podman-5.4.2/vendor/github.com/coreos/go-systemd/v22/sdjournal/not-str-lit:38:68: error[error]: invalid initializer
Error: COMPILER_WARNING: [#def886] [important]
podman-5.4.2/vendor/github.com/coreos/go-systemd/v22/sdjournal/not-str-lit:39:68: error[error]: invalid initializer
Error: COMPILER_WARNING: [#def887] [important]
podman-5.4.2/vendor/github.com/coreos/go-systemd/v22/sdjournal/not-str-lit:40:68: error[error]: invalid initializer
Error: COMPILER_WARNING: [#def888] [important]
podman-5.4.2/vendor/github.com/coreos/go-systemd/v22/sdjournal/not-str-lit:41:68: error[error]: invalid initializer
Error: COMPILER_WARNING: [#def889] [important]
podman-5.4.2/vendor/github.com/coreos/go-systemd/v22/sdjournal/not-str-lit:42:68: error[error]: invalid initializer
Error: COMPILER_WARNING: [#def890] [important]
podman-5.4.2/vendor/github.com/coreos/go-systemd/v22/sdjournal/not-str-lit:43:68: error[error]: invalid initializer
Error: COMPILER_WARNING: [#def891] [important]
podman-5.4.2/vendor/github.com/coreos/go-systemd/v22/sdjournal/not-str-lit:44:68: error[error]: invalid initializer
Error: COMPILER_WARNING: [#def892] [important]
podman-5.4.2/vendor/github.com/coreos/go-systemd/v22/sdjournal/not-str-lit:45:68: error[error]: invalid initializer
Error: COMPILER_WARNING: [#def893] [important]
podman-5.4.2/vendor/github.com/coreos/go-systemd/v22/sdjournal/not-str-lit:46:80: error[error]: expected expression before ';' token
Error: COMPILER_WARNING: [#def894] [important]
podman-5.4.2/vendor/github.com/coreos/go-systemd/v22/sdjournal/not-str-lit:47:80: error[error]: expected expression before ';' token
Error: COMPILER_WARNING: [#def895] [important]
podman-5.4.2/vendor/github.com/coreos/go-systemd/v22/sdjournal/not-str-lit:48:76: error[error]: expected expression before ';' token
Error: COMPILER_WARNING: [#def896] [important]
podman-5.4.2/vendor/github.com/coreos/go-systemd/v22/sdjournal/not-str-lit:49:78: error[error]: expected expression before ';' token
Error: COMPILER_WARNING: [#def897] [important]
podman-5.4.2/vendor/github.com/coreos/go-systemd/v22/sdjournal/not-type:1:35: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def898] [important]
podman-5.4.2/vendor/github.com/coreos/go-systemd/v22/sdjournal/not-type:2:35: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def899] [important]
podman-5.4.2/vendor/github.com/coreos/go-systemd/v22/sdjournal/not-type:3:36: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def900] [important]
podman-5.4.2/vendor/github.com/coreos/go-systemd/v22/sdjournal/not-type:4:37: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def901] [important]
podman-5.4.2/vendor/github.com/coreos/go-systemd/v22/sdjournal/not-type:5:47: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def902] [important]
podman-5.4.2/vendor/github.com/coreos/go-systemd/v22/sdjournal/not-type:6:45: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def903] [important]
podman-5.4.2/vendor/github.com/coreos/go-systemd/v22/sdjournal/not-type:7:49: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def904] [important]
podman-5.4.2/vendor/github.com/coreos/go-systemd/v22/sdjournal/not-type:8:49: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def905] [important]
podman-5.4.2/vendor/github.com/coreos/go-systemd/v22/sdjournal/not-type:9:42: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def906] [important]
podman-5.4.2/vendor/github.com/coreos/go-systemd/v22/sdjournal/not-type:10:37: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def907] [important]
podman-5.4.2/vendor/github.com/coreos/go-systemd/v22/sdjournal/not-type:12:33: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def908] [important]
podman-5.4.2/vendor/github.com/coreos/go-systemd/v22/sdjournal/not-type:14:49: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def909] [important]
podman-5.4.2/vendor/github.com/coreos/go-systemd/v22/sdjournal/not-type:15:50: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def910] [important]
podman-5.4.2/vendor/github.com/coreos/go-systemd/v22/sdjournal/not-type:16:58: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def911] [important]
podman-5.4.2/vendor/github.com/coreos/go-systemd/v22/sdjournal/not-type:17:58: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def912] [important]
podman-5.4.2/vendor/github.com/coreos/go-systemd/v22/sdjournal/not-type:18:52: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def913] [important]
podman-5.4.2/vendor/github.com/coreos/go-systemd/v22/sdjournal/not-type:19:48: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def914] [important]
podman-5.4.2/vendor/github.com/coreos/go-systemd/v22/sdjournal/not-type:20:57: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def915] [important]
podman-5.4.2/vendor/github.com/coreos/go-systemd/v22/sdjournal/not-type:21:59: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def916] [important]
podman-5.4.2/vendor/github.com/coreos/go-systemd/v22/sdjournal/not-type:22:56: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def917] [important]
podman-5.4.2/vendor/github.com/coreos/go-systemd/v22/sdjournal/not-type:23:54: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def918] [important]
podman-5.4.2/vendor/github.com/coreos/go-systemd/v22/sdjournal/not-type:24:53: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def919] [important]
podman-5.4.2/vendor/github.com/coreos/go-systemd/v22/sdjournal/not-type:25:51: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def920] [important]
podman-5.4.2/vendor/github.com/coreos/go-systemd/v22/sdjournal/not-type:26:61: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def921] [important]
podman-5.4.2/vendor/github.com/coreos/go-systemd/v22/sdjournal/not-type:27:60: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def922] [important]
podman-5.4.2/vendor/github.com/coreos/go-systemd/v22/sdjournal/not-type:28:52: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def923] [important]
podman-5.4.2/vendor/github.com/coreos/go-systemd/v22/sdjournal/not-type:29:47: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def924] [important]
podman-5.4.2/vendor/github.com/coreos/go-systemd/v22/sdjournal/not-type:30:52: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def925] [important]
podman-5.4.2/vendor/github.com/coreos/go-systemd/v22/sdjournal/not-type:31:47: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def926] [important]
podman-5.4.2/vendor/github.com/coreos/go-systemd/v22/sdjournal/not-type:32:57: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def927] [important]
podman-5.4.2/vendor/github.com/coreos/go-systemd/v22/sdjournal/not-type:33:53: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def928] [important]
podman-5.4.2/vendor/github.com/coreos/go-systemd/v22/sdjournal/not-type:34:51: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def929] [important]
podman-5.4.2/vendor/github.com/coreos/go-systemd/v22/sdjournal/not-type:35:56: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def930] [important]
podman-5.4.2/vendor/github.com/coreos/go-systemd/v22/sdjournal/not-type:36:55: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def931] [important]
podman-5.4.2/vendor/github.com/coreos/go-systemd/v22/sdjournal/not-type:37:55: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def932] [important]
podman-5.4.2/vendor/github.com/coreos/go-systemd/v22/sdjournal/not-type:38:57: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def933] [important]
podman-5.4.2/vendor/github.com/coreos/go-systemd/v22/sdjournal/not-type:39:54: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def934] [important]
podman-5.4.2/vendor/github.com/coreos/go-systemd/v22/sdjournal/not-type:40:52: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def935] [important]
podman-5.4.2/vendor/github.com/coreos/go-systemd/v22/sdjournal/not-type:41:61: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def936] [important]
podman-5.4.2/vendor/github.com/coreos/go-systemd/v22/sdjournal/not-type:42:52: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def937] [important]
podman-5.4.2/vendor/github.com/coreos/go-systemd/v22/sdjournal/not-type:43:61: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def938] [important]
podman-5.4.2/vendor/github.com/coreos/go-systemd/v22/sdjournal/not-type:44:54: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def939] [important]
podman-5.4.2/vendor/github.com/coreos/go-systemd/v22/sdjournal/not-type:45:47: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def940] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/completed:1:16: error[error]: '__cgo__2' undeclared here (not in a function); did you mean '__cgo__1'?
Error: COMPILER_WARNING: [#def941] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-int-const:1:63: error[error]: invalid operands to binary * (have 'char * (*)(_GoString_)' and 'int')
Error: COMPILER_WARNING: [#def942] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-int-const:2:63: error[error]: invalid operands to binary * (have '_GoBytes_ (*)(void *, int)' and 'int')
Error: COMPILER_WARNING: [#def943] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-int-const:3:64: error[error]: invalid operands to binary * (have '_GoString_ (*)(char *)' and 'int')
Error: COMPILER_WARNING: [#def944] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-int-const:4:65: error[error]: invalid operands to binary * (have '_GoString_ (*)(char *, int)' and 'int')
Error: COMPILER_WARNING: [#def945] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-int-const:5:64: error[error]: invalid operands to binary * (have 'void * (*)(size_t)' {{aka 'void * (*)(long unsigned int)'}} and 'int')
Error: COMPILER_WARNING: [#def946] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-int-const:5:65: error[error]: invalid type argument of unary '*' (have 'int')
Error: COMPILER_WARNING: [#def947] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-int-const:6:65: error[error]: invalid type argument of unary '*' (have 'int')
Error: COMPILER_WARNING: [#def948] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-int-const:6:66: error[error]: invalid type argument of unary '*' (have 'int')
Error: COMPILER_WARNING: [#def949] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-int-const:7:66: error[error]: invalid type argument of unary '*' (have 'int')
Error: COMPILER_WARNING: [#def950] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-int-const:7:74: error[error]: invalid operands to binary * (have 'int (*)(sqlite3_stmt *, int, void *, int)' and 'int')
Error: COMPILER_WARNING: [#def951] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-int-const:8:74: error[error]: invalid operands to binary * (have 'int (*)(sqlite3_stmt *, int, char *, int)' and 'int')
Error: COMPILER_WARNING: [#def952] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-int-const:8:76: error[error]: invalid operands to binary * (have 'void (*)(sqlite3_context *, const void *, int)' and 'int')
Error: COMPILER_WARNING: [#def953] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-int-const:9:76: error[error]: invalid operands to binary * (have 'void (*)(sqlite3_context *, const char *)' and 'int')
Error: COMPILER_WARNING: [#def954] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-int-const:9:80: error[error]: invalid operands to binary * (have 'int (*)(sqlite3 *, const char *, int, int, uintptr_t, void (*)(sqlite3_context *, int, sqlite3_value **), void (*)(sqlite3_context *, int, sqlite3_value **), void (*)(sqlite3_context *))' {{aka 'int (*)(sqlite3 *, const char *, int, int, long unsigned int, void (*)(sqlite3_context *, int, sqlite3_value **), void (*)(sqlite3_context *, int, sqlite3_value **), void (*)(sqlite3_context *))'}} and 'int')
Error: COMPILER_WARNING: [#def955] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-int-const:10:61: error[error]: invalid type argument of unary '*' (have 'int')
Error: COMPILER_WARNING: [#def956] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-int-const:10:71: error[error]: invalid operands to binary * (have 'int (*)(sqlite3 *, int, int)' and 'int')
Error: COMPILER_WARNING: [#def957] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-int-const:11:63: error[error]: invalid type argument of unary '*' (have 'int')
Error: COMPILER_WARNING: [#def958] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-int-const:11:73: error[error]: invalid operands to binary * (have 'int (*)(const char *, sqlite3 **, int, const char *)' and 'int')
Error: COMPILER_WARNING: [#def959] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-int-const:12:61: error[error]: invalid operands to binary * (have 'void (*)(void *)' and 'int')
Error: COMPILER_WARNING: [#def960] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-int-const:12:85: error[error]: invalid operands to binary * (have 'int (*)(sqlite3 *, const char *, int, sqlite3_stmt **, const char **)' and 'int')
Error: COMPILER_WARNING: [#def961] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-int-const:13:60: error[error]: invalid type argument of unary '*' (have 'int')
Error: COMPILER_WARNING: [#def962] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-int-const:13:79: error[error]: invalid operands to binary * (have 'int (*)(sqlite3_stmt *)' and 'int')
Error: COMPILER_WARNING: [#def963] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-int-const:14:62: error[error]: invalid type argument of unary '*' (have 'int')
Error: COMPILER_WARNING: [#def964] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-int-const:14:83: error[error]: invalid operands to binary * (have 'int (*)(sqlite3_stmt *, long long int *, long long int *)' and 'int')
Error: COMPILER_WARNING: [#def965] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-int-const:15:66: error[error]: invalid type argument of unary '*' (have 'int')
Error: COMPILER_WARNING: [#def966] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-int-const:15:77: error[error]: invalid operands to binary * (have 'int (*)(void *, int, char *, char *, char *, char *)' and 'int')
Error: COMPILER_WARNING: [#def967] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-int-const:16:63: error[error]: invalid type argument of unary '*' (have 'int')
Error: COMPILER_WARNING: [#def968] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-int-const:16:75: error[error]: invalid operands to binary * (have 'void (*)(sqlite3_context *, int, sqlite3_value **)' and 'int')
Error: COMPILER_WARNING: [#def969] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-int-const:17:61: error[error]: invalid type argument of unary '*' (have 'int')
Error: COMPILER_WARNING: [#def970] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-int-const:17:72: error[error]: invalid type argument of unary '*' (have 'int')
Error: COMPILER_WARNING: [#def971] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-int-const:18:70: error[error]: invalid type argument of unary '*' (have 'int')
Error: COMPILER_WARNING: [#def972] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-int-const:18:77: error[error]: invalid operands to binary * (have 'int (*)(void *)' and 'int')
Error: COMPILER_WARNING: [#def973] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-int-const:19:74: error[error]: invalid operands to binary * (have 'int (*)(void *, int, char *, int, char *)' and 'int')
Error: COMPILER_WARNING: [#def974] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-int-const:19:78: error[error]: invalid operands to binary * (have 'void (*)(sqlite3_context *, double)' and 'int')
Error: COMPILER_WARNING: [#def975] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-int-const:20:71: error[error]: invalid operands to binary * (have 'void (*)(sqlite3_context *)' and 'int')
Error: COMPILER_WARNING: [#def976] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-int-const:20:77: error[error]: invalid operands to binary * (have 'void (*)(sqlite3_context *, const char *, int)' and 'int')
Error: COMPILER_WARNING: [#def977] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-int-const:21:63: error[error]: invalid type argument of unary '*' (have 'int')
Error: COMPILER_WARNING: [#def978] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-int-const:21:77: error[error]: invalid operands to binary * (have 'void (*)(sqlite3_context *, sqlite3_int64)' {{aka 'void (*)(sqlite3_context *, long long int)'}} and 'int')
Error: COMPILER_WARNING: [#def979] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-int-const:22:61: error[error]: invalid operands to binary * (have 'void (*)(void *)' and 'int')
Error: COMPILER_WARNING: [#def980] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-int-const:22:76: error[error]: invalid operands to binary * (have 'void (*)(sqlite3_context *)' and 'int')
Error: COMPILER_WARNING: [#def981] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-int-const:23:60: error[error]: invalid type argument of unary '*' (have 'int')
Error: COMPILER_WARNING: [#def982] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-int-const:23:74: error[error]: invalid operands to binary * (have 'void * (*)(sqlite3_context *)' and 'int')
Error: COMPILER_WARNING: [#def983] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-int-const:24:62: error[error]: invalid type argument of unary '*' (have 'int')
Error: COMPILER_WARNING: [#def984] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-int-const:24:70: error[error]: invalid type argument of unary '*' (have 'int')
Error: COMPILER_WARNING: [#def985] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-int-const:25:66: error[error]: invalid type argument of unary '*' (have 'int')
Error: COMPILER_WARNING: [#def986] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-int-const:25:75: error[error]: invalid operands to binary * (have 'const void * (*)(sqlite3_value *)' and 'int')
Error: COMPILER_WARNING: [#def987] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-int-const:26:66: error[error]: invalid type argument of unary '*' (have 'int')
Error: COMPILER_WARNING: [#def988] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-int-const:26:76: error[error]: invalid operands to binary * (have 'int (*)(sqlite3_value *)' and 'int')
Error: COMPILER_WARNING: [#def989] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-int-const:27:77: error[error]: invalid operands to binary * (have 'double (*)(sqlite3_value *)' and 'int')
Error: COMPILER_WARNING: [#def990] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-int-const:27:79: error[error]: invalid operands to binary * (have 'void (*)(void *)' and 'int')
Error: COMPILER_WARNING: [#def991] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-int-const:28:64: error[error]: invalid type argument of unary '*' (have 'int')
Error: COMPILER_WARNING: [#def992] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-int-const:28:76: error[error]: invalid operands to binary * (have 'sqlite3_int64 (*)(sqlite3_value *)' {{aka 'long long int (*)(sqlite3_value *)'}} and 'int')
Error: COMPILER_WARNING: [#def993] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-int-const:29:75: error[error]: invalid operands to binary * (have 'const unsigned char * (*)(sqlite3_value *)' and 'int')
Error: COMPILER_WARNING: [#def994] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-int-const:29:82: error[error]: invalid operands to binary * (have 'void * (*)(sqlite3_context *, int)' and 'int')
Error: COMPILER_WARNING: [#def995] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-int-const:30:75: error[error]: invalid operands to binary * (have 'int (*)(sqlite3_value *)' and 'int')
Error: COMPILER_WARNING: [#def996] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-int-const:30:76: error[error]: invalid operands to binary * (have 'int (*)(sqlite3_stmt *, int, double)' and 'int')
Error: COMPILER_WARNING: [#def997] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-int-const:31:69: error[error]: invalid type argument of unary '*' (have 'int')
Error: COMPILER_WARNING: [#def998] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-int-const:31:73: error[error]: invalid operands to binary * (have 'int (*)(sqlite3_stmt *, int, int)' and 'int')
Error: COMPILER_WARNING: [#def999] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-int-const:32:75: error[error]: invalid operands to binary * (have 'int (*)(sqlite3_stmt *, int, sqlite3_int64)' {{aka 'int (*)(sqlite3_stmt *, int, long long int)'}} and 'int')
Error: COMPILER_WARNING: [#def1000] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-int-const:33:74: error[error]: invalid operands to binary * (have 'int (*)(sqlite3_stmt *, int)' and 'int')
Error: COMPILER_WARNING: [#def1001] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-int-const:34:85: error[error]: invalid operands to binary * (have 'int (*)(sqlite3_stmt *)' and 'int')
Error: COMPILER_WARNING: [#def1002] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-int-const:35:85: error[error]: invalid operands to binary * (have 'int (*)(sqlite3_stmt *, const char *)' and 'int')
Error: COMPILER_WARNING: [#def1003] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-int-const:36:79: error[error]: invalid operands to binary * (have 'int (*)(sqlite3_stmt *)' and 'int')
Error: COMPILER_WARNING: [#def1004] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-int-const:37:73: error[error]: invalid operands to binary * (have 'int (*)(sqlite3 *)' and 'int')
Error: COMPILER_WARNING: [#def1005] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-int-const:38:76: error[error]: invalid operands to binary * (have 'const void * (*)(sqlite3_stmt *, int)' and 'int')
Error: COMPILER_WARNING: [#def1006] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-int-const:39:77: error[error]: invalid operands to binary * (have 'int (*)(sqlite3_stmt *, int)' and 'int')
Error: COMPILER_WARNING: [#def1007] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-int-const:40:77: error[error]: invalid operands to binary * (have 'int (*)(sqlite3_stmt *)' and 'int')
Error: COMPILER_WARNING: [#def1008] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-int-const:41:80: error[error]: invalid operands to binary * (have 'const char * (*)(sqlite3_stmt *, int)' and 'int')
Error: COMPILER_WARNING: [#def1009] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-int-const:42:78: error[error]: invalid operands to binary * (have 'double (*)(sqlite3_stmt *, int)' and 'int')
Error: COMPILER_WARNING: [#def1010] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-int-const:43:77: error[error]: invalid operands to binary * (have 'sqlite3_int64 (*)(sqlite3_stmt *, int)' {{aka 'long long int (*)(sqlite3_stmt *, int)'}} and 'int')
Error: COMPILER_WARNING: [#def1011] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-int-const:44:76: error[error]: invalid operands to binary * (have 'const char * (*)(sqlite3_stmt *, int)' and 'int')
Error: COMPILER_WARNING: [#def1012] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-int-const:45:76: error[error]: invalid operands to binary * (have 'const unsigned char * (*)(sqlite3_stmt *, int)' and 'int')
Error: COMPILER_WARNING: [#def1013] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-int-const:46:76: error[error]: invalid operands to binary * (have 'int (*)(sqlite3_stmt *, int)' and 'int')
Error: COMPILER_WARNING: [#def1014] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-int-const:47:76: error[error]: invalid operands to binary * (have 'void * (*)(sqlite3 *, int (*)(void *), void *)' and 'int')
Error: COMPILER_WARNING: [#def1015] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-int-const:48:72: error[error]: invalid type argument of unary '*' (have 'int')
Error: COMPILER_WARNING: [#def1016] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-int-const:49:81: error[error]: invalid operands to binary * (have 'int (*)(sqlite3 *, const char *, int, void *, int (*)(void *, int, const void *, int, const void *))' and 'int')
Error: COMPILER_WARNING: [#def1017] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-int-const:50:76: error[error]: invalid operands to binary * (have 'const char * (*)(sqlite3 *, const char *)' and 'int')
Error: COMPILER_WARNING: [#def1018] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-int-const:51:72: error[error]: invalid operands to binary * (have 'int (*)(sqlite3 *)' and 'int')
Error: COMPILER_WARNING: [#def1019] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-int-const:52:71: error[error]: invalid operands to binary * (have 'const char * (*)(sqlite3 *)' and 'int')
Error: COMPILER_WARNING: [#def1020] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-int-const:53:69: error[error]: invalid operands to binary * (have 'int (*)(sqlite3 *, const char *, int (*)(void *, int, char **, char **), void *, char **)' and 'int')
Error: COMPILER_WARNING: [#def1021] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-int-const:54:81: error[error]: invalid operands to binary * (have 'int (*)(sqlite3 *)' and 'int')
Error: COMPILER_WARNING: [#def1022] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-int-const:55:77: error[error]: invalid operands to binary * (have 'int (*)(sqlite3 *, const char *, int, void *)' and 'int')
Error: COMPILER_WARNING: [#def1023] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-int-const:56:73: error[error]: invalid type argument of unary '*' (have 'int')
Error: COMPILER_WARNING: [#def1024] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-int-const:57:73: error[error]: invalid operands to binary * (have 'int (*)(sqlite3_stmt *)' and 'int')
Error: COMPILER_WARNING: [#def1025] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-int-const:58:79: error[error]: invalid operands to binary * (have 'int (*)(sqlite3 *)' and 'int')
Error: COMPILER_WARNING: [#def1026] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-int-const:59:70: error[error]: invalid type argument of unary '*' (have 'int')
Error: COMPILER_WARNING: [#def1027] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-int-const:60:74: error[error]: invalid operands to binary * (have 'void (*)(sqlite3 *)' and 'int')
Error: COMPILER_WARNING: [#def1028] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-int-const:61:75: error[error]: invalid operands to binary * (have 'const char * (*)(void)' and 'int')
Error: COMPILER_WARNING: [#def1029] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-int-const:62:82: error[error]: invalid operands to binary * (have 'int (*)(void)' and 'int')
Error: COMPILER_WARNING: [#def1030] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-int-const:63:70: error[error]: invalid operands to binary * (have 'int (*)(sqlite3_stmt *)' and 'int')
Error: COMPILER_WARNING: [#def1031] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-int-const:64:78: error[error]: invalid operands to binary * (have 'void * (*)(sqlite3 *, void (*)(void *), void *)' and 'int')
Error: COMPILER_WARNING: [#def1032] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-int-const:65:79: error[error]: invalid operands to binary * (have 'int (*)(sqlite3 *, int (*)(void *, int, const char *, const char *, const char *, const char *), void *)' and 'int')
Error: COMPILER_WARNING: [#def1033] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-int-const:66:73: error[error]: invalid operands to binary * (have 'const char * (*)(void)' and 'int')
Error: COMPILER_WARNING: [#def1034] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-int-const:67:69: error[error]: invalid type argument of unary '*' (have 'int')
Error: COMPILER_WARNING: [#def1035] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-int-const:68:78: error[error]: invalid operands to binary * (have 'int (*)(sqlite3_stmt *)' and 'int')
Error: COMPILER_WARNING: [#def1036] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-int-const:69:77: error[error]: invalid operands to binary * (have 'int (*)(sqlite3 *)' and 'int')
Error: COMPILER_WARNING: [#def1037] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-int-const:70:75: error[error]: invalid operands to binary * (have 'int (*)(void)' and 'int')
Error: COMPILER_WARNING: [#def1038] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-int-const:71:76: error[error]: invalid operands to binary * (have 'void * (*)(sqlite3 *, void (*)(void *, int, const char *, const char *, sqlite3_int64), void *)' {{aka 'void * (*)(sqlite3 *, void (*)(void *, int, const char *, const char *, long long int), void *)'}} and 'int')
Error: COMPILER_WARNING: [#def1039] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-num-const:1:67: error[error]: incompatible types when initializing type 'double' using type 'char * (*)(_GoString_)'
Error: COMPILER_WARNING: [#def1040] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-num-const:2:67: error[error]: incompatible types when initializing type 'double' using type '_GoBytes_ (*)(void *, int)'
Error: COMPILER_WARNING: [#def1041] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-num-const:3:67: error[error]: incompatible types when initializing type 'double' using type '_GoString_ (*)(char *)'
Error: COMPILER_WARNING: [#def1042] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-num-const:4:67: error[error]: incompatible types when initializing type 'double' using type '_GoString_ (*)(char *, int)'
Error: COMPILER_WARNING: [#def1043] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-num-const:5:67: error[error]: incompatible types when initializing type 'double' using type 'void * (*)(size_t)' {{aka 'void * (*)(long unsigned int)'}}
Error: COMPILER_WARNING: [#def1044] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-num-const:5:78: error[error]: expected expression before ';' token
Error: COMPILER_WARNING: [#def1045] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-num-const:6:78: error[error]: expected expression before ';' token
Error: COMPILER_WARNING: [#def1046] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-num-const:6:79: error[error]: expected expression before ';' token
Error: COMPILER_WARNING: [#def1047] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-num-const:7:67: error[error]: incompatible types when initializing type 'double' using type 'int (*)(sqlite3_stmt *, int, void *, int)'
Error: COMPILER_WARNING: [#def1048] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-num-const:7:79: error[error]: expected expression before ';' token
Error: COMPILER_WARNING: [#def1049] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-num-const:8:67: error[error]: incompatible types when initializing type 'double' using type 'int (*)(sqlite3_stmt *, int, char *, int)'
Error: COMPILER_WARNING: [#def1050] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-num-const:8:67: error[error]: incompatible types when initializing type 'double' using type 'void (*)(sqlite3_context *, const void *, int)'
Error: COMPILER_WARNING: [#def1051] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-num-const:9:67: error[error]: incompatible types when initializing type 'double' using type 'int (*)(sqlite3 *, const char *, int, int, uintptr_t, void (*)(sqlite3_context *, int, sqlite3_value **), void (*)(sqlite3_context *, int, sqlite3_value **), void (*)(sqlite3_context *))' {{aka 'int (*)(sqlite3 *, const char *, int, int, long unsigned int, void (*)(sqlite3_context *, int, sqlite3_value **), void (*)(sqlite3_context *, int, sqlite3_value **), void (*)(sqlite3_context *))'}}
Error: COMPILER_WARNING: [#def1052] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-num-const:9:67: error[error]: incompatible types when initializing type 'double' using type 'void (*)(sqlite3_context *, const char *)'
Error: COMPILER_WARNING: [#def1053] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-num-const:10:68: error[error]: incompatible types when initializing type 'double' using type 'int (*)(sqlite3 *, int, int)'
Error: COMPILER_WARNING: [#def1054] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-num-const:10:74: error[error]: expected expression before ';' token
Error: COMPILER_WARNING: [#def1055] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-num-const:11:68: error[error]: incompatible types when initializing type 'double' using type 'int (*)(const char *, sqlite3 **, int, const char *)'
Error: COMPILER_WARNING: [#def1056] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-num-const:11:76: error[error]: expected expression before ';' token
Error: COMPILER_WARNING: [#def1057] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-num-const:12:68: error[error]: incompatible types when initializing type 'double' using type 'int (*)(sqlite3 *, const char *, int, sqlite3_stmt **, const char **)'
Error: COMPILER_WARNING: [#def1058] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-num-const:12:68: error[error]: incompatible types when initializing type 'double' using type 'void (*)(void *)'
Error: COMPILER_WARNING: [#def1059] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-num-const:13:68: error[error]: incompatible types when initializing type 'double' using type 'int (*)(sqlite3_stmt *)'
Error: COMPILER_WARNING: [#def1060] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-num-const:13:73: error[error]: expected expression before ';' token
Error: COMPILER_WARNING: [#def1061] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-num-const:14:68: error[error]: incompatible types when initializing type 'double' using type 'int (*)(sqlite3_stmt *, long long int *, long long int *)'
Error: COMPILER_WARNING: [#def1062] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-num-const:14:75: error[error]: expected expression before ';' token
Error: COMPILER_WARNING: [#def1063] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-num-const:15:68: error[error]: incompatible types when initializing type 'double' using type 'int (*)(void *, int, char *, char *, char *, char *)'
Error: COMPILER_WARNING: [#def1064] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-num-const:15:79: error[error]: expected expression before ';' token
Error: COMPILER_WARNING: [#def1065] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-num-const:16:68: error[error]: incompatible types when initializing type 'double' using type 'void (*)(sqlite3_context *, int, sqlite3_value **)'
Error: COMPILER_WARNING: [#def1066] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-num-const:16:76: error[error]: expected expression before ';' token
Error: COMPILER_WARNING: [#def1067] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-num-const:17:74: error[error]: expected expression before ';' token
Error: COMPILER_WARNING: [#def1068] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-num-const:17:85: error[error]: expected expression before ';' token
Error: COMPILER_WARNING: [#def1069] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-num-const:18:68: error[error]: incompatible types when initializing type 'double' using type 'int (*)(void *)'
Error: COMPILER_WARNING: [#def1070] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-num-const:18:83: error[error]: expected expression before ';' token
Error: COMPILER_WARNING: [#def1071] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-num-const:19:68: error[error]: incompatible types when initializing type 'double' using type 'int (*)(void *, int, char *, int, char *)'
Error: COMPILER_WARNING: [#def1072] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-num-const:19:68: error[error]: incompatible types when initializing type 'double' using type 'void (*)(sqlite3_context *, double)'
Error: COMPILER_WARNING: [#def1073] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-num-const:20:68: error[error]: incompatible types when initializing type 'double' using type 'void (*)(sqlite3_context *)'
Error: COMPILER_WARNING: [#def1074] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-num-const:20:68: error[error]: incompatible types when initializing type 'double' using type 'void (*)(sqlite3_context *, const char *, int)'
Error: COMPILER_WARNING: [#def1075] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-num-const:21:68: error[error]: incompatible types when initializing type 'double' using type 'void (*)(sqlite3_context *, sqlite3_int64)' {{aka 'void (*)(sqlite3_context *, long long int)'}}
Error: COMPILER_WARNING: [#def1076] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-num-const:21:76: error[error]: expected expression before ';' token
Error: COMPILER_WARNING: [#def1077] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-num-const:22:68: error[error]: incompatible types when initializing type 'double' using type 'void (*)(sqlite3_context *)'
Error: COMPILER_WARNING: [#def1078] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-num-const:22:68: error[error]: incompatible types when initializing type 'double' using type 'void (*)(void *)'
Error: COMPILER_WARNING: [#def1079] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-num-const:23:68: error[error]: incompatible types when initializing type 'double' using type 'void * (*)(sqlite3_context *)'
Error: COMPILER_WARNING: [#def1080] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-num-const:23:73: error[error]: expected expression before ';' token
Error: COMPILER_WARNING: [#def1081] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-num-const:24:75: error[error]: expected expression before ';' token
Error: COMPILER_WARNING: [#def1082] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-num-const:24:83: error[error]: expected expression before ';' token
Error: COMPILER_WARNING: [#def1083] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-num-const:25:68: error[error]: incompatible types when initializing type 'double' using type 'const void * (*)(sqlite3_value *)'
Error: COMPILER_WARNING: [#def1084] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-num-const:25:79: error[error]: expected expression before ';' token
Error: COMPILER_WARNING: [#def1085] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-num-const:26:68: error[error]: incompatible types when initializing type 'double' using type 'int (*)(sqlite3_value *)'
Error: COMPILER_WARNING: [#def1086] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-num-const:26:79: error[error]: expected expression before ';' token
Error: COMPILER_WARNING: [#def1087] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-num-const:27:68: error[error]: incompatible types when initializing type 'double' using type 'double (*)(sqlite3_value *)'
Error: COMPILER_WARNING: [#def1088] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-num-const:27:68: error[error]: incompatible types when initializing type 'double' using type 'void (*)(void *)'
Error: COMPILER_WARNING: [#def1089] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-num-const:28:68: error[error]: incompatible types when initializing type 'double' using type 'sqlite3_int64 (*)(sqlite3_value *)' {{aka 'long long int (*)(sqlite3_value *)'}}
Error: COMPILER_WARNING: [#def1090] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-num-const:28:77: error[error]: expected expression before ';' token
Error: COMPILER_WARNING: [#def1091] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-num-const:29:68: error[error]: incompatible types when initializing type 'double' using type 'const unsigned char * (*)(sqlite3_value *)'
Error: COMPILER_WARNING: [#def1092] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-num-const:29:68: error[error]: incompatible types when initializing type 'double' using type 'void * (*)(sqlite3_context *, int)'
Error: COMPILER_WARNING: [#def1093] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-num-const:30:68: error[error]: incompatible types when initializing type 'double' using type 'int (*)(sqlite3_stmt *, int, double)'
Error: COMPILER_WARNING: [#def1094] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-num-const:30:68: error[error]: incompatible types when initializing type 'double' using type 'int (*)(sqlite3_value *)'
Error: COMPILER_WARNING: [#def1095] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-num-const:31:68: error[error]: incompatible types when initializing type 'double' using type 'int (*)(sqlite3_stmt *, int, int)'
Error: COMPILER_WARNING: [#def1096] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-num-const:31:82: error[error]: expected expression before ';' token
Error: COMPILER_WARNING: [#def1097] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-num-const:32:68: error[error]: incompatible types when initializing type 'double' using type 'int (*)(sqlite3_stmt *, int, sqlite3_int64)' {{aka 'int (*)(sqlite3_stmt *, int, long long int)'}}
Error: COMPILER_WARNING: [#def1098] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-num-const:33:68: error[error]: incompatible types when initializing type 'double' using type 'int (*)(sqlite3_stmt *, int)'
Error: COMPILER_WARNING: [#def1099] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-num-const:34:68: error[error]: incompatible types when initializing type 'double' using type 'int (*)(sqlite3_stmt *)'
Error: COMPILER_WARNING: [#def1100] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-num-const:35:68: error[error]: incompatible types when initializing type 'double' using type 'int (*)(sqlite3_stmt *, const char *)'
Error: COMPILER_WARNING: [#def1101] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-num-const:36:68: error[error]: incompatible types when initializing type 'double' using type 'int (*)(sqlite3_stmt *)'
Error: COMPILER_WARNING: [#def1102] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-num-const:37:68: error[error]: incompatible types when initializing type 'double' using type 'int (*)(sqlite3 *)'
Error: COMPILER_WARNING: [#def1103] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-num-const:38:68: error[error]: incompatible types when initializing type 'double' using type 'const void * (*)(sqlite3_stmt *, int)'
Error: COMPILER_WARNING: [#def1104] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-num-const:39:68: error[error]: incompatible types when initializing type 'double' using type 'int (*)(sqlite3_stmt *, int)'
Error: COMPILER_WARNING: [#def1105] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-num-const:40:68: error[error]: incompatible types when initializing type 'double' using type 'int (*)(sqlite3_stmt *)'
Error: COMPILER_WARNING: [#def1106] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-num-const:41:68: error[error]: incompatible types when initializing type 'double' using type 'const char * (*)(sqlite3_stmt *, int)'
Error: COMPILER_WARNING: [#def1107] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-num-const:42:68: error[error]: incompatible types when initializing type 'double' using type 'double (*)(sqlite3_stmt *, int)'
Error: COMPILER_WARNING: [#def1108] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-num-const:43:68: error[error]: incompatible types when initializing type 'double' using type 'sqlite3_int64 (*)(sqlite3_stmt *, int)' {{aka 'long long int (*)(sqlite3_stmt *, int)'}}
Error: COMPILER_WARNING: [#def1109] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-num-const:44:68: error[error]: incompatible types when initializing type 'double' using type 'const char * (*)(sqlite3_stmt *, int)'
Error: COMPILER_WARNING: [#def1110] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-num-const:45:68: error[error]: incompatible types when initializing type 'double' using type 'const unsigned char * (*)(sqlite3_stmt *, int)'
Error: COMPILER_WARNING: [#def1111] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-num-const:46:68: error[error]: incompatible types when initializing type 'double' using type 'int (*)(sqlite3_stmt *, int)'
Error: COMPILER_WARNING: [#def1112] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-num-const:47:68: error[error]: incompatible types when initializing type 'double' using type 'void * (*)(sqlite3 *, int (*)(void *), void *)'
Error: COMPILER_WARNING: [#def1113] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-num-const:48:85: error[error]: expected expression before ';' token
Error: COMPILER_WARNING: [#def1114] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-num-const:49:68: error[error]: incompatible types when initializing type 'double' using type 'int (*)(sqlite3 *, const char *, int, void *, int (*)(void *, int, const void *, int, const void *))'
Error: COMPILER_WARNING: [#def1115] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-num-const:50:68: error[error]: incompatible types when initializing type 'double' using type 'const char * (*)(sqlite3 *, const char *)'
Error: COMPILER_WARNING: [#def1116] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-num-const:51:68: error[error]: incompatible types when initializing type 'double' using type 'int (*)(sqlite3 *)'
Error: COMPILER_WARNING: [#def1117] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-num-const:52:68: error[error]: incompatible types when initializing type 'double' using type 'const char * (*)(sqlite3 *)'
Error: COMPILER_WARNING: [#def1118] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-num-const:53:68: error[error]: incompatible types when initializing type 'double' using type 'int (*)(sqlite3 *, const char *, int (*)(void *, int, char **, char **), void *, char **)'
Error: COMPILER_WARNING: [#def1119] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-num-const:54:68: error[error]: incompatible types when initializing type 'double' using type 'int (*)(sqlite3 *)'
Error: COMPILER_WARNING: [#def1120] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-num-const:55:68: error[error]: incompatible types when initializing type 'double' using type 'int (*)(sqlite3 *, const char *, int, void *)'
Error: COMPILER_WARNING: [#def1121] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-num-const:56:86: error[error]: expected expression before ';' token
Error: COMPILER_WARNING: [#def1122] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-num-const:57:68: error[error]: incompatible types when initializing type 'double' using type 'int (*)(sqlite3_stmt *)'
Error: COMPILER_WARNING: [#def1123] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-num-const:58:68: error[error]: incompatible types when initializing type 'double' using type 'int (*)(sqlite3 *)'
Error: COMPILER_WARNING: [#def1124] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-num-const:59:83: error[error]: expected expression before ';' token
Error: COMPILER_WARNING: [#def1125] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-num-const:60:68: error[error]: incompatible types when initializing type 'double' using type 'void (*)(sqlite3 *)'
Error: COMPILER_WARNING: [#def1126] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-num-const:61:68: error[error]: incompatible types when initializing type 'double' using type 'const char * (*)(void)'
Error: COMPILER_WARNING: [#def1127] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-num-const:62:68: error[error]: incompatible types when initializing type 'double' using type 'int (*)(void)'
Error: COMPILER_WARNING: [#def1128] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-num-const:63:68: error[error]: incompatible types when initializing type 'double' using type 'int (*)(sqlite3_stmt *)'
Error: COMPILER_WARNING: [#def1129] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-num-const:64:68: error[error]: incompatible types when initializing type 'double' using type 'void * (*)(sqlite3 *, void (*)(void *), void *)'
Error: COMPILER_WARNING: [#def1130] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-num-const:65:68: error[error]: incompatible types when initializing type 'double' using type 'int (*)(sqlite3 *, int (*)(void *, int, const char *, const char *, const char *, const char *), void *)'
Error: COMPILER_WARNING: [#def1131] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-num-const:66:68: error[error]: incompatible types when initializing type 'double' using type 'const char * (*)(void)'
Error: COMPILER_WARNING: [#def1132] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-num-const:67:82: error[error]: expected expression before ';' token
Error: COMPILER_WARNING: [#def1133] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-num-const:68:68: error[error]: incompatible types when initializing type 'double' using type 'int (*)(sqlite3_stmt *)'
Error: COMPILER_WARNING: [#def1134] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-num-const:69:68: error[error]: incompatible types when initializing type 'double' using type 'int (*)(sqlite3 *)'
Error: COMPILER_WARNING: [#def1135] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-num-const:70:68: error[error]: incompatible types when initializing type 'double' using type 'int (*)(void)'
Error: COMPILER_WARNING: [#def1136] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-num-const:71:68: error[error]: incompatible types when initializing type 'double' using type 'void * (*)(sqlite3 *, void (*)(void *, int, const char *, const char *, sqlite3_int64), void *)' {{aka 'void * (*)(sqlite3 *, void (*)(void *, int, const char *, const char *, long long int), void *)'}}
Error: COMPILER_WARNING: [#def1137] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-str-lit:1:67: error[error]: invalid initializer
Error: COMPILER_WARNING: [#def1138] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-str-lit:2:67: error[error]: invalid initializer
Error: COMPILER_WARNING: [#def1139] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-str-lit:3:67: error[error]: invalid initializer
Error: COMPILER_WARNING: [#def1140] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-str-lit:4:67: error[error]: invalid initializer
Error: COMPILER_WARNING: [#def1141] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-str-lit:5:67: error[error]: invalid initializer
Error: COMPILER_WARNING: [#def1142] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-str-lit:5:78: error[error]: expected expression before ';' token
Error: COMPILER_WARNING: [#def1143] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-str-lit:6:78: error[error]: expected expression before ';' token
Error: COMPILER_WARNING: [#def1144] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-str-lit:6:79: error[error]: expected expression before ';' token
Error: COMPILER_WARNING: [#def1145] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-str-lit:7:67: error[error]: invalid initializer
Error: COMPILER_WARNING: [#def1146] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-str-lit:7:79: error[error]: expected expression before ';' token
Error: COMPILER_WARNING: [#def1147] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-str-lit:8:67: error[error]: invalid initializer
Error: COMPILER_WARNING: [#def1148] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-str-lit:9:67: error[error]: invalid initializer
Error: COMPILER_WARNING: [#def1149] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-str-lit:10:68: error[error]: invalid initializer
Error: COMPILER_WARNING: [#def1150] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-str-lit:10:74: error[error]: expected expression before ';' token
Error: COMPILER_WARNING: [#def1151] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-str-lit:11:68: error[error]: invalid initializer
Error: COMPILER_WARNING: [#def1152] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-str-lit:11:76: error[error]: expected expression before ';' token
Error: COMPILER_WARNING: [#def1153] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-str-lit:12:68: error[error]: invalid initializer
Error: COMPILER_WARNING: [#def1154] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-str-lit:13:68: error[error]: invalid initializer
Error: COMPILER_WARNING: [#def1155] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-str-lit:13:73: error[error]: expected expression before ';' token
Error: COMPILER_WARNING: [#def1156] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-str-lit:14:68: error[error]: invalid initializer
Error: COMPILER_WARNING: [#def1157] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-str-lit:14:75: error[error]: expected expression before ';' token
Error: COMPILER_WARNING: [#def1158] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-str-lit:15:68: error[error]: invalid initializer
Error: COMPILER_WARNING: [#def1159] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-str-lit:15:79: error[error]: expected expression before ';' token
Error: COMPILER_WARNING: [#def1160] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-str-lit:16:68: error[error]: invalid initializer
Error: COMPILER_WARNING: [#def1161] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-str-lit:16:76: error[error]: expected expression before ';' token
Error: COMPILER_WARNING: [#def1162] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-str-lit:17:74: error[error]: expected expression before ';' token
Error: COMPILER_WARNING: [#def1163] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-str-lit:17:85: error[error]: expected expression before ';' token
Error: COMPILER_WARNING: [#def1164] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-str-lit:18:68: error[error]: invalid initializer
Error: COMPILER_WARNING: [#def1165] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-str-lit:18:83: error[error]: expected expression before ';' token
Error: COMPILER_WARNING: [#def1166] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-str-lit:19:68: error[error]: invalid initializer
Error: COMPILER_WARNING: [#def1167] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-str-lit:20:68: error[error]: invalid initializer
Error: COMPILER_WARNING: [#def1168] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-str-lit:21:68: error[error]: invalid initializer
Error: COMPILER_WARNING: [#def1169] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-str-lit:21:76: error[error]: expected expression before ';' token
Error: COMPILER_WARNING: [#def1170] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-str-lit:22:68: error[error]: invalid initializer
Error: COMPILER_WARNING: [#def1171] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-str-lit:23:68: error[error]: invalid initializer
Error: COMPILER_WARNING: [#def1172] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-str-lit:23:73: error[error]: expected expression before ';' token
Error: COMPILER_WARNING: [#def1173] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-str-lit:24:75: error[error]: expected expression before ';' token
Error: COMPILER_WARNING: [#def1174] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-str-lit:24:83: error[error]: expected expression before ';' token
Error: COMPILER_WARNING: [#def1175] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-str-lit:25:68: error[error]: invalid initializer
Error: COMPILER_WARNING: [#def1176] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-str-lit:25:79: error[error]: expected expression before ';' token
Error: COMPILER_WARNING: [#def1177] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-str-lit:26:68: error[error]: invalid initializer
Error: COMPILER_WARNING: [#def1178] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-str-lit:26:79: error[error]: expected expression before ';' token
Error: COMPILER_WARNING: [#def1179] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-str-lit:27:68: error[error]: invalid initializer
Error: COMPILER_WARNING: [#def1180] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-str-lit:28:68: error[error]: invalid initializer
Error: COMPILER_WARNING: [#def1181] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-str-lit:28:77: error[error]: expected expression before ';' token
Error: COMPILER_WARNING: [#def1182] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-str-lit:29:68: error[error]: invalid initializer
Error: COMPILER_WARNING: [#def1183] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-str-lit:30:68: error[error]: invalid initializer
Error: COMPILER_WARNING: [#def1184] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-str-lit:31:68: error[error]: invalid initializer
Error: COMPILER_WARNING: [#def1185] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-str-lit:31:82: error[error]: expected expression before ';' token
Error: COMPILER_WARNING: [#def1186] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-str-lit:32:68: error[error]: invalid initializer
Error: COMPILER_WARNING: [#def1187] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-str-lit:33:68: error[error]: invalid initializer
Error: COMPILER_WARNING: [#def1188] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-str-lit:34:68: error[error]: invalid initializer
Error: COMPILER_WARNING: [#def1189] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-str-lit:35:68: error[error]: invalid initializer
Error: COMPILER_WARNING: [#def1190] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-str-lit:36:68: error[error]: invalid initializer
Error: COMPILER_WARNING: [#def1191] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-str-lit:37:68: error[error]: invalid initializer
Error: COMPILER_WARNING: [#def1192] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-str-lit:38:68: error[error]: invalid initializer
Error: COMPILER_WARNING: [#def1193] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-str-lit:39:68: error[error]: invalid initializer
Error: COMPILER_WARNING: [#def1194] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-str-lit:40:68: error[error]: invalid initializer
Error: COMPILER_WARNING: [#def1195] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-str-lit:41:68: error[error]: invalid initializer
Error: COMPILER_WARNING: [#def1196] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-str-lit:42:68: error[error]: invalid initializer
Error: COMPILER_WARNING: [#def1197] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-str-lit:43:68: error[error]: invalid initializer
Error: COMPILER_WARNING: [#def1198] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-str-lit:44:68: error[error]: invalid initializer
Error: COMPILER_WARNING: [#def1199] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-str-lit:45:68: error[error]: invalid initializer
Error: COMPILER_WARNING: [#def1200] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-str-lit:46:68: error[error]: invalid initializer
Error: COMPILER_WARNING: [#def1201] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-str-lit:47:68: error[error]: invalid initializer
Error: COMPILER_WARNING: [#def1202] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-str-lit:48:85: error[error]: expected expression before ';' token
Error: COMPILER_WARNING: [#def1203] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-str-lit:49:68: error[error]: invalid initializer
Error: COMPILER_WARNING: [#def1204] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-str-lit:50:68: error[error]: invalid initializer
Error: COMPILER_WARNING: [#def1205] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-str-lit:51:68: error[error]: invalid initializer
Error: COMPILER_WARNING: [#def1206] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-str-lit:52:68: error[error]: invalid initializer
Error: COMPILER_WARNING: [#def1207] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-str-lit:53:68: error[error]: invalid initializer
Error: COMPILER_WARNING: [#def1208] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-str-lit:54:68: error[error]: invalid initializer
Error: COMPILER_WARNING: [#def1209] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-str-lit:55:68: error[error]: invalid initializer
Error: COMPILER_WARNING: [#def1210] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-str-lit:56:86: error[error]: expected expression before ';' token
Error: COMPILER_WARNING: [#def1211] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-str-lit:57:68: error[error]: invalid initializer
Error: COMPILER_WARNING: [#def1212] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-str-lit:58:68: error[error]: invalid initializer
Error: COMPILER_WARNING: [#def1213] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-str-lit:59:83: error[error]: expected expression before ';' token
Error: COMPILER_WARNING: [#def1214] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-str-lit:60:68: error[error]: invalid initializer
Error: COMPILER_WARNING: [#def1215] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-str-lit:61:68: error[error]: invalid initializer
Error: COMPILER_WARNING: [#def1216] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-str-lit:62:68: error[error]: invalid initializer
Error: COMPILER_WARNING: [#def1217] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-str-lit:63:68: error[error]: invalid initializer
Error: COMPILER_WARNING: [#def1218] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-str-lit:64:68: error[error]: invalid initializer
Error: COMPILER_WARNING: [#def1219] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-str-lit:65:68: error[error]: invalid initializer
Error: COMPILER_WARNING: [#def1220] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-str-lit:66:68: error[error]: invalid initializer
Error: COMPILER_WARNING: [#def1221] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-str-lit:67:82: error[error]: expected expression before ';' token
Error: COMPILER_WARNING: [#def1222] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-str-lit:68:68: error[error]: invalid initializer
Error: COMPILER_WARNING: [#def1223] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-str-lit:69:68: error[error]: invalid initializer
Error: COMPILER_WARNING: [#def1224] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-str-lit:70:68: error[error]: invalid initializer
Error: COMPILER_WARNING: [#def1225] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-type:1:35: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def1226] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-type:2:35: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def1227] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-type:3:36: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def1228] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-type:4:37: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def1229] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-type:5:36: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def1230] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-type:7:46: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def1231] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-type:8:46: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def1232] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-type:8:48: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def1233] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-type:9:48: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def1234] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-type:9:52: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def1235] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-type:10:43: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def1236] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-type:11:45: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def1237] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-type:12:33: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def1238] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-type:12:57: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def1239] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-type:13:51: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def1240] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-type:14:55: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def1241] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-type:15:49: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def1242] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-type:16:47: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def1243] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-type:18:49: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def1244] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-type:19:46: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def1245] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-type:19:50: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def1246] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-type:20:43: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def1247] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-type:20:49: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def1248] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-type:21:49: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def1249] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-type:22:33: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def1250] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-type:22:48: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def1251] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-type:23:46: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def1252] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-type:25:47: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def1253] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-type:26:48: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def1254] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-type:27:49: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def1255] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-type:27:51: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def1256] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-type:28:48: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def1257] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-type:29:47: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def1258] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-type:29:54: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def1259] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-type:30:47: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def1260] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-type:30:48: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def1261] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-type:31:45: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def1262] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-type:32:47: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def1263] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-type:33:46: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def1264] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-type:34:57: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def1265] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-type:35:57: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def1266] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-type:36:51: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def1267] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-type:37:45: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def1268] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-type:38:48: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def1269] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-type:39:49: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def1270] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-type:40:49: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def1271] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-type:41:52: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def1272] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-type:42:50: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def1273] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-type:43:49: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def1274] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-type:44:48: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def1275] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-type:45:48: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def1276] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-type:46:48: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def1277] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-type:47:48: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def1278] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-type:49:53: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def1279] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-type:50:48: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def1280] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-type:51:44: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def1281] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-type:52:43: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def1282] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-type:53:41: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def1283] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-type:54:53: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def1284] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-type:55:49: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def1285] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-type:57:45: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def1286] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-type:58:51: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def1287] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-type:60:46: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def1288] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-type:61:47: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def1289] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-type:62:54: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def1290] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-type:63:42: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def1291] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-type:64:50: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def1292] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-type:65:51: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def1293] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-type:66:45: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def1294] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-type:68:50: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def1295] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-type:69:49: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def1296] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-type:70:47: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def1297] [important]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/not-type:71:48: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING (CWE-1164): [#def1298]
podman-5.4.2/vendor/github.com/mattn/go-sqlite3/sqlite3.go:85:1: warning[-Wunused-function]: ‘_sqlite3_exec’ defined but not used
Error: CPPCHECK_WARNING (CWE-476): [#def1299]
podman-5.4.2/vendor/github.com/miekg/pkcs11/pkcs11.go:77: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: c
Error: GCC_ANALYZER_WARNING (CWE-476): [#def1300]
podman-5.4.2/vendor/github.com/miekg/pkcs11/pkcs11.go:77:9: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL 'c'
podman-5.4.2/vendor/github.com/miekg/pkcs11/pkcs11.go:76:25: acquire_memory: this call could return NULL
podman-5.4.2/vendor/github.com/miekg/pkcs11/pkcs11.go:77:9: danger: 'c' could be NULL: unchecked value from [(1)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-476): [#def1301]
podman-5.4.2/vendor/github.com/miekg/pkcs11/pkcs11.go:77:9: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘c’
podman-5.4.2/vendor/github.com/miekg/pkcs11/pkcs11.go:76:25: acquire_memory: this call could return NULL
podman-5.4.2/vendor/github.com/miekg/pkcs11/pkcs11.go:77:9: danger: ‘c’ could be NULL: unchecked value from [(1)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/0)
Error: CPPCHECK_WARNING (CWE-476): [#def1302]
podman-5.4.2/vendor/github.com/miekg/pkcs11/pkcs11.go:78: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: c
Error: CPPCHECK_WARNING (CWE-476): [#def1303]
podman-5.4.2/vendor/github.com/miekg/pkcs11/pkcs11.go:82: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: c
Error: GCC_ANALYZER_WARNING (CWE-401): [#def1304]
podman-5.4.2/vendor/github.com/miekg/pkcs11/pkcs11.go:316:17: warning[-Wanalyzer-malloc-leak]: leak of ‘*((CK_ATTRIBUTE *)temp).pValue’
/tmp/go-build1279824952/b459/cgo-gcc-prolog:684:1: enter_function: entry to ‘_cgo_c4fd6099d396_Cfunc_GetAttributeValue’
/tmp/go-build1279824952/b459/cgo-gcc-prolog:697:11: call_function: calling ‘GetAttributeValue’ from ‘_cgo_c4fd6099d396_Cfunc_GetAttributeValue’
Error: COMPILER_WARNING: [#def1305] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/completed:1:16: error[error]: '__cgo__2' undeclared here (not in a function); did you mean '__cgo__1'?
Error: COMPILER_WARNING: [#def1306] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-int-const:1:33: error[error]: enumerator value for '__cgo_undefined__3' is not an integer constant
Error: COMPILER_WARNING: [#def1307] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-int-const:1:63: error[error]: invalid operands to binary * (have 'char * (*)(_GoString_)' and 'int')
Error: COMPILER_WARNING: [#def1308] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-int-const:2:33: error[error]: enumerator value for '__cgo_undefined__3' is not an integer constant
Error: COMPILER_WARNING: [#def1309] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-int-const:2:64: error[error]: invalid operands to binary * (have '_GoString_ (*)(char *)' and 'int')
Error: COMPILER_WARNING: [#def1310] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-int-const:3:33: error[error]: enumerator value for '__cgo_undefined__3' is not an integer constant
Error: COMPILER_WARNING: [#def1311] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-int-const:3:60: error[error]: invalid operands to binary * (have 'void (*)(void *)' and 'int')
Error: COMPILER_WARNING: [#def1312] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-int-const:4:33: error[error]: enumerator value for '__cgo_undefined__3' is not an integer constant
Error: COMPILER_WARNING: [#def1313] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-int-const:4:59: error[error]: invalid type argument of unary '*' (have 'int')
Error: COMPILER_WARNING: [#def1314] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-int-const:5:33: error[error]: enumerator value for '__cgo_undefined__3' is not an integer constant
Error: COMPILER_WARNING: [#def1315] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-int-const:5:71: error[error]: invalid type argument of unary '*' (have 'int')
Error: COMPILER_WARNING: [#def1316] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-int-const:6:33: error[error]: enumerator value for '__cgo_undefined__3' is not an integer constant
Error: COMPILER_WARNING: [#def1317] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-int-const:6:72: error[error]: invalid operands to binary * (have 'int (*)(void *, uint32_t)' {{aka 'int (*)(void *, unsigned int)'}} and 'int')
Error: COMPILER_WARNING: [#def1318] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-int-const:7:33: error[error]: enumerator value for '__cgo_undefined__3' is not an integer constant
Error: COMPILER_WARNING: [#def1319] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-int-const:7:74: error[error]: invalid operands to binary * (have 'int (*)(void * const, uint32_t)' {{aka 'int (*)(void * const, unsigned int)'}} and 'int')
Error: COMPILER_WARNING: [#def1320] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-int-const:8:33: error[error]: enumerator value for '__cgo_undefined__3' is not an integer constant
Error: COMPILER_WARNING: [#def1321] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-int-const:8:75: error[error]: invalid operands to binary * (have 'uint32_t (*)(void)' {{aka 'unsigned int (*)(void)'}} and 'int')
Error: COMPILER_WARNING: [#def1322] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-int-const:9:33: error[error]: enumerator value for '__cgo_undefined__3' is not an integer constant
Error: COMPILER_WARNING: [#def1323] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-int-const:9:75: error[error]: invalid operands to binary * (have 'int (*)(void *, uint32_t)' {{aka 'int (*)(void *, unsigned int)'}} and 'int')
Error: COMPILER_WARNING: [#def1324] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-int-const:10:34: error[error]: enumerator value for '__cgo_undefined__3' is not an integer constant
Error: COMPILER_WARNING: [#def1325] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-int-const:10:75: error[error]: invalid operands to binary * (have 'int (*)(void * const, int)' and 'int')
Error: COMPILER_WARNING: [#def1326] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-int-const:11:34: error[error]: enumerator value for '__cgo_undefined__3' is not an integer constant
Error: COMPILER_WARNING: [#def1327] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-int-const:11:75: error[error]: invalid operands to binary * (have 'int (*)(void * const, int)' and 'int')
Error: COMPILER_WARNING: [#def1328] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-int-const:12:34: error[error]: enumerator value for '__cgo_undefined__3' is not an integer constant
Error: COMPILER_WARNING: [#def1329] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-int-const:12:69: error[error]: invalid operands to binary * (have 'void * (*)(uint32_t)' {{aka 'void * (*)(unsigned int)'}} and 'int')
Error: COMPILER_WARNING: [#def1330] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-int-const:13:34: error[error]: enumerator value for '__cgo_undefined__3' is not an integer constant
Error: COMPILER_WARNING: [#def1331] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-int-const:13:69: error[error]: invalid operands to binary * (have 'int (*)(void * const)' and 'int')
Error: COMPILER_WARNING: [#def1332] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-int-const:14:34: error[error]: enumerator value for '__cgo_undefined__3' is not an integer constant
Error: COMPILER_WARNING: [#def1333] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-int-const:14:70: error[error]: invalid operands to binary * (have 'int (*)(void *, void *)' and 'int')
Error: COMPILER_WARNING: [#def1334] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-int-const:15:34: error[error]: enumerator value for '__cgo_undefined__3' is not an integer constant
Error: COMPILER_WARNING: [#def1335] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-int-const:15:72: error[error]: invalid operands to binary * (have 'void (*)(void *)' and 'int')
Error: COMPILER_WARNING: [#def1336] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-int-const:16:34: error[error]: enumerator value for '__cgo_undefined__3' is not an integer constant
Error: COMPILER_WARNING: [#def1337] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-int-const:16:70: error[error]: invalid operands to binary * (have 'int (*)(void *, uint32_t)' {{aka 'int (*)(void *, unsigned int)'}} and 'int')
Error: COMPILER_WARNING: [#def1338] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-int-const:17:34: error[error]: enumerator value for '__cgo_undefined__3' is not an integer constant
Error: COMPILER_WARNING: [#def1339] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-int-const:17:81: error[error]: invalid operands to binary * (have 'int (*)(void *, int, uint8_t)' {{aka 'int (*)(void *, int, unsigned char)'}} and 'int')
Error: COMPILER_WARNING: [#def1340] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-int-const:18:34: error[error]: enumerator value for '__cgo_undefined__3' is not an integer constant
Error: COMPILER_WARNING: [#def1341] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-int-const:18:85: error[error]: invalid operands to binary * (have 'int (*)(const char *)' and 'int')
Error: COMPILER_WARNING: [#def1342] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-int-const:19:34: error[error]: enumerator value for '__cgo_undefined__3' is not an integer constant
Error: COMPILER_WARNING: [#def1343] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-int-const:19:90: error[error]: invalid operands to binary * (have 'int (*)(uint32_t, const char *)' {{aka 'int (*)(unsigned int, const char *)'}} and 'int')
Error: COMPILER_WARNING: [#def1344] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-int-const:20:34: error[error]: enumerator value for '__cgo_undefined__3' is not an integer constant
Error: COMPILER_WARNING: [#def1345] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-int-const:20:89: error[error]: invalid operands to binary * (have 'char * (*)(uint32_t, int)' {{aka 'char * (*)(unsigned int, int)'}} and 'int')
Error: COMPILER_WARNING: [#def1346] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-int-const:21:34: error[error]: enumerator value for '__cgo_undefined__3' is not an integer constant
Error: COMPILER_WARNING: [#def1347] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-int-const:21:65: error[error]: invalid type argument of unary '*' (have 'int')
Error: COMPILER_WARNING: [#def1348] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-int-const:22:34: error[error]: enumerator value for '__cgo_undefined__3' is not an integer constant
Error: COMPILER_WARNING: [#def1349] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-int-const:22:64: error[error]: invalid type argument of unary '*' (have 'int')
Error: COMPILER_WARNING: [#def1350] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-int-const:23:34: error[error]: enumerator value for '__cgo_undefined__3' is not an integer constant
Error: COMPILER_WARNING: [#def1351] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-int-const:24:34: error[error]: enumerator value for '__cgo_undefined__3' is not an integer constant
Error: COMPILER_WARNING: [#def1352] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-int-const:25:34: error[error]: enumerator value for '__cgo_undefined__3' is not an integer constant
Error: COMPILER_WARNING: [#def1353] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-int-const:26:34: error[error]: enumerator value for '__cgo_undefined__3' is not an integer constant
Error: COMPILER_WARNING: [#def1354] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-int-const:27:34: error[error]: enumerator value for '__cgo_undefined__3' is not an integer constant
Error: COMPILER_WARNING: [#def1355] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-int-const:28:34: error[error]: enumerator value for '__cgo_undefined__3' is not an integer constant
Error: COMPILER_WARNING: [#def1356] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-int-const:29:34: error[error]: enumerator value for '__cgo_undefined__3' is not an integer constant
Error: COMPILER_WARNING: [#def1357] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-int-const:30:34: error[error]: enumerator value for '__cgo_undefined__3' is not an integer constant
Error: COMPILER_WARNING: [#def1358] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-int-const:31:34: error[error]: enumerator value for '__cgo_undefined__3' is not an integer constant
Error: COMPILER_WARNING: [#def1359] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-int-const:32:34: error[error]: enumerator value for '__cgo_undefined__3' is not an integer constant
Error: COMPILER_WARNING: [#def1360] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-int-const:33:34: error[error]: enumerator value for '__cgo_undefined__3' is not an integer constant
Error: COMPILER_WARNING: [#def1361] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-int-const:34:34: error[error]: enumerator value for '__cgo_undefined__3' is not an integer constant
Error: COMPILER_WARNING: [#def1362] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-int-const:35:34: error[error]: enumerator value for '__cgo_undefined__3' is not an integer constant
Error: COMPILER_WARNING: [#def1363] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-int-const:36:34: error[error]: enumerator value for '__cgo_undefined__3' is not an integer constant
Error: COMPILER_WARNING: [#def1364] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-int-const:37:34: error[error]: enumerator value for '__cgo_undefined__3' is not an integer constant
Error: COMPILER_WARNING: [#def1365] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-int-const:38:34: error[error]: enumerator value for '__cgo_undefined__3' is not an integer constant
Error: COMPILER_WARNING: [#def1366] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-int-const:39:34: error[error]: enumerator value for '__cgo_undefined__3' is not an integer constant
Error: COMPILER_WARNING: [#def1367] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-int-const:40:34: error[error]: enumerator value for '__cgo_undefined__3' is not an integer constant
Error: COMPILER_WARNING: [#def1368] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-int-const:41:34: error[error]: enumerator value for '__cgo_undefined__3' is not an integer constant
Error: COMPILER_WARNING: [#def1369] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-int-const:42:34: error[error]: enumerator value for '__cgo_undefined__3' is not an integer constant
Error: COMPILER_WARNING: [#def1370] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-int-const:43:34: error[error]: enumerator value for '__cgo_undefined__3' is not an integer constant
Error: COMPILER_WARNING: [#def1371] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-int-const:44:34: error[error]: enumerator value for '__cgo_undefined__3' is not an integer constant
Error: COMPILER_WARNING: [#def1372] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-int-const:45:62: error[error]: invalid type argument of unary '*' (have 'int')
Error: COMPILER_WARNING: [#def1373] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-int-const:46:62: error[error]: invalid type argument of unary '*' (have 'int')
Error: COMPILER_WARNING: [#def1374] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-int-const:47:62: error[error]: invalid type argument of unary '*' (have 'int')
Error: COMPILER_WARNING: [#def1375] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-int-const:48:62: error[error]: invalid type argument of unary '*' (have 'int')
Error: COMPILER_WARNING: [#def1376] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-int-const:49:67: error[error]: invalid type argument of unary '*' (have 'int')
Error: COMPILER_WARNING: [#def1377] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-int-const:50:67: error[error]: invalid type argument of unary '*' (have 'int')
Error: COMPILER_WARNING: [#def1378] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-int-const:51:75: error[error]: invalid operands to binary * (have 'void (*)(struct scmp_arg_cmp *, unsigned int, unsigned int, int, uint64_t, uint64_t)' {{aka 'void (*)(struct scmp_arg_cmp *, unsigned int, unsigned int, int, long unsigned int, long unsigned int)'}} and 'int')
Error: COMPILER_WARNING: [#def1379] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-int-const:52:61: error[error]: invalid operands to binary * (have 'void (*)(void *)' and 'int')
Error: COMPILER_WARNING: [#def1380] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-int-const:53:74: error[error]: invalid operands to binary * (have 'unsigned int (*)(void)' and 'int')
Error: COMPILER_WARNING: [#def1381] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-int-const:54:74: error[error]: invalid operands to binary * (have 'unsigned int (*)(void)' and 'int')
Error: COMPILER_WARNING: [#def1382] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-int-const:55:74: error[error]: invalid operands to binary * (have 'unsigned int (*)(void)' and 'int')
Error: COMPILER_WARNING: [#def1383] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-int-const:56:60: error[error]: invalid type argument of unary '*' (have 'int')
Error: COMPILER_WARNING: [#def1384] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-int-const:57:75: error[error]: invalid operands to binary * (have 'void * (*)(unsigned int)' and 'int')
Error: COMPILER_WARNING: [#def1385] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-int-const:58:68: error[error]: invalid type argument of unary '*' (have 'int')
Error: COMPILER_WARNING: [#def1386] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-int-const:59:69: error[error]: invalid type argument of unary '*' (have 'int')
Error: COMPILER_WARNING: [#def1387] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-int-const:60:72: error[error]: invalid type argument of unary '*' (have 'int')
Error: COMPILER_WARNING: [#def1388] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-int-const:61:72: error[error]: invalid operands to binary * (have 'unsigned int (*)(void)' and 'int')
Error: COMPILER_WARNING: [#def1389] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-int-const:62:72: error[error]: invalid operands to binary * (have 'int (*)(unsigned int)' and 'int')
Error: COMPILER_WARNING: [#def1390] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-int-const:63:73: error[error]: invalid operands to binary * (have 'int (*)(void * const, enum scmp_filter_attr, uint32_t *)' {{aka 'int (*)(void * const, enum scmp_filter_attr, unsigned int *)'}} and 'int')
Error: COMPILER_WARNING: [#def1391] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-int-const:64:73: error[error]: invalid operands to binary * (have 'int (*)(void *, enum scmp_filter_attr, uint32_t)' {{aka 'int (*)(void *, enum scmp_filter_attr, unsigned int)'}} and 'int')
Error: COMPILER_WARNING: [#def1392] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-int-const:65:77: error[error]: invalid operands to binary * (have 'int (*)(struct seccomp_notif **, struct seccomp_notif_resp **)' and 'int')
Error: COMPILER_WARNING: [#def1393] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-int-const:66:74: error[error]: invalid operands to binary * (have 'int (*)(void * const)' and 'int')
Error: COMPILER_WARNING: [#def1394] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-int-const:67:76: error[error]: invalid operands to binary * (have 'void (*)(struct seccomp_notif *, struct seccomp_notif_resp *)' and 'int')
Error: COMPILER_WARNING: [#def1395] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-int-const:68:80: error[error]: invalid operands to binary * (have 'int (*)(int, uint64_t)' {{aka 'int (*)(int, long unsigned int)'}} and 'int')
Error: COMPILER_WARNING: [#def1396] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-int-const:69:79: error[error]: invalid operands to binary * (have 'int (*)(int, struct seccomp_notif *)' and 'int')
Error: COMPILER_WARNING: [#def1397] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-int-const:70:79: error[error]: invalid operands to binary * (have 'int (*)(int, struct seccomp_notif_resp *)' and 'int')
Error: COMPILER_WARNING: [#def1398] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-int-const:71:79: error[error]: invalid operands to binary * (have 'int (*)(void *, uint32_t, int, unsigned int, const struct scmp_arg_cmp *)' {{aka 'int (*)(void *, unsigned int, int, unsigned int, const struct scmp_arg_cmp *)'}} and 'int')
Error: COMPILER_WARNING: [#def1399] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-int-const:72:85: error[error]: invalid operands to binary * (have 'int (*)(void *, uint32_t, int, unsigned int, const struct scmp_arg_cmp *)' {{aka 'int (*)(void *, unsigned int, int, unsigned int, const struct scmp_arg_cmp *)'}} and 'int')
Error: COMPILER_WARNING: [#def1400] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-int-const:73:69: error[error]: invalid type argument of unary '*' (have 'int')
Error: COMPILER_WARNING: [#def1401] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-int-const:74:65: error[error]: invalid type argument of unary '*' (have 'int')
Error: COMPILER_WARNING: [#def1402] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-int-const:75:65: error[error]: invalid type argument of unary '*' (have 'int')
Error: COMPILER_WARNING: [#def1403] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-num-const:1:67: error[error]: incompatible types when initializing type 'double' using type 'char * (*)(_GoString_)'
Error: COMPILER_WARNING: [#def1404] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-num-const:2:67: error[error]: incompatible types when initializing type 'double' using type '_GoString_ (*)(char *)'
Error: COMPILER_WARNING: [#def1405] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-num-const:3:67: error[error]: incompatible types when initializing type 'double' using type 'void (*)(void *)'
Error: COMPILER_WARNING: [#def1406] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-num-const:4:72: error[error]: expected expression before ';' token
Error: COMPILER_WARNING: [#def1407] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-num-const:5:84: error[error]: expected expression before ';' token
Error: COMPILER_WARNING: [#def1408] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-num-const:6:67: error[error]: incompatible types when initializing type 'double' using type 'int (*)(void *, uint32_t)' {{aka 'int (*)(void *, unsigned int)'}}
Error: COMPILER_WARNING: [#def1409] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-num-const:7:67: error[error]: incompatible types when initializing type 'double' using type 'int (*)(void * const, uint32_t)' {{aka 'int (*)(void * const, unsigned int)'}}
Error: COMPILER_WARNING: [#def1410] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-num-const:8:67: error[error]: incompatible types when initializing type 'double' using type 'uint32_t (*)(void)' {{aka 'unsigned int (*)(void)'}}
Error: COMPILER_WARNING: [#def1411] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-num-const:9:67: error[error]: incompatible types when initializing type 'double' using type 'int (*)(void *, uint32_t)' {{aka 'int (*)(void *, unsigned int)'}}
Error: COMPILER_WARNING: [#def1412] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-num-const:10:68: error[error]: incompatible types when initializing type 'double' using type 'int (*)(void * const, int)'
Error: COMPILER_WARNING: [#def1413] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-num-const:11:68: error[error]: incompatible types when initializing type 'double' using type 'int (*)(void * const, int)'
Error: COMPILER_WARNING: [#def1414] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-num-const:12:68: error[error]: incompatible types when initializing type 'double' using type 'void * (*)(uint32_t)' {{aka 'void * (*)(unsigned int)'}}
Error: COMPILER_WARNING: [#def1415] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-num-const:13:68: error[error]: incompatible types when initializing type 'double' using type 'int (*)(void * const)'
Error: COMPILER_WARNING: [#def1416] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-num-const:14:68: error[error]: incompatible types when initializing type 'double' using type 'int (*)(void *, void *)'
Error: COMPILER_WARNING: [#def1417] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-num-const:15:68: error[error]: incompatible types when initializing type 'double' using type 'void (*)(void *)'
Error: COMPILER_WARNING: [#def1418] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-num-const:16:68: error[error]: incompatible types when initializing type 'double' using type 'int (*)(void *, uint32_t)' {{aka 'int (*)(void *, unsigned int)'}}
Error: COMPILER_WARNING: [#def1419] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-num-const:17:68: error[error]: incompatible types when initializing type 'double' using type 'int (*)(void *, int, uint8_t)' {{aka 'int (*)(void *, int, unsigned char)'}}
Error: COMPILER_WARNING: [#def1420] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-num-const:18:68: error[error]: incompatible types when initializing type 'double' using type 'int (*)(const char *)'
Error: COMPILER_WARNING: [#def1421] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-num-const:19:68: error[error]: incompatible types when initializing type 'double' using type 'int (*)(uint32_t, const char *)' {{aka 'int (*)(unsigned int, const char *)'}}
Error: COMPILER_WARNING: [#def1422] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-num-const:20:68: error[error]: incompatible types when initializing type 'double' using type 'char * (*)(uint32_t, int)' {{aka 'char * (*)(unsigned int, int)'}}
Error: COMPILER_WARNING: [#def1423] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-num-const:21:78: error[error]: expected expression before ';' token
Error: COMPILER_WARNING: [#def1424] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-num-const:22:77: error[error]: expected expression before ';' token
Error: COMPILER_WARNING: [#def1425] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-num-const:45:75: error[error]: expected expression before ';' token
Error: COMPILER_WARNING: [#def1426] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-num-const:46:75: error[error]: expected expression before ';' token
Error: COMPILER_WARNING: [#def1427] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-num-const:47:75: error[error]: expected expression before ';' token
Error: COMPILER_WARNING: [#def1428] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-num-const:48:75: error[error]: expected expression before ';' token
Error: COMPILER_WARNING: [#def1429] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-num-const:49:80: error[error]: expected expression before ';' token
Error: COMPILER_WARNING: [#def1430] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-num-const:50:80: error[error]: expected expression before ';' token
Error: COMPILER_WARNING: [#def1431] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-num-const:51:68: error[error]: incompatible types when initializing type 'double' using type 'void (*)(struct scmp_arg_cmp *, unsigned int, unsigned int, int, uint64_t, uint64_t)' {{aka 'void (*)(struct scmp_arg_cmp *, unsigned int, unsigned int, int, long unsigned int, long unsigned int)'}}
Error: COMPILER_WARNING: [#def1432] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-num-const:52:68: error[error]: incompatible types when initializing type 'double' using type 'void (*)(void *)'
Error: COMPILER_WARNING: [#def1433] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-num-const:53:68: error[error]: incompatible types when initializing type 'double' using type 'unsigned int (*)(void)'
Error: COMPILER_WARNING: [#def1434] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-num-const:54:68: error[error]: incompatible types when initializing type 'double' using type 'unsigned int (*)(void)'
Error: COMPILER_WARNING: [#def1435] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-num-const:55:68: error[error]: incompatible types when initializing type 'double' using type 'unsigned int (*)(void)'
Error: COMPILER_WARNING: [#def1436] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-num-const:56:73: error[error]: expected expression before ';' token
Error: COMPILER_WARNING: [#def1437] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-num-const:57:68: error[error]: incompatible types when initializing type 'double' using type 'void * (*)(unsigned int)'
Error: COMPILER_WARNING: [#def1438] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-num-const:58:81: error[error]: expected expression before ';' token
Error: COMPILER_WARNING: [#def1439] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-num-const:59:82: error[error]: expected expression before ';' token
Error: COMPILER_WARNING: [#def1440] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-num-const:60:85: error[error]: expected expression before ';' token
Error: COMPILER_WARNING: [#def1441] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-num-const:61:68: error[error]: incompatible types when initializing type 'double' using type 'unsigned int (*)(void)'
Error: COMPILER_WARNING: [#def1442] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-num-const:62:68: error[error]: incompatible types when initializing type 'double' using type 'int (*)(unsigned int)'
Error: COMPILER_WARNING: [#def1443] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-num-const:63:68: error[error]: incompatible types when initializing type 'double' using type 'int (*)(void * const, enum scmp_filter_attr, uint32_t *)' {{aka 'int (*)(void * const, enum scmp_filter_attr, unsigned int *)'}}
Error: COMPILER_WARNING: [#def1444] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-num-const:64:68: error[error]: incompatible types when initializing type 'double' using type 'int (*)(void *, enum scmp_filter_attr, uint32_t)' {{aka 'int (*)(void *, enum scmp_filter_attr, unsigned int)'}}
Error: COMPILER_WARNING: [#def1445] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-num-const:65:68: error[error]: incompatible types when initializing type 'double' using type 'int (*)(struct seccomp_notif **, struct seccomp_notif_resp **)'
Error: COMPILER_WARNING: [#def1446] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-num-const:66:68: error[error]: incompatible types when initializing type 'double' using type 'int (*)(void * const)'
Error: COMPILER_WARNING: [#def1447] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-num-const:67:68: error[error]: incompatible types when initializing type 'double' using type 'void (*)(struct seccomp_notif *, struct seccomp_notif_resp *)'
Error: COMPILER_WARNING: [#def1448] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-num-const:68:68: error[error]: incompatible types when initializing type 'double' using type 'int (*)(int, uint64_t)' {{aka 'int (*)(int, long unsigned int)'}}
Error: COMPILER_WARNING: [#def1449] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-num-const:69:68: error[error]: incompatible types when initializing type 'double' using type 'int (*)(int, struct seccomp_notif *)'
Error: COMPILER_WARNING: [#def1450] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-num-const:70:68: error[error]: incompatible types when initializing type 'double' using type 'int (*)(int, struct seccomp_notif_resp *)'
Error: COMPILER_WARNING: [#def1451] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-num-const:71:68: error[error]: incompatible types when initializing type 'double' using type 'int (*)(void *, uint32_t, int, unsigned int, const struct scmp_arg_cmp *)' {{aka 'int (*)(void *, unsigned int, int, unsigned int, const struct scmp_arg_cmp *)'}}
Error: COMPILER_WARNING: [#def1452] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-num-const:72:68: error[error]: incompatible types when initializing type 'double' using type 'int (*)(void *, uint32_t, int, unsigned int, const struct scmp_arg_cmp *)' {{aka 'int (*)(void *, unsigned int, int, unsigned int, const struct scmp_arg_cmp *)'}}
Error: COMPILER_WARNING: [#def1453] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-num-const:73:82: error[error]: expected expression before ';' token
Error: COMPILER_WARNING: [#def1454] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-num-const:74:78: error[error]: expected expression before ';' token
Error: COMPILER_WARNING: [#def1455] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-num-const:75:78: error[error]: expected expression before ';' token
Error: COMPILER_WARNING: [#def1456] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-str-lit:1:67: error[error]: invalid initializer
Error: COMPILER_WARNING: [#def1457] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-str-lit:2:67: error[error]: invalid initializer
Error: COMPILER_WARNING: [#def1458] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-str-lit:3:67: error[error]: invalid initializer
Error: COMPILER_WARNING: [#def1459] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-str-lit:4:67: error[error]: invalid initializer
Error: COMPILER_WARNING: [#def1460] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-str-lit:4:72: error[error]: expected expression before ';' token
Error: COMPILER_WARNING: [#def1461] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-str-lit:5:67: error[error]: invalid initializer
Error: COMPILER_WARNING: [#def1462] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-str-lit:5:84: error[error]: expected expression before ';' token
Error: COMPILER_WARNING: [#def1463] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-str-lit:6:67: error[error]: invalid initializer
Error: COMPILER_WARNING: [#def1464] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-str-lit:7:67: error[error]: invalid initializer
Error: COMPILER_WARNING: [#def1465] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-str-lit:8:67: error[error]: invalid initializer
Error: COMPILER_WARNING: [#def1466] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-str-lit:9:67: error[error]: invalid initializer
Error: COMPILER_WARNING: [#def1467] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-str-lit:10:68: error[error]: invalid initializer
Error: COMPILER_WARNING: [#def1468] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-str-lit:11:68: error[error]: invalid initializer
Error: COMPILER_WARNING: [#def1469] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-str-lit:12:68: error[error]: invalid initializer
Error: COMPILER_WARNING: [#def1470] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-str-lit:13:68: error[error]: invalid initializer
Error: COMPILER_WARNING: [#def1471] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-str-lit:14:68: error[error]: invalid initializer
Error: COMPILER_WARNING: [#def1472] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-str-lit:15:68: error[error]: invalid initializer
Error: COMPILER_WARNING: [#def1473] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-str-lit:16:68: error[error]: invalid initializer
Error: COMPILER_WARNING: [#def1474] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-str-lit:17:68: error[error]: invalid initializer
Error: COMPILER_WARNING: [#def1475] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-str-lit:18:68: error[error]: invalid initializer
Error: COMPILER_WARNING: [#def1476] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-str-lit:19:68: error[error]: invalid initializer
Error: COMPILER_WARNING: [#def1477] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-str-lit:20:68: error[error]: invalid initializer
Error: COMPILER_WARNING: [#def1478] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-str-lit:21:68: error[error]: invalid initializer
Error: COMPILER_WARNING: [#def1479] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-str-lit:21:78: error[error]: expected expression before ';' token
Error: COMPILER_WARNING: [#def1480] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-str-lit:22:68: error[error]: invalid initializer
Error: COMPILER_WARNING: [#def1481] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-str-lit:22:77: error[error]: expected expression before ';' token
Error: COMPILER_WARNING: [#def1482] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-str-lit:23:68: error[error]: invalid initializer
Error: COMPILER_WARNING: [#def1483] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-str-lit:24:68: error[error]: invalid initializer
Error: COMPILER_WARNING: [#def1484] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-str-lit:25:68: error[error]: invalid initializer
Error: COMPILER_WARNING: [#def1485] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-str-lit:26:68: error[error]: invalid initializer
Error: COMPILER_WARNING: [#def1486] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-str-lit:27:68: error[error]: invalid initializer
Error: COMPILER_WARNING: [#def1487] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-str-lit:28:68: error[error]: invalid initializer
Error: COMPILER_WARNING: [#def1488] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-str-lit:29:68: error[error]: invalid initializer
Error: COMPILER_WARNING: [#def1489] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-str-lit:30:68: error[error]: invalid initializer
Error: COMPILER_WARNING: [#def1490] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-str-lit:31:68: error[error]: invalid initializer
Error: COMPILER_WARNING: [#def1491] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-str-lit:32:68: error[error]: invalid initializer
Error: COMPILER_WARNING: [#def1492] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-str-lit:33:68: error[error]: invalid initializer
Error: COMPILER_WARNING: [#def1493] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-str-lit:34:68: error[error]: invalid initializer
Error: COMPILER_WARNING: [#def1494] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-str-lit:35:68: error[error]: invalid initializer
Error: COMPILER_WARNING: [#def1495] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-str-lit:36:68: error[error]: invalid initializer
Error: COMPILER_WARNING: [#def1496] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-str-lit:37:68: error[error]: invalid initializer
Error: COMPILER_WARNING: [#def1497] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-str-lit:38:68: error[error]: invalid initializer
Error: COMPILER_WARNING: [#def1498] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-str-lit:39:68: error[error]: invalid initializer
Error: COMPILER_WARNING: [#def1499] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-str-lit:40:68: error[error]: invalid initializer
Error: COMPILER_WARNING: [#def1500] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-str-lit:41:68: error[error]: invalid initializer
Error: COMPILER_WARNING: [#def1501] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-str-lit:42:68: error[error]: invalid initializer
Error: COMPILER_WARNING: [#def1502] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-str-lit:43:68: error[error]: invalid initializer
Error: COMPILER_WARNING: [#def1503] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-str-lit:44:68: error[error]: invalid initializer
Error: COMPILER_WARNING: [#def1504] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-str-lit:45:75: error[error]: expected expression before ';' token
Error: COMPILER_WARNING: [#def1505] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-str-lit:46:75: error[error]: expected expression before ';' token
Error: COMPILER_WARNING: [#def1506] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-str-lit:47:75: error[error]: expected expression before ';' token
Error: COMPILER_WARNING: [#def1507] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-str-lit:48:75: error[error]: expected expression before ';' token
Error: COMPILER_WARNING: [#def1508] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-str-lit:49:80: error[error]: expected expression before ';' token
Error: COMPILER_WARNING: [#def1509] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-str-lit:50:80: error[error]: expected expression before ';' token
Error: COMPILER_WARNING: [#def1510] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-str-lit:51:68: error[error]: invalid initializer
Error: COMPILER_WARNING: [#def1511] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-str-lit:52:68: error[error]: invalid initializer
Error: COMPILER_WARNING: [#def1512] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-str-lit:53:68: error[error]: invalid initializer
Error: COMPILER_WARNING: [#def1513] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-str-lit:54:68: error[error]: invalid initializer
Error: COMPILER_WARNING: [#def1514] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-str-lit:55:68: error[error]: invalid initializer
Error: COMPILER_WARNING: [#def1515] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-str-lit:56:73: error[error]: expected expression before ';' token
Error: COMPILER_WARNING: [#def1516] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-str-lit:57:68: error[error]: invalid initializer
Error: COMPILER_WARNING: [#def1517] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-str-lit:58:81: error[error]: expected expression before ';' token
Error: COMPILER_WARNING: [#def1518] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-str-lit:59:82: error[error]: expected expression before ';' token
Error: COMPILER_WARNING: [#def1519] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-str-lit:60:85: error[error]: expected expression before ';' token
Error: COMPILER_WARNING: [#def1520] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-str-lit:61:68: error[error]: invalid initializer
Error: COMPILER_WARNING: [#def1521] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-str-lit:62:68: error[error]: invalid initializer
Error: COMPILER_WARNING: [#def1522] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-str-lit:63:68: error[error]: invalid initializer
Error: COMPILER_WARNING: [#def1523] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-str-lit:64:68: error[error]: invalid initializer
Error: COMPILER_WARNING: [#def1524] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-str-lit:65:68: error[error]: invalid initializer
Error: COMPILER_WARNING: [#def1525] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-str-lit:66:68: error[error]: invalid initializer
Error: COMPILER_WARNING: [#def1526] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-str-lit:67:68: error[error]: invalid initializer
Error: COMPILER_WARNING: [#def1527] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-str-lit:68:68: error[error]: invalid initializer
Error: COMPILER_WARNING: [#def1528] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-str-lit:69:68: error[error]: invalid initializer
Error: COMPILER_WARNING: [#def1529] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-str-lit:70:68: error[error]: invalid initializer
Error: COMPILER_WARNING: [#def1530] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-str-lit:71:68: error[error]: invalid initializer
Error: COMPILER_WARNING: [#def1531] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-str-lit:72:68: error[error]: invalid initializer
Error: COMPILER_WARNING: [#def1532] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-str-lit:73:82: error[error]: expected expression before ';' token
Error: COMPILER_WARNING: [#def1533] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-str-lit:74:78: error[error]: expected expression before ';' token
Error: COMPILER_WARNING: [#def1534] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-str-lit:75:78: error[error]: expected expression before ';' token
Error: COMPILER_WARNING: [#def1535] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-type:1:35: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def1536] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-type:1:39: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def1537] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-type:2:36: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def1538] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-type:2:39: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def1539] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-type:3:32: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def1540] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-type:3:46: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def1541] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-type:4:45: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def1542] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-type:5:37: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def1543] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-type:6:40: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def1544] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-type:6:44: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def1545] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-type:7:39: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def1546] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-type:7:46: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def1547] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-type:8:38: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def1548] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-type:8:47: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def1549] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-type:9:42: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def1550] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-type:9:47: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def1551] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-type:10:39: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def1552] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-type:10:47: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def1553] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-type:11:39: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def1554] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-type:11:47: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def1555] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-type:12:40: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def1556] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-type:12:41: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def1557] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-type:13:41: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def1558] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-type:13:42: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def1559] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-type:14:42: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def1560] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-type:14:45: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def1561] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-type:15:42: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def1562] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-type:15:44: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def1563] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-type:16:42: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def1564] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-type:16:44: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def1565] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-type:17:47: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def1566] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-type:17:53: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def1567] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-type:18:42: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def1568] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-type:18:57: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def1569] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-type:19:42: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def1570] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-type:19:62: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def1571] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-type:20:44: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def1572] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-type:20:61: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def1573] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-type:21:39: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def1574] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-type:22:41: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def1575] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-type:23:43: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def1576] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-type:24:43: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def1577] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-type:25:40: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def1578] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-type:26:41: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def1579] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-type:27:39: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def1580] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-type:28:39: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def1581] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-type:29:42: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def1582] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-type:30:48: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def1583] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-type:31:48: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def1584] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-type:32:44: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def1585] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-type:33:44: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def1586] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-type:34:49: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def1587] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-type:35:44: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def1588] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-type:36:49: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def1589] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-type:37:46: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def1590] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-type:38:37: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def1591] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-type:39:37: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def1592] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-type:40:37: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def1593] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-type:41:37: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def1594] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-type:42:37: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def1595] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-type:43:44: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def1596] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-type:44:37: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def1597] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-type:51:47: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def1598] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-type:52:33: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def1599] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-type:53:46: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def1600] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-type:54:46: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def1601] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-type:55:46: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def1602] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-type:57:47: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def1603] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-type:61:44: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def1604] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-type:62:44: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def1605] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-type:63:45: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def1606] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-type:64:45: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def1607] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-type:65:49: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def1608] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-type:66:46: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def1609] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-type:67:48: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def1610] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-type:68:52: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def1611] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-type:69:51: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def1612] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-type:70:51: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def1613] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-type:71:51: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Error: COMPILER_WARNING: [#def1614] [important]
podman-5.4.2/vendor/github.com/seccomp/libseccomp-golang/not-type:72:57: error[error]: '__cgo_undefined__2' undeclared (first use in this function)
Scan Properties
analyzer-version-clippy | 1.86.0 |
analyzer-version-cppcheck | 2.17.1 |
analyzer-version-gcc | 15.0.1 |
analyzer-version-gcc-analyzer | 15.0.1 |
analyzer-version-shellcheck | 0.10.0 |
analyzer-version-unicontrol | 0.0.2 |
enabled-plugins | clippy, cppcheck, gcc, shellcheck, unicontrol |
exit-code | 0 |
host | ip-172-16-1-113.us-west-2.compute.internal |
known-false-positives | /usr/share/csmock/known-false-positives.js |
known-false-positives-rpm | known-false-positives-0.0.0.20250425.124705.g1c7c448.main-1.el9.noarch |
mock-config | fedora-rawhide-x86_64 |
project-name | podman-5.4.2-1.fc43 |
store-results-to | /tmp/tmp443utyrz/podman-5.4.2-1.fc43.tar.xz |
time-created | 2025-04-25 15:15:48 |
time-finished | 2025-04-25 15:28:42 |
tool | csmock |
tool-args | '/usr/bin/csmock' '-r' 'fedora-rawhide-x86_64' '-t' 'unicontrol,cppcheck,gcc,clippy,shellcheck' '-o' '/tmp/tmp443utyrz/podman-5.4.2-1.fc43.tar.xz' '--gcc-analyze' '--unicontrol-notests' '--unicontrol-bidi-only' '--install' 'pam' '--gcc-analyzer-bin=/usr/bin/gcc' '/tmp/tmp443utyrz/podman-5.4.2-1.fc43.src.rpm' |
tool-version | csmock-3.8.1.20250422.172604.g26bc3d6-1.el9 |