[INFO] crate just 0.5.5 is already in cache [INFO] checking just-0.5.5 against master#73f76b74efcaf21bd5424d87c66cd6ed7fe5c7de for pr-68325 [INFO] extracting crate just 0.5.5 into /workspace/builds/worker-1/source [INFO] validating manifest of crates.io crate just 0.5.5 on toolchain 73f76b74efcaf21bd5424d87c66cd6ed7fe5c7de [INFO] running `"/workspace/cargo-home/bin/cargo" "+73f76b74efcaf21bd5424d87c66cd6ed7fe5c7de" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate just 0.5.5 [INFO] finished tweaking crates.io crate just 0.5.5 [INFO] tweaked toml for crates.io crate just 0.5.5 written to /workspace/builds/worker-1/source/Cargo.toml [INFO] crate crates.io crate just 0.5.5 already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+73f76b74efcaf21bd5424d87c66cd6ed7fe5c7de" "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-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "+73f76b74efcaf21bd5424d87c66cd6ed7fe5c7de" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] d60ac5172733f3462919a1d26dc2c86ec8f6a8921b754b9ac9d4afbdffdda27f [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "d60ac5172733f3462919a1d26dc2c86ec8f6a8921b754b9ac9d4afbdffdda27f"` [INFO] [stderr] Checking target v1.0.0 [INFO] [stderr] Checking edit-distance v2.1.0 [INFO] [stderr] Checking executable-path v1.0.0 [INFO] [stderr] Compiling snafu-derive v0.6.1 [INFO] [stderr] Checking backtrace v0.3.41 [INFO] [stderr] Checking env_logger v0.7.1 [INFO] [stderr] Checking failure v0.1.6 [INFO] [stderr] Checking which v3.1.0 [INFO] [stderr] Checking snafu v0.6.1 [INFO] [stderr] Checking just v0.5.5 (/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:672:7 [INFO] [stderr] | [INFO] [stderr] 672 | 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] = help: the trait `std::marker::Sized` is not implemented for `str` [INFO] [stderr] = note: to learn more, visit [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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:696:7 [INFO] [stderr] | [INFO] [stderr] 696 | 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 [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "d60ac5172733f3462919a1d26dc2c86ec8f6a8921b754b9ac9d4afbdffdda27f"` [INFO] running `"docker" "rm" "-f" "d60ac5172733f3462919a1d26dc2c86ec8f6a8921b754b9ac9d4afbdffdda27f"` [INFO] [stdout] d60ac5172733f3462919a1d26dc2c86ec8f6a8921b754b9ac9d4afbdffdda27f