[INFO] fetching crate rfm-bin 0.3.7...
[INFO] checking rfm-bin-0.3.7 against try#fa4dd1f19bfeb3fd235dc7f1406c42404436bef5 for pr-145108-2
[INFO] extracting crate rfm-bin 0.3.7 into /workspace/builds/worker-4-tc2/source
[INFO] started tweaking crates.io crate rfm-bin 0.3.7
[INFO] finished tweaking crates.io crate rfm-bin 0.3.7
[INFO] tweaked toml for crates.io crate rfm-bin 0.3.7 written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate rfm-bin 0.3.7 on toolchain fa4dd1f19bfeb3fd235dc7f1406c42404436bef5
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+fa4dd1f19bfeb3fd235dc7f1406c42404436bef5" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate rfm-bin 0.3.7 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" "+fa4dd1f19bfeb3fd235dc7f1406c42404436bef5" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:61361fe0aef631f17e9d025a70c5a647956f8c671dd02950a60ad3f5cc5526d7" "/opt/rustwide/cargo-home/bin/cargo" "+fa4dd1f19bfeb3fd235dc7f1406c42404436bef5" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] e3fb2edec1fcc9a757b0a497e3995682f917505305daf0a998fed68b9ecc89bc
[INFO] running `Command { std: "docker" "start" "-a" "e3fb2edec1fcc9a757b0a497e3995682f917505305daf0a998fed68b9ecc89bc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e3fb2edec1fcc9a757b0a497e3995682f917505305daf0a998fed68b9ecc89bc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e3fb2edec1fcc9a757b0a497e3995682f917505305daf0a998fed68b9ecc89bc", kill_on_drop: false }`
[INFO] [stdout] e3fb2edec1fcc9a757b0a497e3995682f917505305daf0a998fed68b9ecc89bc
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:61361fe0aef631f17e9d025a70c5a647956f8c671dd02950a60ad3f5cc5526d7" "/opt/rustwide/cargo-home/bin/cargo" "+fa4dd1f19bfeb3fd235dc7f1406c42404436bef5" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 74cfc9a50576ce92418b7bb378fbd529edc8f04a70f3ea3584d5c6e5c4f42593
[INFO] running `Command { std: "docker" "start" "-a" "74cfc9a50576ce92418b7bb378fbd529edc8f04a70f3ea3584d5c6e5c4f42593", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde v1.0.217
[INFO] [stderr]     Checking miniz_oxide v0.8.2
[INFO] [stderr]    Compiling syn v2.0.96
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]     Checking parking_lot_core v0.9.10
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling cpufeatures v0.2.16
[INFO] [stderr]     Checking bitflags v2.7.0
[INFO] [stderr]     Checking mio v1.0.3
[INFO] [stderr]     Checking rayon v1.10.0
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling rustix v0.38.43
[INFO] [stderr]     Checking sha2 v0.10.8
[INFO] [stderr]    Compiling mime_guess v2.0.5
[INFO] [stderr]     Checking signal-hook v0.3.17
[INFO] [stderr]     Checking inotify-sys v0.1.5
[INFO] [stderr]     Checking mio v0.8.11
[INFO] [stderr]     Checking half v2.4.1
[INFO] [stderr]     Checking regex-automata v0.4.9
[INFO] [stderr]    Compiling anyhow v1.0.95
[INFO] [stderr]     Checking bytemuck v1.21.0
[INFO] [stderr]     Checking parking_lot v0.12.3
[INFO] [stderr]     Checking once_cell v1.20.2
[INFO] [stderr]    Compiling cached_proc_macro_types v0.1.1
[INFO] [stderr]     Checking clap_builder v4.5.26
[INFO] [stderr]     Checking rust-embed-utils v8.5.0
[INFO] [stderr]     Checking inotify v0.11.0
[INFO] [stderr]     Checking flate2 v1.0.35
[INFO] [stderr]     Checking exr v1.73.0
[INFO] [stderr]     Checking qoi v0.4.1
[INFO] [stderr]     Checking filetime v0.2.25
[INFO] [stderr]     Checking instant v0.1.13
[INFO] [stderr]     Checking signal-hook-mio v0.2.4
[INFO] [stderr]     Checking async_once v0.2.6
[INFO] [stderr]     Checking time v0.3.37
[INFO] [stderr]     Checking unicode-display-width v0.3.0
[INFO] [stderr]     Checking png v0.17.16
[INFO] [stderr]     Checking notify v8.0.0
[INFO] [stderr]     Checking patricia_tree v0.6.3
[INFO] [stderr]     Checking crossterm v0.26.1
[INFO] [stderr]     Checking users v0.11.0
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]     Checking bstr v1.11.3
[INFO] [stderr]     Checking whoami v1.5.2
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]     Checking unix_mode v0.1.4
[INFO] [stderr]     Checking fs_extra v1.3.0
[INFO] [stderr]     Checking tempfile v3.15.0
[INFO] [stderr]     Checking opener v0.7.2
[INFO] [stderr]     Checking jpeg-decoder v0.3.1
[INFO] [stderr]    Compiling darling_core v0.14.4
[INFO] [stderr]     Checking tiff v0.9.1
[INFO] [stderr]    Compiling serde_derive v1.0.217
[INFO] [stderr]    Compiling zerocopy-derive v0.7.35
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling async-trait v0.1.85
[INFO] [stderr]    Compiling clap_derive v4.5.24
[INFO] [stderr]    Compiling rust-embed-impl v8.5.0
[INFO] [stderr]     Checking image v0.24.9
[INFO] [stderr]     Checking tokio v1.43.0
[INFO] [stderr]     Checking rust-embed v8.5.0
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]    Compiling darling_macro v0.14.4
[INFO] [stderr]     Checking zerocopy v0.7.35
[INFO] [stderr]    Compiling darling v0.14.4
[INFO] [stderr]    Compiling cached_proc_macro v0.16.0
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking ppv-lite86 v0.2.20
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking clap v4.5.26
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking futures-executor v0.3.31
[INFO] [stderr]     Checking futures v0.3.31
[INFO] [stderr]     Checking cached v0.42.0
[INFO] [stderr]     Checking serde_spanned v0.6.8
[INFO] [stderr]     Checking toml_datetime v0.6.8
[INFO] [stderr]     Checking toml_edit v0.19.15
[INFO] [stderr]     Checking toml v0.7.8
[INFO] [stderr]     Checking rfm-bin v0.3.7 (/opt/rustwide/workdir)
[INFO] [stdout] error: cannot find derive macro `Embed` in this scope
[INFO] [stdout]   --> src/main.rs:62:10
[INFO] [stdout]    |
[INFO] [stdout] 62 | #[derive(Embed)]
[INFO] [stdout]    |          ^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: `Embed` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]   --> src/main.rs:20:5
[INFO] [stdout]    |
[INFO] [stdout] 20 | use rust_embed::Embed;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `folder` in this scope
[INFO] [stdout]   --> src/main.rs:63:3
[INFO] [stdout]    |
[INFO] [stdout] 63 | #[folder = "examples/"]
[INFO] [stdout]    |   ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: `folder` is an attribute that can be used by the derive macro `RustEmbed`, you might be missing a `derive` attribute
[INFO] [stdout]    |
[INFO] [stdout] 64 + #[derive(RustEmbed)]
[INFO] [stdout] 65 | struct Examples;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Embed` in this scope
[INFO] [stdout]   --> src/main.rs:62:10
[INFO] [stdout]    |
[INFO] [stdout] 62 | #[derive(Embed)]
[INFO] [stdout]    |          ^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: `Embed` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]   --> src/main.rs:20:5
[INFO] [stdout]    |
[INFO] [stdout] 20 | use rust_embed::Embed;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `folder` in this scope
[INFO] [stdout]   --> src/main.rs:63:3
[INFO] [stdout]    |
[INFO] [stdout] 63 | #[folder = "examples/"]
[INFO] [stdout]    |   ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: `folder` is an attribute that can be used by the derive macro `RustEmbed`, you might be missing a `derive` attribute
[INFO] [stdout]    |
[INFO] [stdout] 64 + #[derive(RustEmbed)]
[INFO] [stdout] 65 | struct Examples;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `get` found for struct `Examples` in the current scope
[INFO] [stdout]    --> src/main.rs:123:33
[INFO] [stdout]     |
[INFO] [stdout]  64 | struct Examples;
[INFO] [stdout]     | --------------- function or associated item `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 123 |         let default = Examples::get("config.toml").expect("embedded config.toml");
[INFO] [stdout]     |                                 ^^^ function or associated item not found in `Examples`
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Embed`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]             candidate #3: `toml_edit::table::TableLike`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `get` found for struct `Examples` in the current scope
[INFO] [stdout]    --> src/main.rs:155:33
[INFO] [stdout]     |
[INFO] [stdout]  64 | struct Examples;
[INFO] [stdout]     | --------------- function or associated item `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 155 |         let default = Examples::get("keys.toml").expect("embedded keys.toml");
[INFO] [stdout]     |                                 ^^^ function or associated item not found in `Examples`
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Embed`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]             candidate #3: `toml_edit::table::TableLike`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `get` found for struct `Examples` in the current scope
[INFO] [stdout]    --> src/main.rs:184:33
[INFO] [stdout]     |
[INFO] [stdout]  64 | struct Examples;
[INFO] [stdout]     | --------------- function or associated item `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 184 |         let default = Examples::get("open.toml").expect("embedded open.toml");
[INFO] [stdout]     |                                 ^^^ function or associated item not found in `Examples`
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Embed`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]             candidate #3: `toml_edit::table::TableLike`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `get` found for struct `Examples` in the current scope
[INFO] [stdout]    --> src/main.rs:123:33
[INFO] [stdout]     |
[INFO] [stdout]  64 | struct Examples;
[INFO] [stdout]     | --------------- function or associated item `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 123 |         let default = Examples::get("config.toml").expect("embedded config.toml");
[INFO] [stdout]     |                                 ^^^ function or associated item not found in `Examples`
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `RustEmbed`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]             candidate #3: `toml_edit::table::TableLike`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `get` found for struct `Examples` in the current scope
[INFO] [stdout]    --> src/main.rs:155:33
[INFO] [stdout]     |
[INFO] [stdout]  64 | struct Examples;
[INFO] [stdout]     | --------------- function or associated item `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 155 |         let default = Examples::get("keys.toml").expect("embedded keys.toml");
[INFO] [stdout]     |                                 ^^^ function or associated item not found in `Examples`
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `RustEmbed`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]             candidate #3: `toml_edit::table::TableLike`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `get` found for struct `Examples` in the current scope
[INFO] [stdout]    --> src/main.rs:184:33
[INFO] [stdout]     |
[INFO] [stdout]  64 | struct Examples;
[INFO] [stdout]     | --------------- function or associated item `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 184 |         let default = Examples::get("open.toml").expect("embedded open.toml");
[INFO] [stdout]     |                                 ^^^ function or associated item not found in `Examples`
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `RustEmbed`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]             candidate #3: `toml_edit::table::TableLike`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `get` found for struct `Examples` in the current scope
[INFO] [stdout]    --> src/main.rs:348:32
[INFO] [stdout]     |
[INFO] [stdout]  64 | struct Examples;
[INFO] [stdout]     | --------------- function or associated item `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 348 |         let config = Examples::get("keys.toml");
[INFO] [stdout]     |                                ^^^ function or associated item not found in `Examples`
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `RustEmbed`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]             candidate #3: `toml_edit::table::TableLike`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `get` found for struct `Examples` in the current scope
[INFO] [stdout]    --> src/main.rs:358:32
[INFO] [stdout]     |
[INFO] [stdout]  64 | struct Examples;
[INFO] [stdout]     | --------------- function or associated item `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 358 |         let config = Examples::get("open.toml");
[INFO] [stdout]     |                                ^^^ function or associated item not found in `Examples`
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `RustEmbed`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]             candidate #3: `toml_edit::table::TableLike`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `get` found for struct `Examples` in the current scope
[INFO] [stdout]    --> src/main.rs:368:32
[INFO] [stdout]     |
[INFO] [stdout]  64 | struct Examples;
[INFO] [stdout]     | --------------- function or associated item `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 368 |         let config = Examples::get("config.toml");
[INFO] [stdout]     |                                ^^^ function or associated item not found in `Examples`
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `RustEmbed`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]             candidate #3: `toml_edit::table::TableLike`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0599`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `rfm-bin` (bin "rfm") due to 5 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] For more information about this error, try `rustc --explain E0599`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `rfm-bin` (bin "rfm" test) due to 8 previous errors
[INFO] running `Command { std: "docker" "inspect" "74cfc9a50576ce92418b7bb378fbd529edc8f04a70f3ea3584d5c6e5c4f42593", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "74cfc9a50576ce92418b7bb378fbd529edc8f04a70f3ea3584d5c6e5c4f42593", kill_on_drop: false }`
[INFO] [stdout] 74cfc9a50576ce92418b7bb378fbd529edc8f04a70f3ea3584d5c6e5c4f42593
