[INFO] crate just 0.5.10 is already in cache
[INFO] checking just-0.5.10 against master#bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc for pr-70917
[INFO] extracting crate just 0.5.10 into /workspace/builds/worker-5/source
[INFO] validating manifest of crates.io crate just 0.5.10 on toolchain bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking crates.io crate just 0.5.10
[INFO] finished tweaking crates.io crate just 0.5.10
[INFO] tweaked toml for crates.io crate just 0.5.10 written to /workspace/builds/worker-5/source/Cargo.toml
[INFO] crate crates.io crate just 0.5.10 already has a lockfile, it will not be regenerated
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "check" "--frozen" "--all" "--all-targets"`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] 2a4126ee72fd3ce12ecf57b43882cbc8cf72a0cd76cddaf634396ef33b064685
[INFO] running `"docker" "start" "-a" "2a4126ee72fd3ce12ecf57b43882cbc8cf72a0cd76cddaf634396ef33b064685"`
[INFO] [stderr]     Checking edit-distance v2.1.0
[INFO] [stderr]     Checking target v1.0.0
[INFO] [stderr]     Checking executable-path v1.0.0
[INFO] [stderr]     Checking backtrace-sys v0.1.34
[INFO] [stderr]    Compiling snafu-derive v0.6.2
[INFO] [stderr]    Compiling derivative v2.0.2
[INFO] [stderr]     Checking rand v0.7.3
[INFO] [stderr]     Checking ctrlc v3.1.4
[INFO] [stderr]     Checking env_logger v0.7.1
[INFO] [stderr]     Checking backtrace v0.3.45
[INFO] [stderr]     Checking failure v0.1.7
[INFO] [stderr]     Checking which v3.1.1
[INFO] [stderr]     Checking tempfile v3.1.0
[INFO] [stderr]     Checking snafu v0.6.2
[INFO] [stderr]     Checking just v0.5.10 (/opt/rustwide/workdir)
[INFO] [stderr] error[E0432]: unresolved import `test_utilities`
[INFO] [stderr]   --> src/testing.rs:33:16
[INFO] [stderr]    |
[INFO] [stderr] 33 | pub(crate) use test_utilities::{tempdir, unindent};
[INFO] [stderr]    |                ^^^^^^^^^^^^^^ use of undeclared type or module `test_utilities`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved imports `test_utilities`, `testing::unindent`
[INFO] [stderr]    --> src/search.rs:200:7
[INFO] [stderr]     |
[INFO] [stderr] 200 |   use test_utilities::tmptree;
[INFO] [stderr]     |       ^^^^^^^^^^^^^^ use of undeclared type or module `test_utilities`
[INFO] [stderr]     | 
[INFO] [stderr]    ::: src/parser.rs:668:7
[INFO] [stderr]     |
[INFO] [stderr] 668 |   use testing::unindent;
[INFO] [stderr]     |       ^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the macro `tmptree`
[INFO] [stderr]    --> src/search.rs:321:15
[INFO] [stderr]     |
[INFO] [stderr] 321 |     let tmp = tmptree! {
[INFO] [stderr]     |               ^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the size for values of type `str` cannot be known at compilation time
[INFO] [stderr]    --> src/lexer.rs:781:5
[INFO] [stderr]     |
[INFO] [stderr] 781 |     assert_eq!(roundtrip, text, "Roundtrip mismatch");
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time
[INFO] [stderr]     | 
[INFO] [stderr]    ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pretty_assertions-0.6.1/src/lib.rs:96:30
[INFO] [stderr]     |
[INFO] [stderr] 96  | ot panic on fail
[INFO] [stderr]     |                              ------ required by this bound in `pretty_assertions::Comparison::new`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the trait `std::marker::Sized` is not implemented for `str`
[INFO] [stderr]     = note: to learn more, visit <https://doc.rust-lang.org/book/ch19-04-advanced-types.html#dynamically-sized-types-and-the-sized-trait>
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the size for values of type `str` cannot be known at compilation time
[INFO] [stderr]    --> src/parser.rs:692:7
[INFO] [stderr]     |
[INFO] [stderr] 692 |       println!("parsed text: {}", unindented);
[INFO] [stderr]     |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time
[INFO] [stderr]     |
[INFO] [stderr]     = help: the trait `std::marker::Sized` is not implemented for `str`
[INFO] [stderr]     = note: to learn more, visit <https://doc.rust-lang.org/book/ch19-04-advanced-types.html#dynamically-sized-types-and-the-sized-trait>
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 5 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0277, E0432.
[INFO] [stderr] For more information about an error, try `rustc --explain E0277`.
[INFO] [stderr] error: could not compile `just`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error[E0432]: unresolved import `test_utilities`
[INFO] [stderr]  --> tests/interrupts.rs:9:7
[INFO] [stderr]   |
[INFO] [stderr] 9 |   use test_utilities::tempdir;
[INFO] [stderr]   |       ^^^^^^^^^^^^^^ use of undeclared type or module `test_utilities`
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to previous error
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0432`.
[INFO] [stderr] error: could not compile `just`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error[E0432]: unresolved import `test_utilities`
[INFO] [stderr]   --> tests/integration.rs:12:5
[INFO] [stderr]    |
[INFO] [stderr] 12 | use test_utilities::{tempdir, unindent};
[INFO] [stderr]    |     ^^^^^^^^^^^^^^ use of undeclared type or module `test_utilities`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `test_utilities`
[INFO] [stderr]  --> tests/search.rs:4:5
[INFO] [stderr]   |
[INFO] [stderr] 4 | use test_utilities::tmptree;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^ use of undeclared type or module `test_utilities`
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the macro `tmptree`
[INFO] [stderr]   --> tests/search.rs:26:13
[INFO] [stderr]    |
[INFO] [stderr] 26 |   let tmp = tmptree! {
[INFO] [stderr]    |             ^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the macro `tmptree`
[INFO] [stderr]   --> tests/search.rs:42:13
[INFO] [stderr]    |
[INFO] [stderr] 42 |   let tmp = tmptree! {
[INFO] [stderr]    |             ^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the macro `tmptree`
[INFO] [stderr]   --> tests/search.rs:58:13
[INFO] [stderr]    |
[INFO] [stderr] 58 |   let tmp = tmptree! {
[INFO] [stderr]    |             ^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the macro `tmptree`
[INFO] [stderr]   --> tests/search.rs:71:13
[INFO] [stderr]    |
[INFO] [stderr] 71 |   let tmp = tmptree! {
[INFO] [stderr]    |             ^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the macro `tmptree`
[INFO] [stderr]   --> tests/search.rs:90:13
[INFO] [stderr]    |
[INFO] [stderr] 90 |   let tmp = tmptree! {
[INFO] [stderr]    |             ^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the macro `tmptree`
[INFO] [stderr]    --> tests/search.rs:106:13
[INFO] [stderr]     |
[INFO] [stderr] 106 |   let tmp = tmptree! {
[INFO] [stderr]     |             ^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the macro `tmptree`
[INFO] [stderr]    --> tests/search.rs:127:13
[INFO] [stderr]     |
[INFO] [stderr] 127 |   let tmp = tmptree! {
[INFO] [stderr]     |             ^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the macro `tmptree`
[INFO] [stderr]    --> tests/search.rs:139:13
[INFO] [stderr]     |
[INFO] [stderr] 139 |   let tmp = tmptree! {
[INFO] [stderr]     |             ^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `test_utilities`
[INFO] [stderr]  --> tests/readme.rs:4:5
[INFO] [stderr]   |
[INFO] [stderr] 4 | use test_utilities::{assert_success, tempdir};
[INFO] [stderr]   |     ^^^^^^^^^^^^^^ use of undeclared type or module `test_utilities`
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to previous error
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0432`.
[INFO] [stderr] error[E0432]: unresolved import `test_utilities`
[INFO] [stderr]  --> tests/invocation_directory.rs:4:5
[INFO] [stderr]   |
[INFO] [stderr] 4 | use test_utilities::tempdir;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^ use of undeclared type or module `test_utilities`
[INFO] [stderr] 
[INFO] [stderr] error: could not compile `just`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: aborting due to 9 previous errors
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0432`.
[INFO] [stderr] error: could not compile `just`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error[E0432]: unresolved import `test_utilities`
[INFO] [stderr]  --> tests/edit.rs:6:5
[INFO] [stderr]   |
[INFO] [stderr] 6 | use test_utilities::{assert_stdout, tmptree};
[INFO] [stderr]   |     ^^^^^^^^^^^^^^ use of undeclared type or module `test_utilities`
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the macro `tmptree`
[INFO] [stderr]   --> tests/edit.rs:13:13
[INFO] [stderr]    |
[INFO] [stderr] 13 |   let tmp = tmptree! {
[INFO] [stderr]    |             ^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the macro `tmptree`
[INFO] [stderr]   --> tests/edit.rs:37:13
[INFO] [stderr]    |
[INFO] [stderr] 37 |   let tmp = tmptree! {
[INFO] [stderr]    |             ^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the macro `tmptree`
[INFO] [stderr]   --> tests/edit.rs:91:13
[INFO] [stderr]    |
[INFO] [stderr] 91 |   let tmp = tmptree! {
[INFO] [stderr]    |             ^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to previous error
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0432`.
[INFO] [stderr] error: aborting due to 4 previous errors
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0432`.
[INFO] [stderr] error: could not compile `just`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `just`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error[E0432]: unresolved import `test_utilities`
[INFO] [stderr]  --> tests/shell.rs:5:5
[INFO] [stderr]   |
[INFO] [stderr] 5 | use test_utilities::{assert_stdout, tmptree};
[INFO] [stderr]   |     ^^^^^^^^^^^^^^ use of undeclared type or module `test_utilities`
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the macro `tmptree`
[INFO] [stderr]   --> tests/shell.rs:20:13
[INFO] [stderr]    |
[INFO] [stderr] 20 |   let tmp = tmptree! {
[INFO] [stderr]    |             ^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the macro `tmptree`
[INFO] [stderr]   --> tests/shell.rs:59:13
[INFO] [stderr]    |
[INFO] [stderr] 59 |   let tmp = tmptree! {
[INFO] [stderr]    |             ^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the macro `tmptree`
[INFO] [stderr]   --> tests/shell.rs:88:13
[INFO] [stderr]    |
[INFO] [stderr] 88 |   let tmp = tmptree! {
[INFO] [stderr]    |             ^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 4 previous errors
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0432`.
[INFO] [stderr] error: aborting due to previous error
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0432`.
[INFO] [stderr] error: could not compile `just`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `just`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error[E0432]: unresolved import `test_utilities`
[INFO] [stderr]  --> tests/init.rs:5:5
[INFO] [stderr]   |
[INFO] [stderr] 5 | use test_utilities::{tempdir, tmptree};
[INFO] [stderr]   |     ^^^^^^^^^^^^^^ use of undeclared type or module `test_utilities`
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the macro `tmptree`
[INFO] [stderr]   --> tests/init.rs:50:13
[INFO] [stderr]    |
[INFO] [stderr] 50 |   let tmp = tmptree! {
[INFO] [stderr]    |             ^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the macro `tmptree`
[INFO] [stderr]   --> tests/init.rs:70:13
[INFO] [stderr]    |
[INFO] [stderr] 70 |   let tmp = tmptree! {
[INFO] [stderr]    |             ^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the macro `tmptree`
[INFO] [stderr]   --> tests/init.rs:91:13
[INFO] [stderr]    |
[INFO] [stderr] 91 |   let tmp = tmptree! {
[INFO] [stderr]    |             ^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the macro `tmptree`
[INFO] [stderr]    --> tests/init.rs:111:13
[INFO] [stderr]     |
[INFO] [stderr] 111 |   let tmp = tmptree! {
[INFO] [stderr]     |             ^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the macro `tmptree`
[INFO] [stderr]    --> tests/init.rs:134:13
[INFO] [stderr]     |
[INFO] [stderr] 134 |   let tmp = tmptree! {
[INFO] [stderr]     |             ^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the macro `tmptree`
[INFO] [stderr]    --> tests/init.rs:158:13
[INFO] [stderr]     |
[INFO] [stderr] 158 |   let tmp = tmptree! {
[INFO] [stderr]     |             ^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `test_utilities`
[INFO] [stderr]  --> tests/working_directory.rs:4:5
[INFO] [stderr]   |
[INFO] [stderr] 4 | use test_utilities::tmptree;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^ use of undeclared type or module `test_utilities`
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the macro `tmptree`
[INFO] [stderr]   --> tests/working_directory.rs:27:13
[INFO] [stderr]    |
[INFO] [stderr] 27 |   let tmp = tmptree! {
[INFO] [stderr]    |             ^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the macro `tmptree`
[INFO] [stderr]   --> tests/working_directory.rs:53:13
[INFO] [stderr]    |
[INFO] [stderr] 53 |   let tmp = tmptree! {
[INFO] [stderr]    |             ^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the macro `tmptree`
[INFO] [stderr]   --> tests/working_directory.rs:80:13
[INFO] [stderr]    |
[INFO] [stderr] 80 |   let tmp = tmptree! {
[INFO] [stderr]    |             ^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the macro `tmptree`
[INFO] [stderr]    --> tests/working_directory.rs:106:13
[INFO] [stderr]     |
[INFO] [stderr] 106 |   let tmp = tmptree! {
[INFO] [stderr]     |             ^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the macro `tmptree`
[INFO] [stderr]    --> tests/working_directory.rs:136:13
[INFO] [stderr]     |
[INFO] [stderr] 136 |   let tmp = tmptree! {
[INFO] [stderr]     |             ^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the macro `tmptree`
[INFO] [stderr]    --> tests/working_directory.rs:164:13
[INFO] [stderr]     |
[INFO] [stderr] 164 |   let tmp = tmptree! {
[INFO] [stderr]     |             ^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 7 previous errors
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0432`.
[INFO] [stderr] error: could not compile `just`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: aborting due to 7 previous errors
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0432`.
[INFO] [stderr] error: could not compile `just`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "2a4126ee72fd3ce12ecf57b43882cbc8cf72a0cd76cddaf634396ef33b064685"`
[INFO] running `"docker" "rm" "-f" "2a4126ee72fd3ce12ecf57b43882cbc8cf72a0cd76cddaf634396ef33b064685"`
[INFO] [stdout] 2a4126ee72fd3ce12ecf57b43882cbc8cf72a0cd76cddaf634396ef33b064685
