[INFO] crate ds 1.1.1 is already in cache [INFO] checking ds-1.1.1 against try#1cdff26b98d4c2377ea6ae8929f1daebbf58f2b0 for pr-69530 [INFO] extracting crate ds 1.1.1 into /workspace/builds/worker-6/source [INFO] validating manifest of crates.io crate ds 1.1.1 on toolchain 1cdff26b98d4c2377ea6ae8929f1daebbf58f2b0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1cdff26b98d4c2377ea6ae8929f1daebbf58f2b0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate ds 1.1.1 [INFO] finished tweaking crates.io crate ds 1.1.1 [INFO] tweaked toml for crates.io crate ds 1.1.1 written to /workspace/builds/worker-6/source/Cargo.toml [INFO] crate crates.io crate ds 1.1.1 already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+1cdff26b98d4c2377ea6ae8929f1daebbf58f2b0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1cdff26b98d4c2377ea6ae8929f1daebbf58f2b0" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 237adcea978be19b5ee848cd787490d121f96a900ea97175343a3ffd3b9a53f2 [INFO] running `"docker" "start" "-a" "237adcea978be19b5ee848cd787490d121f96a900ea97175343a3ffd3b9a53f2"` [INFO] [stderr] Compiling syn v1.0.9 [INFO] [stderr] Compiling arrayvec v0.4.9 [INFO] [stderr] Compiling autocfg v0.1.1 [INFO] [stderr] Compiling num-traits v0.2.6 [INFO] [stderr] Compiling failure_derive v0.1.3 [INFO] [stderr] Compiling num-integer v0.1.39 [INFO] [stderr] Checking rustc-demangle v0.1.11 [INFO] [stderr] Checking rand_xorshift v0.1.0 [INFO] [stderr] Checking crossbeam-utils v0.6.3 [INFO] [stderr] Compiling backtrace-sys v0.1.26 [INFO] [stderr] Checking futures-channel v0.3.1 [INFO] [stderr] Checking signal-hook-registry v1.2.0 [INFO] [stderr] Checking time v0.1.41 [INFO] [stderr] Compiling rand_chacha v0.1.0 [INFO] [stderr] Compiling rand_pcg v0.1.1 [INFO] [stderr] Compiling rand v0.6.1 [INFO] [stderr] Compiling parking_lot_core v0.4.0 [INFO] [stderr] Checking mio v0.6.21 [INFO] [stderr] Compiling syn v0.15.23 [INFO] [stderr] Compiling backtrace v0.3.13 [INFO] [stderr] Checking crossbeam-epoch v0.7.0 [INFO] [stderr] Checking mio-uds v0.6.7 [INFO] [stderr] Checking chrono v0.4.6 [INFO] [stderr] Checking parking_lot v0.7.0 [INFO] [stderr] Checking crossbeam-channel v0.3.4 [INFO] [stderr] Compiling synstructure v0.10.1 [INFO] [stderr] Compiling proc-macro-hack v0.5.11 [INFO] [stderr] Compiling tokio-macros v0.2.0 [INFO] [stderr] Checking failure v0.1.3 [INFO] [stderr] Checking tokio v0.2.1 [INFO] [stderr] Compiling futures-macro v0.3.1 [INFO] [stderr] Checking futures-util v0.3.1 [INFO] [stderr] Checking tokio-util v0.2.0 [INFO] [stderr] Checking futures-executor v0.3.1 [INFO] [stderr] Checking futures v0.3.1 [INFO] [stderr] Checking ds v1.1.1 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/proto/udp/inbound/types/tags.rs:28:1 [INFO] [stderr] | [INFO] [stderr] 28 | /// UDP tags should be eaten to ensure the pipe doesn't get clogged, but for now proper structs aren't implemented. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_doc_comments)]` on by default [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/proto/udp/inbound/types/tags.rs:28:1 [INFO] [stderr] | [INFO] [stderr] 28 | /// UDP tags should be eaten to ensure the pipe doesn't get clogged, but for now proper structs aren't implemented. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_doc_comments)]` on by default [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 3 arguments but 2 arguments were supplied [INFO] [stderr] --> examples/simple.rs:9:18 [INFO] [stderr] | [INFO] [stderr] 9 | let mut ds = DriverStation::new(Alliance::new_red(1), 4069); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ -------------------- ---- supplied 2 arguments [INFO] [stderr] | | [INFO] [stderr] | expected 3 arguments [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0061`. [INFO] [stderr] error: could not compile `ds`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "237adcea978be19b5ee848cd787490d121f96a900ea97175343a3ffd3b9a53f2"` [INFO] running `"docker" "rm" "-f" "237adcea978be19b5ee848cd787490d121f96a900ea97175343a3ffd3b9a53f2"` [INFO] [stdout] 237adcea978be19b5ee848cd787490d121f96a900ea97175343a3ffd3b9a53f2