Linux Btrfs filesystem development
 help / color / mirror / Atom feed
From: Bruce Dubbs <bruce.dubbs@gmail.com>
To: Qu Wenruo <quwenruo.btrfs@gmx.com>, linux-btrfs@vger.kernel.org
Subject: Re: btrfs-6.9 regression tests fail
Date: Mon, 10 Jun 2024 02:12:23 -0500	[thread overview]
Message-ID: <d1770aa6-76f6-4292-ac60-1e69e1bdb016@gmail.com> (raw)
In-Reply-To: <53eb0a7d-3ec5-4719-b508-b5f366e3b4e5@gmx.com>

On 6/9/24 19:53, Qu Wenruo wrote:
> 
> 
> 在 2024/6/10 09:23, Bruce Dubbs 写道:
>> The convert and misc tests fail pretty early for me and I can't figure
>> out why.
>> The other btrfs tests complete normally.
>>
>> The significant output for convert-tests-results.txt is:
>>
>> ====== RUN CHECK mount -t btrfs -o loop
>> /build/btrfs/btrfs-progs-v6.9/tests/test.img
>> /build/btrfs/btrfs-progs-v6.9/tests/mnt
>> mount: /build/btrfs/btrfs-progs-v6.9/tests/mnt: fsconfig system call
>> failed: No such file or directory.
>>         dmesg(1) may have more information after failed mount system call.
>> failed: mount -t btrfs -o loop
>> /build/btrfs/btrfs-progs-v6.9/tests/test.img
>> /build/btrfs/btrfs-progs-v6.9/tests/mnt
>> test failed for case 003-ext4-basic
>>
>> dmesg gives me:
>>
>> [ 3807.421836] loop0: detected capacity change from 0 to 4194304
>> [ 3807.421933] BTRFS: device fsid 4f1a8440-1a8f-45d1-9789-72080ddd9917
>> devid 1 transid 7 /dev/loop0 (7:0) scanned by mount (3326)
>> [ 3807.423458] BTRFS info (device loop0): first mount of filesystem
>> 4f1a8440-1a8f-45d1-9789-72080ddd9917
>> [ 3807.423469] BTRFS info (device loop0): using crc32c (crc32c-generic)
>> checksum algorithm
>> [ 3807.423477] BTRFS info (device loop0): using free-space-tree
>> [ 3807.423911] BTRFS warning (device loop0): failed to read root
>> (objectid=12): -2
> 
> That's objectid is for RST, which shouldn't even be enabled unless you
> have enabled experimental features for btrfs-progs.

I have not.  I used:

./configure --prefix=/usr           \
             --disable-static        \
             --disable-documentation &&
make
make fssum

cd tests
./convert-tests.sh
...

> Mind to dump the superblock of that test image?
> ($BTRFS_PROGS_SOURCE/tests/test.img)

I haven't done that before, but this is what I have:

$ btrfs inspect-internal dump-super test.img
superblock: bytenr=65536, device=test.img
---------------------------------------------------------
csum_type               0 (crc32c)
csum_size               4
csum                    0x3da36db9 [match]
bytenr                  65536
flags                   0x1
                         ( WRITTEN )
magic                   _BHRfS_M [match]
fsid                    c90faada-13cd-4e77-bd4a-a32018ad3b93
metadata_uuid           c90faada-13cd-4e77-bd4a-a32018ad3b93
label
generation              7
root                    67416064
sys_array_size          97
chunk_root_generation   2
root_level              0
chunk_root              35852288
chunk_root_level        0
log_root                0
log_root_transid (deprecated)   0
log_root_level          0
total_bytes             2147483648
bytes_used              177639424
sectorsize              4096
nodesize                4096
leafsize (deprecated)   4096
stripesize              4096
root_dir                6
num_devices             1
compat_flags            0x0
compat_ro_flags         0x3
                         ( FREE_SPACE_TREE |
                           FREE_SPACE_TREE_VALID )
incompat_flags          0x4341
                         ( MIXED_BACKREF |
                           EXTENDED_IREF |
                           SKINNY_METADATA |
                           NO_HOLES |
                           RAID_STRIPE_TREE )
cache_generation        0
uuid_tree_generation    0
dev_item.uuid           3cb58644-ed73-46ab-be03-68ebacc4a459
dev_item.fsid           c90faada-13cd-4e77-bd4a-a32018ad3b93 [match]
dev_item.type           0
dev_item.total_bytes    2147483648
dev_item.bytes_used     441581568
dev_item.io_align       4096
dev_item.io_width       4096
dev_item.sector_size    4096
dev_item.devid          1
dev_item.dev_group      0
dev_item.seek_speed     0
dev_item.bandwidth      0
dev_item.generation     0

AFAICT test.img is generated by the tests.  I really do not know what any of that 
output means.

Other info: I am building with gcc-14.1.0.

   -- Bruce



  reply	other threads:[~2024-06-10  7:12 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-09 23:53 btrfs-6.9 regression tests fail Bruce Dubbs
2024-06-10  0:53 ` Qu Wenruo
2024-06-10  7:12   ` Bruce Dubbs [this message]
2024-06-10  7:49     ` Qu Wenruo
2024-06-10 19:45       ` Bruce Dubbs

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=d1770aa6-76f6-4292-ac60-1e69e1bdb016@gmail.com \
    --to=bruce.dubbs@gmail.com \
    --cc=linux-btrfs@vger.kernel.org \
    --cc=quwenruo.btrfs@gmx.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox