[INFO] fetching crate cursive-tree 0.0.9...
[INFO] testing cursive-tree-0.0.9 against 1.97.0-beta.6 for beta-1.98-1
[INFO] extracting crate cursive-tree 0.0.9 into /workspace/builds/worker-3-tc1/source
[INFO] started tweaking crates.io crate cursive-tree 0.0.9
[INFO] removed 0 missing examples
[INFO] finished tweaking crates.io crate cursive-tree 0.0.9
[INFO] tweaked toml for crates.io crate cursive-tree 0.0.9 written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate cursive-tree 0.0.9 on toolchain 1.97.0-beta.6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.97.0-beta.6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate cursive-tree 0.0.9 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" "+1.97.0-beta.6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded cursive-macros v0.1.0
[INFO] [stderr]   Downloaded cursive v0.21.1
[INFO] [stderr]   Downloaded cursive_core v0.4.6
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 347840c77e00d1ebf8f264595e551c87a5438349e3ef879a32f4419f8f343b2d
[INFO] running `Command { std: "docker" "start" "347840c77e00d1ebf8f264595e551c87a5438349e3ef879a32f4419f8f343b2d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "347840c77e00d1ebf8f264595e551c87a5438349e3ef879a32f4419f8f343b2d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "347840c77e00d1ebf8f264595e551c87a5438349e3ef879a32f4419f8f343b2d" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "347840c77e00d1ebf8f264595e551c87a5438349e3ef879a32f4419f8f343b2d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "347840c77e00d1ebf8f264595e551c87a5438349e3ef879a32f4419f8f343b2d" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling lock_api v0.4.14
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]    Compiling mio v1.1.1
[INFO] [stderr]    Compiling castaway v0.2.4
[INFO] [stderr]    Compiling deranged v0.5.8
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling signal-hook v0.3.18
[INFO] [stderr]    Compiling time-core v0.1.8
[INFO] [stderr]    Compiling once_cell v1.21.4
[INFO] [stderr]    Compiling num-conv v0.2.0
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling crossbeam-channel v0.5.15
[INFO] [stderr]    Compiling compact_str v0.8.1
[INFO] [stderr]    Compiling cursive-macros v0.1.0
[INFO] [stderr]    Compiling xi-unicode v0.3.0
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling signal-hook-mio v0.2.5
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling num-complex v0.4.6
[INFO] [stderr]    Compiling num-iter v0.1.45
[INFO] [stderr]    Compiling num-rational v0.4.2
[INFO] [stderr]    Compiling time v0.3.47
[INFO] [stderr]    Compiling crossterm v0.28.1
[INFO] [stderr]    Compiling num v0.4.3
[INFO] [stderr]    Compiling darling_core v0.21.3
[INFO] [stderr]    Compiling enum-map-derive v0.17.0
[INFO] [stderr]    Compiling enum-map v2.7.3
[INFO] [stderr]    Compiling darling_macro v0.21.3
[INFO] [stderr]    Compiling darling v0.21.3
[INFO] [stderr]    Compiling enumset_derive v0.14.0
[INFO] [stderr]    Compiling enumset v1.1.10
[INFO] [stderr]    Compiling cursive_core v0.4.6
[INFO] [stderr]    Compiling cursive v0.21.1
[INFO] [stderr]    Compiling cursive-tree v0.0.9 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.22s
[INFO] running `Command { std: "docker" "inspect" "347840c77e00d1ebf8f264595e551c87a5438349e3ef879a32f4419f8f343b2d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "347840c77e00d1ebf8f264595e551c87a5438349e3ef879a32f4419f8f343b2d" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling cursive-tree v0.0.9 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.30s
[INFO] running `Command { std: "docker" "inspect" "347840c77e00d1ebf8f264595e551c87a5438349e3ef879a32f4419f8f343b2d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "347840c77e00d1ebf8f264595e551c87a5438349e3ef879a32f4419f8f343b2d" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "test" "--frozen", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.10s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/cursive_tree-b3a24d9d70ac8839)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests cursive_tree
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test src/backend/backend.rs - backend::backend::TreeBackend::handle_selection_changed (line 132) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/backend/backend.rs - backend::backend::TreeBackend::handle_selection_changed (line 132) stdout ----
[INFO] [stdout] error[E0423]: expected value, found crate `cursive`
[INFO] [stdout]    --> src/backend/backend.rs:133:7
[INFO] [stdout]     |
[INFO] [stdout] 133 | match cursive.call_on_name("MyTree", |tree: &mut TreeView<MyBackend>| {
[INFO] [stdout]     |       ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: use the path separator to refer to an item
[INFO] [stdout]     |
[INFO] [stdout] 133 - match cursive.call_on_name("MyTree", |tree: &mut TreeView<MyBackend>| {
[INFO] [stdout] 133 + match cursive::call_on_name("MyTree", |tree: &mut TreeView<MyBackend>| {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `TreeView` in this scope
[INFO] [stdout]    --> src/backend/backend.rs:133:50
[INFO] [stdout]     |
[INFO] [stdout] 133 | match cursive.call_on_name("MyTree", |tree: &mut TreeView<MyBackend>| {
[INFO] [stdout]     |                                                  ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `MyBackend` in this scope
[INFO] [stdout]    --> src/backend/backend.rs:133:59
[INFO] [stdout]     |
[INFO] [stdout] 133 | match cursive.call_on_name("MyTree", |tree: &mut TreeView<MyBackend>| {
[INFO] [stdout]     |                                                           ^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]     |
[INFO] [stdout] 132 | fn main() { #[allow(non_snake_case)] fn _doctest_main_src_backend_backend_rs_132_0<MyBackend>() {
[INFO] [stdout]     |                                                                                   +++++++++++
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `context` in this scope
[INFO] [stdout]    --> src/backend/backend.rs:135:33
[INFO] [stdout]     |
[INFO] [stdout] 135 |         Some(node) => node.data(context)?.map(|data| data.something.clone()),
[INFO] [stdout]     |                                 ^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0423]: expected value, found crate `cursive`
[INFO] [stdout]    --> src/backend/backend.rs:140:48
[INFO] [stdout]     |
[INFO] [stdout] 140 |     Some(Err(error)) => BackendT::handle_error(cursive, error),
[INFO] [stdout]     |                                                ^^^^^^^ not a value
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `do_something_with` in this scope
[INFO] [stdout]    --> src/backend/backend.rs:139:34
[INFO] [stdout]     |
[INFO] [stdout] 139 |     Some(Ok(Some(something))) => do_something_with(something),
[INFO] [stdout]     |                                  ^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `BackendT` in this scope
[INFO] [stdout]    --> src/backend/backend.rs:140:25
[INFO] [stdout]     |
[INFO] [stdout] 140 |     Some(Err(error)) => BackendT::handle_error(cursive, error),
[INFO] [stdout]     |                         ^^^^^^^^ use of undeclared type `BackendT`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 7 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0423, E0425, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0423`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/backend/backend.rs - backend::backend::TreeBackend::handle_selection_changed (line 132)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.16s
[INFO] [stdout] 
[INFO] [stdout] all doctests ran in 0.27s; merged doctests compilation took 0.11s
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "347840c77e00d1ebf8f264595e551c87a5438349e3ef879a32f4419f8f343b2d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "347840c77e00d1ebf8f264595e551c87a5438349e3ef879a32f4419f8f343b2d", kill_on_drop: false }`
[INFO] [stdout] 347840c77e00d1ebf8f264595e551c87a5438349e3ef879a32f4419f8f343b2d
