-
Notifications
You must be signed in to change notification settings - Fork 327
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
restore puts processes in wrong cgroup #1651
Comments
do you have a reproducer? I've tried:
and after each |
sent by email. |
I get an error locally with the script you've provided, but I am not sure how it is caused by the wrong cgroup. Is it the same problem you've seen?
the
|
Oh, this is the CRIU config (which I wish was controllable through the
podman command line.)
I have
***@***.***:~/vc/criu/criu$ cat /etc/criu/default.conf
tcp-close
ghost-limit 1000000000
…On Thu, Feb 20, 2025 at 12:27 PM Giuseppe Scrivano ***@***.***> wrote:
I get an error locally with the script you've provided, but I am not sure how it is caused by the wrong cgroup. Is it the same problem you've seen?
2025-02-20T11:22:37.978747Z: CRIU checkpointing failed -52. Please check CRIU logfile /var/lib/containers/storage/overlay-containers/e9854b25ee984e24b054611fb5bc66bec674b8056c025833add6250154df881b/userdata/dump.log: Invalid exchange
the dump.log file contains:
(00.000000) Unable to get $HOME directory, local configuration file will not be used.
(00.000019) Version: 4.0 (gitid 0)
(00.000023) Running on carbon Linux 6.12.13-200.fc41.x86_64 #1 SMP PREEMPT_DYNAMIC Sat Feb 8 20:05:26 UTC 2025 x86_64
(00.000042) Loaded kdat cache from /run/criu/criu.kdat
(00.000116) Hugetlb size 2 Mb is supported but cannot get dev's number
(00.000131) Hugetlb size 1024 Mb is supported but cannot get dev's number
(00.000512) cpu: x86_family 6 x86_vendor_id GenuineIntel x86_model_id Intel(R) Core(TM) i7-10850H CPU @ 2.70GHz
(00.000523) cpu: fpu: xfeatures_mask 0x215 xsave_size 2696 xsave_size_max 2696 xsaves_size 968
(00.000527) cpu: fpu: x87 floating point registers xstate_offsets 0 / 0 xstate_sizes 160 / 160
(00.000529) cpu: fpu: AVX registers xstate_offsets 576 / 576 xstate_sizes 256 / 256
(00.000530) cpu: fpu: MPX CSR xstate_offsets 1024 / 832 xstate_sizes 64 / 64
(00.000532) cpu: fpu: Protection Keys User registers xstate_offsets 2688 / 896 xstate_sizes 8 / 8
(00.000587) ========================================
(00.000609) Dumping processes (pid: 1145280 comm: python3)
(00.000611) ========================================
(00.000616) rlimit: RLIMIT_NOFILE unlimited for self
(00.000623) Running pre-dump scripts
(00.000632) irmap: Searching irmap cache in work dir
(00.000640) No irmap-cache image
(00.000642) irmap: Searching irmap cache in parent
(00.000647) No parent images directory provided
(00.000649) irmap: No irmap cache
(00.000650) cpu: fpu:1 fxsr:1 xsave:1 xsaveopt:1 xsavec:1 xgetbv1:1 xsaves:1
(00.000781) cg-prop: Parsing controller "cpu"
(00.000786) cg-prop: Strategy "replace"
(00.000788) cg-prop: Property "cpu.shares"
(00.000789) cg-prop: Property "cpu.cfs_period_us"
(00.000791) cg-prop: Property "cpu.cfs_quota_us"
(00.000792) cg-prop: Property "cpu.rt_period_us"
(00.000793) cg-prop: Property "cpu.rt_runtime_us"
(00.000794) cg-prop: Parsing controller "memory"
(00.000795) cg-prop: Strategy "replace"
(00.000796) cg-prop: Property "memory.limit_in_bytes"
(00.000797) cg-prop: Property "memory.memsw.limit_in_bytes"
(00.000798) cg-prop: Property "memory.swappiness"
(00.000799) cg-prop: Property "memory.soft_limit_in_bytes"
(00.000801) cg-prop: Property "memory.move_charge_at_immigrate"
(00.000802) cg-prop: Property "memory.oom_control"
(00.000803) cg-prop: Property "memory.use_hierarchy"
(00.000804) cg-prop: Property "memory.kmem.limit_in_bytes"
(00.000807) cg-prop: Property "memory.kmem.tcp.limit_in_bytes"
(00.000808) cg-prop: Parsing controller "cpuset"
(00.000811) cg-prop: Strategy "replace"
(00.000812) cg-prop: Property "cpuset.cpus"
(00.000813) cg-prop: Property "cpuset.mems"
(00.000814) cg-prop: Property "cpuset.memory_migrate"
(00.000815) cg-prop: Property "cpuset.cpu_exclusive"
(00.000816) cg-prop: Property "cpuset.mem_exclusive"
(00.000817) cg-prop: Property "cpuset.mem_hardwall"
(00.000819) cg-prop: Property "cpuset.memory_spread_page"
(00.000820) cg-prop: Property "cpuset.memory_spread_slab"
(00.000821) cg-prop: Property "cpuset.sched_load_balance"
(00.000822) cg-prop: Property "cpuset.sched_relax_domain_level"
(00.000823) cg-prop: Parsing controller "blkio"
(00.000824) cg-prop: Strategy "replace"
(00.000825) cg-prop: Property "blkio.weight"
(00.000826) cg-prop: Parsing controller "freezer"
(00.000828) cg-prop: Strategy "replace"
(00.000829) cg-prop: Parsing controller "perf_event"
(00.000830) cg-prop: Strategy "replace"
(00.000831) cg-prop: Parsing controller "net_cls"
(00.000832) cg-prop: Strategy "replace"
(00.000833) cg-prop: Property "net_cls.classid"
(00.000834) cg-prop: Parsing controller "net_prio"
(00.000835) cg-prop: Strategy "replace"
(00.000837) cg-prop: Property "net_prio.ifpriomap"
(00.000838) cg-prop: Parsing controller "pids"
(00.000839) cg-prop: Strategy "replace"
(00.000840) cg-prop: Property "pids.max"
(00.000841) cg-prop: Parsing controller "devices"
(00.000842) cg-prop: Strategy "replace"
(00.000843) cg-prop: Property "devices.list"
(00.000872) Preparing image inventory (version 1)
(00.000899) Add pid ns 1 pid 1147283
(00.000906) Add net ns 2 pid 1147283
(00.000913) Add ipc ns 3 pid 1147283
(00.000919) Add uts ns 4 pid 1147283
(00.000926) Add time ns 5 pid 1147283
(00.000936) Add mnt ns 6 pid 1147283
(00.000941) Add user ns 7 pid 1147283
(00.000947) Add cgroup ns 8 pid 1147283
(00.000948) cg: Dumping cgroups for thread 1147283
(00.000964) cg: `- New css ID 1
(00.000965) cg: `- [] -> [/user.slice/user-0.slice/session-c292.scope] [0]
(00.000967) cg: Set 1 is criu one
(00.001023) Detected cgroup V2 freezer
(00.001025) freezing processes: 100000 attempts with 100 ms steps
(00.001069) cgroup.freeze=0
(00.001242) cgroup.freeze=1
(00.001281) freezing processes: 0 attempts done
(00.001343) SEIZE 1145280 (comm python3): success
(00.001360) SEIZE 1145510 (comm java): success
(00.001372) SEIZE 1145511 (comm java): success
(00.001384) SEIZE 1145512 (comm GC Thread#0): success
(00.001399) SEIZE 1145513 (comm G1 Main Marker): success
(00.001412) SEIZE 1145514 (comm G1 Conc#0): success
(00.001424) SEIZE 1145515 (comm G1 Refine#0): success
(00.001436) SEIZE 1145516 (comm G1 Service): success
(00.001449) SEIZE 1145517 (comm VM Periodic Tas): success
(00.001468) SEIZE 1145518 (comm VM Thread): success
(00.001480) SEIZE 1145519 (comm Reference Handl): success
(00.001492) SEIZE 1145520 (comm Finalizer): success
(00.001505) SEIZE 1145521 (comm Signal Dispatch): success
(00.001519) SEIZE 1145522 (comm Service Thread): success
(00.001532) SEIZE 1145523 (comm Monitor Deflati): success
(00.001545) SEIZE 1145524 (comm C2 CompilerThre): success
(00.001556) SEIZE 1145525 (comm C1 CompilerThre): success
(00.001576) SEIZE 1145526 (comm Common-Cleaner): success
(00.001592) SEIZE 1145527 (comm Notification Th): success
(00.001605) SEIZE 1145529 (comm ForkJoinPool.co): success
(00.001616) SEIZE 1145530 (comm GC Thread#1): success
(00.001629) SEIZE 1145531 (comm GC Thread#2): success
(00.001642) SEIZE 1145532 (comm GC Thread#3): success
(00.001652) SEIZE 1145533 (comm GC Thread#4): success
(00.001661) SEIZE 1145534 (comm GC Thread#5): success
(00.001671) SEIZE 1145535 (comm GC Thread#6): success
(00.001681) SEIZE 1145536 (comm GC Thread#7): success
(00.001692) SEIZE 1145537 (comm GC Thread#8): success
(00.001701) SEIZE 1145538 (comm GC Thread#9): success
(00.001710) SEIZE 1145539 (comm memory-pressure): success
(00.001723) SEIZE 1145540 (comm ForkJoinPool.co): success
(00.001734) SEIZE 1145541 (comm G1 Conc#1): success
(00.001744) SEIZE 1145542 (comm G1 Conc#2): success
(00.001757) SEIZE 1145543 (comm pid-file-watche): success
(00.001768) SEIZE 1145545 (comm grpc-default-bo): success
(00.001778) SEIZE 1145546 (comm grpc-timeout-an): success
(00.001791) SEIZE 1145550 (comm grpc-default-wo): success
(00.001803) SEIZE 1145553 (comm grpc-command-0): success
(00.001814) SEIZE 1145610 (comm Keep-Alive-Time): success
(00.001825) SEIZE 1145870 (comm ForkJoinPool-5-): success
(00.001835) SEIZE 1145871 (comm ForkJoinPool-5-): success
(00.001845) SEIZE 1145872 (comm ForkJoinPool-5-): success
(00.001855) SEIZE 1145873 (comm ForkJoinPool-5-): success
(00.001869) SEIZE 1145874 (comm ForkJoinPool-5-): success
(00.001880) SEIZE 1145875 (comm ForkJoinPool-5-): success
(00.001890) SEIZE 1145876 (comm ForkJoinPool-5-): success
(00.001899) SEIZE 1145890 (comm RxCachedWorkerP): success
(00.001909) SEIZE 1145893 (comm process reaper): success
(00.001918) SEIZE 1145894 (comm Command-Accumul): success
(00.001928) SEIZE 1145895 (comm Command-Accumul): success
(00.001938) SEIZE 1145924 (comm globbing pool-0): success
(00.001952) SEIZE 1145925 (comm globbing pool-1): success
(00.001964) SEIZE 1145926 (comm globbing pool-2): success
(00.001975) SEIZE 1145927 (comm globbing pool-3): success
(00.001990) SEIZE 1145928 (comm globbing pool-4): success
(00.001999) SEIZE 1145929 (comm globbing pool-5): success
(00.002009) SEIZE 1145930 (comm globbing pool-7): success
(00.002018) SEIZE 1145931 (comm globbing pool-6): success
(00.002028) SEIZE 1145932 (comm globbing pool-8): success
(00.002037) SEIZE 1145933 (comm globbing pool-9): success
(00.002053) SEIZE 1145934 (comm globbing pool-1): success
(00.002063) SEIZE 1145935 (comm globbing pool-1): success
(00.002073) SEIZE 1145936 (comm globbing pool-1): success
(00.002082) SEIZE 1145937 (comm globbing pool-1): success
(00.002095) SEIZE 1145943 (comm Read-Poller): success
(00.002107) SEIZE 1145944 (comm Read-Updater): success
(00.002116) SEIZE 1145945 (comm Write-Poller): success
(00.002127) SEIZE 1145946 (comm Write-Updater): success
(00.002137) SEIZE 1145947 (comm VirtualThread-u): success
(00.002147) SEIZE 1145952 (comm ForkJoinPool.co): success
(00.002156) SEIZE 1145953 (comm ForkJoinPool-5-): success
(00.002166) SEIZE 1145954 (comm ForkJoinPool-5-): success
(00.002175) SEIZE 1145967 (comm ForkJoinPool-5-): success
(00.002185) SEIZE 1145968 (comm ForkJoinPool-5-): success
(00.002197) SEIZE 1145969 (comm ForkJoinPool-5-): success
(00.002210) SEIZE 1146086 (comm ForkJoinPool.co): success
(00.002220) SEIZE 1146087 (comm ForkJoinPool.co): success
(00.002229) SEIZE 1146089 (comm ForkJoinPool.co): success
(00.002238) SEIZE 1146094 (comm process reaper): success
(00.002253) SEIZE 1146096 (comm process reaper): success
(00.002266) SEIZE 1146108 (comm process reaper): success
(00.002276) SEIZE 1146115 (comm Command-Accumul): success
(00.002286) SEIZE 1146116 (comm Command-Accumul): success
(00.002295) SEIZE 1146120 (comm tree-deleter): success
(00.002306) SEIZE 1146129 (comm Command-Accumul): success
(00.002316) SEIZE 1146130 (comm Command-Accumul): success
(00.002329) SEIZE 1146145 (comm process reaper): success
(00.002341) SEIZE 1146148 (comm process reaper): success
(00.002350) SEIZE 1146151 (comm process reaper): success
(00.002360) SEIZE 1146155 (comm process reaper): success
(00.002370) SEIZE 1146159 (comm process reaper): success
(00.002380) SEIZE 1146163 (comm process reaper): success
(00.002390) SEIZE 1146166 (comm process reaper): success
(00.002399) SEIZE 1146171 (comm process reaper): success
(00.002411) SEIZE 1146655 (comm tree-artifact-v): success
(00.002421) SEIZE 1146656 (comm tree-artifact-v): success
(00.002431) SEIZE 1146657 (comm tree-artifact-v): success
(00.002440) SEIZE 1146658 (comm tree-artifact-v): success
(00.002451) SEIZE 1146659 (comm tree-artifact-v): success
(00.002460) SEIZE 1147009 (comm C2 CompilerThre): success
(00.002470) SEIZE 1147011 (comm ForkJoinPool.co): success
(00.002479) SEIZE 1147013 (comm C2 CompilerThre): success
(00.002489) SEIZE 1147026 (comm grpc-default-wo): success
(00.002500) SEIZE 1147245 (comm idle-server-tas): success
(00.002927) Seized task 1145280, state 1
(00.002934) seccomp: Collected tid_real 1145280 mode 0x2
(00.002946) Collected (0 attempts, 0 in_progress)
(00.002961) Seized task 1145510, state 0
(00.002989) seccomp: Collected tid_real 1145510 mode 0x2
(00.003139) Seizing 1145510's 1145511 thread
(00.003167) seccomp: Collected tid_real 1145511 mode 0x2
(00.003170) Seizing 1145510's 1145512 thread
(00.003193) seccomp: Collected tid_real 1145512 mode 0x2
(00.003195) Seizing 1145510's 1145513 thread
(00.003218) seccomp: Collected tid_real 1145513 mode 0x2
(00.003220) Seizing 1145510's 1145514 thread
(00.003242) seccomp: Collected tid_real 1145514 mode 0x2
(00.003244) Seizing 1145510's 1145515 thread
(00.003266) seccomp: Collected tid_real 1145515 mode 0x2
(00.003268) Seizing 1145510's 1145516 thread
(00.003289) seccomp: Collected tid_real 1145516 mode 0x2
(00.003291) Seizing 1145510's 1145517 thread
(00.003313) seccomp: Collected tid_real 1145517 mode 0x2
(00.003315) Seizing 1145510's 1145518 thread
(00.003337) seccomp: Collected tid_real 1145518 mode 0x2
(00.003339) Seizing 1145510's 1145519 thread
(00.003361) seccomp: Collected tid_real 1145519 mode 0x2
(00.003363) Seizing 1145510's 1145520 thread
(00.003385) seccomp: Collected tid_real 1145520 mode 0x2
(00.003387) Seizing 1145510's 1145521 thread
(00.003409) seccomp: Collected tid_real 1145521 mode 0x2
(00.003410) Seizing 1145510's 1145522 thread
(00.003433) seccomp: Collected tid_real 1145522 mode 0x2
(00.003435) Seizing 1145510's 1145523 thread
(00.003461) seccomp: Collected tid_real 1145523 mode 0x2
(00.003463) Seizing 1145510's 1145524 thread
(00.003485) seccomp: Collected tid_real 1145524 mode 0x2
(00.003487) Seizing 1145510's 1145525 thread
(00.003509) seccomp: Collected tid_real 1145525 mode 0x2
(00.003511) Seizing 1145510's 1145526 thread
(00.003533) seccomp: Collected tid_real 1145526 mode 0x2
(00.003535) Seizing 1145510's 1145527 thread
(00.003557) seccomp: Collected tid_real 1145527 mode 0x2
(00.003559) Seizing 1145510's 1145529 thread
(00.003595) seccomp: Collected tid_real 1145529 mode 0x2
(00.003600) Seizing 1145510's 1145530 thread
(00.003623) seccomp: Collected tid_real 1145530 mode 0x2
(00.003625) Seizing 1145510's 1145531 thread
(00.003648) seccomp: Collected tid_real 1145531 mode 0x2
(00.003650) Seizing 1145510's 1145532 thread
(00.003672) seccomp: Collected tid_real 1145532 mode 0x2
(00.003674) Seizing 1145510's 1145533 thread
(00.003696) seccomp: Collected tid_real 1145533 mode 0x2
(00.003698) Seizing 1145510's 1145534 thread
(00.003719) seccomp: Collected tid_real 1145534 mode 0x2
(00.003721) Seizing 1145510's 1145535 thread
(00.003743) seccomp: Collected tid_real 1145535 mode 0x2
(00.003745) Seizing 1145510's 1145536 thread
(00.003766) seccomp: Collected tid_real 1145536 mode 0x2
(00.003768) Seizing 1145510's 1145537 thread
(00.003791) seccomp: Collected tid_real 1145537 mode 0x2
(00.003793) Seizing 1145510's 1145538 thread
(00.003814) seccomp: Collected tid_real 1145538 mode 0x2
(00.003816) Seizing 1145510's 1145539 thread
(00.003838) seccomp: Collected tid_real 1145539 mode 0x2
(00.003840) Seizing 1145510's 1145540 thread
(00.003865) seccomp: Collected tid_real 1145540 mode 0x2
(00.003867) Seizing 1145510's 1145541 thread
(00.003889) seccomp: Collected tid_real 1145541 mode 0x2
(00.003891) Seizing 1145510's 1145542 thread
(00.003912) seccomp: Collected tid_real 1145542 mode 0x2
(00.003914) Seizing 1145510's 1145543 thread
(00.003936) seccomp: Collected tid_real 1145543 mode 0x2
(00.003938) Seizing 1145510's 1145545 thread
(00.003959) seccomp: Collected tid_real 1145545 mode 0x2
(00.003961) Seizing 1145510's 1145546 thread
(00.003985) seccomp: Collected tid_real 1145546 mode 0x2
(00.003987) Seizing 1145510's 1145550 thread
(00.004009) seccomp: Collected tid_real 1145550 mode 0x2
(00.004011) Seizing 1145510's 1145553 thread
(00.004033) seccomp: Collected tid_real 1145553 mode 0x2
(00.004035) Seizing 1145510's 1145610 thread
(00.004057) seccomp: Collected tid_real 1145610 mode 0x2
(00.004059) Seizing 1145510's 1145870 thread
(00.004083) seccomp: Collected tid_real 1145870 mode 0x2
(00.004085) Seizing 1145510's 1145871 thread
(00.004109) seccomp: Collected tid_real 1145871 mode 0x2
(00.004111) Seizing 1145510's 1145872 thread
(00.004133) seccomp: Collected tid_real 1145872 mode 0x2
(00.004135) Seizing 1145510's 1145873 thread
(00.004157) seccomp: Collected tid_real 1145873 mode 0x2
(00.004159) Seizing 1145510's 1145874 thread
(00.004183) seccomp: Collected tid_real 1145874 mode 0x2
(00.004185) Seizing 1145510's 1145875 thread
(00.004208) seccomp: Collected tid_real 1145875 mode 0x2
(00.004210) Seizing 1145510's 1145876 thread
(00.004233) seccomp: Collected tid_real 1145876 mode 0x2
(00.004235) Seizing 1145510's 1145890 thread
(00.004257) seccomp: Collected tid_real 1145890 mode 0x2
(00.004259) Seizing 1145510's 1145893 thread
(00.004280) seccomp: Collected tid_real 1145893 mode 0x2
(00.004282) Seizing 1145510's 1145894 thread
(00.004304) seccomp: Collected tid_real 1145894 mode 0x2
(00.004306) Seizing 1145510's 1145895 thread
(00.004329) seccomp: Collected tid_real 1145895 mode 0x2
(00.004331) Seizing 1145510's 1145924 thread
(00.004352) seccomp: Collected tid_real 1145924 mode 0x2
(00.004354) Seizing 1145510's 1145925 thread
(00.004379) seccomp: Collected tid_real 1145925 mode 0x2
(00.004381) Seizing 1145510's 1145926 thread
(00.004403) seccomp: Collected tid_real 1145926 mode 0x2
(00.004405) Seizing 1145510's 1145927 thread
(00.004427) seccomp: Collected tid_real 1145927 mode 0x2
(00.004429) Seizing 1145510's 1145928 thread
(00.004454) seccomp: Collected tid_real 1145928 mode 0x2
(00.004457) Seizing 1145510's 1145929 thread
(00.004478) seccomp: Collected tid_real 1145929 mode 0x2
(00.004480) Seizing 1145510's 1145930 thread
(00.004502) seccomp: Collected tid_real 1145930 mode 0x2
(00.004504) Seizing 1145510's 1145931 thread
(00.004526) seccomp: Collected tid_real 1145931 mode 0x2
(00.004528) Seizing 1145510's 1145932 thread
(00.004550) seccomp: Collected tid_real 1145932 mode 0x2
(00.004552) Seizing 1145510's 1145933 thread
(00.004580) seccomp: Collected tid_real 1145933 mode 0x2
(00.004585) Seizing 1145510's 1145934 thread
(00.004608) seccomp: Collected tid_real 1145934 mode 0x2
(00.004610) Seizing 1145510's 1145935 thread
(00.004633) seccomp: Collected tid_real 1145935 mode 0x2
(00.004635) Seizing 1145510's 1145936 thread
(00.004657) seccomp: Collected tid_real 1145936 mode 0x2
(00.004660) Seizing 1145510's 1145937 thread
(00.004684) seccomp: Collected tid_real 1145937 mode 0x2
(00.004686) Seizing 1145510's 1145943 thread
(00.004708) seccomp: Collected tid_real 1145943 mode 0x2
(00.004710) Seizing 1145510's 1145944 thread
(00.004732) seccomp: Collected tid_real 1145944 mode 0x2
(00.004734) Seizing 1145510's 1145945 thread
(00.004756) seccomp: Collected tid_real 1145945 mode 0x2
(00.004758) Seizing 1145510's 1145946 thread
(00.004780) seccomp: Collected tid_real 1145946 mode 0x2
(00.004782) Seizing 1145510's 1145947 thread
(00.004803) seccomp: Collected tid_real 1145947 mode 0x2
(00.004805) Seizing 1145510's 1145952 thread
(00.004827) seccomp: Collected tid_real 1145952 mode 0x2
(00.004829) Seizing 1145510's 1145953 thread
(00.004851) seccomp: Collected tid_real 1145953 mode 0x2
(00.004853) Seizing 1145510's 1145954 thread
(00.004875) seccomp: Collected tid_real 1145954 mode 0x2
(00.004877) Seizing 1145510's 1145967 thread
(00.004901) seccomp: Collected tid_real 1145967 mode 0x2
(00.004903) Seizing 1145510's 1145968 thread
(00.004925) seccomp: Collected tid_real 1145968 mode 0x2
(00.004927) Seizing 1145510's 1145969 thread
(00.004948) seccomp: Collected tid_real 1145969 mode 0x2
(00.004950) Seizing 1145510's 1146086 thread
(00.004972) seccomp: Collected tid_real 1146086 mode 0x2
(00.004974) Seizing 1145510's 1146087 thread
(00.004996) seccomp: Collected tid_real 1146087 mode 0x2
(00.004998) Seizing 1145510's 1146089 thread
(00.005020) seccomp: Collected tid_real 1146089 mode 0x2
(00.005022) Seizing 1145510's 1146094 thread
(00.005044) seccomp: Collected tid_real 1146094 mode 0x2
(00.005046) Seizing 1145510's 1146096 thread
(00.005068) seccomp: Collected tid_real 1146096 mode 0x2
(00.005070) Seizing 1145510's 1146108 thread
(00.005091) seccomp: Collected tid_real 1146108 mode 0x2
(00.005094) Seizing 1145510's 1146115 thread
(00.005116) seccomp: Collected tid_real 1146115 mode 0x2
(00.005118) Seizing 1145510's 1146116 thread
(00.005141) seccomp: Collected tid_real 1146116 mode 0x2
(00.005143) Seizing 1145510's 1146120 thread
(00.005167) seccomp: Collected tid_real 1146120 mode 0x2
(00.005169) Seizing 1145510's 1146129 thread
(00.005190) seccomp: Collected tid_real 1146129 mode 0x2
(00.005192) Seizing 1145510's 1146130 thread
(00.005215) seccomp: Collected tid_real 1146130 mode 0x2
(00.005217) Seizing 1145510's 1146145 thread
(00.005239) seccomp: Collected tid_real 1146145 mode 0x2
(00.005241) Seizing 1145510's 1146148 thread
(00.005263) seccomp: Collected tid_real 1146148 mode 0x2
(00.005265) Seizing 1145510's 1146151 thread
(00.005286) seccomp: Collected tid_real 1146151 mode 0x2
(00.005288) Seizing 1145510's 1146155 thread
(00.005310) seccomp: Collected tid_real 1146155 mode 0x2
(00.005312) Seizing 1145510's 1146159 thread
(00.005334) seccomp: Collected tid_real 1146159 mode 0x2
(00.005336) Seizing 1145510's 1146163 thread
(00.005358) seccomp: Collected tid_real 1146163 mode 0x2
(00.005360) Seizing 1145510's 1146166 thread
(00.005383) seccomp: Collected tid_real 1146166 mode 0x2
(00.005385) Seizing 1145510's 1146171 thread
(00.005407) seccomp: Collected tid_real 1146171 mode 0x2
(00.005412) Seizing 1145510's 1146655 thread
(00.005436) seccomp: Collected tid_real 1146655 mode 0x2
(00.005438) Seizing 1145510's 1146656 thread
(00.005463) seccomp: Collected tid_real 1146656 mode 0x2
(00.005465) Seizing 1145510's 1146657 thread
(00.005487) seccomp: Collected tid_real 1146657 mode 0x2
(00.005489) Seizing 1145510's 1146658 thread
(00.005512) seccomp: Collected tid_real 1146658 mode 0x2
(00.005514) Seizing 1145510's 1146659 thread
(00.005536) seccomp: Collected tid_real 1146659 mode 0x2
(00.005538) Seizing 1145510's 1147009 thread
(00.005560) seccomp: Collected tid_real 1147009 mode 0x2
(00.005562) Seizing 1145510's 1147011 thread
(00.005589) seccomp: Collected tid_real 1147011 mode 0x2
(00.005593) Seizing 1145510's 1147013 thread
(00.005617) seccomp: Collected tid_real 1147013 mode 0x2
(00.005619) Seizing 1145510's 1147026 thread
(00.005641) seccomp: Collected tid_real 1147026 mode 0x2
(00.005643) Seizing 1145510's 1147245 thread
(00.005666) seccomp: Collected tid_real 1147245 mode 0x2
(00.005722) Collected (-1 attempts, 0 in_progress)
(00.006207) Collected (0 attempts, 0 in_progress)
(00.006324) Collected 1145510 in 1 state
(00.006352) Collected (-1 attempts, 0 in_progress)
(00.006358) Collected 1145280 in 1 state
(00.006483) Will take pid namespace in the image
(00.006485) Add pid ns 9 pid 1145280
(00.006490) Will take net namespace in the image
(00.006491) Add net ns 10 pid 1145280
(00.006496) Will take ipc namespace in the image
(00.006497) Add ipc ns 11 pid 1145280
(00.006503) Will take uts namespace in the image
(00.006504) Add uts ns 12 pid 1145280
(00.006517) Will take mnt namespace in the image
(00.006519) Add mnt ns 13 pid 1145280
(00.006527) Will take cgroup namespace in the image
(00.006528) Add cgroup ns 14 pid 1145280
(00.006583) net: Lock network
(00.006588) Running network-lock scripts
(00.010483) type overlay source overlay mnt_id 2222 s_dev 0x59 / @ ./ flags 0x200000 options context="system_u:object_r:container_file_t:s0:c897,c1004",lowerdir=/var/lib/containers/storage/overlay/l/P73LEOQCLDIPOMVNBBSXGLSRCO:/var/lib/containers/storage/overlay/8059188bf683300f1d420c0a3f1efa462e0b94004006ed68710765a93affe6c0/composefs-layers/2::/var/lib/containers/storage/overlay/4b7c01ed0534d4f9be9cf97d068da1598c6c20b26cb6134fad066defdb6d541d/diff,upperdir=/var/lib/containers/storage/overlay/8059188bf683300f1d420c0a3f1efa462e0b94004006ed68710765a93affe6c0/diff,workdir=/var/lib/containers/storage/overlay/8059188bf683300f1d420c0a3f1efa462e0b94004006ed68710765a93affe6c0/work,redirect_dir=on,uuid=on,metacopy=on
(00.010500) type proc source proc mnt_id 2223 s_dev 0x82 / @ ./proc flags 0x20000e options
(00.010507) type tmpfs source tmpfs mnt_id 2224 s_dev 0x83 / @ ./dev flags 0x1000002 options context="system_u:object_r:container_file_t:s0:c897,c1004",size=65536k,mode=755,inode64
(00.010513) type sysfs source sysfs mnt_id 2225 s_dev 0x84 / @ ./sys flags 0x20000f options seclabel
(00.010534) type devpts source devpts mnt_id 2226 s_dev 0x85 / @ ./dev/pts flags 0x20000a options context="system_u:object_r:container_file_t:s0:c897,c1004",gid=5,mode=620,ptmxmode=666
(00.010623) type mqueue source mqueue mnt_id 2227 s_dev 0x81 / @ ./dev/mqueue flags 0x20000e options seclabel
(00.010632) type tmpfs source tmpfs mnt_id 2228 s_dev 0x1b /containers/storage/overlay-containers/e9854b25ee984e24b054611fb5bc66bec674b8056c025833add6250154df881b/userdata/resolv.conf @ ./etc/resolv.conf flags 0x1000000 options seclabel,size=6495612k,nr_inodes=819200,mode=755,inode64
(00.010637) type tmpfs source tmpfs mnt_id 2229 s_dev 0x1b /containers/storage/overlay-containers/e9854b25ee984e24b054611fb5bc66bec674b8056c025833add6250154df881b/userdata/hosts @ ./etc/hosts flags 0x1000000 options seclabel,size=6495612k,nr_inodes=819200,mode=755,inode64
(00.010642) type tmpfs source shm mnt_id 2230 s_dev 0x56 / @ ./dev/shm flags 0x20000e options context="system_u:object_r:container_file_t:s0:c897,c1004",size=64000k,inode64
(00.010665) type tmpfs source tmpfs mnt_id 2231 s_dev 0x1b /containers/storage/overlay-containers/e9854b25ee984e24b054611fb5bc66bec674b8056c025833add6250154df881b/userdata/.containerenv @ ./run/.containerenv flags 0x1000000 options seclabel,size=6495612k,nr_inodes=819200,mode=755,inode64
(00.010677) type tmpfs source tmpfs mnt_id 2232 s_dev 0x1b /containers/storage/overlay-containers/e9854b25ee984e24b054611fb5bc66bec674b8056c025833add6250154df881b/userdata/run/secrets @ ./run/secrets flags 0x1000000 options seclabel,size=6495612k,nr_inodes=819200,mode=755,inode64
(00.010682) type tmpfs source tmpfs mnt_id 2233 s_dev 0x1b /containers/storage/overlay-containers/e9854b25ee984e24b054611fb5bc66bec674b8056c025833add6250154df881b/userdata/hostname @ ./etc/hostname flags 0x1000000 options seclabel,size=6495612k,nr_inodes=819200,mode=755,inode64
(00.010687) type cgroup2 source cgroup2 mnt_id 2234 s_dev 0x1c /machine.slice/libpod-e9854b25ee984e24b054611fb5bc66bec674b8056c025833add6250154df881b.scope/container @ ./sys/fs/cgroup flags 0x20000f options seclabel
(00.010693) type tmpfs source tmpfs mnt_id 2235 s_dev 0x86 / @ ./proc/acpi flags 0x200001 options context="system_u:object_r:container_file_t:s0:c897,c1004",size=0k,inode64
(00.010698) type devtmpfs source devtmpfs mnt_id 2236 s_dev 0x6 /null @ ./proc/kcore flags 0x1000001 options seclabel,size=4096k,nr_inodes=4053936,mode=755,inode64
(00.010721) type devtmpfs source devtmpfs mnt_id 2237 s_dev 0x6 /null @ ./proc/keys flags 0x1000001 options seclabel,size=4096k,nr_inodes=4053936,mode=755,inode64
(00.010727) type devtmpfs source devtmpfs mnt_id 2238 s_dev 0x6 /null @ ./proc/latency_stats flags 0x1000001 options seclabel,size=4096k,nr_inodes=4053936,mode=755,inode64
(00.010732) type tmpfs source tmpfs mnt_id 2239 s_dev 0x87 / @ ./proc/scsi flags 0x200001 options context="system_u:object_r:container_file_t:s0:c897,c1004",size=0k,inode64
(00.010737) type devtmpfs source devtmpfs mnt_id 2240 s_dev 0x6 /null @ ./proc/timer_list flags 0x1000001 options seclabel,size=4096k,nr_inodes=4053936,mode=755,inode64
(00.010741) type tmpfs source tmpfs mnt_id 2241 s_dev 0x88 / @ ./sys/devices/virtual/powercap flags 0x200001 options context="system_u:object_r:container_file_t:s0:c897,c1004",size=0k,inode64
(00.010747) type tmpfs source tmpfs mnt_id 2242 s_dev 0x89 / @ ./sys/firmware flags 0x200001 options context="system_u:object_r:container_file_t:s0:c897,c1004",size=0k,inode64
(00.010752) type tmpfs source tmpfs mnt_id 2243 s_dev 0x8a / @ ./sys/fs/selinux flags 0x200001 options context="system_u:object_r:container_file_t:s0:c897,c1004",size=0k,inode64
(00.010756) type tmpfs source tmpfs mnt_id 2244 s_dev 0x8b / @ ./sys/devices/virtual/powercap flags 0x200001 options context="system_u:object_r:container_file_t:s0:c897,c1004",size=0k,inode64
(00.010765) type proc source proc mnt_id 2245 s_dev 0x82 /asound @ ./proc/asound flags 0x20000f options
(00.010769) type proc source proc mnt_id 2246 s_dev 0x82 /bus @ ./proc/bus flags 0x20000f options
(00.010774) type proc source proc mnt_id 2247 s_dev 0x82 /fs @ ./proc/fs flags 0x20000f options
(00.010778) type proc source proc mnt_id 2248 s_dev 0x82 /irq @ ./proc/irq flags 0x20000f options
(00.010781) type proc source proc mnt_id 2249 s_dev 0x82 /sys @ ./proc/sys flags 0x20000f options
(00.010785) type proc source proc mnt_id 2250 s_dev 0x82 /sysrq-trigger @ ./proc/sysrq-trigger flags 0x20000f options
(00.010790) mnt: Building mountpoints tree
(00.010791) mnt: Building plain mount tree
(00.010792) mnt: Working on 2250->2223
(00.010794) mnt: Working on 2249->2223
(00.010795) mnt: Working on 2248->2223
(00.010796) mnt: Working on 2247->2223
(00.010797) mnt: Working on 2246->2223
(00.010798) mnt: Working on 2245->2223
(00.010799) mnt: Working on 2244->2241
(00.010800) mnt: Working on 2243->2225
(00.010801) mnt: Working on 2242->2225
(00.010802) mnt: Working on 2241->2225
(00.010803) mnt: Working on 2240->2223
(00.010804) mnt: Working on 2239->2223
(00.010806) mnt: Working on 2238->2223
(00.010807) mnt: Working on 2237->2223
(00.010808) mnt: Working on 2236->2223
(00.010809) mnt: Working on 2235->2223
(00.010810) mnt: Working on 2234->2225
(00.010813) mnt: Working on 2233->2222
(00.010814) mnt: Working on 2232->2222
(00.010815) mnt: Working on 2231->2222
(00.010816) mnt: Working on 2230->2224
(00.010818) mnt: Working on 2229->2222
(00.010819) mnt: Working on 2228->2222
(00.010820) mnt: Working on 2227->2224
(00.010821) mnt: Working on 2226->2224
(00.010822) mnt: Working on 2225->2222
(00.010823) mnt: Working on 2224->2222
(00.010824) mnt: Working on 2223->2222
(00.010825) mnt: Working on 2222->2172
(00.010826) mnt: Resorting children of 2222 in mount order
(00.010828) mnt: Resorting children of 2233 in mount order
(00.010829) mnt: Resorting children of 2232 in mount order
(00.010830) mnt: Resorting children of 2231 in mount order
(00.010831) mnt: Resorting children of 2229 in mount order
(00.010832) mnt: Resorting children of 2228 in mount order
(00.010833) mnt: Resorting children of 2225 in mount order
(00.010834) mnt: Resorting children of 2241 in mount order
(00.010835) mnt: Resorting children of 2244 in mount order
(00.010836) mnt: Resorting children of 2243 in mount order
(00.010837) mnt: Resorting children of 2234 in mount order
(00.010838) mnt: Resorting children of 2242 in mount order
(00.010839) mnt: Resorting children of 2224 in mount order
(00.010840) mnt: Resorting children of 2230 in mount order
(00.010841) mnt: Resorting children of 2227 in mount order
(00.010842) mnt: Resorting children of 2226 in mount order
(00.010843) mnt: Resorting children of 2223 in mount order
(00.010845) mnt: Resorting children of 2250 in mount order
(00.010846) mnt: Resorting children of 2249 in mount order
(00.010847) mnt: Resorting children of 2248 in mount order
(00.010848) mnt: Resorting children of 2247 in mount order
(00.010849) mnt: Resorting children of 2246 in mount order
(00.010850) mnt: Resorting children of 2245 in mount order
(00.010851) mnt: Resorting children of 2240 in mount order
(00.010852) mnt: Resorting children of 2239 in mount order
(00.010853) mnt: Resorting children of 2238 in mount order
(00.010854) mnt: Resorting children of 2237 in mount order
(00.010855) mnt: Resorting children of 2236 in mount order
(00.010856) mnt: Resorting children of 2235 in mount order
(00.010857) mnt: Done:
(00.010858) mnt: [./](2222->2172)
(00.010859) mnt: [./etc/hostname](2233->2222)
(00.010860) mnt: <--
(00.010861) mnt: [./run/secrets](2232->2222)
(00.010863) mnt: <--
(00.010863) mnt: [./run/.containerenv](2231->2222)
(00.010865) mnt: <--
(00.010866) mnt: [./etc/hosts](2229->2222)
(00.010867) mnt: <--
(00.010868) mnt: [./etc/resolv.conf](2228->2222)
(00.010869) mnt: <--
(00.010870) mnt: [./sys](2225->2222)
(00.010871) mnt: [./sys/devices/virtual/powercap](2241->2225)
(00.010872) mnt: [./sys/devices/virtual/powercap](2244->2241)
(00.010873) mnt: <--
(00.010874) mnt: <--
(00.010875) mnt: [./sys/fs/selinux](2243->2225)
(00.010876) mnt: <--
(00.010877) mnt: [./sys/fs/cgroup](2234->2225)
(00.010878) mnt: <--
(00.010879) mnt: [./sys/firmware](2242->2225)
(00.010880) mnt: <--
(00.010881) mnt: <--
(00.010882) mnt: [./dev](2224->2222)
(00.010883) mnt: [./dev/shm](2230->2224)
(00.010885) mnt: <--
(00.010885) mnt: [./dev/mqueue](2227->2224)
(00.010887) mnt: <--
(00.010887) mnt: [./dev/pts](2226->2224)
(00.010889) mnt: <--
(00.010890) mnt: <--
(00.010891) mnt: [./proc](2223->2222)
(00.010892) mnt: [./proc/sysrq-trigger](2250->2223)
(00.010893) mnt: <--
(00.010894) mnt: [./proc/sys](2249->2223)
(00.010895) mnt: <--
(00.010896) mnt: [./proc/irq](2248->2223)
(00.010897) mnt: <--
(00.010898) mnt: [./proc/fs](2247->2223)
(00.010899) mnt: <--
(00.010900) mnt: [./proc/bus](2246->2223)
(00.010901) mnt: <--
(00.010902) mnt: [./proc/asound](2245->2223)
(00.010903) mnt: <--
(00.010904) mnt: [./proc/timer_list](2240->2223)
(00.010905) mnt: <--
(00.010906) mnt: [./proc/scsi](2239->2223)
(00.010907) mnt: <--
(00.010908) mnt: [./proc/latency_stats](2238->2223)
(00.010909) mnt: <--
(00.010910) mnt: [./proc/keys](2237->2223)
(00.010913) mnt: <--
(00.010914) mnt: [./proc/kcore](2236->2223)
(00.010915) mnt: <--
(00.010916) mnt: [./proc/acpi](2235->2223)
(00.010917) mnt: <--
(00.010918) mnt: <--
(00.010919) mnt: <--
(00.010925) mnt: The mount 2249 is bind for 2250 ***@***.***/proc/sys -> @./proc/sysrq-trigger)
(00.010927) mnt: The mount 2248 is bind for 2250 ***@***.***/proc/irq -> @./proc/sysrq-trigger)
(00.010928) mnt: The mount 2247 is bind for 2250 ***@***.***/proc/fs -> @./proc/sysrq-trigger)
(00.010929) mnt: The mount 2246 is bind for 2250 ***@***.***/proc/bus -> @./proc/sysrq-trigger)
(00.010930) mnt: The mount 2245 is bind for 2250 ***@***.***/proc/asound -> @./proc/sysrq-trigger)
(00.010931) mnt: The mount 2223 is bind for 2250 ***@***.***/proc -> @./proc/sysrq-trigger)
(00.010933) mnt: The mount 2238 is bind for 2240 ***@***.***/proc/latency_stats -> @./proc/timer_list)
(00.010934) mnt: The mount 2237 is bind for 2240 ***@***.***/proc/keys -> @./proc/timer_list)
(00.010935) mnt: The mount 2236 is bind for 2240 ***@***.***/proc/kcore -> @./proc/timer_list)
(00.010937) mnt: The mount 2232 is bind for 2233 ***@***.***/run/secrets -> @./etc/hostname)
(00.010938) mnt: The mount 2231 is bind for 2233 ***@***.***/run/.containerenv -> @./etc/hostname)
(00.010939) mnt: The mount 2229 is bind for 2233 ***@***.***/etc/hosts -> @./etc/hostname)
(00.010940) mnt: The mount 2228 is bind for 2233 ***@***.***/etc/resolv.conf -> @./etc/hostname)
(00.010945) mnt: Found /proc/timer_list mapping for ./proc/timer_list mountpoint
(00.010947) mnt: Found /proc/latency_stats mapping for ./proc/latency_stats mountpoint
(00.010948) mnt: Found /proc/keys mapping for ./proc/keys mountpoint
(00.010949) mnt: Found /proc/kcore mapping for ./proc/kcore mountpoint
(00.010951) mnt: Found /etc/hostname mapping for ./etc/hostname mountpoint
(00.010952) mnt: Found /run/secrets mapping for ./run/secrets mountpoint
(00.010953) mnt: Found /run/.containerenv mapping for ./run/.containerenv mountpoint
(00.010955) mnt: Found /dev/shm mapping for ./dev/shm mountpoint
(00.010956) mnt: Found /etc/hosts mapping for ./etc/hosts mountpoint
(00.010957) mnt: Found /etc/resolv.conf mapping for ./etc/resolv.conf mountpoint
(00.010960) mnt: Inspecting sharing on 2250 shared_id 0 master_id 0 ***@***.***/proc/sysrq-trigger)
(00.010961) mnt: Inspecting sharing on 2249 shared_id 0 master_id 0 ***@***.***/proc/sys)
(00.010962) mnt: Inspecting sharing on 2248 shared_id 0 master_id 0 ***@***.***/proc/irq)
(00.010963) mnt: Inspecting sharing on 2247 shared_id 0 master_id 0 ***@***.***/proc/fs)
(00.010964) mnt: Inspecting sharing on 2246 shared_id 0 master_id 0 ***@***.***/proc/bus)
(00.010966) mnt: Inspecting sharing on 2245 shared_id 0 master_id 0 ***@***.***/proc/asound)
(00.010967) mnt: Inspecting sharing on 2244 shared_id 0 master_id 0 ***@***.***/sys/devices/virtual/powercap)
(00.010968) mnt: Inspecting sharing on 2243 shared_id 0 master_id 0 ***@***.***/sys/fs/selinux)
(00.010969) mnt: Inspecting sharing on 2242 shared_id 0 master_id 0 ***@***.***/sys/firmware)
(00.010970) mnt: Inspecting sharing on 2241 shared_id 0 master_id 0 ***@***.***/sys/devices/virtual/powercap)
(00.010971) mnt: Inspecting sharing on 2240 shared_id 0 master_id 0 ***@***.***/proc/timer_list)
(00.010972) mnt: Inspecting sharing on 2239 shared_id 0 master_id 0 ***@***.***/proc/scsi)
(00.010973) mnt: Inspecting sharing on 2238 shared_id 0 master_id 0 ***@***.***/proc/latency_stats)
(00.010974) mnt: Inspecting sharing on 2237 shared_id 0 master_id 0 ***@***.***/proc/keys)
(00.010975) mnt: Inspecting sharing on 2236 shared_id 0 master_id 0 ***@***.***/proc/kcore)
(00.010976) mnt: Inspecting sharing on 2235 shared_id 0 master_id 0 ***@***.***/proc/acpi)
(00.010977) mnt: Inspecting sharing on 2234 shared_id 0 master_id 0 ***@***.***/sys/fs/cgroup)
(00.010978) mnt: Inspecting sharing on 2233 shared_id 0 master_id 0 ***@***.***/etc/hostname)
(00.010979) mnt: Inspecting sharing on 2232 shared_id 0 master_id 0 ***@***.***/run/secrets)
(00.010980) mnt: Inspecting sharing on 2231 shared_id 0 master_id 0 ***@***.***/run/.containerenv)
(00.010982) mnt: Inspecting sharing on 2230 shared_id 0 master_id 0 ***@***.***/dev/shm)
(00.010983) mnt: Inspecting sharing on 2229 shared_id 0 master_id 0 ***@***.***/etc/hosts)
(00.010984) mnt: Inspecting sharing on 2228 shared_id 0 master_id 0 ***@***.***/etc/resolv.conf)
(00.010987) mnt: Inspecting sharing on 2227 shared_id 0 master_id 0 ***@***.***/dev/mqueue)
(00.010988) mnt: Inspecting sharing on 2226 shared_id 0 master_id 0 ***@***.***/dev/pts)
(00.010989) mnt: Inspecting sharing on 2225 shared_id 0 master_id 0 ***@***.***/sys)
(00.010990) mnt: Inspecting sharing on 2224 shared_id 0 master_id 0 ***@***.***/dev)
(00.010991) mnt: Inspecting sharing on 2223 shared_id 0 master_id 0 ***@***.***/proc)
(00.010992) mnt: Inspecting sharing on 2222 shared_id 0 master_id 0 ***@***.***/)
(00.010998) net: Collecting netns 10/1145280
(00.010999) net: The net[4026533263] netns is external
(00.011000) net: Switching to 1145280's net for collecting sockets
(00.011555) unix: Collected: ino 5041632 peer_ino 0 family 1 type 5 state 7 name null
(00.011584) unix: Collected: ino 5028269 peer_ino 0 family 1 type 1 state 1 name null
(00.011593) unix: Collected: ino 5027335 peer_ino 0 family 1 type 1 state 1 name null
(00.017230) inet: Collected: ino 0x4ca587 family AF_INET type SOCK_STREAM port 9000 state TCP_LISTEN src_addr 0.0.0.0
(00.022933) inet: Collected: ino 0x4cb60a family AF_INET6 type SOCK_STREAM port 46301 state TCP_LISTEN src_addr ::1
(00.022939) inet: Collected: ino 0x4cb634 family AF_INET6 type SOCK_STREAM port 54702 state TCP_ESTABLISHED src_addr ::ffff:10.89.0.3
(00.022945) inet: Collected: ino 0x4c97ee family AF_INET6 type SOCK_STREAM port 36128 state TCP_ESTABLISHED src_addr ::ffff:10.89.0.3
(00.022949) inet: Collected: ino 0x4cb205 family AF_INET6 type SOCK_STREAM port 39368 state TCP_ESTABLISHED src_addr ::ffff:10.89.0.3
(00.023075) netlink: Collect netlink sock 0x4cbc51
(00.023081) netlink: Collect netlink sock 0x4cbc57
(00.023082) netlink: Collect netlink sock 0x4ceddb
(00.023083) netlink: Collect netlink sock 0x4cbc58
(00.023084) netlink: Collect netlink sock 0x4cbc53
(00.023085) netlink: Collect netlink sock 0x4cbc55
(00.023087) netlink: Collect netlink sock 0x4cbc5d
(00.023088) netlink: Collect netlink sock 0x4cbc54
(00.023089) netlink: Collect netlink sock 0x4cbc52
(00.023094) Collecting pidns 9/1145280
(00.023125) seccomp: Use SECCOMP_FILTER_FLAG_TSYNC for tid_real 1145280
(00.023809) seccomp: Use SECCOMP_FILTER_FLAG_TSYNC for tid_real 1145510
(00.023814) seccomp: Disable filter on tid_rea 1145511, will be propagated
(00.023815) seccomp: Disable filter on tid_rea 1145512, will be propagated
(00.023817) seccomp: Disable filter on tid_rea 1145513, will be propagated
(00.023818) seccomp: Disable filter on tid_rea 1145514, will be propagated
(00.023819) seccomp: Disable filter on tid_rea 1145515, will be propagated
(00.023820) seccomp: Disable filter on tid_rea 1145516, will be propagated
(00.023821) seccomp: Disable filter on tid_rea 1145517, will be propagated
(00.023822) seccomp: Disable filter on tid_rea 1145518, will be propagated
(00.023823) seccomp: Disable filter on tid_rea 1145519, will be propagated
(00.023824) seccomp: Disable filter on tid_rea 1145520, will be propagated
(00.023825) seccomp: Disable filter on tid_rea 1145521, will be propagated
(00.023827) seccomp: Disable filter on tid_rea 1145522, will be propagated
(00.023828) seccomp: Disable filter on tid_rea 1145523, will be propagated
(00.023829) seccomp: Disable filter on tid_rea 1145524, will be propagated
(00.023830) seccomp: Disable filter on tid_rea 1145525, will be propagated
(00.023831) seccomp: Disable filter on tid_rea 1145526, will be propagated
(00.023832) seccomp: Disable filter on tid_rea 1145527, will be propagated
(00.023833) seccomp: Disable filter on tid_rea 1145529, will be propagated
(00.023834) seccomp: Disable filter on tid_rea 1145530, will be propagated
(00.023835) seccomp: Disable filter on tid_rea 1145531, will be propagated
(00.023837) seccomp: Disable filter on tid_rea 1145532, will be propagated
(00.023838) seccomp: Disable filter on tid_rea 1145533, will be propagated
(00.023839) seccomp: Disable filter on tid_rea 1145534, will be propagated
(00.023840) seccomp: Disable filter on tid_rea 1145535, will be propagated
(00.023845) seccomp: Disable filter on tid_rea 1145536, will be propagated
(00.023846) seccomp: Disable filter on tid_rea 1145537, will be propagated
(00.023847) seccomp: Disable filter on tid_rea 1145538, will be propagated
(00.023848) seccomp: Disable filter on tid_rea 1145539, will be propagated
(00.023849) seccomp: Disable filter on tid_rea 1145540, will be propagated
(00.023851) seccomp: Disable filter on tid_rea 1145541, will be propagated
(00.023852) seccomp: Disable filter on tid_rea 1145542, will be propagated
(00.023853) seccomp: Disable filter on tid_rea 1145543, will be propagated
(00.023854) seccomp: Disable filter on tid_rea 1145545, will be propagated
(00.023855) seccomp: Disable filter on tid_rea 1145546, will be propagated
(00.023856) seccomp: Disable filter on tid_rea 1145550, will be propagated
(00.023857) seccomp: Disable filter on tid_rea 1145553, will be propagated
(00.023858) seccomp: Disable filter on tid_rea 1145610, will be propagated
(00.023859) seccomp: Disable filter on tid_rea 1145870, will be propagated
(00.023861) seccomp: Disable filter on tid_rea 1145871, will be propagated
(00.023862) seccomp: Disable filter on tid_rea 1145872, will be propagated
(00.023863) seccomp: Disable filter on tid_rea 1145873, will be propagated
(00.023864) seccomp: Disable filter on tid_rea 1145874, will be propagated
(00.023865) seccomp: Disable filter on tid_rea 1145875, will be propagated
(00.023866) seccomp: Disable filter on tid_rea 1145876, will be propagated
(00.023867) seccomp: Disable filter on tid_rea 1145890, will be propagated
(00.023868) seccomp: Disable filter on tid_rea 1145893, will be propagated
(00.023870) seccomp: Disable filter on tid_rea 1145894, will be propagated
(00.023871) seccomp: Disable filter on tid_rea 1145895, will be propagated
(00.023872) seccomp: Disable filter on tid_rea 1145924, will be propagated
(00.023873) seccomp: Disable filter on tid_rea 1145925, will be propagated
(00.023874) seccomp: Disable filter on tid_rea 1145926, will be propagated
(00.023875) seccomp: Disable filter on tid_rea 1145927, will be propagated
(00.023876) seccomp: Disable filter on tid_rea 1145928, will be propagated
(00.023877) seccomp: Disable filter on tid_rea 1145929, will be propagated
(00.023878) seccomp: Disable filter on tid_rea 1145930, will be propagated
(00.023880) seccomp: Disable filter on tid_rea 1145931, will be propagated
(00.023881) seccomp: Disable filter on tid_rea 1145932, will be propagated
(00.023882) seccomp: Disable filter on tid_rea 1145933, will be propagated
(00.023883) seccomp: Disable filter on tid_rea 1145934, will be propagated
(00.023884) seccomp: Disable filter on tid_rea 1145935, will be propagated
(00.023885) seccomp: Disable filter on tid_rea 1145936, will be propagated
(00.023886) seccomp: Disable filter on tid_rea 1145937, will be propagated
(00.023887) seccomp: Disable filter on tid_rea 1145943, will be propagated
(00.023888) seccomp: Disable filter on tid_rea 1145944, will be propagated
(00.023889) seccomp: Disable filter on tid_rea 1145945, will be propagated
(00.023890) seccomp: Disable filter on tid_rea 1145946, will be propagated
(00.023891) seccomp: Disable filter on tid_rea 1145947, will be propagated
(00.023892) seccomp: Disable filter on tid_rea 1145952, will be propagated
(00.023893) seccomp: Disable filter on tid_rea 1145953, will be propagated
(00.023894) seccomp: Disable filter on tid_rea 1145954, will be propagated
(00.023895) seccomp: Disable filter on tid_rea 1145967, will be propagated
(00.023896) seccomp: Disable filter on tid_rea 1145968, will be propagated
(00.023897) seccomp: Disable filter on tid_rea 1145969, will be propagated
(00.023898) seccomp: Disable filter on tid_rea 1146086, will be propagated
(00.023899) seccomp: Disable filter on tid_rea 1146087, will be propagated
(00.023900) seccomp: Disable filter on tid_rea 1146089, will be propagated
(00.023901) seccomp: Disable filter on tid_rea 1146094, will be propagated
(00.023904) seccomp: Disable filter on tid_rea 1146096, will be propagated
(00.023906) seccomp: Disable filter on tid_rea 1146108, will be propagated
(00.023907) seccomp: Disable filter on tid_rea 1146115, will be propagated
(00.023908) seccomp: Disable filter on tid_rea 1146116, will be propagated
(00.023909) seccomp: Disable filter on tid_rea 1146120, will be propagated
(00.023910) seccomp: Disable filter on tid_rea 1146129, will be propagated
(00.023911) seccomp: Disable filter on tid_rea 1146130, will be propagated
(00.023912) seccomp: Disable filter on tid_rea 1146145, will be propagated
(00.023913) seccomp: Disable filter on tid_rea 1146148, will be propagated
(00.023914) seccomp: Disable filter on tid_rea 1146151, will be propagated
(00.023915) seccomp: Disable filter on tid_rea 1146155, will be propagated
(00.023916) seccomp: Disable filter on tid_rea 1146159, will be propagated
(00.023917) seccomp: Disable filter on tid_rea 1146163, will be propagated
(00.023918) seccomp: Disable filter on tid_rea 1146166, will be propagated
(00.023919) seccomp: Disable filter on tid_rea 1146171, will be propagated
(00.023920) seccomp: Disable filter on tid_rea 1146655, will be propagated
(00.023921) seccomp: Disable filter on tid_rea 1146656, will be propagated
(00.023922) seccomp: Disable filter on tid_rea 1146657, will be propagated
(00.023923) seccomp: Disable filter on tid_rea 1146658, will be propagated
(00.023924) seccomp: Disable filter on tid_rea 1146659, will be propagated
(00.023925) seccomp: Disable filter on tid_rea 1147009, will be propagated
(00.023926) seccomp: Disable filter on tid_rea 1147011, will be propagated
(00.023927) seccomp: Disable filter on tid_rea 1147013, will be propagated
(00.023928) seccomp: Disable filter on tid_rea 1147026, will be propagated
(00.023929) seccomp: Disable filter on tid_rea 1147245, will be propagated
(00.024085) No parent images directory provided
(00.024113) 1145280 has lsm profile system_u:system_r:container_t:s0:c897,c1004
(00.024135) 1145510 has lsm profile system_u:system_r:container_t:s0:c897,c1004
(00.024152) 1145511 has lsm profile system_u:system_r:container_t:s0:c897,c1004
(00.024171) 1145512 has lsm profile system_u:system_r:container_t:s0:c897,c1004
(00.024186) 1145513 has lsm profile system_u:system_r:container_t:s0:c897,c1004
(00.024201) 1145514 has lsm profile system_u:system_r:container_t:s0:c897,c1004
(00.024222) 1145515 has lsm profile system_u:system_r:container_t:s0:c897,c1004
(00.024236) 1145516 has lsm profile system_u:system_r:container_t:s0:c897,c1004
(00.024251) 1145517 has lsm profile system_u:system_r:container_t:s0:c897,c1004
(00.024268) 1145518 has lsm profile system_u:system_r:container_t:s0:c897,c1004
(00.024282) 1145519 has lsm profile system_u:system_r:container_t:s0:c897,c1004
(00.024301) 1145520 has lsm profile system_u:system_r:container_t:s0:c897,c1004
(00.024314) 1145521 has lsm profile system_u:system_r:container_t:s0:c897,c1004
(00.024329) 1145522 has lsm profile system_u:system_r:container_t:s0:c897,c1004
(00.024345) 1145523 has lsm profile system_u:system_r:container_t:s0:c897,c1004
(00.024359) 1145524 has lsm profile system_u:system_r:container_t:s0:c897,c1004
(00.024373) 1145525 has lsm profile system_u:system_r:container_t:s0:c897,c1004
(00.024387) 1145526 has lsm profile system_u:system_r:container_t:s0:c897,c1004
(00.024404) 1145527 has lsm profile system_u:system_r:container_t:s0:c897,c1004
(00.024418) 1145529 has lsm profile system_u:system_r:container_t:s0:c897,c1004
(00.024432) 1145530 has lsm profile system_u:system_r:container_t:s0:c897,c1004
(00.024446) 1145531 has lsm profile system_u:system_r:container_t:s0:c897,c1004
(00.024462) 1145532 has lsm profile system_u:system_r:container_t:s0:c897,c1004
(00.024482) 1145533 has lsm profile system_u:system_r:container_t:s0:c897,c1004
(00.024496) 1145534 has lsm profile system_u:system_r:container_t:s0:c897,c1004
(00.024510) 1145535 has lsm profile system_u:system_r:container_t:s0:c897,c1004
(00.024527) 1145536 has lsm profile system_u:system_r:container_t:s0:c897,c1004
(00.024546) 1145537 has lsm profile system_u:system_r:container_t:s0:c897,c1004
(00.024560) 1145538 has lsm profile system_u:system_r:container_t:s0:c897,c1004
(00.024582) 1145539 has lsm profile system_u:system_r:container_t:s0:c897,c1004
(00.024600) 1145540 has lsm profile system_u:system_r:container_t:s0:c897,c1004
(00.024614) 1145541 has lsm profile system_u:system_r:container_t:s0:c897,c1004
(00.024628) 1145542 has lsm profile system_u:system_r:container_t:s0:c897,c1004
(00.024642) 1145543 has lsm profile system_u:system_r:container_t:s0:c897,c1004
(00.024659) 1145545 has lsm profile system_u:system_r:container_t:s0:c897,c1004
(00.024674) 1145546 has lsm profile system_u:system_r:container_t:s0:c897,c1004
(00.024688) 1145550 has lsm profile system_u:system_r:container_t:s0:c897,c1004
(00.024702) 1145553 has lsm profile system_u:system_r:container_t:s0:c897,c1004
(00.024716) 1145610 has lsm profile system_u:system_r:container_t:s0:c897,c1004
(00.024730) 1145870 has lsm profile system_u:system_r:container_t:s0:c897,c1004
(00.024753) 1145871 has lsm profile system_u:system_r:container_t:s0:c897,c1004
(00.024770) 1145872 has lsm profile system_u:system_r:container_t:s0:c897,c1004
(00.024786) 1145873 has lsm profile system_u:system_r:container_t:s0:c897,c1004
(00.024800) 1145874 has lsm profile system_u:system_r:container_t:s0:c897,c1004
(00.024814) 1145875 has lsm profile system_u:system_r:container_t:s0:c897,c1004
(00.024828) 1145876 has lsm profile system_u:system_r:container_t:s0:c897,c1004
(00.024842) 1145890 has lsm profile system_u:system_r:container_t:s0:c897,c1004
(00.024857) 1145893 has lsm profile system_u:system_r:container_t:s0:c897,c1004
(00.024873) 1145894 has lsm profile system_u:system_r:container_t:s0:c897,c1004
(00.024890) 1145895 has lsm profile system_u:system_r:container_t:s0:c897,c1004
(00.024904) 1145924 has lsm profile system_u:system_r:container_t:s0:c897,c1004
(00.024918) 1145925 has lsm profile system_u:system_r:container_t:s0:c897,c1004
(00.024932) 1145926 has lsm profile system_u:system_r:container_t:s0:c897,c1004
(00.024947) 1145927 has lsm profile system_u:system_r:container_t:s0:c897,c1004
(00.024963) 1145928 has lsm profile system_u:system_r:container_t:s0:c897,c1004
(00.024978) 1145929 has lsm profile system_u:system_r:container_t:s0:c897,c1004
(00.024993) 1145930 has lsm profile system_u:system_r:container_t:s0:c897,c1004
(00.025017) 1145931 has lsm profile system_u:system_r:container_t:s0:c897,c1004
(00.025031) 1145932 has lsm profile system_u:system_r:container_t:s0:c897,c1004
(00.025046) 1145933 has lsm profile system_u:system_r:container_t:s0:c897,c1004
(00.025062) 1145934 has lsm profile system_u:system_r:container_t:s0:c897,c1004
(00.025077) 1145935 has lsm profile system_u:system_r:container_t:s0:c897,c1004
(00.025091) 1145936 has lsm profile system_u:system_r:container_t:s0:c897,c1004
(00.025107) 1145937 has lsm profile system_u:system_r:container_t:s0:c897,c1004
(00.025123) 1145943 has lsm profile system_u:system_r:container_t:s0:c897,c1004
(00.025138) 1145944 has lsm profile system_u:system_r:container_t:s0:c897,c1004
(00.025152) 1145945 has lsm profile system_u:system_r:container_t:s0:c897,c1004
(00.025167) 1145946 has lsm profile system_u:system_r:container_t:s0:c897,c1004
(00.025181) 1145947 has lsm profile system_u:system_r:container_t:s0:c897,c1004
(00.025196) 1145952 has lsm profile system_u:system_r:container_t:s0:c897,c1004
(00.025210) 1145953 has lsm profile system_u:system_r:container_t:s0:c897,c1004
(00.025224) 1145954 has lsm profile system_u:system_r:container_t:s0:c897,c1004
(00.025241) 1145967 has lsm profile system_u:system_r:container_t:s0:c897,c1004
(00.025255) 1145968 has lsm profile system_u:system_r:container_t:s0:c897,c1004
(00.025273) 1145969 has lsm profile system_u:system_r:container_t:s0:c897,c1004
(00.025287) 1146086 has lsm profile system_u:system_r:container_t:s0:c897,c1004
(00.025301) 1146087 has lsm profile system_u:system_r:container_t:s0:c897,c1004
(00.025314) 1146089 has lsm profile system_u:system_r:container_t:s0:c897,c1004
(00.025332) 1146094 has lsm profile system_u:system_r:container_t:s0:c897,c1004
(00.025347) 1146096 has lsm profile system_u:system_r:container_t:s0:c897,c1004
(00.025364) 1146108 has lsm profile system_u:system_r:container_t:s0:c897,c1004
(00.025379) 1146115 has lsm profile system_u:system_r:container_t:s0:c897,c1004
(00.025393) 1146116 has lsm profile system_u:system_r:container_t:s0:c897,c1004
(00.025409) 1146120 has lsm profile system_u:system_r:container_t:s0:c897,c1004
(00.025423) 1146129 has lsm profile system_u:system_r:container_t:s0:c897,c1004
(00.025437) 1146130 has lsm profile system_u:system_r:container_t:s0:c897,c1004
(00.025451) 1146145 has lsm profile system_u:system_r:container_t:s0:c897,c1004
(00.025469) 1146148 has lsm profile system_u:system_r:container_t:s0:c897,c1004
(00.025484) 1146151 has lsm profile system_u:system_r:container_t:s0:c897,c1004
(00.025497) 1146155 has lsm profile system_u:system_r:container_t:s0:c897,c1004
(00.025511) 1146159 has lsm profile system_u:system_r:container_t:s0:c897,c1004
(00.025525) 1146163 has lsm profile system_u:system_r:container_t:s0:c897,c1004
(00.025543) 1146166 has lsm profile system_u:system_r:container_t:s0:c897,c1004
(00.025557) 1146171 has lsm profile system_u:system_r:container_t:s0:c897,c1004
(00.025579) 1146655 has lsm profile system_u:system_r:container_t:s0:c897,c1004
(00.025598) 1146656 has lsm profile system_u:system_r:container_t:s0:c897,c1004
(00.025614) 1146657 has lsm profile system_u:system_r:container_t:s0:c897,c1004
(00.025628) 1146658 has lsm profile system_u:system_r:container_t:s0:c897,c1004
(00.025642) 1146659 has lsm profile system_u:system_r:container_t:s0:c897,c1004
(00.025657) 1147009 has lsm profile system_u:system_r:container_t:s0:c897,c1004
(00.025671) 1147011 has lsm profile system_u:system_r:container_t:s0:c897,c1004
(00.025685) 1147013 has lsm profile system_u:system_r:container_t:s0:c897,c1004
(00.025699) 1147026 has lsm profile system_u:system_r:container_t:s0:c897,c1004
(00.025716) 1147245 has lsm profile system_u:system_r:container_t:s0:c897,c1004
(00.025718) ========================================
(00.025727) Dumping task (pid: 1145280 comm: python3)
(00.025728) ========================================
(00.025729) Obtaining task stat ...
(00.025750)
(00.025752) Collecting mappings (pid: 1145280)
(00.025753) ----------------------------------------
(00.025879) Handling VMA with the following smaps entry: 00400000-00420000 r--p 00000000 00:59 271876956 /usr/bin/python3.12
(00.026121) Found regular file mapping, OK
(00.026237) Dumping path for -3 fd via self 13 [/usr/bin/python3.12]
(00.026309) Handling VMA with the following smaps entry: 00420000-00704000 r-xp 00020000 00:59 271876956 /usr/bin/python3.12
(00.026319) vma 420000 borrows vfi from previous 400000
(00.026325) Handling VMA with the following smaps entry: 00704000-00a28000 r--p 00304000 00:59 271876956 /usr/bin/python3.12
(00.026329) vma 704000 borrows vfi from previous 420000
(00.026332) Handling VMA with the following smaps entry: 00a28000-00a29000 r--p 00628000 00:59 271876956 /usr/bin/python3.12
(00.026336) vma a28000 borrows vfi from previous 704000
(00.026339) Handling VMA with the following smaps entry: 00a29000-00ba7000 rw-p 00629000 00:59 271876956 /usr/bin/python3.12
(00.026343) vma a29000 borrows vfi from previous a28000
(00.026347) Handling VMA with the following smaps entry: 00ba7000-00baa000 rw-p 00000000 00:00 0
(00.026405) Handling VMA with the following smaps entry: 12831000-12a86000 rw-p 00000000 00:00 0 [heap]
(00.026412) Handling VMA with the following smaps entry: 7f3d2ae0d000-7f3d2ae10000 r--p 00000000 00:59 4885 /usr/lib/x86_64-linux-gnu/liblzma.so.5.4.5
(00.026446) Found regular file mapping, OK
(00.026473) Dumping path for -3 fd via self 13 [/usr/lib/x86_64-linux-gnu/liblzma.so.5.4.5]
(00.026503) Handling VMA with the following smaps entry: 7f3d2ae10000-7f3d2ae32000 r-xp 00003000 00:59 4885 /usr/lib/x86_64-linux-gnu/liblzma.so.5.4.5
(00.026514) vma 7f3d2ae10000 borrows vfi from previous 7f3d2ae0d000
(00.026519) Handling VMA with the following smaps entry: 7f3d2ae32000-7f3d2ae3d000 r--p 00025000 00:59 4885 /usr/lib/x86_64-linux-gnu/liblzma.so.5.4.5
(00.026522) vma 7f3d2ae32000 borrows vfi from previous 7f3d2ae10000
(00.026526) Handling VMA with the following smaps entry: 7f3d2ae3d000-7f3d2ae3e000 r--p 00030000 00:59 4885 /usr/lib/x86_64-linux-gnu/liblzma.so.5.4.5
(00.026529) vma 7f3d2ae3d000 borrows vfi from previous 7f3d2ae32000
(00.026551) Handling VMA with the following smaps entry: 7f3d2ae3e000-7f3d2ae3f000 rw-p 00031000 00:59 4885 /usr/lib/x86_64-linux-gnu/liblzma.so.5.4.5
(00.026556) vma 7f3d2ae3e000 borrows vfi from previous 7f3d2ae3d000
(00.026560) Handling VMA with the following smaps entry: 7f3d2ae3f000-7f3d2ae42000 r--p 00000000 00:59 271916555 /usr/lib/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so
(00.026594) Found regular file mapping, OK
(00.026621) Dumping path for -3 fd via self 13 [/usr/lib/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so]
(00.026652) Handling VMA with the following smaps entry: 7f3d2ae42000-7f3d2ae47000 r-xp 00003000 00:59 271916555 /usr/lib/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so
(00.026660) vma 7f3d2ae42000 borrows vfi from previous 7f3d2ae3f000
(00.026664) Handling VMA with the following smaps entry: 7f3d2ae47000-7f3d2ae4a000 r--p 00008000 00:59 271916555 /usr/lib/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so
(00.026668) vma 7f3d2ae47000 borrows vfi from previous 7f3d2ae42000
(00.026671) Handling VMA with the following smaps entry: 7f3d2ae4a000-7f3d2ae4b000 r--p 0000a000 00:59 271916555 /usr/lib/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so
(00.026678) vma 7f3d2ae4a000 borrows vfi from previous 7f3d2ae47000
(00.026696) Handling VMA with the following smaps entry: 7f3d2ae4b000-7f3d2ae4c000 rw-p 0000b000 00:59 271916555 /usr/lib/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so
(00.026701) vma 7f3d2ae4b000 borrows vfi from previous 7f3d2ae4a000
(00.026704) Handling VMA with the following smaps entry: 7f3d2ae4c000-7f3d2ae4e000 r--p 00000000 00:59 4685 /usr/lib/x86_64-linux-gnu/libbz2.so.1.0.4
(00.026717) Found regular file mapping, OK
(00.026736) Dumping path for -3 fd via self 13 [/usr/lib/x86_64-linux-gnu/libbz2.so.1.0.4]
(00.026765) Handling VMA with the following smaps entry: 7f3d2ae4e000-7f3d2ae5c000 r-xp 00002000 00:59 4685 /usr/lib/x86_64-linux-gnu/libbz2.so.1.0.4
(00.026773) vma 7f3d2ae4e000 borrows vfi from previous 7f3d2ae4c000
(00.026776) Handling VMA with the following smaps entry: 7f3d2ae5c000-7f3d2ae5e000 r--p 00010000 00:59 4685 /usr/lib/x86_64-linux-gnu/libbz2.so.1.0.4
(00.026780) vma 7f3d2ae5c000 borrows vfi from previous 7f3d2ae4e000
(00.026783) Handling VMA with the following smaps entry: 7f3d2ae5e000-7f3d2ae5f000 r--p 00011000 00:59 4685 /usr/lib/x86_64-linux-gnu/libbz2.so.1.0.4
(00.026786) vma 7f3d2ae5e000 borrows vfi from previous 7f3d2ae5c000
(00.026806) Handling VMA with the following smaps entry: 7f3d2ae5f000-7f3d2ae60000 rw-p 00012000 00:59 4685 /usr/lib/x86_64-linux-gnu/libbz2.so.1.0.4
(00.026810) vma 7f3d2ae5f000 borrows vfi from previous 7f3d2ae5e000
(00.026814) Handling VMA with the following smaps entry: 7f3d2ae60000-7f3d2ae62000 r--p 00000000 00:59 271916119 /usr/lib/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so
(00.026825) Found regular file mapping, OK
(00.026844) Dumping path for -3 fd via self 13 [/usr/lib/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so]
(00.026869) Handling VMA with the following smaps entry: 7f3d2ae62000-7f3d2ae65000 r-xp 00002000 00:59 271916119 /usr/lib/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so
(00.026880) vma 7f3d2ae62000 borrows vfi from previous 7f3d2ae60000
(00.026884) Handling VMA with the following smaps entry: 7f3d2ae65000-7f3d2ae67000 r--p 00005000 00:59 271916119 /usr/lib/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so
(00.026887) vma 7f3d2ae65000 borrows vfi from previous 7f3d2ae62000
(00.026890) Handling VMA with the following smaps entry: 7f3d2ae67000-7f3d2ae68000 r--p 00006000 00:59 271916119 /usr/lib/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so
(00.026894) vma 7f3d2ae67000 borrows vfi from previous 7f3d2ae65000
(00.026956) Handling VMA with the following smaps entry: 7f3d2ae68000-7f3d2ae69000 rw-p 00007000 00:59 271916119
|
with that settings, I get:
|
exactly. This is what the bugreport is about. |
the processes in the first Why is that a problem? |
what do you mean with 'first' ? there is only one container named The bug is the failure you described in #1651 (comment) The analysis (about cgroups) was given by @adrianreber . I don't understand enough of the problem to understand if it is an accurate analysis. The problem does go away when using runc instead of crun as container runtime. |
I mean the container created with:
The |
I can reproduce it: # rpm -q crun
crun-1.19.1-1.fc40.x86_64
# podman run -d quay.io/adrianreber/counter:latest
51a80dc7af55e5b3d31fb163fff0d0e1612acef00ff830d60799193bf852c30f
# podman container checkpoint --export /tmp/cp.tar -l
# podman container restore --import /tmp/bla.tar --name new
785a4c1b192cc1b88dcbabd60015ab605660059a4183711da0c6586944970519
# ps auxf
fedora 1888694 0.0 0.0 4184 280 ? Ss 13:46 0:00 \_ bash -c /home/counter/counter.py 2>&1 | tee /home/counter/logfile
fedora 1888715 0.3 0.0 21796 9308 ? S 13:46 0:00 \_ /usr/bin/python3 /home/counter/counter.py
fedora 1888716 0.0 0.0 4932 236 ? S 13:46 0:00 \_ /usr/bin/coreutils --coreutils-prog-shebang=tee /usr/bin/tee /home/counter/logfile
# cat /proc/1888694/cgroup
2:name=zdtmtst.defaultroot:/
1:name=zdtmtst:/
0::/machine.slice/libpod-785a4c1b192cc1b88dcbabd60015ab605660059a4183711da0c6586944970519.scope/container
# cat /proc/1888715/cgroup
2:name=zdtmtst.defaultroot:/
1:name=zdtmtst:/
0::/machine.slice/libpod-51a80dc7af55e5b3d31fb163fff0d0e1612acef00ff830d60799193bf852c30f.scope/container
# cat /proc/1888716/cgroup
2:name=zdtmtst.defaultroot:/
1:name=zdtmtst:/
0::/machine.slice/libpod-51a80dc7af55e5b3d31fb163fff0d0e1612acef00ff830d60799193bf852c30f.scope/container The first process has the cgroup of the new container. The other processes have the cgroup of the old container. One thing which might make sense to try would be to change this: if (cr_options->manage_cgroups_mode == -1)
/* Defaulting to CRIU_CG_MODE_SOFT just as runc */
libcriu_wrapper->criu_set_manage_cgroups_mode (CRIU_CG_MODE_SOFT); runc also defaults to |
not sure if an oversight, but those are two different snapshot tar files. |
one big issue I've seen with crun is that |
no nevermind, I was doing something wrong... |
See checkpoint-restore/criu#2577
in this example, we have a container with a dummy entrypoint (a python3 http.server) to keep the container alive while other commands run in it. The command we run in it is a daemonized Java server. Checkpointing and restoring works OK, but the restored container is incorrect, because it cannot be checkpointed again.
@adrianreber clarifies:
The text was updated successfully, but these errors were encountered: