[INFO] cloning repository https://github.com/mlefebvre1/risty [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/mlefebvre1/risty" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmlefebvre1%2Fristy", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmlefebvre1%2Fristy'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 7707188330c0981904c1556d9f8caa2a2df4cc4a [INFO] building mlefebvre1/risty against try#d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6 for pr-146237-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmlefebvre1%2Fristy" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/mlefebvre1/risty [INFO] finished tweaking git repo https://github.com/mlefebvre1/risty [INFO] tweaked toml for git repo https://github.com/mlefebvre1/risty written to /workspace/builds/worker-3-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/mlefebvre1/risty on toolchain d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/mlefebvre1/risty 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" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 232bb954c60536d6d0be103ff6178dabe541a509f8569d824b3dce9285965861 [INFO] running `Command { std: "docker" "start" "-a" "232bb954c60536d6d0be103ff6178dabe541a509f8569d824b3dce9285965861", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "232bb954c60536d6d0be103ff6178dabe541a509f8569d824b3dce9285965861", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "232bb954c60536d6d0be103ff6178dabe541a509f8569d824b3dce9285965861", kill_on_drop: false }` [INFO] [stdout] 232bb954c60536d6d0be103ff6178dabe541a509f8569d824b3dce9285965861 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/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" "RUSTDOCFLAGS=--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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] bca2a9551094a6d14e5049f5e10e2c9d39b802f2b23c694d2ebcd15a39ce0e5d [INFO] running `Command { std: "docker" "start" "-a" "bca2a9551094a6d14e5049f5e10e2c9d39b802f2b23c694d2ebcd15a39ce0e5d", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.89 [INFO] [stderr] Compiling unicode-ident v1.0.13 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling serde v1.0.214 [INFO] [stderr] Compiling thiserror v1.0.66 [INFO] [stderr] Compiling packed_struct v0.10.1 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling wyz v0.5.1 [INFO] [stderr] Compiling bitvec v1.0.1 [INFO] [stderr] Compiling quote v1.0.37 [INFO] [stderr] Compiling syn v2.0.86 [INFO] [stderr] Compiling num-integer v0.1.46 [INFO] [stderr] Compiling num-complex v0.4.6 [INFO] [stderr] Compiling num-bigint v0.4.6 [INFO] [stderr] Compiling num-iter v0.1.45 [INFO] [stderr] Compiling num-rational v0.4.2 [INFO] [stderr] Compiling num v0.4.3 [INFO] [stderr] Compiling thiserror-impl v1.0.66 [INFO] [stderr] Compiling packed_struct_codegen v0.10.1 [INFO] [stderr] Compiling risty-runtime v0.1.0 (/opt/rustwide/workdir/risty-runtime) [INFO] [stdout] error[E0432]: unresolved import `crate::rtcp_sender` [INFO] [stdout] --> risty-runtime/src/sender.rs:3:12 [INFO] [stdout] | [INFO] [stdout] 3 | use crate::rtcp_sender::{RtcpConfig, RtcpSender}; [INFO] [stdout] | ^^^^^^^^^^^ could not find `rtcp_sender` in the crate root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `crate::rtp_sender` [INFO] [stdout] --> risty-runtime/src/sender.rs:4:12 [INFO] [stdout] | [INFO] [stdout] 4 | use crate::rtp_sender::{RtpConfig, RtpSender}; [INFO] [stdout] | ^^^^^^^^^^ could not find `rtp_sender` in the crate root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::net::IpAddr` [INFO] [stdout] --> risty-runtime/src/sender.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use std::net::IpAddr; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] error: could not compile `risty-runtime` (lib) due to 2 previous errors; 1 warning emitted [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "bca2a9551094a6d14e5049f5e10e2c9d39b802f2b23c694d2ebcd15a39ce0e5d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bca2a9551094a6d14e5049f5e10e2c9d39b802f2b23c694d2ebcd15a39ce0e5d", kill_on_drop: false }` [INFO] [stdout] bca2a9551094a6d14e5049f5e10e2c9d39b802f2b23c694d2ebcd15a39ce0e5d