[INFO] cloning repository https://github.com/dashed/counter [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/dashed/counter" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdashed%2Fcounter", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdashed%2Fcounter'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 9a228628acb5f7b11f9fa706581cd645e594cac1 [INFO] checking dashed/counter against beta for pr-78714 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdashed%2Fcounter" "/workspace/builds/worker-6/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/dashed/counter 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 git repo https://github.com/dashed/counter [INFO] finished tweaking git repo https://github.com/dashed/counter [INFO] tweaked toml for git repo https://github.com/dashed/counter written to /workspace/builds/worker-6/source/Cargo.toml [INFO] crate git repo https://github.com/dashed/counter already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] error: the lock file /workspace/builds/worker-6/source/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] [stderr] If you want to try to generate the lock file without accessing the network, use the --offline flag. [INFO] the lockfile is outdated, regenerating it [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Updating git repository `https://github.com/m4rw3r/chomp` [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-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" "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] f9a6eab6b8c070bc4f73cecb010e0243013e42400ad8854a195589bf6b9eda13 [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" "f9a6eab6b8c070bc4f73cecb010e0243013e42400ad8854a195589bf6b9eda13", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f9a6eab6b8c070bc4f73cecb010e0243013e42400ad8854a195589bf6b9eda13", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f9a6eab6b8c070bc4f73cecb010e0243013e42400ad8854a195589bf6b9eda13", kill_on_drop: false }` [INFO] [stdout] f9a6eab6b8c070bc4f73cecb010e0243013e42400ad8854a195589bf6b9eda13 [INFO] running `Command { std: "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" "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] 18670aa8afa99907cedf122fc957ad61c85a429ef55f670f3f22e3e77f11c1ac [INFO] running `Command { std: "docker" "start" "-a" "18670aa8afa99907cedf122fc957ad61c85a429ef55f670f3f22e3e77f11c1ac", kill_on_drop: false }` [INFO] [stderr] Checking debug-builders v0.1.0 [INFO] [stderr] Compiling debugtrace v0.1.0 [INFO] [stderr] Checking bit-vec v0.6.2 [INFO] [stderr] Checking custom_derive v0.1.7 [INFO] [stderr] Checking bitflags v0.5.0 [INFO] [stderr] Compiling backtrace-sys v0.1.37 [INFO] [stderr] Checking chan v0.1.23 [INFO] [stderr] Checking clap v2.33.3 [INFO] [stderr] Checking timer v0.1.6 [INFO] [stderr] Checking conv v0.3.3 [INFO] [stderr] Checking bit-set v0.2.0 [INFO] [stderr] Checking chan-signal v0.1.7 [INFO] [stderr] Checking backtrace v0.1.8 [INFO] [stderr] Checking chomp v0.2.5 (https://github.com/m4rw3r/chomp?rev=c1287f2e7ee1558d50a8cab95e1bf900f5a47061#c1287f2e) [INFO] [stderr] Checking counter v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error: expected expression, found `.` [INFO] [stdout] --> src/main.rs:363:5 [INFO] [stdout] | [INFO] [stdout] 363 | / parse!{i; [INFO] [stdout] 364 | | [INFO] [stdout] 365 | | skip_many(|i| space_or_tab(i)); [INFO] [stdout] 366 | | [INFO] [stdout] ... | [INFO] [stdout] 371 | | ret range [INFO] [stdout] 372 | | } [INFO] [stdout] | | ^ [INFO] [stdout] | | | [INFO] [stdout] | |_____expected expression [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected expression, found `.` [INFO] [stdout] --> src/main.rs:376:5 [INFO] [stdout] | [INFO] [stdout] 376 | / parse!{i; [INFO] [stdout] 377 | | [INFO] [stdout] 378 | | let time: Vec = many1(|i| parse!{ [INFO] [stdout] 379 | | i; [INFO] [stdout] ... | [INFO] [stdout] 388 | | } [INFO] [stdout] 389 | | } [INFO] [stdout] | | ^ [INFO] [stdout] | | | [INFO] [stdout] | |_____expected expression [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected expression, found `.` [INFO] [stdout] --> src/main.rs:393:5 [INFO] [stdout] | [INFO] [stdout] 393 | / parse!{i; [INFO] [stdout] 394 | | [INFO] [stdout] 395 | | let range: u64 = decimal(); [INFO] [stdout] 396 | | [INFO] [stdout] ... | [INFO] [stdout] 405 | | } [INFO] [stdout] 406 | | } [INFO] [stdout] | | ^ [INFO] [stdout] | | | [INFO] [stdout] | |_____expected expression [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected expression, found `.` [INFO] [stdout] --> src/main.rs:363:5 [INFO] [stdout] | [INFO] [stdout] 363 | / parse!{i; [INFO] [stdout] 364 | | [INFO] [stdout] 365 | | skip_many(|i| space_or_tab(i)); [INFO] [stdout] 366 | | [INFO] [stdout] ... | [INFO] [stdout] 371 | | ret range [INFO] [stdout] 372 | | } [INFO] [stdout] | | ^ [INFO] [stdout] | | | [INFO] [stdout] | |_____expected expression [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected expression, found `.` [INFO] [stdout] --> src/main.rs:376:5 [INFO] [stdout] | [INFO] [stdout] 376 | / parse!{i; [INFO] [stdout] 377 | | [INFO] [stdout] 378 | | let time: Vec = many1(|i| parse!{ [INFO] [stdout] 379 | | i; [INFO] [stdout] ... | [INFO] [stdout] 388 | | } [INFO] [stdout] 389 | | } [INFO] [stdout] | | ^ [INFO] [stdout] | | | [INFO] [stdout] | |_____expected expression [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected expression, found `.` [INFO] [stdout] --> src/main.rs:393:5 [INFO] [stdout] | [INFO] [stdout] 393 | / parse!{i; [INFO] [stdout] 394 | | [INFO] [stdout] 395 | | let range: u64 = decimal(); [INFO] [stdout] 396 | | [INFO] [stdout] ... | [INFO] [stdout] 405 | | } [INFO] [stdout] 406 | | } [INFO] [stdout] | | ^ [INFO] [stdout] | | | [INFO] [stdout] | |_____expected expression [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected expression, found `.` [INFO] [stdout] --> src/main.rs:410:5 [INFO] [stdout] | [INFO] [stdout] 410 | / parse!{i; [INFO] [stdout] 411 | | [INFO] [stdout] 412 | | string_ignore_case("seconds".as_bytes()) <|> [INFO] [stdout] 413 | | string_ignore_case("second".as_bytes()) <|> [INFO] [stdout] ... | [INFO] [stdout] 418 | | ret 1 [INFO] [stdout] 419 | | } [INFO] [stdout] | | ^ [INFO] [stdout] | | | [INFO] [stdout] | |_____expected expression [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected expression, found `.` [INFO] [stdout] --> src/main.rs:423:5 [INFO] [stdout] | [INFO] [stdout] 423 | / parse!{i; [INFO] [stdout] 424 | | [INFO] [stdout] 425 | | string_ignore_case("minutes".as_bytes()) <|> [INFO] [stdout] 426 | | string_ignore_case("minute".as_bytes()) <|> [INFO] [stdout] ... | [INFO] [stdout] 432 | | ret 60 [INFO] [stdout] 433 | | } [INFO] [stdout] | | ^ [INFO] [stdout] | | | [INFO] [stdout] | |_____expected expression [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected expression, found `.` [INFO] [stdout] --> src/main.rs:437:5 [INFO] [stdout] | [INFO] [stdout] 437 | / parse!{i; [INFO] [stdout] 438 | | [INFO] [stdout] 439 | | string_ignore_case("hours".as_bytes()) <|> [INFO] [stdout] 440 | | string_ignore_case("hour".as_bytes()) <|> [INFO] [stdout] ... | [INFO] [stdout] 446 | | ret 3600 [INFO] [stdout] 447 | | } [INFO] [stdout] | | ^ [INFO] [stdout] | | | [INFO] [stdout] | |_____expected expression [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected expression, found `.` [INFO] [stdout] --> src/main.rs:410:5 [INFO] [stdout] | [INFO] [stdout] 410 | / parse!{i; [INFO] [stdout] 411 | | [INFO] [stdout] 412 | | string_ignore_case("seconds".as_bytes()) <|> [INFO] [stdout] 413 | | string_ignore_case("second".as_bytes()) <|> [INFO] [stdout] ... | [INFO] [stdout] 418 | | ret 1 [INFO] [stdout] 419 | | } [INFO] [stdout] | | ^ [INFO] [stdout] | | | [INFO] [stdout] | |_____expected expression [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected expression, found `.` [INFO] [stdout] --> src/main.rs:423:5 [INFO] [stdout] | [INFO] [stdout] 423 | / parse!{i; [INFO] [stdout] 424 | | [INFO] [stdout] 425 | | string_ignore_case("minutes".as_bytes()) <|> [INFO] [stdout] 426 | | string_ignore_case("minute".as_bytes()) <|> [INFO] [stdout] ... | [INFO] [stdout] 432 | | ret 60 [INFO] [stdout] 433 | | } [INFO] [stdout] | | ^ [INFO] [stdout] | | | [INFO] [stdout] | |_____expected expression [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected expression, found `.` [INFO] [stdout] --> src/main.rs:437:5 [INFO] [stdout] | [INFO] [stdout] 437 | / parse!{i; [INFO] [stdout] 438 | | [INFO] [stdout] 439 | | string_ignore_case("hours".as_bytes()) <|> [INFO] [stdout] 440 | | string_ignore_case("hour".as_bytes()) <|> [INFO] [stdout] ... | [INFO] [stdout] 446 | | ret 3600 [INFO] [stdout] 447 | | } [INFO] [stdout] | | ^ [INFO] [stdout] | | | [INFO] [stdout] | |_____expected expression [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected expression, found `.` [INFO] [stdout] --> src/main.rs:453:5 [INFO] [stdout] | [INFO] [stdout] 453 | / parse!{input; [INFO] [stdout] 454 | | or( [INFO] [stdout] 455 | | |i| token(i, b' '), [INFO] [stdout] 456 | | |i| token(i, b'\t') [INFO] [stdout] 457 | | ); [INFO] [stdout] 458 | | ret () [INFO] [stdout] 459 | | } [INFO] [stdout] | | ^ [INFO] [stdout] | | | [INFO] [stdout] | |_____expected expression [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `token` [INFO] [stdout] --> src/main.rs:29:13 [INFO] [stdout] | [INFO] [stdout] 29 | use chomp::{token}; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `eof`, `string` [INFO] [stdout] --> src/main.rs:30:22 [INFO] [stdout] | [INFO] [stdout] 30 | use chomp::parsers::{string, eof}; [INFO] [stdout] | ^^^^^^ ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `many1`, `many_till`, `or`, `skip_many` [INFO] [stdout] --> src/main.rs:31:26 [INFO] [stdout] | [INFO] [stdout] 31 | use chomp::combinators::{or, many_till, many1, skip_many}; [INFO] [stdout] | ^^ ^^^^^^^^^ ^^^^^ ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `decimal` [INFO] [stdout] --> src/main.rs:32:20 [INFO] [stdout] | [INFO] [stdout] 32 | use chomp::ascii::{decimal}; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected expression, found `.` [INFO] [stdout] --> src/main.rs:453:5 [INFO] [stdout] | [INFO] [stdout] 453 | / parse!{input; [INFO] [stdout] 454 | | or( [INFO] [stdout] 455 | | |i| token(i, b' '), [INFO] [stdout] 456 | | |i| token(i, b'\t') [INFO] [stdout] 457 | | ); [INFO] [stdout] 458 | | ret () [INFO] [stdout] 459 | | } [INFO] [stdout] | | ^ [INFO] [stdout] | | | [INFO] [stdout] | |_____expected expression [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error 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 trait `std::ascii::AsciiExt`: use inherent methods instead [INFO] [stdout] --> src/main.rs:15:18 [INFO] [stdout] | [INFO] [stdout] 15 | use std::ascii::{AsciiExt}; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `token` [INFO] [stdout] --> src/main.rs:29:13 [INFO] [stdout] | [INFO] [stdout] 29 | use chomp::{token}; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `eof`, `string` [INFO] [stdout] --> src/main.rs:30:22 [INFO] [stdout] | [INFO] [stdout] 30 | use chomp::parsers::{string, eof}; [INFO] [stdout] | ^^^^^^ ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `many1`, `many_till`, `or`, `skip_many` [INFO] [stdout] --> src/main.rs:31:26 [INFO] [stdout] | [INFO] [stdout] 31 | use chomp::combinators::{or, many_till, many1, skip_many}; [INFO] [stdout] | ^^ ^^^^^^^^^ ^^^^^ ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `decimal` [INFO] [stdout] --> src/main.rs:32:20 [INFO] [stdout] | [INFO] [stdout] 32 | use chomp::ascii::{decimal}; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `std::ascii::AsciiExt`: use inherent methods instead [INFO] [stdout] --> src/main.rs:15:18 [INFO] [stdout] | [INFO] [stdout] 15 | use std::ascii::{AsciiExt}; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `AsciiExt` [INFO] [stdout] --> src/main.rs:15:18 [INFO] [stdout] | [INFO] [stdout] 15 | use std::ascii::{AsciiExt}; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 7 previous errors; 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `counter` [INFO] [stdout] warning: unused import: `AsciiExt` [INFO] [stdout] --> src/main.rs:15:18 [INFO] [stdout] | [INFO] [stdout] 15 | use std::ascii::{AsciiExt}; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] [INFO] [stdout] error: aborting due to 7 previous errors; 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "18670aa8afa99907cedf122fc957ad61c85a429ef55f670f3f22e3e77f11c1ac", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "18670aa8afa99907cedf122fc957ad61c85a429ef55f670f3f22e3e77f11c1ac", kill_on_drop: false }` [INFO] [stdout] 18670aa8afa99907cedf122fc957ad61c85a429ef55f670f3f22e3e77f11c1ac