[INFO] fetching crate echoloc 0.1.10... [INFO] checking echoloc-0.1.10 against try#ea663bba38739867a4b75ac820991b4f5d093c3b for pr-62262-1 [INFO] extracting crate echoloc 0.1.10 into /workspace/builds/worker-6/source [INFO] validating manifest of crates.io crate echoloc 0.1.10 on toolchain ea663bba38739867a4b75ac820991b4f5d093c3b [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate echoloc 0.1.10 [INFO] finished tweaking crates.io crate echoloc 0.1.10 [INFO] tweaked toml for crates.io crate echoloc 0.1.10 written to /workspace/builds/worker-6/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "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-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 3737e623fa2132b922a5deb44e2df28d266c5a9f32475f03136f2d1253f58ac0 [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" "3737e623fa2132b922a5deb44e2df28d266c5a9f32475f03136f2d1253f58ac0"` [INFO] [stderr] Compiling slog v2.5.2 [INFO] [stderr] Compiling getset v0.0.8 [INFO] [stderr] Checking uuid v0.8.1 [INFO] [stderr] Checking slog-try v0.2.0 [INFO] [stderr] Checking echoloc v0.1.10 (/opt/rustwide/workdir) [INFO] [stderr] warning: unknown lint: `question_mark_macro_sep` [INFO] [stderr] --> src/lib.rs:29:5 [INFO] [stderr] | [INFO] [stderr] 29 | question_mark_macro_sep, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unknown_lints)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unknown lint: `question_mark_macro_sep` [INFO] [stderr] --> src/lib.rs:29:5 [INFO] [stderr] | [INFO] [stderr] 29 | question_mark_macro_sep, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unknown_lints)]` on by default [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ParseError` in `uuid::parser` [INFO] [stderr] --> src/error.rs:81:31 [INFO] [stderr] | [INFO] [stderr] 81 | external_error!(uuid::parser::ParseError, ErrKind::Uuid); [INFO] [stderr] | ^^^^^^^^^^ not found in `uuid::parser` [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 15 | use chrono::ParseError; [INFO] [stderr] | [INFO] [stderr] 15 | use chrono::format::ParseError; [INFO] [stderr] | [INFO] [stderr] 15 | use std::string::ParseError; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ParseError` in `uuid::parser` [INFO] [stderr] --> src/error.rs:100:24 [INFO] [stderr] | [INFO] [stderr] 100 | Uuid(uuid::parser::ParseError), [INFO] [stderr] | ^^^^^^^^^^ not found in `uuid::parser` [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 15 | use chrono::ParseError; [INFO] [stderr] | [INFO] [stderr] 15 | use chrono::format::ParseError; [INFO] [stderr] | [INFO] [stderr] 15 | use std::string::ParseError; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0603]: module `parser` is private [INFO] [stderr] --> src/error.rs:81:23 [INFO] [stderr] | [INFO] [stderr] 81 | external_error!(uuid::parser::ParseError, ErrKind::Uuid); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0603]: module `parser` is private [INFO] [stderr] --> src/error.rs:100:16 [INFO] [stderr] | [INFO] [stderr] 100 | Uuid(uuid::parser::ParseError), [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 4 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0412, E0603. [INFO] [stderr] For more information about an error, try `rustc --explain E0412`. [INFO] [stderr] error: could not compile `echoloc`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "3737e623fa2132b922a5deb44e2df28d266c5a9f32475f03136f2d1253f58ac0"` [INFO] running `"docker" "rm" "-f" "3737e623fa2132b922a5deb44e2df28d266c5a9f32475f03136f2d1253f58ac0"` [INFO] [stdout] 3737e623fa2132b922a5deb44e2df28d266c5a9f32475f03136f2d1253f58ac0