[INFO] cloning repository https://github.com/kimsio44/vap
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/kimsio44/vap" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkimsio44%2Fvap", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkimsio44%2Fvap'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] ca201598c065da378a4fe07eaac44d7f2052b834
[INFO] testing kimsio44/vap against try#33835004928d3bf65db4d4712e1330766263b0bd for pr-155739-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkimsio44%2Fvap" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/kimsio44/vap
[INFO] finished tweaking git repo https://github.com/kimsio44/vap
[INFO] tweaked toml for git repo https://github.com/kimsio44/vap written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/kimsio44/vap on toolchain 33835004928d3bf65db4d4712e1330766263b0bd
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/kimsio44/vap 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" "+33835004928d3bf65db4d4712e1330766263b0bd" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] d7e2d123ea5491fcc82247fbbdf7606514fbfed511ab677a84b744941c22b145
[INFO] running `Command { std: "docker" "start" "-a" "d7e2d123ea5491fcc82247fbbdf7606514fbfed511ab677a84b744941c22b145", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d7e2d123ea5491fcc82247fbbdf7606514fbfed511ab677a84b744941c22b145", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d7e2d123ea5491fcc82247fbbdf7606514fbfed511ab677a84b744941c22b145", kill_on_drop: false }`
[INFO] [stdout] d7e2d123ea5491fcc82247fbbdf7606514fbfed511ab677a84b744941c22b145
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 80bc43e043924223a98922aecec652eff86e038ef114792fa4476a31ae765f95
[INFO] running `Command { std: "docker" "start" "-a" "80bc43e043924223a98922aecec652eff86e038ef114792fa4476a31ae765f95", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.182
[INFO] [stderr]    Compiling typenum v1.19.0
[INFO] [stderr]    Compiling cc v1.2.56
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling zerocopy v0.8.40
[INFO] [stderr]    Compiling quote v1.0.44
[INFO] [stderr]    Compiling openssl v0.10.75
[INFO] [stderr]    Compiling tracing-core v0.1.36
[INFO] [stderr]    Compiling getrandom v0.4.1
[INFO] [stderr]    Compiling native-tls v0.2.18
[INFO] [stderr]    Compiling anyhow v1.0.102
[INFO] [stderr]    Compiling percent-encoding v2.3.2
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling cpufeatures v0.2.17
[INFO] [stderr]    Compiling futures-sink v0.3.32
[INFO] [stderr]    Compiling data-encoding v2.10.0
[INFO] [stderr]    Compiling futures-core v0.3.32
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling form_urlencoded v1.2.2
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling openssl-sys v0.9.111
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling crypto-common v0.1.7
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling errno v0.3.14
[INFO] [stderr]    Compiling socket2 v0.6.2
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]    Compiling mio v1.1.1
[INFO] [stderr]    Compiling uuid v1.21.0
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling sha1 v0.10.6
[INFO] [stderr]    Compiling signal-hook-registry v1.4.8
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.1
[INFO] [stderr]    Compiling zerovec-derive v0.11.2
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling tokio-macros v2.6.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling tokio v1.49.0
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling yoke v0.8.1
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling zerovec v0.11.5
[INFO] [stderr]    Compiling zerotrie v0.2.3
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling tracing-subscriber v0.3.22
[INFO] [stderr]    Compiling tinystr v0.8.2
[INFO] [stderr]    Compiling potential_utf v0.1.4
[INFO] [stderr]    Compiling icu_collections v2.1.1
[INFO] [stderr]    Compiling icu_locale_core v2.1.1
[INFO] [stderr]    Compiling icu_provider v2.1.1
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling icu_properties v2.1.2
[INFO] [stderr]    Compiling icu_normalizer v2.1.1
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling url v2.5.8
[INFO] [stderr]    Compiling tungstenite v0.21.0
[INFO] [stderr]    Compiling tokio-native-tls v0.3.1
[INFO] [stderr]    Compiling remotedesk-core v0.1.0 (/opt/rustwide/workdir/crates/core)
[INFO] [stderr]    Compiling tokio-tungstenite v0.21.0
[INFO] [stdout] error[E0433]: cannot find module or crate `openh264` in this scope
[INFO] [stdout]    --> crates/core/src/encoder.rs:120:9
[INFO] [stdout]     |
[INFO] [stdout] 120 |     use openh264::encoder::{EncoderConfig, RateControlMode};
[INFO] [stdout]     |         ^^^^^^^^ use of unresolved module or unlinked crate `openh264`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `openh264`, use `cargo add openh264` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `webrtc` in this scope
[INFO] [stdout]   --> crates/core/src/webrtc_manager.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 18 | use webrtc::api::APIBuilder;
[INFO] [stdout]    |     ^^^^^^ use of unresolved module or unlinked crate `webrtc`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `webrtc`, use `cargo add webrtc` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `webrtc` in this scope
[INFO] [stdout]   --> crates/core/src/webrtc_manager.rs:19:5
[INFO] [stdout]    |
[INFO] [stdout] 19 | use webrtc::api::interceptor_registry::register_default_interceptors;
[INFO] [stdout]    |     ^^^^^^ use of unresolved module or unlinked crate `webrtc`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `webrtc`, use `cargo add webrtc` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `webrtc` in this scope
[INFO] [stdout]   --> crates/core/src/webrtc_manager.rs:20:5
[INFO] [stdout]    |
[INFO] [stdout] 20 | use webrtc::api::media_engine::{MediaEngine, MIME_TYPE_H264};
[INFO] [stdout]    |     ^^^^^^ use of unresolved module or unlinked crate `webrtc`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `webrtc`, use `cargo add webrtc` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `webrtc` in this scope
[INFO] [stdout]   --> crates/core/src/webrtc_manager.rs:21:5
[INFO] [stdout]    |
[INFO] [stdout] 21 | use webrtc::ice_transport::ice_server::RTCIceServer;
[INFO] [stdout]    |     ^^^^^^ use of unresolved module or unlinked crate `webrtc`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `webrtc`, use `cargo add webrtc` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `webrtc` in this scope
[INFO] [stdout]   --> crates/core/src/webrtc_manager.rs:22:5
[INFO] [stdout]    |
[INFO] [stdout] 22 | use webrtc::interceptor::registry::Registry;
[INFO] [stdout]    |     ^^^^^^ use of unresolved module or unlinked crate `webrtc`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `webrtc`, use `cargo add webrtc` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `webrtc` in this scope
[INFO] [stdout]   --> crates/core/src/webrtc_manager.rs:23:5
[INFO] [stdout]    |
[INFO] [stdout] 23 | use webrtc::peer_connection::RTCPeerConnection;
[INFO] [stdout]    |     ^^^^^^ use of unresolved module or unlinked crate `webrtc`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `webrtc`, use `cargo add webrtc` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `webrtc` in this scope
[INFO] [stdout]   --> crates/core/src/webrtc_manager.rs:24:5
[INFO] [stdout]    |
[INFO] [stdout] 24 | use webrtc::peer_connection::configuration::RTCConfiguration;
[INFO] [stdout]    |     ^^^^^^ use of unresolved module or unlinked crate `webrtc`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `webrtc`, use `cargo add webrtc` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `webrtc` in this scope
[INFO] [stdout]   --> crates/core/src/webrtc_manager.rs:25:5
[INFO] [stdout]    |
[INFO] [stdout] 25 | use webrtc::peer_connection::peer_connection_state::RTCPeerConnectionState;
[INFO] [stdout]    |     ^^^^^^ use of unresolved module or unlinked crate `webrtc`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `webrtc`, use `cargo add webrtc` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `webrtc` in this scope
[INFO] [stdout]   --> crates/core/src/webrtc_manager.rs:26:5
[INFO] [stdout]    |
[INFO] [stdout] 26 | use webrtc::peer_connection::sdp::session_description::RTCSessionDescription;
[INFO] [stdout]    |     ^^^^^^ use of unresolved module or unlinked crate `webrtc`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `webrtc`, use `cargo add webrtc` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `webrtc` in this scope
[INFO] [stdout]   --> crates/core/src/webrtc_manager.rs:27:5
[INFO] [stdout]    |
[INFO] [stdout] 27 | use webrtc::rtp_transceiver::rtp_codec::{
[INFO] [stdout]    |     ^^^^^^ use of unresolved module or unlinked crate `webrtc`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `webrtc`, use `cargo add webrtc` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `webrtc` in this scope
[INFO] [stdout]   --> crates/core/src/webrtc_manager.rs:30:5
[INFO] [stdout]    |
[INFO] [stdout] 30 | use webrtc::track::track_local::track_local_static_sample::TrackLocalStaticSample;
[INFO] [stdout]    |     ^^^^^^ use of unresolved module or unlinked crate `webrtc`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `webrtc`, use `cargo add webrtc` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `webrtc` in this scope
[INFO] [stdout]   --> crates/core/src/webrtc_manager.rs:31:5
[INFO] [stdout]    |
[INFO] [stdout] 31 | use webrtc::track::track_local::TrackLocal;
[INFO] [stdout]    |     ^^^^^^ use of unresolved module or unlinked crate `webrtc`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `webrtc`, use `cargo add webrtc` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `webrtc` in this scope
[INFO] [stdout]   --> crates/core/src/webrtc_manager.rs:32:5
[INFO] [stdout]    |
[INFO] [stdout] 32 | use webrtc::data_channel::RTCDataChannel;
[INFO] [stdout]    |     ^^^^^^ use of unresolved module or unlinked crate `webrtc`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `webrtc`, use `cargo add webrtc` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `webrtc` in this scope
[INFO] [stdout]   --> crates/core/src/webrtc_manager.rs:33:5
[INFO] [stdout]    |
[INFO] [stdout] 33 | use webrtc::data_channel::data_channel_init::RTCDataChannelInit;
[INFO] [stdout]    |     ^^^^^^ use of unresolved module or unlinked crate `webrtc`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `webrtc`, use `cargo add webrtc` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `webrtc` in this scope
[INFO] [stdout]   --> crates/core/src/webrtc_manager.rs:34:5
[INFO] [stdout]    |
[INFO] [stdout] 34 | use webrtc::media::Sample;
[INFO] [stdout]    |     ^^^^^^ use of unresolved module or unlinked crate `webrtc`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `webrtc`, use `cargo add webrtc` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `openh264`
[INFO] [stdout]    --> crates/core/src/encoder.rs:121:9
[INFO] [stdout]     |
[INFO] [stdout] 121 |     use openh264::OpenH264API;
[INFO] [stdout]     |         ^^^^^^^^ use of unresolved module or unlinked crate `openh264`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `openh264`, use `cargo add openh264` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `webrtc` in this scope
[INFO] [stdout]    --> crates/core/src/webrtc_manager.rs:403:21
[INFO] [stdout]     |
[INFO] [stdout] 403 |                 use webrtc::ice_transport::ice_candidate::RTCIceCandidateInit;
[INFO] [stdout]     |                     ^^^^^^ use of unresolved module or unlinked crate `webrtc`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `webrtc`, use `cargo add webrtc` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytes`
[INFO] [stdout]   --> crates/core/src/webrtc_manager.rs:35:5
[INFO] [stdout]    |
[INFO] [stdout] 35 | use bytes::Bytes;
[INFO] [stdout]    |     ^^^^^ use of unresolved module or unlinked crate `bytes`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `bytes`, use `cargo add bytes` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `openh264` in this scope
[INFO] [stdout]   --> crates/core/src/encoder.rs:27:14
[INFO] [stdout]    |
[INFO] [stdout] 27 |     encoder: openh264::encoder::Encoder,
[INFO] [stdout]    |              ^^^^^^^^ use of unresolved module or unlinked crate `openh264`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `openh264`, use `cargo add openh264` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `openh264` in this scope
[INFO] [stdout]   --> crates/core/src/encoder.rs:58:23
[INFO] [stdout]    |
[INFO] [stdout] 58 |         let yuv_buf = openh264::formats::YUVBuffer::from_vec(yuv, w, h);
[INFO] [stdout]    |                       ^^^^^^^^ use of unresolved module or unlinked crate `openh264`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `openh264`, use `cargo add openh264` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `openh264` in this scope
[INFO] [stdout]    --> crates/core/src/encoder.rs:119:53
[INFO] [stdout]     |
[INFO] [stdout] 119 | fn build_encoder(params: &EncodingParams) -> Result<openh264::encoder::Encoder, EncoderError> {
[INFO] [stdout]     |                                                     ^^^^^^^^ use of unresolved module or unlinked crate `openh264`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `openh264`, use `cargo add openh264` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `openh264` in this scope
[INFO] [stdout]    --> crates/core/src/encoder.rs:130:5
[INFO] [stdout]     |
[INFO] [stdout] 130 |     openh264::encoder::Encoder::with_api_config(api, config)
[INFO] [stdout]     |     ^^^^^^^^ use of unresolved module or unlinked crate `openh264`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `openh264`, use `cargo add openh264` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `openh264` in this scope
[INFO] [stdout]   --> crates/core/src/encoder.rs:65:22
[INFO] [stdout]    |
[INFO] [stdout] 65 |             let ts = openh264::Timestamp::from_millis(self.frames_encoded * 33);
[INFO] [stdout]    |                      ^^^^^^^^ use of unresolved module or unlinked crate `openh264`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `openh264`, use `cargo add openh264` to add it to your `Cargo.toml`
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  1 + use uuid::Timestamp;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `Timestamp`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 65 -             let ts = openh264::Timestamp::from_millis(self.frames_encoded * 33);
[INFO] [stdout] 65 +             let ts = Timestamp::from_millis(self.frames_encoded * 33);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Instant`
[INFO] [stdout]  --> crates/core/src/capture.rs:3:27
[INFO] [stdout]   |
[INFO] [stdout] 3 | use std::time::{Duration, Instant};
[INFO] [stdout]   |                           ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `debug` and `error`
[INFO] [stdout]  --> crates/core/src/capture.rs:5:15
[INFO] [stdout]   |
[INFO] [stdout] 5 | use tracing::{debug, error, info, warn};
[INFO] [stdout]   |               ^^^^^  ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `warn`
[INFO] [stdout]  --> crates/core/src/encoder.rs:2:35
[INFO] [stdout]   |
[INFO] [stdout] 2 | use tracing::{debug, error, info, warn};
[INFO] [stdout]   |                                   ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `webrtc` in this scope
[INFO] [stdout]   --> crates/core/src/webrtc_manager.rs:55:11
[INFO] [stdout]    |
[INFO] [stdout] 55 | impl From<webrtc::Error> for WebRtcError {
[INFO] [stdout]    |           ^^^^^^ use of unresolved module or unlinked crate `webrtc`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `webrtc`, use `cargo add webrtc` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `webrtc` in this scope
[INFO] [stdout]   --> crates/core/src/webrtc_manager.rs:56:16
[INFO] [stdout]    |
[INFO] [stdout] 56 |     fn from(e: webrtc::Error) -> Self {
[INFO] [stdout]    |                ^^^^^^ use of unresolved module or unlinked crate `webrtc`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `webrtc`, use `cargo add webrtc` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `remotedesk-core` (lib) due to 26 previous errors; 3 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "80bc43e043924223a98922aecec652eff86e038ef114792fa4476a31ae765f95", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "80bc43e043924223a98922aecec652eff86e038ef114792fa4476a31ae765f95", kill_on_drop: false }`
[INFO] [stdout] 80bc43e043924223a98922aecec652eff86e038ef114792fa4476a31ae765f95
