--- /home/naourr/work/instance-0/output-1/images/rootfs.tar +++ /home/naourr/work/instance-0/output-2/images/rootfs.tar ├── ./lib/bash/Makefile.inc │ @@ -34,29 +34,29 @@ │ │ datarootdir = ${prefix}/share │ │ loadablesdir = ${libdir}/bash │ headersdir = $(includedir)/$(PACKAGE_NAME) │ │ topdir = ../.. │ -BUILD_DIR = /home/naourr/work/instance-0/output-1/build/bash-4.4.18 │ +BUILD_DIR = /home/naourr/work/instance-0/output-2/build/bash-4.4.18 │ srcdir = . │ │ │ # Support an alternate destination root directory for package building │ DESTDIR = │ │ INSTALL = /usr/bin/install -c │ INSTALL_PROGRAM = ${INSTALL} │ INSTALL_SCRIPT = ${INSTALL} │ INSTALL_DATA = ${INSTALL} -m 644 │ INSTALLMODE= -m 0755 │ │ │ -CC = /home/naourr/work/instance-0/output-1/host/bin/microblazeel-buildroot-linux-uclibc-gcc │ +CC = /home/naourr/work/instance-0/output-2/host/bin/microblazeel-buildroot-linux-uclibc-gcc │ RM = rm -f │ │ SHELL = /bin/sh │ │ host_os = linux-uclibc │ host_cpu = microblazeel │ host_vendor = buildroot │ @@ -83,15 +83,15 @@ │ │ # │ # These values are generated for configure by ${topdir}/support/shobj-conf. │ # If your system is not supported by that script, but includes facilities for │ # dynamic loading of shared objects, please update the script and send the │ # changes to bash-maintainers@gnu.org. │ # │ -SHOBJ_CC = /home/naourr/work/instance-0/output-1/host/bin/microblazeel-buildroot-linux-uclibc-gcc │ +SHOBJ_CC = /home/naourr/work/instance-0/output-2/host/bin/microblazeel-buildroot-linux-uclibc-gcc │ SHOBJ_CFLAGS = -fPIC │ SHOBJ_LD = ${CC} │ SHOBJ_LDFLAGS = -shared -Wl,-soname,$@ │ SHOBJ_XLDFLAGS = │ SHOBJ_LIBS = │ SHOBJ_STATUS = supported ├── ./lib/pkgconfig/bash.pc │ @@ -8,16 +8,16 @@ │ loadablesdir=${libdir}/bash │ headersdir=${includedir}/bash │ │ LOCAL_CFLAGS = │ LOCAL_DEFS = -DSHELL │ CCFLAGS = ${LOCAL_DEFS} ${LOCAL_CFLAGS} │ │ -CC = /home/naourr/work/instance-0/output-1/host/bin/microblazeel-buildroot-linux-uclibc-gcc │ -SHOBJ_CC = /home/naourr/work/instance-0/output-1/host/bin/microblazeel-buildroot-linux-uclibc-gcc │ +CC = /home/naourr/work/instance-0/output-2/host/bin/microblazeel-buildroot-linux-uclibc-gcc │ +SHOBJ_CC = /home/naourr/work/instance-0/output-2/host/bin/microblazeel-buildroot-linux-uclibc-gcc │ SHOBJ_CFLAGS = -fPIC │ SHOBJ_LD = ${CC} │ SHOBJ_LDFLAGS = -shared -Wl,-soname,$@ │ SHOBJ_XLDFLAGS = │ SHOBJ_LIBS = │ │ Name: bash ├── ./usr/bin/fetchmailconf │ @@ -1,2 +1,2 @@ │ #! /bin/sh │ -exec /home/naourr/work/instance-0/output-1/host/bin/python /usr/lib/python2.7/site-packages/fetchmailconf.py "$@" │ +exec /home/naourr/work/instance-0/output-2/host/bin/python /usr/lib/python2.7/site-packages/fetchmailconf.py "$@" ├── ./usr/bin/getconf │ ├── /home/naourr/work/instance-0/output-1/host/bin/microblazeel-buildroot-linux-uclibc-readelf --wide --decompress --hex-dump=.rodata {} │ │ @@ -7,15 +7,15 @@ │ │ 0x10001214 73202d61 205b7061 74686e61 6d655d0a s -a [pathname]. │ │ 0x10001224 00000000 252d3335 73000000 256c6400 ....%-35s...%ld. │ │ 0x10001234 0a000000 256c7500 6d656d6f 72792065 ....%lu.memory e │ │ 0x10001244 78686175 73746564 0a000000 636f6e66 xhausted....conf │ │ 0x10001254 7374720a 00000000 252e2a73 0a000000 str.....%.*s.... │ │ 0x10001264 2f686f6d 652f6e61 6f757272 2f776f72 /home/naourr/wor │ │ 0x10001274 6b2f696e 7374616e 63652d30 2f6f7574 k/instance-0/out │ │ - 0x10001284 7075742d 312f6275 696c642f 75636c69 put-1/build/ucli │ │ + 0x10001284 7075742d 322f6275 696c642f 75636c69 put-2/build/ucli │ │ 0x10001294 62632d31 2e302e33 312f7574 696c7300 bc-1.0.31/utils. │ │ 0x100012a4 2d2d7665 7273696f 6e000000 00000000 --version....... │ │ 0x100012b4 67657463 6f6e6620 72656772 65737369 getconf regressi │ │ 0x100012c4 6f6e2074 65737400 67657463 6f6e6620 on test.getconf │ │ 0x100012d4 28474e55 20257329 2025730a 00000000 (GNU %s) %s..... │ │ 0x100012e4 32303039 00000000 436f7079 72696768 2009....Copyrigh │ │ 0x100012f4 74202843 29202573 20467265 6520536f t (C) %s Free So ├── ./usr/bin/ldns-config │ @@ -1,15 +1,15 @@ │ #!/bin/sh │ │ prefix="/usr" │ exec_prefix="/usr" │ VERSION="1.7.0" │ CFLAGS="-Wunused-function -Wstrict-prototypes -Wwrite-strings -W -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 " │ -CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/naourr/work/instance-0/output-1/host/microblazeel-buildroot-linux-uclibc/sysroot/usr/include " │ -LDFLAGS=" -L/home/naourr/work/instance-0/output-1/host/microblazeel-buildroot-linux-uclibc/sysroot/usr/lib " │ +CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/naourr/work/instance-0/output-2/host/microblazeel-buildroot-linux-uclibc/sysroot/usr/include " │ +LDFLAGS=" -L/home/naourr/work/instance-0/output-2/host/microblazeel-buildroot-linux-uclibc/sysroot/usr/lib " │ LIBS=" -lcrypto" │ LIBDIR="${exec_prefix}/lib" │ INCLUDEDIR="${prefix}/include" │ LIBVERSION="2:0:0" │ │ for arg in $@ │ do ├── ./usr/bin/mcrypt │ ├── /home/naourr/work/instance-0/output-1/host/bin/microblazeel-buildroot-linux-uclibc-readelf --wide --decompress --hex-dump=.rodata {} │ │ @@ -486,15 +486,15 @@ │ │ 0x1001614c 206f7065 6e206d6f 64756c65 2e0a0000 open module.... │ │ 0x1001615c 72620000 666f7065 6e000000 77620000 rb..fopen...wb.. │ │ 0x1001616c 4f757470 75742066 696c6520 77696c6c Output file will │ │ 0x1001617c 20626520 636f6d70 72657373 65642e0a be compressed.. │ │ 0x1001618c 00000000 2f757372 2f62696e 2f677a69 ..../usr/bin/gzi │ │ 0x1001619c 70000000 2f686f6d 652f6e61 6f757272 p.../home/naourr │ │ 0x100161ac 2f776f72 6b2f696e 7374616e 63652d30 /work/instance-0 │ │ - 0x100161bc 2f6f7574 7075742d 312f686f 73742f62 /output-1/host/b │ │ + 0x100161bc 2f6f7574 7075742d 322f686f 73742f62 /output-2/host/b │ │ 0x100161cc 696e2f62 7a697032 00000000 202d6320 in/bzip2.... -c │ │ 0x100161dc 00000000 72000000 70706f70 656e2065 ....r...ppopen e │ │ 0x100161ec 72726f72 0a000000 70706f70 656e0000 rror....ppopen.. │ │ 0x100161fc 4572726f 7220696e 206b6579 6d6f6465 Error in keymode │ │ 0x1001620c 20272573 272e0a00 4572726f 72207772 '%s'...Error wr │ │ 0x1001621c 6974696e 67206669 6c650a00 54686572 iting file..Ther │ │ 0x1001622c 65207761 7320616e 20657272 6f722069 e was an error i ├── ./usr/lib/libcgi.so.1.1 │ ├── /home/naourr/work/instance-0/output-1/host/bin/microblazeel-buildroot-linux-uclibc-readelf --wide --decompress --hex-dump=.rodata {} │ │ @@ -10,15 +10,15 @@ │ │ 0x00006694 6e6f7071 00000000 41424344 45464748 nopq....ABCDEFGH │ │ 0x000066a4 494a4b4c 4d4e4f50 51525354 55565758 IJKLMNOPQRSTUVWX │ │ 0x000066b4 595a6162 63646566 6768696a 6b6c6d6e YZabcdefghijklmn │ │ 0x000066c4 6f707172 73747576 7778797a 30313233 opqrstuvwxyz0123 │ │ 0x000066d4 34353637 38392b2f 00000000 2f686f6d 456789+/..../hom │ │ 0x000066e4 652f6e61 6f757272 2f776f72 6b2f696e e/naourr/work/in │ │ 0x000066f4 7374616e 63652d30 2f6f7574 7075742d stance-0/output- │ │ - 0x00006704 312f6275 696c642f 6c696263 67692d31 1/build/libcgi-1 │ │ + 0x00006704 322f6275 696c642f 6c696263 67692d31 2/build/libcgi-1 │ │ 0x00006714 2e312f73 72632f63 67692e63 00000000 .1/src/cgi.c.... │ │ 0x00006724 25733a20 25730000 72000000 25733a20 %s: %s..r...%s: │ │ 0x00006734 77726974 74656e3a 20257520 6f662025 written: %u of % │ │ 0x00006744 75000000 25733a20 66696c65 20657272 u...%s: file err │ │ 0x00006754 6f723a20 25730000 436f6e74 656e742d or: %s..Content- │ │ 0x00006764 74797065 3a207465 78742f68 746d6c0d type: text/html. │ │ 0x00006774 0a0d0000 3c62723e 3c623e43 616e6e6f ....
Canno │ │ @@ -52,15 +52,15 @@ │ │ 0x00006934 ffffffff 5365742d 636f6f6b 69653a20 ....Set-cookie: │ │ 0x00006944 25733d25 733b0000 204d6178 2d616765 %s=%s;.. Max-age │ │ 0x00006954 3d25733b 00000000 20506174 683d2573 =%s;.... Path=%s │ │ 0x00006964 3b000000 20446f6d 61696e3d 25733b00 ;... Domain=%s;. │ │ 0x00006974 20536563 75726500 0d000000 48545450 Secure.....HTTP │ │ 0x00006984 5f434f4f 4b494500 2f686f6d 652f6e61 _COOKIE./home/na │ │ 0x00006994 6f757272 2f776f72 6b2f696e 7374616e ourr/work/instan │ │ - 0x000069a4 63652d30 2f6f7574 7075742d 312f6275 ce-0/output-1/bu │ │ + 0x000069a4 63652d30 2f6f7574 7075742d 322f6275 ce-0/output-2/bu │ │ 0x000069b4 696c642f 6c696263 67692d31 2e312f73 ild/libcgi-1.1/s │ │ 0x000069c4 72632f63 6f6f6b69 652e6300 25732c20 rc/cookie.c.%s, │ │ 0x000069d4 6c696e65 20257300 3c623e25 733c2f62 line %s.%s: .
....LibC │ │ 0x000069f4 47492057 61726e69 6e670000 4c696243 GI Warning..LibC │ │ 0x00006a04 47492046 6174616c 00000000 4c696243 GI Fatal....LibC │ │ 0x00006a14 47492043 61757469 6f6e0000 4c696243 GI Caution..LibC │ │ @@ -68,26 +68,26 @@ │ │ 0x00006a34 4c696243 4749206f 7574206f 66206d65 LibCGI out of me │ │ 0x00006a44 6d6f7279 00000000 4661696c 65642074 mory....Failed t │ │ 0x00006a54 6f20616c 6c6f6320 6d656d6f 72792061 o alloc memory a │ │ 0x00006a64 74206874 6d6c656e 74697469 65732c20 t htmlentities, │ │ 0x00006a74 6367692e 63000000 72000000 2f686f6d cgi.c...r.../hom │ │ 0x00006a84 652f6e61 6f757272 2f776f72 6b2f696e e/naourr/work/in │ │ 0x00006a94 7374616e 63652d30 2f6f7574 7075742d stance-0/output- │ │ - 0x00006aa4 312f6275 696c642f 6c696263 67692d31 1/build/libcgi-1 │ │ + 0x00006aa4 322f6275 696c642f 6c696263 67692d31 2/build/libcgi-1 │ │ 0x00006ab4 2e312f73 72632f67 656e6572 616c2e63 .1/src/general.c │ │ 0x00006ac4 00000000 25732c20 6c696e65 20257300 ....%s, line %s. │ │ 0x00006ad4 2661756d 6c3b0000 2641756d 6c3b0000 ä..Ä.. │ │ 0x00006ae4 266f756d 6c3b0000 264f756d 6c3b0000 ö..Ö.. │ │ 0x00006af4 2675756d 6c3b0000 2655756d 6c3b0000 ü..Ü.. │ │ 0x00006b04 26737a6c 69673b00 26657572 6f3b0000 ß.€.. │ │ 0x00006b14 266c743b 00000000 2667743b 00000000 <....>.... │ │ 0x00006b24 26616d70 3b000000 2671756f 743b0000 &...".. │ │ 0x00006b34 2f686f6d 652f6e61 6f757272 2f776f72 /home/naourr/wor │ │ 0x00006b44 6b2f696e 7374616e 63652d30 2f6f7574 k/instance-0/out │ │ - 0x00006b54 7075742d 312f6275 696c642f 6c696263 put-1/build/libc │ │ + 0x00006b54 7075742d 322f6275 696c642f 6c696263 put-2/build/libc │ │ 0x00006b64 67692d31 2e312f73 72632f73 65737369 gi-1.1/src/sessi │ │ 0x00006b74 6f6e2e63 00000000 46696c65 2025732c on.c....File %s, │ │ 0x00006b84 206c696e 65202573 00000000 63676973 line %s....cgis │ │ 0x00006b94 6573735f 00000000 25732573 25730000 ess_....%s%s%s.. │ │ 0x00006ba4 77000000 48656164 65727320 616c7265 w...Headers alre │ │ 0x00006bb4 61792073 656e742e 20736573 73696f6e ay sent. session │ │ 0x00006bc4 5f646573 74726f79 28292063 616e2774 _destroy() can't │ │ @@ -120,12 +120,12 @@ │ │ 0x00006d74 72656400 53657373 696f6e20 76617269 red.Session vari │ │ 0x00006d84 61626c65 206e6f74 20726567 69737465 able not registe │ │ 0x00006d94 72656400 4661696c 65642074 6f206f70 red.Failed to op │ │ 0x00006da4 656e2073 65737369 6f6e2066 696c6520 en session file │ │ 0x00006db4 666f7220 6d616e69 70756c61 74696f6e for manipulation │ │ 0x00006dc4 00000000 2f686f6d 652f6e61 6f757272 ..../home/naourr │ │ 0x00006dd4 2f776f72 6b2f696e 7374616e 63652d30 /work/instance-0 │ │ - 0x00006de4 2f6f7574 7075742d 312f6275 696c642f /output-1/build/ │ │ + 0x00006de4 2f6f7574 7075742d 322f6275 696c642f /output-2/build/ │ │ 0x00006df4 6c696263 67692d31 2e312f73 72632f73 libcgi-1.1/src/s │ │ 0x00006e04 7472696e 672e6300 25732c20 6c696e65 tring.c.%s, line │ │ 0x00006e14 20257300 25732573 00 %s.%s%s. ├── ./usr/lib/libflatcc.so │ ├── /home/naourr/work/instance-0/output-1/host/bin/microblazeel-buildroot-linux-uclibc-readelf --wide --decompress --hex-dump=.rodata {} │ │ @@ -788,15 +788,15 @@ │ │ 0x00045344 66667365 745f7420 2a25735f 6d757461 ffset_t *%s_muta │ │ 0x00045354 626c655f 7665635f 743b0a00 696e7465 ble_vec_t;..inte │ │ 0x00045364 726e616c 20657272 6f723a20 756e6578 rnal error: unex │ │ 0x00045374 70656374 65642074 79706520 64757269 pected type duri │ │ 0x00045384 6e672063 6f646520 67656e65 72617469 ng code generati │ │ 0x00045394 6f6e0000 2f686f6d 652f6e61 6f757272 on../home/naourr │ │ 0x000453a4 2f776f72 6b2f696e 7374616e 63652d30 /work/instance-0 │ │ - 0x000453b4 2f6f7574 7075742d 312f6275 696c642f /output-1/build/ │ │ + 0x000453b4 2f6f7574 7075742d 322f6275 696c642f /output-2/build/ │ │ 0x000453c4 666c6174 63632d30 2e352e32 2f737263 flatcc-0.5.2/src │ │ 0x000453d4 2f636f6d 70696c65 722f636f 64656765 /compiler/codege │ │ 0x000453e4 6e5f632e 68000000 25733a25 643a2025 n_c.h...%s:%d: % │ │ 0x000453f4 730a0000 75696e74 33325f74 00000000 s...uint32_t.... │ │ 0x00045404 00000000 75696e74 33320000 75696e74 ....uint32..uint │ │ 0x00045414 31365f74 00000000 75696e74 31360000 16_t....uint16.. │ │ 0x00045424 626f6f6c 5f740000 626f6f6c 00000000 bool_t..bool.... │ │ @@ -877,15 +877,15 @@ │ │ 0x000458d4 25732573 2c202575 290a0000 75696e74 %s%s, %u)...uint │ │ 0x000458e4 36345f76 65635f74 00000000 696e7465 64_vec_t....inte │ │ 0x000458f4 726e616c 20657272 6f723a20 726f6f74 rnal error: root │ │ 0x00045904 73206361 6e206f6e 6c792062 65207374 s can only be st │ │ 0x00045914 72756374 73206f72 20746162 6c657300 ructs or tables. │ │ 0x00045924 2f686f6d 652f6e61 6f757272 2f776f72 /home/naourr/wor │ │ 0x00045934 6b2f696e 7374616e 63652d30 2f6f7574 k/instance-0/out │ │ - 0x00045944 7075742d 312f6275 696c642f 666c6174 put-1/build/flat │ │ + 0x00045944 7075742d 322f6275 696c642f 666c6174 put-2/build/flat │ │ 0x00045954 63632d30 2e352e32 2f737263 2f636f6d cc-0.5.2/src/com │ │ 0x00045964 70696c65 722f636f 64656765 6e5f635f piler/codegen_c_ │ │ 0x00045974 72656164 65722e63 00000000 5f5f2573 reader.c....__%s │ │ 0x00045984 6e657374 65645f62 75666665 725f6173 nested_buffer_as │ │ 0x00045994 5f726f6f 74282573 2c20252e 2a732c20 _root(%s, %.*s, │ │ 0x000459a4 25732c20 2573290a 00000000 5f5f2573 %s, %s).....__%s │ │ 0x000459b4 64656669 6e655f73 7472696e 675f6669 define_string_fi │ │ @@ -3143,15 +3143,15 @@ │ │ 0x0004e674 25732c20 25735f25 2e2a732c 2025732c %s, %s_%.*s, %s, │ │ 0x0004e684 20252e2a 732c2025 73290a00 696e7465 %.*s, %s)..inte │ │ 0x0004e694 726e616c 20657272 6f723a20 756e6578 rnal error: unex │ │ 0x0004e6a4 70656374 65642075 6e696f6e 206d656d pected union mem │ │ 0x0004e6b4 62657220 636f6d70 6f756e64 20747970 ber compound typ │ │ 0x0004e6c4 65000000 2f686f6d 652f6e61 6f757272 e.../home/naourr │ │ 0x0004e6d4 2f776f72 6b2f696e 7374616e 63652d30 /work/instance-0 │ │ - 0x0004e6e4 2f6f7574 7075742d 312f6275 696c642f /output-1/build/ │ │ + 0x0004e6e4 2f6f7574 7075742d 322f6275 696c642f /output-2/build/ │ │ 0x0004e6f4 666c6174 63632d30 2e352e32 2f737263 flatcc-0.5.2/src │ │ 0x0004e704 2f636f6d 70696c65 722f636f 64656765 /compiler/codege │ │ 0x0004e714 6e5f635f 6275696c 6465722e 63000000 n_c_builder.c... │ │ 0x0004e724 25733a25 643a2025 730a0000 5f5f2573 %s:%d: %s...__%s │ │ 0x0004e734 6275696c 645f756e 696f6e5f 73747269 build_union_stri │ │ 0x0004e744 6e675f25 735f6669 656c6428 25732c20 ng_%s_field(%s, │ │ 0x0004e754 25735f25 2e2a732c 2025732c 20252e2a %s_%.*s, %s, %.* │ │ @@ -3160,15 +3160,15 @@ │ │ 0x0004e784 6e696f6e 206d656d 62657220 74797065 nion member type │ │ 0x0004e794 00000000 696e7465 726e616c 20657272 ....internal err │ │ 0x0004e7a4 6f723a20 756e6578 70656374 65642074 or: unexpected t │ │ 0x0004e7b4 79706520 64757269 6e672063 6f646520 ype during code │ │ 0x0004e7c4 67656e65 72617469 6f6e0000 2f686f6d generation../hom │ │ 0x0004e7d4 652f6e61 6f757272 2f776f72 6b2f696e e/naourr/work/in │ │ 0x0004e7e4 7374616e 63652d30 2f6f7574 7075742d stance-0/output- │ │ - 0x0004e7f4 312f6275 696c642f 666c6174 63632d30 1/build/flatcc-0 │ │ + 0x0004e7f4 322f6275 696c642f 666c6174 63632d30 2/build/flatcc-0 │ │ 0x0004e804 2e352e32 2f737263 2f636f6d 70696c65 .5.2/src/compile │ │ 0x0004e814 722f636f 64656765 6e5f632e 68000000 r/codegen_c.h... │ │ 0x0004e824 00000000 5f746f5f 70650000 5f66726f ...._to_pe.._fro │ │ 0x0004e834 6d5f7065 00000000 646f7562 6c650000 m_pe....double.. │ │ 0x0004e844 75696e74 36340000 75696e74 31360000 uint64..uint16.. │ │ 0x0004e854 75696e74 38000000 626f6f6c 00000000 uint8...bool.... │ │ 0x0004e864 696e7436 34000000 696e7433 32000000 int64...int32... │ │ @@ -6146,15 +6146,15 @@ │ │ 0x0005a224 756e696f 6e5f7665 72696669 65722900 union_verifier). │ │ 0x0005a234 696e7465 726e616c 20657272 6f723a20 internal error: │ │ 0x0005a244 756e6578 70656374 65642063 6f6d706f unexpected compo │ │ 0x0005a254 756e6420 74797065 20666f72 20746162 und type for tab │ │ 0x0005a264 6c652076 65726966 69657200 2f686f6d le verifier./hom │ │ 0x0005a274 652f6e61 6f757272 2f776f72 6b2f696e e/naourr/work/in │ │ 0x0005a284 7374616e 63652d30 2f6f7574 7075742d stance-0/output- │ │ - 0x0005a294 312f6275 696c642f 666c6174 63632d30 1/build/flatcc-0 │ │ + 0x0005a294 322f6275 696c642f 666c6174 63632d30 2/build/flatcc-0 │ │ 0x0005a2a4 2e352e32 2f737263 2f636f6d 70696c65 .5.2/src/compile │ │ 0x0005a2b4 722f636f 64656765 6e5f635f 76657269 r/codegen_c_veri │ │ 0x0005a2c4 66696572 2e630000 25733a25 643a2025 fier.c..%s:%d: % │ │ 0x0005a2d4 730a0000 666c6174 63635f76 65726966 s...flatcc_verif │ │ 0x0005a2e4 795f7461 626c655f 76656374 6f725f66 y_table_vector_f │ │ 0x0005a2f4 69656c64 2874642c 20256c6c 752c2025 ield(td, %llu, % │ │ 0x0005a304 642c2026 25735f76 65726966 795f7461 d, &%s_verify_ta │ │ @@ -6399,15 +6399,15 @@ │ │ 0x0005b1f4 73747275 63742863 74782c20 6275662c struct(ctx, buf, │ │ 0x0005b204 20656e64 2c207265 73756c74 293b0000 end, result);.. │ │ 0x0005b214 696e7465 726e616c 20657272 6f723a20 internal error: │ │ 0x0005b224 756e6578 70656374 65642063 6f6d706f unexpected compo │ │ 0x0005b234 756e6420 756e696f 6e206d65 6d626572 und union member │ │ 0x0005b244 20747970 650a0000 2f686f6d 652f6e61 type.../home/na │ │ 0x0005b254 6f757272 2f776f72 6b2f696e 7374616e ourr/work/instan │ │ - 0x0005b264 63652d30 2f6f7574 7075742d 312f6275 ce-0/output-1/bu │ │ + 0x0005b264 63652d30 2f6f7574 7075742d 322f6275 ce-0/output-2/bu │ │ 0x0005b274 696c642f 666c6174 63632d30 2e352e32 ild/flatcc-0.5.2 │ │ 0x0005b284 2f737263 2f636f6d 70696c65 722f636f /src/compiler/co │ │ 0x0005b294 64656765 6e5f635f 6a736f6e 5f706172 degen_c_json_par │ │ 0x0005b2a4 7365722e 63000000 25733a25 643a2025 ser.c...%s:%d: % │ │ 0x0005b2b4 730a0000 62726561 6b3b0000 62756620 s...break;..buf │ │ 0x0005b2c4 3d20666c 61746363 5f6a736f 6e5f7061 = flatcc_json_pa │ │ 0x0005b2d4 72736572 5f627569 6c645f73 7472696e rser_build_strin │ │ @@ -6490,15 +6490,15 @@ │ │ 0x0005b7a4 2c20302c 20302c20 30292920 676f746f , 0, 0, 0)) goto │ │ 0x0005b7b4 20666169 6c65643b 00000000 696e7465 failed;....inte │ │ 0x0005b7c4 726e616c 20657272 6f723a20 756e6578 rnal error: unex │ │ 0x0005b7d4 70656374 65642074 79706520 64757269 pected type duri │ │ 0x0005b7e4 6e672063 6f646520 67656e65 72617469 ng code generati │ │ 0x0005b7f4 6f6e0000 2f686f6d 652f6e61 6f757272 on../home/naourr │ │ 0x0005b804 2f776f72 6b2f696e 7374616e 63652d30 /work/instance-0 │ │ - 0x0005b814 2f6f7574 7075742d 312f6275 696c642f /output-1/build/ │ │ + 0x0005b814 2f6f7574 7075742d 322f6275 696c642f /output-2/build/ │ │ 0x0005b824 666c6174 63632d30 2e352e32 2f737263 flatcc-0.5.2/src │ │ 0x0005b834 2f636f6d 70696c65 722f636f 64656765 /compiler/codege │ │ 0x0005b844 6e5f632e 68000000 69662028 666c6174 n_c.h...if (flat │ │ 0x0005b854 63635f62 75696c64 65725f73 74617274 cc_builder_start │ │ 0x0005b864 5f6f6666 7365745f 76656374 6f722863 _offset_vector(c │ │ 0x0005b874 74782d3e 63747829 2920676f 746f2066 tx->ctx)) goto f │ │ 0x0005b884 61696c65 643b0000 62756620 3d20666c ailed;..buf = fl │ │ @@ -6938,15 +6938,15 @@ │ │ 0x0005d3a4 2a202573 5f4a534f 4e5f5041 52534552 * %s_JSON_PARSER │ │ 0x0005d3b4 5f48202a 2f000000 696e7465 726e616c _H */...internal │ │ 0x0005d3c4 20657272 6f723a20 756e6578 70656374 error: unexpect │ │ 0x0005d3d4 65642074 79706520 64757269 6e672063 ed type during c │ │ 0x0005d3e4 6f646520 67656e65 72617469 6f6e0000 ode generation.. │ │ 0x0005d3f4 2f686f6d 652f6e61 6f757272 2f776f72 /home/naourr/wor │ │ 0x0005d404 6b2f696e 7374616e 63652d30 2f6f7574 k/instance-0/out │ │ - 0x0005d414 7075742d 312f6275 696c642f 666c6174 put-1/build/flat │ │ + 0x0005d414 7075742d 322f6275 696c642f 666c6174 put-2/build/flat │ │ 0x0005d424 63632d30 2e352e32 2f737263 2f636f6d cc-0.5.2/src/com │ │ 0x0005d434 70696c65 722f636f 64656765 6e5f632e piler/codegen_c. │ │ 0x0005d444 68000000 25733a25 643a2025 730a0000 h...%s:%d: %s... │ │ 0x0005d454 73746174 69632076 6f696420 25735f70 static void %s_p │ │ 0x0005d464 72696e74 5f6a736f 6e5f756e 696f6e28 rint_json_union( │ │ 0x0005d474 666c6174 63635f6a 736f6e5f 7072696e flatcc_json_prin │ │ 0x0005d484 7465725f 74202a63 74782c20 666c6174 ter_t *ctx, flat │ │ @@ -6967,15 +6967,15 @@ │ │ 0x0005d574 782c2075 642c2025 735f7072 696e745f x, ud, %s_print_ │ │ 0x0005d584 6a736f6e 5f737472 75637429 3b0a2020 json_struct);. │ │ 0x0005d594 20202020 20206272 65616b3b 0a000000 break;.... │ │ 0x0005d5a4 696e7465 726e616c 20657272 6f723a20 internal error: │ │ 0x0005d5b4 756e6578 70656374 65642075 6e696f6e unexpected union │ │ 0x0005d5c4 20747970 650a0000 2f686f6d 652f6e61 type.../home/na │ │ 0x0005d5d4 6f757272 2f776f72 6b2f696e 7374616e ourr/work/instan │ │ - 0x0005d5e4 63652d30 2f6f7574 7075742d 312f6275 ce-0/output-1/bu │ │ + 0x0005d5e4 63652d30 2f6f7574 7075742d 322f6275 ce-0/output-2/bu │ │ 0x0005d5f4 696c642f 666c6174 63632d30 2e352e32 ild/flatcc-0.5.2 │ │ 0x0005d604 2f737263 2f636f6d 70696c65 722f636f /src/compiler/co │ │ 0x0005d614 64656765 6e5f635f 6a736f6e 5f707269 degen_c_json_pri │ │ 0x0005d624 6e746572 2e630000 20202020 63617365 nter.c.. case │ │ 0x0005d634 2025753a 0a202020 20202020 20666c61 %u:. fla │ │ 0x0005d644 7463635f 6a736f6e 5f707269 6e746572 tcc_json_printer │ │ 0x0005d654 5f756e69 6f6e5f73 7472696e 67286374 _union_string(ct ├── ./usr/lib/python2.7/site-packages/fetchmailconf.pyc │ @@ -1,8 +1,8 @@ │ -00000000: 03f3 0d0a 4446 e65d 6300 0000 0000 0000 ....DF.]c....... │ +00000000: 03f3 0d0a 4a59 e65d 6300 0000 0000 0000 ....JY.]c....... │ 00000010: 0008 0000 0040 0001 0073 0307 0000 6400 .....@...s....d. │ 00000020: 0064 0100 6c00 006d 0100 5a01 0001 6402 .d..l..m..Z...d. │ 00000030: 005a 0200 6400 0064 0300 6c03 0054 6400 .Z..d..d..l..Td. │ 00000040: 0064 0300 6c04 0054 6400 0064 0400 6c05 .d..l..Td..d..l. │ 00000050: 005a 0500 6400 0064 0400 6c06 005a 0600 .Z..d..d..l..Z.. │ 00000060: 6400 0064 0400 6c07 005a 0700 6400 0064 d..d..l..Z..d..d │ 00000070: 0400 6c08 005a 0800 6400 0064 0400 6c09 ..l..Z..d..d..l. ├── ./usr/lib/python2.7/site-packages/fetchmailconf.pyo │ @@ -1,8 +1,8 @@ │ -00000000: 03f3 0d0a 4446 e65d 6300 0000 0000 0000 ....DF.]c....... │ +00000000: 03f3 0d0a 4a59 e65d 6300 0000 0000 0000 ....JY.]c....... │ 00000010: 0008 0000 0040 0001 0073 0307 0000 6400 .....@...s....d. │ 00000020: 0064 0100 6c00 006d 0100 5a01 0001 6402 .d..l..m..Z...d. │ 00000030: 005a 0200 6400 0064 0300 6c03 0054 6400 .Z..d..d..l..Td. │ 00000040: 0064 0300 6c04 0054 6400 0064 0400 6c05 .d..l..Td..d..l. │ 00000050: 005a 0500 6400 0064 0400 6c06 005a 0600 .Z..d..d..l..Z.. │ 00000060: 6400 0064 0400 6c07 005a 0700 6400 0064 d..d..l..Z..d..d │ 00000070: 0400 6c08 005a 0800 6400 0064 0400 6c09 ..l..Z..d..d..l. ├── ./usr/lib/xml2Conf.sh │ @@ -1,8 +1,8 @@ │ # │ # Configuration file for using the XML library in GNOME applications │ # │ XML2_LIBDIR="-L/usr/lib" │ -XML2_LIBS="-lxml2 -L/home/naourr/work/instance-0/output-1/host/microblazeel-buildroot-linux-uclibc/sysroot/usr/lib -lz -liconv -lm " │ +XML2_LIBS="-lxml2 -L/home/naourr/work/instance-0/output-2/host/microblazeel-buildroot-linux-uclibc/sysroot/usr/lib -lz -liconv -lm " │ XML2_INCLUDEDIR="-I/usr/include/libxml2" │ MODULE_VERSION="xml2-2.9.9" ├── ./usr/lib/xsltConf.sh │ @@ -1,7 +1,7 @@ │ # │ # Configuration file for using the xslt library │ # │ XSLT_LIBDIR="-L/usr/lib" │ -XSLT_LIBS="-lxslt -lxml2 -L/home/naourr/work/instance-0/output-1/host/microblazeel-buildroot-linux-uclibc/sysroot/usr/bin/../../../../microblazeel-buildroot-linux-uclibc/sysroot/usr/lib -lz -liconv -lm " │ +XSLT_LIBS="-lxslt -lxml2 -L/home/naourr/work/instance-0/output-2/host/microblazeel-buildroot-linux-uclibc/sysroot/usr/bin/../../../../microblazeel-buildroot-linux-uclibc/sysroot/usr/lib -lz -liconv -lm " │ XSLT_INCLUDEDIR="-I/usr/include" │ MODULE_VERSION="xslt-1.1.33" ├── ./usr/libexec/lzo/examples/lzotest │ ├── /home/naourr/work/instance-0/output-1/host/bin/microblazeel-buildroot-linux-uclibc-readelf --wide --decompress --hex-dump=.rodata {} │ │ @@ -6,15 +6,15 @@ │ │ 0x1000d660 79202877 616e7465 6420256c 75206279 y (wanted %lu by │ │ 0x1000d670 74657329 0a000000 25733a20 43206c69 tes)....%s: C li │ │ 0x1000d680 62726172 79207072 6f626c65 6d3a206d brary problem: m │ │ 0x1000d690 616c6c6f 63282920 72657475 726e6564 alloc() returned │ │ 0x1000d6a0 206d6973 616c6967 6e656420 706f696e misaligned poin │ │ 0x1000d6b0 74657221 0a000000 2f686f6d 652f6e61 ter!..../home/na │ │ 0x1000d6c0 6f757272 2f776f72 6b2f696e 7374616e ourr/work/instan │ │ - 0x1000d6d0 63652d30 2f6f7574 7075742d 312f6275 ce-0/output-1/bu │ │ + 0x1000d6d0 63652d30 2f6f7574 7075742d 322f6275 ce-0/output-2/bu │ │ 0x1000d6e0 696c642f 6c7a6f2d 322e3130 2f6c7a6f ild/lzo-2.10/lzo │ │ 0x1000d6f0 74657374 2f6c7a6f 74657374 2e630000 test/lzotest.c.. │ │ 0x1000d700 6c656e20 3c3d206d 622d3e6c 656e0000 len <= mb->len.. │ │ 0x1000d710 25733a20 746f6f20 6d616e79 206d6574 %s: too many met │ │ 0x1000d720 686f6473 0a000000 25733a20 696e7661 hods....%s: inva │ │ 0x1000d730 6c696420 6d657468 6f642025 640a0000 lid method %d... │ │ 0x1000d740 25342e31 66000000 39393939 00000000 %4.1f...9999.... ├── ./usr/sbin/php-fpm │ ├── /home/naourr/work/instance-0/output-1/host/bin/microblazeel-buildroot-linux-uclibc-readelf --wide --decompress --hex-dump=.rodata {} │ │ @@ -795,15 +795,15 @@ │ │ 0x10456160 05000000 00000000 03000000 05000000 ................ │ │ 0x10456170 b0b40410 a0b30410 a0b30410 40b20410 ............@... │ │ 0x10456180 40b20410 04b30410 6d730000 6a616e00 @.......ms..jan. │ │ 0x10456190 66697273 74000000 6e640000 72640000 first...nd..rd.. │ │ 0x104561a0 73740000 74680000 41615070 00000000 st..th..AaPp.... │ │ 0x104561b0 2f686f6d 652f6e61 6f757272 2f776f72 /home/naourr/wor │ │ 0x104561c0 6b2f696e 7374616e 63652d30 2f6f7574 k/instance-0/out │ │ - 0x104561d0 7075742d 312f6275 696c642f 7068702d put-1/build/php- │ │ + 0x104561d0 7075742d 322f6275 696c642f 7068702d put-2/build/php- │ │ 0x104561e0 372e332e 31322f65 78742f64 6174652f 7.3.12/ext/date/ │ │ 0x104561f0 6c69622f 70617273 655f6461 74652e63 lib/parse_date.c │ │ 0x10456200 00000000 74696d65 20213d20 2828766f ....time != ((vo │ │ 0x10456210 6964202a 29302900 61636474 00000000 id *)0).acdt.... │ │ 0x10456220 75746300 676d7400 44c80410 b8c80410 utc.gmt.D....... │ │ 0x10456230 10c90410 68c90410 c0c90410 18ca0410 ....h........... │ │ 0x10456240 70ca0410 24c70410 c8ca0410 60c80410 p...$.......`... │ │ @@ -71466,27 +71466,27 @@ │ │ 0x1056a250 205b2564 5d202573 00000000 63686172 [%d] %s....char │ │ 0x1056a260 73657400 64626e61 6d650000 00000000 set.dbname...... │ │ 0x1056a270 686f7374 00000000 6c6f6361 6c686f73 host....localhos │ │ 0x1056a280 74000000 706f7274 00000000 33333036 t...port....3306 │ │ 0x1056a290 00000000 756e6978 5f736f63 6b657400 ....unix_socket. │ │ 0x1056a2a0 2f686f6d 652f6e61 6f757272 2f776f72 /home/naourr/wor │ │ 0x1056a2b0 6b2f696e 7374616e 63652d30 2f6f7574 k/instance-0/out │ │ - 0x1056a2c0 7075742d 312f6275 696c642f 7068702d put-1/build/php- │ │ + 0x1056a2c0 7075742d 322f6275 696c642f 7068702d put-2/build/php- │ │ 0x1056a2d0 372e332e 31322f65 78742f70 646f5f6d 7.3.12/ext/pdo_m │ │ 0x1056a2e0 7973716c 2f6d7973 716c5f64 72697665 ysql/mysql_drive │ │ 0x1056a2f0 722e6300 53544152 54205452 414e5341 r.c.START TRANSA │ │ 0x1056a300 4354494f 4e000000 6d797371 6c000000 CTION...mysql... │ │ 0x1056a310 08a35610 05000000 50c63301 5cc21910 ..V.....P.3.\... │ │ 0x1056a320 20ba1910 50d71910 a4d41910 8cbe1910 ...P........... │ │ 0x1056a330 a4d61910 24b81910 ecb81910 c8bb1910 ....$........... │ │ 0x1056a340 5cbb1910 e0ba1910 dcd11910 28b91910 \...........(... │ │ 0x1056a350 00000000 e4b91910 00000000 2f686f6d ............/hom │ │ 0x1056a360 652f6e61 6f757272 2f776f72 6b2f696e e/naourr/work/in │ │ 0x1056a370 7374616e 63652d30 2f6f7574 7075742d stance-0/output- │ │ - 0x1056a380 312f6275 696c642f 7068702d 372e332e 1/build/php-7.3. │ │ + 0x1056a380 322f6275 696c642f 7068702d 372e332e 2/build/php-7.3. │ │ 0x1056a390 31322f65 78742f70 646f5f6d 7973716c 12/ext/pdo_mysql │ │ 0x1056a3a0 2f6d7973 716c5f73 74617465 6d656e74 /mysql_statement │ │ 0x1056a3b0 2e630000 4c4f4e47 5f424c4f 42000000 .c..LONG_BLOB... │ │ 0x1056a3c0 424c4f42 00000000 4e554c4c 00000000 BLOB....NULL.... │ │ 0x1056a3d0 5641525f 53545249 4e470000 53545249 VAR_STRING..STRI │ │ 0x1056a3e0 4e470000 54494e59 00000000 42495400 NG..TINY....BIT. │ │ 0x1056a3f0 53484f52 54000000 4c4f4e47 4c4f4e47 SHORT...LONGLONG │ │ @@ -72867,15 +72867,15 @@ │ │ 0x1056f9e0 20222573 222c2061 6c726561 64792069 "%s", already i │ │ 0x1056f9f0 6e207573 65000000 25730000 756e6162 n use...%s..unab │ │ 0x1056fa00 6c652074 6f206f70 656e2070 68617220 le to open phar │ │ 0x1056fa10 666f7220 72656164 696e6720 22257322 for reading "%s" │ │ 0x1056fa20 00000000 3a2f2f00 70686172 3a2f2f25 ....://.phar://% │ │ 0x1056fa30 732f2573 00000000 2f686f6d 652f6e61 s/%s..../home/na │ │ 0x1056fa40 6f757272 2f776f72 6b2f696e 7374616e ourr/work/instan │ │ - 0x1056fa50 63652d30 2f6f7574 7075742d 312f6275 ce-0/output-1/bu │ │ + 0x1056fa50 63652d30 2f6f7574 7075742d 322f6275 ce-0/output-2/bu │ │ 0x1056fa60 696c642f 7068702d 372e332e 31322f65 ild/php-7.3.12/e │ │ 0x1056fa70 78742f70 6861722f 70686172 2e630000 xt/phar/phar.c.. │ │ 0x1056fa80 43616e6e 6f742063 72656174 65206120 Cannot create a │ │ 0x1056fa90 70686172 20617263 68697665 2066726f phar archive fro │ │ 0x1056faa0 6d206120 55524c20 6c696b65 20222573 m a URL like "%s │ │ 0x1056fab0 222e2050 68617220 6f626a65 63747320 ". Phar objects │ │ 0x1056fac0 63616e20 6f6e6c79 20626520 63726561 can only be crea │ │ @@ -73988,15 +73988,15 @@ │ │ 0x10573ff0 74727920 22257322 2c207068 61722065 try "%s", phar e │ │ 0x10574000 72726f72 3a204361 6e6e6f74 206f7065 rror: Cannot ope │ │ 0x10574010 6e207068 61722061 72636869 76652022 n phar archive " │ │ 0x10574020 25732220 666f7220 72656164 696e6700 %s" for reading. │ │ 0x10574030 70686172 3a2f2f25 732f2573 00000000 phar://%s/%s.... │ │ 0x10574040 2f686f6d 652f6e61 6f757272 2f776f72 /home/naourr/wor │ │ 0x10574050 6b2f696e 7374616e 63652d30 2f6f7574 k/instance-0/out │ │ - 0x10574060 7075742d 312f6275 696c642f 7068702d put-1/build/php- │ │ + 0x10574060 7075742d 322f6275 696c642f 7068702d put-2/build/php- │ │ 0x10574070 372e332e 31322f65 78742f70 6861722f 7.3.12/ext/phar/ │ │ 0x10574080 70686172 5f6f626a 6563742e 63000000 phar_object.c... │ │ 0x10574090 436f6e74 656e742d 74797065 3a202573 Content-type: %s │ │ 0x105740a0 00000000 436f6e74 656e742d 6c656e67 ....Content-leng │ │ 0x105740b0 74683a20 25750000 50415448 5f494e46 th: %u..PATH_INF │ │ 0x105740c0 4f000000 50415448 5f545241 4e534c41 O...PATH_TRANSLA │ │ 0x105740d0 54454400 50484152 5f504154 485f494e TED.PHAR_PATH_IN │ │ @@ -93250,59 +93250,59 @@ │ │ 0x105bf3d0 20272d2d 656e6162 6c652d66 696c7465 '--enable-filte │ │ 0x105bf3e0 72272027 2d2d656e 61626c65 2d62636d r' '--enable-bcm │ │ 0x105bf3f0 61746827 20272d2d 656e6162 6c652d70 ath' '--enable-p │ │ 0x105bf400 68617227 20272d2d 656e6162 6c652d6c har' '--enable-l │ │ 0x105bf410 6962786d 6c272027 2d2d7769 74682d6c ibxml' '--with-l │ │ 0x105bf420 6962786d 6c2d6469 723d2f68 6f6d652f ibxml-dir=/home/ │ │ 0x105bf430 6e616f75 72722f77 6f726b2f 696e7374 naourr/work/inst │ │ - 0x105bf440 616e6365 2d302f6f 75747075 742d312f ance-0/output-1/ │ │ + 0x105bf440 616e6365 2d302f6f 75747075 742d322f ance-0/output-2/ │ │ 0x105bf450 686f7374 2f6d6963 726f626c 617a6565 host/microblazee │ │ 0x105bf460 6c2d6275 696c6472 6f6f742d 6c696e75 l-buildroot-linu │ │ 0x105bf470 782d7563 6c696263 2f737973 726f6f74 x-uclibc/sysroot │ │ 0x105bf480 2f757372 2720272d 2d656e61 626c652d /usr' '--enable- │ │ 0x105bf490 77646478 2720272d 2d776974 682d6c69 wddx' '--with-li │ │ 0x105bf4a0 62657870 61742d64 69723d2f 686f6d65 bexpat-dir=/home │ │ 0x105bf4b0 2f6e616f 7572722f 776f726b 2f696e73 /naourr/work/ins │ │ - 0x105bf4c0 74616e63 652d302f 6f757470 75742d31 tance-0/output-1 │ │ + 0x105bf4c0 74616e63 652d302f 6f757470 75742d32 tance-0/output-2 │ │ 0x105bf4d0 2f686f73 742f6d69 63726f62 6c617a65 /host/microblaze │ │ 0x105bf4e0 656c2d62 75696c64 726f6f74 2d6c696e el-buildroot-lin │ │ 0x105bf4f0 75782d75 636c6962 632f7379 73726f6f ux-uclibc/sysroo │ │ 0x105bf500 742f7573 72272027 2d2d7769 74682d6d t/usr' '--with-m │ │ 0x105bf510 7973716c 69272027 2d2d656e 61626c65 ysqli' '--enable │ │ 0x105bf520 2d70646f 2720272d 2d776974 682d7064 -pdo' '--with-pd │ │ 0x105bf530 6f2d6d79 73716c27 20272d2d 77697468 o-mysql' '--with │ │ 0x105bf540 2d6d7973 716c2d73 6f636b3d 2f72756e -mysql-sock=/run │ │ 0x105bf550 2f6d7973 716c2f6d 7973716c 2e736f63 /mysql/mysql.soc │ │ 0x105bf560 6b272027 2d2d7769 74686f75 742d7063 k' '--without-pc │ │ 0x105bf570 72652d6a 69742720 272d2d77 6974682d re-jit' '--with- │ │ 0x105bf580 67642720 272d2d77 6974682d 6a706567 gd' '--with-jpeg │ │ 0x105bf590 2d646972 3d2f686f 6d652f6e 616f7572 -dir=/home/naour │ │ 0x105bf5a0 722f776f 726b2f69 6e737461 6e63652d r/work/instance- │ │ - 0x105bf5b0 302f6f75 74707574 2d312f68 6f73742f 0/output-1/host/ │ │ + 0x105bf5b0 302f6f75 74707574 2d322f68 6f73742f 0/output-2/host/ │ │ 0x105bf5c0 6d696372 6f626c61 7a65656c 2d627569 microblazeel-bui │ │ 0x105bf5d0 6c64726f 6f742d6c 696e7578 2d75636c ldroot-linux-ucl │ │ 0x105bf5e0 6962632f 73797372 6f6f742f 75737227 ibc/sysroot/usr' │ │ 0x105bf5f0 20272d2d 77697468 2d706e67 2d646972 '--with-png-dir │ │ 0x105bf600 3d2f686f 6d652f6e 616f7572 722f776f =/home/naourr/wo │ │ 0x105bf610 726b2f69 6e737461 6e63652d 302f6f75 rk/instance-0/ou │ │ - 0x105bf620 74707574 2d312f68 6f73742f 6d696372 tput-1/host/micr │ │ + 0x105bf620 74707574 2d322f68 6f73742f 6d696372 tput-2/host/micr │ │ 0x105bf630 6f626c61 7a65656c 2d627569 6c64726f oblazeel-buildro │ │ 0x105bf640 6f742d6c 696e7578 2d75636c 6962632f ot-linux-uclibc/ │ │ 0x105bf650 73797372 6f6f742f 75737227 20272d2d sysroot/usr' '-- │ │ 0x105bf660 77697468 2d7a6c69 622d6469 723d2f68 with-zlib-dir=/h │ │ 0x105bf670 6f6d652f 6e616f75 72722f77 6f726b2f ome/naourr/work/ │ │ 0x105bf680 696e7374 616e6365 2d302f6f 75747075 instance-0/outpu │ │ - 0x105bf690 742d312f 686f7374 2f6d6963 726f626c t-1/host/microbl │ │ + 0x105bf690 742d322f 686f7374 2f6d6963 726f626c t-2/host/microbl │ │ 0x105bf6a0 617a6565 6c2d6275 696c6472 6f6f742d azeel-buildroot- │ │ 0x105bf6b0 6c696e75 782d7563 6c696263 2f737973 linux-uclibc/sys │ │ 0x105bf6c0 726f6f74 2f757372 2720272d 2d776974 root/usr' '--wit │ │ 0x105bf6d0 682d6672 65657479 70652d64 69723d2f h-freetype-dir=/ │ │ 0x105bf6e0 686f6d65 2f6e616f 7572722f 776f726b home/naourr/work │ │ 0x105bf6f0 2f696e73 74616e63 652d302f 6f757470 /instance-0/outp │ │ - 0x105bf700 75742d31 2f686f73 742f6d69 63726f62 ut-1/host/microb │ │ + 0x105bf700 75742d32 2f686f73 742f6d69 63726f62 ut-2/host/microb │ │ 0x105bf710 6c617a65 656c2d62 75696c64 726f6f74 lazeel-buildroot │ │ 0x105bf720 2d6c696e 75782d75 636c6962 632f7379 -linux-uclibc/sy │ │ 0x105bf730 73726f6f 742f7573 72272027 6275696c sroot/usr' 'buil │ │ 0x105bf740 645f616c 6961733d 7838365f 36342d70 d_alias=x86_64-p │ │ 0x105bf750 632d6c69 6e75782d 676e7527 2027686f c-linux-gnu' 'ho │ │ 0x105bf760 73745f61 6c696173 3d6d6963 726f626c st_alias=microbl │ │ 0x105bf770 617a6565 6c2d6275 696c6472 6f6f742d azeel-buildroot- │ │ @@ -93314,15 +93314,15 @@ │ │ 0x105bf7d0 4546494c 455f534f 55524345 202d445f EFILE_SOURCE -D_ │ │ 0x105bf7e0 4c415247 4546494c 4536345f 534f5552 LARGEFILE64_SOUR │ │ 0x105bf7f0 4345202d 445f4649 4c455f4f 46465345 CE -D_FILE_OFFSE │ │ 0x105bf800 545f4249 54533d36 34202d4f 32202720 T_BITS=64 -O2 ' │ │ 0x105bf810 274c4446 4c414753 3d272027 4350503d 'LDFLAGS=' 'CPP= │ │ 0x105bf820 2f686f6d 652f6e61 6f757272 2f776f72 /home/naourr/wor │ │ 0x105bf830 6b2f696e 7374616e 63652d30 2f6f7574 k/instance-0/out │ │ - 0x105bf840 7075742d 312f686f 73742f62 696e2f6d put-1/host/bin/m │ │ + 0x105bf840 7075742d 322f686f 73742f62 696e2f6d put-2/host/bin/m │ │ 0x105bf850 6963726f 626c617a 65656c2d 6275696c icroblazeel-buil │ │ 0x105bf860 64726f6f 742d6c69 6e75782d 75636c69 droot-linux-ucli │ │ 0x105bf870 62632d63 70702720 27435858 464c4147 bc-cpp' 'CXXFLAG │ │ 0x105bf880 533d2d44 5f4c4152 47454649 4c455f53 S=-D_LARGEFILE_S │ │ 0x105bf890 4f555243 45202d44 5f4c4152 47454649 OURCE -D_LARGEFI │ │ 0x105bf8a0 4c453634 5f534f55 52434520 2d445f46 LE64_SOURCE -D_F │ │ 0x105bf8b0 494c455f 4f464653 45545f42 4954533d ILE_OFFSET_BITS= │ │ @@ -94747,15 +94747,15 @@ │ │ 0x105c5160 61737365 72742063 6f646500 0a000000 assert code..... │ │ 0x105c5170 4661696c 75726520 6576616c 75617469 Failure evaluati │ │ 0x105c5180 6e672063 6f64653a 20257325 73000000 ng code: %s%s... │ │ 0x105c5190 4661696c 75726520 6576616c 75617469 Failure evaluati │ │ 0x105c51a0 6e672063 6f64653a 20257325 733a2225 ng code: %s%s:"% │ │ 0x105c51b0 73220000 2f686f6d 652f6e61 6f757272 s"../home/naourr │ │ 0x105c51c0 2f776f72 6b2f696e 7374616e 63652d30 /work/instance-0 │ │ - 0x105c51d0 2f6f7574 7075742d 312f6275 696c642f /output-1/build/ │ │ + 0x105c51d0 2f6f7574 7075742d 322f6275 696c642f /output-2/build/ │ │ 0x105c51e0 7068702d 372e332e 31322f65 78742f73 php-7.3.12/ext/s │ │ 0x105c51f0 74616e64 6172642f 61737365 72742e63 tandard/assert.c │ │ 0x105c5200 00000000 41737365 7274696f 6e202225 ....Assertion "% │ │ 0x105c5210 73222066 61696c65 64000000 41737365 s" failed...Asse │ │ 0x105c5220 7274696f 6e206661 696c6564 00000000 rtion failed.... │ │ 0x105c5230 25733a20 22257322 20666169 6c656400 %s: "%s" failed. │ │ 0x105c5240 25732066 61696c65 64000000 61737365 %s failed...asse │ │ @@ -97966,15 +97966,15 @@ │ │ 0x105d1a90 61207265 706f7274 20746f20 74686520 a report to the │ │ 0x105d1aa0 64657665 6c6f7065 72730000 2f746d70 developers../tmp │ │ 0x105d1ab0 2f6d7973 716c6e64 2e747261 63650000 /mysqlnd.trace.. │ │ 0x105d1ac0 6e756d62 6572206f 66206675 6e637469 number of functi │ │ 0x105d1ad0 6f6e733a 20256400 696e666f 203a2000 ons: %d.info : . │ │ 0x105d1ae0 2f686f6d 652f6e61 6f757272 2f776f72 /home/naourr/wor │ │ 0x105d1af0 6b2f696e 7374616e 63652d30 2f6f7574 k/instance-0/out │ │ - 0x105d1b00 7075742d 312f6275 696c642f 7068702d put-1/build/php- │ │ + 0x105d1b00 7075742d 322f6275 696c642f 7068702d put-2/build/php- │ │ 0x105d1b10 372e332e 31322f65 78742f6d 7973716c 7.3.12/ext/mysql │ │ 0x105d1b20 6e642f6d 7973716c 6e645f64 65627567 nd/mysqlnd_debug │ │ 0x105d1b30 2e630000 252d3430 73096361 6c6c733d .c..%-40s.calls= │ │ 0x105d1b40 25356c6c 7520206f 776e5f73 6c6f773d %5llu own_slow= │ │ 0x105d1b50 25356c6c 75202069 6e5f6361 6c6c735f %5llu in_calls_ │ │ 0x105d1b60 736c6f77 3d25356c 6c752020 746f7461 slow=%5llu tota │ │ 0x105d1b70 6c5f736c 6f773d25 356c6c75 2020206d l_slow=%5llu m │ │ @@ -98243,15 +98243,15 @@ │ │ 0x105d2be0 2025750a 00000000 25730a25 733a2025 %u.....%s.%s: % │ │ 0x105d2bf0 7320696e 20257320 6f6e206c 696e6520 s in %s on line │ │ 0x105d2c00 25750a25 73000000 48545450 2f312e30 %u.%s...HTTP/1.0 │ │ 0x105d2c10 20353030 20496e74 65726e61 6c205365 500 Internal Se │ │ 0x105d2c20 72766572 20457272 6f720000 2f686f6d rver Error../hom │ │ 0x105d2c30 652f6e61 6f757272 2f776f72 6b2f696e e/naourr/work/in │ │ 0x105d2c40 7374616e 63652d30 2f6f7574 7075742d stance-0/output- │ │ - 0x105d2c50 312f6275 696c642f 7068702d 372e332e 1/build/php-7.3. │ │ + 0x105d2c50 322f6275 696c642f 7068702d 372e332e 2/build/php-7.3. │ │ 0x105d2c60 31322f6d 61696e2f 6d61696e 2e630000 12/main/main.c.. │ │ 0x105d2c70 7068705f 6572726f 726d7367 00000000 php_errormsg.... │ │ 0x105d2c80 50485020 53687574 646f776e 00000000 PHP Shutdown.... │ │ 0x105d2c90 50485020 53746172 74757000 25732573 PHP Startup.%s%s │ │ 0x105d2ca0 25732825 73290000 66756e63 74696f6e %s(%s)..function │ │ 0x105d2cb0 2e257300 25732e25 73000000 68747470 .%s.%s.%s...http │ │ 0x105d2cc0 3a2f2f00 25732573 00000000 2573205b ://.%s%s....%s [ │ │ @@ -99378,15 +99378,15 @@ │ │ 0x105d72d0 6e697465 20726563 75727369 6f6e2070 nite recursion p │ │ 0x105d72e0 72657665 6e746564 00000000 6469725f revented....dir_ │ │ 0x105d72f0 6f70656e 64697200 2225733a 3a646972 opendir."%s::dir │ │ 0x105d7300 5f6f7065 6e646972 22206361 6c6c2066 _opendir" call f │ │ 0x105d7310 61696c65 64000000 73747265 616d5f6f ailed...stream_o │ │ 0x105d7320 70656e00 2f686f6d 652f6e61 6f757272 pen./home/naourr │ │ 0x105d7330 2f776f72 6b2f696e 7374616e 63652d30 /work/instance-0 │ │ - 0x105d7340 2f6f7574 7075742d 312f6275 696c642f /output-1/build/ │ │ + 0x105d7340 2f6f7574 7075742d 322f6275 696c642f /output-2/build/ │ │ 0x105d7350 7068702d 372e332e 31322f6d 61696e2f php-7.3.12/main/ │ │ 0x105d7360 73747265 616d732f 75736572 73706163 streams/userspac │ │ 0x105d7370 652e6300 2225733a 3a737472 65616d5f e.c."%s::stream_ │ │ 0x105d7380 6f70656e 22206361 6c6c2066 61696c65 open" call faile │ │ 0x105d7390 64000000 64657600 696e6f00 6d6f6465 d...dev.ino.mode │ │ 0x105d73a0 00000000 6e6c696e 6b000000 75696400 ....nlink...uid. │ │ 0x105d73b0 67696400 72646576 00000000 73697a65 gid.rdev....size │ │ @@ -103041,15 +103041,15 @@ │ │ 0x105e57c0 90909090 90909090 4f757420 6f66206d ........Out of m │ │ 0x105e57d0 656d6f72 790a0000 0a6d756e 6d617028 emory....munmap( │ │ 0x105e57e0 29206661 696c6564 3a205b25 645d2025 ) failed: [%d] % │ │ 0x105e57f0 730a0000 0a6d6d61 70282920 6661696c s....mmap() fail │ │ 0x105e5800 65643a20 5b25645d 2025730a 00000000 ed: [%d] %s..... │ │ 0x105e5810 2f686f6d 652f6e61 6f757272 2f776f72 /home/naourr/wor │ │ 0x105e5820 6b2f696e 7374616e 63652d30 2f6f7574 k/instance-0/out │ │ - 0x105e5830 7075742d 312f6275 696c642f 7068702d put-1/build/php- │ │ + 0x105e5830 7075742d 322f6275 696c642f 7068702d put-2/build/php- │ │ 0x105e5840 372e332e 31322f5a 656e642f 7a656e64 7.3.12/Zend/zend │ │ 0x105e5850 5f616c6c 6f632e63 00000000 7a656e64 _alloc.c....zend │ │ 0x105e5860 5f6d6d5f 68656170 20636f72 72757074 _mm_heap corrupt │ │ 0x105e5870 65640000 25730a00 416c6c6f 77656420 ed..%s..Allowed │ │ 0x105e5880 6d656d6f 72792073 697a6520 6f662025 memory size of % │ │ 0x105e5890 7a752062 79746573 20657868 61757374 zu bytes exhaust │ │ 0x105e58a0 65642028 74726965 6420746f 20616c6c ed (tried to all │ │ @@ -103770,15 +103770,15 @@ │ │ 0x105e8550 bdbebfc0 c1c2c3c4 c5c6c7c8 c9cacbcc ................ │ │ 0x105e8560 cdcecfd0 d1d2d3d4 d5d6d7d8 d9dadbdc ................ │ │ 0x105e8570 dddedfe0 e1e2e3e4 e5e6e7e8 e9eaebec ................ │ │ 0x105e8580 edeeeff0 f1f2f3f4 f5f6f7f8 f9fafbfc ................ │ │ 0x105e8590 fdfeff5c 00000000 72657475 726e2000 ...\....return . │ │ 0x105e85a0 2f686f6d 652f6e61 6f757272 2f776f72 /home/naourr/wor │ │ 0x105e85b0 6b2f696e 7374616e 63652d30 2f6f7574 k/instance-0/out │ │ - 0x105e85c0 7075742d 312f6275 696c642f 7068702d put-1/build/php- │ │ + 0x105e85c0 7075742d 322f6275 696c642f 7068702d put-2/build/php- │ │ 0x105e85d0 372e332e 31322f5a 656e642f 7a656e64 7.3.12/Zend/zend │ │ 0x105e85e0 5f657865 63757465 5f415049 2e630000 _execute_API.c.. │ │ 0x105e85f0 73000000 4d617869 6d756d20 65786563 s...Maximum exec │ │ 0x105e8600 7574696f 6e207469 6d65206f 66202564 ution time of %d │ │ 0x105e8610 20736563 6f6e6425 73206578 63656564 second%s exceed │ │ 0x105e8620 65640000 43616e6e 6f742061 63636573 ed..Cannot acces │ │ 0x105e8630 73207365 6c663a3a 20776865 6e206e6f s self:: when no │ │ @@ -105607,15 +105607,15 @@ │ │ 0x105ef820 00000000 00000000 76616c75 65000000 ........value... │ │ 0x105ef830 01000000 00000000 00000000 28f85e10 ............(.^. │ │ 0x105ef840 00000000 00000000 ffffffff 00000000 ................ │ │ 0x105ef850 00000000 00603a10 6c843a10 c0833a10 .....`:.l.:...:. │ │ 0x105ef860 b8873a10 f8813a10 78813a10 00000000 ..:...:.x.:..... │ │ 0x105ef870 2f686f6d 652f6e61 6f757272 2f776f72 /home/naourr/wor │ │ 0x105ef880 6b2f696e 7374616e 63652d30 2f6f7574 k/instance-0/out │ │ - 0x105ef890 7075742d 312f6275 696c642f 7068702d put-1/build/php- │ │ + 0x105ef890 7075742d 322f6275 696c642f 7068702d put-2/build/php- │ │ 0x105ef8a0 372e332e 31322f5a 656e642f 7a656e64 7.3.12/Zend/zend │ │ 0x105ef8b0 5f766972 7475616c 5f637764 2e630000 _virtual_cwd.c.. │ │ 0x105ef8c0 69203c20 34303936 00000000 63642000 i < 4096....cd . │ │ 0x105ef8d0 7473726d 5f726561 6c706174 685f7200 tsrm_realpath_r. │ │ 0x105ef8e0 5c6e0000 5c720000 5c740000 5c660000 \n..\r..\t..\f.. │ │ 0x105ef8f0 5c760000 5c650000 5c300000 e86a0210 \v..\e..\0...j.. │ │ 0x105ef900 3c6a0210 706b0210 2c6b0210 806a0210