[INFO] cloning repository https://github.com/Banyc/monitor_table
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Banyc/monitor_table" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBanyc%2Fmonitor_table", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBanyc%2Fmonitor_table'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] d02e9757a459d0c97b6a999da0bafff95c41c8e2
[INFO] testing Banyc/monitor_table against 1.99.0-beta.1 for beta-1.99-5
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBanyc%2Fmonitor_table" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Banyc/monitor_table
[INFO] finished tweaking git repo https://github.com/Banyc/monitor_table
[INFO] tweaked toml for git repo https://github.com/Banyc/monitor_table written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Banyc/monitor_table on toolchain 1.99.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Banyc/monitor_table 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.99.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] edccd30e51d515495d42a4cce11016dd9ea3c775db1db30950af23600dc71011
[INFO] running `Command { std: "docker" "start" "edccd30e51d515495d42a4cce11016dd9ea3c775db1db30950af23600dc71011", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "edccd30e51d515495d42a4cce11016dd9ea3c775db1db30950af23600dc71011", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "edccd30e51d515495d42a4cce11016dd9ea3c775db1db30950af23600dc71011" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "edccd30e51d515495d42a4cce11016dd9ea3c775db1db30950af23600dc71011", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "edccd30e51d515495d42a4cce11016dd9ea3c775db1db30950af23600dc71011" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.107
[INFO] [stderr]    Compiling quote v1.0.47
[INFO] [stderr]    Compiling unicode-ident v1.0.24
[INFO] [stderr]    Compiling autocfg v1.5.1
[INFO] [stderr]    Compiling memchr v2.8.3
[INFO] [stderr]    Compiling thiserror v2.0.19
[INFO] [stderr]    Compiling version_check v0.9.5
[INFO] [stderr]    Compiling anyhow v1.0.104
[INFO] [stderr]    Compiling regex-syntax v0.8.11
[INFO] [stderr]    Compiling winnow v1.0.4
[INFO] [stderr]    Compiling slotmap v1.1.1
[INFO] [stderr]    Compiling bytemuck v1.25.2
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling atomic-memcpy v0.2.3
[INFO] [stderr]    Compiling aho-corasick v1.1.5
[INFO] [stderr]    Compiling syn v3.0.3
[INFO] [stderr]    Compiling regex-automata v0.4.18
[INFO] [stderr]    Compiling thiserror-impl v2.0.19
[INFO] [stderr]    Compiling primitive v0.1.0 (https://github.com/Banyc/primitive.git?tag=v0.0.59#9d28d810)
[INFO] [stderr]    Compiling regex v1.13.1
[INFO] [stderr]    Compiling dfsql v0.18.0 (https://github.com/Banyc/dfsql?tag=v0.18.0#b5dd0e3b)
[INFO] [stdout] error[E0282]: type annotations needed for `&_`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/primitive-32b07b6fa937cb09/9d28d81/src/sync/mcast.rs:172:65
[INFO] [stdout]     |
[INFO] [stdout] 172 |     let reader = MpMcastReader::new(DynRef::new(queue.clone(), |q| q.as_ref()));
[INFO] [stdout]     |                                                                 ^  - type must be known at this point
[INFO] [stdout]     |
[INFO] [stdout] help: consider giving this closure parameter an explicit type, where the type for type parameter `Q` is specified
[INFO] [stdout]     |
[INFO] [stdout] 172 |     let reader = MpMcastReader::new(DynRef::new(queue.clone(), |q: &Q| q.as_ref()));
[INFO] [stdout]     |                                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0282`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `primitive` (lib) due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "edccd30e51d515495d42a4cce11016dd9ea3c775db1db30950af23600dc71011", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "edccd30e51d515495d42a4cce11016dd9ea3c775db1db30950af23600dc71011", kill_on_drop: false }`
[INFO] [stdout] edccd30e51d515495d42a4cce11016dd9ea3c775db1db30950af23600dc71011
