......@@ -177,6 +177,9 @@ def walk_json(elem):
if "__pyx_" in diff:
yield "random_hashes_in_cython_output"
if v == "file list" and re.search(r"-drwxr-xr-x 0 pbuilder1.*/usr/lib/debug/.dwz/", diff):
yield "usr_lib_debug_dotdwz_dir_inherits_build_user"
if v.startswith("objdump "):
if re.search(r"-/build/1st/[^\n]+/\w+\.(c|h|cpp)]:\d+\n", diff):
......
......@@ -2445,3 +2445,7 @@ haskell_abi_hash_differences:
the interface/abi hash in .hi files differs between builds. Curiously, the
order of these fields appears to differ too, but that might be downstream
of the former issue.
usr_lib_debug_dotdwz_dir_inherits_build_user:
description: |
/usr/lib/debug/.dwz/i386-linux-gnu/ inherits the build user from the
surrounding environment. Unknown source.
......@@ -29628,6 +29628,10 @@ reposurgeon:
version: 3.45-1
issues:
- golang_compiler_captures_build_path_in_binary
reproject:
version: 0.9-3
issues:
- usr_lib_debug_dotdwz_dir_inherits_build_user
resample:
version: 1.8.1-1
issues:
......