--- /home/naourr/work/instance-2/output-1/images/rootfs.tar +++ /home/naourr/work/instance-2/output-2/images/rootfs.tar ├── ./etc/selinux/targeted/contexts/files/file_contexts.homedirs │ @@ -1,12 +1,12 @@ │ │ # │ # │ # User-specific file contexts, generated via support/genhomedircon.py │ -# edit /home/naourr/work/instance-2/output-1/target/etc/selinux/targeted/users/local.users to change file_context │ +# edit /home/naourr/work/instance-2/output-2/target/etc/selinux/targeted/users/local.users to change file_context │ # │ # │ │ │ # │ # Context for user user_u │ # ├── ./usr/bin/runc │ ├── /home/naourr/work/instance-2/output-1/host/bin/arm-buildroot-linux-musleabihf-readelf --wide --notes {} │ │ @@ -1,4 +1,4 @@ │ │ │ │ Displaying notes found in: .note.go.buildid │ │ Owner Data size Description │ │ - Go 0x00000053 Unknown note type: (0x00000004) description data: 56 5f 68 4a 4a 58 51 5a 6b 35 6f 6e 44 78 69 63 59 6f 54 44 2f 62 52 73 55 2d 34 62 6f 79 39 44 41 55 7a 75 4d 2d 6a 47 79 2f 4d 70 55 54 6d 64 4a 42 6f 4b 44 79 76 45 71 73 58 35 76 4b 2f 59 51 63 49 6e 46 43 46 63 55 6c 37 62 4f 30 6d 63 45 5f 44 │ │ + Go 0x00000053 Unknown note type: (0x00000004) description data: 4e 62 6e 77 71 6b 6b 55 70 50 58 4a 70 63 73 79 6b 6e 63 44 2f 62 52 73 55 2d 34 62 6f 79 39 44 41 55 7a 75 4d 2d 6a 47 79 2f 4d 70 55 54 6d 64 4a 42 6f 4b 44 79 76 45 71 73 58 35 76 4b 2f 48 58 6b 49 41 58 33 4f 76 2d 34 57 5f 64 4f 55 39 57 71 5f ├── ./usr/lib/libstdc++.so.6.0.25-gdb.py │ @@ -15,16 +15,16 @@ │ # along with this program. If not, see . │ │ import sys │ import gdb │ import os │ import os.path │ │ -pythondir = '/home/naourr/work/instance-2/output-1/host/share/gcc-8.4.0/python' │ -libdir = '/home/naourr/work/instance-2/output-1/host/arm-buildroot-linux-musleabihf/lib' │ +pythondir = '/home/naourr/work/instance-2/output-2/host/share/gcc-8.4.0/python' │ +libdir = '/home/naourr/work/instance-2/output-2/host/arm-buildroot-linux-musleabihf/lib' │ │ # This file might be loaded when there is no current objfile. This │ # can happen if the user loads it manually. In this case we don't │ # update sys.path; instead we just hope the user managed to do that │ # beforehand. │ if gdb.current_objfile () is not None: │ # Update module path. We want to find the relative path from libdir