[INFO] fetching crate just 0.8.3... [INFO] checking just-0.8.3 against beta for pr-78714 [INFO] extracting crate just 0.8.3 into /workspace/builds/worker-7/source [INFO] validating manifest of crates.io crate just 0.8.3 on toolchain beta [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate just 0.8.3 [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate just 0.8.3 [INFO] tweaked toml for crates.io crate just 0.8.3 written to /workspace/builds/worker-7/source/Cargo.toml [INFO] crate crates.io crate just 0.8.3 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 4d1621aea663589ca1f853ba9bbba9b972820e7a5d83fcfe779acc4892fab678 [INFO] running `Command { std: "docker" "start" "-a" "4d1621aea663589ca1f853ba9bbba9b972820e7a5d83fcfe779acc4892fab678", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4d1621aea663589ca1f853ba9bbba9b972820e7a5d83fcfe779acc4892fab678", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4d1621aea663589ca1f853ba9bbba9b972820e7a5d83fcfe779acc4892fab678", kill_on_drop: false }` [INFO] [stdout] 4d1621aea663589ca1f853ba9bbba9b972820e7a5d83fcfe779acc4892fab678 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 25a9c12efeedc9f29ce3db16c3f230083d83f532d88cde00d7cac3a667828979 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "25a9c12efeedc9f29ce3db16c3f230083d83f532d88cde00d7cac3a667828979", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Checking regex-syntax v0.6.20 [INFO] [stderr] Checking target v1.0.0 [INFO] [stderr] Checking getrandom v0.1.15 [INFO] [stderr] Checking atty v0.2.14 [INFO] [stderr] Checking ctrlc v3.1.7 [INFO] [stderr] Compiling strum_macros v0.19.4 [INFO] [stderr] Compiling snafu-derive v0.6.9 [INFO] [stderr] Compiling derivative v2.1.1 [INFO] [stderr] Compiling thiserror-impl v1.0.21 [INFO] [stderr] Checking clap v2.33.3 [INFO] [stderr] Checking rand_core v0.5.1 [INFO] [stderr] Checking rand_chacha v0.2.2 [INFO] [stderr] Checking rand v0.7.3 [INFO] [stderr] Checking regex v1.4.1 [INFO] [stderr] Checking tempfile v3.1.0 [INFO] [stderr] Checking env_logger v0.8.1 [INFO] [stderr] Checking snafu v0.6.9 [INFO] [stderr] Checking thiserror v1.0.21 [INFO] [stderr] Checking strum v0.19.5 [INFO] [stderr] Checking which v4.0.2 [INFO] [stderr] Checking just v0.8.3 (/opt/rustwide/workdir) [INFO] [stdout] error[E0432]: unresolved import `test_utilities` [INFO] [stdout] --> src/testing.rs:33:16 [INFO] [stdout] | [INFO] [stdout] 33 | pub(crate) use test_utilities::{tempdir, unindent}; [INFO] [stdout] | ^^^^^^^^^^^^^^ use of undeclared crate or module `test_utilities` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved imports `test_utilities`, `testing::unindent` [INFO] [stdout] --> src/parser.rs:717:7 [INFO] [stdout] | [INFO] [stdout] 717 | use testing::unindent; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/search.rs:200:7 [INFO] [stdout] | [INFO] [stdout] 200 | use test_utilities::tmptree; [INFO] [stdout] | ^^^^^^^^^^^^^^ use of undeclared crate or module `test_utilities` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `tmptree` [INFO] [stdout] --> src/search.rs:321:15 [INFO] [stdout] | [INFO] [stdout] 321 | let tmp = tmptree! { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the size for values of type `str` cannot be known at compilation time [INFO] [stdout] --> src/lexer.rs:863:5 [INFO] [stdout] | [INFO] [stdout] 863 | assert_eq!(roundtrip, text, "Roundtrip mismatch"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pretty_assertions-0.6.1/src/lib.rs:96:30 [INFO] [stdout] | [INFO] [stdout] 96 | pub fn new(left: &TLeft, right: &TRight) -> Comparison { [INFO] [stdout] | ------ required by this bound in `Comparison::new` [INFO] [stdout] | [INFO] [stdout] = help: the trait `Sized` is not implemented for `str` [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the size for values of type `str` cannot be known at compilation time [INFO] [stdout] --> src/parser.rs:741:7 [INFO] [stdout] | [INFO] [stdout] 741 | println!("parsed text: {}", unindented); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time [INFO] [stdout] | [INFO] [stdout] = help: the trait `Sized` is not implemented for `str` [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `test_utilities` [INFO] [stdout] --> tests/common.rs:13:16 [INFO] [stdout] | [INFO] [stdout] 13 | pub(crate) use test_utilities::{assert_stdout, tempdir, tmptree, unindent}; [INFO] [stdout] | ^^^^^^^^^^^^^^ use of undeclared crate or module `test_utilities` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `test_utilities` [INFO] [stdout] --> tests/dotenv.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use test_utilities::tmptree; [INFO] [stdout] | ^^^^^^^^^^^^^^ use of undeclared crate or module `test_utilities` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `test_utilities` [INFO] [stdout] --> tests/examples.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use test_utilities::assert_success; [INFO] [stdout] | ^^^^^^^^^^^^^^ use of undeclared crate or module `test_utilities` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `test_utilities` [INFO] [stdout] --> tests/init.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use test_utilities::{tempdir, tmptree}; [INFO] [stdout] | ^^^^^^^^^^^^^^ use of undeclared crate or module `test_utilities` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `test_utilities` [INFO] [stdout] --> tests/interrupts.rs:9:7 [INFO] [stdout] | [INFO] [stdout] 9 | use test_utilities::tempdir; [INFO] [stdout] | ^^^^^^^^^^^^^^ use of undeclared crate or module `test_utilities` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `test_utilities` [INFO] [stdout] --> tests/invocation_directory.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use test_utilities::tempdir; [INFO] [stdout] | ^^^^^^^^^^^^^^ use of undeclared crate or module `test_utilities` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `test_utilities` [INFO] [stdout] --> tests/readme.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use test_utilities::{assert_success, tempdir}; [INFO] [stdout] | ^^^^^^^^^^^^^^ use of undeclared crate or module `test_utilities` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `test_utilities` [INFO] [stdout] --> tests/working_directory.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use test_utilities::tmptree; [INFO] [stdout] | ^^^^^^^^^^^^^^ use of undeclared crate or module `test_utilities` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 5 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0277, E0432. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0277`. [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `test_utilities` [INFO] [stdout] --> tests/search.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use test_utilities::tmptree; [INFO] [stdout] | ^^^^^^^^^^^^^^ use of undeclared crate or module `test_utilities` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `test_utilities` [INFO] [stdout] --> tests/shell.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use test_utilities::{assert_stdout, tmptree}; [INFO] [stdout] | ^^^^^^^^^^^^^^ use of undeclared crate or module `test_utilities` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `tmptree` [INFO] [stdout] --> tests/choose.rs:118:13 [INFO] [stdout] | [INFO] [stdout] 118 | let tmp = tmptree! { [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 `tmptree` [INFO] [stdout] --> tests/dotenv.rs:8:13 [INFO] [stdout] | [INFO] [stdout] 8 | let tmp = tmptree! { [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 `tmptree` [INFO] [stdout] --> tests/edit.rs:8:13 [INFO] [stdout] | [INFO] [stdout] 8 | let tmp = tmptree! { [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 `tmptree` [INFO] [stdout] --> tests/edit.rs:32:13 [INFO] [stdout] | [INFO] [stdout] 32 | let tmp = tmptree! { [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 `tmptree` [INFO] [stdout] --> tests/edit.rs:86:13 [INFO] [stdout] | [INFO] [stdout] 86 | let tmp = tmptree! { [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 `tmptree` [INFO] [stdout] --> tests/init.rs:50:13 [INFO] [stdout] | [INFO] [stdout] 50 | let tmp = tmptree! { [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 `tmptree` [INFO] [stdout] --> tests/init.rs:70:13 [INFO] [stdout] | [INFO] [stdout] 70 | let tmp = tmptree! { [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 `tmptree` [INFO] [stdout] --> tests/init.rs:91:13 [INFO] [stdout] | [INFO] [stdout] 91 | let tmp = tmptree! { [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 `tmptree` [INFO] [stdout] --> tests/init.rs:111:13 [INFO] [stdout] | [INFO] [stdout] 111 | let tmp = tmptree! { [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 `tmptree` [INFO] [stdout] --> tests/init.rs:134:13 [INFO] [stdout] | [INFO] [stdout] 134 | let tmp = tmptree! { [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 `tmptree` [INFO] [stdout] --> tests/init.rs:158:13 [INFO] [stdout] | [INFO] [stdout] 158 | let tmp = tmptree! { [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 `tmptree` [INFO] [stdout] --> tests/search.rs:26:13 [INFO] [stdout] | [INFO] [stdout] 26 | let tmp = tmptree! { [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 `tmptree` [INFO] [stdout] --> tests/search.rs:42:13 [INFO] [stdout] | [INFO] [stdout] 42 | let tmp = tmptree! { [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 `tmptree` [INFO] [stdout] --> tests/search.rs:58:13 [INFO] [stdout] | [INFO] [stdout] 58 | let tmp = tmptree! { [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 `tmptree` [INFO] [stdout] --> tests/search.rs:71:13 [INFO] [stdout] | [INFO] [stdout] 71 | let tmp = tmptree! { [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 `tmptree` [INFO] [stdout] --> tests/search.rs:90:13 [INFO] [stdout] | [INFO] [stdout] 90 | let tmp = tmptree! { [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 `tmptree` [INFO] [stdout] --> tests/search.rs:106:13 [INFO] [stdout] | [INFO] [stdout] 106 | let tmp = tmptree! { [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 `tmptree` [INFO] [stdout] --> tests/search.rs:127:13 [INFO] [stdout] | [INFO] [stdout] 127 | let tmp = tmptree! { [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 `tmptree` [INFO] [stdout] --> tests/search.rs:139:13 [INFO] [stdout] | [INFO] [stdout] 139 | let tmp = tmptree! { [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 `tmptree` [INFO] [stdout] --> tests/shell.rs:20:13 [INFO] [stdout] | [INFO] [stdout] 20 | let tmp = tmptree! { [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 `tmptree` [INFO] [stdout] --> tests/shell.rs:59:13 [INFO] [stdout] | [INFO] [stdout] 59 | let tmp = tmptree! { [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 `tmptree` [INFO] [stdout] --> tests/shell.rs:88:13 [INFO] [stdout] | [INFO] [stdout] 88 | let tmp = tmptree! { [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 `tmptree` [INFO] [stdout] --> tests/working_directory.rs:27:13 [INFO] [stdout] | [INFO] [stdout] 27 | let tmp = tmptree! { [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 `tmptree` [INFO] [stdout] --> tests/working_directory.rs:53:13 [INFO] [stdout] | [INFO] [stdout] 53 | let tmp = tmptree! { [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 `tmptree` [INFO] [stdout] --> tests/working_directory.rs:80:13 [INFO] [stdout] | [INFO] [stdout] 80 | let tmp = tmptree! { [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 `tmptree` [INFO] [stdout] --> tests/working_directory.rs:106:13 [INFO] [stdout] | [INFO] [stdout] 106 | let tmp = tmptree! { [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 `tmptree` [INFO] [stdout] --> tests/working_directory.rs:136:13 [INFO] [stdout] | [INFO] [stdout] 136 | let tmp = tmptree! { [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 `tmptree` [INFO] [stdout] --> tests/working_directory.rs:164:13 [INFO] [stdout] | [INFO] [stdout] 164 | let tmp = tmptree! { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [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] [stdout] error: aborting due to 38 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "25a9c12efeedc9f29ce3db16c3f230083d83f532d88cde00d7cac3a667828979", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "25a9c12efeedc9f29ce3db16c3f230083d83f532d88cde00d7cac3a667828979", kill_on_drop: false }` [INFO] [stdout] 25a9c12efeedc9f29ce3db16c3f230083d83f532d88cde00d7cac3a667828979