The command "adb remount" don't work on latest API_32

I try this command :
“adb remount”
but which doesn’t work on latest API_32
My log:
[liblp]bool android::fs_mgr::WritePrimaryMetadata(int, const android::fs_mgr::LpMetadata &, uint32_t, const std::string &, const std::function<bool (int, const std::string &)> &) write 740 bytes failed: I/O error

[libfs_mgr]add partition scratch

Overlayfs setup for /system failed, skipping: I/O error

[libfs_mgr]make f2fs filesystem on /dev/block/dm-30 return=65280

Overlayfs setup for /vendor failed, skipping: No such process

[libfs_mgr]make f2fs filesystem on /dev/block/dm-30 return=65280

[libfs_mgr]make f2fs filesystem on /dev/block/dm-30 return=65280

Can not mount overlayfs for partitions: No such file or directory

failed to remount partition dev:/dev/block/dm-2 mnt:/product: Read-only file system

Consider providing all the dependencies to enable overlayfs

failed to remount partition dev:/dev/block/dm-1 mnt:/system_ext: Read-only file system

Consider providing all the dependencies to enable overlayfs

remount failed

pls help me to fix that