--- /home/naourr/work/instance-1/output-1/images/rootfs.tar +++ /home/naourr/work/instance-1/output-2/images/rootfs.tar ├── ./usr/bin/avrdude │ ├── /home/naourr/work/instance-1/output-1/host/bin/arm-linux-readelf --wide --decompress --hex-dump=.rodata {} │ │ @@ -164,15 +164,15 @@ │ │ 0x000472b0 6e202573 20617420 25730a25 73436f70 n %s at %s.%sCop │ │ 0x000472c0 79726967 68742028 63292032 3030302d yright (c) 2000- │ │ 0x000472d0 32303035 20427269 616e2044 65616e2c 2005 Brian Dean, │ │ 0x000472e0 20687474 703a2f2f 7777772e 62646d69 http://www.bdmi │ │ 0x000472f0 63726f2e 636f6d2f 0a257343 6f707972 cro.com/.%sCopyr │ │ 0x00047300 69676874 20286329 20323030 372d3230 ight (c) 2007-20 │ │ 0x00047310 3039204a 6f657267 2057756e 7363680a 09 Joerg Wunsch. │ │ - 0x00047320 0a003031 3a35353a 3432004f 63742020 ..01:55:42.Oct │ │ + 0x00047320 0a003032 3a33373a 3337004f 63742020 ..02:37:37.Oct │ │ 0x00047330 34203230 32300025 73537973 74656d20 4 2020.%sSystem │ │ 0x00047340 77696465 20636f6e 66696775 72617469 wide configurati │ │ 0x00047350 6f6e2066 696c6520 69732022 2573220a on file is "%s". │ │ 0x00047360 0025733a 20657272 6f722072 65616469 .%s: error readi │ │ 0x00047370 6e672073 79737465 6d207769 64652063 ng system wide c │ │ 0x00047380 6f6e6669 67757261 74696f6e 2066696c onfiguration fil │ │ 0x00047390 65202225 73220a00 25735573 65722063 e "%s"..%sUser c ├── ./usr/lib/icu/67.1/Makefile.inc │ @@ -176,24 +176,24 @@ │ │ ################################################################## │ ################################################################## │ # │ # *4* compiler flags and misc. options │ # │ ################################################################## │ -AR = /home/naourr/work/instance-1/output-1/host/bin/arm-linux-ar │ +AR = /home/naourr/work/instance-1/output-2/host/bin/arm-linux-ar │ # initial tab keeps it out of the shell version. │ ARFLAGS := $(ARFLAGS) │ #SH#ARFLAGS=" ${ARFLAGS}" │ -CC = /home/naourr/work/instance-1/output-1/host/bin/arm-linux-gcc │ -CPP = /home/naourr/work/instance-1/output-1/host/bin/arm-linux-cpp │ +CC = /home/naourr/work/instance-1/output-2/host/bin/arm-linux-gcc │ +CPP = /home/naourr/work/instance-1/output-2/host/bin/arm-linux-cpp │ CFLAGS = │ CPPFLAGS = -I$(prefix)/include │ CXXFLAGS = -std=c++11 │ -CXX = /home/naourr/work/instance-1/output-1/host/bin/arm-linux-g++ │ +CXX = /home/naourr/work/instance-1/output-2/host/bin/arm-linux-g++ │ DEFAULT_MODE = dll │ DEFS = -DPACKAGE_NAME=\"ICU\" -DPACKAGE_TARNAME=\"International\ Components\ for\ Unicode\" -DPACKAGE_VERSION=\"67.1\" -DPACKAGE_STRING=\"ICU\ 67.1\" -DPACKAGE_BUGREPORT=\"http://icu-project.org/bugs\" -DPACKAGE_URL=\"http://icu-project.org\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_VOID_P=4 -DHAVE_LIBM=1 -DHAVE_ELF_H=1 -DHAVE_DLFCN_H=1 -DHAVE_DLOPEN=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LIBPTHREAD=1 -DHAVE_INTTYPES_H=1 -DHAVE_DIRENT_H=1 -DHAVE_WCHAR_H=1 -DSIZEOF_WCHAR_T=4 │ # use a consistent INSTALL │ INSTALL = $(SHELL) $(pkgdatadir)/install-sh -c │ INSTALL_DATA = ${INSTALL} -m 644 │ INSTALL_DATA = ${INSTALL} -m 644 │ INSTALL_PROGRAM = ${INSTALL} │ @@ -201,15 +201,15 @@ │ INSTALL_SCRIPT = ${INSTALL} │ LDFLAGS = $(RPATHLDFLAGS) │ LIBS = -lpthread -lm -latomic │ LIB_M = │ LIB_VERSION = 67.1 │ LIB_VERSION_MAJOR = 67 │ MKINSTALLDIRS = $(SHELL) $(pkgdatadir)/mkinstalldirs │ -RANLIB = /home/naourr/work/instance-1/output-1/host/bin/arm-linux-ranlib │ +RANLIB = /home/naourr/work/instance-1/output-2/host/bin/arm-linux-ranlib │ RMV = rm -rf │ SHELL = /bin/sh │ SHLIB.c= $(CC) $(DEFS) $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) -shared │ SHLIB.cc= $(CXX) $(DEFS) $(CPPFLAGS) $(CXXFLAGS) $(LDFLAGS) -shared │ U_IS_BIG_ENDIAN = 0 │ includedir = ${prefix}/include │ infodir = ${datarootdir}/info ├── ./usr/lib/icu/67.1/pkgdata.inc │ @@ -1,17 +1,17 @@ │ GENCCODE_ASSEMBLY_TYPE=-a gcc │ SO=so │ SOBJ=so │ A=a │ LIBPREFIX=lib │ LIB_EXT_ORDER=.67.1 │ -COMPILE=/home/naourr/work/instance-1/output-1/host/bin/arm-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DU_HAVE_ELF_H=1 -DU_HAVE_STRTOD_L=1 -DU_HAVE_XLOCALE_H=1 -DU_ATTRIBUTE_DEPRECATED= -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -std=c11 -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -c │ +COMPILE=/home/naourr/work/instance-1/output-2/host/bin/arm-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DU_HAVE_ELF_H=1 -DU_HAVE_STRTOD_L=1 -DU_HAVE_XLOCALE_H=1 -DU_ATTRIBUTE_DEPRECATED= -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -std=c11 -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -c │ LIBFLAGS=-I/usr/include -DPIC -fPIC │ -GENLIB=/home/naourr/work/instance-1/output-1/host/bin/arm-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -std=c11 -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -shared -Wl,-Bsymbolic │ +GENLIB=/home/naourr/work/instance-1/output-2/host/bin/arm-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -std=c11 -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -shared -Wl,-Bsymbolic │ LDICUDTFLAGS= │ LD_SONAME=-Wl,-soname -Wl, │ RPATH_FLAGS= │ BIR_LDFLAGS=-Wl,-Bsymbolic │ -AR=/home/naourr/work/instance-1/output-1/host/bin/arm-linux-ar │ +AR=/home/naourr/work/instance-1/output-2/host/bin/arm-linux-ar │ ARFLAGS=r │ -RANLIB=/home/naourr/work/instance-1/output-1/host/bin/arm-linux-ranlib │ +RANLIB=/home/naourr/work/instance-1/output-2/host/bin/arm-linux-ranlib │ INSTALL_CMD=/usr/bin/install -c ├── ./usr/lib/libdw-0.181.so │ ├── /home/naourr/work/instance-1/output-1/host/bin/arm-linux-readelf --wide --notes {} │ │ @@ -1,4 +1,4 @@ │ │ │ │ Displaying notes found in: .note.gnu.build-id │ │ Owner Data size Description │ │ - GNU 0x00000014 NT_GNU_BUILD_ID (unique build ID bitstring) Build ID: 61e29e1f37b325b3dbabe8587d5fbf73db3297d6 │ │ + GNU 0x00000014 NT_GNU_BUILD_ID (unique build ID bitstring) Build ID: c02d4f0fa784ad8a04e93b7b4646ba17af6ee278 ├── ./usr/lib/libicutu.so.67.1 │ ├── /home/naourr/work/instance-1/output-1/host/bin/arm-linux-readelf --wide --decompress --hex-dump=.rodata {} │ │ @@ -1388,19 +1388,19 @@ │ │ 0x0002334c 732e686f 73740061 726d2d62 75696c64 s.host.arm-build │ │ 0x0002335c 726f6f74 2d6c696e 75782d75 636c6962 root-linux-uclib │ │ 0x0002336c 63676e75 65616269 00627569 6c642e62 cgnueabi.build.b │ │ 0x0002337c 75696c64 00783836 5f36342d 70632d6c uild.x86_64-pc-l │ │ 0x0002338c 696e7578 2d676e75 00627569 6c642e63 inux-gnu.build.c │ │ 0x0002339c 63002f68 6f6d652f 6e616f75 72722f77 c./home/naourr/w │ │ 0x000233ac 6f726b2f 696e7374 616e6365 2d312f6f ork/instance-1/o │ │ - 0x000233bc 75747075 742d312f 686f7374 2f62696e utput-1/host/bin │ │ + 0x000233bc 75747075 742d322f 686f7374 2f62696e utput-2/host/bin │ │ 0x000233cc 2f61726d 2d6c696e 75782d67 63630062 /arm-linux-gcc.b │ │ 0x000233dc 75696c64 2e637878 002f686f 6d652f6e uild.cxx./home/n │ │ 0x000233ec 616f7572 722f776f 726b2f69 6e737461 aourr/work/insta │ │ - 0x000233fc 6e63652d 312f6f75 74707574 2d312f68 nce-1/output-1/h │ │ + 0x000233fc 6e63652d 312f6f75 74707574 2d322f68 nce-1/output-2/h │ │ 0x0002340c 6f73742f 62696e2f 61726d2d 6c696e75 ost/bin/arm-linu │ │ 0x0002341c 782d672b 2b007563 6f6e6669 672e696e x-g++.uconfig.in │ │ 0x0002342c 7465726e 616c5f64 69676974 6c697374 ternal_digitlist │ │ 0x0002343c 0075636f 6e666967 2e686176 655f7061 .uconfig.have_pa │ │ 0x0002344c 72736561 6c6c696e 70757400 55444247 rseallinput.UDBG │ │ 0x0002345c 5f554465 62756745 6e756d54 79706500 _UDebugEnumType. │ │ 0x0002346c 55444247 5f554361 6c656e64 61724461 UDBG_UCalendarDa ├── ./usr/lib/libpython3.8.so.1.0 │ ├── /home/naourr/work/instance-1/output-1/host/bin/arm-linux-readelf --wide --decompress --hex-dump=.rodata {} │ │ @@ -1,11 +1,11 @@ │ │ │ │ Hex dump of section '.rodata': │ │ 0x00182e50 25732573 25732c20 252e3230 732c2025 %s%s%s, %.20s, % │ │ - 0x00182e60 2e397300 30323a32 333a3230 004f6374 .9s.02:23:20.Oct │ │ + 0x00182e60 2e397300 30323a35 353a3038 004f6374 .9s.02:55:08.Oct │ │ 0x00182e70 20203420 32303230 006e6f20 6d656d20 4 2020.no mem │ │ 0x00182e80 746f2062 75696c64 20706172 73657220 to build parser │ │ 0x00182e90 61636365 6c657261 746f7273 0a005858 accelerators..XX │ │ 0x00182ea0 5820746f 6f206d61 6e792073 74617465 X too many state │ │ 0x00182eb0 73210058 58582074 6f6f2068 69676820 s!.XXX too high │ │ 0x00182ec0 6e6f6e74 65726d69 6e616c20 6e756d62 nonterminal numb │ │ 0x00182ed0 65722100 58585820 616d6269 67756974 er!.XXX ambiguit ├── ./usr/lib/python3.8/_markupbase.pyc │ @@ -142,16 +142,16 @@ │ 000008d0: 7261 7469 6f6e 720d 0000 00fa 013e 2902 rationr......>). │ 000008e0: fa01 2d72 1b00 0000 e9ff ffff ff7a 022d ..-r.........z.- │ 000008f0: 2dfa 015b 7201 0000 005a 0764 6f63 7479 -..[r....Z.docty │ 00000900: 7065 721b 0000 007a 0222 275a 3461 6263 per....z."'Z4abc │ 00000910: 6465 6667 6869 6a6b 6c6d 6e6f 7071 7273 defghijklmnopqrs │ 00000920: 7475 7677 7879 7a41 4243 4445 4647 4849 tuvwxyzABCDEFGHI │ 00000930: 4a4b 4c4d 4e4f 5051 5253 5455 5657 5859 JKLMNOPQRSTUVWXY │ -00000940: 5a3e 0400 0000 da04 6c69 6e6b da08 6c69 Z>......link..li │ -00000950: 6e6b 7479 7065 da07 656c 656d 656e 74da nktype..element. │ +00000940: 5a3e 0400 0000 da04 6c69 6e6b da07 656c Z>......link..el │ +00000950: 656d 656e 74da 086c 696e 6b74 7970 65da ement..linktype. │ 00000960: 0761 7474 6c69 7374 7a26 756e 7375 7070 .attlistz&unsupp │ 00000970: 6f72 7465 6420 275b 2720 6368 6172 2069 orted '[' char i │ 00000980: 6e20 2573 2064 6563 6c61 7261 7469 6f6e n %s declaration │ 00000990: 7a22 756e 6578 7065 6374 6564 2027 5b27 z"unexpected '[' │ 000009a0: 2063 6861 7220 696e 2064 6563 6c61 7261 char in declara │ 000009b0: 7469 6f6e 7a21 756e 6578 7065 6374 6564 tionz!unexpected │ 000009c0: 2025 7220 6368 6172 2069 6e20 6465 636c %r char in decl │ @@ -195,18 +195,18 @@ │ 00000c20: bc7c 06a0 0764 04a1 017d 057c 00a0 087c .|...d...}.|...| │ 00000c30: 037c 0164 0117 007c 0585 0219 00a1 0101 .|.d...|........ │ 00000c40: 007c 06a0 0964 04a1 0153 0029 094e e903 .|...d...S.).N.. │ 00000c50: 0000 007a 033c 215b 7a29 756e 6578 7065 ...z.......t │ -00000c90: 656d 70da 0769 6e63 6c75 6465 da05 6364 emp..include..cd │ -00000ca0: 6174 61da 0672 6364 6174 61da 0669 676e ata..rcdata..ign │ -00000cb0: 6f72 653e 0300 0000 da02 6966 da04 656c ore>......if..el │ -00000cc0: 7365 da05 656e 6469 667a 2b75 6e6b 6e6f se..endifz+unkno │ +00000c90: 656d 70da 0672 6364 6174 61da 0769 6e63 emp..rcdata..inc │ +00000ca0: 6c75 6465 da06 6967 6e6f 7265 da05 6364 lude..ignore..cd │ +00000cb0: 6174 613e 0300 0000 da04 656c 7365 da02 ata>......else.. │ +00000cc0: 6966 da05 656e 6469 667a 2b75 6e6b 6e6f if..endifz+unkno │ 00000cd0: 776e 2073 7461 7475 7320 6b65 7977 6f72 wn status keywor │ 00000ce0: 6420 2572 2069 6e20 6d61 726b 6564 2073 d %r in marked s │ 00000cf0: 6563 7469 6f6e 7220 0000 0029 0a72 1400 ectionr ...).r.. │ 00000d00: 0000 7226 0000 0072 2a00 0000 da13 5f6d ..r&...r*....._m │ 00000d10: 6172 6b65 6473 6563 7469 6f6e 636c 6f73 arkedsectionclos │ 00000d20: 65da 0673 6561 7263 68da 155f 6d73 6d61 e..search.._msma │ 00000d30: 726b 6564 7365 6374 696f 6e63 6c6f 7365 rkedsectionclose │ @@ -281,16 +281,16 @@ │ 00001180: 7c00 a003 6413 7c06 1600 a101 0100 7112 |...d.|.......q. │ 00001190: 6403 5300 2914 4efa 013c 721c 0000 0072 d.S.).N........notation. │ -00001200: 0665 6e74 6974 7972 2500 0000 7224 0000 .entityr%...r$.. │ +000011f0: 3e04 0000 00da 0665 6e74 6974 7972 2300 >......entityr#. │ +00001200: 0000 da08 6e6f 7461 7469 6f6e 7225 0000 ....notationr%.. │ 00001210: 007a 2975 6e6b 6e6f 776e 2064 6563 6c61 .z)unknown decla │ 00001220: 7261 7469 6f6e 2025 7220 696e 2069 6e74 ration %r in int │ 00001230: 6572 6e61 6c20 7375 6273 6574 5a0f 5f70 ernal subsetZ._p │ 00001240: 6172 7365 5f64 6f63 7479 7065 5ffa 0125 arse_doctype_..% │ 00001250: fa01 3bfa 015d 721e 0000 007a 2575 6e65 ..;..]r....z%une │ 00001260: 7870 6563 7465 6420 6368 6172 2061 6674 xpected char aft │ 00001270: 6572 2069 6e74 6572 6e61 6c20 7375 6273 er internal subs ├── ./usr/lib/python3.8/asyncio/__main__.pyc │ @@ -161,18 +161,18 @@ │ 00000a00: 0201 02fe 0a04 0401 0201 0201 02fd 0605 ................ │ 00000a10: 7a0e 5245 504c 5468 7265 6164 2e72 756e z.REPLThread.run │ 00000a20: 4e29 0472 2400 0000 7225 0000 0072 2600 N).r$...r%...r&. │ 00000a30: 0000 7236 0000 0072 0f00 0000 720f 0000 ..r6...r....r... │ 00000a40: 0072 0f00 0000 7210 0000 0072 2800 0000 .r....r....r(... │ 00000a50: 4400 0000 7302 0000 0008 0272 2800 0000 D...s......r(... │ 00000a60: da08 5f5f 6d61 696e 5f5f da07 6173 796e ..__main__..asyn │ -00000a70: 6369 6f3e 0600 0000 da0b 5f5f 7061 636b cio>......__pack │ -00000a80: 6167 655f 5f72 2400 0000 da08 5f5f 7370 age__r$.....__sp │ -00000a90: 6563 5f5f da0a 5f5f 6c6f 6164 6572 5f5f ec__..__loader__ │ -00000aa0: da0c 5f5f 6275 696c 7469 6e73 5f5f da08 ..__builtins__.. │ +00000a70: 6369 6f3e 0600 0000 da08 5f5f 7370 6563 cio>......__spec │ +00000a80: 5f5f 7224 0000 00da 0b5f 5f70 6163 6b61 __r$.....__packa │ +00000a90: 6765 5f5f da0c 5f5f 6275 696c 7469 6e73 ge__..__builtins │ +00000aa0: 5f5f da0a 5f5f 6c6f 6164 6572 5f5f da08 __..__loader__.. │ 00000ab0: 5f5f 6669 6c65 5f5f 4654 2923 7209 0000 __file__FT)#r... │ 00000ac0: 0072 3800 0000 721d 0000 005a 1263 6f6e .r8...r....Z.con │ 00000ad0: 6375 7272 656e 742e 6675 7475 7265 7372 current.futuresr │ 00000ae0: 1f00 0000 7218 0000 0072 3100 0000 da09 ....r....r1..... │ 00000af0: 7468 7265 6164 696e 6772 1300 0000 722d threadingr....r- │ 00000b00: 0000 00da 0072 0300 0000 5a12 496e 7465 .....r....Z.Inte │ 00000b10: 7261 6374 6976 6543 6f6e 736f 6c65 7204 ractiveConsoler. ├── ./usr/lib/python3.8/asyncio/base_events.pyc │ @@ -2813,15 +2813,15 @@ │ 0000afc0: 696f 6e5f 6861 6e64 6c65 7228 2960 2e0a ion_handler()`.. │ 0000afd0: 2020 2020 2020 2020 72f3 0000 007a 2155 r....z!U │ 0000afe0: 6e68 616e 646c 6564 2065 7863 6570 7469 nhandled excepti │ 0000aff0: 6f6e 2069 6e20 6576 656e 7420 6c6f 6f70 on in event loop │ 0000b000: 7252 0000 004e 465a 1073 6f75 7263 655f rR...NFZ.source_ │ 0000b010: 7472 6163 6562 6163 6b5a 1068 616e 646c tracebackZ.handl │ 0000b020: 655f 7472 6163 6562 6163 6b3e 0200 0000 e_traceback>.... │ -0000b030: 7252 0000 0072 f300 0000 722e 0000 007a rR...r....r....z │ +0000b030: 72f3 0000 0072 5200 0000 722e 0000 007a r....rR...r....z │ 0000b040: 2b4f 626a 6563 7420 6372 6561 7465 6420 +Object created │ 0000b050: 6174 2028 6d6f 7374 2072 6563 656e 7420 at (most recent │ 0000b060: 6361 6c6c 206c 6173 7429 3a0a 7a2b 4861 call last):.z+Ha │ 0000b070: 6e64 6c65 2063 7265 6174 6564 2061 7420 ndle created at │ 0000b080: 286d 6f73 7420 7265 6365 6e74 2063 616c (most recent cal │ 0000b090: 6c20 6c61 7374 293a 0a72 4c01 0000 da01 l last):.rL..... │ 0000b0a0: 0a72 9201 0000 290e da03 6765 7472 3e00 .r....)...getr>. ├── ./usr/lib/python3.8/config-3.8-arm-linux-gnueabi/Makefile │ @@ -26,24 +26,24 @@ │ MODOBJS= Modules/posixmodule.o Modules/errnomodule.o Modules/pwdmodule.o Modules/_sre.o Modules/_codecsmodule.o Modules/_weakref.o Modules/_functoolsmodule.o Modules/_operator.o Modules/_collectionsmodule.o Modules/_abc.o Modules/itertoolsmodule.o Modules/atexitmodule.o Modules/signalmodule.o Modules/_stat.o Modules/timemodule.o Modules/_threadmodule.o Modules/_localemodule.o Modules/_iomodule.o Modules/iobase.o Modules/fileio.o Modules/bytesio.o Modules/bufferedio.o Modules/textio.o Modules/stringio.o Modules/faulthandler.o Modules/_tracemalloc.o Modules/hashtable.o Modules/symtablemodule.o Modules/xxsubtype.o │ MODLIBS= $(LOCALMODLIBS) $(BASEMODLIBS) │ │ # === Variables set by configure │ VERSION= 3.8 │ srcdir= . │ │ -abs_srcdir= /home/naourr/work/instance-1/output-1/build/python3-3.8.6 │ -abs_builddir= /home/naourr/work/instance-1/output-1/build/python3-3.8.6 │ +abs_srcdir= /home/naourr/work/instance-1/output-2/build/python3-3.8.6 │ +abs_builddir= /home/naourr/work/instance-1/output-2/build/python3-3.8.6 │ │ │ -CC= /home/naourr/work/instance-1/output-1/host/bin/arm-linux-gcc │ -CXX= /home/naourr/work/instance-1/output-1/host/bin/arm-linux-g++ │ +CC= /home/naourr/work/instance-1/output-2/host/bin/arm-linux-gcc │ +CXX= /home/naourr/work/instance-1/output-2/host/bin/arm-linux-g++ │ MAINCC= $(CC) │ LINKCC= $(PURIFY) $(MAINCC) │ -AR= /home/naourr/work/instance-1/output-1/host/bin/arm-linux-ar │ -READELF= /home/naourr/work/instance-1/output-1/host/bin/arm-linux-readelf │ +AR= /home/naourr/work/instance-1/output-2/host/bin/arm-linux-ar │ +READELF= /home/naourr/work/instance-1/output-2/host/bin/arm-linux-readelf │ SOABI= cpython-38-arm-linux-gnueabi │ LDVERSION= $(VERSION)$(ABIFLAGS) │ LIBPYTHON= │ GITVERSION= │ GITTAG= │ GITBRANCH= │ PGO_PROF_GEN_FLAG=-fprofile-generate │ @@ -200,15 +200,15 @@ │ # Modes for directories, executables and data files created by the │ # install process. Default to user-only-writable for all file types. │ DIRMODE= 755 │ EXEMODE= 755 │ FILEMODE= 644 │ │ # configure script arguments │ -CONFIG_ARGS= '--target=arm-buildroot-linux-uclibcgnueabi' '--host=arm-buildroot-linux-uclibcgnueabi' '--build=x86_64-pc-linux-gnu' '--prefix=/usr' '--exec-prefix=/usr' '--sysconfdir=/etc' '--localstatedir=/var' '--program-prefix=' '--disable-gtk-doc' '--disable-gtk-doc-html' '--disable-doc' '--disable-docs' '--disable-documentation' '--with-xmlto=no' '--with-fop=no' '--disable-dependency-tracking' '--enable-ipv6' '--disable-nls' '--disable-static' '--enable-shared' '--disable-readline' '--disable-curses' '--with-libmpdec=none' '--with-expat=system' '--disable-sqlite3' '--disable-openssl' '--disable-codecs-cjk' '--disable-unicodedata' '--disable-uuid' '--disable-bzip2' '--disable-xz' '--disable-ossaudiodev' '--without-ensurepip' '--without-cxx-main' '--with-system-ffi' '--disable-pydoc' '--disable-test-modules' '--disable-lib2to3' '--disable-tk' '--disable-nis' '--disable-idle3' '--disable-pyc-build' 'build_alias=x86_64-pc-linux-gnu' 'host_alias=arm-buildroot-linux-uclibcgnueabi' 'target_alias=arm-buildroot-linux-uclibcgnueabi' 'CC=/home/naourr/work/instance-1/output-1/host/bin/arm-linux-gcc' 'CFLAGS=-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os ' 'LDFLAGS=' 'CPPFLAGS=-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64' 'CPP=/home/naourr/work/instance-1/output-1/host/bin/arm-linux-cpp' 'PKG_CONFIG=/home/naourr/work/instance-1/output-1/host/bin/pkg-config' │ +CONFIG_ARGS= '--target=arm-buildroot-linux-uclibcgnueabi' '--host=arm-buildroot-linux-uclibcgnueabi' '--build=x86_64-pc-linux-gnu' '--prefix=/usr' '--exec-prefix=/usr' '--sysconfdir=/etc' '--localstatedir=/var' '--program-prefix=' '--disable-gtk-doc' '--disable-gtk-doc-html' '--disable-doc' '--disable-docs' '--disable-documentation' '--with-xmlto=no' '--with-fop=no' '--disable-dependency-tracking' '--enable-ipv6' '--disable-nls' '--disable-static' '--enable-shared' '--disable-readline' '--disable-curses' '--with-libmpdec=none' '--with-expat=system' '--disable-sqlite3' '--disable-openssl' '--disable-codecs-cjk' '--disable-unicodedata' '--disable-uuid' '--disable-bzip2' '--disable-xz' '--disable-ossaudiodev' '--without-ensurepip' '--without-cxx-main' '--with-system-ffi' '--disable-pydoc' '--disable-test-modules' '--disable-lib2to3' '--disable-tk' '--disable-nis' '--disable-idle3' '--disable-pyc-build' 'build_alias=x86_64-pc-linux-gnu' 'host_alias=arm-buildroot-linux-uclibcgnueabi' 'target_alias=arm-buildroot-linux-uclibcgnueabi' 'CC=/home/naourr/work/instance-1/output-2/host/bin/arm-linux-gcc' 'CFLAGS=-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os ' 'LDFLAGS=' 'CPPFLAGS=-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64' 'CPP=/home/naourr/work/instance-1/output-2/host/bin/arm-linux-cpp' 'PKG_CONFIG=/home/naourr/work/instance-1/output-2/host/bin/pkg-config' │ │ # disabled extensions │ DISABLED_EXTENSIONS= _decimal ossaudiodev _sqlite3 _codecs_kr _codecs_jp _codecs_cn _codecs_tw _codecs_hk _codecs_iso2022 nis unicodedata ssl _ssl _hashlib readline _bz2 _lzma _tkinter _curses _curses_panel _uuid │ │ # Subdirectories with code │ SRCDIRS= Parser Objects Python Modules Modules/_io Programs ├── ./usr/lib/python3.8/config-3.8-arm-linux-gnueabi/python.o │ ├── /home/naourr/work/instance-1/output-1/host/bin/arm-linux-readelf --wide --debug-dump=rawline {} │ │ @@ -22,15 +22,15 @@ │ │ Opcode 9 has 1 arg │ │ Opcode 10 has 0 args │ │ Opcode 11 has 0 args │ │ Opcode 12 has 1 arg │ │ │ │ The Directory Table (offset 0x1b): │ │ 1 ./Programs │ │ - 2 /home/naourr/work/instance-1/output-1/host/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/include/sys │ │ + 2 /home/naourr/work/instance-1/output-2/host/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/include/sys │ │ 3 ./Include │ │ │ │ The File Name Table (offset 0x96): │ │ Entry Dir Time Size Name │ │ 1 1 0 0 python.c │ │ 2 2 0 0 time.h │ │ 3 3 0 0 pymem.h │ ├── /home/naourr/work/instance-1/output-1/host/bin/arm-linux-readelf --wide --debug-dump=info {} │ │ @@ -2,94 +2,94 @@ │ │ │ │ Compilation Unit @ offset 0x0: │ │ Length: 0x197 (32-bit) │ │ Version: 4 │ │ Abbrev Offset: 0x0 │ │ Pointer Size: 4 │ │ <0>: Abbrev Number: 1 (DW_TAG_compile_unit) │ │ - DW_AT_producer : (indirect string, offset: 0x148): GNU C99 5.5.0 -mabi=aapcs-linux -mfloat-abi=soft -marm -mfloat-abi=soft -mcpu=arm926ej-s -mtls-dialect=gnu -g -O3 -Os -std=c99 -fwrapv -fPIC │ │ + DW_AT_producer : (indirect string, offset: 0x182): GNU C99 5.5.0 -mabi=aapcs-linux -mfloat-abi=soft -marm -mfloat-abi=soft -mcpu=arm926ej-s -mtls-dialect=gnu -g -O3 -Os -std=c99 -fwrapv -fPIC │ │ <10> DW_AT_language : 12 (ANSI C99) │ │ - <11> DW_AT_name : (indirect string, offset: 0x3f): ./Programs/python.c │ │ - <15> DW_AT_comp_dir : (indirect string, offset: 0x1f5): /home/naourr/work/instance-1/output-1/build/python3-3.8.6 │ │ + <11> DW_AT_name : (indirect string, offset: 0x79): ./Programs/python.c │ │ + <15> DW_AT_comp_dir : (indirect string, offset: 0x17): /home/naourr/work/instance-1/output-2/build/python3-3.8.6 │ │ <19> DW_AT_ranges : 0x0 │ │ <1d> DW_AT_low_pc : 0x0 │ │ <21> DW_AT_stmt_list : 0x0 │ │ <1><25>: Abbrev Number: 2 (DW_TAG_base_type) │ │ <26> DW_AT_byte_size : 4 │ │ <27> DW_AT_encoding : 7 (unsigned) │ │ - <28> DW_AT_name : (indirect string, offset: 0xe2): unsigned int │ │ + <28> DW_AT_name : (indirect string, offset: 0x11c): unsigned int │ │ <1><2c>: Abbrev Number: 2 (DW_TAG_base_type) │ │ <2d> DW_AT_byte_size : 1 │ │ <2e> DW_AT_encoding : 8 (unsigned char) │ │ - <2f> DW_AT_name : (indirect string, offset: 0x59): unsigned char │ │ + <2f> DW_AT_name : (indirect string, offset: 0x93): unsigned char │ │ <1><33>: Abbrev Number: 2 (DW_TAG_base_type) │ │ <34> DW_AT_byte_size : 2 │ │ <35> DW_AT_encoding : 7 (unsigned) │ │ - <36> DW_AT_name : (indirect string, offset: 0x91): short unsigned int │ │ + <36> DW_AT_name : (indirect string, offset: 0xcb): short unsigned int │ │ <1><3a>: Abbrev Number: 2 (DW_TAG_base_type) │ │ <3b> DW_AT_byte_size : 4 │ │ <3c> DW_AT_encoding : 7 (unsigned) │ │ - <3d> DW_AT_name : (indirect string, offset: 0xcb): long unsigned int │ │ + <3d> DW_AT_name : (indirect string, offset: 0x105): long unsigned int │ │ <1><41>: Abbrev Number: 2 (DW_TAG_base_type) │ │ <42> DW_AT_byte_size : 1 │ │ <43> DW_AT_encoding : 6 (signed char) │ │ <44> DW_AT_name : (indirect string, offset: 0x238): signed char │ │ <1><48>: Abbrev Number: 2 (DW_TAG_base_type) │ │ <49> DW_AT_byte_size : 2 │ │ <4a> DW_AT_encoding : 5 (signed) │ │ - <4b> DW_AT_name : (indirect string, offset: 0x1e6): short int │ │ + <4b> DW_AT_name : (indirect string, offset: 0x220): short int │ │ <1><4f>: Abbrev Number: 3 (DW_TAG_base_type) │ │ <50> DW_AT_byte_size : 4 │ │ <51> DW_AT_encoding : 5 (signed) │ │ <52> DW_AT_name : int │ │ <1><56>: Abbrev Number: 2 (DW_TAG_base_type) │ │ <57> DW_AT_byte_size : 8 │ │ <58> DW_AT_encoding : 5 (signed) │ │ - <59> DW_AT_name : (indirect string, offset: 0x124): long long int │ │ + <59> DW_AT_name : (indirect string, offset: 0x15e): long long int │ │ <1><5d>: Abbrev Number: 2 (DW_TAG_base_type) │ │ <5e> DW_AT_byte_size : 8 │ │ <5f> DW_AT_encoding : 7 (unsigned) │ │ - <60> DW_AT_name : (indirect string, offset: 0xf4): long long unsigned int │ │ + <60> DW_AT_name : (indirect string, offset: 0x12e): long long unsigned int │ │ <1><64>: Abbrev Number: 2 (DW_TAG_base_type) │ │ <65> DW_AT_byte_size : 4 │ │ <66> DW_AT_encoding : 5 (signed) │ │ <67> DW_AT_name : (indirect string, offset: 0x22f): long int │ │ <1><6b>: Abbrev Number: 2 (DW_TAG_base_type) │ │ <6c> DW_AT_byte_size : 4 │ │ <6d> DW_AT_encoding : 7 (unsigned) │ │ - <6e> DW_AT_name : (indirect string, offset: 0x110): sizetype │ │ + <6e> DW_AT_name : (indirect string, offset: 0x14a): sizetype │ │ <1><72>: Abbrev Number: 4 (DW_TAG_pointer_type) │ │ <73> DW_AT_byte_size : 4 │ │ <74> DW_AT_type : <0x78> │ │ <1><78>: Abbrev Number: 2 (DW_TAG_base_type) │ │ <79> DW_AT_byte_size : 1 │ │ <7a> DW_AT_encoding : 8 (unsigned char) │ │ - <7b> DW_AT_name : (indirect string, offset: 0xef): char │ │ + <7b> DW_AT_name : (indirect string, offset: 0x129): char │ │ <1><7f>: Abbrev Number: 2 (DW_TAG_base_type) │ │ <80> DW_AT_byte_size : 4 │ │ <81> DW_AT_encoding : 4 (float) │ │ - <82> DW_AT_name : (indirect string, offset: 0x53): float │ │ + <82> DW_AT_name : (indirect string, offset: 0x8d): float │ │ <1><86>: Abbrev Number: 2 (DW_TAG_base_type) │ │ <87> DW_AT_byte_size : 8 │ │ <88> DW_AT_encoding : 4 (float) │ │ - <89> DW_AT_name : (indirect string, offset: 0x38): double │ │ + <89> DW_AT_name : (indirect string, offset: 0x72): double │ │ <1><8d>: Abbrev Number: 5 (DW_TAG_structure_type) │ │ - <8e> DW_AT_name : (indirect string, offset: 0x2f): timezone │ │ + <8e> DW_AT_name : (indirect string, offset: 0x69): timezone │ │ <92> DW_AT_byte_size : 8 │ │ <93> DW_AT_decl_file : 2 │ │ <94> DW_AT_decl_line : 56 │ │ <95> DW_AT_sibling : <0xb2> │ │ <2><99>: Abbrev Number: 6 (DW_TAG_member) │ │ - <9a> DW_AT_name : (indirect string, offset: 0xbc): tz_minuteswest │ │ + <9a> DW_AT_name : (indirect string, offset: 0xf6): tz_minuteswest │ │ <9e> DW_AT_decl_file : 2 │ │ <9f> DW_AT_decl_line : 58 │ │ DW_AT_type : <0x4f> │ │ DW_AT_data_member_location: 0 │ │ <2>: Abbrev Number: 6 (DW_TAG_member) │ │ - DW_AT_name : (indirect string, offset: 0xa4): tz_dsttime │ │ + DW_AT_name : (indirect string, offset: 0xde): tz_dsttime │ │ DW_AT_decl_file : 2 │ │ DW_AT_decl_line : 59 │ │ DW_AT_type : <0x4f> │ │ DW_AT_data_member_location: 4 │ │ <2>: Abbrev Number: 0 │ │ <1>: Abbrev Number: 4 (DW_TAG_pointer_type) │ │ DW_AT_byte_size : 4 │ │ @@ -102,83 +102,83 @@ │ │ DW_AT_decl_file : 3 │ │ DW_AT_decl_line : 112 │ │ DW_AT_sibling : <0xdc> │ │ <2>: Abbrev Number: 9 (DW_TAG_enumerator) │ │ DW_AT_name : (indirect string, offset: 0x260): TRACEMALLOC_NOT_INITIALIZED │ │ DW_AT_const_value : 0 │ │ <2>: Abbrev Number: 9 (DW_TAG_enumerator) │ │ - DW_AT_name : (indirect string, offset: 0x17): TRACEMALLOC_INITIALIZED │ │ + DW_AT_name : (indirect string, offset: 0x51): TRACEMALLOC_INITIALIZED │ │ DW_AT_const_value : 1 │ │ <2>: Abbrev Number: 9 (DW_TAG_enumerator) │ │ DW_AT_name : (indirect string, offset: 0x24a): TRACEMALLOC_FINALIZED │ │ DW_AT_const_value : 2 │ │ <2>: Abbrev Number: 0 │ │ <1>: Abbrev Number: 5 (DW_TAG_structure_type) │ │ -
DW_AT_name : (indirect string, offset: 0x132): _PyTraceMalloc_Config │ │ +
DW_AT_name : (indirect string, offset: 0x16c): _PyTraceMalloc_Config │ │ DW_AT_byte_size : 16 │ │ DW_AT_decl_file : 3 │ │ DW_AT_decl_line : 109 │ │ DW_AT_sibling : <0x119> │ │ <2>: Abbrev Number: 6 (DW_TAG_member) │ │ - DW_AT_name : (indirect string, offset: 0x6f): initialized │ │ + DW_AT_name : (indirect string, offset: 0xa9): initialized │ │ DW_AT_decl_file : 3 │ │ DW_AT_decl_line : 116 │ │ DW_AT_type : <0xbd> │ │ DW_AT_data_member_location: 0 │ │ <2>: Abbrev Number: 6 (DW_TAG_member) │ │ - DW_AT_name : (indirect string, offset: 0x67): tracing │ │ + DW_AT_name : (indirect string, offset: 0xa1): tracing │ │ DW_AT_decl_file : 3 │ │ DW_AT_decl_line : 120 │ │ DW_AT_type : <0x4f> │ │ DW_AT_data_member_location: 4 │ │ <2><100>: Abbrev Number: 6 (DW_TAG_member) │ │ - <101> DW_AT_name : (indirect string, offset: 0x7b): max_nframe │ │ + <101> DW_AT_name : (indirect string, offset: 0xb5): max_nframe │ │ <105> DW_AT_decl_file : 3 │ │ <106> DW_AT_decl_line : 124 │ │ <107> DW_AT_type : <0x4f> │ │ <10b> DW_AT_data_member_location: 8 │ │ <2><10c>: Abbrev Number: 6 (DW_TAG_member) │ │ - <10d> DW_AT_name : (indirect string, offset: 0x119): use_domain │ │ + <10d> DW_AT_name : (indirect string, offset: 0x153): use_domain │ │ <111> DW_AT_decl_file : 3 │ │ <112> DW_AT_decl_line : 128 │ │ <113> DW_AT_type : <0x4f> │ │ <117> DW_AT_data_member_location: 12 │ │ <2><118>: Abbrev Number: 0 │ │ <1><119>: Abbrev Number: 2 (DW_TAG_base_type) │ │ <11a> DW_AT_byte_size : 1 │ │ <11b> DW_AT_encoding : 2 (boolean) │ │ <11c> DW_AT_name : (indirect string, offset: 0x244): _Bool │ │ <1><120>: Abbrev Number: 2 (DW_TAG_base_type) │ │ <121> DW_AT_byte_size : 4 │ │ <122> DW_AT_encoding : 7 (unsigned) │ │ - <123> DW_AT_name : (indirect string, offset: 0x1d5): atomic_uintptr_t │ │ + <123> DW_AT_name : (indirect string, offset: 0x20f): atomic_uintptr_t │ │ <1><127>: Abbrev Number: 2 (DW_TAG_base_type) │ │ <128> DW_AT_byte_size : 4 │ │ <129> DW_AT_encoding : 5 (signed) │ │ - <12a> DW_AT_name : (indirect string, offset: 0x86): atomic_int │ │ + <12a> DW_AT_name : (indirect string, offset: 0xc0): atomic_int │ │ <1><12e>: Abbrev Number: 10 (DW_TAG_subprogram) │ │ <12f> DW_AT_external : 1 │ │ - <12f> DW_AT_name : (indirect string, offset: 0xdd): main │ │ + <12f> DW_AT_name : (indirect string, offset: 0x117): main │ │ <133> DW_AT_decl_file : 1 │ │ <134> DW_AT_decl_line : 14 │ │ <135> DW_AT_prototyped : 1 │ │ <135> DW_AT_type : <0x4f> │ │ <139> DW_AT_low_pc : 0x0 │ │ <13d> DW_AT_high_pc : 0x4 │ │ <141> DW_AT_frame_base : 1 byte block: 9c (DW_OP_call_frame_cfa) │ │ <143> DW_AT_GNU_all_call_sites: 1 │ │ <143> DW_AT_sibling : <0x17e> │ │ <2><147>: Abbrev Number: 11 (DW_TAG_formal_parameter) │ │ - <148> DW_AT_name : (indirect string, offset: 0x10b): argc │ │ + <148> DW_AT_name : (indirect string, offset: 0x145): argc │ │ <14c> DW_AT_decl_file : 1 │ │ <14d> DW_AT_decl_line : 14 │ │ <14e> DW_AT_type : <0x4f> │ │ <152> DW_AT_location : 0x0 (location list) │ │ <2><156>: Abbrev Number: 11 (DW_TAG_formal_parameter) │ │ - <157> DW_AT_name : (indirect string, offset: 0x1f0): argv │ │ + <157> DW_AT_name : (indirect string, offset: 0x22a): argv │ │ <15b> DW_AT_decl_file : 1 │ │ <15c> DW_AT_decl_line : 14 │ │ <15d> DW_AT_type : <0x17e> │ │ <161> DW_AT_location : 0x21 (location list) │ │ <2><165>: Abbrev Number: 12 (DW_TAG_GNU_call_site) │ │ <166> DW_AT_low_pc : 0x4 │ │ <16a> DW_AT_GNU_tail_call: 1 │ │ @@ -200,13 +200,13 @@ │ │ <18a> DW_AT_decl_line : 131 │ │ <18b> DW_AT_type : <0xdc> │ │ <18f> DW_AT_external : 1 │ │ <18f> DW_AT_declaration : 1 │ │ <1><18f>: Abbrev Number: 15 (DW_TAG_subprogram) │ │ <190> DW_AT_external : 1 │ │ <190> DW_AT_declaration : 1 │ │ - <190> DW_AT_linkage_name: (indirect string, offset: 0xaf): Py_BytesMain │ │ - <194> DW_AT_name : (indirect string, offset: 0xaf): Py_BytesMain │ │ + <190> DW_AT_linkage_name: (indirect string, offset: 0xe9): Py_BytesMain │ │ + <194> DW_AT_name : (indirect string, offset: 0xe9): Py_BytesMain │ │ <198> DW_AT_decl_file : 4 │ │ <199> DW_AT_decl_line : 35 │ │ <1><19a>: Abbrev Number: 0 │ ├── /home/naourr/work/instance-1/output-1/host/bin/arm-linux-objdump --line-numbers --disassemble --demangle --reloc --section=. […] │ │ @@ -1,10 +1,10 @@ │ │ │ │ │ │ │ │ Disassembly of section .text.startup: │ │ │ │ 00000000
: │ │ main(): │ │ -/home/naourr/work/instance-1/output-1/build/python3-3.8.6/./Programs/python.c:16 │ │ +/home/naourr/work/instance-1/output-2/build/python3-3.8.6/./Programs/python.c:16 │ │ 0: eafffffe b 0 │ │ 0: R_ARM_JUMP24 Py_BytesMain │ ├── /home/naourr/work/instance-1/output-1/host/bin/arm-linux-readelf --wide --decompress --string-dump=.debug_str {} │ │ @@ -1,38 +1,38 @@ │ │ │ │ String dump of section '.debug_str': │ │ [ 0] _Py_tracemalloc_config │ │ - [ 17] TRACEMALLOC_INITIALIZED │ │ - [ 2f] timezone │ │ - [ 38] double │ │ - [ 3f] ./Programs/python.c │ │ - [ 53] float │ │ - [ 59] unsigned char │ │ - [ 67] tracing │ │ - [ 6f] initialized │ │ - [ 7b] max_nframe │ │ - [ 86] atomic_int │ │ - [ 91] short unsigned int │ │ - [ a4] tz_dsttime │ │ - [ af] Py_BytesMain │ │ - [ bc] tz_minuteswest │ │ - [ cb] long unsigned int │ │ - [ dd] main │ │ - [ e2] unsigned int │ │ - [ ef] char │ │ - [ f4] long long unsigned int │ │ - [ 10b] argc │ │ - [ 110] sizetype │ │ - [ 119] use_domain │ │ - [ 124] long long int │ │ - [ 132] _PyTraceMalloc_Config │ │ - [ 148] GNU C99 5.5.0 -mabi=aapcs-linux -mfloat-abi=soft -marm -mfloat-abi=soft -mcpu=arm926ej-s -mtls-dialect=gnu -g -O3 -Os -std=c99 -fwrapv -fPIC │ │ - [ 1d5] atomic_uintptr_t │ │ - [ 1e6] short int │ │ - [ 1f0] argv │ │ - [ 1f5] /home/naourr/work/instance-1/output-1/build/python3-3.8.6 │ │ + [ 17] /home/naourr/work/instance-1/output-2/build/python3-3.8.6 │ │ + [ 51] TRACEMALLOC_INITIALIZED │ │ + [ 69] timezone │ │ + [ 72] double │ │ + [ 79] ./Programs/python.c │ │ + [ 8d] float │ │ + [ 93] unsigned char │ │ + [ a1] tracing │ │ + [ a9] initialized │ │ + [ b5] max_nframe │ │ + [ c0] atomic_int │ │ + [ cb] short unsigned int │ │ + [ de] tz_dsttime │ │ + [ e9] Py_BytesMain │ │ + [ f6] tz_minuteswest │ │ + [ 105] long unsigned int │ │ + [ 117] main │ │ + [ 11c] unsigned int │ │ + [ 129] char │ │ + [ 12e] long long unsigned int │ │ + [ 145] argc │ │ + [ 14a] sizetype │ │ + [ 153] use_domain │ │ + [ 15e] long long int │ │ + [ 16c] _PyTraceMalloc_Config │ │ + [ 182] GNU C99 5.5.0 -mabi=aapcs-linux -mfloat-abi=soft -marm -mfloat-abi=soft -mcpu=arm926ej-s -mtls-dialect=gnu -g -O3 -Os -std=c99 -fwrapv -fPIC │ │ + [ 20f] atomic_uintptr_t │ │ + [ 220] short int │ │ + [ 22a] argv │ │ [ 22f] long int │ │ [ 238] signed char │ │ [ 244] _Bool │ │ [ 24a] TRACEMALLOC_FINALIZED │ │ [ 260] TRACEMALLOC_NOT_INITIALIZED ├── ./usr/lib/python3.8/ftplib.pyc │ @@ -366,15 +366,15 @@ │ 000016d0: 0000 0000 0000 0000 0300 0000 0400 0000 ................ │ 000016e0: 4300 0000 734a 0000 007c 0164 0064 0185 C...sJ...|.d.d.. │ 000016f0: 0219 0064 026b 0672 4274 007c 01a0 0164 ...d.k.rBt.|...d │ 00001700: 03a1 0183 017d 027c 0164 0064 0185 0219 .....}.|.d.d.... │ 00001710: 0064 047c 0264 0118 0014 0017 007c 017c .d.|.d.......|.| │ 00001720: 0264 0085 0219 0017 007d 0174 027c 0183 .d.......}.t.|.. │ 00001730: 0153 0029 054e e905 0000 003e 0200 0000 .S.).N.....>.... │ -00001740: fa05 7061 7373 20fa 0550 4153 5320 7213 ..pass ..PASS r. │ +00001740: fa05 5041 5353 20fa 0570 6173 7320 7213 ..PASS ..pass r. │ 00001750: 0000 00da 012a 2903 da03 6c65 6eda 0672 .....*)...len..r │ 00001760: 7374 7269 70da 0472 6570 7229 0372 1a00 strip..repr).r.. │ 00001770: 0000 da01 73da 0169 7211 0000 0072 1100 ....s..ir....r.. │ 00001780: 0000 7212 0000 0072 3b00 0000 b600 0000 ..r....r;....... │ 00001790: 7308 0000 0000 0110 010e 0124 017a 0c46 s..........$.z.F │ 000017a0: 5450 2e73 616e 6974 697a 6563 0200 0000 TP.sanitizec.... │ 000017b0: 0000 0000 0000 0000 0200 0000 0500 0000 ................ │ @@ -453,31 +453,31 @@ │ 00001c40: 1e74 0264 017c 00a0 037c 01a1 0183 0201 .t.d.|...|...... │ 00001c50: 007c 0164 0064 0285 0219 007c 005f 047c .|.d.d.....|._.| │ 00001c60: 0164 0064 0385 0219 007d 027c 0264 046b .d.d.....}.|.d.k │ 00001c70: 0672 447c 0153 007c 0264 056b 0272 5474 .rD|.S.|.d.k.rTt │ 00001c80: 057c 0183 0182 017c 0264 066b 0272 6474 .|.....|.d.k.rdt │ 00001c90: 067c 0183 0182 0174 077c 0183 0182 0164 .|.....t.|.....d │ 00001ca0: 0053 0029 074e 7a06 2a72 6573 702a 725b .S.).Nz.*resp*r[ │ -00001cb0: 0000 0072 0900 0000 3e03 0000 00da 0132 ...r....>......2 │ -00001cc0: da01 33da 0131 da01 34da 0135 2908 725f ..3..1..4..5).r_ │ +00001cb0: 0000 0072 0900 0000 3e03 0000 00da 0131 ...r....>......1 │ +00001cc0: da01 33da 0132 da01 34da 0135 2908 725f ..3..2..4..5).r_ │ 00001cd0: 0000 0072 3900 0000 723a 0000 0072 3b00 ...r9...r:...r;. │ 00001ce0: 0000 5a08 6c61 7374 7265 7370 7205 0000 ..Z.lastrespr... │ 00001cf0: 0072 0600 0000 7207 0000 0029 0372 1a00 .r....r....).r.. │ 00001d00: 0000 da04 7265 7370 da01 6372 1100 0000 ....resp..cr.... │ 00001d10: 7211 0000 0072 1200 0000 7237 0000 00ed r....r....r7.... │ 00001d20: 0000 0073 1800 0000 0001 0801 0601 1001 ...s............ │ 00001d30: 0e01 0c01 0801 0401 0801 0801 0801 0801 ................ │ 00001d40: 7a0b 4654 502e 6765 7472 6573 7063 0100 z.FTP.getrespc.. │ 00001d50: 0000 0000 0000 0000 0000 0200 0000 0300 ................ │ 00001d60: 0000 4300 0000 7324 0000 007c 00a0 00a1 ..C...s$...|.... │ 00001d70: 007d 017c 0164 0164 0285 0219 0064 036b .}.|.d.d.....d.k │ 00001d80: 0372 2074 017c 0183 0182 017c 0153 0029 .r t.|.....|.S.) │ 00001d90: 047a 2545 7870 6563 7420 6120 7265 7370 .z%Expect a resp │ 00001da0: 6f6e 7365 2062 6567 696e 6e69 6e67 2077 onse beginning w │ -00001db0: 6974 6820 2732 272e 4e72 0900 0000 7260 ith '2'.Nr....r` │ +00001db0: 6974 6820 2732 272e 4e72 0900 0000 7262 ith '2'.Nr....rb │ 00001dc0: 0000 0029 0272 3700 0000 7204 0000 00a9 ...).r7...r..... │ 00001dd0: 0272 1a00 0000 7265 0000 0072 1100 0000 .r....re...r.... │ 00001de0: 7211 0000 0072 1200 0000 da08 766f 6964 r....r......void │ 00001df0: 7265 7370 fb00 0000 7308 0000 0000 0208 resp....s....... │ 00001e00: 0110 0108 017a 0c46 5450 2e76 6f69 6472 .....z.FTP.voidr │ 00001e10: 6573 7063 0100 0000 0000 0000 0000 0000 espc............ │ 00001e20: 0300 0000 0500 0000 4300 0000 7354 0000 ........C...sT.. │ @@ -501,15 +501,15 @@ │ 00001f40: 4927 7665 0a20 2020 2020 2020 2074 7269 I've. tri │ 00001f50: 6564 2e20 2049 6e73 7465 6164 2c20 6a75 ed. Instead, ju │ 00001f60: 7374 2073 656e 6420 7468 6520 4142 4f52 st send the ABOR │ 00001f70: 2063 6f6d 6d61 6e64 2061 7320 4f4f 4220 command as OOB │ 00001f80: 6461 7461 2ef3 0400 0000 4142 4f52 7209 data......ABORr. │ 00001f90: 0000 007a 0c2a 7075 7420 7572 6765 6e74 ...z.*put urgent │ 00001fa0: 2a4e 725b 0000 00be 0300 0000 da03 3232 *Nr[..........22 │ -00001fb0: 36da 0334 3236 da03 3232 3529 09da 0642 6..426..225)...B │ +00001fb0: 36da 0332 3235 da03 3432 3629 09da 0642 6..225..426)...B │ 00001fc0: 5f43 524c 4672 3900 0000 723a 0000 0072 _CRLFr9...r:...r │ 00001fd0: 3b00 0000 7222 0000 0072 4f00 0000 da07 ;...r"...rO..... │ 00001fe0: 4d53 475f 4f4f 4272 5f00 0000 7207 0000 MSG_OOBr_...r... │ 00001ff0: 00a9 0372 1a00 0000 7252 0000 0072 6500 ...r....rR...re. │ 00002000: 0000 7211 0000 0072 1100 0000 7212 0000 ..r....r....r... │ 00002010: 00da 0561 626f 7274 0201 0000 7310 0000 ...abort....s... │ 00002020: 0000 0508 010a 0110 010e 0108 0110 0108 ................ │ @@ -683,15 +683,15 @@ │ 00002aa0: 2020 2020 2020 6d61 726b 6572 2075 7365 marker use │ 00002ab0: 6420 746f 2074 656c 6c20 7468 6520 7365 d to tell the se │ 00002ac0: 7276 6572 2074 6f20 736b 6970 206f 7665 rver to skip ove │ 00002ad0: 7220 616e 7920 6461 7461 2075 7020 746f r any data up to │ 00002ae0: 2074 6865 0a20 2020 2020 2020 2067 6976 the. giv │ 00002af0: 656e 206d 6172 6b65 722e 0a20 2020 2020 en marker.. │ 00002b00: 2020 204e 722a 0000 007a 0752 4553 5420 Nr*...z.REST │ -00002b10: 2573 7201 0000 0072 6000 0000 7262 0000 %sr....r`...rb.. │ +00002b10: 2573 7201 0000 0072 6200 0000 7260 0000 %sr....rb...r`.. │ 00002b20: 0072 5b00 0000 da03 3135 3029 0f72 3f00 .r[.....150).r?. │ 00002b30: 0000 7286 0000 0072 3100 0000 7232 0000 ..r....r1...r2.. │ 00002b40: 0072 1700 0000 7216 0000 0072 7400 0000 .r....r....rt... │ 00002b50: 7237 0000 0072 0400 0000 7223 0000 0072 r7...r....r#...r │ 00002b60: 8200 0000 5a06 6163 6365 7074 7202 0000 ....Z.acceptr... │ 00002b70: 0072 8100 0000 da08 7061 7273 6531 3530 .r......parse150 │ 00002b80: 290a 721a 0000 0072 7300 0000 da04 7265 ).r....rs.....re │ @@ -728,16 +728,16 @@ │ 00002d70: 097c 0317 00a1 017d 047c 0464 0619 0064 .|.....}.|.d...d │ 00002d80: 0a6b 0372 8674 017c 0483 0182 017c 0453 .k.r.t.|.....|.S │ 00002d90: 0029 0b7a 194c 6f67 696e 2c20 6465 6661 .).z.Login, defa │ 00002da0: 756c 7420 616e 6f6e 796d 6f75 732e 5a09 ult anonymous.Z. │ 00002db0: 616e 6f6e 796d 6f75 7372 1400 0000 3e02 anonymousr....>. │ 00002dc0: 0000 0072 1400 0000 725d 0000 007a 0a61 ...r....r]...z.a │ 00002dd0: 6e6f 6e79 6d6f 7573 407a 0555 5345 5220 nonymous@z.USER │ -00002de0: 7201 0000 0072 6100 0000 7244 0000 00fa r....ra...rD.... │ -00002df0: 0541 4343 5420 7260 0000 00a9 0272 7400 .ACCT r`.....rt. │ +00002de0: 7201 0000 0072 6100 0000 7243 0000 00fa r....ra...rC.... │ +00002df0: 0541 4343 5420 7262 0000 00a9 0272 7400 .ACCT rb.....rt. │ 00002e00: 0000 7204 0000 0029 0572 1a00 0000 721c ..r....).r....r. │ 00002e10: 0000 0072 1d00 0000 721e 0000 0072 6500 ...r....r....re. │ 00002e20: 0000 7211 0000 0072 1100 0000 7212 0000 ..r....r....r... │ 00002e30: 0072 1900 0000 8001 0000 7320 0000 0000 .r........s .... │ 00002e40: 0204 0104 0104 0104 0104 0104 0110 0808 ................ │ 00002e50: 010e 010c 010e 010c 010e 010c 0108 017a ...............z │ 00002e60: 0946 5450 2e6c 6f67 696e 720b 0000 0063 .FTP.loginr....c Max text output size reached.