[INFO] fetching crate git-journal 1.8.1... [INFO] checking git-journal-1.8.1 against beta for pr-78714 [INFO] extracting crate git-journal 1.8.1 into /workspace/builds/worker-9/source [INFO] validating manifest of crates.io crate git-journal 1.8.1 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 git-journal 1.8.1 [INFO] finished tweaking crates.io crate git-journal 1.8.1 [INFO] tweaked toml for crates.io crate git-journal 1.8.1 written to /workspace/builds/worker-9/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] [stderr] Downloading crates ... [INFO] [stderr] Downloaded mowl v2.1.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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] 68ffa264fb42ccc0fa5c84c700cc21d16aecbf514c7d256042c12e4375edae55 [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" "68ffa264fb42ccc0fa5c84c700cc21d16aecbf514c7d256042c12e4375edae55", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "68ffa264fb42ccc0fa5c84c700cc21d16aecbf514c7d256042c12e4375edae55", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "68ffa264fb42ccc0fa5c84c700cc21d16aecbf514c7d256042c12e4375edae55", kill_on_drop: false }` [INFO] [stdout] 68ffa264fb42ccc0fa5c84c700cc21d16aecbf514c7d256042c12e4375edae55 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] c2d8d2f17516d28532ff1595288af76de4e5f828dfbda392048dd37a90505c2d [INFO] running `Command { std: "docker" "start" "-a" "c2d8d2f17516d28532ff1595288af76de4e5f828dfbda392048dd37a90505c2d", kill_on_drop: false }` [INFO] [stderr] Compiling serde v1.0.117 [INFO] [stderr] Compiling nom v4.2.3 [INFO] [stderr] Checking dirs-sys v0.3.5 [INFO] [stderr] Checking dirs v1.0.5 [INFO] [stderr] Checking clap v2.33.3 [INFO] [stderr] Checking git2 v0.8.0 [INFO] [stderr] Checking term v0.5.2 [INFO] [stderr] Checking dirs v2.0.2 [INFO] [stderr] Checking term v0.6.1 [INFO] [stderr] Checking mowl v2.1.0 [INFO] [stderr] Checking toml v0.4.10 [INFO] [stderr] Checking git-journal v1.8.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated macro `method`: Please use the nom-methods crate instead [INFO] [stdout] --> src/parser.rs:897:5 [INFO] [stdout] | [INFO] [stdout] 897 | method!(parse_category, self, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `method`: Please use the nom-methods crate instead [INFO] [stdout] --> src/parser.rs:909:5 [INFO] [stdout] | [INFO] [stdout] 909 | method!(parse_list_item, mut self, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `call_m`: Please use the nom-methods crate instead [INFO] [stdout] --> src/parser.rs:909:5 [INFO] [stdout] | [INFO] [stdout] 909 | / method!(parse_list_item, mut self, [INFO] [stdout] 910 | | do_parse!( [INFO] [stdout] 911 | | many0!(space) >> [INFO] [stdout] 912 | | tag!("-") >> [INFO] [stdout] ... | [INFO] [stdout] 924 | | ) [INFO] [stdout] 925 | | ); [INFO] [stdout] | |______^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `method`: Please use the nom-methods crate instead [INFO] [stdout] --> src/parser.rs:927:5 [INFO] [stdout] | [INFO] [stdout] 927 | method!(parse_summary, mut self, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `call_m`: Please use the nom-methods crate instead [INFO] [stdout] --> src/parser.rs:927:5 [INFO] [stdout] | [INFO] [stdout] 927 | / method!(parse_summary, mut self, [INFO] [stdout] 928 | | do_parse!( [INFO] [stdout] 929 | | p_prefix: opt!(separated_pair!(alpha, char!('-'), digit)) >> [INFO] [stdout] 930 | | opt!(space) >> [INFO] [stdout] ... | [INFO] [stdout] 944 | | ) [INFO] [stdout] 945 | | ); [INFO] [stdout] | |______^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `call`, `error_position`, `tuple_parser` [INFO] [stdout] --> src/parser.rs:7:12 [INFO] [stdout] | [INFO] [stdout] 7 | alpha, call, call_m, char, digit, do_parse, error_position, many0, map, [INFO] [stdout] | ^^^^ ^^^^^^^^^^^^^^ [INFO] [stdout] 8 | map_res, method, opt, re_bytes_find, rest, separated_pair, space, tag, [INFO] [stdout] 9 | tuple_parser, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `method`: Please use the nom-methods crate instead [INFO] [stdout] --> src/parser.rs:897:5 [INFO] [stdout] | [INFO] [stdout] 897 | method!(parse_category, self, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `method`: Please use the nom-methods crate instead [INFO] [stdout] --> src/parser.rs:909:5 [INFO] [stdout] | [INFO] [stdout] 909 | method!(parse_list_item, mut self, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `call_m`: Please use the nom-methods crate instead [INFO] [stdout] --> src/parser.rs:909:5 [INFO] [stdout] | [INFO] [stdout] 909 | / method!(parse_list_item, mut self, [INFO] [stdout] 910 | | do_parse!( [INFO] [stdout] 911 | | many0!(space) >> [INFO] [stdout] 912 | | tag!("-") >> [INFO] [stdout] ... | [INFO] [stdout] 924 | | ) [INFO] [stdout] 925 | | ); [INFO] [stdout] | |______^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `method`: Please use the nom-methods crate instead [INFO] [stdout] --> src/parser.rs:927:5 [INFO] [stdout] | [INFO] [stdout] 927 | method!(parse_summary, mut self, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `call_m`: Please use the nom-methods crate instead [INFO] [stdout] --> src/parser.rs:927:5 [INFO] [stdout] | [INFO] [stdout] 927 | / method!(parse_summary, mut self, [INFO] [stdout] 928 | | do_parse!( [INFO] [stdout] 929 | | p_prefix: opt!(separated_pair!(alpha, char!('-'), digit)) >> [INFO] [stdout] 930 | | opt!(space) >> [INFO] [stdout] ... | [INFO] [stdout] 944 | | ) [INFO] [stdout] 945 | | ); [INFO] [stdout] | |______^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `call`, `error_position`, `tuple_parser` [INFO] [stdout] --> src/parser.rs:7:12 [INFO] [stdout] | [INFO] [stdout] 7 | alpha, call, call_m, char, digit, do_parse, error_position, many0, map, [INFO] [stdout] | ^^^^ ^^^^^^^^^^^^^^ [INFO] [stdout] 8 | map_res, method, opt, re_bytes_find, rest, separated_pair, space, tag, [INFO] [stdout] 9 | tuple_parser, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `nom::call_m`: Please use the nom-methods crate instead [INFO] [stdout] --> src/parser.rs:7:18 [INFO] [stdout] | [INFO] [stdout] 7 | alpha, call, call_m, char, digit, do_parse, error_position, many0, map, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `nom::method`: Please use the nom-methods crate instead [INFO] [stdout] --> src/parser.rs:8:14 [INFO] [stdout] | [INFO] [stdout] 8 | map_res, method, opt, re_bytes_find, rest, separated_pair, space, tag, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `nom::call_m`: Please use the nom-methods crate instead [INFO] [stdout] --> src/parser.rs:7:18 [INFO] [stdout] | [INFO] [stdout] 7 | alpha, call, call_m, char, digit, do_parse, error_position, many0, map, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `nom::method`: Please use the nom-methods crate instead [INFO] [stdout] --> src/parser.rs:8:14 [INFO] [stdout] | [INFO] [stdout] 8 | map_res, method, opt, re_bytes_find, rest, separated_pair, space, tag, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 8 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> benches/bench.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | #![feature(test)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `git-journal` [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 previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0554`. [INFO] [stdout] [INFO] [stdout] warning: 8 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "c2d8d2f17516d28532ff1595288af76de4e5f828dfbda392048dd37a90505c2d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c2d8d2f17516d28532ff1595288af76de4e5f828dfbda392048dd37a90505c2d", kill_on_drop: false }` [INFO] [stdout] c2d8d2f17516d28532ff1595288af76de4e5f828dfbda392048dd37a90505c2d