[INFO] fetching crate girt-core 2.3.0...
[INFO] checking girt-core-2.3.0 against master#4d1bd0db7f489b22c6d8aa2385937a95412c015b for pr-114682
[INFO] extracting crate girt-core 2.3.0 into /workspace/builds/worker-4-tc1/source
[INFO] validating manifest of crates.io crate girt-core 2.3.0 on toolchain 4d1bd0db7f489b22c6d8aa2385937a95412c015b
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4d1bd0db7f489b22c6d8aa2385937a95412c015b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate girt-core 2.3.0
[INFO] finished tweaking crates.io crate girt-core 2.3.0
[INFO] tweaked toml for crates.io crate girt-core 2.3.0 written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4d1bd0db7f489b22c6d8aa2385937a95412c015b" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4d1bd0db7f489b22c6d8aa2385937a95412c015b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded girt-display v2.3.0
[INFO] [stderr]   Downloaded girt-runtime v2.3.0
[INFO] [stderr]   Downloaded girt-config v2.3.0
[INFO] [stderr]   Downloaded girt-git v2.3.0
[INFO] [stderr]   Downloaded girt-input v2.3.0
[INFO] [stderr]   Downloaded girt-todo-file v2.3.0
[INFO] [stderr]   Downloaded captur v0.1.0
[INFO] [stderr]   Downloaded girt-view v2.3.0
[INFO] [stderr]   Downloaded version-track v0.1.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+4d1bd0db7f489b22c6d8aa2385937a95412c015b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 0159fdf755522fb40803d5f3f60b798f129ce0a3f9cf9a5b8bb51a846843ba07
[INFO] running `Command { std: "docker" "start" "-a" "0159fdf755522fb40803d5f3f60b798f129ce0a3f9cf9a5b8bb51a846843ba07", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0159fdf755522fb40803d5f3f60b798f129ce0a3f9cf9a5b8bb51a846843ba07", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0159fdf755522fb40803d5f3f60b798f129ce0a3f9cf9a5b8bb51a846843ba07", kill_on_drop: false }`
[INFO] [stdout] 0159fdf755522fb40803d5f3f60b798f129ce0a3f9cf9a5b8bb51a846843ba07
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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=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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+4d1bd0db7f489b22c6d8aa2385937a95412c015b" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 29ffadec53b5d8ce353d9bea240f86344e97d34955cbb1bd27e438006e1dad67
[INFO] running `Command { std: "docker" "start" "-a" "29ffadec53b5d8ce353d9bea240f86344e97d34955cbb1bd27e438006e1dad67", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.151
[INFO] [stderr]    Compiling parking_lot_core v0.9.9
[INFO] [stderr]    Compiling vcpkg v0.2.15
[INFO] [stderr]     Checking smallvec v1.11.2
[INFO] [stderr]     Checking tinyvec_macros v0.1.1
[INFO] [stderr]     Checking log v0.4.20
[INFO] [stderr]     Checking unicode-bidi v0.3.14
[INFO] [stderr]    Compiling proc-macro2 v1.0.71
[INFO] [stderr]    Compiling num-traits v0.2.17
[INFO] [stderr]    Compiling rustix v0.38.28
[INFO] [stderr]    Compiling thiserror v1.0.51
[INFO] [stderr]     Checking linux-raw-sys v0.4.12
[INFO] [stderr]     Checking percent-encoding v2.3.1
[INFO] [stderr]    Compiling futures-core v0.3.29
[INFO] [stderr]    Compiling signal-hook v0.3.17
[INFO] [stderr]    Compiling girt-git v2.3.0
[INFO] [stderr]     Checking tinyvec v1.6.0
[INFO] [stderr]     Checking lazy_static v1.4.0
[INFO] [stderr]    Compiling crossbeam-utils v0.8.17
[INFO] [stderr]     Checking iana-time-zone v0.1.58
[INFO] [stderr]     Checking form_urlencoded v1.2.1
[INFO] [stderr]    Compiling girt-config v2.3.0
[INFO] [stderr]     Checking unicode-ident v1.0.12
[INFO] [stderr]    Compiling girt-runtime v2.3.0
[INFO] [stderr]     Checking futures-io v0.3.29
[INFO] [stderr]    Compiling anyhow v1.0.76
[INFO] [stderr]    Compiling aho-corasick v1.1.2
[INFO] [stderr]    Compiling girt-display v2.3.0
[INFO] [stderr]    Compiling regex-syntax v0.8.2
[INFO] [stderr]     Checking futures-channel v0.3.29
[INFO] [stderr]    Compiling quote v1.0.33
[INFO] [stderr]    Compiling girt-todo-file v2.3.0
[INFO] [stderr]    Compiling girt-input v2.3.0
[INFO] [stderr]    Compiling girt-view v2.3.0
[INFO] [stderr]    Compiling syn v2.0.42
[INFO] [stderr]    Compiling rstest_macros v0.18.2
[INFO] [stderr]     Checking captur v0.1.0
[INFO] [stderr]     Checking unicode-normalization v0.1.22
[INFO] [stderr]     Checking crossbeam-channel v0.5.9
[INFO] [stderr]    Compiling relative-path v1.9.0
[INFO] [stderr]     Checking hashbrown v0.14.3
[INFO] [stderr]     Checking xi-unicode v0.3.0
[INFO] [stderr]     Checking unicode-width v0.1.11
[INFO] [stderr]     Checking arrayvec v0.7.4
[INFO] [stderr]     Checking once_cell v1.19.0
[INFO] [stderr]     Checking unicode-segmentation v1.10.1
[INFO] [stderr]     Checking futures-timer v3.0.2
[INFO] [stderr]     Checking num-format v0.4.4
[INFO] [stderr]    Compiling jobserver v0.1.27
[INFO] [stderr]     Checking getrandom v0.2.11
[INFO] [stderr]     Checking signal-hook-registry v1.4.1
[INFO] [stderr]     Checking mio v0.8.10
[INFO] [stderr]     Checking diff v0.1.13
[INFO] [stderr]     Checking idna v0.5.0
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking chrono v0.4.31
[INFO] [stderr]     Checking parking_lot v0.12.1
[INFO] [stderr]    Compiling cc v1.0.83
[INFO] [stderr]     Checking yansi v0.5.1
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking dashmap v5.5.3
[INFO] [stderr]     Checking if_chain v1.0.2
[INFO] [stderr]     Checking pico-args v0.5.0
[INFO] [stderr]     Checking pretty_assertions v1.4.0
[INFO] [stderr]     Checking signal-hook-mio v0.2.3
[INFO] [stderr]     Checking crossterm v0.26.1
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking url v2.5.0
[INFO] [stderr]     Checking tempfile v3.8.1
[INFO] [stderr]     Checking uuid v1.6.1
[INFO] [stderr]    Compiling regex-automata v0.4.3
[INFO] [stderr]    Compiling libz-sys v1.1.12
[INFO] [stderr]    Compiling libgit2-sys v0.14.2+1.5.1
[INFO] [stderr]     Checking version-track v0.1.0
[INFO] [stderr]    Compiling girt-core v2.3.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling regex v1.10.2
[INFO] [stderr]    Compiling thiserror-impl v1.0.51
[INFO] [stderr]    Compiling futures-macro v0.3.29
[INFO] [stderr]    Compiling serial_test_derive v2.0.0
[INFO] [stderr]     Checking git2 v0.15.0
[INFO] [stderr]     Checking futures-util v0.3.29
[INFO] [stderr]     Checking futures-executor v0.3.29
[INFO] [stderr]     Checking futures v0.3.29
[INFO] [stderr]     Checking serial_test v2.0.0
[INFO] [stderr]     Checking rstest v0.18.2
[INFO] [stdout] error: environment variable `GIRT_BUILD_GIT_HASH` not defined at compile time
[INFO] [stdout]   --> src/version.rs:51:42
[INFO] [stdout]    |
[INFO] [stdout] 51 |         let expected_meta = format!("({} {})", env!("GIRT_BUILD_GIT_HASH"), env!("GIRT_BUILD_DATE"));
[INFO] [stdout]    |                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: use `std::env::var("GIRT_BUILD_GIT_HASH")` to read the variable at run time
[INFO] [stdout]    = note: this error originates in the macro `env` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `claim`
[INFO] [stdout]    --> src/application.rs:187:6
[INFO] [stdout]     |
[INFO] [stdout] 187 |     use claim::assert_ok;
[INFO] [stdout]     |         ^^^^^ use of undeclared crate or module `claim`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `claim`
[INFO] [stdout]  --> src/components/search_bar/tests.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use claim::{assert_none, assert_some_eq};
[INFO] [stdout]   |     ^^^^^ use of undeclared crate or module `claim`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `claim`
[INFO] [stdout]  --> src/modules/list/tests/toggle_option.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use claim::{assert_none, assert_some, assert_some_eq};
[INFO] [stdout]   |     ^^^^^ use of undeclared crate or module `claim`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the macro `assert_none`
[INFO] [stdout]   --> src/modules/list/tests/toggle_option.rs:49:4
[INFO] [stdout]    |
[INFO] [stdout] 49 |             assert_none!(module.todo_file.lock().get_line(2).unwrap().option());
[INFO] [stdout]    |             ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the macro `assert_some`
[INFO] [stdout]   --> src/modules/list/tests/toggle_option.rs:48:4
[INFO] [stdout]    |
[INFO] [stdout] 48 |             assert_some!(module.todo_file.lock().get_line(1).unwrap().option());
[INFO] [stdout]    |             ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the macro `assert_none`
[INFO] [stdout]   --> src/modules/list/tests/toggle_option.rs:47:4
[INFO] [stdout]    |
[INFO] [stdout] 47 |             assert_none!(module.todo_file.lock().get_line(0).unwrap().option());
[INFO] [stdout]    |             ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the macro `assert_some_eq`
[INFO] [stdout]   --> src/modules/list/tests/toggle_option.rs:33:4
[INFO] [stdout]    |
[INFO] [stdout] 33 |             assert_some_eq!(line.option(), "-c");
[INFO] [stdout]    |             ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the macro `assert_some_eq`
[INFO] [stdout]   --> src/modules/list/tests/toggle_option.rs:17:4
[INFO] [stdout]    |
[INFO] [stdout] 17 |             assert_some_eq!(line.option(), "-C");
[INFO] [stdout]    |             ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the macro `assert_some_eq`
[INFO] [stdout]    --> src/components/search_bar/tests.rs:234:2
[INFO] [stdout]     |
[INFO] [stdout] 234 |     assert_some_eq!(search_bar.search_value(), "foo");
[INFO] [stdout]     |     ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the macro `assert_some_eq`
[INFO] [stdout]    --> src/components/search_bar/tests.rs:226:2
[INFO] [stdout]     |
[INFO] [stdout] 226 |     assert_some_eq!(search_bar.search_value(), "foo");
[INFO] [stdout]     |     ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the macro `assert_none`
[INFO] [stdout]    --> src/components/search_bar/tests.rs:218:2
[INFO] [stdout]     |
[INFO] [stdout] 218 |     assert_none!(search_bar.search_value());
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the macro `assert_some_eq`
[INFO] [stdout]   --> src/components/search_bar/tests.rs:97:2
[INFO] [stdout]    |
[INFO] [stdout] 97 |     assert_some_eq!(search_bar.read_event(Event::from('a')), Event::from('a'));
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the macro `assert_none`
[INFO] [stdout]   --> src/components/search_bar/tests.rs:90:2
[INFO] [stdout]    |
[INFO] [stdout] 90 |     assert_none!(search_bar.read_event(Event::from('a')));
[INFO] [stdout]    |     ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the macro `assert_none`
[INFO] [stdout]   --> src/components/search_bar/tests.rs:83:2
[INFO] [stdout]    |
[INFO] [stdout] 83 |     assert_none!(search_bar.read_event(Event::from('a')));
[INFO] [stdout]    |     ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the macro `assert_some_eq`
[INFO] [stdout]   --> src/components/search_bar/tests.rs:76:2
[INFO] [stdout]    |
[INFO] [stdout] 76 |     assert_some_eq!(search_bar.input_options(), &INPUT_OPTIONS_SEARCHING);
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the macro `assert_some_eq`
[INFO] [stdout]   --> src/components/search_bar/tests.rs:69:2
[INFO] [stdout]    |
[INFO] [stdout] 69 |     assert_some_eq!(search_bar.input_options(), &INPUT_OPTIONS_EDITING);
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the macro `assert_none`
[INFO] [stdout]   --> src/components/search_bar/tests.rs:62:2
[INFO] [stdout]    |
[INFO] [stdout] 62 |     assert_none!(search_bar.input_options());
[INFO] [stdout]    |     ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the macro `assert_ok`
[INFO] [stdout]    --> src/application.rs:408:3
[INFO] [stdout]     |
[INFO] [stdout] 408 |         assert_ok!(application.run_until_finished());
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the macro `assert_ok`
[INFO] [stdout]    --> src/application.rs:336:3
[INFO] [stdout]     |
[INFO] [stdout] 336 |         assert_ok!(application.run_until_finished());
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 20 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `girt-core` (lib test) due to 21 previous errors
[INFO] running `Command { std: "docker" "inspect" "29ffadec53b5d8ce353d9bea240f86344e97d34955cbb1bd27e438006e1dad67", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "29ffadec53b5d8ce353d9bea240f86344e97d34955cbb1bd27e438006e1dad67", kill_on_drop: false }`
[INFO] [stdout] 29ffadec53b5d8ce353d9bea240f86344e97d34955cbb1bd27e438006e1dad67
