[INFO] fetching crate esr 0.1.0... [INFO] checking esr-0.1.0 against beta for pr-78714 [INFO] extracting crate esr 0.1.0 into /workspace/builds/worker-3/source [INFO] validating manifest of crates.io crate esr 0.1.0 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 esr 0.1.0 [INFO] finished tweaking crates.io crate esr 0.1.0 [INFO] tweaked toml for crates.io crate esr 0.1.0 written to /workspace/builds/worker-3/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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] [stdout] e0afc07d8b8a121ecf39f2f6388fc7b85532665c90553113cd4bb38f5ab65533 [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" "e0afc07d8b8a121ecf39f2f6388fc7b85532665c90553113cd4bb38f5ab65533", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e0afc07d8b8a121ecf39f2f6388fc7b85532665c90553113cd4bb38f5ab65533", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e0afc07d8b8a121ecf39f2f6388fc7b85532665c90553113cd4bb38f5ab65533", kill_on_drop: false }` [INFO] [stdout] e0afc07d8b8a121ecf39f2f6388fc7b85532665c90553113cd4bb38f5ab65533 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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] 8de899fb7031975154d6b5e6bf6c51085aec35e2eb74be690a9399b7fb0dccab [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" "8de899fb7031975154d6b5e6bf6c51085aec35e2eb74be690a9399b7fb0dccab", kill_on_drop: false }` [INFO] [stderr] Checking difference v1.0.0 [INFO] [stderr] Checking ansi_term v0.9.0 [INFO] [stderr] Checking serde_json v1.0.59 [INFO] [stderr] Checking toolshed v0.4.0 [INFO] [stderr] Checking pretty_assertions v0.4.1 [INFO] [stderr] Checking esr v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated macro `r#try`: use the `?` operator instead [INFO] [stdout] --> src/error.rs:44:17 [INFO] [stdout] | [INFO] [stdout] 44 | r#try!(write!(f, "Unexpected end of program")) [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `r#try`: use the `?` operator instead [INFO] [stdout] --> src/error.rs:61:17 [INFO] [stdout] | [INFO] [stdout] 61 | r#try!(writeln!(f, "Unexpected token at {}:{}\n", lineno + 1, colno + 1)); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `r#try`: use the `?` operator instead [INFO] [stdout] --> src/error.rs:73:25 [INFO] [stdout] | [INFO] [stdout] 73 | r#try!(writeln!(f, "> {0:1$} | {2}", index+1, width, line)); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `r#try`: use the `?` operator instead [INFO] [stdout] --> src/error.rs:76:29 [INFO] [stdout] | [INFO] [stdout] 76 | ... r#try!(write!(f, " ")); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `r#try`: use the `?` operator instead [INFO] [stdout] --> src/error.rs:79:25 [INFO] [stdout] | [INFO] [stdout] 79 | r#try!(write!(f, " | ")); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `r#try`: use the `?` operator instead [INFO] [stdout] --> src/error.rs:82:29 [INFO] [stdout] | [INFO] [stdout] 82 | ... r#try!(write!(f, " ")); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `r#try`: use the `?` operator instead [INFO] [stdout] --> src/error.rs:86:29 [INFO] [stdout] | [INFO] [stdout] 86 | ... r#try!(write!(f, "^")); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `r#try`: use the `?` operator instead [INFO] [stdout] --> src/error.rs:89:25 [INFO] [stdout] | [INFO] [stdout] 89 | r#try!(write!(f, "\n")); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `r#try`: use the `?` operator instead [INFO] [stdout] --> src/error.rs:91:25 [INFO] [stdout] | [INFO] [stdout] 91 | r#try!(writeln!(f, "{0:1$} | {2}", index+1, width+2, line)); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/parser/nested.rs:41:1 [INFO] [stdout] | [INFO] [stdout] 41 | /// All potential tokens, including Comma for sequence expressions [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_doc_comments)]` on by default [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 10 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> benches/colors.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | #![feature(test)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0554`. [INFO] [stdout] [INFO] [stderr] error: could not compile `esr` [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] warning: use of deprecated macro `r#try`: use the `?` operator instead [INFO] [stdout] --> src/error.rs:44:17 [INFO] [stdout] | [INFO] [stdout] 44 | r#try!(write!(f, "Unexpected end of program")) [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `r#try`: use the `?` operator instead [INFO] [stdout] --> src/error.rs:61:17 [INFO] [stdout] | [INFO] [stdout] 61 | r#try!(writeln!(f, "Unexpected token at {}:{}\n", lineno + 1, colno + 1)); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `r#try`: use the `?` operator instead [INFO] [stdout] --> src/error.rs:73:25 [INFO] [stdout] | [INFO] [stdout] 73 | r#try!(writeln!(f, "> {0:1$} | {2}", index+1, width, line)); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `r#try`: use the `?` operator instead [INFO] [stdout] --> src/error.rs:76:29 [INFO] [stdout] | [INFO] [stdout] 76 | ... r#try!(write!(f, " ")); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `r#try`: use the `?` operator instead [INFO] [stdout] --> src/error.rs:79:25 [INFO] [stdout] | [INFO] [stdout] 79 | r#try!(write!(f, " | ")); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `r#try`: use the `?` operator instead [INFO] [stdout] --> src/error.rs:82:29 [INFO] [stdout] | [INFO] [stdout] 82 | ... r#try!(write!(f, " ")); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `r#try`: use the `?` operator instead [INFO] [stdout] --> src/error.rs:86:29 [INFO] [stdout] | [INFO] [stdout] 86 | ... r#try!(write!(f, "^")); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `r#try`: use the `?` operator instead [INFO] [stdout] --> src/error.rs:89:25 [INFO] [stdout] | [INFO] [stdout] 89 | r#try!(write!(f, "\n")); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `r#try`: use the `?` operator instead [INFO] [stdout] --> src/error.rs:91:25 [INFO] [stdout] | [INFO] [stdout] 91 | r#try!(writeln!(f, "{0:1$} | {2}", index+1, width+2, line)); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/parser/nested.rs:41:1 [INFO] [stdout] | [INFO] [stdout] 41 | /// All potential tokens, including Comma for sequence expressions [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_doc_comments)]` on by default [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 10 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "8de899fb7031975154d6b5e6bf6c51085aec35e2eb74be690a9399b7fb0dccab", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8de899fb7031975154d6b5e6bf6c51085aec35e2eb74be690a9399b7fb0dccab", kill_on_drop: false }` [INFO] [stdout] 8de899fb7031975154d6b5e6bf6c51085aec35e2eb74be690a9399b7fb0dccab