Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OOM Triggered during apt-offline install #62

Closed
rickysarraf opened this issue Mar 7, 2017 · 3 comments
Closed

OOM Triggered during apt-offline install #62

rickysarraf opened this issue Mar 7, 2017 · 3 comments
Assignees
Labels
Milestone

Comments

@rickysarraf
Copy link
Owner

I suspected it to be dupe of #38
But that is NOT the case.

rickysarraf commented an hour ago
So, I've locally hit an OOM under UML.

852731 util-linux : mention upstream bug reporting URL
855203 util-linux : hwclock-set: Synchronize from hwclock despite systemd presence
856833 util-linux : /sbin/wipefs: wipefs does not delete ZFS label/signature
856968 util-linux : /usr/bin/whereis: does not find multiarch libraries
97349 util-linux : hwclock doesn't adjust
(Y) Yes. Proceed with installation
(N) No, Abort.
(R) Redisplay the list of bugs.
(Bug Number) Display the bug report from the Offline Bug Reports.
(?) Display this help message.
What would you like to do next: (y, N, ?)y
base-files_9.8_amd64.deb file synced.
bash_4.4-4+b1_amd64.deb file synced.
gcc-6-base_6.3.0-8_amd64.deb file synced.
coreutils_8.26-3_amd64.deb file synced.
bsdutils_1%3a2.29.1-1_amd64.deb file synced.
libgcc1_1%3a6.3.0-8_amd64.deb file synced.
libstdc++6_6.3.0-8_amd64.deb file synced.
perl-base_5.24.1-1_amd64.deb file synced.
libc6_2.24-9_amd64.deb file synced.
init-system-helpers_1.47_all.deb file synced.
cron_3.0pl1-128+b1_amd64.deb file synced.
dpkg_1.18.23_amd64.deb file synced.
dash_0.5.8-2.4_amd64.deb file synced.
Killed
root@uml:~#
and

[ 15.500000] SCSI subsystem initialized
[ 15.590000] Loading iSCSI transport class v2.0-870.
[ 6005.440000] do_syscall_stub : ret = -12, offset = 1052688, data = 000000009e962010
[ 6005.440000] do_syscall_stub: syscall 9 failed, return value = 0xfffffffffffffff4, expected return value = 0x155bd3000
[ 6005.440000] syscall parameters: 0x155bd3000 0x1000 0x5 0x11 0x3 0x395a3000
[ 6005.440000] UML ran out of memory on the host side! This can happen due to a memory limitation or vm.max_map_count has been reached.
[ 6005.440000] Failed to flush page for address 0x155bd3000
root@uml:# apt-offline install /var/tmp/lxc/uml.zip ^C
root@uml:
# free -m
total used free shared buff/cache available
Mem: 993 25 825 7 142 941
Swap: 0 0 0
root@uml:~#
1 GiB is enough and I don't like the fact that apt-offline is asking for more. Can some optimization be done ?
@rickysarraf
Owner
rickysarraf commented 18 minutes ago
Oh! Boy. This one is going to be a hard one to optimize.
Given that the actual zip archive is hardly 80 MiB, and given below logs, there seems to be a leak in Python. Luckily on a machine with large amounts of RAM, it eventually recovered.

top - 16:43:38 up 21:42, 1 user, load average: 2.73, 1.72, 1.22
Tasks: 355 total, 3 running, 336 sleeping, 0 stopped, 3 zombie
%Cpu0 : 29.3 us, 1.0 sy, 0.0 ni, 67.7 id, 1.0 wa, 0.0 hi, 1.0 si, 0.0 st
%Cpu1 : 72.5 us, 2.9 sy, 0.0 ni, 23.5 id, 1.0 wa, 0.0 hi, 0.0 si, 0.0 st
%Cpu2 : 20.0 us, 2.0 sy, 0.0 ni, 77.0 id, 1.0 wa, 0.0 hi, 0.0 si, 0.0 st
%Cpu3 : 16.0 us, 2.0 sy, 0.0 ni, 81.0 id, 1.0 wa, 0.0 hi, 0.0 si, 0.0 st
MiB Mem : 7907.461 total, 159.203 free, 3889.949 used, 3858.309 buff/cache
MiB Swap: 20796.85+total, 19639.40+free, 1157.453 used. 2933.637 avail Mem
PID to signal/kill [default pid = 17392]
PID PPID nTH USER PR NI S %CPU %MEM TIME+ COMMAND UID
17392 17391 1 root 20 R 98.0 81.0 2:19.81 python 0
27124 8417 7 rrs 20 S 18.0 0.8 2:59.19 nautilus 1000
7068 8439 8 rrs 20 S 12.0 3.8 13:35.96 gnome-shell 1000
8433 8431 2 rrs 20 R 5.0 0.9 15:04.01 Xorg 1000
1019 1 7 root 10 -10 S 2.0 0.0 0:49.22 mergerfs 0
11547 11173 15 rrs 20 S 2.0 1.4 3:03.77 chromium 1000
11624 11173 13 rrs 20 S 2.0 1.0 2:55.04 chromium 1000
8729 8417 4 rrs 20 S 1.0 0.8 1:12.93 terminix 1000
13962 2 1 root 20 S 1.0 0:03.18 kworker/u16:4 0
14221 8417 4 rrs 20 S 1.0 1.0 0:33.23 onboard 1000
15886 15882 41 rrs 20 S 1.0 7.3 3:24.14 java 1000

top - 16:44:11 up 21:43, 1 user, load average: 2.89, 1.86, 1.28
Tasks: 355 total, 4 running, 335 sleeping, 0 stopped, 3 zombie
%Cpu0 : 27.0 us, 1.0 sy, 0.0 ni, 71.0 id, 1.0 wa, 0.0 hi, 0.0 si, 0.0 st
%Cpu1 : 62.0 us, 2.0 sy, 0.0 ni, 36.0 id, 0.0 wa, 0.0 hi, 0.0 si, 0.0 st
%Cpu2 : 13.0 us, 4.0 sy, 0.0 ni, 82.0 id, 1.0 wa, 0.0 hi, 0.0 si, 0.0 st
%Cpu3 : 38.0 us, 2.0 sy, 0.0 ni, 59.0 id, 1.0 wa, 0.0 hi, 0.0 si, 0.0 st
MiB Mem : 7907.461 total, 145.008 free, 3901.461 used, 3860.992 buff/cache
MiB Swap: 20796.85+total, 19639.40+free, 1157.453 used. 2919.355 avail Mem
PID to signal/kill [default pid = 17392]
PID PPID nTH USER PR NI S %CPU %MEM TIME+ COMMAND UID
17392 17391 1 root 20 R 97.1 98.5 2:51.42 python 0
27124 8417 8 rrs 20 R 16.7 0.8 3:04.91 nautilus 1000
7068 8439 8 rrs 20 S 13.7 3.9 13:42.03 gnome-shell 1000
8433 8431 2 rrs 20 S 5.9 0.9 15:06.72 Xorg 1000
1019 1 7 root 10 -10 S 2.0 0.0 0:50.01 mergerfs 0
14221 8417 4 rrs 20 R 2.0 1.0 0:33.76 onboard 1000
8729 8417 4 rrs 20 S 1.0 0.8 1:13.52 terminix 1000
11267 11173 17 rrs 20 S 1.0 1.2 5:00.77 chromium 1000
11624 11173 13 rrs 20 S 1.0 1.0 2:55.25 chromium 1000
15886 15882 41 rrs 20 S 1.0 7.3 3:24.38 java 1000
17480 8807 1 rrs 20 R 1.0 0.0 0:01.68 top 1000
17549 17548 1 root 20 S 1.0 0.0 0:01.27 cachestat-perf 0
This is on my host machine with 8 GiB or RAM and 20 GiB of SWAP.

Here's cachestat

Counting cache functions... Output every 1 seconds.
HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB
3311 1283 0 72.1% 240 3342
2783 582 0 82.7% 240 3341
2299 251 0 90.2% 240 3346
7858 2767 153 74.0% 240 3345
2441 249 0 90.7% 240 3339
4122 326 67 92.7% 240 3333
2431 407 0 85.7% 240 3333
3998 266 0 93.8% 240 3338
2719 392 152 87.4% 240 3338
2312 264 0 89.8% 240 3342
4077 400 0 91.1% 240 3333
2415 268 0 90.0% 240 3333
2448 410 9 85.7% 240 3333
3762 1777 95 67.9% 240 3333
7117 977 29 87.9% 240 3339
6010 2419 0 71.3% 240 3346
3950 340 84 92.1% 240 3338
2422 339 68 87.7% 240 3338
4003 264 0 93.8% 240 3342
4341 825 0 84.0% 240 3337
3546 1557 0 69.5% 240 3343
4299 518 0 89.2% 240 3338
6087 2580 40 70.2% 240 3347
2434 327 0 88.2% 240 3341
3424 1350 4 71.7% 240 3341
16868 2892 242 85.4% 240 3335
5612 190 5 96.7% 240 3335
2855 614 22 82.3% 240 3317
3477 1748 0 66.5% 240 3319
5501 2812 53 66.2% 240 3317
5697 4691 0 54.8% 240 3317
5622 3811 241 59.6% 240 3317
2444 358 0 87.2% 240 3313
3993 245 0 94.2% 240 3318
3877 2029 0 65.6% 240 3318
5104 3135 18 61.9% 240 3313
2595 553 0 82.4% 240 3313
2282 266 0 89.6% 240 3313
5829 4012 0 59.2% 240 3313
2517 413 3 85.9% 240 3313
2510 493 0 83.6% 240 3312
2741 550 0 83.3% 240 3315
2418 325 0 88.2% 240 3313
2722 612 17 81.6% 240 3314
2746 572 0 82.8% 240 3309
2453 460 0 84.2% 240 3309
2415 368 0 86.8% 240 3310
2457 401 0 86.0% 240 3309
2879 862 2904 77.0% 240 3309
5207 2176 0 70.5% 240 3313
3014 993 50 75.2% 240 3314
2604 1133 39 69.7% 240 3328
2576 330 0 88.6% 240 3334
4526 879 74 83.7% 240 3326
4168 522 0 88.9% 240 3314
2686 324 0 89.2% 240 3313
8955 233 5471 97.5% 240 3332
2567 307 0 89.3% 240 3314
2660 690 0 79.4% 240 3314
3805 1217 61 75.8% 240 3314
3581 1561 0 69.6% 240 3318
2544 539 0 82.5% 240 3318
2508 518 9 82.9% 240 3317
3351 1266 0 72.6% 240 3317
2376 346 0 87.3% 240 3318
2756 693 18 79.9% 240 3318
3957 2032 0 66.1% 240 3318
2681 695 0 79.4% 240 3318
2501 497 0 83.4% 240 3318
2823 682 0 80.5% 240 3318
2600 465 0 84.8% 240 3318
2557 537 0 82.6% 240 3318
4577 2537 48 64.3% 240 3318
2378 332 4 87.7% 240 3318
2654 585 0 81.9% 240 3318
2907 807 0 78.3% 240 3314
2392 349 0 87.3% 240 3314
2688 602 0 81.7% 240 3315
2459 312 0 88.7% 240 3315
2238 230 0 90.7% 240 3314
4022 329 2875 92.4% 240 3326
5057 1554 0 76.5% 240 3333
8751 5528 383 61.3% 240 3336
19801 18746 1348 51.4% 240 3337
13433 10772 1034 55.5% 240 3308
8755 6492 586 57.4% 240 3308
19866 19994 1651 49.8% 240 3307
7441 5324 299 58.3% 240 3310
22220 21758 1685 50.5% 240 3310
17127 14967 990 53.4% 240 3310
44986 9213 669 83.0% 240 3316
21874 19886 1939 52.4% 240 3314
15436 15099 1581 50.6% 240 3313
2196265 721 54 100.0% 240 3313
1883 0 0 100.0% 240 3313
1856 0 0 100.0% 240 3312
2357 0 0 100.0% 240 3305
1844 0 0 100.0% 240 3308
1776 0 0 100.0% 240 3308
1968 0 0 100.0% 240 3304
1825 0 0 100.0% 240 3304
1835 0 0 100.0% 240 3304
1847 0 0 100.0% 240 3304
1963 0 0 100.0% 240 3308
1803 0 0 100.0% 240 3308
1848 0 0 100.0% 240 3301
1825 0 0 100.0% 240 3307
5109 21 0 99.6% 240 3309
3460 11 0 99.7% 240 3304
5071 21 0 99.6% 240 3305
^C 1795 0 0 100.0% 240 3305

Ending tracing...
2017-03-07 / 16:44:48 ♒♒♒ ☺
So there's not much to be done in apt-offline, if python may be leaking memory.
@rickysarraf
Owner
rickysarraf commented 6 minutes ago
My suspicion that tempfiles were eating precious memory is wrong. Because tempfiles are being unavailable for deletion because they are dynamically created/removed as and when accesses from the ZipFile handle.

Exception OSError: (2, 'No such file or directory', '/tmp/tmpyyUjYz') in <bound method _TemporaryFileWrapper.del of <closed file '', mode 'w+b' at 0x42e43ae0>> ignored
/tmp/tmptezTbl

Exception OSError: (2, 'No such file or directory', '/tmp/tmptezTbl') in <bound method _TemporaryFileWrapper.del of <closed file '', mode 'w+b' at 0x42e43c00>> ignored
/tmp/tmpDPboX0

Exception OSError: (2, 'No such file or directory', '/tmp/tmpDPboX0') in <bound method _TemporaryFileWrapper.del of <closed file '', mode 'w+b' at 0x42e43ae0>> ignored
/tmp/tmppXlpwx

Exception OSError: (2, 'No such file or directory', '/tmp/tmppXlpwx') in <bound method _TemporaryFileWrapper.del of <closed file '', mode 'w+b' at 0x42e43c00>> ignored
/tmp/tmp8YGeLB

Exception OSError: (2, 'No such file or directory', '/tmp/tmp8YGeLB') in <bound method _TemporaryFileWrapper.del of <closed file '', mode 'w+b' at 0x42e43ae0>> ignored
/tmp/tmpoCjU5f

Exception OSError: (2, 'No such file or directory', '/tmp/tmpoCjU5f') in <bound method _TemporaryFileWrapper.del of <closed file '', mode 'w+b' at 0x42e43c00>> ignored
/tmp/tmpXo82ZN

Exception OSError: (2, 'No such file or directory', '/tmp/tmpXo82ZN') in <bound method _TemporaryFileWrapper.del of <closed file '', mode 'w+b' at 0x42e43ae0>> ignored
/tmp/tmpvK9TvU

Exception OSError: (2, 'No such file or directory', '/tmp/tmpvK9TvU') in <bound method _TemporaryFileWrapper.del of <closed file '', mode 'w+b' at 0x42e43c00>> ignored
/tmp/tmp8W2HvE

@rickysarraf rickysarraf self-assigned this Mar 7, 2017
@rickysarraf rickysarraf added the Bug label Mar 7, 2017
@rickysarraf rickysarraf added this to the Future milestone Mar 7, 2017
@rickysarraf
Copy link
Owner Author

In my investigation so far, this will be an intermittent issue, seen only on some systems and seen based on how many bug report were downloaded and how many changelogs generated. And then, your memory would matter.

852731	util-linux	: mention upstream bug reporting URL
855203	util-linux	: hwclock-set: Synchronize from hwclock despite systemd presence
856833	util-linux	: /sbin/wipefs: wipefs does not delete ZFS label/signature
856968	util-linux	: /usr/bin/whereis: does not find multiarch libraries
97349	util-linux	: hwclock doesn't adjust
(Y) Yes. Proceed with installation
(N) No, Abort.
(R) Redisplay the list of bugs.
(Bug Number) Display the bug report from the Offline Bug Reports.
(?) Display this help message.
What would you like to do next:	 (y, N, ?)y
Before magicMIME.file() /tmp/tmpITUTyJ

just after MIME check for /tmp/tmpITUTyJ

base-files_9.8_amd64.deb file synced.
Before magicMIME.file() /tmp/tmpWRoHYX

Before magicMIME.file() /tmp/tmpfgv85x

just after MIME check for /tmp/tmpfgv85x

bash_4.4-4+b1_amd64.deb file synced.
Before magicMIME.file() /tmp/tmpRCHzPn

Before magicMIME.file() /tmp/tmpdECgvI

Before magicMIME.file() /tmp/tmpGPFUq2

Before magicMIME.file() /tmp/tmpQvlTTf

just after MIME check for /tmp/tmpQvlTTf

gcc-6-base_6.3.0-8_amd64.deb file synced.
Before magicMIME.file() /tmp/tmpJF0yLR

just after MIME check for /tmp/tmpJF0yLR

coreutils_8.26-3_amd64.deb file synced.
Before magicMIME.file() /tmp/tmpcWpus6

just after MIME check for /tmp/tmpcWpus6

bsdutils_1%3a2.29.1-1_amd64.deb file synced.
Before magicMIME.file() /tmp/tmpcB9wxN

just after MIME check for /tmp/tmpcB9wxN

libgcc1_1%3a6.3.0-8_amd64.deb file synced.
Before magicMIME.file() /tmp/tmpTJ6wfq

Before magicMIME.file() /tmp/tmpmsDlFb

Before magicMIME.file() /tmp/tmpPCbI2_

Before magicMIME.file() /tmp/tmpWfJF_b

Before magicMIME.file() /tmp/tmpuPvk1E

Before magicMIME.file() /tmp/tmpMuFaHJ

Before magicMIME.file() /tmp/tmpKMRKd1

Before magicMIME.file() /tmp/tmpbG86nz

Before magicMIME.file() /tmp/tmpu9v0uC

just after MIME check for /tmp/tmpu9v0uC

libstdc++6_6.3.0-8_amd64.deb file synced.
Before magicMIME.file() /tmp/tmpBaEYjO

Before magicMIME.file() /tmp/tmpjq3JcW

Before magicMIME.file() /tmp/tmpftqlxh

Before magicMIME.file() /tmp/tmpZVQKFY

Before magicMIME.file() /tmp/tmpzuupfj

Before magicMIME.file() /tmp/tmpu_q7Qp

Before magicMIME.file() /tmp/tmpnF3jEn

Before magicMIME.file() /tmp/tmp1WMGCT

Before magicMIME.file() /tmp/tmphzOOxG

Before magicMIME.file() /tmp/tmpDX9zYL

Before magicMIME.file() /tmp/tmpaNYGtY

Before magicMIME.file() /tmp/tmpjnrZfQ

Before magicMIME.file() /tmp/tmpEZewFo

Before magicMIME.file() /tmp/tmpUZc9tc

Before magicMIME.file() /tmp/tmpfxxs3j

Before magicMIME.file() /tmp/tmpaQuaaJ

Before magicMIME.file() /tmp/tmpFJrvym

Before magicMIME.file() /tmp/tmpwpCOHQ

Before magicMIME.file() /tmp/tmppCB9Km

Before magicMIME.file() /tmp/tmpE1px7O

Before magicMIME.file() /tmp/tmpdL8wsl

Before magicMIME.file() /tmp/tmpYSVXpx

Before magicMIME.file() /tmp/tmpT2rYIX

Before magicMIME.file() /tmp/tmpqn17Az

Before magicMIME.file() /tmp/tmp6gCkQM

Before magicMIME.file() /tmp/tmpwheFkc

Before magicMIME.file() /tmp/tmplGGMZa

Before magicMIME.file() /tmp/tmpbZPefg

just after MIME check for /tmp/tmpbZPefg

perl-base_5.24.1-1_amd64.deb file synced.
Before magicMIME.file() /tmp/tmpwu9i4W

Before magicMIME.file() /tmp/tmpYPEKK4

just after MIME check for /tmp/tmpYPEKK4

libc6_2.24-9_amd64.deb file synced.
Before magicMIME.file() /tmp/tmpmK6EV3

Before magicMIME.file() /tmp/tmp5ytSMi

Before magicMIME.file() /tmp/tmpLpWmZa

Before magicMIME.file() /tmp/tmpdnVs3v

Before magicMIME.file() /tmp/tmpTSKmWX

Before magicMIME.file() /tmp/tmp5rhHQX

Before magicMIME.file() /tmp/tmpJTdlDZ

Before magicMIME.file() /tmp/tmpGJrkEv

Before magicMIME.file() /tmp/tmpK2im0t

Before magicMIME.file() /tmp/tmpH7UiHW

Before magicMIME.file() /tmp/tmpbUfMGd

Before magicMIME.file() /tmp/tmp3FODBC

Before magicMIME.file() /tmp/tmpYnMjNE

Before magicMIME.file() /tmp/tmp4_dCk2

Before magicMIME.file() /tmp/tmplJG87N

Before magicMIME.file() /tmp/tmpeCEeTI

Before magicMIME.file() /tmp/tmpzB2a7u

Before magicMIME.file() /tmp/tmpj3qtoO

Before magicMIME.file() /tmp/tmpUIcRWr

Before magicMIME.file() /tmp/tmpRbr7Tn

Before magicMIME.file() /tmp/tmpFf72pt

Before magicMIME.file() /tmp/tmpZhmVLR

Before magicMIME.file() /tmp/tmpDZnguL

just after MIME check for /tmp/tmpDZnguL

init-system-helpers_1.47_all.deb file synced.
Before magicMIME.file() /tmp/tmpLolg1f

Before magicMIME.file() /tmp/tmpU_rRk4

Before magicMIME.file() /tmp/tmpApSVWb

Before magicMIME.file() /tmp/tmpbr8J7w

just after MIME check for /tmp/tmpbr8J7w

cron_3.0pl1-128+b1_amd64.deb file synced.
Before magicMIME.file() /tmp/tmpmw80IA

Before magicMIME.file() /tmp/tmpP1Yn58

Before magicMIME.file() /tmp/tmp8lKukh

Before magicMIME.file() /tmp/tmpxyKQzQ

Before magicMIME.file() /tmp/tmp7ORBQ6

Before magicMIME.file() /tmp/tmphxHRQr

Before magicMIME.file() /tmp/tmpXAYFck

Before magicMIME.file() /tmp/tmpMDqF2f

Before magicMIME.file() /tmp/tmp5i_KB2

Before magicMIME.file() /tmp/tmpSI8hbY

Before magicMIME.file() /tmp/tmpJ2O7S_

Before magicMIME.file() /tmp/tmp09fdXL

Before magicMIME.file() /tmp/tmp9QWc1E

Before magicMIME.file() /tmp/tmpEf6zDU

Before magicMIME.file() /tmp/tmplx5jHM

Before magicMIME.file() /tmp/tmp2vKl8O

Before magicMIME.file() /tmp/tmpLhEIwV

Before magicMIME.file() /tmp/tmpDt1huG

Before magicMIME.file() /tmp/tmpnySqP8

Before magicMIME.file() /tmp/tmpgCNju1

Before magicMIME.file() /tmp/tmpbfaR4f

Before magicMIME.file() /tmp/tmpotqSHJ

Before magicMIME.file() /tmp/tmppI2vHJ

Before magicMIME.file() /tmp/tmpaXl0uT

Before magicMIME.file() /tmp/tmprJCwIf

Before magicMIME.file() /tmp/tmp64WAsF

Before magicMIME.file() /tmp/tmp1jDO6V

Before magicMIME.file() /tmp/tmpMAMLoZ

Before magicMIME.file() /tmp/tmpzCfdeM

Before magicMIME.file() /tmp/tmpY5ZANU

Before magicMIME.file() /tmp/tmpAABFJm

Before magicMIME.file() /tmp/tmpiLTOmP

Before magicMIME.file() /tmp/tmphRycey

Before magicMIME.file() /tmp/tmpLX1Fu7

Before magicMIME.file() /tmp/tmpbR0VXa

Before magicMIME.file() /tmp/tmpZzyHQe

Before magicMIME.file() /tmp/tmpwPPZE4

Before magicMIME.file() /tmp/tmpSoQhto

Before magicMIME.file() /tmp/tmp_0mYdU

Before magicMIME.file() /tmp/tmpXgpFib

Before magicMIME.file() /tmp/tmpSmJbZZ

Before magicMIME.file() /tmp/tmpdLLsbC

Before magicMIME.file() /tmp/tmpM6Cd45

Before magicMIME.file() /tmp/tmp9V8C8L

Before magicMIME.file() /tmp/tmp1z15EA

Before magicMIME.file() /tmp/tmp0MSGFw

Before magicMIME.file() /tmp/tmp_mEzpX

Before magicMIME.file() /tmp/tmpoaP0M8

Before magicMIME.file() /tmp/tmptznQiQ

Before magicMIME.file() /tmp/tmpVGVOde

Before magicMIME.file() /tmp/tmpC6UHg6

Before magicMIME.file() /tmp/tmpNUtlBx

Before magicMIME.file() /tmp/tmpvk7muy

Before magicMIME.file() /tmp/tmpK1ta4Q

Before magicMIME.file() /tmp/tmpREWZiF

Before magicMIME.file() /tmp/tmpBAqVKj

Before magicMIME.file() /tmp/tmpSEPZuf

Before magicMIME.file() /tmp/tmpksQJJY

Before magicMIME.file() /tmp/tmpCcz6iu

Before magicMIME.file() /tmp/tmptw7mga

Before magicMIME.file() /tmp/tmpa5Ofrv

Before magicMIME.file() /tmp/tmphU036I

Before magicMIME.file() /tmp/tmp_YjwtN

Before magicMIME.file() /tmp/tmpMKvGzX

Before magicMIME.file() /tmp/tmpqyx6ej

Before magicMIME.file() /tmp/tmpbqBb1t

Before magicMIME.file() /tmp/tmp0a1frF

Before magicMIME.file() /tmp/tmpBfwpq7

Before magicMIME.file() /tmp/tmp03BNl7

Before magicMIME.file() /tmp/tmpfbIv2w

Before magicMIME.file() /tmp/tmp5eDqHZ

Before magicMIME.file() /tmp/tmpkYu_8t

Before magicMIME.file() /tmp/tmpAWCvSW

Before magicMIME.file() /tmp/tmptQXbFD

Before magicMIME.file() /tmp/tmpi4sBhq

Before magicMIME.file() /tmp/tmpHnyo_C

Before magicMIME.file() /tmp/tmppYoreC

Before magicMIME.file() /tmp/tmp0C59HC

Before magicMIME.file() /tmp/tmp7fsJuH

Before magicMIME.file() /tmp/tmpsdGzGC

Before magicMIME.file() /tmp/tmpov4XeT

Before magicMIME.file() /tmp/tmpBHeL61

Before magicMIME.file() /tmp/tmprDdRbX

Before magicMIME.file() /tmp/tmpADN_vy

Before magicMIME.file() /tmp/tmpI9Fg7V

Before magicMIME.file() /tmp/tmpWJUDjD

Before magicMIME.file() /tmp/tmpI0BVma

Before magicMIME.file() /tmp/tmp3MA06K

Before magicMIME.file() /tmp/tmp_4kdDU

Before magicMIME.file() /tmp/tmpM3X9kQ

Before magicMIME.file() /tmp/tmpF7uIbJ

Before magicMIME.file() /tmp/tmpvFYKQK

Before magicMIME.file() /tmp/tmpAzevJ8

Before magicMIME.file() /tmp/tmp1xMDQH

Before magicMIME.file() /tmp/tmp9CtzFX

Before magicMIME.file() /tmp/tmpAYykO2

Before magicMIME.file() /tmp/tmpJoenTi

Before magicMIME.file() /tmp/tmpu5D8h2

Before magicMIME.file() /tmp/tmpuMeVuR

Before magicMIME.file() /tmp/tmpQRQ0R8

Before magicMIME.file() /tmp/tmpinIwmZ

Before magicMIME.file() /tmp/tmpvCXrrM

Before magicMIME.file() /tmp/tmpkrKzTt

Before magicMIME.file() /tmp/tmpP8G2xU

Before magicMIME.file() /tmp/tmpCkU2kr

Before magicMIME.file() /tmp/tmp4QiG8c

Before magicMIME.file() /tmp/tmp_nL2KI

Before magicMIME.file() /tmp/tmpZkMXE4

Before magicMIME.file() /tmp/tmpatGZd7

Before magicMIME.file() /tmp/tmpPcH_Wz

Before magicMIME.file() /tmp/tmpdFOQGQ

Before magicMIME.file() /tmp/tmpvWb6U9

Before magicMIME.file() /tmp/tmpSFZb1l

Before magicMIME.file() /tmp/tmps1EQiL

Before magicMIME.file() /tmp/tmpQSkBQQ

Before magicMIME.file() /tmp/tmpHy5VfE

Before magicMIME.file() /tmp/tmpEeZmCP

Before magicMIME.file() /tmp/tmpr3s8a6

Before magicMIME.file() /tmp/tmpXG2GRU

Before magicMIME.file() /tmp/tmpwrqlPw

Before magicMIME.file() /tmp/tmp6PPrvL

Before magicMIME.file() /tmp/tmpxu9LqJ

Before magicMIME.file() /tmp/tmpyX9mNA

Before magicMIME.file() /tmp/tmp47UYw6

Before magicMIME.file() /tmp/tmp0HyQLe

Before magicMIME.file() /tmp/tmpkD4ECX

Before magicMIME.file() /tmp/tmpYU7TQw

Before magicMIME.file() /tmp/tmpnEWpMb

Before magicMIME.file() /tmp/tmpDdvWKY

Before magicMIME.file() /tmp/tmpnA7tbC

Before magicMIME.file() /tmp/tmpMqyeLq

Before magicMIME.file() /tmp/tmp5TMBH6

Before magicMIME.file() /tmp/tmpMjIJfo

Before magicMIME.file() /tmp/tmpUaXZNE

Before magicMIME.file() /tmp/tmpOd6yOG

Before magicMIME.file() /tmp/tmpU1pDZG

Before magicMIME.file() /tmp/tmpgKxHvx

Before magicMIME.file() /tmp/tmpk1fsae

Before magicMIME.file() /tmp/tmp8GwjzZ

Before magicMIME.file() /tmp/tmpAyp1vG

Before magicMIME.file() /tmp/tmpuYPY4I

Before magicMIME.file() /tmp/tmpvipICj

Before magicMIME.file() /tmp/tmptA3e63

Before magicMIME.file() /tmp/tmpamXApH

Before magicMIME.file() /tmp/tmpZbctKX

Before magicMIME.file() /tmp/tmpd3F_0s

Before magicMIME.file() /tmp/tmpdbBLvv

Before magicMIME.file() /tmp/tmpUZpWyl

Before magicMIME.file() /tmp/tmp33HCf9

Before magicMIME.file() /tmp/tmpC3yFib

Before magicMIME.file() /tmp/tmpkUAtBj

Before magicMIME.file() /tmp/tmp_rrcKy

Before magicMIME.file() /tmp/tmpuNlPJK

Before magicMIME.file() /tmp/tmpAQ5dad

Before magicMIME.file() /tmp/tmp7fDCcU

Before magicMIME.file() /tmp/tmpkfCcGN

Before magicMIME.file() /tmp/tmpJwIE4E

Before magicMIME.file() /tmp/tmpzHzTXV

Before magicMIME.file() /tmp/tmpeC9f2J

Before magicMIME.file() /tmp/tmpiFpRoX

Before magicMIME.file() /tmp/tmpYUCuud

Before magicMIME.file() /tmp/tmpaY3E8d

Before magicMIME.file() /tmp/tmpm0JCXO

Before magicMIME.file() /tmp/tmphF4CU3

Before magicMIME.file() /tmp/tmpZNw95N

Before magicMIME.file() /tmp/tmpEjvGDu

Before magicMIME.file() /tmp/tmp_jZTfC

Before magicMIME.file() /tmp/tmpuD8J02

Before magicMIME.file() /tmp/tmpwwBDeG

Before magicMIME.file() /tmp/tmpFLmp_v

Before magicMIME.file() /tmp/tmpEGbXWg

Before magicMIME.file() /tmp/tmpk6qloS

Before magicMIME.file() /tmp/tmp2KBCID

Before magicMIME.file() /tmp/tmpgyhhtG

Before magicMIME.file() /tmp/tmpJsWQBJ

Before magicMIME.file() /tmp/tmphmK4Ns

Before magicMIME.file() /tmp/tmp1dqHbN

Before magicMIME.file() /tmp/tmpWTeZjE

Before magicMIME.file() /tmp/tmpbxUjrl

Before magicMIME.file() /tmp/tmpAqqmuN

Before magicMIME.file() /tmp/tmp3yN1wn

just after MIME check for /tmp/tmp3yN1wn

dpkg_1.18.23_amd64.deb file synced.
Before magicMIME.file() /tmp/tmpgRgi8t

Before magicMIME.file() /tmp/tmplDLmk_

Before magicMIME.file() /tmp/tmpsgiPG4

Before magicMIME.file() /tmp/tmpC86AUV

Before magicMIME.file() /tmp/tmplTBVHQ

Before magicMIME.file() /tmp/tmpOp5eWQ

Before magicMIME.file() /tmp/tmp75fQhZ

Before magicMIME.file() /tmp/tmp7UuktK

Before magicMIME.file() /tmp/tmp42nyX_

Before magicMIME.file() /tmp/tmpOlra2L

Before magicMIME.file() /tmp/tmpEC2lA8

Before magicMIME.file() /tmp/tmpJczRdm

Before magicMIME.file() /tmp/tmpUIsA2d

Before magicMIME.file() /tmp/tmpv6NMXi

Before magicMIME.file() /tmp/tmptlCyi1

Before magicMIME.file() /tmp/tmpzo9lAL

Before magicMIME.file() /tmp/tmpzYOhex

Before magicMIME.file() /tmp/tmp5md6Vv

Before magicMIME.file() /tmp/tmpUzCPZU

Before magicMIME.file() /tmp/tmpzpCDrT

Before magicMIME.file() /tmp/tmpsWtmYL

Before magicMIME.file() /tmp/tmp8MQJQp

Before magicMIME.file() /tmp/tmpuXQjVT

Before magicMIME.file() /tmp/tmptFTCIq

Before magicMIME.file() /tmp/tmp9l3uZE

Before magicMIME.file() /tmp/tmpVaa8m3

Before magicMIME.file() /tmp/tmppNVv32

Before magicMIME.file() /tmp/tmpSWnHUy

Before magicMIME.file() /tmp/tmpLtVyNH

Before magicMIME.file() /tmp/tmpjPbXoH

Before magicMIME.file() /tmp/tmpnZz7qj

Before magicMIME.file() /tmp/tmpi7_rRt

Before magicMIME.file() /tmp/tmp6wyHIK

Before magicMIME.file() /tmp/tmpRw83Sn

Before magicMIME.file() /tmp/tmpJ89ur7

Before magicMIME.file() /tmp/tmpDqI0sb

Before magicMIME.file() /tmp/tmpyr7Si_

Before magicMIME.file() /tmp/tmp_nyK9F

Before magicMIME.file() /tmp/tmpQyFYyo

Before magicMIME.file() /tmp/tmpEP7BxJ

Before magicMIME.file() /tmp/tmpXRGZiF

Before magicMIME.file() /tmp/tmpuR_Izw

Before magicMIME.file() /tmp/tmpGp24fv

Before magicMIME.file() /tmp/tmpADleNX

Before magicMIME.file() /tmp/tmp_Ctyi0

Before magicMIME.file() /tmp/tmpvamopU

Before magicMIME.file() /tmp/tmprqn0HD

Before magicMIME.file() /tmp/tmpDVq3Ed

Before magicMIME.file() /tmp/tmpa_PnY6

Before magicMIME.file() /tmp/tmpCZVLnA

Before magicMIME.file() /tmp/tmpuPpnCG

Before magicMIME.file() /tmp/tmpi3QM2I

Before magicMIME.file() /tmp/tmp9W1DQl

Before magicMIME.file() /tmp/tmpCPwCmA

Before magicMIME.file() /tmp/tmpk_ud19

Before magicMIME.file() /tmp/tmpZxjR0e

Before magicMIME.file() /tmp/tmp2bRVCD

Before magicMIME.file() /tmp/tmpUnKVnR

Before magicMIME.file() /tmp/tmplcWqyb

Before magicMIME.file() /tmp/tmpmPZZv4

Before magicMIME.file() /tmp/tmp1mcjL1

Before magicMIME.file() /tmp/tmpDAbO_d

Before magicMIME.file() /tmp/tmpRCDFGn

Before magicMIME.file() /tmp/tmpXq2Mym

Before magicMIME.file() /tmp/tmpM0jMwT

Before magicMIME.file() /tmp/tmpoSSw0N

Before magicMIME.file() /tmp/tmp41Zll2

Before magicMIME.file() /tmp/tmpX7VRn5

Before magicMIME.file() /tmp/tmpkaWT5r

Before magicMIME.file() /tmp/tmp6wDCPf

Before magicMIME.file() /tmp/tmp9uyMgd

Before magicMIME.file() /tmp/tmp6H2vwv

Before magicMIME.file() /tmp/tmpbd4qOq

Before magicMIME.file() /tmp/tmpvI_AmM

Before magicMIME.file() /tmp/tmpLbGuXH

Before magicMIME.file() /tmp/tmpJa68wJ

Before magicMIME.file() /tmp/tmpcifqaU

Before magicMIME.file() /tmp/tmpc4O9Vw

Before magicMIME.file() /tmp/tmpu2keoS

Before magicMIME.file() /tmp/tmp_VW8GE

Before magicMIME.file() /tmp/tmptUGRe6

Before magicMIME.file() /tmp/tmpoHACbX

Before magicMIME.file() /tmp/tmpuHjXpM

Before magicMIME.file() /tmp/tmp1A0siE

Before magicMIME.file() /tmp/tmpH1S1kf

Before magicMIME.file() /tmp/tmpVDg9g8

Before magicMIME.file() /tmp/tmpXZoyeG

Before magicMIME.file() /tmp/tmpoowtdY

Before magicMIME.file() /tmp/tmpCLYzIO

Before magicMIME.file() /tmp/tmpyIOssk

Before magicMIME.file() /tmp/tmp7a72W3

Before magicMIME.file() /tmp/tmpjDhehO

Before magicMIME.file() /tmp/tmpajFST0

Before magicMIME.file() /tmp/tmpFDlDXy

Before magicMIME.file() /tmp/tmpvqNzYU

Before magicMIME.file() /tmp/tmpU2B6s6

Before magicMIME.file() /tmp/tmpdUJv1x

Before magicMIME.file() /tmp/tmpRyNzO6

Before magicMIME.file() /tmp/tmpw2m7U3

Before magicMIME.file() /tmp/tmphhACmh

Before magicMIME.file() /tmp/tmp8OCG8N

Before magicMIME.file() /tmp/tmp04gXhZ

Before magicMIME.file() /tmp/tmp9gOeph

Before magicMIME.file() /tmp/tmpxBa3VR

Before magicMIME.file() /tmp/tmp7J_zPM

Before magicMIME.file() /tmp/tmp3QCXTQ

Before magicMIME.file() /tmp/tmpxX0LEo

Before magicMIME.file() /tmp/tmp67mt9y

Before magicMIME.file() /tmp/tmpdxvFRH

Before magicMIME.file() /tmp/tmpRt_f3q

Before magicMIME.file() /tmp/tmp1hkpEo

Before magicMIME.file() /tmp/tmpERXyMz

Before magicMIME.file() /tmp/tmpQtjTRK

Before magicMIME.file() /tmp/tmpSfc8vo

Before magicMIME.file() /tmp/tmp1olc39

Before magicMIME.file() /tmp/tmpw0Lvwv

Before magicMIME.file() /tmp/tmp1xBNVF

Before magicMIME.file() /tmp/tmptGfrdk

Before magicMIME.file() /tmp/tmp8XrI8x

Before magicMIME.file() /tmp/tmpFt6Jer

Before magicMIME.file() /tmp/tmpyDFQnS

Before magicMIME.file() /tmp/tmpZP16YV

Before magicMIME.file() /tmp/tmpcMX8bo

Before magicMIME.file() /tmp/tmpzp2ub2

Before magicMIME.file() /tmp/tmpOMdD1P

Before magicMIME.file() /tmp/tmpdcebkr

Before magicMIME.file() /tmp/tmpvj5NWz

Before magicMIME.file() /tmp/tmpKBa7Li

Before magicMIME.file() /tmp/tmpVDbso9

Before magicMIME.file() /tmp/tmpANyd0y

Before magicMIME.file() /tmp/tmpNgnKwb

Before magicMIME.file() /tmp/tmpQfpbrQ

Before magicMIME.file() /tmp/tmpHgk2o1

Before magicMIME.file() /tmp/tmp3H6lvv

Before magicMIME.file() /tmp/tmpzP7rAO

Before magicMIME.file() /tmp/tmpR8epMC

Before magicMIME.file() /tmp/tmpqFqYsU

Before magicMIME.file() /tmp/tmpY9nPK7

Before magicMIME.file() /tmp/tmpWvZzj1

Before magicMIME.file() /tmp/tmpKSPoLt

Before magicMIME.file() /tmp/tmp4kSoID

Before magicMIME.file() /tmp/tmpzfE9ZM

Before magicMIME.file() /tmp/tmpsTBrt9

Before magicMIME.file() /tmp/tmp6uzqaL

Before magicMIME.file() /tmp/tmp1qjcm9

Before magicMIME.file() /tmp/tmpeZuiYR

Before magicMIME.file() /tmp/tmpKwgxFl

Before magicMIME.file() /tmp/tmptuORdW

Before magicMIME.file() /tmp/tmpnxfF9T

Before magicMIME.file() /tmp/tmph8lHlF

Before magicMIME.file() /tmp/tmpAhp1qg

Before magicMIME.file() /tmp/tmpp2kvEb

Before magicMIME.file() /tmp/tmps2ZCYz

Before magicMIME.file() /tmp/tmpKTCeBP

Before magicMIME.file() /tmp/tmpus1Kdm

Before magicMIME.file() /tmp/tmpvgjexO

Before magicMIME.file() /tmp/tmpzVCBIY

Before magicMIME.file() /tmp/tmpfdkXf8

Before magicMIME.file() /tmp/tmpg7zf6m

Before magicMIME.file() /tmp/tmpfxXEob

Before magicMIME.file() /tmp/tmpLxSQZ5

Before magicMIME.file() /tmp/tmpjQqLpd

Before magicMIME.file() /tmp/tmplBi6Bx

Before magicMIME.file() /tmp/tmpZr_dB1

Before magicMIME.file() /tmp/tmpJUq2OA

Before magicMIME.file() /tmp/tmpkhWBha

Before magicMIME.file() /tmp/tmpnL4nOl

Before magicMIME.file() /tmp/tmpyZTJZ4

Before magicMIME.file() /tmp/tmpf2ptog

Before magicMIME.file() /tmp/tmpaHv72C

Before magicMIME.file() /tmp/tmpgHCSw8

Before magicMIME.file() /tmp/tmpldDel9

Before magicMIME.file() /tmp/tmpLmMQUk

Before magicMIME.file() /tmp/tmp0_NxJP

Before magicMIME.file() /tmp/tmpq5sdDZ

Before magicMIME.file() /tmp/tmpvMpWa4

Before magicMIME.file() /tmp/tmpvKtAVu

Before magicMIME.file() /tmp/tmpty4BKw

Before magicMIME.file() /tmp/tmpPYOPVj

Before magicMIME.file() /tmp/tmpBttxZ7

Before magicMIME.file() /tmp/tmpqxcmKj

Before magicMIME.file() /tmp/tmpSf8L29

Before magicMIME.file() /tmp/tmpEKxgYt

Before magicMIME.file() /tmp/tmpxVJzNH

Before magicMIME.file() /tmp/tmpxIRx8M

Before magicMIME.file() /tmp/tmpQrWiuw

Before magicMIME.file() /tmp/tmp0UM9_f

Before magicMIME.file() /tmp/tmpH7ARpO

Before magicMIME.file() /tmp/tmp9H6rFQ

Before magicMIME.file() /tmp/tmp58yuOk

Before magicMIME.file() /tmp/tmpmK_ipY

Before magicMIME.file() /tmp/tmpbZnTO5

Before magicMIME.file() /tmp/tmp30WFOo

Before magicMIME.file() /tmp/tmpsp2Y4X

Before magicMIME.file() /tmp/tmpJ7n0Uy

Before magicMIME.file() /tmp/tmpUva781

Before magicMIME.file() /tmp/tmpvqGCsP

Before magicMIME.file() /tmp/tmp96scYm

Before magicMIME.file() /tmp/tmpy4rhSc

Before magicMIME.file() /tmp/tmp_TSmgi

Before magicMIME.file() /tmp/tmpu0_skV

Before magicMIME.file() /tmp/tmp0HrhgC

Before magicMIME.file() /tmp/tmpjRBezG

Before magicMIME.file() /tmp/tmpBqKsZ9

Before magicMIME.file() /tmp/tmphLIGKf

Before magicMIME.file() /tmp/tmpGWjK51

Before magicMIME.file() /tmp/tmp5dINbv

Before magicMIME.file() /tmp/tmpiWLq44

Before magicMIME.file() /tmp/tmp8nScMS

Before magicMIME.file() /tmp/tmpkZHS2C

Before magicMIME.file() /tmp/tmp7rwiMb

Before magicMIME.file() /tmp/tmpyUQAvI

Before magicMIME.file() /tmp/tmpHOusUU

Before magicMIME.file() /tmp/tmpqpEEKH

Before magicMIME.file() /tmp/tmpNEogNq

Before magicMIME.file() /tmp/tmpBGsOeg

Before magicMIME.file() /tmp/tmpsmLFH0

Before magicMIME.file() /tmp/tmpeQDjOX

Before magicMIME.file() /tmp/tmpuNydas

Before magicMIME.file() /tmp/tmpRaIZlw

Before magicMIME.file() /tmp/tmpNCnurv

Before magicMIME.file() /tmp/tmp5meDdg

Before magicMIME.file() /tmp/tmphaWjJO

Before magicMIME.file() /tmp/tmpaL7hDL

Before magicMIME.file() /tmp/tmpuaN60u

Before magicMIME.file() /tmp/tmp8mfbg3

Before magicMIME.file() /tmp/tmpV9GqyX

Before magicMIME.file() /tmp/tmpMCGXxI

Before magicMIME.file() /tmp/tmpJlnJ8q

Before magicMIME.file() /tmp/tmpT2UsBU

Before magicMIME.file() /tmp/tmpu4ZDfx

Before magicMIME.file() /tmp/tmpH27zxE

just after MIME check for /tmp/tmpH27zxE

dash_0.5.8-2.4_amd64.deb file synced.
Before magicMIME.file() /tmp/tmpicgjgk

Before magicMIME.file() /tmp/tmpLnO6_6

Before magicMIME.file() /tmp/tmpYCZAks

Before magicMIME.file() /tmp/tmpkQwgUG

Before magicMIME.file() /tmp/tmpS5kAXh

Before magicMIME.file() /tmp/tmp8pl3Ix

Before magicMIME.file() /tmp/tmpNZJPX9

Before magicMIME.file() /tmp/tmpAuGxXm

Before magicMIME.file() /tmp/tmp7h1eHm

Before magicMIME.file() /tmp/tmpG62B7x

Before magicMIME.file() /tmp/tmplhQAsX

Before magicMIME.file() /tmp/tmpI6qiUq

Before magicMIME.file() /tmp/tmp8v8TL6

Before magicMIME.file() /tmp/tmp074EQN

Before magicMIME.file() /tmp/tmp4ZRbcO

Before magicMIME.file() /tmp/tmpW50Q_4

Before magicMIME.file() /tmp/tmpHzKkVg

Before magicMIME.file() /tmp/tmpOsjY2O

Before magicMIME.file() /tmp/tmpRR2sOm

Before magicMIME.file() /tmp/tmpw8P3Cg

Before magicMIME.file() /tmp/tmpwfjuJO

Before magicMIME.file() /tmp/tmpo17Ktt

Before magicMIME.file() /tmp/tmpB2svnB

Before magicMIME.file() /tmp/tmpk5BB1X

Before magicMIME.file() /tmp/tmpoIKc2v

Before magicMIME.file() /tmp/tmpzjK0zq

Before magicMIME.file() /tmp/tmpZ8iWXs

Before magicMIME.file() /tmp/tmpJOerTe

Before magicMIME.file() /tmp/tmpNc4n1l

Before magicMIME.file() /tmp/tmps6xYDX

Before magicMIME.file() /tmp/tmpwcZoL2

Before magicMIME.file() /tmp/tmp6SGXWq

Before magicMIME.file() /tmp/tmpOWI1HX

Before magicMIME.file() /tmp/tmpYhzvp0

Before magicMIME.file() /tmp/tmp9289Xo

Before magicMIME.file() /tmp/tmpMlxaNj

Before magicMIME.file() /tmp/tmplnQZyu

Before magicMIME.file() /tmp/tmp47aD6u

Before magicMIME.file() /tmp/tmpxFQGTN

Before magicMIME.file() /tmp/tmpBVKusb

Before magicMIME.file() /tmp/tmplOcc2v

Before magicMIME.file() /tmp/tmpyqNcir

Before magicMIME.file() /tmp/tmpfdm5lG

Before magicMIME.file() /tmp/tmpRunW1A

Before magicMIME.file() /tmp/tmpHvNT4E

Before magicMIME.file() /tmp/tmpHm3TtK

Before magicMIME.file() /tmp/tmp0dhWdG

Before magicMIME.file() /tmp/tmp8Yd5NP

Before magicMIME.file() /tmp/tmpydrsSn

Before magicMIME.file() /tmp/tmpFQn1sK

Before magicMIME.file() /tmp/tmpd0gAXv

Before magicMIME.file() /tmp/tmpDx5l7a

Before magicMIME.file() /tmp/tmpdq9Axk

Before magicMIME.file() /tmp/tmpV2C4Gq

Before magicMIME.file() /tmp/tmp8Dq5XO

Before magicMIME.file() /tmp/tmpTenehD

Before magicMIME.file() /tmp/tmpVpByY5

Before magicMIME.file() /tmp/tmp6cYhRd

Before magicMIME.file() /tmp/tmpolz4TC

Before magicMIME.file() /tmp/tmpYsr_0j

Before magicMIME.file() /tmp/tmp4_sVUT

Before magicMIME.file() /tmp/tmpdPK4vn

Before magicMIME.file() /tmp/tmp6ILu4A

Before magicMIME.file() /tmp/tmppGe_q1

Before magicMIME.file() /tmp/tmpjGPsPE

Before magicMIME.file() /tmp/tmpA5ZHOQ

Before magicMIME.file() /tmp/tmpjQW6ed

Before magicMIME.file() /tmp/tmpIatccM

Before magicMIME.file() /tmp/tmppw6H4w

Before magicMIME.file() /tmp/tmpnifITX

Before magicMIME.file() /tmp/tmp4ZMwTZ

Before magicMIME.file() /tmp/tmpqSCPKM

Before magicMIME.file() /tmp/tmp17UXBw

Before magicMIME.file() /tmp/tmpzWLwg7

Before magicMIME.file() /tmp/tmpx91GPv

Before magicMIME.file() /tmp/tmp23tZzz

Before magicMIME.file() /tmp/tmpX01WNF

Before magicMIME.file() /tmp/tmpyxDIqm

Before magicMIME.file() /tmp/tmpI_ITea

Before magicMIME.file() /tmp/tmpMooKiR

Before magicMIME.file() /tmp/tmp04qzaS

Before magicMIME.file() /tmp/tmp5zSsDh

Before magicMIME.file() /tmp/tmpHCPSEK

Before magicMIME.file() /tmp/tmpUUGRAk

Before magicMIME.file() /tmp/tmpZdUu5z

Before magicMIME.file() /tmp/tmpPAIu0y

Before magicMIME.file() /tmp/tmpjo28Gl

Before magicMIME.file() /tmp/tmpBaAm_0

Before magicMIME.file() /tmp/tmp53k5tb

Before magicMIME.file() /tmp/tmpMTGzAp

Before magicMIME.file() /tmp/tmpM3U75v

Before magicMIME.file() /tmp/tmp5hwmFx

Before magicMIME.file() /tmp/tmpkokHMs

Before magicMIME.file() /tmp/tmpd9ey_y

Before magicMIME.file() /tmp/tmpjnWQrM

Before magicMIME.file() /tmp/tmpIJK2ut

Before magicMIME.file() /tmp/tmpr8JU_4

Before magicMIME.file() /tmp/tmpWpZWLF

Before magicMIME.file() /tmp/tmpZGqu2P

Before magicMIME.file() /tmp/tmpdxs9j_

Before magicMIME.file() /tmp/tmpaO0ZjK

Before magicMIME.file() /tmp/tmpYs7Xr8

Before magicMIME.file() /tmp/tmp4EcnwY

Before magicMIME.file() /tmp/tmpDkOu1J

Before magicMIME.file() /tmp/tmpXrnsmW

Before magicMIME.file() /tmp/tmpz8Azvn

Before magicMIME.file() /tmp/tmprW7vdi

Before magicMIME.file() /tmp/tmpulfxVp

Before magicMIME.file() /tmp/tmp0UBTv0

Before magicMIME.file() /tmp/tmpbDWBag

Before magicMIME.file() /tmp/tmpiPKuNA

Before magicMIME.file() /tmp/tmpjjBRq8

Before magicMIME.file() /tmp/tmpsU7vwx

Before magicMIME.file() /tmp/tmp5rGWJP

Before magicMIME.file() /tmp/tmpnw6n3K

Before magicMIME.file() /tmp/tmpN4ByFj

Before magicMIME.file() /tmp/tmp8rDzRg

Before magicMIME.file() /tmp/tmp9KtdEx

Before magicMIME.file() /tmp/tmpLE9zdf

Before magicMIME.file() /tmp/tmpZ8mZqm

Before magicMIME.file() /tmp/tmpEoHuqN

Before magicMIME.file() /tmp/tmpnPCeSS

Before magicMIME.file() /tmp/tmpPyjS1E

Before magicMIME.file() /tmp/tmpCID4Af

Before magicMIME.file() /tmp/tmpzXM0Py

Before magicMIME.file() /tmp/tmpk4U6Ek

Before magicMIME.file() /tmp/tmp1efnxm

Before magicMIME.file() /tmp/tmpMJ7iFk

Before magicMIME.file() /tmp/tmpVqGVLc

Before magicMIME.file() /tmp/tmpaGqEIp

Before magicMIME.file() /tmp/tmpweSMR4

Before magicMIME.file() /tmp/tmp8eE2Ay

Before magicMIME.file() /tmp/tmpy4ODDF

Before magicMIME.file() /tmp/tmpF4xtwp

Before magicMIME.file() /tmp/tmpSX7qDX

Before magicMIME.file() /tmp/tmpayYETZ

Before magicMIME.file() /tmp/tmpOfJUIE

Before magicMIME.file() /tmp/tmpyCHNPF

Before magicMIME.file() /tmp/tmpJVtxm2

Before magicMIME.file() /tmp/tmpAO8NW1

Before magicMIME.file() /tmp/tmp_4AKgf

Before magicMIME.file() /tmp/tmp1aZ7ok

Before magicMIME.file() /tmp/tmp93HH7q

Before magicMIME.file() /tmp/tmp5eiUpy

Before magicMIME.file() /tmp/tmpvdXjOB

Before magicMIME.file() /tmp/tmpUcwfCw

Before magicMIME.file() /tmp/tmp4USs9B

Before magicMIME.file() /tmp/tmpNgDaY1

Before magicMIME.file() /tmp/tmpeps6iD

Before magicMIME.file() /tmp/tmpRIcuMk

Before magicMIME.file() /tmp/tmpyjczeX

Before magicMIME.file() /tmp/tmpRG0eiK

Before magicMIME.file() /tmp/tmphzbk0w

Before magicMIME.file() /tmp/tmpg7c_h3

Before magicMIME.file() /tmp/tmpmBtIMd

Before magicMIME.file() /tmp/tmpYiGs9K

Before magicMIME.file() /tmp/tmpSlOFnb

Before magicMIME.file() /tmp/tmpFKdTwn

Before magicMIME.file() /tmp/tmp0SYaCn

Before magicMIME.file() /tmp/tmp3BUmhY

Before magicMIME.file() /tmp/tmpdl9DYS

Before magicMIME.file() /tmp/tmpbhhTp4

Before magicMIME.file() /tmp/tmpytXrrC

Before magicMIME.file() /tmp/tmpcaZBBt

Before magicMIME.file() /tmp/tmptpPmDo

Before magicMIME.file() /tmp/tmpyZr8mK

Before magicMIME.file() /tmp/tmpI1lUxU

Before magicMIME.file() /tmp/tmpATWtui

Before magicMIME.file() /tmp/tmp6QH5TT

Before magicMIME.file() /tmp/tmpnGKoNL

Before magicMIME.file() /tmp/tmpv4hJO2

Before magicMIME.file() /tmp/tmpzTNIqn

Before magicMIME.file() /tmp/tmpc0E2Gk

Before magicMIME.file() /tmp/tmptst2T4

Before magicMIME.file() /tmp/tmpTcOzcL

Before magicMIME.file() /tmp/tmpBqrOIz

Before magicMIME.file() /tmp/tmpkM1lCF

Before magicMIME.file() /tmp/tmpHTQOze

Before magicMIME.file() /tmp/tmpY9At7e

Before magicMIME.file() /tmp/tmpN_hoxf

Before magicMIME.file() /tmp/tmpgG1_Is

Before magicMIME.file() /tmp/tmpeci8je

Before magicMIME.file() /tmp/tmp7RD5iP

Before magicMIME.file() /tmp/tmphQsQrL

Before magicMIME.file() /tmp/tmpLWllYd

Before magicMIME.file() /tmp/tmpzNtYlz

Before magicMIME.file() /tmp/tmpeVulGD

Before magicMIME.file() /tmp/tmpDxpCjv

Before magicMIME.file() /tmp/tmpJk_CwQ

Before magicMIME.file() /tmp/tmpj_FEeu

Before magicMIME.file() /tmp/tmpOVM3A0

Before magicMIME.file() /tmp/tmp3M02LR

Before magicMIME.file() /tmp/tmpdnJKwf

Before magicMIME.file() /tmp/tmpHNMZNq

Before magicMIME.file() /tmp/tmpFvIuVO

Before magicMIME.file() /tmp/tmp_TMo65

Before magicMIME.file() /tmp/tmp4WKMav

Before magicMIME.file() /tmp/tmpJCyLDj

Before magicMIME.file() /tmp/tmpTgngUY

Before magicMIME.file() /tmp/tmptW38Pg

Before magicMIME.file() /tmp/tmpcmHkXj

Before magicMIME.file() /tmp/tmpnTl6f8

Before magicMIME.file() /tmp/tmp3UROrs

Before magicMIME.file() /tmp/tmpIN1eqK

Before magicMIME.file() /tmp/tmp2k21Kw

Before magicMIME.file() /tmp/tmpYoHsp7

Before magicMIME.file() /tmp/tmpx_x3Wc

Before magicMIME.file() /tmp/tmpYByVDy

Before magicMIME.file() /tmp/tmpzhYYSx

Before magicMIME.file() /tmp/tmpSb_19u

Before magicMIME.file() /tmp/tmpTqx98U

Before magicMIME.file() /tmp/tmpqKHZsM

Before magicMIME.file() /tmp/tmp0e_lSx

Before magicMIME.file() /tmp/tmp84keUF

Before magicMIME.file() /tmp/tmpC3jR_4

Before magicMIME.file() /tmp/tmpl3XSN9

Before magicMIME.file() /tmp/tmpsEmls5

Before magicMIME.file() /tmp/tmpHl3G2o

Before magicMIME.file() /tmp/tmpYpfNWa

Before magicMIME.file() /tmp/tmpOzLtWJ

Before magicMIME.file() /tmp/tmprD5IyM

Before magicMIME.file() /tmp/tmp16qkJO

Before magicMIME.file() /tmp/tmpptRaDo

Before magicMIME.file() /tmp/tmpJP1SqD

Before magicMIME.file() /tmp/tmpgWrok4

Before magicMIME.file() /tmp/tmpj0YugT

Before magicMIME.file() /tmp/tmpbKPQWN

Before magicMIME.file() /tmp/tmpTwdAvP

Before magicMIME.file() /tmp/tmpKnAPSn

Before magicMIME.file() /tmp/tmpeKG1qt

Before magicMIME.file() /tmp/tmpx7RJI7

Before magicMIME.file() /tmp/tmpZH0mt3

Before magicMIME.file() /tmp/tmpORkyx7

Before magicMIME.file() /tmp/tmpqqp0Sm

Before magicMIME.file() /tmp/tmpFXLtDh

Before magicMIME.file() /tmp/tmpbZ1AJB

Before magicMIME.file() /tmp/tmpKyHzgo

Before magicMIME.file() /tmp/tmpBUepQU

Before magicMIME.file() /tmp/tmpx98ctc

Before magicMIME.file() /tmp/tmpK6I6nL

Before magicMIME.file() /tmp/tmpNgpBdb

Before magicMIME.file() /tmp/tmpBjbfJH

Before magicMIME.file() /tmp/tmp4nBrEt

Before magicMIME.file() /tmp/tmpIqUoi_

Before magicMIME.file() /tmp/tmpeoiXmN

Before magicMIME.file() /tmp/tmpNY_UJv

Before magicMIME.file() /tmp/tmp4JIpbO

Before magicMIME.file() /tmp/tmpUnrMlI

Before magicMIME.file() /tmp/tmpXul6FJ

Before magicMIME.file() /tmp/tmpblOU1m

Before magicMIME.file() /tmp/tmpvp97Ax

Before magicMIME.file() /tmp/tmpnCzAdv

Before magicMIME.file() /tmp/tmpNcU2tN

Before magicMIME.file() /tmp/tmpIZSh7R

Before magicMIME.file() /tmp/tmpfJyU9o

Before magicMIME.file() /tmp/tmpbbgb4h

Before magicMIME.file() /tmp/tmpH9iKpj

Before magicMIME.file() /tmp/tmpUoRtT5

Before magicMIME.file() /tmp/tmpDN9L2F

Before magicMIME.file() /tmp/tmpqyG3q_

Before magicMIME.file() /tmp/tmpZUPlvJ

Before magicMIME.file() /tmp/tmpGGTUOX

Before magicMIME.file() /tmp/tmp7uf8d9

Before magicMIME.file() /tmp/tmp8Qq806

Before magicMIME.file() /tmp/tmp_0AjWR

Before magicMIME.file() /tmp/tmpjMlGRc

Before magicMIME.file() /tmp/tmpApCCv4

Before magicMIME.file() /tmp/tmpCGR6iz

Before magicMIME.file() /tmp/tmpL71zFI

Before magicMIME.file() /tmp/tmpMVtY4L

Before magicMIME.file() /tmp/tmpZsUDHA

Before magicMIME.file() /tmp/tmpcN339Y

Before magicMIME.file() /tmp/tmpDfRzfj

Before magicMIME.file() /tmp/tmpTBWIpx

Before magicMIME.file() /tmp/tmpkL0Bi0

Before magicMIME.file() /tmp/tmpPQBgkC

Before magicMIME.file() /tmp/tmpV7G0Ne

Before magicMIME.file() /tmp/tmpWHxdQn

Before magicMIME.file() /tmp/tmp6RIqrA

Before magicMIME.file() /tmp/tmpbWaVIC

Before magicMIME.file() /tmp/tmpaXqnLE

Before magicMIME.file() /tmp/tmpVlQN7A

Before magicMIME.file() /tmp/tmp_SxiWB

Before magicMIME.file() /tmp/tmpwLht4I

Before magicMIME.file() /tmp/tmpvWZ3vE

Before magicMIME.file() /tmp/tmp7T2L5C

Before magicMIME.file() /tmp/tmpaZYYOV

Before magicMIME.file() /tmp/tmpAIRrA1

Before magicMIME.file() /tmp/tmpafHb_v

Before magicMIME.file() /tmp/tmpYaUh_2

Before magicMIME.file() /tmp/tmpGXumh3

Before magicMIME.file() /tmp/tmpRVTIRS

Before magicMIME.file() /tmp/tmpuqo8Pr

Before magicMIME.file() /tmp/tmp9ZfpLp

Before magicMIME.file() /tmp/tmpewRRwI

Before magicMIME.file() /tmp/tmp7zvntG

Before magicMIME.file() /tmp/tmpylDMiX

Before magicMIME.file() /tmp/tmpVhz1vV

Before magicMIME.file() /tmp/tmpeW9HD7

Before magicMIME.file() /tmp/tmpFtfkqy

Before magicMIME.file() /tmp/tmp6HN7Pa

Before magicMIME.file() /tmp/tmplxEkCu

Before magicMIME.file() /tmp/tmpFeBrbU

Before magicMIME.file() /tmp/tmpv3xpND

Before magicMIME.file() /tmp/tmpqy3JoL

Before magicMIME.file() /tmp/tmp7JjUk6

Before magicMIME.file() /tmp/tmp_3ONth

Before magicMIME.file() /tmp/tmpseHipT

Before magicMIME.file() /tmp/tmpgO9hBm

Before magicMIME.file() /tmp/tmpQozrka

Before magicMIME.file() /tmp/tmp3VA9nx

Before magicMIME.file() /tmp/tmpTKfekY

Before magicMIME.file() /tmp/tmpjQq6nZ

Before magicMIME.file() /tmp/tmpDym0lg

Before magicMIME.file() /tmp/tmpsNXwsP

Before magicMIME.file() /tmp/tmprNxl3B

Before magicMIME.file() /tmp/tmpP0LGWx

Before magicMIME.file() /tmp/tmpIxIHLF

Before magicMIME.file() /tmp/tmpHLBRIW

Before magicMIME.file() /tmp/tmpPpnnJt

Before magicMIME.file() /tmp/tmp0Fjysi

Before magicMIME.file() /tmp/tmpx1bcbZ

Before magicMIME.file() /tmp/tmp0doN6a

Before magicMIME.file() /tmp/tmpETgFPf

Before magicMIME.file() /tmp/tmpNzomQQ

Before magicMIME.file() /tmp/tmpcimQ7_

Before magicMIME.file() /tmp/tmpYO5ldN

Before magicMIME.file() /tmp/tmpkhERWf

Before magicMIME.file() /tmp/tmp5vrYn8

Before magicMIME.file() /tmp/tmpoxHMgR

Before magicMIME.file() /tmp/tmpQJqPS_

Before magicMIME.file() /tmp/tmpWeNIP0

Before magicMIME.file() /tmp/tmpBRnoFy

Before magicMIME.file() /tmp/tmpMr9VdB

Before magicMIME.file() /tmp/tmpO6R0fk

Before magicMIME.file() /tmp/tmpVDr2UE

Before magicMIME.file() /tmp/tmpfm4D6F

Before magicMIME.file() /tmp/tmpkjImlh

Before magicMIME.file() /tmp/tmp4eHCAF

Before magicMIME.file() /tmp/tmpOIK_or

Before magicMIME.file() /tmp/tmp2Tu1Ok

Before magicMIME.file() /tmp/tmpJy38lx

Before magicMIME.file() /tmp/tmpF6Z7VW

Before magicMIME.file() /tmp/tmpgf_W2d

Before magicMIME.file() /tmp/tmpqthYHJ

Before magicMIME.file() /tmp/tmpBd_E7t

Before magicMIME.file() /tmp/tmpw7o2hm

Before magicMIME.file() /tmp/tmpyDejYW

Before magicMIME.file() /tmp/tmprALcEl

Before magicMIME.file() /tmp/tmpCzM8Ex

Before magicMIME.file() /tmp/tmpuCGEqv

Before magicMIME.file() /tmp/tmp8zRZ9S

Before magicMIME.file() /tmp/tmpRkdYJ2

Before magicMIME.file() /tmp/tmpZaW8QS

Before magicMIME.file() /tmp/tmpooMjYJ

Before magicMIME.file() /tmp/tmpuDVxhl

Before magicMIME.file() /tmp/tmpdE3EH1

Before magicMIME.file() /tmp/tmp_KML6w

Before magicMIME.file() /tmp/tmpCV0dH5

Before magicMIME.file() /tmp/tmpQBMZ5Z

Before magicMIME.file() /tmp/tmpQWGSA_

Before magicMIME.file() /tmp/tmpJ8l5aa

Before magicMIME.file() /tmp/tmpUGDYiT

Before magicMIME.file() /tmp/tmppZJ9FC

Before magicMIME.file() /tmp/tmpkbLgkH

Before magicMIME.file() /tmp/tmp6JvObk

Before magicMIME.file() /tmp/tmprrKkS7

Before magicMIME.file() /tmp/tmpJh2rly

Before magicMIME.file() /tmp/tmpEKQihn

Before magicMIME.file() /tmp/tmpynemtK

Before magicMIME.file() /tmp/tmpJT5AIA

Before magicMIME.file() /tmp/tmpPHeYW4

Before magicMIME.file() /tmp/tmpcU07Jm

Before magicMIME.file() /tmp/tmpMKtb4J

Before magicMIME.file() /tmp/tmpzB_Cee

Before magicMIME.file() /tmp/tmp7TPIZe

Before magicMIME.file() /tmp/tmpZFzhtU

Before magicMIME.file() /tmp/tmpe5WEHj

Before magicMIME.file() /tmp/tmpBDM8QN

Before magicMIME.file() /tmp/tmpFUnFEJ

Before magicMIME.file() /tmp/tmpygkKzO

Before magicMIME.file() /tmp/tmpPGMZys

Before magicMIME.file() /tmp/tmppYwQo3

Before magicMIME.file() /tmp/tmpmQpsoT

Before magicMIME.file() /tmp/tmpb4yw8Y

Before magicMIME.file() /tmp/tmpKSUnWs

Before magicMIME.file() /tmp/tmpxwQsfT

Before magicMIME.file() /tmp/tmpTqPIEn

Before magicMIME.file() /tmp/tmpUJJv76

Before magicMIME.file() /tmp/tmpS2xZnQ

Before magicMIME.file() /tmp/tmpyC9e9D

Before magicMIME.file() /tmp/tmpyyupYZ

Before magicMIME.file() /tmp/tmpAKhhK7

Before magicMIME.file() /tmp/tmpwFaWGT

Before magicMIME.file() /tmp/tmpJcHaSG

Before magicMIME.file() /tmp/tmpudLxwb

Before magicMIME.file() /tmp/tmpw4K_Hv

Before magicMIME.file() /tmp/tmpQD03Vv

Before magicMIME.file() /tmp/tmp6PV9dO

Before magicMIME.file() /tmp/tmpRUjmrz

Before magicMIME.file() /tmp/tmpWQIdC3

Before magicMIME.file() /tmp/tmpmMuORd

Before magicMIME.file() /tmp/tmpIkrDiq

Before magicMIME.file() /tmp/tmpVACY_O

Before magicMIME.file() /tmp/tmpSnFiK1

Before magicMIME.file() /tmp/tmp81AhGt

Before magicMIME.file() /tmp/tmpndE6UC

Before magicMIME.file() /tmp/tmpvFKbU_

Before magicMIME.file() /tmp/tmpH13tr1

Before magicMIME.file() /tmp/tmpJRC46I

Before magicMIME.file() /tmp/tmpPvExay

Before magicMIME.file() /tmp/tmpjsNV1U

Before magicMIME.file() /tmp/tmpV_nP6O

Before magicMIME.file() /tmp/tmpQlQvOE

Before magicMIME.file() /tmp/tmpsT1CJl

Before magicMIME.file() /tmp/tmppskIbP

Before magicMIME.file() /tmp/tmpc1dG3O

Before magicMIME.file() /tmp/tmp1EqEf_

Before magicMIME.file() /tmp/tmpprZxPc

Before magicMIME.file() /tmp/tmppOPFgc

Before magicMIME.file() /tmp/tmpmxsJQP

Before magicMIME.file() /tmp/tmpBnkGu6

Before magicMIME.file() /tmp/tmpyQdTLJ

Before magicMIME.file() /tmp/tmpsCloqG

Before magicMIME.file() /tmp/tmpul7dwt

Before magicMIME.file() /tmp/tmpAydBQV

Before magicMIME.file() /tmp/tmpzng7mV

Before magicMIME.file() /tmp/tmpv5OQ5g

Before magicMIME.file() /tmp/tmpQ1r8WJ

Before magicMIME.file() /tmp/tmplbXgji

Before magicMIME.file() /tmp/tmpE1wOf7

Before magicMIME.file() /tmp/tmpUDBDbD

Before magicMIME.file() /tmp/tmpbO0S4K

Before magicMIME.file() /tmp/tmpW4NblP

Before magicMIME.file() /tmp/tmpCLdusX

Before magicMIME.file() /tmp/tmpdz0mFB

Before magicMIME.file() /tmp/tmpUvR3pI

Before magicMIME.file() /tmp/tmpUO10ZV

Before magicMIME.file() /tmp/tmptlnHjM

Before magicMIME.file() /tmp/tmpq1h9Kw

Before magicMIME.file() /tmp/tmpx6_KA4

Before magicMIME.file() /tmp/tmpbDn9FH

Before magicMIME.file() /tmp/tmpOTNSqF

Before magicMIME.file() /tmp/tmpWjnmOM

Before magicMIME.file() /tmp/tmpta4w1s

Before magicMIME.file() /tmp/tmpXuNSe2

Before magicMIME.file() /tmp/tmpEhZiaD

Before magicMIME.file() /tmp/tmpOSWwkM

Before magicMIME.file() /tmp/tmpTsiBOD

Killed
root@uml:~# 

@rickysarraf
Copy link
Owner Author

Happy that my root cause is correct.

vim-tiny_2%3a8.0.0197-2_amd64.deb file synced.
Before magicMIME.file() /tmp/tmpiqAjD5

Before magicMIME.file() /tmp/tmpGg31vz

just after MIME check for /tmp/tmpGg31vz

xxd_2%3a8.0.0197-2_amd64.deb file synced.
Before magicMIME.file() /tmp/tmpg4EZu3

Before magicMIME.file() /tmp/tmpNmeTuP

just after MIME check for /tmp/tmpNmeTuP

vim-common_2%3a8.0.0197-2_all.deb file synced.
Before magicMIME.file() /tmp/tmpMkMciQ

just after MIME check for /tmp/tmpMkMciQ

libunistring0_0.9.6+really0.9.3-0.1_amd64.deb file synced.
Before magicMIME.file() /tmp/tmpeznl_N

just after MIME check for /tmp/tmpeznl_N

libidn2-0_0.16-1_amd64.deb file synced.
Before magicMIME.file() /tmp/tmppCr1Pq

Before magicMIME.file() /tmp/tmprd6lEn

just after MIME check for /tmp/tmprd6lEn

libpsl5_0.17.0-4_amd64.deb file synced.
Before magicMIME.file() /tmp/tmppp3SBq

Before magicMIME.file() /tmp/tmpGr5_Tu

just after MIME check for /tmp/tmpGr5_Tu

wget_1.19.1-1_amd64.deb file synced.
Before magicMIME.file() /tmp/tmpKcTPIG

Before magicMIME.file() /tmp/tmp8uYSXd

just after MIME check for /tmp/tmp8uYSXd

whiptail_0.52.19-1+b1_amd64.deb file synced.
Before magicMIME.file() /tmp/tmpoJudso

Before magicMIME.file() /tmp/tmpttKs4Z

just after MIME check for /tmp/tmpttKs4Z

libxml2_2.9.4+dfsg1-2.2_amd64.deb file synced.
Before magicMIME.file() /tmp/tmpeuKx_u

Before magicMIME.file() /tmp/tmpQ36f3t

just after MIME check for /tmp/tmpQ36f3t

bind9-host_1%3a9.10.3.dfsg.P4-12_amd64.deb file synced.
Before magicMIME.file() /tmp/tmp00wG75

Before magicMIME.file() /tmp/tmpls2R8A

just after MIME check for /tmp/tmpls2R8A

libisc160_1%3a9.10.3.dfsg.P4-12_amd64.deb file synced.
Before magicMIME.file() /tmp/tmpKNJnbK

Before magicMIME.file() /tmp/tmpKrqLvz

just after MIME check for /tmp/tmpKrqLvz

dnsutils_1%3a9.10.3.dfsg.P4-12_amd64.deb file synced.
Before magicMIME.file() /tmp/tmpcC9_SX

Before magicMIME.file() /tmp/tmpDArvwF

just after MIME check for /tmp/tmpDArvwF

libdns162_1%3a9.10.3.dfsg.P4-12_amd64.deb file synced.
Before magicMIME.file() /tmp/tmpZRWn6O

Before magicMIME.file() /tmp/tmpRLgo8j

Before magicMIME.file() /tmp/tmpH2cf8j

just after MIME check for /tmp/tmpH2cf8j

libisccfg140_1%3a9.10.3.dfsg.P4-12_amd64.deb file synced.
Before magicMIME.file() /tmp/tmpbzACu4

just after MIME check for /tmp/tmpbzACu4

libisccc140_1%3a9.10.3.dfsg.P4-12_amd64.deb file synced.
Before magicMIME.file() /tmp/tmpPTxWpF

Before magicMIME.file() /tmp/tmpHWF9g3

just after MIME check for /tmp/tmpHWF9g3

liblwres141_1%3a9.10.3.dfsg.P4-12_amd64.deb file synced.
Before magicMIME.file() /tmp/tmpZf3uz4

Before magicMIME.file() /tmp/tmp22otvg

just after MIME check for /tmp/tmp22otvg

libbind9-140_1%3a9.10.3.dfsg.P4-12_amd64.deb file synced.
Before magicMIME.file() /tmp/tmpjiVRrN

Before magicMIME.file() /tmp/tmpYw49wF

just after MIME check for /tmp/tmpYw49wF

dbus_1.10.16-1_amd64.deb file synced.
Before magicMIME.file() /tmp/tmp6igit2

Before magicMIME.file() /tmp/tmp2M_GHh

just after MIME check for /tmp/tmp2M_GHh

libdbus-1-3_1.10.16-1_amd64.deb file synced.
Before magicMIME.file() /tmp/tmpjbOaD4

Before magicMIME.file() /tmp/tmpwoMp8J

just after MIME check for /tmp/tmpwoMp8J

python-magic_1%3a5.29-3_all.deb file synced.
Before magicMIME.file() /tmp/tmpdaaQur

Before magicMIME.file() /tmp/tmp0vaKQg

just after MIME check for /tmp/tmp0vaKQg

file_1%3a5.29-3_amd64.deb file synced.
Before magicMIME.file() /tmp/tmpBOY0cN

Before magicMIME.file() /tmp/tmp0dqWWB

just after MIME check for /tmp/tmp0dqWWB

libmagic1_1%3a5.29-3_amd64.deb file synced.
Before magicMIME.file() /tmp/tmp3QzwqQ

Before magicMIME.file() /tmp/tmpk9wbRO

just after MIME check for /tmp/tmpk9wbRO

libmagic-mgc_1%3a5.29-3_amd64.deb file synced.
Before magicMIME.file() /tmp/tmpZe7E0L

Before magicMIME.file() /tmp/tmp3cs_iM

just after MIME check for /tmp/tmp3cs_iM

gettext-base_0.19.8.1-2_amd64.deb file synced.
Before magicMIME.file() /tmp/tmpsaHBFe

Before magicMIME.file() /tmp/tmpXagHlO

just after MIME check for /tmp/tmpXagHlO

libedit2_3.1-20160903-3_amd64.deb file synced.
Before magicMIME.file() /tmp/tmp3Q_qkz

Before magicMIME.file() /tmp/tmpmPGndx

just after MIME check for /tmp/tmpmPGndx

openssh-client_1%3a7.4p1-7_amd64.deb file synced.
Before magicMIME.file() /tmp/tmp0wRDMA

Before magicMIME.file() /tmp/tmp0x2UYe

just after MIME check for /tmp/tmp0x2UYe

xz-utils_5.2.2-1.2+b1_amd64.deb file synced.
Before magicMIME.file() /tmp/tmpqFrpMY

Before magicMIME.file() /tmp/tmphTJhwx

just after MIME check for /tmp/tmphTJhwx

binutils_2.28-1_amd64.deb file synced.
Before magicMIME.file() /tmp/tmp6F2rsy

just after MIME check for /tmp/tmp6F2rsy

exim4-config_4.89~RC7-1_all.deb file synced.
Before magicMIME.file() /tmp/tmpMPYFeP

just after MIME check for /tmp/tmpMPYFeP

exim4-base_4.89~RC7-1_amd64.deb file synced.
Before magicMIME.file() /tmp/tmp_eE031

just after MIME check for /tmp/tmp_eE031

exim4-daemon-light_4.89~RC7-1_amd64.deb file synced.
Before magicMIME.file() /tmp/tmpttLJJK

just after MIME check for /tmp/tmpttLJJK

bsd-mailx_8.1.2-0.20160123cvs-3_amd64.deb file synced.
Before magicMIME.file() /tmp/tmpjmXN5T

just after MIME check for /tmp/tmpjmXN5T

debdelta_0.59_amd64.deb file synced.
Before magicMIME.file() /tmp/tmpjDsxQz

Before magicMIME.file() /tmp/tmpv3JcxC

just after MIME check for /tmp/tmpv3JcxC

deborphan_1.7.28.8-0.3+b1_amd64.deb file synced.
Before magicMIME.file() /tmp/tmpvfYNLa

Before magicMIME.file() /tmp/tmpVXlWeT

just after MIME check for /tmp/tmpVXlWeT

geoip-database_20170216-1_all.deb file synced.
Before magicMIME.file() /tmp/tmp8QMnNg

Before magicMIME.file() /tmp/tmp0v2fQf

just after MIME check for /tmp/tmp0v2fQf

gnupg2_2.1.18-6_all.deb file synced.
Before magicMIME.file() /tmp/tmp5n5DdU

Before magicMIME.file() /tmp/tmpbUCJnu

just after MIME check for /tmp/tmpbUCJnu

libglib2.0-0_2.50.3-1_amd64.deb file synced.
Before magicMIME.file() /tmp/tmpp0zSZg

Before magicMIME.file() /tmp/tmpvIBulz

Before magicMIME.file() /tmp/tmpbDvDif

just after MIME check for /tmp/tmpbDvDif

libx11-data_2%3a1.6.4-3_all.deb file synced.
Before magicMIME.file() /tmp/tmpcGemg0

just after MIME check for /tmp/tmpcGemg0

libx11-6_2%3a1.6.4-3_amd64.deb file synced.
Before magicMIME.file() /tmp/tmpsFkO_6

Before magicMIME.file() /tmp/tmpXymaIU

just after MIME check for /tmp/tmpXymaIU

libxdelta2_1.1.3-9.1+b1_amd64.deb file synced.
Before magicMIME.file() /tmp/tmptnxNdy

Before magicMIME.file() /tmp/tmpZH_WY4

just after MIME check for /tmp/tmpZH_WY4

libxdmcp6_1%3a1.1.2-3_amd64.deb file synced.
Before magicMIME.file() /tmp/tmpAbfaKl

Before magicMIME.file() /tmp/tmpnbpxfu

just after MIME check for /tmp/tmpnbpxfu

psmisc_22.21-2.1+b2_amd64.deb file synced.
Before magicMIME.file() /tmp/tmpTjXMYH

Before magicMIME.file() /tmp/tmpLGIJwK

just after MIME check for /tmp/tmpLGIJwK

xauth_1%3a1.0.9-1+b2_amd64.deb file synced.
Before magicMIME.file() /tmp/tmpUuzwaz

Before magicMIME.file() /tmp/tmp82Juvi

just after MIME check for /tmp/tmp82Juvi

xdelta_1.1.3-9.1+b1_amd64.deb file synced.
Before magicMIME.file() /tmp/tmpKf7b1k

Before magicMIME.file() /tmp/tmpqqpTqv

just after MIME check for /tmp/tmpqqpTqv

xdelta3_3.0.11-dfsg-1+b1_amd64.deb file synced.
Before magicMIME.file() /tmp/tmpgG_feq

Before magicMIME.file() /tmp/tmp4zC2mV

just after MIME check for /tmp/tmp4zC2mV

publicsuffix_20170223.0049-1_all.deb file synced.
root@uml:~# uname -a
Linux uml 4.9.13 #2 Mon Mar 6 10:00:46 UTC 2017 x86_64 GNU/Linux
root@uml:~# free -m
              total        used        free      shared  buff/cache   available
Mem:            993          25         757           7         209         940
Swap:             0           0           0
root@uml:~# 

@rickysarraf
Copy link
Owner Author

And for the record, the leak is in apt-offline and NOT in python.

@rickysarraf rickysarraf modified the milestones: 1.7.3, Future Mar 8, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant