>>> bcachefs-tools: Building community/bcachefs-tools 1.3.3-r0 (using abuild 3.12.0-r0) started Mon, 20 Nov 2023 07:48:19 +0000 >>> bcachefs-tools: Checking sanity of /home/buildozer/aports/community/bcachefs-tools/APKBUILD... >>> bcachefs-tools: Analyzing dependencies... >>> bcachefs-tools: Installing for build: build-base cargo clang17-dev coreutils libaio-dev libsodium-dev llvm17-dev eudev-dev util-linux-dev keyutils-dev lz4-dev userspace-rcu-dev zstd-dev pkgconf zlib (1/61) Installing libffi (3.4.4-r3) (2/61) Installing libxml2 (2.11.6-r0) (3/61) Installing llvm16-libs (16.0.6-r7) (4/61) Installing scudo-malloc (17.0.4-r0) (5/61) Installing rust (1.72.1-r0) (6/61) Installing cargo (1.72.1-r0) (7/61) Installing clang17-headers (17.0.4-r0) (8/61) Installing llvm17-libs (17.0.4-r1) (9/61) Installing clang17-libs (17.0.4-r0) (10/61) Installing llvm17-linker-tools (17.0.4-r1) (11/61) Installing clang17 (17.0.4-r0) (12/61) Installing clang17-libclang (17.0.4-r0) (13/61) Installing clang17-extra-tools (17.0.4-r0) (14/61) Installing clang17-dev (17.0.4-r0) (15/61) Installing coreutils-env (9.4-r1) (16/61) Installing coreutils-fmt (9.4-r1) (17/61) Installing coreutils-sha512sum (9.4-r1) (18/61) Installing skalibs (2.14.0.1-r0) (19/61) Installing utmps-libs (0.1.2.2-r0) (20/61) Installing coreutils (9.4-r1) (21/61) Installing libaio (0.3.113-r2) (22/61) Installing libaio-dev (0.3.113-r2) (23/61) Installing libsodium (1.0.19-r0) (24/61) Installing libsodium-dev (1.0.19-r0) (25/61) Installing llvm17 (17.0.4-r1) (26/61) Installing linux-headers (6.5-r0) (27/61) Installing libffi-dev (3.4.4-r3) (28/61) Installing zlib-dev (1.3-r2) (29/61) Installing zstd (1.5.5-r8) (30/61) Installing zstd-dev (1.5.5-r8) (31/61) Installing gdbm (1.23-r1) (32/61) Installing mpdecimal (2.5.1-r2) (33/61) Installing libpanelw (6.4_p20231007-r0) (34/61) Installing readline (8.2.1-r2) (35/61) Installing sqlite-libs (3.44.0-r0) (36/61) Installing python3 (3.11.6-r1) (37/61) Installing python3-pycache-pyc0 (3.11.6-r1) (38/61) Installing pyc (3.11.6-r1) (39/61) Installing llvm17-test-utils-pyc (17.0.4-r1) (40/61) Installing python3-pyc (3.11.6-r1) (41/61) Installing llvm17-test-utils (17.0.4-r1) (42/61) Installing llvm17-dev (17.0.4-r1) (43/61) Installing udev-init-scripts (35-r1) (44/61) Installing udev-init-scripts-openrc (35-r1) (45/61) Installing eudev-openrc (3.2.14-r0) (46/61) Installing eudev-libs (3.2.14-r0) (47/61) Installing libblkid (2.39.2-r0) (48/61) Installing kmod-libs (31-r0) (49/61) Installing eudev (3.2.14-r0) (50/61) Installing eudev-dev (3.2.14-r0) (51/61) Installing libuuid (2.39.2-r0) (52/61) Installing libfdisk (2.39.2-r0) (53/61) Installing libmount (2.39.2-r0) (54/61) Installing libsmartcols (2.39.2-r0) (55/61) Installing util-linux-dev (2.39.2-r0) (56/61) Installing keyutils-libs (1.6.3-r3) (57/61) Installing keyutils-dev (1.6.3-r3) (58/61) Installing lz4-dev (1.9.4-r5) (59/61) Installing userspace-rcu (0.14.0-r2) (60/61) Installing userspace-rcu-dev (0.14.0-r2) (61/61) Installing .makedepends-bcachefs-tools (20231120.074820) Executing busybox-1.36.1-r15.trigger Executing eudev-3.2.14-r0.trigger OK: 1714 MiB in 168 packages >>> bcachefs-tools: Cleaning up srcdir >>> bcachefs-tools: Cleaning up pkgdir >>> bcachefs-tools: Cleaning up tmpdir >>> bcachefs-tools: Fetching https://distfiles.alpinelinux.org/distfiles/edge/bcachefs-tools-1.3.3.tar.zst >>> bcachefs-tools: Fetching https://distfiles.alpinelinux.org/distfiles/edge/bcachefs-tools-1.3.3.tar.zst >>> bcachefs-tools: Checking sha512sums... bcachefs-tools-1.3.3.tar.zst: OK >>> bcachefs-tools: Unpacking /var/cache/distfiles/bcachefs-tools-1.3.3.tar.zst... [CC] bcachefs.o [CC] cmd_assemble.o In file included from libbcachefs/bcachefs_format.h:77, from libbcachefs/bcachefs_ioctl.h:7, from cmd_assemble.c:10: include/linux/kernel.h: In function 'kstrtou64': include/linux/kernel.h:224:35: warning: passing argument 3 of 'kstrtoull' from incompatible pointer type [-Wincompatible-pointer-types] 224 | return kstrtoull(s, base, res); | ^~~ | | | u64 * {aka long unsigned int *} include/linux/kernel.h:158:82: note: expected 'long long unsigned int *' but argument is of type 'u64 *' {aka 'long unsigned int *'} 158 | int __must_check kstrtoull(const char *s, unsigned int base, unsigned long long *res); | ~~~~~~~~~~~~~~~~~~~~^~~ include/linux/kernel.h: In function 'kstrtos64': include/linux/kernel.h:229:34: warning: passing argument 3 of 'kstrtoll' from incompatible pointer type [-Wincompatible-pointer-types] 229 | return kstrtoll(s, base, res); | ^~~ | | | s64 * {aka long int *} include/linux/kernel.h:159:72: note: expected 'long long int *' but argument is of type 's64 *' {aka 'long int *'} 159 | int __must_check kstrtoll(const char *s, unsigned int base, long long *res); | ~~~~~~~~~~~^~~ [CC] cmd_attr.o In file included from libbcachefs/bcachefs_format.h:77, from libbcachefs/bcachefs_ioctl.h:7, from cmd_attr.c:9: include/linux/kernel.h: In function 'kstrtou64': include/linux/kernel.h:224:35: warning: passing argument 3 of 'kstrtoull' from incompatible pointer type [-Wincompatible-pointer-types] 224 | return kstrtoull(s, base, res); | ^~~ | | | u64 * {aka long unsigned int *} include/linux/kernel.h:158:82: note: expected 'long long unsigned int *' but argument is of type 'u64 *' {aka 'long unsigned int *'} 158 | int __must_check kstrtoull(const char *s, unsigned int base, unsigned long long *res); | ~~~~~~~~~~~~~~~~~~~~^~~ include/linux/kernel.h: In function 'kstrtos64': include/linux/kernel.h:229:34: warning: passing argument 3 of 'kstrtoll' from incompatible pointer type [-Wincompatible-pointer-types] 229 | return kstrtoll(s, base, res); | ^~~ | | | s64 * {aka long int *} include/linux/kernel.h:159:72: note: expected 'long long int *' but argument is of type 's64 *' {aka 'long int *'} 159 | int __must_check kstrtoll(const char *s, unsigned int base, long long *res); | ~~~~~~~~~~~^~~ [CC] cmd_data.o In file included from libbcachefs/bcachefs_format.h:77, from libbcachefs/bcachefs_ioctl.h:7, from cmd_data.c:6: include/linux/kernel.h: In function 'kstrtou64': include/linux/kernel.h:224:35: warning: passing argument 3 of 'kstrtoull' from incompatible pointer type [-Wincompatible-pointer-types] 224 | return kstrtoull(s, base, res); | ^~~ | | | u64 * {aka long unsigned int *} include/linux/kernel.h:158:82: note: expected 'long long unsigned int *' but argument is of type 'u64 *' {aka 'long unsigned int *'} 158 | int __must_check kstrtoull(const char *s, unsigned int base, unsigned long long *res); | ~~~~~~~~~~~~~~~~~~~~^~~ include/linux/kernel.h: In function 'kstrtos64': include/linux/kernel.h:229:34: warning: passing argument 3 of 'kstrtoll' from incompatible pointer type [-Wincompatible-pointer-types] 229 | return kstrtoll(s, base, res); | ^~~ | | | s64 * {aka long int *} include/linux/kernel.h:159:72: note: expected 'long long int *' but argument is of type 's64 *' {aka 'long int *'} 159 | int __must_check kstrtoll(const char *s, unsigned int base, long long *res); | ~~~~~~~~~~~^~~ [CC] cmd_device.o [CC] cmd_dump.o [CC] cmd_format.o [CC] cmd_fs.o In file included from libbcachefs/bcachefs_format.h:77, from libbcachefs/bcachefs_ioctl.h:7, from cmd_fs.c:9: include/linux/kernel.h: In function 'kstrtou64': include/linux/kernel.h:224:35: warning: passing argument 3 of 'kstrtoull' from incompatible pointer type [-Wincompatible-pointer-types] 224 | return kstrtoull(s, base, res); | ^~~ | | | u64 * {aka long unsigned int *} include/linux/kernel.h:158:82: note: expected 'long long unsigned int *' but argument is of type 'u64 *' {aka 'long unsigned int *'} 158 | int __must_check kstrtoull(const char *s, unsigned int base, unsigned long long *res); | ~~~~~~~~~~~~~~~~~~~~^~~ include/linux/kernel.h: In function 'kstrtos64': include/linux/kernel.h:229:34: warning: passing argument 3 of 'kstrtoll' from incompatible pointer type [-Wincompatible-pointer-types] 229 | return kstrtoll(s, base, res); | ^~~ | | | s64 * {aka long int *} include/linux/kernel.h:159:72: note: expected 'long long int *' but argument is of type 's64 *' {aka 'long int *'} 159 | int __must_check kstrtoll(const char *s, unsigned int base, long long *res); | ~~~~~~~~~~~^~~ In file included from libbcachefs/vstructs.h:5, from libbcachefs/bcachefs_format.h:79: cmd_fs.c: In function '__dev_usage_type_to_text': cmd_fs.c:27:25: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 3 has type 'u64' {aka 'long unsigned int'} [-Wformat=] 27 | prt_printf(out, "%llu", buckets); | ^~~~~~ ~~~~~~~ | | | u64 {aka long unsigned int} libbcachefs/util.h:222:63: note: in definition of macro 'prt_printf' 222 | #define prt_printf(_out, ...) bch2_prt_printf(_out, __VA_ARGS__) | ^~~~~~~~~~~ cmd_fs.c:27:29: note: format string is defined here 27 | prt_printf(out, "%llu", buckets); | ~~~^ | | | long long unsigned int | %lu cmd_fs.c: In function 'dev_usage_to_text': cmd_fs.c:91:25: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 3 has type '__u64' {aka 'long unsigned int'} [-Wformat=] 91 | prt_printf(out, "%llu", u.nr_buckets); | ^~~~~~ ~~~~~~~~~~~~ | | | __u64 {aka long unsigned int} libbcachefs/util.h:222:63: note: in definition of macro 'prt_printf' 222 | #define prt_printf(_out, ...) bch2_prt_printf(_out, __VA_ARGS__) | ^~~~~~~~~~~ cmd_fs.c:91:29: note: format string is defined here 91 | prt_printf(out, "%llu", u.nr_buckets); | ~~~^ | | | long long unsigned int | %lu [CC] cmd_fsck.o [CC] cmd_fusemount.o [CC] cmd_key.o [CC] cmd_kill_btree_node.o [CC] cmd_list_journal.o [CC] cmd_migrate.o [CC] cmd_option.o [CC] cmd_run.o In file included from libbcachefs/bcachefs_format.h:77, from libbcachefs/bcachefs_ioctl.h:7, from cmd_run.c:14: include/linux/kernel.h: In function 'kstrtou64': include/linux/kernel.h:224:35: warning: passing argument 3 of 'kstrtoull' from incompatible pointer type [-Wincompatible-pointer-types] 224 | return kstrtoull(s, base, res); | ^~~ | | | u64 * {aka long unsigned int *} include/linux/kernel.h:158:82: note: expected 'long long unsigned int *' but argument is of type 'u64 *' {aka 'long unsigned int *'} 158 | int __must_check kstrtoull(const char *s, unsigned int base, unsigned long long *res); | ~~~~~~~~~~~~~~~~~~~~^~~ include/linux/kernel.h: In function 'kstrtos64': include/linux/kernel.h:229:34: warning: passing argument 3 of 'kstrtoll' from incompatible pointer type [-Wincompatible-pointer-types] 229 | return kstrtoll(s, base, res); | ^~~ | | | s64 * {aka long int *} include/linux/kernel.h:159:72: note: expected 'long long int *' but argument is of type 's64 *' {aka 'long int *'} 159 | int __must_check kstrtoll(const char *s, unsigned int base, long long *res); | ~~~~~~~~~~~^~~ [CC] cmd_subvolume.o [VERS] .version [CC] crypto.o [CC] libbcachefs.o In file included from libbcachefs/bcachefs_format.h:77, from libbcachefs.h:7, from libbcachefs.c:18: include/linux/kernel.h: In function 'kstrtou64': include/linux/kernel.h:224:35: warning: passing argument 3 of 'kstrtoull' from incompatible pointer type [-Wincompatible-pointer-types] 224 | return kstrtoull(s, base, res); | ^~~ | | | u64 * {aka long unsigned int *} include/linux/kernel.h:158:82: note: expected 'long long unsigned int *' but argument is of type 'u64 *' {aka 'long unsigned int *'} 158 | int __must_check kstrtoull(const char *s, unsigned int base, unsigned long long *res); | ~~~~~~~~~~~~~~~~~~~~^~~ include/linux/kernel.h: In function 'kstrtos64': include/linux/kernel.h:229:34: warning: passing argument 3 of 'kstrtoll' from incompatible pointer type [-Wincompatible-pointer-types] 229 | return kstrtoll(s, base, res); | ^~~ | | | s64 * {aka long int *} include/linux/kernel.h:159:72: note: expected 'long long int *' but argument is of type 's64 *' {aka 'long int *'} 159 | int __must_check kstrtoll(const char *s, unsigned int base, long long *res); | ~~~~~~~~~~~^~~ libbcachefs.c: In function 'init_layout': libbcachefs.c:57:67: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 2 has type 'u64' {aka 'long unsigned int'} [-Wformat=] 57 | die("insufficient space for superblocks: start %llu end %llu > %llu size %u", | ~~~^ | | | long long unsigned int | %lu 58 | sb_start, sb_pos, sb_end, sb_size); | ~~~~~~~~ | | | u64 {aka long unsigned int} libbcachefs.c:57:76: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 3 has type 'u64' {aka 'long unsigned int'} [-Wformat=] 57 | die("insufficient space for superblocks: start %llu end %llu > %llu size %u", | ~~~^ | | | long long unsigned int | %lu 58 | sb_start, sb_pos, sb_end, sb_size); | ~~~~~~ | | | u64 {aka long unsigned int} libbcachefs.c:57:83: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 4 has type 'u64' {aka 'long unsigned int'} [-Wformat=] 57 | die("insufficient space for superblocks: start %llu end %llu > %llu size %u", | ~~~^ | | | long long unsigned int | %lu 58 | sb_start, sb_pos, sb_end, sb_size); | ~~~~~~ | | | u64 {aka long unsigned int} libbcachefs.c: In function 'bch2_pick_bucket_size': libbcachefs.c:72:54: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 3 has type 'u64' {aka 'long unsigned int'} [-Wformat=] 72 | die("cannot format %s, too small (%llu bytes, min %llu)", | ~~~^ | | | long long unsigned int | %lu 73 | dev->path, dev->size, min_size(opts.block_size)); | ~~~~~~~~~ | | | u64 {aka long unsigned int} libbcachefs.c:72:70: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 4 has type 'u64' {aka 'long unsigned int'} [-Wformat=] 72 | die("cannot format %s, too small (%llu bytes, min %llu)", | ~~~^ | | | long long unsigned int | %lu 73 | dev->path, dev->size, min_size(opts.block_size)); | ~~~~~~~~~~~~~~~~~~~~~~~~~ | | | u64 {aka long unsigned int} include/linux/kernel.h:113:24: warning: comparison of distinct pointer types lacks a cast 113 | (void) (&_max1 == &_max2); \ | ^~ libbcachefs.c:84:23: note: in expansion of macro 'max' 84 | bucket_size = max(bucket_size, 128ULL << 10); | ^~~ include/linux/kernel.h:119:24: warning: comparison of distinct pointer types lacks a cast 119 | (void) (&_min1 == &_min2); \ | ^~ libbcachefs.c:93:31: note: in expansion of macro 'min' 93 | bucket_size = min(bucket_size * scale, 1ULL << 20); | ^~~ libbcachefs.c: In function 'bch2_check_bucket_size': libbcachefs.c:106:38: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 2 has type 'u64' {aka 'long unsigned int'} [-Wformat=] 106 | die("Bucket size (%llu) cannot be smaller than block size (%u)", | ~~~^ | | | long long unsigned int | %lu 107 | dev->bucket_size, opts.block_size); | ~~~~~~~~~~~~~~~~ | | | u64 {aka long unsigned int} libbcachefs.c:111:38: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 2 has type 'u64' {aka 'long unsigned int'} [-Wformat=] 111 | die("Bucket size (%llu) cannot be smaller than btree node size (%u)", | ~~~^ | | | long long unsigned int | %lu 112 | dev->bucket_size, opts.btree_node_size); | ~~~~~~~~~~~~~~~~ | | | u64 {aka long unsigned int} libbcachefs.c:115:45: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 2 has type 'u64' {aka 'long unsigned int'} [-Wformat=] 115 | die("Not enough buckets: %llu, need %u (bucket size %llu)", | ~~~^ | | | long long unsigned int | %lu 116 | dev->nbuckets, BCH_MIN_NR_NBUCKETS, dev->bucket_size); | ~~~~~~~~~~~~~ | | | u64 {aka long unsigned int} libbcachefs.c:115:72: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 4 has type 'u64' {aka 'long unsigned int'} [-Wformat=] 115 | die("Not enough buckets: %llu, need %u (bucket size %llu)", | ~~~^ | | | long long unsigned int | %lu 116 | dev->nbuckets, BCH_MIN_NR_NBUCKETS, dev->bucket_size); | ~~~~~~~~~~~~~~~~ | | | u64 {aka long unsigned int} libbcachefs.c:119:38: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 2 has type 'u64' {aka 'long unsigned int'} [-Wformat=] 119 | die("Bucket size (%llu) too big (max %u)", | ~~~^ | | | long long unsigned int | %lu 120 | dev->bucket_size, (u32) U16_MAX << 9); | ~~~~~~~~~~~~~~~~ | | | u64 {aka long unsigned int} libbcachefs.c: In function 'bchu_data': libbcachefs.c:518:28: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 2 has type '__u64' {aka 'long unsigned int'} [-Wformat=] 518 | printf("%llu%% complete: current position %s", | ~~~^ | | | long long unsigned int | %lu 519 | e.p.sectors_total | ~~~~~~~~~~~~~~~~~ 520 | ? e.p.sectors_done * 100 / e.p.sectors_total | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 521 | : 0, | ~~~ | | | __u64 {aka long unsigned int} libbcachefs.c:527:40: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 3 has type '__u64' {aka 'long unsigned int'} [-Wformat=] 527 | printf(" %s:%llu:%llu", | ~~~^ | | | long long unsigned int | %lu 528 | bch2_btree_id_str(e.p.btree_id), 529 | e.p.pos.inode, | ~~~~~~~~~~~~~ | | | __u64 {aka long unsigned int} libbcachefs.c:527:45: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 4 has type '__u64' {aka 'long unsigned int'} [-Wformat=] 527 | printf(" %s:%llu:%llu", | ~~~^ | | | long long unsigned int | %lu ...... 530 | e.p.pos.offset); | ~~~~~~~~~~~~~~ | | | __u64 {aka long unsigned int} [CC] libbcachefs/acl.o [CC] libbcachefs/alloc_background.o [CC] libbcachefs/alloc_foreground.o [CC] libbcachefs/backpointers.o [CC] libbcachefs/bkey.o [CC] libbcachefs/bkey_methods.o [CC] libbcachefs/bkey_sort.o [CC] libbcachefs/bset.o [CC] libbcachefs/btree_cache.o [CC] libbcachefs/btree_gc.o [CC] libbcachefs/btree_io.o [CC] libbcachefs/btree_iter.o [CC] libbcachefs/btree_journal_iter.o [CC] libbcachefs/btree_key_cache.o [CC] libbcachefs/btree_locking.o [CC] libbcachefs/btree_trans_commit.o [CC] libbcachefs/btree_update.o [CC] libbcachefs/btree_update_interior.o [CC] libbcachefs/btree_write_buffer.o [CC] libbcachefs/buckets.o [CC] libbcachefs/buckets_waiting_for_journal.o [CC] libbcachefs/chardev.o [CC] libbcachefs/checksum.o [CC] libbcachefs/clock.o [CC] libbcachefs/compress.o [CC] libbcachefs/counters.o [CC] libbcachefs/data_update.o [CC] libbcachefs/debug.o [CC] libbcachefs/dirent.o [CC] libbcachefs/disk_groups.o [CC] libbcachefs/ec.o [CC] libbcachefs/errcode.o [CC] libbcachefs/error.o [CC] libbcachefs/extent_update.o [CC] libbcachefs/extents.o [CC] libbcachefs/fs-common.o [CC] libbcachefs/fs-io-buffered.o [CC] libbcachefs/fs-io-direct.o [CC] libbcachefs/fs-io-pagecache.o [CC] libbcachefs/fs-io.o [CC] libbcachefs/fs-ioctl.o [CC] libbcachefs/fs.o [CC] libbcachefs/fsck.o [CC] libbcachefs/inode.o [CC] libbcachefs/io_misc.o [CC] libbcachefs/io_read.o [CC] libbcachefs/io_write.o [CC] libbcachefs/journal.o [CC] libbcachefs/journal_io.o [CC] libbcachefs/journal_reclaim.o [CC] libbcachefs/journal_sb.o [CC] libbcachefs/journal_seq_blacklist.o [CC] libbcachefs/keylist.o [CC] libbcachefs/logged_ops.o [CC] libbcachefs/lru.o [CC] libbcachefs/migrate.o [CC] libbcachefs/move.o [CC] libbcachefs/movinggc.o [CC] libbcachefs/nocow_locking.o [CC] libbcachefs/opts.o [CC] libbcachefs/printbuf.o [CC] libbcachefs/quota.o [CC] libbcachefs/rebalance.o [CC] libbcachefs/recovery.o [CC] libbcachefs/reflink.o [CC] libbcachefs/replicas.o [CC] libbcachefs/sb-clean.o [CC] libbcachefs/sb-errors.o [CC] libbcachefs/sb-members.o [CC] libbcachefs/siphash.o [CC] libbcachefs/six.o [CC] libbcachefs/snapshot.o [CC] libbcachefs/subvolume.o [CC] libbcachefs/super-io.o [CC] libbcachefs/super.o [CC] libbcachefs/sysfs.o [CC] libbcachefs/tests.o [CC] libbcachefs/trace.o [CC] libbcachefs/two_state_shared_lock.o [CC] libbcachefs/util.o In file included from include/linux/bitops.h:5, from include/linux/bitmap.h:5, from include/linux/wait.h:5, from include/linux/mempool.h:8, from include/linux/bio.h:23, from libbcachefs/util.c:9: include/linux/kernel.h: In function 'kstrtou64': include/linux/kernel.h:224:35: warning: passing argument 3 of 'kstrtoull' from incompatible pointer type [-Wincompatible-pointer-types] 224 | return kstrtoull(s, base, res); | ^~~ | | | u64 * {aka long unsigned int *} include/linux/kernel.h:158:82: note: expected 'long long unsigned int *' but argument is of type 'u64 *' {aka 'long unsigned int *'} 158 | int __must_check kstrtoull(const char *s, unsigned int base, unsigned long long *res); | ~~~~~~~~~~~~~~~~~~~~^~~ include/linux/kernel.h: In function 'kstrtos64': include/linux/kernel.h:229:34: warning: passing argument 3 of 'kstrtoll' from incompatible pointer type [-Wincompatible-pointer-types] 229 | return kstrtoll(s, base, res); | ^~~ | | | s64 * {aka long int *} include/linux/kernel.h:159:72: note: expected 'long long int *' but argument is of type 's64 *' {aka 'long int *'} 159 | int __must_check kstrtoll(const char *s, unsigned int base, long long *res); | ~~~~~~~~~~~^~~ In file included from include/linux/kernel.h:11: libbcachefs/util.c: In function '__bch2_time_stats_update': include/linux/bug.h:28:33: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 4 has type 'u64' {aka 'long unsigned int'} [-Wformat=] 28 | fprintf(stderr, "WARNING at " __FILE__ ":%d: " fmt "\n",\ | ^~~~~~~~~~~~~ include/linux/ratelimit.h:103:19: note: in expansion of macro 'WARN' 103 | int rtn = WARN(condition, format, ##__VA_ARGS__); \ | ^~~~ libbcachefs/util.c:395:9: note: in expansion of macro 'WARN_RATELIMIT' 395 | WARN_RATELIMIT(!stats->min_duration || !stats->min_freq, | ^~~~~~~~~~~~~~ include/linux/bug.h:28:33: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 5 has type 'u64' {aka 'long unsigned int'} [-Wformat=] 28 | fprintf(stderr, "WARNING at " __FILE__ ":%d: " fmt "\n",\ | ^~~~~~~~~~~~~ include/linux/ratelimit.h:103:19: note: in expansion of macro 'WARN' 103 | int rtn = WARN(condition, format, ##__VA_ARGS__); \ | ^~~~ libbcachefs/util.c:395:9: note: in expansion of macro 'WARN_RATELIMIT' 395 | WARN_RATELIMIT(!stats->min_duration || !stats->min_freq, | ^~~~~~~~~~~~~~ In file included from libbcachefs/eytzinger.h:8, from libbcachefs/util.c:27: libbcachefs/util.c: In function 'bch2_pr_time_units': libbcachefs/util.c:458:25: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 3 has type 'u64' {aka 'long unsigned int'} [-Wformat=] 458 | prt_printf(out, "%llu %s", div_u64(ns, u->nsecs), u->name); | ^~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~ | | | u64 {aka long unsigned int} libbcachefs/util.h:222:63: note: in definition of macro 'prt_printf' 222 | #define prt_printf(_out, ...) bch2_prt_printf(_out, __VA_ARGS__) | ^~~~~~~~~~~ libbcachefs/util.c:458:29: note: format string is defined here 458 | prt_printf(out, "%llu %s", div_u64(ns, u->nsecs), u->name); | ~~~^ | | | long long unsigned int | %lu libbcachefs/util.c: In function 'bch2_pr_time_units_aligned': libbcachefs/util.c:465:25: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 3 has type 'u64' {aka 'long unsigned int'} [-Wformat=] 465 | prt_printf(out, "%llu ", div64_u64(ns, u->nsecs)); | ^~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~ | | | u64 {aka long unsigned int} libbcachefs/util.h:222:63: note: in definition of macro 'prt_printf' 222 | #define prt_printf(_out, ...) bch2_prt_printf(_out, __VA_ARGS__) | ^~~~~~~~~~~ libbcachefs/util.c:465:29: note: format string is defined here 465 | prt_printf(out, "%llu ", div64_u64(ns, u->nsecs)); | ~~~^ | | | long long unsigned int | %lu libbcachefs/util.c: In function 'bch2_time_stats_to_text': libbcachefs/util.c:517:25: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 3 has type 's64' {aka 'long int'} [-Wformat=] 517 | prt_printf(out, "%llu ", | ^~~~~~~ 518 | stats->duration_stats.n); | ~~~~~~~~~~~~~~~~~~~~~~~ | | | s64 {aka long int} libbcachefs/util.h:222:63: note: in definition of macro 'prt_printf' 222 | #define prt_printf(_out, ...) bch2_prt_printf(_out, __VA_ARGS__) | ^~~~~~~~~~~ libbcachefs/util.c:517:29: note: format string is defined here 517 | prt_printf(out, "%llu ", | ~~~^ | | | long long unsigned int | %lu libbcachefs/util.c:599:33: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 3 has type 'u64' {aka 'long unsigned int'} [-Wformat=] 599 | prt_printf(out, "%llu ", | ^~~~~~~ 600 | div_u64(q, u->nsecs)); | ~~~~~~~~~~~~~~~~~~~~ | | | u64 {aka long unsigned int} libbcachefs/util.h:222:63: note: in definition of macro 'prt_printf' 222 | #define prt_printf(_out, ...) bch2_prt_printf(_out, __VA_ARGS__) | ^~~~~~~~~~~ libbcachefs/util.c:599:37: note: format string is defined here 599 | prt_printf(out, "%llu ", | ~~~^ | | | long long unsigned int | %lu libbcachefs/util.c: In function 'bch2_pd_controller_debug_to_text': libbcachefs/util.c:758:25: warning: format '%lli' expects argument of type 'long long int', but argument 3 has type 's64' {aka 'long int'} [-Wformat=] 758 | prt_printf(out, "%llims", div64_s64(pd->rate.next - local_clock(), NSEC_PER_MSEC)); | ^~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | s64 {aka long int} libbcachefs/util.h:222:63: note: in definition of macro 'prt_printf' 222 | #define prt_printf(_out, ...) bch2_prt_printf(_out, __VA_ARGS__) | ^~~~~~~~~~~ libbcachefs/util.c:758:29: note: format string is defined here 758 | prt_printf(out, "%llims", div64_s64(pd->rate.next - local_clock(), NSEC_PER_MSEC)); | ~~~^ | | | long long int | %li [CC] libbcachefs/varint.o In file included from include/linux/bitops.h:5, from libbcachefs/varint.c:3: include/linux/kernel.h: In function 'kstrtou64': include/linux/kernel.h:224:35: warning: passing argument 3 of 'kstrtoull' from incompatible pointer type [-Wincompatible-pointer-types] 224 | return kstrtoull(s, base, res); | ^~~ | | | u64 * {aka long unsigned int *} include/linux/kernel.h:158:82: note: expected 'long long unsigned int *' but argument is of type 'u64 *' {aka 'long unsigned int *'} 158 | int __must_check kstrtoull(const char *s, unsigned int base, unsigned long long *res); | ~~~~~~~~~~~~~~~~~~~~^~~ include/linux/kernel.h: In function 'kstrtos64': include/linux/kernel.h:229:34: warning: passing argument 3 of 'kstrtoll' from incompatible pointer type [-Wincompatible-pointer-types] 229 | return kstrtoll(s, base, res); | ^~~ | | | s64 * {aka long int *} include/linux/kernel.h:159:72: note: expected 'long long int *' but argument is of type 's64 *' {aka 'long int *'} 159 | int __must_check kstrtoll(const char *s, unsigned int base, long long *res); | ~~~~~~~~~~~^~~ [CC] libbcachefs/xattr.o [CC] linux/atomic64.o [CC] linux/bio.o In file included from include/linux/bitops.h:5, from include/linux/bitmap.h:5, from include/linux/wait.h:5, from include/linux/mempool.h:8, from include/linux/bio.h:23, from linux/bio.c:18: include/linux/kernel.h: In function 'kstrtou64': include/linux/kernel.h:224:35: warning: passing argument 3 of 'kstrtoull' from incompatible pointer type [-Wincompatible-pointer-types] 224 | return kstrtoull(s, base, res); | ^~~ | | | u64 * {aka long unsigned int *} include/linux/kernel.h:158:82: note: expected 'long long unsigned int *' but argument is of type 'u64 *' {aka 'long unsigned int *'} 158 | int __must_check kstrtoull(const char *s, unsigned int base, unsigned long long *res); | ~~~~~~~~~~~~~~~~~~~~^~~ include/linux/kernel.h: In function 'kstrtos64': include/linux/kernel.h:229:34: warning: passing argument 3 of 'kstrtoll' from incompatible pointer type [-Wincompatible-pointer-types] 229 | return kstrtoll(s, base, res); | ^~~ | | | s64 * {aka long int *} include/linux/kernel.h:159:72: note: expected 'long long int *' but argument is of type 's64 *' {aka 'long int *'} 159 | int __must_check kstrtoll(const char *s, unsigned int base, long long *res); | ~~~~~~~~~~~^~~ [CC] linux/blkdev.o In file included from include/linux/bitops.h:5, from include/linux/bitmap.h:5, from include/linux/wait.h:5, from include/linux/mempool.h:8, from include/linux/bio.h:23, from linux/blkdev.c:17: include/linux/kernel.h: In function 'kstrtou64': include/linux/kernel.h:224:35: warning: passing argument 3 of 'kstrtoull' from incompatible pointer type [-Wincompatible-pointer-types] 224 | return kstrtoull(s, base, res); | ^~~ | | | u64 * {aka long unsigned int *} include/linux/kernel.h:158:82: note: expected 'long long unsigned int *' but argument is of type 'u64 *' {aka 'long unsigned int *'} 158 | int __must_check kstrtoull(const char *s, unsigned int base, unsigned long long *res); | ~~~~~~~~~~~~~~~~~~~~^~~ include/linux/kernel.h: In function 'kstrtos64': include/linux/kernel.h:229:34: warning: passing argument 3 of 'kstrtoll' from incompatible pointer type [-Wincompatible-pointer-types] 229 | return kstrtoll(s, base, res); | ^~~ | | | s64 * {aka long int *} include/linux/kernel.h:159:72: note: expected 'long long int *' but argument is of type 's64 *' {aka 'long int *'} 159 | int __must_check kstrtoll(const char *s, unsigned int base, long long *res); | ~~~~~~~~~~~^~~ [CC] linux/closure.o [CC] linux/crc64.o [CC] linux/crypto/api.o [CC] linux/crypto/chacha20_generic.o [CC] linux/crypto/poly1305_generic.o [CC] linux/crypto/sha256_generic.o In file included from include/linux/bitops.h:5, from linux/crypto/sha256_generic.c:21: include/linux/kernel.h: In function 'kstrtou64': include/linux/kernel.h:224:35: warning: passing argument 3 of 'kstrtoull' from incompatible pointer type [-Wincompatible-pointer-types] 224 | return kstrtoull(s, base, res); | ^~~ | | | u64 * {aka long unsigned int *} include/linux/kernel.h:158:82: note: expected 'long long unsigned int *' but argument is of type 'u64 *' {aka 'long unsigned int *'} 158 | int __must_check kstrtoull(const char *s, unsigned int base, unsigned long long *res); | ~~~~~~~~~~~~~~~~~~~~^~~ include/linux/kernel.h: In function 'kstrtos64': include/linux/kernel.h:229:34: warning: passing argument 3 of 'kstrtoll' from incompatible pointer type [-Wincompatible-pointer-types] 229 | return kstrtoll(s, base, res); | ^~~ | | | s64 * {aka long int *} include/linux/kernel.h:159:72: note: expected 'long long int *' but argument is of type 's64 *' {aka 'long int *'} 159 | int __must_check kstrtoll(const char *s, unsigned int base, long long *res); | ~~~~~~~~~~~^~~ [CC] linux/fs.o [CC] linux/generic-radix-tree.o [CC] linux/int_sqrt.o In file included from include/linux/bitops.h:5, from linux/int_sqrt.c:10: include/linux/kernel.h: In function 'kstrtou64': include/linux/kernel.h:224:35: warning: passing argument 3 of 'kstrtoull' from incompatible pointer type [-Wincompatible-pointer-types] 224 | return kstrtoull(s, base, res); | ^~~ | | | u64 * {aka long unsigned int *} include/linux/kernel.h:158:82: note: expected 'long long unsigned int *' but argument is of type 'u64 *' {aka 'long unsigned int *'} 158 | int __must_check kstrtoull(const char *s, unsigned int base, unsigned long long *res); | ~~~~~~~~~~~~~~~~~~~~^~~ include/linux/kernel.h: In function 'kstrtos64': include/linux/kernel.h:229:34: warning: passing argument 3 of 'kstrtoll' from incompatible pointer type [-Wincompatible-pointer-types] 229 | return kstrtoll(s, base, res); | ^~~ | | | s64 * {aka long int *} include/linux/kernel.h:159:72: note: expected 'long long int *' but argument is of type 's64 *' {aka 'long int *'} 159 | int __must_check kstrtoll(const char *s, unsigned int base, long long *res); | ~~~~~~~~~~~^~~ [CC] linux/kstrtox.o [CC] linux/kthread.o In file included from include/linux/bitops.h:5, from linux/kthread.c:5: include/linux/kernel.h: In function 'kstrtou64': include/linux/kernel.h:224:35: warning: passing argument 3 of 'kstrtoull' from incompatible pointer type [-Wincompatible-pointer-types] 224 | return kstrtoull(s, base, res); | ^~~ | | | u64 * {aka long unsigned int *} include/linux/kernel.h:158:82: note: expected 'long long unsigned int *' but argument is of type 'u64 *' {aka 'long unsigned int *'} 158 | int __must_check kstrtoull(const char *s, unsigned int base, unsigned long long *res); | ~~~~~~~~~~~~~~~~~~~~^~~ include/linux/kernel.h: In function 'kstrtos64': include/linux/kernel.h:229:34: warning: passing argument 3 of 'kstrtoll' from incompatible pointer type [-Wincompatible-pointer-types] 229 | return kstrtoll(s, base, res); | ^~~ | | | s64 * {aka long int *} include/linux/kernel.h:159:72: note: expected 'long long int *' but argument is of type 's64 *' {aka 'long int *'} 159 | int __must_check kstrtoll(const char *s, unsigned int base, long long *res); | ~~~~~~~~~~~^~~ [CC] linux/llist.o [CC] linux/mean_and_variance.o [CC] linux/mempool.o [CC] linux/preempt.o [CC] linux/ratelimit.o [CC] linux/rhashtable.o [CC] linux/sched.o [CC] linux/semaphore.o [CC] linux/seq_buf.o [CC] linux/shrinker.o [CC] linux/siphash.o [CC] linux/string.o [CC] linux/string_helpers.o [CC] linux/timer.o [CC] linux/wait.o In file included from include/linux/bitops.h:5, from include/linux/bitmap.h:5, from include/linux/wait.h:5, from include/linux/completion.h:11, from linux/wait.c:7: include/linux/kernel.h: In function 'kstrtou64': include/linux/kernel.h:224:35: warning: passing argument 3 of 'kstrtoull' from incompatible pointer type [-Wincompatible-pointer-types] 224 | return kstrtoull(s, base, res); | ^~~ | | | u64 * {aka long unsigned int *} include/linux/kernel.h:158:82: note: expected 'long long unsigned int *' but argument is of type 'u64 *' {aka 'long unsigned int *'} 158 | int __must_check kstrtoull(const char *s, unsigned int base, unsigned long long *res); | ~~~~~~~~~~~~~~~~~~~~^~~ include/linux/kernel.h: In function 'kstrtos64': include/linux/kernel.h:229:34: warning: passing argument 3 of 'kstrtoll' from incompatible pointer type [-Wincompatible-pointer-types] 229 | return kstrtoll(s, base, res); | ^~~ | | | s64 * {aka long int *} include/linux/kernel.h:159:72: note: expected 'long long int *' but argument is of type 's64 *' {aka 'long int *'} 159 | int __must_check kstrtoll(const char *s, unsigned int base, long long *res); | ~~~~~~~~~~~^~~ [CC] linux/workqueue.o [CC] linux/xxhash.o [CC] linux/zstd_compress_module.o [CC] linux/zstd_decompress_module.o [CC] qcow2.o [CC] raid/check.o [CC] raid/helper.o [CC] raid/int.o [CC] raid/intz.o [CC] raid/memory.o [CC] raid/module.o [CC] raid/raid.o [CC] raid/tables.o [CC] raid/tag.o [CC] raid/test.o [CC] raid/x86.o [CC] raid/x86z.o [CC] tools-util.o cargo build --release --manifest-path rust-src/Cargo.toml [CC] cmd_version.o Compiling libc v0.2.149 Compiling proc-macro2 v1.0.69 Compiling unicode-ident v1.0.12 Compiling memchr v2.6.4 Compiling rustix v0.38.21 Compiling syn v1.0.109 Compiling linux-raw-sys v0.4.10 Compiling bitflags v2.4.1 Compiling regex-syntax v0.8.2 Compiling glob v0.3.1 Compiling autocfg v1.1.0 Compiling pkg-config v0.3.27 Compiling version_check v0.9.4 Compiling io-lifetimes v1.0.11 Compiling minimal-lexical v0.2.1 Compiling lazy_static v1.4.0 Compiling rustix v0.37.27 Compiling bitflags v1.3.2 Compiling bindgen v0.64.0 (https://evilpiepirate.org/git/rust-bindgen.git#f773267b) Compiling thiserror v1.0.50 Compiling shlex v1.2.0 Compiling peeking_take_while v0.1.2 Compiling utf8parse v0.2.1 Compiling rustc-hash v1.1.0 Compiling linux-raw-sys v0.3.8 Compiling lazycell v1.3.0 Compiling fastrand v2.0.1 Compiling anyhow v1.0.75 Compiling cfg-if v1.0.0 Compiling colorchoice v1.0.0 Compiling anstyle v1.0.2 Compiling paste v1.0.14 Compiling anstyle-query v1.0.0 Compiling strsim v0.10.0 Compiling regex-syntax v0.6.29 Compiling clap_lex v0.5.0 Compiling heck v0.4.1 Compiling either v1.9.0 Compiling bitfield v0.14.0 Compiling once_cell v1.18.0 Compiling byteorder v1.5.0 Compiling uuid v1.5.0 Compiling log v0.4.20 [AR] libbcachefs.a Compiling anstyle-parse v0.2.1 Compiling itertools v0.9.0 Compiling clang-sys v1.6.1 Compiling proc-macro-error-attr v1.0.4 Compiling proc-macro-error v1.0.4 Compiling num-traits v0.2.17 Compiling memoffset v0.8.0 Compiling libudev-sys v0.1.4 Compiling aho-corasick v1.1.2 Compiling nom v7.1.3 Compiling quote v1.0.33 Compiling syn v2.0.38 Compiling chrono v0.4.31 Compiling errno v0.3.5 Compiling rpassword v4.0.5 Compiling errno v0.2.8 Compiling atty v0.2.14 Compiling udev v0.7.0 Compiling regex-automata v0.4.3 Compiling cexpr v0.6.0 Compiling terminal_size v0.2.6 Compiling thiserror-impl v1.0.50 Compiling clap_derive v4.3.12 Compiling is-terminal v0.4.9 Compiling tempfile v3.8.1 Compiling anstream v0.3.2 Compiling colored v2.0.4 Compiling clap_builder v4.3.24 Compiling regex v1.10.2 Compiling filedescriptor v0.8.2 Compiling gag v1.0.0 Compiling getset v0.1.2 Compiling parse-display-derive v0.1.2 Compiling clap v4.3.24 Compiling parse-display v0.1.2 Compiling bch_bindgen v0.1.0 (/home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/bch_bindgen) warning: unused import: `std::ptr` --> bch_bindgen/src/btree.rs:10:5 | 10 | use std::ptr; | ^^^^^^^^ | = note: `#[warn(unused_imports)]` on by default warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:130976 | 3 | ...rn "C" { pub fn __bch2_time_stats_update (stats : * mut bch2_time_stats , arg1 : u64_ , arg2 : u64_) ; } extern "C" { pub fn bch2_time... | ^^^^^^^^^^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI = note: `#[warn(improper_ctypes)]` on by default warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:131107 | 3 | ...ime_stats_to_text (arg1 : * mut printbuf , arg2 : * mut bch2_time_stats) ; } extern "C" { pub fn bch2_time_stats_exit (arg1 : * mut bc... | ^^^^^^^^^^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:131183 | 3 | ... extern "C" { pub fn bch2_time_stats_exit (arg1 : * mut bch2_time_stats) ; } extern "C" { pub fn bch2_time_stats_init (arg1 : * mut bc... | ^^^^^^^^^^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:131259 | 3 | ... extern "C" { pub fn bch2_time_stats_init (arg1 : * mut bch2_time_stats) ; } # [repr (C)] # [derive (Debug , Default , Copy , Clone)] ... | ^^^^^^^^^^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:392547 | 3 | ...() } } } extern "C" { pub static bch2_opt_table : [bch_option ; 0usize] ; } extern "C" { pub fn bch2_opt_defined_by_id (arg1 : * const... | ^^^^^^^^^^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:393151 | 3 | ...fn __bch2_opt_set_sb (arg1 : * mut bch_sb , arg2 : * const bch_option , arg3 : u64_) ; } extern "C" { pub fn bch2_opt_set_sb (arg1 : *... | ^^^^^^^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:393233 | 3 | ...u64_) ; } extern "C" { pub fn bch2_opt_set_sb (arg1 : * mut bch_fs , arg2 : * const bch_option , arg3 : u64_) ; } extern "C" { pub fn ... | ^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:393255 | 3 | ...b fn bch2_opt_set_sb (arg1 : * mut bch_fs , arg2 : * const bch_option , arg3 : u64_) ; } extern "C" { pub fn bch2_opt_lookup (arg1 : *... | ^^^^^^^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:393458 | 3 | ... ; } extern "C" { pub fn bch2_opt_validate (arg1 : * const bch_option , arg2 : u64_ , arg3 : * mut printbuf) -> :: std :: os :: raw ::... | ^^^^^^^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:393595 | 3 | ... c_int ; } extern "C" { pub fn bch2_opt_parse (arg1 : * mut bch_fs , arg2 : * const bch_option , arg3 : * const :: std :: os :: raw ::... | ^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:393617 | 3 | ...ub fn bch2_opt_parse (arg1 : * mut bch_fs , arg2 : * const bch_option , arg3 : * const :: std :: os :: raw :: c_char , arg4 : * mut u6... | ^^^^^^^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:393833 | 3 | ...b fn bch2_opt_to_text (arg1 : * mut printbuf , arg2 : * mut bch_fs , arg3 : * mut bch_sb , arg4 : * const bch_option , arg5 : u64_ , a... | ^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:393877 | 3 | ...arg2 : * mut bch_fs , arg3 : * mut bch_sb , arg4 : * const bch_option , arg5 : u64_ , arg6 : :: std :: os :: raw :: c_uint) ; } extern... | ^^^^^^^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:394005 | 3 | ... } extern "C" { pub fn bch2_opt_check_may_set (arg1 : * mut bch_fs , arg2 : :: std :: os :: raw :: c_int , arg3 : u64_) -> :: std :: o... | ^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:394159 | 3 | ...} extern "C" { pub fn bch2_opts_check_may_set (arg1 : * mut bch_fs) -> :: std :: os :: raw :: c_int ; } extern "C" { pub fn bch2_parse... | ^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:394259 | 3 | ...; } extern "C" { pub fn bch2_parse_mount_opts (arg1 : * mut bch_fs , arg2 : * mut bch_opts , arg3 : * mut :: std :: os :: raw :: c_cha... | ^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:709595 | 3 | ..."C" { pub fn bch2_bkey_greatest_differing_bit (arg1 : * const btree , arg2 : * const bkey_packed , arg3 : * const bkey_packed) -> :: s... | ^^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:709747 | 3 | ... c_uint ; } extern "C" { pub fn bch2_bkey_ffs (arg1 : * const btree , arg2 : * const bkey_packed) -> :: std :: os :: raw :: c_uint ; }... | ^^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:709952 | 3 | ...nst bkey_packed , arg2 : * const bkey_packed , arg3 : * const btree) -> :: std :: os :: raw :: c_int ; } extern "C" { pub fn __bch2_bk... | ^^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:710074 | 3 | ...fn __bch2_bkey_cmp_left_packed_format_checked (arg1 : * const btree , arg2 : * const bkey_packed , arg3 : * const bpos) -> :: std :: o... | ^^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:710225 | 3 | ... ; } extern "C" { pub fn bch2_bkey_cmp_packed (arg1 : * const btree , arg2 : * const bkey_packed , arg3 : * const bkey_packed) -> :: s... | ^^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:710390 | 3 | ...tern "C" { pub fn __bch2_bkey_cmp_left_packed (arg1 : * const btree , arg2 : * const bkey_packed , arg3 : * const bpos) -> :: std :: o... | ^^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:711421 | 3 | ...ossy (arg1 : * mut bkey_packed , arg2 : bpos , arg3 : * const btree) -> bkey_pack_pos_ret ; } extern "C" { pub fn bch2_bkey_unpack (ar... | ^^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:711506 | 3 | ..._ret ; } extern "C" { pub fn bch2_bkey_unpack (arg1 : * const btree , arg2 : * mut bkey_i , arg3 : * const bkey_packed) ; } extern "C"... | ^^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:713082 | 3 | ... extern "C" { pub fn bch2_bkey_format_invalid (arg1 : * mut bch_fs , arg2 : * mut bkey_format , arg3 : bkey_invalid_flags , arg4 : * m... | ^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:724755 | 3 | ...xtern "C" { pub fn bch2_bkey_pick_read_device (arg1 : * mut bch_fs , arg2 : bkey_s_c , arg3 : * mut bch_io_failures , arg4 : * mut ext... | ^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:724939 | 3 | ... } extern "C" { pub fn bch2_btree_ptr_invalid (arg1 : * mut bch_fs , arg2 : bkey_s_c , arg3 : bkey_invalid_flags , arg4 : * mut printb... | ^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:725134 | 3 | ...ch2_btree_ptr_to_text (arg1 : * mut printbuf , arg2 : * mut bch_fs , arg3 : bkey_s_c) ; } extern "C" { pub fn bch2_btree_ptr_v2_invali... | ^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:725224 | 3 | ...extern "C" { pub fn bch2_btree_ptr_v2_invalid (arg1 : * mut bch_fs , arg2 : bkey_s_c , arg3 : bkey_invalid_flags , arg4 : * mut printb... | ^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:725422 | 3 | ..._btree_ptr_v2_to_text (arg1 : * mut printbuf , arg2 : * mut bch_fs , arg3 : bkey_s_c) ; } extern "C" { pub fn bch2_btree_ptr_v2_compat... | ^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:725703 | 3 | ..._s) ; } extern "C" { pub fn bch2_extent_merge (arg1 : * mut bch_fs , arg2 : bkey_s , arg3 : bkey_s_c) -> bool ; } extern "C" { pub fn ... | ^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:725816 | 3 | ... extern "C" { pub fn bch2_reservation_invalid (arg1 : * mut bch_fs , arg2 : bkey_s_c , arg3 : bkey_invalid_flags , arg4 : * mut printb... | ^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:726013 | 3 | ...2_reservation_to_text (arg1 : * mut printbuf , arg2 : * mut bch_fs , arg3 : bkey_s_c) ; } extern "C" { pub fn bch2_reservation_merge (... | ^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:726100 | 3 | ... } extern "C" { pub fn bch2_reservation_merge (arg1 : * mut bch_fs , arg2 : bkey_s , arg3 : bkey_s_c) -> bool ; } extern "C" { pub fn ... | ^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:727016 | 3 | ...nt ; } extern "C" { pub fn bch2_bkey_replicas (arg1 : * mut bch_fs , arg2 : bkey_s_c) -> :: std :: os :: raw :: c_uint ; } extern "C" ... | ^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:727148 | 3 | ..." { pub fn bch2_extent_ptr_desired_durability (arg1 : * mut bch_fs , arg2 : * mut extent_ptr_decoded) -> :: std :: os :: raw :: c_uint... | ^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:727288 | 3 | ...xtern "C" { pub fn bch2_extent_ptr_durability (arg1 : * mut bch_fs , arg2 : * mut extent_ptr_decoded) -> :: std :: os :: raw :: c_uint... | ^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:727422 | 3 | ... ; } extern "C" { pub fn bch2_bkey_durability (arg1 : * mut bch_fs , arg2 : bkey_s_c) -> :: std :: os :: raw :: c_uint ; } extern "C" ... | ^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:727880 | 3 | ... ; } extern "C" { pub fn bch2_bkey_has_target (arg1 : * mut bch_fs , arg2 : bkey_s_c , arg3 : :: std :: os :: raw :: c_uint) -> bool ;... | ^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:728468 | 3 | ...; } extern "C" { pub fn bch2_bkey_matches_ptr (arg1 : * mut bch_fs , arg2 : bkey_s_c , arg3 : bch_extent_ptr , arg4 : u64_) -> bool ; ... | ^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:728914 | 3 | ...; } extern "C" { pub fn bch2_extent_normalize (arg1 : * mut bch_fs , arg2 : bkey_s) -> bool ; } extern "C" { pub fn bch2_bkey_ptrs_to_... | ^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:729031 | 3 | ...ch2_bkey_ptrs_to_text (arg1 : * mut printbuf , arg2 : * mut bch_fs , arg3 : bkey_s_c) ; } extern "C" { pub fn bch2_bkey_ptrs_invalid (... | ^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:729118 | 3 | ... } extern "C" { pub fn bch2_bkey_ptrs_invalid (arg1 : * mut bch_fs , arg2 : bkey_s_c , arg3 : bkey_invalid_flags , arg4 : * mut printb... | ^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:729449 | 3 | ...rn "C" { pub fn bch2_bkey_ptrs_need_rebalance (arg1 : * mut bch_fs , arg2 : bkey_s_c , arg3 : :: std :: os :: raw :: c_uint , arg4 : :... | ^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:729650 | 3 | ...extern "C" { pub fn bch2_bkey_needs_rebalance (arg1 : * mut bch_fs , arg2 : bkey_s_c) -> bool ; } extern "C" { pub fn bch2_bkey_set_ne... | ^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:729752 | 3 | ...rn "C" { pub fn bch2_bkey_set_needs_rebalance (arg1 : * mut bch_fs , arg2 : * mut bkey_i , arg3 : :: std :: os :: raw :: c_uint , arg4... | ^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:759780 | 3 | ... extern "C" { pub fn bch2_dev_to_fs (arg1 : dev_t) -> * mut bch_fs ; } extern "C" { pub fn bch2_uuid_to_fs (arg1 : __uuid_t) -> * mut ... | ^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:759854 | 3 | ...ern "C" { pub fn bch2_uuid_to_fs (arg1 : __uuid_t) -> * mut bch_fs ; } extern "C" { pub fn bch2_dev_state_allowed (arg1 : * mut bch_fs... | ^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:759922 | 3 | ... } extern "C" { pub fn bch2_dev_state_allowed (arg1 : * mut bch_fs , arg2 : * mut bch_dev , arg3 : bch_member_state , arg4 : :: std ::... | ^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:759944 | 3 | ... bch2_dev_state_allowed (arg1 : * mut bch_fs , arg2 : * mut bch_dev , arg3 : bch_member_state , arg4 : :: std :: os :: raw :: c_int) -... | ^^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:760084 | 3 | ... ; } extern "C" { pub fn __bch2_dev_set_state (arg1 : * mut bch_fs , arg2 : * mut bch_dev , arg3 : bch_member_state , arg4 : :: std ::... | ^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:760106 | 3 | ...fn __bch2_dev_set_state (arg1 : * mut bch_fs , arg2 : * mut bch_dev , arg3 : bch_member_state , arg4 : :: std :: os :: raw :: c_int) -... | ^^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:760268 | 3 | ...nt ; } extern "C" { pub fn bch2_dev_set_state (arg1 : * mut bch_fs , arg2 : * mut bch_dev , arg3 : bch_member_state , arg4 : :: std ::... | ^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:760290 | 3 | ...b fn bch2_dev_set_state (arg1 : * mut bch_fs , arg2 : * mut bch_dev , arg3 : bch_member_state , arg4 : :: std :: os :: raw :: c_int) -... | ^^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:760447 | 3 | ...: c_int ; } extern "C" { pub fn bch2_dev_fail (arg1 : * mut bch_dev , arg2 : :: std :: os :: raw :: c_int) -> :: std :: os :: raw :: c... | ^^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:760580 | 3 | ...c_int ; } extern "C" { pub fn bch2_dev_remove (arg1 : * mut bch_fs , arg2 : * mut bch_dev , arg3 : :: std :: os :: raw :: c_int) -> ::... | ^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:760602 | 3 | ... pub fn bch2_dev_remove (arg1 : * mut bch_fs , arg2 : * mut bch_dev , arg3 : :: std :: os :: raw :: c_int) -> :: std :: os :: raw :: c... | ^^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:760732 | 3 | ...:: c_int ; } extern "C" { pub fn bch2_dev_add (arg1 : * mut bch_fs , arg2 : * const :: std :: os :: raw :: c_char) -> :: std :: os :: ... | ^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:760873 | 3 | ...c_int ; } extern "C" { pub fn bch2_dev_online (arg1 : * mut bch_fs , arg2 : * const :: std :: os :: raw :: c_char) -> :: std :: os :: ... | ^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:761015 | 3 | ..._int ; } extern "C" { pub fn bch2_dev_offline (arg1 : * mut bch_fs , arg2 : * mut bch_dev , arg3 : :: std :: os :: raw :: c_int) -> ::... | ^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:761037 | 3 | ...pub fn bch2_dev_offline (arg1 : * mut bch_fs , arg2 : * mut bch_dev , arg3 : :: std :: os :: raw :: c_int) -> :: std :: os :: raw :: c... | ^^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:761170 | 3 | ...c_int ; } extern "C" { pub fn bch2_dev_resize (arg1 : * mut bch_fs , arg2 : * mut bch_dev , arg3 : u64_) -> :: std :: os :: raw :: c_i... | ^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:761192 | 3 | ... pub fn bch2_dev_resize (arg1 : * mut bch_fs , arg2 : * mut bch_dev , arg3 : u64_) -> :: std :: os :: raw :: c_int ; } extern "C" { pu... | ^^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:761301 | 3 | ...c_int ; } extern "C" { pub fn bch2_dev_lookup (arg1 : * mut bch_fs , arg2 : * const :: std :: os :: raw :: c_char) -> * mut bch_dev ; ... | ^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:761365 | 3 | ...fs , arg2 : * const :: std :: os :: raw :: c_char) -> * mut bch_dev ; } extern "C" { pub fn bch2_fs_emergency_read_only (arg1 : * mut ... | ^^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:761439 | 3 | ...tern "C" { pub fn bch2_fs_emergency_read_only (arg1 : * mut bch_fs) -> bool ; } extern "C" { pub fn bch2_fs_read_only (arg1 : * mut bc... | ^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:761511 | 3 | ...ool ; } extern "C" { pub fn bch2_fs_read_only (arg1 : * mut bch_fs) ; } extern "C" { pub fn bch2_fs_read_write (arg1 : * mut bch_fs) -... | ^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:761576 | 3 | ...s) ; } extern "C" { pub fn bch2_fs_read_write (arg1 : * mut bch_fs) -> :: std :: os :: raw :: c_int ; } extern "C" { pub fn bch2_fs_re... | ^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:761679 | 3 | ... extern "C" { pub fn bch2_fs_read_write_early (arg1 : * mut bch_fs) -> :: std :: os :: raw :: c_int ; } extern "C" { pub fn __bch2_fs_... | ^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:761772 | 3 | ... c_int ; } extern "C" { pub fn __bch2_fs_stop (arg1 : * mut bch_fs) ; } extern "C" { pub fn bch2_fs_free (arg1 : * mut bch_fs) ; } ext... | ^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:761831 | 3 | ... bch_fs) ; } extern "C" { pub fn bch2_fs_free (arg1 : * mut bch_fs) ; } extern "C" { pub fn bch2_fs_stop (arg1 : * mut bch_fs) ; } ext... | ^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:761890 | 3 | ... bch_fs) ; } extern "C" { pub fn bch2_fs_stop (arg1 : * mut bch_fs) ; } extern "C" { pub fn bch2_fs_start (arg1 : * mut bch_fs) -> :: ... | ^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:761950 | 3 | ...bch_fs) ; } extern "C" { pub fn bch2_fs_start (arg1 : * mut bch_fs) -> :: std :: os :: raw :: c_int ; } extern "C" { pub fn bch2_fs_op... | ^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:762146 | 3 | ...: :: std :: os :: raw :: c_uint , arg3 : bch_opts) -> * mut bch_fs ; } extern "C" { pub static bch2_member_error_strs : [* mut :: std ... | ^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:762312 | 3 | ... ; } extern "C" { pub fn bch2_sb_members_v2_init (c : * mut bch_fs) -> :: std :: os :: raw :: c_int ; } extern "C" { pub fn bch2_sb_me... | ^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:764204 | 3 | ... extern "C" { pub fn bch2_sb_members_from_cpu (arg1 : * mut bch_fs) ; } extern "C" { pub fn bch2_dev_io_errors_to_text (arg1 : * mut p... | ^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:764301 | 3 | ...dev_io_errors_to_text (arg1 : * mut printbuf , arg2 : * mut bch_dev) ; } extern "C" { pub fn bch2_dev_errors_reset (arg1 : * mut bch_d... | ^^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:764370 | 3 | ...; } extern "C" { pub fn bch2_dev_errors_reset (arg1 : * mut bch_dev) ; } extern "C" { pub fn bch2_version_to_text (arg1 : * mut printb... | ^^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:764678 | 3 | ...extern "C" { pub fn bch2_upgrade_recovery_passes (c : * mut bch_fs , arg1 : :: std :: os :: raw :: c_uint , arg2 : :: std :: os :: raw... | ^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:765300 | 3 | ...0usize] ; } extern "C" { pub fn bch2_sb_to_fs (arg1 : * mut bch_fs , arg2 : * mut bch_sb) -> :: std :: os :: raw :: c_int ; } extern "... | ^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:765416 | 3 | ...c_int ; } extern "C" { pub fn bch2_sb_from_fs (arg1 : * mut bch_fs , arg2 : * mut bch_dev) -> :: std :: os :: raw :: c_int ; } extern ... | ^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:765438 | 3 | ... pub fn bch2_sb_from_fs (arg1 : * mut bch_fs , arg2 : * mut bch_dev) -> :: std :: os :: raw :: c_int ; } extern "C" { pub fn bch2_free... | ^^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:765915 | 3 | ..._int ; } extern "C" { pub fn bch2_write_super (arg1 : * mut bch_fs) -> :: std :: os :: raw :: c_int ; } extern "C" { pub fn __bch2_che... | ^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:766018 | 3 | ... extern "C" { pub fn __bch2_check_set_feature (arg1 : * mut bch_fs , arg2 : :: std :: os :: raw :: c_uint) ; } extern "C" { pub fn bch... | ^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:766127 | 3 | ...} extern "C" { pub fn bch2_sb_maybe_downgrade (arg1 : * mut bch_fs) ; } extern "C" { pub fn bch2_sb_upgrade (arg1 : * mut bch_fs , arg... | ^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:766189 | 3 | ...h_fs) ; } extern "C" { pub fn bch2_sb_upgrade (arg1 : * mut bch_fs , arg2 : :: std :: os :: raw :: c_uint) ; } extern "C" { pub fn bch... | ^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:766793 | 3 | ...ch_csum ; } extern "C" { pub fn bch2_checksum (arg1 : * mut bch_fs , arg2 : :: std :: os :: raw :: c_uint , arg3 : nonce , arg4 : * co... | ^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:767370 | 3 | ...:: c_int ; } extern "C" { pub fn bch2_encrypt (arg1 : * mut bch_fs , arg2 : :: std :: os :: raw :: c_uint , arg3 : nonce , data : * mu... | ^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:767580 | 3 | ...int ; } extern "C" { pub fn bch2_checksum_bio (arg1 : * mut bch_fs , arg2 : :: std :: os :: raw :: c_uint , arg3 : nonce , arg4 : * mu... | ^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:767731 | 3 | ...m ; } extern "C" { pub fn bch2_rechecksum_bio (arg1 : * mut bch_fs , arg2 : * mut bio , arg3 : bversion , arg4 : bch_extent_crc_unpack... | ^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:768093 | 3 | ...nt ; } extern "C" { pub fn __bch2_encrypt_bio (arg1 : * mut bch_fs , arg2 : :: std :: os :: raw :: c_uint , arg3 : nonce , arg4 : * mu... | ^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:768334 | 3 | ...s ; } extern "C" { pub fn bch2_decrypt_sb_key (arg1 : * mut bch_fs , arg2 : * mut bch_sb_field_crypt , arg3 : * mut bch_key) -> :: std... | ^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:768493 | 3 | ...} extern "C" { pub fn bch2_disable_encryption (arg1 : * mut bch_fs) -> :: std :: os :: raw :: c_int ; } extern "C" { pub fn bch2_enabl... | ^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:768594 | 3 | ... } extern "C" { pub fn bch2_enable_encryption (arg1 : * mut bch_fs , arg2 : bool) -> :: std :: os :: raw :: c_int ; } extern "C" { pub... | ^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:768710 | 3 | ...} extern "C" { pub fn bch2_fs_encryption_exit (arg1 : * mut bch_fs) ; } extern "C" { pub fn bch2_fs_encryption_init (arg1 : * mut bch_... | ^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:768780 | 3 | ...} extern "C" { pub fn bch2_fs_encryption_init (arg1 : * mut bch_fs) -> :: std :: os :: raw :: c_int ; } extern "C" { pub static bch2_b... | ^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:772780 | 3 | ...ize))) ; } extern "C" { pub static bch2_bkey_null_ops : bkey_ops ; } extern "C" { pub fn bch2_bkey_val_invalid (arg1 : * mut bch_fs , ... | ^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:772843 | 3 | ...; } extern "C" { pub fn bch2_bkey_val_invalid (arg1 : * mut bch_fs , arg2 : bkey_s_c , arg3 : bkey_invalid_flags , arg4 : * mut printb... | ^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:773011 | 3 | ...t ; } extern "C" { pub fn __bch2_bkey_invalid (arg1 : * mut bch_fs , arg2 : bkey_s_c , arg3 : btree_node_type , arg4 : bkey_invalid_fl... | ^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:773202 | 3 | ...int ; } extern "C" { pub fn bch2_bkey_invalid (arg1 : * mut bch_fs , arg2 : bkey_s_c , arg3 : btree_node_type , arg4 : bkey_invalid_fl... | ^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:773399 | 3 | ...} extern "C" { pub fn bch2_bkey_in_btree_node (arg1 : * mut bch_fs , arg2 : * mut btree , arg3 : bkey_s_c , arg4 : * mut printbuf) -> ... | ^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:773421 | 3 | ... bch2_bkey_in_btree_node (arg1 : * mut bch_fs , arg2 : * mut btree , arg3 : bkey_s_c , arg4 : * mut printbuf) -> :: std :: os :: raw :... | ^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:773749 | 3 | ...b fn bch2_val_to_text (arg1 : * mut printbuf , arg2 : * mut bch_fs , arg3 : bkey_s_c) ; } extern "C" { pub fn bch2_bkey_val_to_text (a... | ^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:773859 | 3 | ...bch2_bkey_val_to_text (arg1 : * mut printbuf , arg2 : * mut bch_fs , arg3 : bkey_s_c) ; } extern "C" { pub fn bch2_bkey_swab_val (arg1... | ^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:774002 | 3 | ...) ; } extern "C" { pub fn bch2_bkey_normalize (arg1 : * mut bch_fs , arg2 : bkey_s) -> bool ; } extern "C" { pub fn bch2_bkey_merge (a... | ^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:774088 | 3 | ... bool ; } extern "C" { pub fn bch2_bkey_merge (arg1 : * mut bch_fs , arg2 : bkey_s , arg3 : bkey_s_c) -> bool ; } extern "C" { pub fn ... | ^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:774706 | 3 | ...extern "C" { pub fn bch2_recalc_btree_reserve (arg1 : * mut bch_fs) ; } extern "C" { pub fn bch2_btree_node_hash_remove (arg1 : * mut ... | ^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:774807 | 3 | ...ee_node_hash_remove (arg1 : * mut btree_cache , arg2 : * mut btree) ; } extern "C" { pub fn __bch2_btree_node_hash_insert (arg1 : * mu... | ^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:774909 | 3 | ...ee_node_hash_insert (arg1 : * mut btree_cache , arg2 : * mut btree) -> :: std :: os :: raw :: c_int ; } extern "C" { pub fn bch2_btree... | ^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:775041 | 3 | ...ee_node_hash_insert (arg1 : * mut btree_cache , arg2 : * mut btree , arg3 : :: std :: os :: raw :: c_uint , arg4 : btree_id) -> :: std... | ^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:775211 | 3 | ... { pub fn bch2_btree_cache_cannibalize_unlock (arg1 : * mut bch_fs) ; } extern "C" { pub fn bch2_btree_cache_cannibalize_lock (arg1 : ... | ^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:775291 | 3 | ...C" { pub fn bch2_btree_cache_cannibalize_lock (arg1 : * mut bch_fs , arg2 : * mut closure) -> :: std :: os :: raw :: c_int ; } extern ... | ^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:775420 | 3 | ...tern "C" { pub fn __bch2_btree_node_mem_alloc (arg1 : * mut bch_fs) -> * mut btree ; } extern "C" { pub fn bch2_btree_node_mem_alloc (... | ^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:775437 | 3 | ...n __bch2_btree_node_mem_alloc (arg1 : * mut bch_fs) -> * mut btree ; } extern "C" { pub fn bch2_btree_node_mem_alloc (arg1 : * mut btr... | ^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:775507 | 3 | ...tern "C" { pub fn bch2_btree_node_mem_alloc (arg1 : * mut btree_trans , arg2 : bool) -> * mut btree ; } extern "C" { pub fn bch2_btree... | ^^^^^^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:775543 | 3 | ..._mem_alloc (arg1 : * mut btree_trans , arg2 : bool) -> * mut btree ; } extern "C" { pub fn bch2_btree_node_get (arg1 : * mut btree_tra... | ^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:775607 | 3 | ...; } extern "C" { pub fn bch2_btree_node_get (arg1 : * mut btree_trans , arg2 : * mut btree_path , arg3 : * const bkey_i , arg4 : :: st... | ^^^^^^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:775634 | 3 | ...2_btree_node_get (arg1 : * mut btree_trans , arg2 : * mut btree_path , arg3 : * const bkey_i , arg4 : :: std :: os :: raw :: c_uint , ... | ^^^^^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:775781 | 3 | ..._lock_type , arg6 : :: std :: os :: raw :: c_ulong) -> * mut btree ; } extern "C" { pub fn bch2_btree_node_get_noiter (arg1 : * mut bt... | ^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:775852 | 3 | ...ern "C" { pub fn bch2_btree_node_get_noiter (arg1 : * mut btree_trans , arg2 : * const bkey_i , arg3 : btree_id , arg4 : :: std :: os ... | ^^^^^^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:775969 | 3 | ...arg4 : :: std :: os :: raw :: c_uint , arg5 : bool) -> * mut btree ; } extern "C" { pub fn bch2_btree_node_prefetch (arg1 : * mut btre... | ^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:776038 | 3 | ...xtern "C" { pub fn bch2_btree_node_prefetch (arg1 : * mut btree_trans , arg2 : * mut btree_path , arg3 : * const bkey_i , arg4 : btree... | ^^^^^^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:776065 | 3 | ...ee_node_prefetch (arg1 : * mut btree_trans , arg2 : * mut btree_path , arg3 : * const bkey_i , arg4 : btree_id , arg5 : :: std :: os :... | ^^^^^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:776250 | 3 | ...} extern "C" { pub fn bch2_btree_node_evict (arg1 : * mut btree_trans , arg2 : * const bkey_i) ; } extern "C" { pub fn bch2_fs_btree_c... | ^^^^^^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:776350 | 3 | ... extern "C" { pub fn bch2_fs_btree_cache_exit (arg1 : * mut bch_fs) ; } extern "C" { pub fn bch2_fs_btree_cache_init (arg1 : * mut bch... | ^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:776421 | 3 | ... extern "C" { pub fn bch2_fs_btree_cache_init (arg1 : * mut bch_fs) -> :: std :: os :: raw :: c_int ; } extern "C" { pub fn bch2_fs_bt... | ^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:776729 | 3 | ...ch2_btree_pos_to_text (arg1 : * mut printbuf , arg2 : * mut bch_fs , arg3 : * const btree) ; } extern "C" { pub fn bch2_btree_node_to_... | ^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:776751 | 3 | ...(arg1 : * mut printbuf , arg2 : * mut bch_fs , arg3 : * const btree) ; } extern "C" { pub fn bch2_btree_node_to_text (arg1 : * mut pri... | ^^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:776846 | 3 | ...h2_btree_node_to_text (arg1 : * mut printbuf , arg2 : * mut bch_fs , arg3 : * const btree) ; } extern "C" { pub fn bch2_btree_cache_to... | ^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:776868 | 3 | ...(arg1 : * mut printbuf , arg2 : * mut bch_fs , arg3 : * const btree) ; } extern "C" { pub fn bch2_btree_cache_to_text (arg1 : * mut pr... | ^^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:777038 | 3 | ...) ; } extern "C" { pub fn bch2_btree_keys_init (arg1 : * mut btree) ; } extern "C" { pub fn bch2_bset_init_first (arg1 : * mut btree ,... | ^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:777104 | 3 | ...) ; } extern "C" { pub fn bch2_bset_init_first (arg1 : * mut btree , arg2 : * mut bset) ; } extern "C" { pub fn bch2_bset_init_next (a... | ^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:777189 | 3 | ...) ; } extern "C" { pub fn bch2_bset_init_next (arg1 : * mut bch_fs , arg2 : * mut btree , arg3 : * mut btree_node_entry) ; } extern "C... | ^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:777211 | 3 | ...b fn bch2_bset_init_next (arg1 : * mut bch_fs , arg2 : * mut btree , arg3 : * mut btree_node_entry) ; } extern "C" { pub fn bch2_bset_... | ^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:777313 | 3 | ...} extern "C" { pub fn bch2_bset_build_aux_tree (arg1 : * mut btree , arg2 : * mut bset_tree , arg3 : bool) ; } extern "C" { pub fn bch... | ^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:777414 | 3 | ...bool) ; } extern "C" { pub fn bch2_bset_insert (arg1 : * mut btree , arg2 : * mut btree_node_iter , arg3 : * mut bkey_packed , arg4 : ... | ^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:777595 | 3 | ...uint) ; } extern "C" { pub fn bch2_bset_delete (arg1 : * mut btree , arg2 : * mut bkey_packed , arg3 : :: std :: os :: raw :: c_uint) ... | ^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:777724 | 3 | ...int) ; } extern "C" { pub fn bch2_bkey_to_bset (arg1 : * mut btree , arg2 : * mut bkey_packed) -> * mut bset_tree ; } extern "C" { pub... | ^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:777837 | 3 | ... ; } extern "C" { pub fn bch2_bkey_prev_filter (arg1 : * mut btree , arg2 : * mut bset_tree , arg3 : * mut bkey_packed , arg4 : :: std... | ^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:778051 | 3 | ..._node_iter_push (arg1 : * mut btree_node_iter , arg2 : * mut btree , arg3 : * const bkey_packed , arg4 : * const bkey_packed) ; } exte... | ^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:778211 | 3 | ..._node_iter_init (arg1 : * mut btree_node_iter , arg2 : * mut btree , arg3 : * mut bpos) ; } extern "C" { pub fn bch2_btree_node_iter_i... | ^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:778344 | 3 | ...init_from_start (arg1 : * mut btree_node_iter , arg2 : * mut btree) ; } extern "C" { pub fn bch2_btree_node_iter_bset_pos (arg1 : * mu... | ^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:778450 | 3 | ...e_iter_bset_pos (arg1 : * mut btree_node_iter , arg2 : * mut btree , arg3 : * mut bset_tree) -> * mut bkey_packed ; } extern "C" { pub... | ^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:778598 | 3 | ..._node_iter_sort (arg1 : * mut btree_node_iter , arg2 : * mut btree) ; } extern "C" { pub fn bch2_btree_node_iter_set_drop (arg1 : * mu... | ^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:778839 | 3 | ...de_iter_advance (arg1 : * mut btree_node_iter , arg2 : * mut btree) ; } extern "C" { pub fn bch2_btree_node_iter_prev_all (arg1 : * mu... | ^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:778945 | 3 | ...e_iter_prev_all (arg1 : * mut btree_node_iter , arg2 : * mut btree) -> * mut bkey_packed ; } extern "C" { pub fn bch2_btree_node_iter_... | ^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:779068 | 3 | ..._node_iter_prev (arg1 : * mut btree_node_iter , arg2 : * mut btree) -> * mut bkey_packed ; } extern "C" { pub fn bch2_btree_node_iter_... | ^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:779198 | 3 | ...ter_peek_unpack (arg1 : * mut btree_node_iter , arg2 : * mut btree , arg3 : * mut bkey) -> bkey_s_c ; } # [repr (C)] # [derive (Debug ... | ^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:781561 | 3 | ...; } extern "C" { pub fn bch2_btree_keys_stats (arg1 : * const btree , arg2 : * mut bset_stats) ; } extern "C" { pub fn bch2_bfloat_to_... | ^^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:781678 | 3 | ...fn bch2_bfloat_to_text (arg1 : * mut printbuf , arg2 : * mut btree , arg3 : * mut bkey_packed) ; } extern "C" { pub fn bch2_dump_bset ... | ^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:781765 | 3 | ...acked) ; } extern "C" { pub fn bch2_dump_bset (arg1 : * mut bch_fs , arg2 : * mut btree , arg3 : * mut bset , arg4 : :: std :: os :: r... | ^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:781787 | 3 | ... { pub fn bch2_dump_bset (arg1 : * mut bch_fs , arg2 : * mut btree , arg3 : * mut bset , arg4 : :: std :: os :: raw :: c_uint) ; } ext... | ^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:781912 | 3 | ... ; } extern "C" { pub fn bch2_dump_btree_node (arg1 : * mut bch_fs , arg2 : * mut btree) ; } extern "C" { pub fn bch2_dump_btree_node_... | ^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:781934 | 3 | ... fn bch2_dump_btree_node (arg1 : * mut bch_fs , arg2 : * mut btree) ; } extern "C" { pub fn bch2_dump_btree_node_iter (arg1 : * mut bt... | ^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:782005 | 3 | ... extern "C" { pub fn bch2_dump_btree_node_iter (arg1 : * mut btree , arg2 : * mut btree_node_iter) ; } extern "C" { pub fn __bch2_btre... | ^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:782111 | 3 | ... "C" { pub fn __bch2_btree_trans_sort_paths (arg1 : * mut btree_trans) ; } extern "C" { pub fn __bch2_btree_path_make_mut (arg1 : * mu... | ^^^^^^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:782189 | 3 | ...ern "C" { pub fn __bch2_btree_path_make_mut (arg1 : * mut btree_trans , arg2 : * mut btree_path , arg3 : bool , arg4 : :: std :: os ::... | ^^^^^^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:782216 | 3 | ...ee_path_make_mut (arg1 : * mut btree_trans , arg2 : * mut btree_path , arg3 : bool , arg4 : :: std :: os :: raw :: c_ulong) -> * mut b... | ^^^^^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:782291 | 3 | ... : bool , arg4 : :: std :: os :: raw :: c_ulong) -> * mut btree_path ; } extern "C" { pub fn __bch2_btree_path_set_pos (arg1 : * mut b... | ^^^^^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:782366 | 3 | ...tern "C" { pub fn __bch2_btree_path_set_pos (arg1 : * mut btree_trans , arg2 : * mut btree_path , arg3 : bpos , arg4 : bool , arg5 : :... | ^^^^^^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:782393 | 3 | ...ree_path_set_pos (arg1 : * mut btree_trans , arg2 : * mut btree_path , arg3 : bpos , arg4 : bool , arg5 : :: std :: os :: raw :: c_ulo... | ^^^^^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:782520 | 3 | ...: c_ulong , arg6 : :: std :: os :: raw :: c_int) -> * mut btree_path ; } extern "C" { pub fn bch2_btree_path_traverse_one (arg1 : * mu... | ^^^^^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:782598 | 3 | ...n "C" { pub fn bch2_btree_path_traverse_one (arg1 : * mut btree_trans , arg2 : * mut btree_path , arg3 : :: std :: os :: raw :: c_uint... | ^^^^^^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:782625 | 3 | ...ath_traverse_one (arg1 : * mut btree_trans , arg2 : * mut btree_path , arg3 : :: std :: os :: raw :: c_uint , arg4 : :: std :: os :: r... | ^^^^^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:782800 | 3 | ...c_int ; } extern "C" { pub fn bch2_path_get (arg1 : * mut btree_trans , arg2 : btree_id , arg3 : bpos , arg4 : :: std :: os :: raw :: ... | ^^^^^^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:783011 | 3 | ... c_uint , arg7 : :: std :: os :: raw :: c_ulong) -> * mut btree_path ; } extern "C" { pub fn bch2_btree_path_peek_slot (arg1 : * mut b... | ^^^^^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:783086 | 3 | ...tern "C" { pub fn bch2_btree_path_peek_slot (arg1 : * mut btree_path , arg2 : * mut bkey) -> bkey_s_c ; } extern "C" { pub fn bch2_btr... | ^^^^^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:783197 | 3 | ...n "C" { pub fn bch2_btree_journal_peek_slot (arg1 : * mut btree_trans , arg2 : * mut btree_iter , arg3 : bpos) -> * mut bkey_i ; } ext... | ^^^^^^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:783224 | 3 | ...ournal_peek_slot (arg1 : * mut btree_trans , arg2 : * mut btree_iter , arg3 : bpos) -> * mut bkey_i ; } extern "C" { pub fn bch2_btree... | ^^^^^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:783331 | 3 | ...ern "C" { pub fn bch2_btree_path_level_init (arg1 : * mut btree_trans , arg2 : * mut btree_path , arg3 : * mut btree) ; } extern "C" {... | ^^^^^^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:783358 | 3 | ..._path_level_init (arg1 : * mut btree_trans , arg2 : * mut btree_path , arg3 : * mut btree) ; } extern "C" { pub fn __bch2_trans_mutex_... | ^^^^^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:783384 | 3 | ...: * mut btree_trans , arg2 : * mut btree_path , arg3 : * mut btree) ; } extern "C" { pub fn __bch2_trans_mutex_lock (arg1 : * mut btre... | ^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:783453 | 3 | ...extern "C" { pub fn __bch2_trans_mutex_lock (arg1 : * mut btree_trans , arg2 : * mut mutex) -> :: std :: os :: raw :: c_int ; } extern... | ^^^^^^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:783591 | 3 | ... { pub fn bch2_btree_path_fix_key_modified (trans : * mut btree_trans , arg1 : * mut btree , arg2 : * mut bkey_packed) ; } extern "C" ... | ^^^^^^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:783618 | 3 | ...h_fix_key_modified (trans : * mut btree_trans , arg1 : * mut btree , arg2 : * mut bkey_packed) ; } extern "C" { pub fn bch2_btree_node... | ^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:783716 | 3 | ...tern "C" { pub fn bch2_btree_node_iter_fix (trans : * mut btree_trans , arg1 : * mut btree_path , arg2 : * mut btree , arg3 : * mut bt... | ^^^^^^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:783743 | 3 | ...e_node_iter_fix (trans : * mut btree_trans , arg1 : * mut btree_path , arg2 : * mut btree , arg3 : * mut btree_node_iter , arg4 : * mu... | ^^^^^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:783769 | 3 | ...: * mut btree_trans , arg1 : * mut btree_path , arg2 : * mut btree , arg3 : * mut btree_node_iter , arg4 : * mut bkey_packed , arg5 : ... | ^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:783980 | 3 | ... "C" { pub fn bch2_btree_path_relock_intent (arg1 : * mut btree_trans , arg2 : * mut btree_path) -> :: std :: os :: raw :: c_int ; } e... | ^^^^^^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:784007 | 3 | ...th_relock_intent (arg1 : * mut btree_trans , arg2 : * mut btree_path) -> :: std :: os :: raw :: c_int ; } extern "C" { pub fn bch2_pat... | ^^^^^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:784103 | 3 | ...c_int ; } extern "C" { pub fn bch2_path_put (arg1 : * mut btree_trans , arg2 : * mut btree_path , arg3 : bool) ; } extern "C" { pub fn... | ^^^^^^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:784130 | 3 | ...fn bch2_path_put (arg1 : * mut btree_trans , arg2 : * mut btree_path , arg3 : bool) ; } extern "C" { pub fn bch2_trans_relock (arg1 : ... | ^^^^^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:784212 | 3 | ...) ; } extern "C" { pub fn bch2_trans_relock (arg1 : * mut btree_trans) -> :: std :: os :: raw :: c_int ; } extern "C" { pub fn bch2_tr... | ^^^^^^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:784321 | 3 | ...tern "C" { pub fn bch2_trans_relock_notrace (arg1 : * mut btree_trans) -> :: std :: os :: raw :: c_int ; } extern "C" { pub fn bch2_tr... | ^^^^^^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:784422 | 3 | ...t ; } extern "C" { pub fn bch2_trans_unlock (arg1 : * mut btree_trans) ; } extern "C" { pub fn bch2_trans_unlock_long (arg1 : * mut bt... | ^^^^^^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:784496 | 3 | ... extern "C" { pub fn bch2_trans_unlock_long (arg1 : * mut btree_trans) ; } extern "C" { pub fn bch2_trans_locked (arg1 : * mut btree_t... | ^^^^^^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:784565 | 3 | ...) ; } extern "C" { pub fn bch2_trans_locked (arg1 : * mut btree_trans) -> bool ; } extern "C" { pub fn bch2_trans_restart_error (arg1 ... | ^^^^^^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:784649 | 3 | ...xtern "C" { pub fn bch2_trans_restart_error (arg1 : * mut btree_trans , arg2 : u32_) -> ! ; } extern "C" { pub fn bch2_trans_in_restar... | ^^^^^^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:784747 | 3 | ...rn "C" { pub fn bch2_trans_in_restart_error (arg1 : * mut btree_trans) -> ! ; } extern "C" { pub fn bch2_btree_node_upgrade (arg1 : * ... | ^^^^^^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:784827 | 3 | ...extern "C" { pub fn bch2_btree_node_upgrade (arg1 : * mut btree_trans , arg2 : * mut btree_path , arg3 : :: std :: os :: raw :: c_uint... | ^^^^^^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:784854 | 3 | ...ree_node_upgrade (arg1 : * mut btree_trans , arg2 : * mut btree_path , arg3 : :: std :: os :: raw :: c_uint) -> bool ; } extern "C" { ... | ^^^^^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:784979 | 3 | ...rn "C" { pub fn __bch2_btree_path_downgrade (arg1 : * mut btree_trans , arg2 : * mut btree_path , arg3 : :: std :: os :: raw :: c_uint... | ^^^^^^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:785006 | 3 | ...e_path_downgrade (arg1 : * mut btree_trans , arg2 : * mut btree_path , arg3 : :: std :: os :: raw :: c_uint) ; } extern "C" { pub fn b... | ^^^^^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:785116 | 3 | ... } extern "C" { pub fn bch2_trans_downgrade (arg1 : * mut btree_trans) ; } extern "C" { pub fn bch2_trans_node_add (trans : * mut btre... | ^^^^^^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:785188 | 3 | ... } extern "C" { pub fn bch2_trans_node_add (trans : * mut btree_trans , arg1 : * mut btree) ; } extern "C" { pub fn bch2_trans_node_re... | ^^^^^^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:785215 | 3 | ...ch2_trans_node_add (trans : * mut btree_trans , arg1 : * mut btree) ; } extern "C" { pub fn bch2_trans_node_reinit_iter (arg1 : * mut ... | ^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:785288 | 3 | ...rn "C" { pub fn bch2_trans_node_reinit_iter (arg1 : * mut btree_trans , arg2 : * mut btree) ; } extern "C" { pub fn __bch2_btree_iter_... | ^^^^^^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:785315 | 3 | ...ns_node_reinit_iter (arg1 : * mut btree_trans , arg2 : * mut btree) ; } extern "C" { pub fn __bch2_btree_iter_traverse (iter : * mut b... | ^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:785387 | 3 | ...ern "C" { pub fn __bch2_btree_iter_traverse (iter : * mut btree_iter) -> :: std :: os :: raw :: c_int ; } extern "C" { pub fn bch2_btr... | ^^^^^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:785494 | 3 | ...xtern "C" { pub fn bch2_btree_iter_traverse (arg1 : * mut btree_iter) -> :: std :: os :: raw :: c_int ; } extern "C" { pub fn bch2_btr... | ^^^^^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:785602 | 3 | ...tern "C" { pub fn bch2_btree_iter_peek_node (arg1 : * mut btree_iter) -> * mut btree ; } extern "C" { pub fn bch2_btree_iter_peek_node... | ^^^^^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:785623 | 3 | ...bch2_btree_iter_peek_node (arg1 : * mut btree_iter) -> * mut btree ; } extern "C" { pub fn bch2_btree_iter_peek_node_and_restart (arg1... | ^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:785705 | 3 | ...ub fn bch2_btree_iter_peek_node_and_restart (arg1 : * mut btree_iter) -> * mut btree ; } extern "C" { pub fn bch2_btree_iter_next_node... | ^^^^^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:785726 | 3 | ...ter_peek_node_and_restart (arg1 : * mut btree_iter) -> * mut btree ; } extern "C" { pub fn bch2_btree_iter_next_node (arg1 : * mut btr... | ^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:785796 | 3 | ...tern "C" { pub fn bch2_btree_iter_next_node (arg1 : * mut btree_iter) -> * mut btree ; } extern "C" { pub fn bch2_btree_iter_peek_upto... | ^^^^^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:785817 | 3 | ...bch2_btree_iter_next_node (arg1 : * mut btree_iter) -> * mut btree ; } extern "C" { pub fn bch2_btree_iter_peek_upto (arg1 : * mut btr... | ^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:785887 | 3 | ...tern "C" { pub fn bch2_btree_iter_peek_upto (arg1 : * mut btree_iter , arg2 : bpos) -> bkey_s_c ; } extern "C" { pub fn bch2_btree_ite... | ^^^^^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:785984 | 3 | ... } extern "C" { pub fn bch2_btree_iter_next (arg1 : * mut btree_iter) -> bkey_s_c ; } extern "C" { pub fn bch2_btree_iter_peek_all_lev... | ^^^^^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:786078 | 3 | ...C" { pub fn bch2_btree_iter_peek_all_levels (arg1 : * mut btree_iter) -> bkey_s_c ; } extern "C" { pub fn bch2_btree_iter_peek_prev (a... | ^^^^^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:786166 | 3 | ...tern "C" { pub fn bch2_btree_iter_peek_prev (arg1 : * mut btree_iter) -> bkey_s_c ; } extern "C" { pub fn bch2_btree_iter_prev (arg1 :... | ^^^^^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:786249 | 3 | ... } extern "C" { pub fn bch2_btree_iter_prev (arg1 : * mut btree_iter) -> bkey_s_c ; } extern "C" { pub fn bch2_btree_iter_peek_slot (a... | ^^^^^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:786337 | 3 | ...tern "C" { pub fn bch2_btree_iter_peek_slot (arg1 : * mut btree_iter) -> bkey_s_c ; } extern "C" { pub fn bch2_btree_iter_next_slot (a... | ^^^^^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:786425 | 3 | ...tern "C" { pub fn bch2_btree_iter_next_slot (arg1 : * mut btree_iter) -> bkey_s_c ; } extern "C" { pub fn bch2_btree_iter_prev_slot (a... | ^^^^^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:786513 | 3 | ...tern "C" { pub fn bch2_btree_iter_prev_slot (arg1 : * mut btree_iter) -> bkey_s_c ; } extern "C" { pub fn bch2_btree_iter_advance (arg... | ^^^^^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:786599 | 3 | ...extern "C" { pub fn bch2_btree_iter_advance (arg1 : * mut btree_iter) -> bool ; } extern "C" { pub fn bch2_btree_iter_rewind (arg1 : *... | ^^^^^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:786680 | 3 | ... extern "C" { pub fn bch2_btree_iter_rewind (arg1 : * mut btree_iter) -> bool ; } extern "C" { pub fn bch2_trans_iter_exit (arg1 : * m... | ^^^^^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:786759 | 3 | ... } extern "C" { pub fn bch2_trans_iter_exit (arg1 : * mut btree_trans , arg2 : * mut btree_iter) ; } extern "C" { pub fn bch2_trans_it... | ^^^^^^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:786786 | 3 | ..._trans_iter_exit (arg1 : * mut btree_trans , arg2 : * mut btree_iter) ; } extern "C" { pub fn bch2_trans_iter_init_outlined (arg1 : * ... | ^^^^^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:786866 | 3 | ... "C" { pub fn bch2_trans_iter_init_outlined (arg1 : * mut btree_trans , arg2 : * mut btree_iter , arg3 : btree_id , arg4 : bpos , arg5... | ^^^^^^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:786893 | 3 | ...er_init_outlined (arg1 : * mut btree_trans , arg2 : * mut btree_iter , arg3 : btree_id , arg4 : bpos , arg5 : :: std :: os :: raw :: c... | ^^^^^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:787040 | 3 | ...tern "C" { pub fn bch2_trans_node_iter_init (arg1 : * mut btree_trans , arg2 : * mut btree_iter , arg3 : btree_id , arg4 : bpos , arg5... | ^^^^^^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:787067 | 3 | ...s_node_iter_init (arg1 : * mut btree_trans , arg2 : * mut btree_iter , arg3 : btree_id , arg4 : bpos , arg5 : :: std :: os :: raw :: c... | ^^^^^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:787287 | 3 | ... } extern "C" { pub fn bch2_trans_copy_iter (arg1 : * mut btree_iter , arg2 : * mut btree_iter) ; } extern "C" { pub fn __bch2_trans_k... | ^^^^^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:787313 | 3 | ...2_trans_copy_iter (arg1 : * mut btree_iter , arg2 : * mut btree_iter) ; } extern "C" { pub fn __bch2_trans_kmalloc (arg1 : * mut btree... | ^^^^^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:787384 | 3 | ... } extern "C" { pub fn __bch2_trans_kmalloc (arg1 : * mut btree_trans , arg2 : usize) -> * mut :: std :: os :: raw :: c_void ; } exter... | ^^^^^^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:787512 | 3 | ... extern "C" { pub fn bch2_trans_srcu_unlock (arg1 : * mut btree_trans) ; } extern "C" { pub fn bch2_trans_srcu_lock (arg1 : * mut btre... | ^^^^^^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:787584 | 3 | ... } extern "C" { pub fn bch2_trans_srcu_lock (arg1 : * mut btree_trans) ; } extern "C" { pub fn bch2_trans_begin (arg1 : * mut btree_tr... | ^^^^^^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:787652 | 3 | ...s) ; } extern "C" { pub fn bch2_trans_begin (arg1 : * mut btree_trans) -> u32_ ; } extern "C" { pub fn bch2_btree_iter_peek_and_restar... | ^^^^^^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:787753 | 3 | ...n bch2_btree_iter_peek_and_restart_outlined (arg1 : * mut btree_iter) -> bkey_s_c ; } extern "C" { pub fn bch2_trans_updates_to_text (... | ^^^^^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:787866 | 3 | ...ans_updates_to_text (arg1 : * mut printbuf , arg2 : * mut btree_trans) ; } extern "C" { pub fn bch2_btree_path_to_text (arg1 : * mut p... | ^^^^^^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:787965 | 3 | ..._btree_path_to_text (arg1 : * mut printbuf , arg2 : * mut btree_path) ; } extern "C" { pub fn bch2_trans_paths_to_text (arg1 : * mut p... | ^^^^^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:788064 | 3 | ...trans_paths_to_text (arg1 : * mut printbuf , arg2 : * mut btree_trans) ; } extern "C" { pub fn bch2_dump_trans_updates (arg1 : * mut b... | ^^^^^^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:788139 | 3 | ...extern "C" { pub fn bch2_dump_trans_updates (arg1 : * mut btree_trans) ; } extern "C" { pub fn bch2_dump_trans_paths_updates (arg1 : *... | ^^^^^^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:788220 | 3 | ... "C" { pub fn bch2_dump_trans_paths_updates (arg1 : * mut btree_trans) ; } extern "C" { pub fn __bch2_trans_get (arg1 : * mut bch_fs ,... | ^^^^^^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:788288 | 3 | ...ans) ; } extern "C" { pub fn __bch2_trans_get (arg1 : * mut bch_fs , arg2 : :: std :: os :: raw :: c_uint) -> * mut btree_trans ; } ex... | ^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:788344 | 3 | ...t bch_fs , arg2 : :: std :: os :: raw :: c_uint) -> * mut btree_trans ; } extern "C" { pub fn bch2_trans_put (arg1 : * mut btree_trans... | ^^^^^^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:788409 | 3 | ...rans ; } extern "C" { pub fn bch2_trans_put (arg1 : * mut btree_trans) ; } extern "C" { pub static mut bch2_btree_transaction_fns : [*... | ^^^^^^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:788747 | 3 | ...btree_trans_to_text (arg1 : * mut printbuf , arg2 : * mut btree_trans) ; } extern "C" { pub fn bch2_fs_btree_iter_exit (arg1 : * mut b... | ^^^^^^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:788822 | 3 | ...} extern "C" { pub fn bch2_fs_btree_iter_exit (arg1 : * mut bch_fs) ; } extern "C" { pub fn bch2_fs_btree_iter_init (arg1 : * mut bch_... | ^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:788892 | 3 | ...} extern "C" { pub fn bch2_fs_btree_iter_init (arg1 : * mut bch_fs) -> :: std :: os :: raw :: c_int ; } extern "C" { pub fn __bch2_btr... | ^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:788990 | 3 | ...t ; } extern "C" { pub fn __bch2_btree_verify (arg1 : * mut bch_fs , arg2 : * mut btree) ; } extern "C" { pub fn bch2_btree_node_ondis... | ^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:789012 | 3 | ...b fn __bch2_btree_verify (arg1 : * mut bch_fs , arg2 : * mut btree) ; } extern "C" { pub fn bch2_btree_node_ondisk_to_text (arg1 : * m... | ^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:789112 | 3 | ...e_node_ondisk_to_text (arg1 : * mut printbuf , arg2 : * mut bch_fs , arg3 : * const btree) ; } extern "C" { pub fn bch2_debug_exit () ... | ^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:789134 | 3 | ...(arg1 : * mut printbuf , arg2 : * mut bch_fs , arg3 : * const btree) ; } extern "C" { pub fn bch2_debug_exit () ; } extern "C" { pub f... | ^^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:800988 | 3 | ...s ; } extern "C" { pub fn bch2_sb_error_count (arg1 : * mut bch_fs , arg2 : bch_sb_error_id) ; } extern "C" { pub fn bch2_sb_errors_fr... | ^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:801083 | 3 | ...} extern "C" { pub fn bch2_sb_errors_from_cpu (arg1 : * mut bch_fs) ; } extern "C" { pub fn bch2_fs_sb_errors_exit (arg1 : * mut bch_f... | ^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:801152 | 3 | ... } extern "C" { pub fn bch2_fs_sb_errors_exit (arg1 : * mut bch_fs) ; } extern "C" { pub fn bch2_fs_sb_errors_init_early (arg1 : * mut... | ^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:801227 | 3 | ...ern "C" { pub fn bch2_fs_sb_errors_init_early (arg1 : * mut bch_fs) ; } extern "C" { pub fn bch2_fs_sb_errors_init (arg1 : * mut bch_f... | ^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:801296 | 3 | ... } extern "C" { pub fn bch2_fs_sb_errors_init (arg1 : * mut bch_fs) -> :: std :: os :: raw :: c_int ; } extern "C" { pub fn bch2_incon... | ^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:801398 | 3 | ...} extern "C" { pub fn bch2_inconsistent_error (arg1 : * mut bch_fs) -> bool ; } extern "C" { pub fn bch2_topology_error (arg1 : * mut ... | ^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:801472 | 3 | ...l ; } extern "C" { pub fn bch2_topology_error (arg1 : * mut bch_fs) ; } # [repr (u32)] # [non_exhaustive] # [derive (Debug , Copy , Cl... | ^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:801738 | 3 | ...MIT = 8 , } extern "C" { pub fn bch2_fsck_err (arg1 : * mut bch_fs , arg2 : bch_fsck_flags , arg3 : bch_sb_error_id , arg4 : * const :... | ^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:801939 | 3 | ... ; } extern "C" { pub fn bch2_flush_fsck_errs (arg1 : * mut bch_fs) ; } extern "C" { pub fn bch2_fatal_error (arg1 : * mut bch_fs) ; }... | ^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:802002 | 3 | ..._fs) ; } extern "C" { pub fn bch2_fatal_error (arg1 : * mut bch_fs) ; } extern "C" { pub fn bch2_io_error_work (arg1 : * mut work_stru... | ^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src/target/release/build/bch_bindgen-32ebecb87a3763e9/out/bcachefs.rs:3:802132 | 3 | ...struct) ; } extern "C" { pub fn bch2_io_error (arg1 : * mut bch_dev , arg2 : bch_member_error_type) ; } # [repr (C)] # [derive (Copy ,... | ^^^^^^^^^^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI warning: `bch_bindgen` (lib) generated 256 warnings (run `cargo fix --lib -p bch_bindgen` to apply 1 suggestion) Compiling bcachefs-rust v0.3.1 (/home/buildozer/aports/community/bcachefs-tools/src/bcachefs-tools-1.3.3/rust-src) Finished release [optimized] target(s) in 49.05s [LD] bcachefs >>> bcachefs-tools: Entering fakeroot... install -m0755 -D bcachefs -t /home/buildozer/aports/community/bcachefs-tools/pkg/bcachefs-tools/usr/sbin install -m0644 -D bcachefs.8 -t /home/buildozer/aports/community/bcachefs-tools/pkg/bcachefs-tools/usr/share/man/man8/ install -m0755 -D initramfs/script /home/buildozer/aports/community/bcachefs-tools/pkg/bcachefs-tools/usr/share/initramfs-tools/scripts/local-premount/bcachefs install -m0755 -D initramfs/hook /home/buildozer/aports/community/bcachefs-tools/pkg/bcachefs-tools/usr/share/initramfs-tools/hooks/bcachefs ln -sfr /home/buildozer/aports/community/bcachefs-tools/pkg/bcachefs-tools/usr/sbin/bcachefs /home/buildozer/aports/community/bcachefs-tools/pkg/bcachefs-tools/usr/sbin/mkfs.bcachefs ln -sfr /home/buildozer/aports/community/bcachefs-tools/pkg/bcachefs-tools/usr/sbin/bcachefs /home/buildozer/aports/community/bcachefs-tools/pkg/bcachefs-tools/usr/sbin/fsck.bcachefs ln -sfr /home/buildozer/aports/community/bcachefs-tools/pkg/bcachefs-tools/usr/sbin/bcachefs /home/buildozer/aports/community/bcachefs-tools/pkg/bcachefs-tools/usr/sbin/mount.bcachefs ln -sfr /home/buildozer/aports/community/bcachefs-tools/pkg/bcachefs-tools/usr/sbin/bcachefs /home/buildozer/aports/community/bcachefs-tools/pkg/bcachefs-tools/usr/sbin/mkfs.fuse.bcachefs ln -sfr /home/buildozer/aports/community/bcachefs-tools/pkg/bcachefs-tools/usr/sbin/bcachefs /home/buildozer/aports/community/bcachefs-tools/pkg/bcachefs-tools/usr/sbin/fsck.fuse.bcachefs ln -sfr /home/buildozer/aports/community/bcachefs-tools/pkg/bcachefs-tools/usr/sbin/bcachefs /home/buildozer/aports/community/bcachefs-tools/pkg/bcachefs-tools/usr/sbin/mount.fuse.bcachefs sed -i '/^# Note: make install replaces/,$d' /home/buildozer/aports/community/bcachefs-tools/pkg/bcachefs-tools/usr/share/initramfs-tools/hooks/bcachefs echo "copy_exec /usr/sbin/bcachefs /sbin/bcachefs" >> /home/buildozer/aports/community/bcachefs-tools/pkg/bcachefs-tools/usr/share/initramfs-tools/hooks/bcachefs >>> bcachefs-tools-doc*: Running split function doc... >>> bcachefs-tools-doc*: Preparing subpackage bcachefs-tools-doc... >>> bcachefs-tools-doc*: Running postcheck for bcachefs-tools-doc >>> bcachefs-tools*: Running postcheck for bcachefs-tools >>> bcachefs-tools*: Preparing package bcachefs-tools... >>> bcachefs-tools*: Stripping binaries >>> bcachefs-tools-doc*: Scanning shared objects >>> bcachefs-tools*: Scanning shared objects >>> bcachefs-tools-doc*: Tracing dependencies... >>> bcachefs-tools-doc*: Package size: 24.0 KB >>> bcachefs-tools-doc*: Compressing data... >>> bcachefs-tools-doc*: Create checksum... >>> bcachefs-tools-doc*: Create bcachefs-tools-doc-1.3.3-r0.apk >>> bcachefs-tools*: Tracing dependencies... so:libaio.so.1 so:libblkid.so.1 so:libc.musl-ppc64le.so.1 so:libgcc_s.so.1 so:libkeyutils.so.1 so:liblz4.so.1 so:libsodium.so.26 so:libudev.so.1 so:liburcu-common.so.8 so:liburcu.so.8 so:libuuid.so.1 so:libz.so.1 so:libzstd.so.1 >>> bcachefs-tools*: Package size: 2.5 MB >>> bcachefs-tools*: Compressing data... >>> bcachefs-tools*: Create checksum... >>> bcachefs-tools*: Create bcachefs-tools-1.3.3-r0.apk >>> bcachefs-tools: Build complete at Mon, 20 Nov 2023 07:50:37 +0000 elapsed time 0h 2m 18s >>> bcachefs-tools: Cleaning up srcdir >>> bcachefs-tools: Cleaning up pkgdir >>> bcachefs-tools: Uninstalling dependencies... (1/61) Purging .makedepends-bcachefs-tools (20231120.074820) (2/61) Purging cargo (1.72.1-r0) (3/61) Purging rust (1.72.1-r0) (4/61) Purging clang17-dev (17.0.4-r0) (5/61) Purging clang17-extra-tools (17.0.4-r0) (6/61) Purging clang17 (17.0.4-r0) (7/61) Purging clang17-libclang (17.0.4-r0) (8/61) Purging clang17-headers (17.0.4-r0) (9/61) Purging clang17-libs (17.0.4-r0) (10/61) Purging coreutils (9.4-r1) Executing coreutils-9.4-r1.post-deinstall (11/61) Purging coreutils-env (9.4-r1) (12/61) Purging coreutils-fmt (9.4-r1) (13/61) Purging coreutils-sha512sum (9.4-r1) (14/61) Purging libaio-dev (0.3.113-r2) (15/61) Purging libaio (0.3.113-r2) (16/61) Purging libsodium-dev (1.0.19-r0) (17/61) Purging libsodium (1.0.19-r0) (18/61) Purging llvm17-dev (17.0.4-r1) (19/61) Purging llvm17 (17.0.4-r1) (20/61) Purging llvm17-linker-tools (17.0.4-r1) (21/61) Purging libffi-dev (3.4.4-r3) (22/61) Purging linux-headers (6.5-r0) (23/61) Purging zlib-dev (1.3-r2) (24/61) Purging llvm17-test-utils-pyc (17.0.4-r1) (25/61) Purging llvm17-test-utils (17.0.4-r1) (26/61) Purging llvm17-libs (17.0.4-r1) (27/61) Purging eudev-dev (3.2.14-r0) (28/61) Purging eudev-openrc (3.2.14-r0) (29/61) Purging eudev (3.2.14-r0) (30/61) Purging udev-init-scripts-openrc (35-r1) (31/61) Purging udev-init-scripts (35-r1) (32/61) Purging eudev-libs (3.2.14-r0) (33/61) Purging util-linux-dev (2.39.2-r0) (34/61) Purging libfdisk (2.39.2-r0) (35/61) Purging libmount (2.39.2-r0) (36/61) Purging libsmartcols (2.39.2-r0) (37/61) Purging libuuid (2.39.2-r0) (38/61) Purging keyutils-dev (1.6.3-r3) (39/61) Purging keyutils-libs (1.6.3-r3) (40/61) Purging lz4-dev (1.9.4-r5) (41/61) Purging userspace-rcu-dev (0.14.0-r2) (42/61) Purging userspace-rcu (0.14.0-r2) (43/61) Purging zstd-dev (1.5.5-r8) (44/61) Purging zstd (1.5.5-r8) (45/61) Purging kmod-libs (31-r0) (46/61) Purging libblkid (2.39.2-r0) (47/61) Purging llvm16-libs (16.0.6-r7) (48/61) Purging python3-pyc (3.11.6-r1) (49/61) Purging python3-pycache-pyc0 (3.11.6-r1) (50/61) Purging pyc (3.11.6-r1) (51/61) Purging scudo-malloc (17.0.4-r0) (52/61) Purging utmps-libs (0.1.2.2-r0) (53/61) Purging python3 (3.11.6-r1) (54/61) Purging gdbm (1.23-r1) (55/61) Purging libffi (3.4.4-r3) (56/61) Purging libpanelw (6.4_p20231007-r0) (57/61) Purging libxml2 (2.11.6-r0) (58/61) Purging mpdecimal (2.5.1-r2) (59/61) Purging readline (8.2.1-r2) (60/61) Purging skalibs (2.14.0.1-r0) (61/61) Purging sqlite-libs (3.44.0-r0) Executing busybox-1.36.1-r15.trigger OK: 265 MiB in 107 packages >>> bcachefs-tools: Updating the community/ppc64le repository index... >>> bcachefs-tools: Signing the index...