[Git][reproducible-builds/reproducible-notes][master] 3 commits: Add new usr_lib_debug_dotdwz_dir_inherits_build_user toolchain issue.

Chris Lamb (@lamby) gitlab at salsa.debian.org
Mon Oct 17 19:08:38 UTC 2022



Chris Lamb pushed to branch master at Reproducible Builds / reproducible-notes


Commits:
c3feb10e by Chris Lamb at 2022-10-17T11:59:55-07:00
Add new usr_lib_debug_dotdwz_dir_inherits_build_user toolchain issue.

- - - - -
6ee5729f by Chris Lamb at 2022-10-17T12:02:08-07:00
Add support for automatically classifying usr_lib_debug_dotdwz_dir_inherits_build_user.

- - - - -
76cbf279 by Chris Lamb at 2022-10-17T12:08:03-07:00
Tag reproject with usr_lib_debug_dotdwz_dir_inherits_build_user

- - - - -


3 changed files:

- bin/auto-classify
- issues.yml
- packages.yml


Changes:

=====================================
bin/auto-classify
=====================================
@@ -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):


=====================================
issues.yml
=====================================
@@ -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.


=====================================
packages.yml
=====================================
@@ -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:



View it on GitLab: https://salsa.debian.org/reproducible-builds/reproducible-notes/-/compare/0dd22652fdec0127ad125e25342d74eb13fa6329...76cbf27957268e96d24800da54987d2baceb3c53

-- 
View it on GitLab: https://salsa.debian.org/reproducible-builds/reproducible-notes/-/compare/0dd22652fdec0127ad125e25342d74eb13fa6329...76cbf27957268e96d24800da54987d2baceb3c53
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.reproducible-builds.org/pipermail/rb-commits/attachments/20221017/9065edd7/attachment.htm>


More information about the rb-commits mailing list