[INFO] cloning repository https://github.com/AI3xGP/faramir
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/AI3xGP/faramir" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAI3xGP%2Ffaramir", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAI3xGP%2Ffaramir'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] c4b5d4a8d4e6ce7ba760f00aa919f3800ce324ea
[INFO] checking AI3xGP/faramir against try#012cd62c9add58ab3910e44c137d87db3ab70f61 for pr-155915
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAI3xGP%2Ffaramir" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/AI3xGP/faramir
[INFO] finished tweaking git repo https://github.com/AI3xGP/faramir
[INFO] tweaked toml for git repo https://github.com/AI3xGP/faramir written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/AI3xGP/faramir on toolchain 012cd62c9add58ab3910e44c137d87db3ab70f61
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+012cd62c9add58ab3910e44c137d87db3ab70f61" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/AI3xGP/faramir already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+012cd62c9add58ab3910e44c137d87db3ab70f61" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+012cd62c9add58ab3910e44c137d87db3ab70f61" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] bdcd39fe553fee0e87a7103ce5304b33518571c2927da37491511fe7057465e9
[INFO] running `Command { std: "docker" "start" "-a" "bdcd39fe553fee0e87a7103ce5304b33518571c2927da37491511fe7057465e9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "bdcd39fe553fee0e87a7103ce5304b33518571c2927da37491511fe7057465e9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bdcd39fe553fee0e87a7103ce5304b33518571c2927da37491511fe7057465e9", kill_on_drop: false }`
[INFO] [stdout] bdcd39fe553fee0e87a7103ce5304b33518571c2927da37491511fe7057465e9
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+012cd62c9add58ab3910e44c137d87db3ab70f61" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] afe972d6ca4a199ba8815ed6f685ca3e690143b9b38dd748b3015b8cf51e8ead
[INFO] running `Command { std: "docker" "start" "-a" "afe972d6ca4a199ba8815ed6f685ca3e690143b9b38dd748b3015b8cf51e8ead", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling autocfg v1.5.0
[INFO] [stderr]     Checking memchr v2.8.0
[INFO] [stderr]    Compiling owo-colors v4.3.0
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling zmij v1.0.21
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]     Checking itoa v1.0.18
[INFO] [stderr]    Compiling binrw_derive v0.15.1
[INFO] [stderr]     Checking byteorder v1.5.0
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]     Checking iana-time-zone v0.1.65
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling binrw v0.15.1
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]     Checking array-init v2.1.0
[INFO] [stderr]     Checking bytemuck v1.25.0
[INFO] [stderr]    Compiling anyhow v1.0.102
[INFO] [stderr]     Checking log v0.4.29
[INFO] [stderr]     Checking encoding_rs v0.8.35
[INFO] [stderr]     Checking marvin32 v0.1.1
[INFO] [stderr]     Checking csv-core v0.1.13
[INFO] [stderr]     Checking same-file v1.0.6
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]     Checking ryu v1.0.23
[INFO] [stderr]     Checking walkdir v2.5.0
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]     Checking roxmltree v0.20.0
[INFO] [stderr]    Compiling proc-macro-error-attr2 v2.0.0
[INFO] [stderr]     Checking csv v1.4.0
[INFO] [stderr]    Compiling num-derive v0.3.3
[INFO] [stderr]    Compiling proc-macro-error2 v2.0.1
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling clap_derive v4.6.0
[INFO] [stderr]    Compiling getset v0.1.6
[INFO] [stderr]    Compiling derive-getters v0.5.0
[INFO] [stderr]    Compiling num-derive v0.4.2
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking memoverlay v0.1.3
[INFO] [stderr]     Checking clap v4.6.0
[INFO] [stderr]     Checking chrono v0.4.44
[INFO] [stderr]     Checking winstructs v0.3.2
[INFO] [stderr]     Checking nt_hive2 v4.2.4
[INFO] [stdout] error: custom attribute panicked
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/nt_hive2-4.2.4/src/nk.rs:32:1
[INFO] [stdout]    |
[INFO] [stdout] 32 | #[binread]
[INFO] [stdout]    | ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: message: end byte index 52 is out of bounds for string of length 33
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: custom attribute panicked
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/nt_hive2-4.2.4/src/vk.rs:82:1
[INFO] [stdout]    |
[INFO] [stdout] 82 | #[binread]
[INFO] [stdout]    | ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: message: end byte index 88 is out of bounds for string of length 12
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: proc-macro derive panicked
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/nt_hive2-4.2.4/src/transactionlog/transactionlogsentry.rs:43:10
[INFO] [stdout]    |
[INFO] [stdout] 43 | #[derive(BinRead, Debug, Clone, Default, Getters)]
[INFO] [stdout]    |          ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: message: end byte index 86 is out of bounds for string of length 31
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::nk::KeyNode`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/nt_hive2-4.2.4/src/hive/mod.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 18 | use crate::nk::KeyNode;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^ no `KeyNode` in `nk`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::vk::KeyValue`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/nt_hive2-4.2.4/src/nk.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | use crate::vk::KeyValue;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^ no `KeyValue` in `vk`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `nk::KeyNode`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/nt_hive2-4.2.4/src/lib.rs:45:14
[INFO] [stdout]    |
[INFO] [stdout] 45 | pub use nk::{KeyNode, KeyNodeWithMagic, SubPath};
[INFO] [stdout]    |              ^^^^^^^ no `KeyNode` in `nk`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `vk::KeyValue`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/nt_hive2-4.2.4/src/lib.rs:46:14
[INFO] [stdout]    |
[INFO] [stdout] 46 | pub use vk::{KeyValue, KeyValueWithMagic, RegistryValue};
[INFO] [stdout]    |              ^^^^^^^^ no `KeyValue` in `vk`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `KeyNode` in this scope
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/nt_hive2-4.2.4/src/nk.rs:28:29
[INFO] [stdout]    |
[INFO] [stdout] 28 | pub struct KeyNodeWithMagic(KeyNode);
[INFO] [stdout]    |                             ^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `KeyNode` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/nt_hive2-4.2.4/src/nk.rs:135:6
[INFO] [stdout]     |
[INFO] [stdout] 135 | impl KeyNode {
[INFO] [stdout]     |      ^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `KeyNode` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/nt_hive2-4.2.4/src/nk.rs:289:24
[INFO] [stdout]     |
[INFO] [stdout] 289 | impl SubPath<&str> for KeyNode {
[INFO] [stdout]     |                        ^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `KeyNode` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/nt_hive2-4.2.4/src/nk.rs:303:27
[INFO] [stdout]     |
[INFO] [stdout] 303 | impl SubPath<&String> for KeyNode {
[INFO] [stdout]     |                           ^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `KeyNode` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/nt_hive2-4.2.4/src/nk.rs:317:30
[INFO] [stdout]     |
[INFO] [stdout] 317 | impl SubPath<&Vec<&str>> for KeyNode {
[INFO] [stdout]     |                              ^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `KeyNode` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/nt_hive2-4.2.4/src/nk.rs:331:32
[INFO] [stdout]     |
[INFO] [stdout] 331 | impl SubPath<&Vec<String>> for KeyNode {
[INFO] [stdout]     |                                ^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `KeyNode` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/nt_hive2-4.2.4/src/nk.rs:374:33
[INFO] [stdout]     |
[INFO] [stdout] 374 | impl From<KeyNodeWithMagic> for KeyNode {
[INFO] [stdout]     |                                 ^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `KeyValue` in this scope
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/nt_hive2-4.2.4/src/vk.rs:78:30
[INFO] [stdout]    |
[INFO] [stdout] 78 | pub struct KeyValueWithMagic(KeyValue);
[INFO] [stdout]    |                              ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `KeyValue` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/nt_hive2-4.2.4/src/vk.rs:307:6
[INFO] [stdout]     |
[INFO] [stdout] 307 | impl KeyValue {
[INFO] [stdout]     |      ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `KeyValue` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/nt_hive2-4.2.4/src/vk.rs:341:44
[INFO] [stdout]     |
[INFO] [stdout] 341 | impl From<Cell<KeyValueWithMagic, ()>> for KeyValue {
[INFO] [stdout]     |                                            ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `TransactionLogsEntry: BinRead` is not satisfied
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/nt_hive2-4.2.4/src/transactionlog/mod.rs:39:32
[INFO] [stdout]     |
[INFO] [stdout]  39 |         match reader.read_le::<TransactionLogsEntry>() {
[INFO] [stdout]     |                      -------   ^^^^^^^^^^^^^^^^^^^^ unsatisfied trait bound
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      required by a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout] help: the trait `BinRead` is not implemented for `TransactionLogsEntry`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/nt_hive2-4.2.4/src/transactionlog/transactionlogsentry.rs:45:1
[INFO] [stdout]     |
[INFO] [stdout]  45 | pub struct TransactionLogsEntry {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: the following other types implement trait `BinRead`:
[INFO] [stdout]               ()
[INFO] [stdout]               (..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)
[INFO] [stdout]               (..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)
[INFO] [stdout]               (..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)
[INFO] [stdout]               (..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)
[INFO] [stdout]               (..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)
[INFO] [stdout]               (..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...)
[INFO] [stdout]               (b15, b16, b17, b18, b19, b20, b21, b22, b23, b24, b25, b26, b27, b28, b29, b30, b31, b32)
[INFO] [stdout]             and 80 others
[INFO] [stdout] note: required by a bound in `binrw::BinReaderExt::read_le`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/binrw-0.15.1/src/binread/mod.rs:248:12
[INFO] [stdout]     |
[INFO] [stdout] 246 |     fn read_le<'a, T>(&mut self) -> BinResult<T>
[INFO] [stdout]     |        ------- required by a bound in this associated function
[INFO] [stdout] 247 |     where
[INFO] [stdout] 248 |         T: BinRead,
[INFO] [stdout]     |            ^^^^^^^ required by this bound in `BinReaderExt::read_le`
[INFO] [stdout]     = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/nt_hive2-4e185b4fb6a24964.long-type-9243923664426753758.txt'
[INFO] [stdout]     = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0277, E0425, E0432.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `nt_hive2` (lib) due to 18 previous errors
[INFO] running `Command { std: "docker" "inspect" "afe972d6ca4a199ba8815ed6f685ca3e690143b9b38dd748b3015b8cf51e8ead", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "afe972d6ca4a199ba8815ed6f685ca3e690143b9b38dd748b3015b8cf51e8ead", kill_on_drop: false }`
[INFO] [stdout] afe972d6ca4a199ba8815ed6f685ca3e690143b9b38dd748b3015b8cf51e8ead
