[INFO] fetching crate rax 0.1.5...
[INFO] testing rax-0.1.5 against 1.91.0 for beta-1.92-2
[INFO] extracting crate rax 0.1.5 into /workspace/builds/worker-1-tc1/source
[INFO] started tweaking crates.io crate rax 0.1.5
[INFO] finished tweaking crates.io crate rax 0.1.5
[INFO] tweaked toml for crates.io crate rax 0.1.5 written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate rax 0.1.5 on toolchain 1.91.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.91.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.91.0" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 9 packages to latest compatible versions
[INFO] [stderr]       Adding nix v0.11.1 (available: v0.30.1)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.91.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 3f43934983defaaa12bb70c7ebdc6c475ff87efa2f751e579e62081c3b238106
[INFO] running `Command { std: "docker" "start" "-a" "3f43934983defaaa12bb70c7ebdc6c475ff87efa2f751e579e62081c3b238106", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "3f43934983defaaa12bb70c7ebdc6c475ff87efa2f751e579e62081c3b238106", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3f43934983defaaa12bb70c7ebdc6c475ff87efa2f751e579e62081c3b238106", kill_on_drop: false }`
[INFO] [stdout] 3f43934983defaaa12bb70c7ebdc6c475ff87efa2f751e579e62081c3b238106
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] da0360586fb3cb060139d82200ec1d3fd3fcc021c291fa61c85ce5ecce432026
[INFO] running `Command { std: "docker" "start" "-a" "da0360586fb3cb060139d82200ec1d3fd3fcc021c291fa61c85ce5ecce432026", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr]    Compiling nix v0.11.1
[INFO] [stderr]    Compiling gcc v0.3.55
[INFO] [stderr]    Compiling void v1.0.2
[INFO] [stderr]    Compiling rax v0.1.5 (/opt/rustwide/workdir)
[INFO] [stdout] warning: use of deprecated struct `gcc::Build`: crate has been renamed to `cc`, the `gcc` name is not maintained
[INFO] [stdout]  --> build.rs:6:10
[INFO] [stdout]   |
[INFO] [stdout] 6 |     gcc::Build::new()
[INFO] [stdout]   |          ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `gcc::Build::new`: crate has been renamed to `cc`, the `gcc` name is not maintained
[INFO] [stdout]  --> build.rs:6:17
[INFO] [stdout]   |
[INFO] [stdout] 6 |     gcc::Build::new()
[INFO] [stdout]   |                 ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0554]: `#![feature]` may not be used on the stable release channel
[INFO] [stdout]  --> src/lib.rs:2:1
[INFO] [stdout]   |
[INFO] [stdout] 2 | #![feature(test)]
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around assigned value
[INFO] [stdout]   --> src/lib.rs:81:44
[INFO] [stdout]    |
[INFO] [stdout] 81 | pub const RAX_NODE_MAX_SIZE: libc::c_int = ((1 << 29) - 1);
[INFO] [stdout]    |                                            ^             ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 81 - pub const RAX_NODE_MAX_SIZE: libc::c_int = ((1 << 29) - 1);
[INFO] [stdout] 81 + pub const RAX_NODE_MAX_SIZE: libc::c_int = (1 << 29) - 1;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around assigned value
[INFO] [stdout]   --> src/lib.rs:84:47
[INFO] [stdout]    |
[INFO] [stdout] 84 | pub const RAX_ITER_JUST_SEEKED: libc::c_int = (1 << 0);
[INFO] [stdout]    |                                               ^      ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 84 - pub const RAX_ITER_JUST_SEEKED: libc::c_int = (1 << 0);
[INFO] [stdout] 84 + pub const RAX_ITER_JUST_SEEKED: libc::c_int = 1 << 0;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around assigned value
[INFO] [stdout]   --> src/lib.rs:85:39
[INFO] [stdout]    |
[INFO] [stdout] 85 | pub const RAX_ITER_EOF: libc::c_int = (1 << 1);
[INFO] [stdout]    |                                       ^      ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 85 - pub const RAX_ITER_EOF: libc::c_int = (1 << 1);
[INFO] [stdout] 85 + pub const RAX_ITER_EOF: libc::c_int = 1 << 1;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around assigned value
[INFO] [stdout]   --> src/lib.rs:86:40
[INFO] [stdout]    |
[INFO] [stdout] 86 | pub const RAX_ITER_SAFE: libc::c_int = (1 << 2);
[INFO] [stdout]    |                                        ^      ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 86 - pub const RAX_ITER_SAFE: libc::c_int = (1 << 2);
[INFO] [stdout] 86 + pub const RAX_ITER_SAFE: libc::c_int = 1 << 2;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lib.rs:568:57
[INFO] [stdout]     |
[INFO] [stdout] 568 |             let mut iter: RaxIterator<K, V> = std::mem::uninitialized();
[INFO] [stdout]     |                                                         ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lib.rs:592:57
[INFO] [stdout]     |
[INFO] [stdout] 592 |             let mut iter: RaxIterator<K, V> = std::mem::uninitialized();
[INFO] [stdout]     |                                                         ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lib.rs:615:57
[INFO] [stdout]     |
[INFO] [stdout] 615 |             let mut iter: RaxIterator<K, V> = std::mem::uninitialized();
[INFO] [stdout]     |                                                         ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lib.rs:639:57
[INFO] [stdout]     |
[INFO] [stdout] 639 |             let mut iter: RaxIterator<K, V> = std::mem::uninitialized();
[INFO] [stdout]     |                                                         ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lib.rs:664:57
[INFO] [stdout]     |
[INFO] [stdout] 664 |             let mut iter: RaxIterator<K, V> = std::mem::uninitialized();
[INFO] [stdout]     |                                                         ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lib.rs:690:57
[INFO] [stdout]     |
[INFO] [stdout] 690 |             let mut iter: RaxIterator<K, V> = std::mem::uninitialized();
[INFO] [stdout]     |                                                         ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lib.rs:706:57
[INFO] [stdout]     |
[INFO] [stdout] 706 |             let mut iter: RaxIterator<K, V> = std::mem::uninitialized();
[INFO] [stdout]     |                                                         ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lib.rs:725:57
[INFO] [stdout]     |
[INFO] [stdout] 725 |             let mut iter: RaxIterator<K, V> = std::mem::uninitialized();
[INFO] [stdout]     |                                                         ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lib.rs:901:61
[INFO] [stdout]     |
[INFO] [stdout] 901 |             let mut iter: RaxIterator<K, usize> = std::mem::uninitialized();
[INFO] [stdout]     |                                                             ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lib.rs:925:61
[INFO] [stdout]     |
[INFO] [stdout] 925 |             let mut iter: RaxIterator<K, usize> = std::mem::uninitialized();
[INFO] [stdout]     |                                                             ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lib.rs:948:61
[INFO] [stdout]     |
[INFO] [stdout] 948 |             let mut iter: RaxIterator<K, usize> = std::mem::uninitialized();
[INFO] [stdout]     |                                                             ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lib.rs:972:61
[INFO] [stdout]     |
[INFO] [stdout] 972 |             let mut iter: RaxIterator<K, usize> = std::mem::uninitialized();
[INFO] [stdout]     |                                                             ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lib.rs:997:61
[INFO] [stdout]     |
[INFO] [stdout] 997 |             let mut iter: RaxIterator<K, usize> = std::mem::uninitialized();
[INFO] [stdout]     |                                                             ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]     --> src/lib.rs:1023:61
[INFO] [stdout]      |
[INFO] [stdout] 1023 |             let mut iter: RaxIterator<K, usize> = std::mem::uninitialized();
[INFO] [stdout]      |                                                             ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]     --> src/lib.rs:1039:61
[INFO] [stdout]      |
[INFO] [stdout] 1039 |             let mut iter: RaxIterator<K, usize> = std::mem::uninitialized();
[INFO] [stdout]      |                                                             ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]     --> src/lib.rs:1058:61
[INFO] [stdout]      |
[INFO] [stdout] 1058 |             let mut iter: RaxIterator<K, usize> = std::mem::uninitialized();
[INFO] [stdout]      |                                                             ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]     --> src/lib.rs:1613:57
[INFO] [stdout]      |
[INFO] [stdout] 1613 |             let mut iter: RaxIterator<K, V> = std::mem::uninitialized();
[INFO] [stdout]      |                                                         ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint64_t`: Use u64 instead.
[INFO] [stdout]     --> src/lib.rs:1957:16
[INFO] [stdout]      |
[INFO] [stdout] 1957 |     ) -> libc::uint64_t;
[INFO] [stdout]      |                ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]     --> src/lib.rs:1807:32
[INFO] [stdout]      |
[INFO] [stdout] 1807 |     fn cause(&self) -> Option<&error::Error> {
[INFO] [stdout]      |                                ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]      = note: `#[warn(bare_trait_objects)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]      |
[INFO] [stdout] 1807 |     fn cause(&self) -> Option<&dyn error::Error> {
[INFO] [stdout]      |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]     --> src/lib.rs:1771:32
[INFO] [stdout]      |
[INFO] [stdout] 1771 |     fn cause(&self) -> Option<&error::Error> {
[INFO] [stdout]      |                                ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]      |
[INFO] [stdout] 1771 |     fn cause(&self) -> Option<&dyn error::Error> {
[INFO] [stdout]      |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[no_mangle]` attribute cannot be used on foreign statics
[INFO] [stdout]     --> src/lib.rs:1855:5
[INFO] [stdout]      |
[INFO] [stdout] 1855 |     #[no_mangle]
[INFO] [stdout]      |     ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = help: `#[no_mangle]` can be applied to functions and statics
[INFO] [stdout]      = note: `#[warn(unused_attributes)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[no_mangle]` attribute cannot be used on foreign statics
[INFO] [stdout]     --> src/lib.rs:1858:5
[INFO] [stdout]      |
[INFO] [stdout] 1858 |     #[no_mangle]
[INFO] [stdout]      |     ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = help: `#[no_mangle]` can be applied to functions and statics
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[no_mangle]` attribute cannot be used on foreign statics
[INFO] [stdout]     --> src/lib.rs:1860:5
[INFO] [stdout]      |
[INFO] [stdout] 1860 |     #[no_mangle]
[INFO] [stdout]      |     ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = help: `#[no_mangle]` can be applied to functions and statics
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[no_mangle]` attribute cannot be used on foreign statics
[INFO] [stdout]     --> src/lib.rs:1862:5
[INFO] [stdout]      |
[INFO] [stdout] 1862 |     #[no_mangle]
[INFO] [stdout]      |     ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = help: `#[no_mangle]` can be applied to functions and statics
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
[INFO] [stdout]     --> src/lib.rs:1766:47
[INFO] [stdout]      |
[INFO] [stdout] 1766 |             RaxError::Generic(ref err) => err.description(),
[INFO] [stdout]      |                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0554`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `rax` (lib) due to 1 previous error; 29 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "da0360586fb3cb060139d82200ec1d3fd3fcc021c291fa61c85ce5ecce432026", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "da0360586fb3cb060139d82200ec1d3fd3fcc021c291fa61c85ce5ecce432026", kill_on_drop: false }`
[INFO] [stdout] da0360586fb3cb060139d82200ec1d3fd3fcc021c291fa61c85ce5ecce432026
