[INFO] cloning repository https://github.com/milkey-mouse/quick-error-ice [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/milkey-mouse/quick-error-ice" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmilkey-mouse%2Fquick-error-ice", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmilkey-mouse%2Fquick-error-ice'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 18cd5d5d2cea988d379a8820fd07cffd2413374e [INFO] testing milkey-mouse/quick-error-ice against 1.90.0 for beta-1.91-3 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmilkey-mouse%2Fquick-error-ice" "/workspace/builds/worker-4-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc1/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/milkey-mouse/quick-error-ice [INFO] finished tweaking git repo https://github.com/milkey-mouse/quick-error-ice [INFO] tweaked toml for git repo https://github.com/milkey-mouse/quick-error-ice written to /workspace/builds/worker-4-tc1/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/milkey-mouse/quick-error-ice on toolchain 1.90.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/milkey-mouse/quick-error-ice already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 0123e238b6da3f0d3765da7da85efc25bb8738d5c4a00696590d30b7e5a240b9 [INFO] running `Command { std: "docker" "start" "-a" "0123e238b6da3f0d3765da7da85efc25bb8738d5c4a00696590d30b7e5a240b9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0123e238b6da3f0d3765da7da85efc25bb8738d5c4a00696590d30b7e5a240b9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0123e238b6da3f0d3765da7da85efc25bb8738d5c4a00696590d30b7e5a240b9", kill_on_drop: false }` [INFO] [stdout] 0123e238b6da3f0d3765da7da85efc25bb8738d5c4a00696590d30b7e5a240b9 [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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a994ad2d7159db897080b6e2f75762126a47c8fff95aa8d732edc73980cee10a [INFO] running `Command { std: "docker" "start" "-a" "a994ad2d7159db897080b6e2f75762126a47c8fff95aa8d732edc73980cee10a", kill_on_drop: false }` [INFO] [stderr] Compiling quick-error-ice v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0106]: missing lifetime specifier [INFO] [stdout] --> src/main.rs:5:25 [INFO] [stdout] | [INFO] [stdout] 5 | CrashesRustc(s: &str) { [INFO] [stdout] | ^ expected named lifetime parameter [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: `AReferenceInQuickError` doesn't implement `Debug` [INFO] [stdout] --> src/main.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | / quick_error! { [INFO] [stdout] 4 | | pub enum AReferenceInQuickError { [INFO] [stdout] 5 | | CrashesRustc(s: &str) { [INFO] [stdout] 6 | | display("hello, {}!", s) [INFO] [stdout] ... | [INFO] [stdout] 9 | | } [INFO] [stdout] | |_^ the trait `Debug` is not implemented for `AReferenceInQuickError` [INFO] [stdout] | [INFO] [stdout] = note: add `#[derive(Debug)]` to `AReferenceInQuickError` or manually `impl Debug for AReferenceInQuickError` [INFO] [stdout] note: required by a bound in `std::error::Error` [INFO] [stdout] --> /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/error.rs:53:1 [INFO] [stdout] = note: this error originates in the macro `quick_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider annotating `AReferenceInQuickError` with `#[derive(Debug)]` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/quick-error-1.2.3/src/lib.rs:561:9 [INFO] [stdout] | [INFO] [stdout] 56+ #[derive(Debug)] [INFO] [stdout] 56| pub enum $name { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0106, E0277. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0106`. [INFO] [stdout] [INFO] [stderr] error: could not compile `quick-error-ice` (bin "quick-error-ice") due to 2 previous errors [INFO] running `Command { std: "docker" "inspect" "a994ad2d7159db897080b6e2f75762126a47c8fff95aa8d732edc73980cee10a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a994ad2d7159db897080b6e2f75762126a47c8fff95aa8d732edc73980cee10a", kill_on_drop: false }` [INFO] [stdout] a994ad2d7159db897080b6e2f75762126a47c8fff95aa8d732edc73980cee10a