[INFO] fetching crate icefall 0.1.0...
[INFO] testing icefall-0.1.0 against 1.90.0 for beta-1.91-3
[INFO] extracting crate icefall 0.1.0 into /workspace/builds/worker-1-tc1/source
[INFO] started tweaking crates.io crate icefall 0.1.0
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate icefall 0.1.0
[INFO] tweaked toml for crates.io crate icefall 0.1.0 written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate icefall 0.1.0 on toolchain 1.90.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.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.90.0" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 31 packages to latest compatible versions
[INFO] [stderr]       Adding bincode v0.6.1 (available: v2.0.1)
[INFO] [stderr]       Adding quickcheck v0.2.27 (available: v1.0.3)
[INFO] [stderr]       Adding rand v0.3.23 (available: v0.9.2)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.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] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded bincode v0.6.1
[INFO] [stderr]   Downloaded quickcheck v0.2.27
[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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 543d421810ec4b56b2371ed069b5e752d477c4af93b5c862f6a81d289a65ceef
[INFO] running `Command { std: "docker" "start" "-a" "543d421810ec4b56b2371ed069b5e752d477c4af93b5c862f6a81d289a65ceef", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "543d421810ec4b56b2371ed069b5e752d477c4af93b5c862f6a81d289a65ceef", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "543d421810ec4b56b2371ed069b5e752d477c4af93b5c862f6a81d289a65ceef", kill_on_drop: false }`
[INFO] [stdout] 543d421810ec4b56b2371ed069b5e752d477c4af93b5c862f6a81d289a65ceef
[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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 73ddddda01f68b4167f756b4836aba1306a1d626a9c9f986781420cf8339c61a
[INFO] running `Command { std: "docker" "start" "-a" "73ddddda01f68b4167f756b4836aba1306a1d626a9c9f986781420cf8339c61a", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr]    Compiling rustc-serialize v0.3.25
[INFO] [stderr]    Compiling serde v0.8.23
[INFO] [stderr]    Compiling num-traits v0.1.43
[INFO] [stderr]    Compiling bincode v0.6.1
[INFO] [stderr]    Compiling icefall v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error: cannot find derive macro `RustcDecodable` in this scope
[INFO] [stdout]   --> src/page.rs:54:24
[INFO] [stdout]    |
[INFO] [stdout] 54 | #[derive(Debug, Clone, RustcDecodable, RustcEncodable)]
[INFO] [stdout]    |                        ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `RustcEncodable` in this scope
[INFO] [stdout]   --> src/page.rs:54:40
[INFO] [stdout]    |
[INFO] [stdout] 54 | #[derive(Debug, Clone, RustcDecodable, RustcEncodable)]
[INFO] [stdout]    |                                        ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `RustcDecodable` in this scope
[INFO] [stdout]   --> src/page.rs:63:24
[INFO] [stdout]    |
[INFO] [stdout] 63 | #[derive(Debug, Clone, RustcDecodable, RustcEncodable)]
[INFO] [stdout]    |                        ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `RustcEncodable` in this scope
[INFO] [stdout]   --> src/page.rs:63:40
[INFO] [stdout]    |
[INFO] [stdout] 63 | #[derive(Debug, Clone, RustcDecodable, RustcEncodable)]
[INFO] [stdout]    |                                        ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `RustcDecodable` in this scope
[INFO] [stdout]   --> src/tree.rs:17:24
[INFO] [stdout]    |
[INFO] [stdout] 17 | #[derive(Debug, Clone, RustcDecodable, RustcEncodable)]
[INFO] [stdout]    |                        ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `RustcEncodable` in this scope
[INFO] [stdout]   --> src/tree.rs:17:40
[INFO] [stdout]    |
[INFO] [stdout] 17 | #[derive(Debug, Clone, RustcDecodable, RustcEncodable)]
[INFO] [stdout]    |                                        ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `RustcDecodable` in this scope
[INFO] [stdout]   --> src/tree.rs:29:24
[INFO] [stdout]    |
[INFO] [stdout] 29 | #[derive(Debug, Clone, RustcDecodable, RustcEncodable)]
[INFO] [stdout]    |                        ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `RustcEncodable` in this scope
[INFO] [stdout]   --> src/tree.rs:29:40
[INFO] [stdout]    |
[INFO] [stdout] 29 | #[derive(Debug, Clone, RustcDecodable, RustcEncodable)]
[INFO] [stdout]    |                                        ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `RustcDecodable` in this scope
[INFO] [stdout]   --> src/lib.rs:28:39
[INFO] [stdout]    |
[INFO] [stdout] 28 | #[derive(Debug, Clone, Eq, PartialEq, RustcDecodable, RustcEncodable)]
[INFO] [stdout]    |                                       ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `RustcEncodable` in this scope
[INFO] [stdout]   --> src/lib.rs:28:55
[INFO] [stdout]    |
[INFO] [stdout] 28 | #[derive(Debug, Clone, Eq, PartialEq, RustcDecodable, RustcEncodable)]
[INFO] [stdout]    |                                                       ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `RustcDecodable` in this scope
[INFO] [stdout]   --> src/lib.rs:35:39
[INFO] [stdout]    |
[INFO] [stdout] 35 | #[derive(Debug, Clone, Eq, PartialEq, RustcDecodable, RustcEncodable)]
[INFO] [stdout]    |                                       ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `RustcEncodable` in this scope
[INFO] [stdout]   --> src/lib.rs:35:55
[INFO] [stdout]    |
[INFO] [stdout] 35 | #[derive(Debug, Clone, Eq, PartialEq, RustcDecodable, RustcEncodable)]
[INFO] [stdout]    |                                                       ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `RustcDecodable` in this scope
[INFO] [stdout]   --> src/lib.rs:50:39
[INFO] [stdout]    |
[INFO] [stdout] 50 | #[derive(Debug, Clone, Eq, PartialEq, RustcDecodable, RustcEncodable)]
[INFO] [stdout]    |                                       ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `RustcEncodable` in this scope
[INFO] [stdout]   --> src/lib.rs:50:55
[INFO] [stdout]    |
[INFO] [stdout] 50 | #[derive(Debug, Clone, Eq, PartialEq, RustcDecodable, RustcEncodable)]
[INFO] [stdout]    |                                                       ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `RustcDecodable` in this scope
[INFO] [stdout]   --> src/lib.rs:73:39
[INFO] [stdout]    |
[INFO] [stdout] 73 | #[derive(Debug, Clone, Eq, PartialEq, RustcDecodable, RustcEncodable)]
[INFO] [stdout]    |                                       ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `RustcEncodable` in this scope
[INFO] [stdout]   --> src/lib.rs:73:55
[INFO] [stdout]    |
[INFO] [stdout] 73 | #[derive(Debug, Clone, Eq, PartialEq, RustcDecodable, RustcEncodable)]
[INFO] [stdout]    |                                                       ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `RustcDecodable` in this scope
[INFO] [stdout]   --> src/lib.rs:77:39
[INFO] [stdout]    |
[INFO] [stdout] 77 | #[derive(Debug, Clone, Eq, PartialEq, RustcDecodable, RustcEncodable)]
[INFO] [stdout]    |                                       ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `RustcEncodable` in this scope
[INFO] [stdout]   --> src/lib.rs:77:55
[INFO] [stdout]    |
[INFO] [stdout] 77 | #[derive(Debug, Clone, Eq, PartialEq, RustcDecodable, RustcEncodable)]
[INFO] [stdout]    |                                                       ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `RustcDecodable` in this scope
[INFO] [stdout]   --> src/lib.rs:84:39
[INFO] [stdout]    |
[INFO] [stdout] 84 | #[derive(Debug, Clone, Eq, PartialEq, RustcDecodable, RustcEncodable)]
[INFO] [stdout]    |                                       ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `RustcEncodable` in this scope
[INFO] [stdout]   --> src/lib.rs:84:55
[INFO] [stdout]    |
[INFO] [stdout] 84 | #[derive(Debug, Clone, Eq, PartialEq, RustcDecodable, RustcEncodable)]
[INFO] [stdout]    |                                                       ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `RustcDecodable` in this scope
[INFO] [stdout]   --> src/lib.rs:92:39
[INFO] [stdout]    |
[INFO] [stdout] 92 | #[derive(Debug, Clone, Eq, PartialEq, RustcDecodable, RustcEncodable)]
[INFO] [stdout]    |                                       ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `RustcEncodable` in this scope
[INFO] [stdout]   --> src/lib.rs:92:55
[INFO] [stdout]    |
[INFO] [stdout] 92 | #[derive(Debug, Clone, Eq, PartialEq, RustcDecodable, RustcEncodable)]
[INFO] [stdout]    |                                                       ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `RustcDecodable` in this scope
[INFO] [stdout]   --> src/lib.rs:96:39
[INFO] [stdout]    |
[INFO] [stdout] 96 | #[derive(Debug, Clone, Eq, PartialEq, RustcDecodable, RustcEncodable)]
[INFO] [stdout]    |                                       ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `RustcEncodable` in this scope
[INFO] [stdout]   --> src/lib.rs:96:55
[INFO] [stdout]    |
[INFO] [stdout] 96 | #[derive(Debug, Clone, Eq, PartialEq, RustcDecodable, RustcEncodable)]
[INFO] [stdout]    |                                                       ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `RustcDecodable` in this scope
[INFO] [stdout]    --> src/lib.rs:100:39
[INFO] [stdout]     |
[INFO] [stdout] 100 | #[derive(Debug, Clone, Eq, PartialEq, RustcDecodable, RustcEncodable)]
[INFO] [stdout]     |                                       ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `RustcEncodable` in this scope
[INFO] [stdout]    --> src/lib.rs:100:55
[INFO] [stdout]     |
[INFO] [stdout] 100 | #[derive(Debug, Clone, Eq, PartialEq, RustcDecodable, RustcEncodable)]
[INFO] [stdout]     |                                                       ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `LogData: Decodable` is not satisfied
[INFO] [stdout]   --> src/log.rs:76:32
[INFO] [stdout]    |
[INFO] [stdout] 76 |             ops::from_binary::<LogData>(buf)
[INFO] [stdout]    |                                ^^^^^^^ the trait `Decodable` is not implemented for `LogData`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the following other types implement trait `Decodable`:
[INFO] [stdout]              ()
[INFO] [stdout]              (T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11)
[INFO] [stdout]              (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11)
[INFO] [stdout]              (T10, T11)
[INFO] [stdout]              (T11,)
[INFO] [stdout]              (T2, T3, T4, T5, T6, T7, T8, T9, T10, T11)
[INFO] [stdout]              (T3, T4, T5, T6, T7, T8, T9, T10, T11)
[INFO] [stdout]              (T4, T5, T6, T7, T8, T9, T10, T11)
[INFO] [stdout]            and 74 others
[INFO] [stdout] note: required by a bound in `from_binary`
[INFO] [stdout]   --> src/ops.rs:59:23
[INFO] [stdout]    |
[INFO] [stdout] 59 | pub fn from_binary<T: Decodable>(encoded: Vec<u8>) -> DecodingResult<T> {
[INFO] [stdout]    |                       ^^^^^^^^^ required by this bound in `from_binary`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::sync::atomic::AtomicUsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead
[INFO] [stdout]    --> src/log.rs:221:27
[INFO] [stdout]     |
[INFO] [stdout] 221 |                 if header.compare_and_swap(hv as usize, sealed as usize, Ordering::SeqCst) ==
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::sync::atomic::AtomicUsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead
[INFO] [stdout]    --> src/log.rs:252:27
[INFO] [stdout]     |
[INFO] [stdout] 252 |                 if header.compare_and_swap(hv as usize, claimed as usize, Ordering::SeqCst) !=
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::sync::atomic::AtomicUsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead
[INFO] [stdout]    --> src/log.rs:363:28
[INFO] [stdout]     |
[INFO] [stdout] 363 |             if self.header.compare_and_swap(hv as usize, hv2 as usize, Ordering::SeqCst) ==
[INFO] [stdout]     |                            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/log.rs:319:13
[INFO] [stdout]     |
[INFO] [stdout] 319 |         let mut out_buf = unsafe { (*self.buf.get()).as_mut_slice() };
[INFO] [stdout]     |             ----^^^^^^^
[INFO] [stdout]     |             |
[INFO] [stdout]     |             help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `icefall` (lib) due to 27 previous errors; 4 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "73ddddda01f68b4167f756b4836aba1306a1d626a9c9f986781420cf8339c61a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "73ddddda01f68b4167f756b4836aba1306a1d626a9c9f986781420cf8339c61a", kill_on_drop: false }`
[INFO] [stdout] 73ddddda01f68b4167f756b4836aba1306a1d626a9c9f986781420cf8339c61a
