[INFO] fetching crate lcrt 0.1.2...
[INFO] checking lcrt-0.1.2 against master#4d1bd0db7f489b22c6d8aa2385937a95412c015b for pr-114682
[INFO] extracting crate lcrt 0.1.2 into /workspace/builds/worker-4-tc1/source
[INFO] validating manifest of crates.io crate lcrt 0.1.2 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 lcrt 0.1.2
[INFO] finished tweaking crates.io crate lcrt 0.1.2
[INFO] tweaked toml for crates.io crate lcrt 0.1.2 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 cool_asserts v2.0.3
[INFO] [stderr]   Downloaded indent_write v2.2.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] ad946ed182deafe5db7a6c29210d98dc12f3a970d1f513f4caab83cdd23b499d
[INFO] running `Command { std: "docker" "start" "-a" "ad946ed182deafe5db7a6c29210d98dc12f3a970d1f513f4caab83cdd23b499d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ad946ed182deafe5db7a6c29210d98dc12f3a970d1f513f4caab83cdd23b499d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ad946ed182deafe5db7a6c29210d98dc12f3a970d1f513f4caab83cdd23b499d", kill_on_drop: false }`
[INFO] [stdout] ad946ed182deafe5db7a6c29210d98dc12f3a970d1f513f4caab83cdd23b499d
[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] e7f9266ebfca166059c69f08fdd7a40d199d37416c69e1e617cd244af60d2b62
[INFO] running `Command { std: "docker" "start" "-a" "e7f9266ebfca166059c69f08fdd7a40d199d37416c69e1e617cd244af60d2b62", kill_on_drop: false }`
[INFO] [stderr]     Checking lcrt v0.1.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `vec::*`
[INFO] [stdout]   --> src/lib.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vec::*;
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `cool_asserts`
[INFO] [stdout]    --> src/list.rs:106:9
[INFO] [stdout]     |
[INFO] [stdout] 106 |     use cool_asserts::assert_panics;
[INFO] [stdout]     |         ^^^^^^^^^^^^ use of undeclared crate or module `cool_asserts`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `pretty_assertions`
[INFO] [stdout]    --> src/list.rs:107:9
[INFO] [stdout]     |
[INFO] [stdout] 107 |     use pretty_assertions::assert_eq;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `pretty_assertions`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `cool_asserts`
[INFO] [stdout]    --> src/tree.rs:223:9
[INFO] [stdout]     |
[INFO] [stdout] 223 |     use cool_asserts::assert_panics;
[INFO] [stdout]     |         ^^^^^^^^^^^^ use of undeclared crate or module `cool_asserts`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `pretty_assertions`
[INFO] [stdout]    --> src/tree.rs:224:9
[INFO] [stdout]     |
[INFO] [stdout] 224 |     use pretty_assertions::assert_eq;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `pretty_assertions`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `pretty_assertions`
[INFO] [stdout]   --> src/vec.rs:17:9
[INFO] [stdout]    |
[INFO] [stdout] 17 |     use pretty_assertions::assert_eq;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `pretty_assertions`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `lc_tree` in this scope
[INFO] [stdout]    --> src/tree.rs:228:17
[INFO] [stdout]     |
[INFO] [stdout] 228 |         let t = lc_tree!("");
[INFO] [stdout]     |                 ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `lc_list` in this scope
[INFO] [stdout]    --> src/list.rs:160:48
[INFO] [stdout]     |
[INFO] [stdout] 160 |         ListNode::assert_eq(lc_list!(1, 2, 3), lc_list!(1, 2, 3));
[INFO] [stdout]     |                                                ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `lc_list` in this scope
[INFO] [stdout]    --> src/list.rs:160:29
[INFO] [stdout]     |
[INFO] [stdout] 160 |         ListNode::assert_eq(lc_list!(1, 2, 3), lc_list!(1, 2, 3));
[INFO] [stdout]     |                             ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `lc_list` in this scope
[INFO] [stdout]    --> src/list.rs:159:42
[INFO] [stdout]     |
[INFO] [stdout] 159 |         ListNode::assert_eq(lc_list!(1), lc_list!(1));
[INFO] [stdout]     |                                          ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `lc_list` in this scope
[INFO] [stdout]    --> src/list.rs:159:29
[INFO] [stdout]     |
[INFO] [stdout] 159 |         ListNode::assert_eq(lc_list!(1), lc_list!(1));
[INFO] [stdout]     |                             ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `lc_list` in this scope
[INFO] [stdout]    --> src/list.rs:158:41
[INFO] [stdout]     |
[INFO] [stdout] 158 |         ListNode::assert_eq(lc_list!(), lc_list!());
[INFO] [stdout]     |                                         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `lc_list` in this scope
[INFO] [stdout]    --> src/list.rs:158:29
[INFO] [stdout]     |
[INFO] [stdout] 158 |         ListNode::assert_eq(lc_list!(), lc_list!());
[INFO] [stdout]     |                             ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `lc_list` in this scope
[INFO] [stdout]    --> src/list.rs:111:17
[INFO] [stdout]     |
[INFO] [stdout] 111 |         let l = lc_list![];
[INFO] [stdout]     |                 ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the macro `assert_eq`
[INFO] [stdout]   --> src/vec.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 |         assert_eq!(l, vec![vec![9], vec![3, 15], vec![20], vec![7]]);
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `lc_vecvec` in this scope
[INFO] [stdout]   --> src/vec.rs:21:17
[INFO] [stdout]    |
[INFO] [stdout] 21 |         let l = lc_vecvec![[9], [3, 15], [20], [7]];
[INFO] [stdout]    |                 ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `lc_tree_assert_list_eq` in this scope
[INFO] [stdout]    --> src/tree.rs:275:9
[INFO] [stdout]     |
[INFO] [stdout] 275 |         lc_tree_assert_list_eq!(vec![lc_tree!("1"), lc_tree!("1,null,2")], ("1", "1,null,2"));
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `lc_tree_assert_list_eq` in this scope
[INFO] [stdout]    --> src/tree.rs:274:9
[INFO] [stdout]     |
[INFO] [stdout] 274 |         lc_tree_assert_list_eq!(vec![lc_tree!("1")], ("1"));
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `lc_tree_assert_list_eq` in this scope
[INFO] [stdout]    --> src/tree.rs:273:9
[INFO] [stdout]     |
[INFO] [stdout] 273 |         lc_tree_assert_list_eq!(vec![lc_tree!("")], (""));
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the macro `assert_panics`
[INFO] [stdout]    --> src/tree.rs:268:9
[INFO] [stdout]     |
[INFO] [stdout] 268 |         assert_panics!(lc_tree_assert_eq!(lc_tree!("1,null,2,3"), "1,2,null,3"));
[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_panics`
[INFO] [stdout]    --> src/tree.rs:267:9
[INFO] [stdout]     |
[INFO] [stdout] 267 |         assert_panics!(lc_tree_assert_eq!(lc_tree!("1,null,2"), "1,2,null"));
[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_panics`
[INFO] [stdout]    --> src/tree.rs:266:9
[INFO] [stdout]     |
[INFO] [stdout] 266 |         assert_panics!(lc_tree_assert_eq!(lc_tree!("1"), ""));
[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_panics`
[INFO] [stdout]    --> src/tree.rs:265:9
[INFO] [stdout]     |
[INFO] [stdout] 265 |         assert_panics!(lc_tree_assert_eq!(lc_tree!(""), "1"));
[INFO] [stdout]     |         ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `lc_tree_assert_eq` in this scope
[INFO] [stdout]    --> src/tree.rs:260:9
[INFO] [stdout]     |
[INFO] [stdout] 260 |         lc_tree_assert_eq!(lc_tree!("1,2,null,3"), "1,2,null,3");
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `lc_tree_assert_eq` in this scope
[INFO] [stdout]    --> src/tree.rs:259:9
[INFO] [stdout]     |
[INFO] [stdout] 259 |         lc_tree_assert_eq!(lc_tree!("1,null,2,3"), "1,null,2,3");
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `lc_tree_assert_eq` in this scope
[INFO] [stdout]    --> src/tree.rs:258:9
[INFO] [stdout]     |
[INFO] [stdout] 258 |         lc_tree_assert_eq!(lc_tree!("1,2,3"), "1,2,3");
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `lc_tree_assert_eq` in this scope
[INFO] [stdout]    --> src/tree.rs:257:9
[INFO] [stdout]     |
[INFO] [stdout] 257 |         lc_tree_assert_eq!(lc_tree!("1"), "1");
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `lc_tree_assert_eq` in this scope
[INFO] [stdout]    --> src/tree.rs:256:9
[INFO] [stdout]     |
[INFO] [stdout] 256 |         lc_tree_assert_eq!(lc_tree!(""), "");
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the macro `assert_eq`
[INFO] [stdout]    --> src/tree.rs:249:9
[INFO] [stdout]     |
[INFO] [stdout] 249 |         assert_eq!(trc2.val, 3);
[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_eq`
[INFO] [stdout]    --> src/tree.rs:245:9
[INFO] [stdout]     |
[INFO] [stdout] 245 |         assert_eq!(trc.left.as_ref().unwrap().borrow().val, 3);
[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_eq`
[INFO] [stdout]    --> src/tree.rs:241:9
[INFO] [stdout]     |
[INFO] [stdout] 241 |         assert_eq!(t.right.as_ref().unwrap().borrow().val, 2);
[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_eq`
[INFO] [stdout]    --> src/tree.rs:238:9
[INFO] [stdout]     |
[INFO] [stdout] 238 |         assert_eq!(t.val, 1);
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `lc_tree` in this scope
[INFO] [stdout]    --> src/tree.rs:234:48
[INFO] [stdout]     |
[INFO] [stdout] 234 |         let t: Option<Rc<RefCell<TreeNode>>> = lc_tree!("1,null,2,3");
[INFO] [stdout]     |                                                ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the macro `assert_panics`
[INFO] [stdout]    --> src/list.rs:168:9
[INFO] [stdout]     |
[INFO] [stdout] 168 |         assert_panics!(ListNode::assert_eq(lc_list!(1, 2), lc_list!(1, 2, 3)));
[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_panics`
[INFO] [stdout]    --> src/list.rs:167:9
[INFO] [stdout]     |
[INFO] [stdout] 167 |         assert_panics!(ListNode::assert_eq(lc_list!(1, 2), lc_list!(1, 3)));
[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_panics`
[INFO] [stdout]    --> src/list.rs:166:9
[INFO] [stdout]     |
[INFO] [stdout] 166 |         assert_panics!(ListNode::assert_eq(lc_list!(1), lc_list!()));
[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_panics`
[INFO] [stdout]    --> src/list.rs:165:9
[INFO] [stdout]     |
[INFO] [stdout] 165 |         assert_panics!(ListNode::assert_eq(lc_list!(), lc_list!(1)));
[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_eq`
[INFO] [stdout]    --> src/list.rs:129:9
[INFO] [stdout]     |
[INFO] [stdout] 129 |         assert_eq!(
[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_eq`
[INFO] [stdout]    --> src/list.rs:125:9
[INFO] [stdout]     |
[INFO] [stdout] 125 |         assert_eq!(l.as_ref().unwrap().next.as_ref().unwrap().val, 2);
[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_eq`
[INFO] [stdout]    --> src/list.rs:121:9
[INFO] [stdout]     |
[INFO] [stdout] 121 |         assert_eq!(l.as_ref().unwrap().val, 1);
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `lc_list` in this scope
[INFO] [stdout]    --> src/list.rs:117:17
[INFO] [stdout]     |
[INFO] [stdout] 117 |         let l = lc_list![1, 2, 3];
[INFO] [stdout]     |                 ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `vec::*`
[INFO] [stdout]   --> src/lib.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vec::*;
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `assert_eq` found for struct `list::ListNode` in the current scope
[INFO] [stdout]    --> src/list.rs:158:19
[INFO] [stdout]     |
[INFO] [stdout] 16  | pub struct ListNode {
[INFO] [stdout]     | ------------------- function or associated item `assert_eq` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 158 |         ListNode::assert_eq(lc_list!(), lc_list!());
[INFO] [stdout]     |                   ^^^^^^^^^ function or associated item not found in `ListNode`
[INFO] [stdout]     |
[INFO] [stdout] note: if you're trying to build a new `list::ListNode`, consider using `list::ListNode::new` which returns `list::ListNode`
[INFO] [stdout]    --> src/list.rs:22:5
[INFO] [stdout]     |
[INFO] [stdout] 22  |     pub fn new(val: i32) -> Self {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `assert_eq` found for struct `list::ListNode` in the current scope
[INFO] [stdout]    --> src/list.rs:159:19
[INFO] [stdout]     |
[INFO] [stdout] 16  | pub struct ListNode {
[INFO] [stdout]     | ------------------- function or associated item `assert_eq` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 159 |         ListNode::assert_eq(lc_list!(1), lc_list!(1));
[INFO] [stdout]     |                   ^^^^^^^^^ function or associated item not found in `ListNode`
[INFO] [stdout]     |
[INFO] [stdout] note: if you're trying to build a new `list::ListNode`, consider using `list::ListNode::new` which returns `list::ListNode`
[INFO] [stdout]    --> src/list.rs:22:5
[INFO] [stdout]     |
[INFO] [stdout] 22  |     pub fn new(val: i32) -> Self {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `assert_eq` found for struct `list::ListNode` in the current scope
[INFO] [stdout]    --> src/list.rs:160:19
[INFO] [stdout]     |
[INFO] [stdout] 16  | pub struct ListNode {
[INFO] [stdout]     | ------------------- function or associated item `assert_eq` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 160 |         ListNode::assert_eq(lc_list!(1, 2, 3), lc_list!(1, 2, 3));
[INFO] [stdout]     |                   ^^^^^^^^^ function or associated item not found in `ListNode`
[INFO] [stdout]     |
[INFO] [stdout] note: if you're trying to build a new `list::ListNode`, consider using `list::ListNode::new` which returns `list::ListNode`
[INFO] [stdout]    --> src/list.rs:22:5
[INFO] [stdout]     |
[INFO] [stdout] 22  |     pub fn new(val: i32) -> Self {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 43 previous errors; 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `lcrt` (lib test) due to 44 previous errors; 1 warning emitted
[INFO] running `Command { std: "docker" "inspect" "e7f9266ebfca166059c69f08fdd7a40d199d37416c69e1e617cd244af60d2b62", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e7f9266ebfca166059c69f08fdd7a40d199d37416c69e1e617cd244af60d2b62", kill_on_drop: false }`
[INFO] [stdout] e7f9266ebfca166059c69f08fdd7a40d199d37416c69e1e617cd244af60d2b62
[INFO] checking lcrt-0.1.2 against try#785364c7e5e0804473a3fddfb579798ea14e3493 for pr-114682
[INFO] extracting crate lcrt 0.1.2 into /workspace/builds/worker-4-tc2/source
[INFO] validating manifest of crates.io crate lcrt 0.1.2 on toolchain 785364c7e5e0804473a3fddfb579798ea14e3493
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+785364c7e5e0804473a3fddfb579798ea14e3493" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate lcrt 0.1.2
[INFO] finished tweaking crates.io crate lcrt 0.1.2
[INFO] tweaked toml for crates.io crate lcrt 0.1.2 written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+785364c7e5e0804473a3fddfb579798ea14e3493" "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" "+785364c7e5e0804473a3fddfb579798ea14e3493" "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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+785364c7e5e0804473a3fddfb579798ea14e3493" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] c6093a25414382ae004661c8788d3169c837bfefbb942a6e1c8f9208e0bcc70a
[INFO] running `Command { std: "docker" "start" "-a" "c6093a25414382ae004661c8788d3169c837bfefbb942a6e1c8f9208e0bcc70a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c6093a25414382ae004661c8788d3169c837bfefbb942a6e1c8f9208e0bcc70a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c6093a25414382ae004661c8788d3169c837bfefbb942a6e1c8f9208e0bcc70a", kill_on_drop: false }`
[INFO] [stdout] c6093a25414382ae004661c8788d3169c837bfefbb942a6e1c8f9208e0bcc70a
[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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+785364c7e5e0804473a3fddfb579798ea14e3493" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] d2010c63baf87135d7df655e5cec798d3a7f46059ce8f44d6ae985363a3d3c00
[INFO] running `Command { std: "docker" "start" "-a" "d2010c63baf87135d7df655e5cec798d3a7f46059ce8f44d6ae985363a3d3c00", kill_on_drop: false }`
[INFO] [stderr]     Checking lcrt v0.1.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `vec::*`
[INFO] [stdout]   --> src/lib.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vec::*;
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `cool_asserts`
[INFO] [stdout]    --> src/list.rs:106:9
[INFO] [stdout]     |
[INFO] [stdout] 106 |     use cool_asserts::assert_panics;
[INFO] [stdout]     |         ^^^^^^^^^^^^ use of undeclared crate or module `cool_asserts`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `pretty_assertions`
[INFO] [stdout]    --> src/list.rs:107:9
[INFO] [stdout]     |
[INFO] [stdout] 107 |     use pretty_assertions::assert_eq;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `pretty_assertions`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `cool_asserts`
[INFO] [stdout]    --> src/tree.rs:223:9
[INFO] [stdout]     |
[INFO] [stdout] 223 |     use cool_asserts::assert_panics;
[INFO] [stdout]     |         ^^^^^^^^^^^^ use of undeclared crate or module `cool_asserts`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `pretty_assertions`
[INFO] [stdout]    --> src/tree.rs:224:9
[INFO] [stdout]     |
[INFO] [stdout] 224 |     use pretty_assertions::assert_eq;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `pretty_assertions`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `pretty_assertions`
[INFO] [stdout]   --> src/vec.rs:17:9
[INFO] [stdout]    |
[INFO] [stdout] 17 |     use pretty_assertions::assert_eq;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `pretty_assertions`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `lc_tree` in this scope
[INFO] [stdout]    --> src/tree.rs:228:17
[INFO] [stdout]     |
[INFO] [stdout] 228 |         let t = lc_tree!("");
[INFO] [stdout]     |                 ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `lc_list` in this scope
[INFO] [stdout]    --> src/list.rs:160:48
[INFO] [stdout]     |
[INFO] [stdout] 160 |         ListNode::assert_eq(lc_list!(1, 2, 3), lc_list!(1, 2, 3));
[INFO] [stdout]     |                                                ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `lc_list` in this scope
[INFO] [stdout]    --> src/list.rs:160:29
[INFO] [stdout]     |
[INFO] [stdout] 160 |         ListNode::assert_eq(lc_list!(1, 2, 3), lc_list!(1, 2, 3));
[INFO] [stdout]     |                             ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `lc_list` in this scope
[INFO] [stdout]    --> src/list.rs:159:42
[INFO] [stdout]     |
[INFO] [stdout] 159 |         ListNode::assert_eq(lc_list!(1), lc_list!(1));
[INFO] [stdout]     |                                          ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `lc_list` in this scope
[INFO] [stdout]    --> src/list.rs:159:29
[INFO] [stdout]     |
[INFO] [stdout] 159 |         ListNode::assert_eq(lc_list!(1), lc_list!(1));
[INFO] [stdout]     |                             ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `lc_list` in this scope
[INFO] [stdout]    --> src/list.rs:158:41
[INFO] [stdout]     |
[INFO] [stdout] 158 |         ListNode::assert_eq(lc_list!(), lc_list!());
[INFO] [stdout]     |                                         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `lc_list` in this scope
[INFO] [stdout]    --> src/list.rs:158:29
[INFO] [stdout]     |
[INFO] [stdout] 158 |         ListNode::assert_eq(lc_list!(), lc_list!());
[INFO] [stdout]     |                             ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `lc_list` in this scope
[INFO] [stdout]    --> src/list.rs:111:17
[INFO] [stdout]     |
[INFO] [stdout] 111 |         let l = lc_list![];
[INFO] [stdout]     |                 ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the macro `assert_eq`
[INFO] [stdout]   --> src/vec.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 |         assert_eq!(l, vec![vec![9], vec![3, 15], vec![20], vec![7]]);
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `lc_vecvec` in this scope
[INFO] [stdout]   --> src/vec.rs:21:17
[INFO] [stdout]    |
[INFO] [stdout] 21 |         let l = lc_vecvec![[9], [3, 15], [20], [7]];
[INFO] [stdout]    |                 ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `lc_tree_assert_list_eq` in this scope
[INFO] [stdout]    --> src/tree.rs:275:9
[INFO] [stdout]     |
[INFO] [stdout] 275 |         lc_tree_assert_list_eq!(vec![lc_tree!("1"), lc_tree!("1,null,2")], ("1", "1,null,2"));
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `lc_tree_assert_list_eq` in this scope
[INFO] [stdout]    --> src/tree.rs:274:9
[INFO] [stdout]     |
[INFO] [stdout] 274 |         lc_tree_assert_list_eq!(vec![lc_tree!("1")], ("1"));
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `lc_tree_assert_list_eq` in this scope
[INFO] [stdout]    --> src/tree.rs:273:9
[INFO] [stdout]     |
[INFO] [stdout] 273 |         lc_tree_assert_list_eq!(vec![lc_tree!("")], (""));
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the macro `assert_panics`
[INFO] [stdout]    --> src/tree.rs:268:9
[INFO] [stdout]     |
[INFO] [stdout] 268 |         assert_panics!(lc_tree_assert_eq!(lc_tree!("1,null,2,3"), "1,2,null,3"));
[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_panics`
[INFO] [stdout]    --> src/tree.rs:267:9
[INFO] [stdout]     |
[INFO] [stdout] 267 |         assert_panics!(lc_tree_assert_eq!(lc_tree!("1,null,2"), "1,2,null"));
[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_panics`
[INFO] [stdout]    --> src/tree.rs:266:9
[INFO] [stdout]     |
[INFO] [stdout] 266 |         assert_panics!(lc_tree_assert_eq!(lc_tree!("1"), ""));
[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_panics`
[INFO] [stdout]    --> src/tree.rs:265:9
[INFO] [stdout]     |
[INFO] [stdout] 265 |         assert_panics!(lc_tree_assert_eq!(lc_tree!(""), "1"));
[INFO] [stdout]     |         ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `lc_tree_assert_eq` in this scope
[INFO] [stdout]    --> src/tree.rs:260:9
[INFO] [stdout]     |
[INFO] [stdout] 260 |         lc_tree_assert_eq!(lc_tree!("1,2,null,3"), "1,2,null,3");
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `lc_tree_assert_eq` in this scope
[INFO] [stdout]    --> src/tree.rs:259:9
[INFO] [stdout]     |
[INFO] [stdout] 259 |         lc_tree_assert_eq!(lc_tree!("1,null,2,3"), "1,null,2,3");
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `lc_tree_assert_eq` in this scope
[INFO] [stdout]    --> src/tree.rs:258:9
[INFO] [stdout]     |
[INFO] [stdout] 258 |         lc_tree_assert_eq!(lc_tree!("1,2,3"), "1,2,3");
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `lc_tree_assert_eq` in this scope
[INFO] [stdout]    --> src/tree.rs:257:9
[INFO] [stdout]     |
[INFO] [stdout] 257 |         lc_tree_assert_eq!(lc_tree!("1"), "1");
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `lc_tree_assert_eq` in this scope
[INFO] [stdout]    --> src/tree.rs:256:9
[INFO] [stdout]     |
[INFO] [stdout] 256 |         lc_tree_assert_eq!(lc_tree!(""), "");
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the macro `assert_eq`
[INFO] [stdout]    --> src/tree.rs:249:9
[INFO] [stdout]     |
[INFO] [stdout] 249 |         assert_eq!(trc2.val, 3);
[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_eq`
[INFO] [stdout]    --> src/tree.rs:245:9
[INFO] [stdout]     |
[INFO] [stdout] 245 |         assert_eq!(trc.left.as_ref().unwrap().borrow().val, 3);
[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_eq`
[INFO] [stdout]    --> src/tree.rs:241:9
[INFO] [stdout]     |
[INFO] [stdout] 241 |         assert_eq!(t.right.as_ref().unwrap().borrow().val, 2);
[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_eq`
[INFO] [stdout]    --> src/tree.rs:238:9
[INFO] [stdout]     |
[INFO] [stdout] 238 |         assert_eq!(t.val, 1);
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `lc_tree` in this scope
[INFO] [stdout]    --> src/tree.rs:234:48
[INFO] [stdout]     |
[INFO] [stdout] 234 |         let t: Option<Rc<RefCell<TreeNode>>> = lc_tree!("1,null,2,3");
[INFO] [stdout]     |                                                ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the macro `assert_panics`
[INFO] [stdout]    --> src/list.rs:168:9
[INFO] [stdout]     |
[INFO] [stdout] 168 |         assert_panics!(ListNode::assert_eq(lc_list!(1, 2), lc_list!(1, 2, 3)));
[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_panics`
[INFO] [stdout]    --> src/list.rs:167:9
[INFO] [stdout]     |
[INFO] [stdout] 167 |         assert_panics!(ListNode::assert_eq(lc_list!(1, 2), lc_list!(1, 3)));
[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_panics`
[INFO] [stdout]    --> src/list.rs:166:9
[INFO] [stdout]     |
[INFO] [stdout] 166 |         assert_panics!(ListNode::assert_eq(lc_list!(1), lc_list!()));
[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_panics`
[INFO] [stdout]    --> src/list.rs:165:9
[INFO] [stdout]     |
[INFO] [stdout] 165 |         assert_panics!(ListNode::assert_eq(lc_list!(), lc_list!(1)));
[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_eq`
[INFO] [stdout]    --> src/list.rs:129:9
[INFO] [stdout]     |
[INFO] [stdout] 129 |         assert_eq!(
[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_eq`
[INFO] [stdout]    --> src/list.rs:125:9
[INFO] [stdout]     |
[INFO] [stdout] 125 |         assert_eq!(l.as_ref().unwrap().next.as_ref().unwrap().val, 2);
[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_eq`
[INFO] [stdout]    --> src/list.rs:121:9
[INFO] [stdout]     |
[INFO] [stdout] 121 |         assert_eq!(l.as_ref().unwrap().val, 1);
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `lc_list` in this scope
[INFO] [stdout]    --> src/list.rs:117:17
[INFO] [stdout]     |
[INFO] [stdout] 117 |         let l = lc_list![1, 2, 3];
[INFO] [stdout]     |                 ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `vec::*`
[INFO] [stdout]   --> src/lib.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vec::*;
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `assert_eq` found for struct `list::ListNode` in the current scope
[INFO] [stdout]    --> src/list.rs:158:19
[INFO] [stdout]     |
[INFO] [stdout] 16  | pub struct ListNode {
[INFO] [stdout]     | ------------------- function or associated item `assert_eq` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 158 |         ListNode::assert_eq(lc_list!(), lc_list!());
[INFO] [stdout]     |                   ^^^^^^^^^ function or associated item not found in `ListNode`
[INFO] [stdout]     |
[INFO] [stdout] note: if you're trying to build a new `list::ListNode`, consider using `list::ListNode::new` which returns `list::ListNode`
[INFO] [stdout]    --> src/list.rs:22:5
[INFO] [stdout]     |
[INFO] [stdout] 22  |     pub fn new(val: i32) -> Self {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `assert_eq` found for struct `list::ListNode` in the current scope
[INFO] [stdout]    --> src/list.rs:159:19
[INFO] [stdout]     |
[INFO] [stdout] 16  | pub struct ListNode {
[INFO] [stdout]     | ------------------- function or associated item `assert_eq` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 159 |         ListNode::assert_eq(lc_list!(1), lc_list!(1));
[INFO] [stdout]     |                   ^^^^^^^^^ function or associated item not found in `ListNode`
[INFO] [stdout]     |
[INFO] [stdout] note: if you're trying to build a new `list::ListNode`, consider using `list::ListNode::new` which returns `list::ListNode`
[INFO] [stdout]    --> src/list.rs:22:5
[INFO] [stdout]     |
[INFO] [stdout] 22  |     pub fn new(val: i32) -> Self {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `assert_eq` found for struct `list::ListNode` in the current scope
[INFO] [stdout]    --> src/list.rs:160:19
[INFO] [stdout]     |
[INFO] [stdout] 16  | pub struct ListNode {
[INFO] [stdout]     | ------------------- function or associated item `assert_eq` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 160 |         ListNode::assert_eq(lc_list!(1, 2, 3), lc_list!(1, 2, 3));
[INFO] [stdout]     |                   ^^^^^^^^^ function or associated item not found in `ListNode`
[INFO] [stdout]     |
[INFO] [stdout] note: if you're trying to build a new `list::ListNode`, consider using `list::ListNode::new` which returns `list::ListNode`
[INFO] [stdout]    --> src/list.rs:22:5
[INFO] [stdout]     |
[INFO] [stdout] 22  |     pub fn new(val: i32) -> Self {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 43 previous errors; 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `lcrt` (lib test) due to 44 previous errors; 1 warning emitted
[INFO] running `Command { std: "docker" "inspect" "d2010c63baf87135d7df655e5cec798d3a7f46059ce8f44d6ae985363a3d3c00", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d2010c63baf87135d7df655e5cec798d3a7f46059ce8f44d6ae985363a3d3c00", kill_on_drop: false }`
[INFO] [stdout] d2010c63baf87135d7df655e5cec798d3a7f46059ce8f44d6ae985363a3d3c00
