[INFO] cloning repository https://github.com/normanrz/test-binlog-rs [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/normanrz/test-binlog-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnormanrz%2Ftest-binlog-rs", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnormanrz%2Ftest-binlog-rs'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] b508792419e87ddf73f0a97a8cad48b702ddcf03 [INFO] checking normanrz/test-binlog-rs against master#da897dfb6daa268a965d2d73620316ba56020a19 for pr-76219 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnormanrz%2Ftest-binlog-rs" "/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/normanrz/test-binlog-rs on toolchain da897dfb6daa268a965d2d73620316ba56020a19 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+da897dfb6daa268a965d2d73620316ba56020a19" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/normanrz/test-binlog-rs [INFO] finished tweaking git repo https://github.com/normanrz/test-binlog-rs [INFO] tweaked toml for git repo https://github.com/normanrz/test-binlog-rs written to /workspace/builds/worker-6/source/Cargo.toml [INFO] crate git repo https://github.com/normanrz/test-binlog-rs already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+da897dfb6daa268a965d2d73620316ba56020a19" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [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:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+da897dfb6daa268a965d2d73620316ba56020a19" "metadata" "--no-deps" "--format-version=1", 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] e1ca7b685b23e68e2258166597c756c116cf4b791187990c8281086411bc1e43 [INFO] running `Command { std: "docker" "start" "-a" "e1ca7b685b23e68e2258166597c756c116cf4b791187990c8281086411bc1e43", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e1ca7b685b23e68e2258166597c756c116cf4b791187990c8281086411bc1e43", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e1ca7b685b23e68e2258166597c756c116cf4b791187990c8281086411bc1e43", kill_on_drop: false }` [INFO] [stdout] e1ca7b685b23e68e2258166597c756c116cf4b791187990c8281086411bc1e43 [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:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+da897dfb6daa268a965d2d73620316ba56020a19" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7754b2cb4e46ef9450e5bf5fd037c05727789c3d0f8c5ae5f9679a2105588310 [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" "7754b2cb4e46ef9450e5bf5fd037c05727789c3d0f8c5ae5f9679a2105588310", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.70 [INFO] [stderr] Compiling proc-macro2 v1.0.12 [INFO] [stderr] Compiling syn v1.0.21 [INFO] [stderr] Compiling cc v1.0.53 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling standback v0.2.8 [INFO] [stderr] Compiling serde v1.0.110 [INFO] [stderr] Compiling lexical-core v0.7.4 [INFO] [stderr] Checking gimli v0.21.0 [INFO] [stderr] Checking fnv v1.0.7 [INFO] [stderr] Checking object v0.19.0 [INFO] [stderr] Checking arrayvec v0.5.1 [INFO] [stderr] Checking itoa v0.4.5 [INFO] [stderr] Checking regex-syntax v0.6.17 [INFO] [stderr] Checking either v1.5.3 [INFO] [stderr] Checking once_cell v1.4.0 [INFO] [stderr] Checking radium v0.3.0 [INFO] [stderr] Checking sha1 v0.6.0 [INFO] [stderr] Checking uuid v0.8.1 [INFO] [stderr] Checking saturating v0.1.0 [INFO] [stderr] Checking mio-named-pipes v0.1.6 [INFO] [stderr] Compiling num-traits v0.2.11 [INFO] [stderr] Compiling num-integer v0.1.42 [INFO] [stderr] Compiling num-bigint v0.2.6 [INFO] [stderr] Compiling hashbrown v0.6.3 [INFO] [stderr] Compiling time v0.2.16 [INFO] [stderr] Checking futures-task v0.3.5 [INFO] [stderr] Checking bitvec v0.17.4 [INFO] [stderr] Checking crossbeam-queue v0.2.1 [INFO] [stderr] Checking crossbeam-channel v0.4.2 [INFO] [stderr] Checking sha2 v0.8.1 [INFO] [stderr] Compiling quote v1.0.5 [INFO] [stderr] Checking crossbeam v0.7.3 [INFO] [stderr] Compiling getrandom v0.1.14 [INFO] [stderr] Checking net2 v0.2.34 [INFO] [stderr] Checking iovec v0.1.4 [INFO] [stderr] Checking signal-hook-registry v1.2.0 [INFO] [stderr] Checking num_cpus v1.13.0 [INFO] [stderr] Checking time v0.1.43 [INFO] [stderr] Compiling openssl-sys v0.9.56 [INFO] [stderr] Compiling libz-sys v1.0.25 [INFO] [stderr] Checking rand_core v0.5.1 [INFO] [stderr] Compiling const-random-macro v0.1.8 [INFO] [stderr] Checking mio v0.6.22 [INFO] [stderr] Checking rand_chacha v0.2.2 [INFO] [stderr] Checking rand v0.7.3 [INFO] [stderr] Checking const-random v0.1.8 [INFO] [stderr] Checking flate2 v1.0.14 [INFO] [stderr] Checking ahash v0.2.18 [INFO] [stderr] Checking lexical v5.2.0 [INFO] [stderr] Compiling openssl v0.10.29 [INFO] [stderr] Compiling native-tls v0.2.4 [INFO] [stderr] Checking regex v1.3.7 [INFO] [stderr] Checking addr2line v0.12.0 [INFO] [stderr] Checking mio-uds v0.6.8 [INFO] [stderr] Checking lru v0.4.3 [INFO] [stderr] Checking twox-hash v1.5.0 [INFO] [stderr] Checking backtrace v0.3.48 [INFO] [stderr] Checking rust_decimal v1.5.0 [INFO] [stderr] Checking serde_json v1.0.53 [INFO] [stderr] Checking bigdecimal v0.1.2 [INFO] [stderr] Checking chrono v0.4.11 [INFO] [stderr] Compiling synstructure v0.12.3 [INFO] [stderr] Compiling tokio-macros v0.2.5 [INFO] [stderr] Compiling time-macros-impl v0.1.1 [INFO] [stderr] Compiling pin-project-internal v0.4.16 [INFO] [stderr] Compiling failure_derive v0.1.8 [INFO] [stderr] Compiling futures-macro v0.3.5 [INFO] [stderr] Compiling thiserror-impl v1.0.17 [INFO] [stdout] error: expected identifier [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/time-macros-impl-0.1.1/src/lib.rs:84:20 [INFO] [stdout] | [INFO] [stdout] 84 | pub fn $name(input: proc_macro::TokenStream) -> proc_macro::TokenStream { [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 91 | / impl_macros! { [INFO] [stdout] 92 | | time: Time, [INFO] [stdout] 93 | | offset: Offset, [INFO] [stdout] 94 | | date: Date, [INFO] [stdout] 95 | | } [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: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `time-macros-impl`. [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] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "7754b2cb4e46ef9450e5bf5fd037c05727789c3d0f8c5ae5f9679a2105588310", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7754b2cb4e46ef9450e5bf5fd037c05727789c3d0f8c5ae5f9679a2105588310", kill_on_drop: false }` [INFO] [stdout] 7754b2cb4e46ef9450e5bf5fd037c05727789c3d0f8c5ae5f9679a2105588310