# rustc version rustc 1.90.0-nightly (9982d6462 2025-07-20)
# docs.rs version docsrs 0.6.0 (c1135d19 2025-07-02)
# build log [INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder/builds/isoalloc-0.2.9/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/isoalloc-0.2.9/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace-builder/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace-builder/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "DOCS_RS=1" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "6442450944" "--cpus" "6" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:cf8efcab8866f2cf4285301c7418e2f4f2a9b088c91ba69c40d5b659f81557f7" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--output-format\", \"json\", \"--static-root-path\", \"/-/rustdoc.static/\", \"--cap-lints\", \"warn\", \"--extern-html-root-takes-precedence\"]" "--offline" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs/{pkg_name}/{version}/i686-unknown-linux-gnu\"" "-Zrustdoc-scrape-examples" "-j6" "--target" "i686-unknown-linux-gnu", kill_on_drop: false }` [INFO] [stdout] 59f3d537c80f91c988da85797bb125b89a558d8f9a059cf1924dbc831b1c9555 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "59f3d537c80f91c988da85797bb125b89a558d8f9a059cf1924dbc831b1c9555", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op [INFO] [stderr] Compiling libisoalloc-sys v0.2.9 [INFO] [stderr] warning: libisoalloc-sys@0.2.9: In file included from isoalloc/src/iso_alloc.c:4: [INFO] [stderr] warning: libisoalloc-sys@0.2.9: isoalloc/include/iso_alloc_internal.h:11: warning: ignoring '#pragma error ' [-Wunknown-pragmas] [INFO] [stderr] warning: libisoalloc-sys@0.2.9: 11 | #pragma error "IsoAlloc is untested and unsupported on 32 bit platforms" [INFO] [stderr] warning: libisoalloc-sys@0.2.9: | [INFO] [stderr] warning: libisoalloc-sys@0.2.9: isoalloc/include/iso_alloc_internal.h:12:8: error: expected declaration specifiers or '...' before 'sizeof' [INFO] [stderr] warning: libisoalloc-sys@0.2.9: 12 | assert(sizeof(size_t) >= 64) [INFO] [stderr] warning: libisoalloc-sys@0.2.9: | ^~~~~~ [INFO] [stderr] warning: libisoalloc-sys@0.2.9: In file included from isoalloc/include/iso_alloc_internal.h:64: [INFO] [stderr] warning: libisoalloc-sys@0.2.9: isoalloc/include/iso_alloc.h:12: warning: ignoring '#pragma error ' [-Wunknown-pragmas] [INFO] [stderr] warning: libisoalloc-sys@0.2.9: 12 | #pragma error "IsoAlloc is untested and unsupported on 32 bit platforms" [INFO] [stderr] warning: libisoalloc-sys@0.2.9: | [INFO] [stderr] warning: libisoalloc-sys@0.2.9: In file included from isoalloc/include/iso_alloc.h:9: [INFO] [stderr] warning: libisoalloc-sys@0.2.9: isoalloc/include/iso_alloc.h:15:1: error: static assertion failed: "IsoAlloc requires 64 bit size_t" [INFO] [stderr] warning: libisoalloc-sys@0.2.9: 15 | static_assert(sizeof(size_t) == 8, "IsoAlloc requires 64 bit size_t"); [INFO] [stderr] warning: libisoalloc-sys@0.2.9: | ^~~~~~~~~~~~~ [INFO] [stderr] warning: libisoalloc-sys@0.2.9: In file included from isoalloc/include/iso_alloc_internal.h:67: [INFO] [stderr] warning: libisoalloc-sys@0.2.9: isoalloc/src/iso_alloc.c: In function '_iso_alloc_destroy_zone_unlocked': [INFO] [stderr] warning: libisoalloc-sys@0.2.9: isoalloc/include/iso_alloc_ds.h:15:48: warning: right shift count >= width of type [-Wshift-count-overflow] [INFO] [stderr] warning: libisoalloc-sys@0.2.9: 15 | #define ADDR_TO_CHUNK_TABLE(p) (((uintptr_t) p >> 32) & 0xffff) [INFO] [stderr] warning: libisoalloc-sys@0.2.9: | ^~ [INFO] [stderr] warning: libisoalloc-sys@0.2.9: isoalloc/src/iso_alloc.c:232:31: note: in expansion of macro 'ADDR_TO_CHUNK_TABLE' [INFO] [stderr] warning: libisoalloc-sys@0.2.9: 232 | _root->chunk_lookup_table[ADDR_TO_CHUNK_TABLE(zone->user_pages_start)] = 0; [INFO] [stderr] warning: libisoalloc-sys@0.2.9: | ^~~~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: libisoalloc-sys@0.2.9: isoalloc/src/iso_alloc.c: In function '_iso_new_zone': [INFO] [stderr] warning: libisoalloc-sys@0.2.9: isoalloc/include/iso_alloc_ds.h:15:48: warning: right shift count >= width of type [-Wshift-count-overflow] [INFO] [stderr] warning: libisoalloc-sys@0.2.9: 15 | #define ADDR_TO_CHUNK_TABLE(p) (((uintptr_t) p >> 32) & 0xffff) [INFO] [stderr] warning: libisoalloc-sys@0.2.9: | ^~ [INFO] [stderr] warning: libisoalloc-sys@0.2.9: isoalloc/src/iso_alloc.c:519:31: note: in expansion of macro 'ADDR_TO_CHUNK_TABLE' [INFO] [stderr] warning: libisoalloc-sys@0.2.9: 519 | _root->chunk_lookup_table[ADDR_TO_CHUNK_TABLE(new_zone->user_pages_start)] = new_zone->index; [INFO] [stderr] warning: libisoalloc-sys@0.2.9: | ^~~~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: libisoalloc-sys@0.2.9: isoalloc/src/iso_alloc.c: In function 'search_chunk_lookup_table': [INFO] [stderr] warning: libisoalloc-sys@0.2.9: isoalloc/include/iso_alloc_ds.h:15:48: warning: right shift count >= width of type [-Wshift-count-overflow] [INFO] [stderr] warning: libisoalloc-sys@0.2.9: 15 | #define ADDR_TO_CHUNK_TABLE(p) (((uintptr_t) p >> 32) & 0xffff) [INFO] [stderr] warning: libisoalloc-sys@0.2.9: | ^~ [INFO] [stderr] warning: libisoalloc-sys@0.2.9: isoalloc/src/iso_alloc.c:1228:53: note: in expansion of macro 'ADDR_TO_CHUNK_TABLE' [INFO] [stderr] warning: libisoalloc-sys@0.2.9: 1228 | uint16_t zone_index = _root->chunk_lookup_table[ADDR_TO_CHUNK_TABLE(p)]; [INFO] [stderr] warning: libisoalloc-sys@0.2.9: | ^~~~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: libisoalloc-sys@0.2.9: isoalloc/include/iso_alloc_ds.h:15:48: warning: right shift count >= width of type [-Wshift-count-overflow] [INFO] [stderr] warning: libisoalloc-sys@0.2.9: 15 | #define ADDR_TO_CHUNK_TABLE(p) (((uintptr_t) p >> 32) & 0xffff) [INFO] [stderr] warning: libisoalloc-sys@0.2.9: | ^~ [INFO] [stderr] warning: libisoalloc-sys@0.2.9: isoalloc/include/iso_alloc_internal.h:149:120: note: in expansion of macro 'ADDR_TO_CHUNK_TABLE' [INFO] [stderr] warning: libisoalloc-sys@0.2.9: 149 | _iso_alloc_printf(STDOUT_FILENO, "[ABORTING][%d](%s:%d %s()) " msg "\n", getpid(), __FILE__, __LINE__, __func__, ##__VA_ARGS__); \ [INFO] [stderr] warning: libisoalloc-sys@0.2.9: | ^~~~~~~~~~~ [INFO] [stderr] warning: libisoalloc-sys@0.2.9: isoalloc/src/iso_alloc.c:1231:9: note: in expansion of macro 'LOG_AND_ABORT' [INFO] [stderr] warning: libisoalloc-sys@0.2.9: 1231 | LOG_AND_ABORT("Pointer to zone lookup table corrupted at position %zu", ADDR_TO_CHUNK_TABLE(p)); [INFO] [stderr] warning: libisoalloc-sys@0.2.9: | ^~~~~~~~~~~~~ [INFO] [stderr] warning: libisoalloc-sys@0.2.9: isoalloc/src/iso_alloc.c: In function 'check_big_canary': [INFO] [stderr] warning: libisoalloc-sys@0.2.9: isoalloc/src/iso_alloc.c:1347:30: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] [INFO] [stderr] warning: libisoalloc-sys@0.2.9: 1347 | const uint64_t canary = ((uint64_t) big ^ __builtin_bswap64((uint64_t) big->user_pages_start) ^ _root->big_zone_canary_secret); [INFO] [stderr] warning: libisoalloc-sys@0.2.9: | ^ [INFO] [stderr] warning: libisoalloc-sys@0.2.9: isoalloc/src/iso_alloc.c:1347:65: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] [INFO] [stderr] warning: libisoalloc-sys@0.2.9: 1347 | const uint64_t canary = ((uint64_t) big ^ __builtin_bswap64((uint64_t) big->user_pages_start) ^ _root->big_zone_canary_secret); [INFO] [stderr] warning: libisoalloc-sys@0.2.9: | ^ [INFO] [stderr] warning: libisoalloc-sys@0.2.9: isoalloc/src/iso_alloc.c: In function 'check_canary_no_abort': [INFO] [stderr] warning: libisoalloc-sys@0.2.9: isoalloc/src/iso_alloc.c:1360:52: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] [INFO] [stderr] warning: libisoalloc-sys@0.2.9: 1360 | const uint64_t canary = (zone->canary_secret ^ (uint64_t) p) & CANARY_VALIDATE_MASK; [INFO] [stderr] warning: libisoalloc-sys@0.2.9: | ^ [INFO] [stderr] warning: libisoalloc-sys@0.2.9: isoalloc/src/iso_alloc.c: In function 'write_canary': [INFO] [stderr] warning: libisoalloc-sys@0.2.9: isoalloc/src/iso_alloc.c:1384:52: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] [INFO] [stderr] warning: libisoalloc-sys@0.2.9: 1384 | const uint64_t canary = (zone->canary_secret ^ (uint64_t) p) & CANARY_VALIDATE_MASK; [INFO] [stderr] warning: libisoalloc-sys@0.2.9: | ^ [INFO] [stderr] warning: libisoalloc-sys@0.2.9: isoalloc/src/iso_alloc.c: In function 'check_canary': [INFO] [stderr] warning: libisoalloc-sys@0.2.9: isoalloc/src/iso_alloc.c:1393:52: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] [INFO] [stderr] warning: libisoalloc-sys@0.2.9: 1393 | const uint64_t canary = (zone->canary_secret ^ (uint64_t) p) & CANARY_VALIDATE_MASK; [INFO] [stderr] warning: libisoalloc-sys@0.2.9: | ^ [INFO] [stderr] warning: libisoalloc-sys@0.2.9: isoalloc/src/iso_alloc.c: In function '_iso_big_alloc': [INFO] [stderr] warning: libisoalloc-sys@0.2.9: isoalloc/src/iso_alloc.c:1978:81: warning: right shift count >= width of type [-Wshift-count-overflow] [INFO] [stderr] warning: libisoalloc-sys@0.2.9: 1978 | new_big = (iso_alloc_big_zone_t *) ((void *) new_big + ((random_offset * s) >> 32)); [INFO] [stderr] warning: libisoalloc-sys@0.2.9: | ^~ [INFO] [stderr] warning: libisoalloc-sys@0.2.9: isoalloc/src/iso_alloc.c:1989:26: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] [INFO] [stderr] warning: libisoalloc-sys@0.2.9: 1989 | new_big->canary_a = ((uint64_t) new_big ^ __builtin_bswap64((uint64_t) new_big->user_pages_start) ^ _root->big_zone_canary_secret); [INFO] [stderr] warning: libisoalloc-sys@0.2.9: | ^ [INFO] [stderr] warning: libisoalloc-sys@0.2.9: isoalloc/src/iso_alloc.c:1989:65: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] [INFO] [stderr] warning: libisoalloc-sys@0.2.9: 1989 | new_big->canary_a = ((uint64_t) new_big ^ __builtin_bswap64((uint64_t) new_big->user_pages_start) ^ _root->big_zone_canary_secret); [INFO] [stderr] warning: libisoalloc-sys@0.2.9: | ^ [INFO] [stderr] warning: libisoalloc-sys@0.2.9: At top level: [INFO] [stderr] warning: libisoalloc-sys@0.2.9: cc1: note: unrecognized command-line option '-Wno-format-pedantic' may have been intended to silence earlier diagnostics [INFO] [stderr] warning: libisoalloc-sys@0.2.9: cc1: note: unrecognized command-line option '-Wno-gnu-zero-variadic-macro-arguments' may have been intended to silence earlier diagnostics [INFO] [stderr] error: failed to run custom build command for `libisoalloc-sys v0.2.9` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/target/debug/build/libisoalloc-sys-fcf70e79f1532fd2/build-script-build` (exit status: 1) [INFO] [stderr] --- stdout [INFO] [stderr] cargo:rerun-if-env-changed=TARGET [INFO] [stderr] cargo:rerun-if-env-changed=HOST [INFO] [stderr] cargo:rerun-if-env-changed=PROFILE [INFO] [stderr] OUT_DIR = Some(/opt/rustwide/target/i686-unknown-linux-gnu/debug/build/libisoalloc-sys-6bf8087f2ed0142a/out) [INFO] [stderr] OPT_LEVEL = Some(0) [INFO] [stderr] TARGET = Some(i686-unknown-linux-gnu) [INFO] [stderr] HOST = Some(x86_64-unknown-linux-gnu) [INFO] [stderr] cargo:rerun-if-env-changed=CC_i686-unknown-linux-gnu [INFO] [stderr] CC_i686-unknown-linux-gnu = None [INFO] [stderr] cargo:rerun-if-env-changed=CC_i686_unknown_linux_gnu [INFO] [stderr] CC_i686_unknown_linux_gnu = None [INFO] [stderr] cargo:rerun-if-env-changed=TARGET_CC [INFO] [stderr] TARGET_CC = None [INFO] [stderr] cargo:rerun-if-env-changed=CC [INFO] [stderr] CC = None [INFO] [stderr] cargo:rerun-if-env-changed=CROSS_COMPILE [INFO] [stderr] CROSS_COMPILE = None [INFO] [stderr] RUSTC_LINKER = None [INFO] [stderr] PATH = Some(/opt/rustwide/cargo-home/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin) [INFO] [stderr] cargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT [INFO] [stderr] RUSTC_WRAPPER = None [INFO] [stderr] cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS [INFO] [stderr] CRATE_CC_NO_DEFAULTS = None [INFO] [stderr] cargo:rerun-if-env-changed=CFLAGS [INFO] [stderr] CFLAGS = None [INFO] [stderr] cargo:rerun-if-env-changed=TARGET_CFLAGS [INFO] [stderr] TARGET_CFLAGS = None [INFO] [stderr] cargo:rerun-if-env-changed=CFLAGS_i686_unknown_linux_gnu [INFO] [stderr] CFLAGS_i686_unknown_linux_gnu = None [INFO] [stderr] cargo:rerun-if-env-changed=CFLAGS_i686-unknown-linux-gnu [INFO] [stderr] CFLAGS_i686-unknown-linux-gnu = None [INFO] [stderr] CARGO_ENCODED_RUSTFLAGS = Some() [INFO] [stderr] OUT_DIR = Some(/opt/rustwide/target/i686-unknown-linux-gnu/debug/build/libisoalloc-sys-6bf8087f2ed0142a/out) [INFO] [stderr] cargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT [INFO] [stderr] cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS [INFO] [stderr] CRATE_CC_NO_DEFAULTS = None [INFO] [stderr] TARGET = Some(i686-unknown-linux-gnu) [INFO] [stderr] CARGO_CFG_TARGET_FEATURE = Some(fxsr,sse,sse2,x87) [INFO] [stderr] HOST = Some(x86_64-unknown-linux-gnu) [INFO] [stderr] cargo:rerun-if-env-changed=CFLAGS [INFO] [stderr] CFLAGS = None [INFO] [stderr] cargo:rerun-if-env-changed=TARGET_CFLAGS [INFO] [stderr] TARGET_CFLAGS = None [INFO] [stderr] cargo:rerun-if-env-changed=CFLAGS_i686_unknown_linux_gnu [INFO] [stderr] CFLAGS_i686_unknown_linux_gnu = None [INFO] [stderr] cargo:rerun-if-env-changed=CFLAGS_i686-unknown-linux-gnu [INFO] [stderr] CFLAGS_i686-unknown-linux-gnu = None [INFO] [stderr] OUT_DIR = Some(/opt/rustwide/target/i686-unknown-linux-gnu/debug/build/libisoalloc-sys-6bf8087f2ed0142a/out) [INFO] [stderr] cargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT [INFO] [stderr] cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS [INFO] [stderr] CRATE_CC_NO_DEFAULTS = None [INFO] [stderr] TARGET = Some(i686-unknown-linux-gnu) [INFO] [stderr] CARGO_CFG_TARGET_FEATURE = Some(fxsr,sse,sse2,x87) [INFO] [stderr] HOST = Some(x86_64-unknown-linux-gnu) [INFO] [stderr] cargo:rerun-if-env-changed=CFLAGS [INFO] [stderr] CFLAGS = None [INFO] [stderr] cargo:rerun-if-env-changed=TARGET_CFLAGS [INFO] [stderr] TARGET_CFLAGS = None [INFO] [stderr] cargo:rerun-if-env-changed=CFLAGS_i686_unknown_linux_gnu [INFO] [stderr] CFLAGS_i686_unknown_linux_gnu = None [INFO] [stderr] cargo:rerun-if-env-changed=CFLAGS_i686-unknown-linux-gnu [INFO] [stderr] CFLAGS_i686-unknown-linux-gnu = None [INFO] [stderr] OUT_DIR = Some(/opt/rustwide/target/i686-unknown-linux-gnu/debug/build/libisoalloc-sys-6bf8087f2ed0142a/out) [INFO] [stderr] cargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT [INFO] [stderr] cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS [INFO] [stderr] CRATE_CC_NO_DEFAULTS = None [INFO] [stderr] TARGET = Some(i686-unknown-linux-gnu) [INFO] [stderr] CARGO_CFG_TARGET_FEATURE = Some(fxsr,sse,sse2,x87) [INFO] [stderr] HOST = Some(x86_64-unknown-linux-gnu) [INFO] [stderr] cargo:rerun-if-env-changed=CFLAGS [INFO] [stderr] CFLAGS = None [INFO] [stderr] cargo:rerun-if-env-changed=TARGET_CFLAGS [INFO] [stderr] TARGET_CFLAGS = None [INFO] [stderr] cargo:rerun-if-env-changed=CFLAGS_i686_unknown_linux_gnu [INFO] [stderr] CFLAGS_i686_unknown_linux_gnu = None [INFO] [stderr] cargo:rerun-if-env-changed=CFLAGS_i686-unknown-linux-gnu [INFO] [stderr] CFLAGS_i686-unknown-linux-gnu = None [INFO] [stderr] OUT_DIR = Some(/opt/rustwide/target/i686-unknown-linux-gnu/debug/build/libisoalloc-sys-6bf8087f2ed0142a/out) [INFO] [stderr] cargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT [INFO] [stderr] cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS [INFO] [stderr] CRATE_CC_NO_DEFAULTS = None [INFO] [stderr] TARGET = Some(i686-unknown-linux-gnu) [INFO] [stderr] CARGO_CFG_TARGET_FEATURE = Some(fxsr,sse,sse2,x87) [INFO] [stderr] HOST = Some(x86_64-unknown-linux-gnu) [INFO] [stderr] cargo:rerun-if-env-changed=CFLAGS [INFO] [stderr] CFLAGS = None [INFO] [stderr] cargo:rerun-if-env-changed=TARGET_CFLAGS [INFO] [stderr] TARGET_CFLAGS = None [INFO] [stderr] cargo:rerun-if-env-changed=CFLAGS_i686_unknown_linux_gnu [INFO] [stderr] CFLAGS_i686_unknown_linux_gnu = None [INFO] [stderr] cargo:rerun-if-env-changed=CFLAGS_i686-unknown-linux-gnu [INFO] [stderr] CFLAGS_i686-unknown-linux-gnu = None [INFO] [stderr] cargo:warning=In file included from isoalloc/src/iso_alloc.c:4: [INFO] [stderr] cargo:warning=isoalloc/include/iso_alloc_internal.h:11: warning: ignoring '#pragma error ' [-Wunknown-pragmas] [INFO] [stderr] cargo:warning= 11 | #pragma error "IsoAlloc is untested and unsupported on 32 bit platforms" [INFO] [stderr] cargo:warning= | [INFO] [stderr] cargo:warning=isoalloc/include/iso_alloc_internal.h:12:8: error: expected declaration specifiers or '...' before 'sizeof' [INFO] [stderr] cargo:warning= 12 | assert(sizeof(size_t) >= 64) [INFO] [stderr] cargo:warning= | ^~~~~~ [INFO] [stderr] cargo:warning=In file included from isoalloc/include/iso_alloc_internal.h:64: [INFO] [stderr] cargo:warning=isoalloc/include/iso_alloc.h:12: warning: ignoring '#pragma error ' [-Wunknown-pragmas] [INFO] [stderr] cargo:warning= 12 | #pragma error "IsoAlloc is untested and unsupported on 32 bit platforms" [INFO] [stderr] cargo:warning= | [INFO] [stderr] cargo:warning=In file included from isoalloc/include/iso_alloc.h:9: [INFO] [stderr] cargo:warning=isoalloc/include/iso_alloc.h:15:1: error: static assertion failed: "IsoAlloc requires 64 bit size_t" [INFO] [stderr] cargo:warning= 15 | static_assert(sizeof(size_t) == 8, "IsoAlloc requires 64 bit size_t"); [INFO] [stderr] cargo:warning= | ^~~~~~~~~~~~~ [INFO] [stderr] cargo:warning=In file included from isoalloc/include/iso_alloc_internal.h:67: [INFO] [stderr] cargo:warning=isoalloc/src/iso_alloc.c: In function '_iso_alloc_destroy_zone_unlocked': [INFO] [stderr] cargo:warning=isoalloc/include/iso_alloc_ds.h:15:48: warning: right shift count >= width of type [-Wshift-count-overflow] [INFO] [stderr] cargo:warning= 15 | #define ADDR_TO_CHUNK_TABLE(p) (((uintptr_t) p >> 32) & 0xffff) [INFO] [stderr] cargo:warning= | ^~ [INFO] [stderr] cargo:warning=isoalloc/src/iso_alloc.c:232:31: note: in expansion of macro 'ADDR_TO_CHUNK_TABLE' [INFO] [stderr] cargo:warning= 232 | _root->chunk_lookup_table[ADDR_TO_CHUNK_TABLE(zone->user_pages_start)] = 0; [INFO] [stderr] cargo:warning= | ^~~~~~~~~~~~~~~~~~~ [INFO] [stderr] cargo:warning=isoalloc/src/iso_alloc.c: In function '_iso_new_zone': [INFO] [stderr] cargo:warning=isoalloc/include/iso_alloc_ds.h:15:48: warning: right shift count >= width of type [-Wshift-count-overflow] [INFO] [stderr] cargo:warning= 15 | #define ADDR_TO_CHUNK_TABLE(p) (((uintptr_t) p >> 32) & 0xffff) [INFO] [stderr] cargo:warning= | ^~ [INFO] [stderr] cargo:warning=isoalloc/src/iso_alloc.c:519:31: note: in expansion of macro 'ADDR_TO_CHUNK_TABLE' [INFO] [stderr] cargo:warning= 519 | _root->chunk_lookup_table[ADDR_TO_CHUNK_TABLE(new_zone->user_pages_start)] = new_zone->index; [INFO] [stderr] cargo:warning= | ^~~~~~~~~~~~~~~~~~~ [INFO] [stderr] cargo:warning=isoalloc/src/iso_alloc.c: In function 'search_chunk_lookup_table': [INFO] [stderr] cargo:warning=isoalloc/include/iso_alloc_ds.h:15:48: warning: right shift count >= width of type [-Wshift-count-overflow] [INFO] [stderr] cargo:warning= 15 | #define ADDR_TO_CHUNK_TABLE(p) (((uintptr_t) p >> 32) & 0xffff) [INFO] [stderr] cargo:warning= | ^~ [INFO] [stderr] cargo:warning=isoalloc/src/iso_alloc.c:1228:53: note: in expansion of macro 'ADDR_TO_CHUNK_TABLE' [INFO] [stderr] cargo:warning= 1228 | uint16_t zone_index = _root->chunk_lookup_table[ADDR_TO_CHUNK_TABLE(p)]; [INFO] [stderr] cargo:warning= | ^~~~~~~~~~~~~~~~~~~ [INFO] [stderr] cargo:warning=isoalloc/include/iso_alloc_ds.h:15:48: warning: right shift count >= width of type [-Wshift-count-overflow] [INFO] [stderr] cargo:warning= 15 | #define ADDR_TO_CHUNK_TABLE(p) (((uintptr_t) p >> 32) & 0xffff) [INFO] [stderr] cargo:warning= | ^~ [INFO] [stderr] cargo:warning=isoalloc/include/iso_alloc_internal.h:149:120: note: in expansion of macro 'ADDR_TO_CHUNK_TABLE' [INFO] [stderr] cargo:warning= 149 | _iso_alloc_printf(STDOUT_FILENO, "[ABORTING][%d](%s:%d %s()) " msg "\n", getpid(), __FILE__, __LINE__, __func__, ##__VA_ARGS__); \ [INFO] [stderr] cargo:warning= | ^~~~~~~~~~~ [INFO] [stderr] cargo:warning=isoalloc/src/iso_alloc.c:1231:9: note: in expansion of macro 'LOG_AND_ABORT' [INFO] [stderr] cargo:warning= 1231 | LOG_AND_ABORT("Pointer to zone lookup table corrupted at position %zu", ADDR_TO_CHUNK_TABLE(p)); [INFO] [stderr] cargo:warning= | ^~~~~~~~~~~~~ [INFO] [stderr] cargo:warning=isoalloc/src/iso_alloc.c: In function 'check_big_canary': [INFO] [stderr] cargo:warning=isoalloc/src/iso_alloc.c:1347:30: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] [INFO] [stderr] cargo:warning= 1347 | const uint64_t canary = ((uint64_t) big ^ __builtin_bswap64((uint64_t) big->user_pages_start) ^ _root->big_zone_canary_secret); [INFO] [stderr] cargo:warning= | ^ [INFO] [stderr] cargo:warning=isoalloc/src/iso_alloc.c:1347:65: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] [INFO] [stderr] cargo:warning= 1347 | const uint64_t canary = ((uint64_t) big ^ __builtin_bswap64((uint64_t) big->user_pages_start) ^ _root->big_zone_canary_secret); [INFO] [stderr] cargo:warning= | ^ [INFO] [stderr] cargo:warning=isoalloc/src/iso_alloc.c: In function 'check_canary_no_abort': [INFO] [stderr] cargo:warning=isoalloc/src/iso_alloc.c:1360:52: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] [INFO] [stderr] cargo:warning= 1360 | const uint64_t canary = (zone->canary_secret ^ (uint64_t) p) & CANARY_VALIDATE_MASK; [INFO] [stderr] cargo:warning= | ^ [INFO] [stderr] cargo:warning=isoalloc/src/iso_alloc.c: In function 'write_canary': [INFO] [stderr] cargo:warning=isoalloc/src/iso_alloc.c:1384:52: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] [INFO] [stderr] cargo:warning= 1384 | const uint64_t canary = (zone->canary_secret ^ (uint64_t) p) & CANARY_VALIDATE_MASK; [INFO] [stderr] cargo:warning= | ^ [INFO] [stderr] cargo:warning=isoalloc/src/iso_alloc.c: In function 'check_canary': [INFO] [stderr] cargo:warning=isoalloc/src/iso_alloc.c:1393:52: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] [INFO] [stderr] cargo:warning= 1393 | const uint64_t canary = (zone->canary_secret ^ (uint64_t) p) & CANARY_VALIDATE_MASK; [INFO] [stderr] cargo:warning= | ^ [INFO] [stderr] cargo:warning=isoalloc/src/iso_alloc.c: In function '_iso_big_alloc': [INFO] [stderr] cargo:warning=isoalloc/src/iso_alloc.c:1978:81: warning: right shift count >= width of type [-Wshift-count-overflow] [INFO] [stderr] cargo:warning= 1978 | new_big = (iso_alloc_big_zone_t *) ((void *) new_big + ((random_offset * s) >> 32)); [INFO] [stderr] cargo:warning= | ^~ [INFO] [stderr] cargo:warning=isoalloc/src/iso_alloc.c:1989:26: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] [INFO] [stderr] cargo:warning= 1989 | new_big->canary_a = ((uint64_t) new_big ^ __builtin_bswap64((uint64_t) new_big->user_pages_start) ^ _root->big_zone_canary_secret); [INFO] [stderr] cargo:warning= | ^ [INFO] [stderr] cargo:warning=isoalloc/src/iso_alloc.c:1989:65: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] [INFO] [stderr] cargo:warning= 1989 | new_big->canary_a = ((uint64_t) new_big ^ __builtin_bswap64((uint64_t) new_big->user_pages_start) ^ _root->big_zone_canary_secret); [INFO] [stderr] cargo:warning= | ^ [INFO] [stderr] cargo:warning=At top level: [INFO] [stderr] cargo:warning=cc1: note: unrecognized command-line option '-Wno-format-pedantic' may have been intended to silence earlier diagnostics [INFO] [stderr] cargo:warning=cc1: note: unrecognized command-line option '-Wno-gnu-zero-variadic-macro-arguments' may have been intended to silence earlier diagnostics [INFO] [stderr] [INFO] [stderr] --- stderr [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error occurred in cc-rs: command did not execute successfully (status code exit status: 1): LC_ALL="C" "x86_64-linux-gnu-gcc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m32" "-march=i686" "-static" "-I" "isoalloc/include" "-Wall" "-Wextra" "-pthread" "-std=c11" "-Wno-pointer-arith" "-fstrict-aliasing" "-Wno-sign-compare" "-Wno-unused-parameter" "-Wno-attributes" "-Wno-gnu-zero-variadic-macro-arguments" "-Wno-format-pedantic" "-Wno-type-limits" "-Wno-old-style-declaration" "-DSANITIZE_CHUNKS=1" "-DFUZZ_MODE=0" "-DMALLOC_HOOK=1" "-DPERM_FREE_REALLOC=0" "-DABORT_NO_ENTROPY=1" "-DUSE_SPINLOCK=0" "-DSTARTUP_MEM_USAGE=0" "-DHUGE_PAGES=1" "-DAUTO_CTOR_DTOR=1" "-DSCHED_GETCPU=1" "-DDISABLE_CANARY=0" "-DTHREAD_SUPPORT=1" "-DRANDOMIZE_FREELIST=1" "-o" "/opt/rustwide/target/i686-unknown-linux-gnu/debug/build/libisoalloc-sys-6bf8087f2ed0142a/out/7c71bead9fef2393-iso_alloc.o" "-c" "isoalloc/src/iso_alloc.c" [INFO] [stderr] [INFO] [stderr] [INFO] running `Command { std: "docker" "inspect" "59f3d537c80f91c988da85797bb125b89a558d8f9a059cf1924dbc831b1c9555", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "59f3d537c80f91c988da85797bb125b89a558d8f9a059cf1924dbc831b1c9555", kill_on_drop: false }` [INFO] [stdout] 59f3d537c80f91c988da85797bb125b89a558d8f9a059cf1924dbc831b1c9555