syzbot


possible deadlock in lookup_slow

Status: upstream: reported C repro on 2019/08/24 01:53
Reported-by: syzbot+d4aadf131cacaa8fff34@syzkaller.appspotmail.com
First crash: 1679d, last: 388d
Similar bugs (6)
Kernel Title Repro Cause bisect Fix bisect Count Last Reported Patched Status
upstream possible deadlock in lookup_slow (3) kernfs 51 2d04h 253d 0/26 upstream: reported on 2023/07/19 13:17
linux-5.15 possible deadlock in lookup_slow 11 208d 380d 0/3 auto-obsoleted due to no activity on 2023/12/11 13:10
linux-4.19 possible deadlock in lookup_slow 22 1383d 1809d 0/1 auto-closed as invalid on 2020/10/12 22:59
upstream possible deadlock in lookup_slow fs 139 1769d 2010d 0/26 auto-closed as invalid on 2019/10/25 08:42
linux-5.15 possible deadlock in lookup_slow (2) origin:upstream C 5 9h01m 106d 0/3 upstream: reported C repro on 2023/12/13 22:35
upstream possible deadlock in lookup_slow (2) fs 7 1537d 1582d 0/26 auto-closed as invalid on 2020/05/11 09:17
Fix bisection attempts (3)
Created Duration User Patch Repo Result
2021/10/19 10:30 23m bisect fix linux-4.14.y job log (0) log
2021/08/21 02:11 29m bisect fix linux-4.14.y job log (0) log
2021/06/19 10:09 27m bisect fix linux-4.14.y job log (0) log

Sample crash report:
overlayfs: fs on '.' does not support file handles, falling back to index=off.
overlayfs: fs on '.' does not support file handles, falling back to index=off.
overlayfs: 'file0' not a directory
======================================================
overlayfs: 'file0' not a directory
WARNING: possible circular locking dependency detected
4.14.211-syzkaller #0 Not tainted
------------------------------------------------------
syz-executor946/8014 is trying to acquire lock:
 (&ovl_i_mutex_dir_key[depth]){++++}, at: [<ffffffff818b2de9>] inode_lock_shared include/linux/fs.h:729 [inline]
 (&ovl_i_mutex_dir_key[depth]){++++}, at: [<ffffffff818b2de9>] lookup_slow+0x129/0x400 fs/namei.c:1674

but task is already holding lock:
 (&oi->lock){+.+.}, at: [<ffffffff823617ef>] ovl_nlink_start+0x22f/0x460 fs/overlayfs/util.c:523

which lock already depends on the new lock.


the existing dependency chain (in reverse order) is:

-> #2 (&oi->lock){+.+.}:
       __mutex_lock_common kernel/locking/mutex.c:756 [inline]
       __mutex_lock+0xc4/0x1310 kernel/locking/mutex.c:893
       ovl_copy_up_start+0x40/0xe0 fs/overlayfs/util.c:318
       ovl_copy_up_one+0x21f/0x910 fs/overlayfs/copy_up.c:630
       ovl_copy_up_flags+0xd5/0x120 fs/overlayfs/copy_up.c:685
       ovl_rename+0x1a6/0xf10 fs/overlayfs/dir.c:943
       vfs_rename+0x560/0x1820 fs/namei.c:4496
       SYSC_renameat2 fs/namei.c:4644 [inline]
       SyS_renameat2+0x95b/0xad0 fs/namei.c:4533
       do_syscall_64+0x1d5/0x640 arch/x86/entry/common.c:292
       entry_SYSCALL_64_after_hwframe+0x46/0xbb

-> #1 (sb_writers#3){.+.+}:
       percpu_down_read_preempt_disable include/linux/percpu-rwsem.h:36 [inline]
       percpu_down_read include/linux/percpu-rwsem.h:59 [inline]
       __sb_start_write+0x64/0x260 fs/super.c:1342
       sb_start_write include/linux/fs.h:1549 [inline]
       mnt_want_write+0x3a/0xb0 fs/namespace.c:386
       ovl_create_object+0x75/0x1d0 fs/overlayfs/dir.c:538
       lookup_open+0x77a/0x1750 fs/namei.c:3241
       do_last fs/namei.c:3334 [inline]
       path_openat+0xe08/0x2970 fs/namei.c:3569
       do_filp_open+0x179/0x3c0 fs/namei.c:3603
       do_sys_open+0x296/0x410 fs/open.c:1081
       do_syscall_64+0x1d5/0x640 arch/x86/entry/common.c:292
       entry_SYSCALL_64_after_hwframe+0x46/0xbb

-> #0 (&ovl_i_mutex_dir_key[depth]){++++}:
       lock_acquire+0x170/0x3f0 kernel/locking/lockdep.c:3998
       down_read+0x36/0x80 kernel/locking/rwsem.c:24
       inode_lock_shared include/linux/fs.h:729 [inline]
       lookup_slow+0x129/0x400 fs/namei.c:1674
       lookup_one_len_unlocked+0x3a0/0x410 fs/namei.c:2595
       ovl_lower_positive+0x184/0x345 fs/overlayfs/namei.c:783
       ovl_rename+0x47c/0xf10 fs/overlayfs/dir.c:968
       vfs_rename+0x560/0x1820 fs/namei.c:4496
       SYSC_renameat2 fs/namei.c:4644 [inline]
       SyS_renameat2+0x95b/0xad0 fs/namei.c:4533
       do_syscall_64+0x1d5/0x640 arch/x86/entry/common.c:292
       entry_SYSCALL_64_after_hwframe+0x46/0xbb

other info that might help us debug this:

Chain exists of:
  &ovl_i_mutex_dir_key[depth] --> sb_writers#3 --> &oi->lock

 Possible unsafe locking scenario:

       CPU0                    CPU1
       ----                    ----
  lock(&oi->lock);
                               lock(sb_writers#3);
                               lock(&oi->lock);
  lock(&ovl_i_mutex_dir_key[depth]);

 *** DEADLOCK ***

8 locks held by syz-executor946/8014:
 #0:  (sb_writers#10){.+.+}, at: [<ffffffff81901a3a>] sb_start_write include/linux/fs.h:1549 [inline]
 #0:  (sb_writers#10){.+.+}, at: [<ffffffff81901a3a>] mnt_want_write+0x3a/0xb0 fs/namespace.c:386
 #1:  (&type->s_vfs_rename_key#2){+.+.}, at: [<ffffffff818b3114>] lock_rename+0x54/0x280 fs/namei.c:2889
 #2:  (&ovl_i_mutex_dir_key[depth]#2/1){+.+.}, at: [<ffffffff818b3160>] inode_lock_nested include/linux/fs.h:754 [inline]
 #2:  (&ovl_i_mutex_dir_key[depth]#2/1){+.+.}, at: [<ffffffff818b3160>] lock_rename+0xa0/0x280 fs/namei.c:2893
 #3:  (&ovl_i_mutex_dir_key[depth]#2/2){+.+.}, at: [<ffffffff818b3194>] inode_lock_nested include/linux/fs.h:754 [inline]
 #3:  (&ovl_i_mutex_dir_key[depth]#2/2){+.+.}, at: [<ffffffff818b3194>] lock_rename+0xd4/0x280 fs/namei.c:2894
 #4:  (&ovl_i_mutex_key[depth]#2){+.+.}, at: [<ffffffff818ec8fa>] inode_lock include/linux/fs.h:719 [inline]
 #4:  (&ovl_i_mutex_key[depth]#2){+.+.}, at: [<ffffffff818ec8fa>] lock_two_nondirectories+0xca/0xf0 fs/inode.c:990
 #5:  (&ovl_i_mutex_key[depth]#2/4){+.+.}, at: [<ffffffff818ec8e2>] inode_lock_nested include/linux/fs.h:754 [inline]
 #5:  (&ovl_i_mutex_key[depth]#2/4){+.+.}, at: [<ffffffff818ec8e2>] lock_two_nondirectories+0xb2/0xf0 fs/inode.c:992
 #6:  (sb_writers#3){.+.+}, at: [<ffffffff81901a3a>] sb_start_write include/linux/fs.h:1549 [inline]
 #6:  (sb_writers#3){.+.+}, at: [<ffffffff81901a3a>] mnt_want_write+0x3a/0xb0 fs/namespace.c:386
 #7:  (&oi->lock){+.+.}, at: [<ffffffff823617ef>] ovl_nlink_start+0x22f/0x460 fs/overlayfs/util.c:523

stack backtrace:
CPU: 1 PID: 8014 Comm: syz-executor946 Not tainted 4.14.211-syzkaller #0
Hardware name: Google Google Compute Engine/Google Compute Engine, BIOS Google 01/01/2011
Call Trace:
 __dump_stack lib/dump_stack.c:17 [inline]
 dump_stack+0x1b2/0x283 lib/dump_stack.c:58
 print_circular_bug.constprop.0.cold+0x2d7/0x41e kernel/locking/lockdep.c:1258
 check_prev_add kernel/locking/lockdep.c:1905 [inline]
 check_prevs_add kernel/locking/lockdep.c:2022 [inline]
 validate_chain kernel/locking/lockdep.c:2464 [inline]
 __lock_acquire+0x2e0e/0x3f20 kernel/locking/lockdep.c:3491
 lock_acquire+0x170/0x3f0 kernel/locking/lockdep.c:3998
 down_read+0x36/0x80 kernel/locking/rwsem.c:24
 inode_lock_shared include/linux/fs.h:729 [inline]
 lookup_slow+0x129/0x400 fs/namei.c:1674
 lookup_one_len_unlocked+0x3a0/0x410 fs/namei.c:2595
 ovl_lower_positive+0x184/0x345 fs/overlayfs/namei.c:783
 ovl_rename+0x47c/0xf10 fs/overlayfs/dir.c:968
 vfs_rename+0x560/0x1820 fs/namei.c:4496
 SYSC_renameat2 fs/namei.c:4644 [inline]
 SyS_renameat2+0x95b/0xad0 fs/namei.c:4533
 do_syscall_64+0x1d5/0x640 arch/x86/entry/common.c:292
 entry_SYSCALL_64_after_hwframe+0x46/0xbb
RIP: 0033:0x446f59
RSP: 002b:00007f0b4f51bdb8 EFLAGS: 00000246 ORIG_RAX: 0000000000000052
RAX: ffffffffffffffda RBX: 00000000006dcc28 RCX: 0000000000446f59
RDX: 0000000000446f59 RSI: 0000000020000440 RDI: 0000000020000380
RBP: 00000000006dcc20 R08: 0000000000000000 R09: 0000000000000000
R10: 0000000000000000 R11: 0000000000000246 R12: 00000000006dcc2c
R13: 00007fff1cc6f40f R14: 00007f0b4f51c9c0 R15: 0000000000000000
overlayfs: filesystem on './bus' not supported as upperdir
overlayfs: 'file0' not a directory
overlayfs: fs on '.' does not support file handles, falling back to index=off.
overlayfs: 'file0' not a directory
overlayfs: filesystem on './bus' not supported as upperdir
overlayfs: './file0' not a directory
overlayfs: filesystem on './bus' not supported as upperdir
overlayfs: './file0' not a directory
overlayfs: failed to resolve 'file0': -2
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: fs on '.' does not support file handles, falling back to index=off.
overlayfs: fs on '.' does not support file handles, falling back to index=off.
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: fs on '.' does not support file handles, falling back to index=off.
overlayfs: maximum fs stacking depth exceeded
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: filesystem on './bus' not supported as upperdir
overlayfs: filesystem on './bus' not supported as upperdir
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: fs on '.' does not support file handles, falling back to index=off.
overlayfs: failed to resolve 'file0': -2
overlayfs: filesystem on './bus' not supported as upperdir
overlayfs: maximum fs stacking depth exceeded
overlayfs: maximum fs stacking depth exceeded
overlayfs: 'file0' not a directory
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: filesystem on './bus' not supported as upperdir
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: 'file0' not a directory
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: fs on '.' does not support file handles, falling back to index=off.
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: maximum fs stacking depth exceeded
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: filesystem on './bus' not supported as upperdir
overlayfs: fs on '.' does not support file handles, falling back to index=off.
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: filesystem on './bus' not supported as upperdir
overlayfs: fs on '.' does not support file handles, falling back to index=off.
overlayfs: failed to resolve 'file0': -2
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: 'file0' not a directory
overlayfs: maximum fs stacking depth exceeded
overlayfs: 'file0' not a directory
overlayfs: filesystem on './bus' not supported as upperdir
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: fs on '.' does not support file handles, falling back to index=off.
overlayfs: './file0' not a directory
overlayfs: maximum fs stacking depth exceeded
overlayfs: './file0' not a directory
overlayfs: filesystem on './bus' not supported as upperdir
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: fs on '.' does not support file handles, falling back to index=off.
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: maximum fs stacking depth exceeded
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: filesystem on './bus' not supported as upperdir
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: 'file0' not a directory
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: failed to resolve './file1': -2
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: fs on '.' does not support file handles, falling back to index=off.
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: maximum fs stacking depth exceeded
overlayfs: 'file0' not a directory
overlayfs: filesystem on './bus' not supported as upperdir
overlayfs: fs on '.' does not support file handles, falling back to index=off.
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: maximum fs stacking depth exceeded
overlayfs: fs on '.' does not support file handles, falling back to index=off.
overlayfs: filesystem on './bus' not supported as upperdir
overlayfs: 'file0' not a directory
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: filesystem on './bus' not supported as upperdir
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: fs on '.' does not support file handles, falling back to index=off.
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: maximum fs stacking depth exceeded
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: 'file0' not a directory
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: fs on '.' does not support file handles, falling back to index=off.
overlayfs: filesystem on './bus' not supported as upperdir
overlayfs: filesystem on './bus' not supported as upperdir
overlayfs: fs on '.' does not support file handles, falling back to index=off.
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: filesystem on './bus' not supported as upperdir
overlayfs: failed to resolve 'file0': -2
overlayfs: failed to resolve 'file0': -2
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: 'file0' not a directory
overlayfs: fs on '.' does not support file handles, falling back to index=off.
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: filesystem on './bus' not supported as upperdir
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: fs on '.' does not support file handles, falling back to index=off.
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: maximum fs stacking depth exceeded
overlayfs: failed to resolve 'file0': -2
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: fs on '.' does not support file handles, falling back to index=off.
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: maximum fs stacking depth exceeded
overlayfs: filesystem on './bus' not supported as upperdir
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: filesystem on './bus' not supported as upperdir
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: 'file0' not a directory
overlayfs: fs on '.' does not support file handles, falling back to index=off.
overlayfs: 'file0' not a directory
overlayfs: fs on '.' does not support file handles, falling back to index=off.
overlayfs: filesystem on './bus' not supported as upperdir
overlayfs: 'file0' not a directory
overlayfs: filesystem on './bus' not supported as upperdir
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: fs on '.' does not support file handles, falling back to index=off.
overlayfs: fs on '.' does not support file handles, falling back to index=off.
overlayfs: fs on '.' does not support file handles, falling back to index=off.
overlayfs: maximum fs stacking depth exceeded
overlayfs: maximum fs stacking depth exceeded
overlayfs: 'file0' not a directory
overlayfs: fs on '.' does not support file handles, falling back to index=off.
overlayfs: './file0' not a directory
overlayfs: maximum fs stacking depth exceeded
overlayfs: filesystem on './bus' not supported as upperdir
overlayfs: filesystem on './bus' not supported as upperdir
overlayfs: filesystem on './bus' not supported as upperdir
overlayfs: 'file0' not a directory
overlayfs: maximum fs stacking depth exceeded
overlayfs: filesystem on './bus' not supported as upperdir
overlayfs: failed to resolve './file1': -2
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: fs on '.' does not support file handles, falling back to index=off.
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: fs on '.' does not support file handles, falling back to index=off.
overlayfs: maximum fs stacking depth exceeded
overlayfs: fs on '.' does not support file handles, falling back to index=off.
overlayfs: fs on '.' does not support file handles, falling back to index=off.
overlayfs: fs on '.' does not support file handles, falling back to index=off.
overlayfs: filesystem on './bus' not supported as upperdir
overlayfs: maximum fs stacking depth exceeded
overlayfs: filesystem on './bus' not supported as upperdir
overlayfs: filesystem on './bus' not supported as upperdir
overlayfs: failed to resolve 'file0': -2
overlayfs: 'file0' not a directory
overlayfs: 'file0' not a directory
overlayfs: maximum fs stacking depth exceeded
overlayfs: filesystem on './bus' not supported as upperdir
overlayfs: filesystem on './bus' not supported as upperdir
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: fs on '.' does not support file handles, falling back to index=off.
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: 'file0' not a directory
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: maximum fs stacking depth exceeded
overlayfs: 'file0' not a directory
overlayfs: filesystem on './bus' not supported as upperdir
overlayfs: fs on '.' does not support file handles, falling back to index=off.
overlayfs: fs on '.' does not support file handles, falling back to index=off.
overlayfs: 'file0' not a directory
overlayfs: maximum fs stacking depth exceeded
overlayfs: filesystem on './bus' not supported as upperdir
overlayfs: failed to resolve './file1': -2
overlayfs: maximum fs stacking depth exceeded
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: filesystem on './bus' not supported as upperdir
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: fs on '.' does not support file handles, falling back to index=off.
overlayfs: fs on '.' does not support file handles, falling back to index=off.
overlayfs: maximum fs stacking depth exceeded
overlayfs: maximum fs stacking depth exceeded
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: fs on '.' does not support file handles, falling back to index=off.
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: filesystem on './bus' not supported as upperdir
overlayfs: filesystem on './bus' not supported as upperdir
overlayfs: filesystem on './bus' not supported as upperdir
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: failed to resolve 'file0': -2
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: 'file0' not a directory
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: 'file0' not a directory
overlayfs: 'file0' not a directory
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: './file0' not a directory
overlayfs: failed to resolve './file1': -2
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: filesystem on './bus' not supported as upperdir
overlayfs: fs on '.' does not support file handles, falling back to index=off.
overlayfs: fs on '.' does not support file handles, falling back to index=off.
overlayfs: 'file0' not a directory
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: fs on '.' does not support file handles, falling back to index=off.
overlayfs: maximum fs stacking depth exceeded
overlayfs: filesystem on './bus' not supported as upperdir
overlayfs: filesystem on './bus' not supported as upperdir
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: filesystem on './bus' not supported as upperdir
overlayfs: fs on '.' does not support file handles, falling back to index=off.
overlayfs: failed to resolve 'file0': -2
overlayfs: maximum fs stacking depth exceeded
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: filesystem on './bus' not supported as upperdir
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: fs on '.' does not support file handles, falling back to index=off.
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: fs on '.' does not support file handles, falling back to index=off.
overlayfs: maximum fs stacking depth exceeded
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: filesystem on './bus' not supported as upperdir
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: filesystem on './bus' not supported as upperdir
overlayfs: failed to resolve 'file0': -2
overlayfs: 'file0' not a directory
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: fs on '.' does not support file handles, falling back to index=off.
overlayfs: './file0' not a directory
overlayfs: 'file0' not a directory
overlayfs: 'file0' not a directory
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: fs on '.' does not support file handles, falling back to index=off.
overlayfs: maximum fs stacking depth exceeded
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: filesystem on './bus' not supported as upperdir
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: fs on '.' does not support file handles, falling back to index=off.
overlayfs: fs on '.' does not support file handles, falling back to index=off.
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: 'file0' not a directory
overlayfs: fs on '.' does not support file handles, falling back to index=off.
overlayfs: filesystem on './bus' not supported as upperdir
overlayfs: './file0' not a directory
overlayfs: filesystem on './bus' not supported as upperdir
overlayfs: failed to resolve 'file0': -2
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: maximum fs stacking depth exceeded
overlayfs: 'file0' not a directory
overlayfs: failed to resolve 'file0': -2
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: filesystem on './bus' not supported as upperdir
overlayfs: './file0' not a directory
overlayfs: fs on '.' does not support file handles, falling back to index=off.
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: maximum fs stacking depth exceeded
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: filesystem on './bus' not supported as upperdir
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: fs on '.' does not support file handles, falling back to index=off.
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: maximum fs stacking depth exceeded
overlayfs: fs on '.' does not support file handles, falling back to index=off.
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: fs on '.' does not support file handles, falling back to index=off.
overlayfs: filesystem on './bus' not supported as upperdir
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: filesystem on './bus' not supported as upperdir
overlayfs: failed to resolve 'file0': -2
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: filesystem on './bus' not supported as upperdir
overlayfs: failed to resolve 'file0': -2
overlayfs: 'file0' not a directory
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: fs on '.' does not support file handles, falling back to index=off.
overlayfs: maximum fs stacking depth exceeded
overlayfs: fs on '.' does not support file handles, falling back to index=off.
overlayfs: filesystem on './bus' not supported as upperdir
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: filesystem on './bus' not supported as upperdir
overlayfs: failed to resolve 'file0': -2
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: 'file0' not a directory
overlayfs: fs on '.' does not support file handles, falling back to index=off.
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: 'file0' not a directory
overlayfs: fs on '.' does not support file handles, falling back to index=off.
overlayfs: maximum fs stacking depth exceeded
overlayfs: './file0' not a directory
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: filesystem on './bus' not supported as upperdir
overlayfs: filesystem on './bus' not supported as upperdir
overlayfs: failed to resolve 'file0': -2
overlayfs: fs on '.' does not support file handles, falling back to index=off.
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: fs on '.' does not support file handles, falling back to index=off.
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: filesystem on './bus' not supported as upperdir
overlayfs: filesystem on './bus' not supported as upperdir
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: failed to resolve 'file0': -2
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: failed to resolve 'file0': -2
overlayfs: 'file0' not a directory
overlayfs: fs on '.' does not support file handles, falling back to index=off.
overlayfs: failed to resolve './file1': -2
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: fs on '.' does not support file handles, falling back to index=off.
overlayfs: filesystem on './bus' not supported as upperdir
overlayfs: 'file0' not a directory
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: maximum fs stacking depth exceeded
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: 'file0' not a directory
overlayfs: filesystem on './bus' not supported as upperdir
overlayfs: failed to resolve './file1': -2
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: 'file0' not a directory
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: fs on '.' does not support file handles, falling back to index=off.
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: maximum fs stacking depth exceeded
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: filesystem on './bus' not supported as upperdir
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: 'file0' not a directory
overlayfs: fs on '.' does not support file handles, falling back to index=off.
overlayfs: maximum fs stacking depth exceeded
overlayfs: fs on '.' does not support file handles, falling back to index=off.
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: filesystem on './bus' not supported as upperdir
overlayfs: fs on '.' does not support file handles, falling back to index=off.
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: maximum fs stacking depth exceeded
overlayfs: maximum fs stacking depth exceeded
overlayfs: filesystem on './bus' not supported as upperdir
overlayfs: filesystem on './bus' not supported as upperdir
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: fs on '.' does not support file handles, falling back to index=off.
overlayfs: fs on '.' does not support file handles, falling back to index=off.
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: maximum fs stacking depth exceeded
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: 'file0' not a directory
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: filesystem on './bus' not supported as upperdir
overlayfs: filesystem on './bus' not supported as upperdir
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: fs on '.' does not support file handles, falling back to index=off.
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: fs on '.' does not support file handles, falling back to index=off.
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: maximum fs stacking depth exceeded
overlayfs: maximum fs stacking depth exceeded
overlayfs: filesystem on './bus' not supported as upperdir
overlayfs: fs on '.' does not support file handles, falling back to index=off.
overlayfs: filesystem on './bus' not supported as upperdir
overlayfs: maximum fs stacking depth exceeded
overlayfs: fs on '.' does not support file handles, falling back to index=off.
overlayfs: maximum fs stacking depth exceeded
overlayfs: filesystem on './bus' not supported as upperdir
overlayfs: filesystem on './bus' not supported as upperdir
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: fs on '.' does not support file handles, falling back to index=off.
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: maximum fs stacking depth exceeded
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: fs on '.' does not support file handles, falling back to index=off.
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: filesystem on './bus' not supported as upperdir
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: fs on '.' does not support file handles, falling back to index=off.
overlayfs: maximum fs stacking depth exceeded
overlayfs: 'file0' not a directory
overlayfs: filesystem on './bus' not supported as upperdir
overlayfs: fs on '.' does not support file handles, falling back to index=off.
overlayfs: maximum fs stacking depth exceeded
overlayfs: './file0' not a directory
overlayfs: filesystem on './bus' not supported as upperdir
overlayfs: maximum fs stacking depth exceeded
overlayfs: 'file0' not a directory
overlayfs: filesystem on './bus' not supported as upperdir
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: './file0' not a directory
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: fs on '.' does not support file handles, falling back to index=off.
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: fs on '.' does not support file handles, falling back to index=off.
overlayfs: maximum fs stacking depth exceeded
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: filesystem on './bus' not supported as upperdir
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: maximum fs stacking depth exceeded
overlayfs: filesystem on './bus' not supported as upperdir
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: 'file0' not a directory
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: failed to resolve './file1': -2
overlayfs: 'file0' not a directory
overlayfs: fs on '.' does not support file handles, falling back to index=off.
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: './file0' not a directory
overlayfs: fs on '.' does not support file handles, falling back to index=off.
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: maximum fs stacking depth exceeded
overlayfs: maximum fs stacking depth exceeded
overlayfs: filesystem on './bus' not supported as upperdir
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: fs on '.' does not support file handles, falling back to index=off.
overlayfs: filesystem on './bus' not supported as upperdir
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: maximum fs stacking depth exceeded
overlayfs: filesystem on './bus' not supported as upperdir
overlayfs: 'file0' not a directory
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: failed to resolve './file1': -2
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: fs on '.' does not support file handles, falling back to index=off.
overlayfs: 'file0' not a directory
overlayfs: 'file0' not a directory
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: fs on '.' does not support file handles, falling back to index=off.
overlayfs: fs on '.' does not support file handles, falling back to index=off.
overlayfs: fs on '.' does not support file handles, falling back to index=off.
overlayfs: maximum fs stacking depth exceeded
overlayfs: filesystem on './bus' not supported as upperdir
overlayfs: maximum fs stacking depth exceeded
overlayfs: maximum fs stacking depth exceeded
overlayfs: filesystem on './bus' not supported as upperdir
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: filesystem on './bus' not supported as upperdir
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: filesystem on './bus' not supported as upperdir
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: fs on '.' does not support file handles, falling back to index=off.
overlayfs: maximum fs stacking depth exceeded
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: filesystem on './bus' not supported as upperdir
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: fs on '.' does not support file handles, falling back to index=off.
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: fs on '.' does not support file handles, falling back to index=off.
overlayfs: 'file0' not a directory
overlayfs: './file0' not a directory
overlayfs: filesystem on './bus' not supported as upperdir
overlayfs: 'file0' not a directory
overlayfs: fs on '.' does not support file handles, falling back to index=off.
overlayfs: failed to resolve './file1': -2
overlayfs: filesystem on './bus' not supported as upperdir
overlayfs: 'file0' not a directory
overlayfs: filesystem on './bus' not supported as upperdir
overlayfs: failed to resolve 'file0': -2
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: 'file0' not a directory
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: fs on '.' does not support file handles, falling back to index=off.
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: maximum fs stacking depth exceeded
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: filesystem on './bus' not supported as upperdir
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: fs on '.' does not support file handles, falling back to index=off.
overlayfs: fs on '.' does not support file handles, falling back to index=off.
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: 'file0' not a directory
overlayfs: fs on '.' does not support file handles, falling back to index=off.
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: maximum fs stacking depth exceeded
overlayfs: filesystem on './bus' not supported as upperdir
overlayfs: 'file0' not a directory
overlayfs: 'file0' not a directory
overlayfs: filesystem on './bus' not supported as upperdir
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: filesystem on './bus' not supported as upperdir
overlayfs: 'file0' not a directory
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: fs on '.' does not support file handles, falling back to index=off.
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: maximum fs stacking depth exceeded
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: fs on '.' does not support file handles, falling back to index=off.
overlayfs: fs on '.' does not support file handles, falling back to index=off.
overlayfs: fs on '.' does not support file handles, falling back to index=off.
overlayfs: filesystem on './bus' not supported as upperdir
overlayfs: maximum fs stacking depth exceeded
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: filesystem on './bus' not supported as upperdir
overlayfs: filesystem on './bus' not supported as upperdir
overlayfs: filesystem on './bus' not supported as upperdir
overlayfs: failed to resolve 'file0': -2
overlayfs: failed to resolve 'file0': -2
overlayfs: 'file0' not a directory
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: 'file0' not a directory
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: filesystem on './bus' not supported as upperdir
overlayfs: fs on '.' does not support file handles, falling back to index=off.
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: maximum fs stacking depth exceeded
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: fs on '.' does not support file handles, falling back to index=off.
overlayfs: filesystem on './bus' not supported as upperdir
overlayfs: maximum fs stacking depth exceeded
overlayfs: filesystem on './bus' not supported as upperdir
overlayfs: filesystem on './bus' not supported as upperdir
overlayfs: fs on '.' does not support file handles, falling back to index=off.
overlayfs: maximum fs stacking depth exceeded
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: filesystem on './bus' not supported as upperdir
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: fs on '.' does not support file handles, falling back to index=off.
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: maximum fs stacking depth exceeded
overlayfs: filesystem on './bus' not supported as upperdir
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: fs on '.' does not support file handles, falling back to index=off.
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: fs on '.' does not support file handles, falling back to index=off.
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: maximum fs stacking depth exceeded
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: maximum fs stacking depth exceeded
overlayfs: filesystem on './bus' not supported as upperdir
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: filesystem on './bus' not supported as upperdir
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: filesystem on './bus' not supported as upperdir
overlayfs: fs on '.' does not support file handles, falling back to index=off.
overlayfs: fs on '.' does not support file handles, falling back to index=off.
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: 'file0' not a directory
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: maximum fs stacking depth exceeded
overlayfs: maximum fs stacking depth exceeded
overlayfs: filesystem on './bus' not supported as upperdir
overlayfs: filesystem on './bus' not supported as upperdir
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: fs on '.' does not support file handles, falling back to index=off.
overlayfs: 'file0' not a directory
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: fs on '.' does not support file handles, falling back to index=off.
overlayfs: filesystem on './bus' not supported as upperdir
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: filesystem on './bus' not supported as upperdir
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: failed to resolve 'file0': -2
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: fs on '.' does not support file handles, falling back to index=off.
overlayfs: fs on '.' does not support file handles, falling back to index=off.
overlayfs: maximum fs stacking depth exceeded
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: filesystem on './bus' not supported as upperdir
overlayfs: fs on '.' does not support file handles, falling back to index=off.
overlayfs: fs on '.' does not support file handles, falling back to index=off.
overlayfs: maximum fs stacking depth exceeded
overlayfs: maximum fs stacking depth exceeded
overlayfs: maximum fs stacking depth exceeded
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: filesystem on './bus' not supported as upperdir
overlayfs: filesystem on './bus' not supported as upperdir
overlayfs: filesystem on './bus' not supported as upperdir
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: 'file0' not a directory
overlayfs: failed to resolve './file1': -2
overlayfs: fs on '.' does not support file handles, falling back to index=off.
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: maximum fs stacking depth exceeded
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: filesystem on './bus' not supported as upperdir
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: fs on '.' does not support file handles, falling back to index=off.
overlayfs: fs on '.' does not support file handles, falling back to index=off.
overlayfs: fs on '.' does not support file handles, falling back to index=off.
overlayfs: maximum fs stacking depth exceeded
overlayfs: filesystem on './bus' not supported as upperdir
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: maximum fs stacking depth exceeded
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: filesystem on './bus' not supported as upperdir
overlayfs: maximum fs stacking depth exceeded
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: filesystem on './bus' not supported as upperdir
overlayfs: fs on '.' does not support file handles, falling back to index=off.
overlayfs: maximum fs stacking depth exceeded
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: filesystem on './bus' not supported as upperdir
overlayfs: 'file0' not a directory
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: './file0' not a directory
overlayfs: fs on '.' does not support file handles, falling back to index=off.
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: maximum fs stacking depth exceeded
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: fs on '.' does not support file handles, falling back to index=off.
overlayfs: filesystem on './bus' not supported as upperdir
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: 'file0' not a directory
overlayfs: filesystem on './bus' not supported as upperdir
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: fs on '.' does not support file handles, falling back to index=off.
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: fs on '.' does not support file handles, falling back to index=off.
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: filesystem on './bus' not supported as upperdir
overlayfs: maximum fs stacking depth exceeded
overlayfs: filesystem on './bus' not supported as upperdir
overlayfs: maximum fs stacking depth exceeded
overlayfs: filesystem on './bus' not supported as upperdir
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: fs on '.' does not support file handles, falling back to index=off.
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: maximum fs stacking depth exceeded
overlayfs: filesystem on './bus' not supported as upperdir
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: fs on '.' does not support file handles, falling back to index=off.
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: fs on '.' does not support file handles, falling back to index=off.
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: filesystem on './bus' not supported as upperdir
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: failed to resolve 'file0': -2
overlayfs: maximum fs stacking depth exceeded
overlayfs: filesystem on './bus' not supported as upperdir
overlayfs: fs on '.' does not support file handles, falling back to index=off.
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: maximum fs stacking depth exceeded
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: fs on '.' does not support file handles, falling back to index=off.
overlayfs: filesystem on './bus' not supported as upperdir
overlayfs: 'file0' not a directory
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: fs on '.' does not support file handles, falling back to index=off.
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: maximum fs stacking depth exceeded
overlayfs: filesystem on './bus' not supported as upperdir
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: fs on '.' does not support file handles, falling back to index=off.
overlayfs: fs on '.' does not support file handles, falling back to index=off.
overlayfs: maximum fs stacking depth exceeded
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: filesystem on './bus' not supported as upperdir
overlayfs: maximum fs stacking depth exceeded
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: filesystem on './bus' not supported as upperdir
overlayfs: fs on '.' does not support file handles, falling back to index=off.
overlayfs: fs on '.' does not support file handles, falling back to index=off.
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: maximum fs stacking depth exceeded
overlayfs: filesystem on './bus' not supported as upperdir
overlayfs: maximum fs stacking depth exceeded
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: fs on '.' does not support file handles, falling back to index=off.
overlayfs: fs on '.' does not support file handles, falling back to index=off.
overlayfs: filesystem on './bus' not supported as upperdir
overlayfs: maximum fs stacking depth exceeded
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: filesystem on './bus' not supported as upperdir
overlayfs: maximum fs stacking depth exceeded
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: filesystem on './bus' not supported as upperdir
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: fs on '.' does not support file handles, falling back to index=off.
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: maximum fs stacking depth exceeded
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: fs on '.' does not support file handles, falling back to index=off.
overlayfs: filesystem on './bus' not supported as upperdir
overlayfs: fs on '.' does not support file handles, falling back to index=off.
overlayfs: maximum fs stacking depth exceeded
overlayfs: maximum fs stacking depth exceeded
overlayfs: fs on '.' does not support file handles, falling back to index=off.
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: filesystem on './bus' not supported as upperdir
overlayfs: filesystem on './bus' not supported as upperdir
overlayfs: maximum fs stacking depth exceeded
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: filesystem on './bus' not supported as upperdir
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: fs on '.' does not support file handles, falling back to index=off.
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: fs on '.' does not support file handles, falling back to index=off.
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: filesystem on './bus' not supported as upperdir
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: 'file0' not a directory
overlayfs: filesystem on './bus' not supported as upperdir
overlayfs: failed to resolve 'file0': -2
overlayfs: 'file0' not a directory
overlayfs: 'file0' not a directory
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: 'file0' not a directory
overlayfs: './file0' not a directory
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: fs on '.' does not support file handles, falling back to index=off.
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: maximum fs stacking depth exceeded
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: filesystem on './bus' not supported as upperdir
overlayfs: fs on '.' does not support file handles, falling back to index=off.
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: maximum fs stacking depth exceeded
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: fs on '.' does not support file handles, falling back to index=off.
overlayfs: fs on '.' does not support file handles, falling back to index=off.
overlayfs: filesystem on './bus' not supported as upperdir
overlayfs: filesystem on './bus' not supported as upperdir
overlayfs: fs on '.' does not support file handles, falling back to index=off.
overlayfs: fs on '.' does not support file handles, falling back to index=off.
overlayfs: failed to resolve 'file0': -2
overlayfs: maximum fs stacking depth exceeded
overlayfs: maximum fs stacking depth exceeded
overlayfs: filesystem on './bus' not supported as upperdir
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: filesystem on './bus' not supported as upperdir
overlayfs: maximum fs stacking depth exceeded
overlayfs: filesystem on './bus' not supported as upperdir
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: fs on '.' does not support file handles, falling back to index=off.
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: filesystem on './bus' not supported as upperdir
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: failed to resolve 'file0': -2
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: fs on '.' does not support file handles, falling back to index=off.
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: fs on '.' does not support file handles, falling back to index=off.
overlayfs: fs on '.' does not support file handles, falling back to index=off.
overlayfs: maximum fs stacking depth exceeded
overlayfs: 'file0' not a directory
overlayfs: fs on '.' does not support file handles, falling back to index=off.
overlayfs: './file0' not a directory
overlayfs: 'file0' not a directory
overlayfs: filesystem on './bus' not supported as upperdir
overlayfs: 'file0' not a directory
overlayfs: filesystem on './bus' not supported as upperdir
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: filesystem on './bus' not supported as upperdir
overlayfs: 'file0' not a directory
overlayfs: filesystem on './bus' not supported as upperdir
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: 'file0' not a directory
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: fs on '.' does not support file handles, falling back to index=off.
overlayfs: fs on '.' does not support file handles, falling back to index=off.
overlayfs: fs on '.' does not support file handles, falling back to index=off.
overlayfs: 'file0' not a directory
overlayfs: 'file0' not a directory
overlayfs: 'file0' not a directory
overlayfs: 'file0' not a directory
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: maximum fs stacking depth exceeded
overlayfs: failed to resolve './file1': -2
overlayfs: filesystem on './bus' not supported as upperdir
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: filesystem on './bus' not supported as upperdir
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: fs on '.' does not support file handles, falling back to index=off.
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: maximum fs stacking depth exceeded
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: filesystem on './bus' not supported as upperdir
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: fs on '.' does not support file handles, falling back to index=off.
overlayfs: maximum fs stacking depth exceeded
overlayfs: fs on '.' does not support file handles, falling back to index=off.
overlayfs: filesystem on './bus' not supported as upperdir
overlayfs: fs on '.' does not support file handles, falling back to index=off.
overlayfs: fs on '.' does not support file handles, falling back to index=off.
overlayfs: maximum fs stacking depth exceeded
overlayfs: fs on '.' does not support file handles, falling back to index=off.
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: maximum fs stacking depth exceeded
overlayfs: filesystem on './bus' not supported as upperdir
overlayfs: filesystem on './bus' not supported as upperdir
overlayfs: filesystem on './bus' not supported as upperdir
overlayfs: 'file0' not a directory
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: failed to resolve 'file0': -2
overlayfs: filesystem on './bus' not supported as upperdir
overlayfs: fs on '.' does not support file handles, falling back to index=off.
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: maximum fs stacking depth exceeded
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: filesystem on './bus' not supported as upperdir
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: fs on '.' does not support file handles, falling back to index=off.
overlayfs: 'file0' not a directory
overlayfs: maximum fs stacking depth exceeded
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: fs on '.' does not support file handles, falling back to index=off.
overlayfs: './file0' not a directory
overlayfs: filesystem on './bus' not supported as upperdir
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: fs on '.' does not support file handles, falling back to index=off.
overlayfs: fs on '.' does not support file handles, falling back to index=off.
overlayfs: maximum fs stacking depth exceeded
overlayfs: filesystem on './bus' not supported as upperdir
overlayfs: filesystem on './bus' not supported as upperdir
overlayfs: filesystem on './bus' not supported as upperdir
overlayfs: 'file0' not a directory
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: failed to resolve 'file0': -2
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: fs on '.' does not support file handles, falling back to index=off.
overlayfs: fs on '.' does not support file handles, falling back to index=off.
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: maximum fs stacking depth exceeded
overlayfs: 'file0' not a directory
overlayfs: filesystem on './bus' not supported as upperdir
overlayfs: filesystem on './bus' not supported as upperdir
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: fs on '.' does not support file handles, falling back to index=off.
overlayfs: fs on '.' does not support file handles, falling back to index=off.
overlayfs: maximum fs stacking depth exceeded
overlayfs: filesystem on './bus' not supported as upperdir
overlayfs: filesystem on './bus' not supported as upperdir
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: failed to resolve 'file0': -2
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: fs on '.' does not support file handles, falling back to index=off.
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: fs on '.' does not support file handles, falling back to index=off.
overlayfs: maximum fs stacking depth exceeded
overlayfs: filesystem on './bus' not supported as upperdir
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: fs on '.' does not support file handles, falling back to index=off.
overlayfs: maximum fs stacking depth exceeded
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: filesystem on './bus' not supported as upperdir
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: filesystem on './bus' not supported as upperdir
overlayfs: fs on '.' does not support file handles, falling back to index=off.
overlayfs: failed to resolve 'file0': -2
overlayfs: maximum fs stacking depth exceeded
overlayfs: fs on '.' does not support file handles, falling back to index=off.
overlayfs: fs on '.' does not support file handles, falling back to index=off.
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: maximum fs stacking depth exceeded
overlayfs: maximum fs stacking depth exceeded
overlayfs: filesystem on './bus' not supported as upperdir
overlayfs: filesystem on './bus' not supported as upperdir
overlayfs: filesystem on './bus' not supported as upperdir
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: fs on '.' does not support file handles, falling back to index=off.
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: fs on '.' does not support file handles, falling back to index=off.
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: maximum fs stacking depth exceeded
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: filesystem on './bus' not supported as upperdir
overlayfs: 'file0' not a directory
overlayfs: filesystem on './bus' not supported as upperdir
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: fs on '.' does not support file handles, falling back to index=off.
overlayfs: 'file0' not a directory
overlayfs: maximum fs stacking depth exceeded
overlayfs: filesystem on './bus' not supported as upperdir
overlayfs: fs on '.' does not support file handles, falling back to index=off.
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: maximum fs stacking depth exceeded
overlayfs: fs on '.' does not support file handles, falling back to index=off.
overlayfs: fs on './file0' does not support file handles, falling back to index=off.
overlayfs: maximum fs stacking depth exceeded
overlayfs: filesystem on './bus' not supported as upperdir
overlayfs: filesystem on './bus' not supported as upperdir
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: fs on 'file0' does not support file handles, falling back to index=off.
overlayfs: 'file0' not a directory

Crashes (2027):
Time Kernel Commit Syzkaller Config Log Report Syz repro C repro VM info Assets (help?) Manager Title
2020/12/09 14:38 linux-4.14.y 47cbf4cc32db 99917735 .config console log report syz C ci2-linux-4-14
2020/12/08 17:33 linux-4.14.y 47cbf4cc32db 9af51e31 .config console log report syz C ci2-linux-4-14
2020/09/28 09:44 linux-4.14.y cbfa1702aaf6 6bfdbe89 .config console log report syz ci2-linux-4-14
2023/03/06 13:24 linux-4.14.y 7878a41b6cc1 f8902b57 .config console log report info [disk image] [vmlinux] [kernel image] ci2-linux-4-14 possible deadlock in lookup_slow
2023/03/06 12:08 linux-4.14.y 7878a41b6cc1 f8902b57 .config console log report info [disk image] [vmlinux] [kernel image] ci2-linux-4-14 possible deadlock in lookup_slow
2023/02/04 17:45 linux-4.14.y 3949d1610004 be607b78 .config console log report info [disk image] [vmlinux] [kernel image] ci2-linux-4-14 possible deadlock in lookup_slow
2023/02/01 11:47 linux-4.14.y 3949d1610004 9a6f477c .config console log report info [disk image] [vmlinux] [kernel image] ci2-linux-4-14 possible deadlock in lookup_slow
2023/01/23 20:17 linux-4.14.y 97205fccccdc 9dfcf09c .config console log report info [disk image] [vmlinux] [kernel image] ci2-linux-4-14 possible deadlock in lookup_slow
2023/01/14 14:19 linux-4.14.y c4215ee4771b a63719e7 .config console log report info [disk image] [vmlinux] [kernel image] ci2-linux-4-14 possible deadlock in lookup_slow
2023/01/13 17:10 linux-4.14.y c4215ee4771b 529798b0 .config console log report info [disk image] [vmlinux] [kernel image] ci2-linux-4-14 possible deadlock in lookup_slow
2023/01/11 16:38 linux-4.14.y c4215ee4771b 96166539 .config console log report info [disk image] [vmlinux] [kernel image] ci2-linux-4-14 possible deadlock in lookup_slow
2023/01/04 09:07 linux-4.14.y c4215ee4771b 1dac8c7a .config console log report info [disk image] [vmlinux] [kernel image] ci2-linux-4-14 possible deadlock in lookup_slow
2022/12/30 15:41 linux-4.14.y c4215ee4771b 44712fbc .config console log report info [disk image] [vmlinux] [kernel image] ci2-linux-4-14 possible deadlock in lookup_slow
2022/12/29 19:28 linux-4.14.y c4215ee4771b 44712fbc .config console log report info [disk image] [vmlinux] [kernel image] ci2-linux-4-14 possible deadlock in lookup_slow
2022/12/26 12:54 linux-4.14.y c4215ee4771b 9da18ae8 .config console log report info [disk image] [vmlinux] [kernel image] ci2-linux-4-14 possible deadlock in lookup_slow
2022/12/21 19:40 linux-4.14.y c4215ee4771b 4067838e .config console log report info [disk image] [vmlinux] [kernel image] ci2-linux-4-14 possible deadlock in lookup_slow
2022/12/19 20:15 linux-4.14.y c4215ee4771b c52b2efb .config console log report info [disk image] [vmlinux] [kernel image] ci2-linux-4-14 possible deadlock in lookup_slow
2022/12/14 14:59 linux-4.14.y c4215ee4771b b18f0a64 .config console log report info [disk image] [vmlinux] [kernel image] ci2-linux-4-14 possible deadlock in lookup_slow
2022/12/09 20:36 linux-4.14.y 65afe34ac33d 67be1ae7 .config console log report info [disk image] [vmlinux] [kernel image] ci2-linux-4-14 possible deadlock in lookup_slow
2022/12/05 19:12 linux-4.14.y 179ef7fe8677 045cbb84 .config console log report info [disk image] [vmlinux] [kernel image] ci2-linux-4-14 possible deadlock in lookup_slow
2022/11/25 05:51 linux-4.14.y e911713e40ca 74a66371 .config console log report info [disk image] [vmlinux] [kernel image] ci2-linux-4-14 possible deadlock in lookup_slow
2022/11/24 06:42 linux-4.14.y e911713e40ca ff68ff8f .config console log report info [disk image] [vmlinux] [kernel image] ci2-linux-4-14 possible deadlock in lookup_slow
2022/11/23 21:13 linux-4.14.y e911713e40ca 52fdf57a .config console log report info [disk image] [vmlinux] [kernel image] ci2-linux-4-14 possible deadlock in lookup_slow
2022/11/21 17:55 linux-4.14.y e911713e40ca 5bb70014 .config console log report info [disk image] [vmlinux] [kernel image] ci2-linux-4-14 possible deadlock in lookup_slow
2022/11/13 21:04 linux-4.14.y e911713e40ca 7ba4d859 .config console log report info [disk image] [vmlinux] [kernel image] ci2-linux-4-14 possible deadlock in lookup_slow
2022/11/13 18:37 linux-4.14.y e911713e40ca 7ba4d859 .config console log report info [disk image] [vmlinux] [kernel image] ci2-linux-4-14 possible deadlock in lookup_slow
2022/11/12 21:09 linux-4.14.y e911713e40ca f42ee5d8 .config console log report info [disk image] [vmlinux] [kernel image] ci2-linux-4-14 possible deadlock in lookup_slow
2022/10/30 09:45 linux-4.14.y 41f36d7859a7 2a71366b .config console log report info [disk image] [vmlinux] [kernel image] ci2-linux-4-14 possible deadlock in lookup_slow
2022/10/28 15:41 linux-4.14.y 41f36d7859a7 8168b69e .config console log report info [disk image] [vmlinux] [kernel image] ci2-linux-4-14 possible deadlock in lookup_slow
2022/10/27 17:50 linux-4.14.y 41f36d7859a7 5c716ff6 .config console log report info [disk image] [vmlinux] [kernel image] ci2-linux-4-14 possible deadlock in lookup_slow
2022/10/26 01:37 linux-4.14.y 9d5c0b3a8e1a 2159e4d2 .config console log report info [disk image] [vmlinux] ci2-linux-4-14 possible deadlock in lookup_slow
2022/10/25 12:30 linux-4.14.y 9d5c0b3a8e1a 45645420 .config console log report info [disk image] [vmlinux] ci2-linux-4-14 possible deadlock in lookup_slow
2022/10/24 10:27 linux-4.14.y 9d5c0b3a8e1a faae2fda .config console log report info [disk image] [vmlinux] ci2-linux-4-14 possible deadlock in lookup_slow
2022/10/23 17:34 linux-4.14.y 9d5c0b3a8e1a 23bf86af .config console log report info [disk image] [vmlinux] ci2-linux-4-14 possible deadlock in lookup_slow
2022/10/19 10:43 linux-4.14.y 9d5c0b3a8e1a b31320fc .config console log report info [disk image] [vmlinux] ci2-linux-4-14 possible deadlock in lookup_slow
2022/10/13 04:31 linux-4.14.y 9d5c0b3a8e1a 3f6b40a1 .config console log report info [disk image] [vmlinux] ci2-linux-4-14 possible deadlock in lookup_slow
2022/10/10 23:39 linux-4.14.y 9d5c0b3a8e1a 5bcf0c31 .config console log report info [disk image] [vmlinux] ci2-linux-4-14 possible deadlock in lookup_slow
2022/10/01 14:55 linux-4.14.y 9d5c0b3a8e1a feb56351 .config console log report info [disk image] [vmlinux] ci2-linux-4-14 possible deadlock in lookup_slow
2022/09/29 15:56 linux-4.14.y 9d5c0b3a8e1a 45fd7169 .config console log report info [disk image] [vmlinux] ci2-linux-4-14 possible deadlock in lookup_slow
2022/09/28 14:15 linux-4.14.y 9d5c0b3a8e1a 75c78242 .config console log report info [disk image] [vmlinux] ci2-linux-4-14 possible deadlock in lookup_slow
2022/09/28 08:32 linux-4.14.y 4edbf74132a4 75c78242 .config console log report info [disk image] [vmlinux] ci2-linux-4-14 possible deadlock in lookup_slow
2022/09/28 06:57 linux-4.14.y 4edbf74132a4 75c78242 .config console log report info [disk image] [vmlinux] ci2-linux-4-14 possible deadlock in lookup_slow
2022/09/26 19:10 linux-4.14.y 4edbf74132a4 d59ba983 .config console log report info ci2-linux-4-14 possible deadlock in lookup_slow
2022/09/26 09:44 linux-4.14.y 4edbf74132a4 d59ba983 .config console log report info ci2-linux-4-14 possible deadlock in lookup_slow
2022/09/26 07:56 linux-4.14.y 4edbf74132a4 d59ba983 .config console log report info ci2-linux-4-14 possible deadlock in lookup_slow
2022/09/20 07:51 linux-4.14.y 5df8b4735177 7c41a9ba .config console log report info [disk image] [vmlinux] ci2-linux-4-14 possible deadlock in lookup_slow
2022/09/18 10:13 linux-4.14.y 5df8b4735177 dd9a85ff .config console log report info [disk image] [vmlinux] ci2-linux-4-14 possible deadlock in lookup_slow
2022/09/14 02:41 linux-4.14.y 65640c873dcf b884348d .config console log report info [disk image] [vmlinux] ci2-linux-4-14 possible deadlock in lookup_slow
2022/09/14 01:57 linux-4.14.y 65640c873dcf b884348d .config console log report info [disk image] [vmlinux] ci2-linux-4-14 possible deadlock in lookup_slow
2022/09/14 00:56 linux-4.14.y 65640c873dcf b884348d .config console log report info [disk image] [vmlinux] ci2-linux-4-14 possible deadlock in lookup_slow
2022/09/13 20:48 linux-4.14.y 65640c873dcf b884348d .config console log report info [disk image] [vmlinux] ci2-linux-4-14 possible deadlock in lookup_slow
2021/01/17 11:54 linux-4.14.y f79dc86058bc 813be542 .config console log report info ci2-linux-4-14
2019/08/24 00:52 linux-4.14.y 45f092f9e9cb 78ded196 .config console log report ci2-linux-4-14
* Struck through repros no longer work on HEAD.