[INFO] fetching crate rave_rtp 0.1.1... [INFO] checking rave_rtp-0.1.1 against master#ceab6128fa48a616bfd3e3adf4bc80133b8ee223 for no-never-type-fallback [INFO] extracting crate rave_rtp 0.1.1 into /workspace/builds/worker-5-tc1/source [INFO] validating manifest of crates.io crate rave_rtp 0.1.1 on toolchain ceab6128fa48a616bfd3e3adf4bc80133b8ee223 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ceab6128fa48a616bfd3e3adf4bc80133b8ee223" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate rave_rtp 0.1.1 [INFO] finished tweaking crates.io crate rave_rtp 0.1.1 [INFO] tweaked toml for crates.io crate rave_rtp 0.1.1 written to /workspace/builds/worker-5-tc1/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ceab6128fa48a616bfd3e3adf4bc80133b8ee223" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 10 packages [INFO] [stderr] Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.0+wasi-0.2.0) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ceab6128fa48a616bfd3e3adf4bc80133b8ee223" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+ceab6128fa48a616bfd3e3adf4bc80133b8ee223" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d7d3f0d27cc26a1f876075b7a7643bddbf46181068b7368b0b353d1c3f0335a0 [INFO] running `Command { std: "docker" "start" "-a" "d7d3f0d27cc26a1f876075b7a7643bddbf46181068b7368b0b353d1c3f0335a0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d7d3f0d27cc26a1f876075b7a7643bddbf46181068b7368b0b353d1c3f0335a0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d7d3f0d27cc26a1f876075b7a7643bddbf46181068b7368b0b353d1c3f0335a0", kill_on_drop: false }` [INFO] [stdout] d7d3f0d27cc26a1f876075b7a7643bddbf46181068b7368b0b353d1c3f0335a0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+ceab6128fa48a616bfd3e3adf4bc80133b8ee223" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c4d180d97d0a6258fcfdb3576266556a203aa0beaebc5fca5d2fdca0e80ce436 [INFO] running `Command { std: "docker" "start" "-a" "c4d180d97d0a6258fcfdb3576266556a203aa0beaebc5fca5d2fdca0e80ce436", kill_on_drop: false }` [INFO] [stderr] Checking bytes v1.6.0 [INFO] [stderr] Checking rave_rtp v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: multiple variants are never constructed [INFO] [stdout] --> src/error.rs:15:5 [INFO] [stdout] | [INFO] [stdout] 7 | pub enum Error { [INFO] [stdout] | ----- variants in this enum [INFO] [stdout] ... [INFO] [stdout] 15 | H264PacketizationModeUnsupported { mode: H264PacketizationMode }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 16 | H264NalUnitDataLengthInvalid { len: usize }, [INFO] [stdout] 17 | H264NalUnitLengthTooSmall { len: usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 18 | H264DepacketizationNalUnitTypeUnknown { nal_unit_type: u8 }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 19 | H264DepacketizationNalUnitTypeUnsupported { nal_unit_type_name: String }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 20 | H264AggregationUnitHeaderInvalid { len: usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 21 | H264AggregationUnitDataTooSmall { have: usize, need: usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 22 | H264FragmentationUnitHeaderInvalid { len: usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 23 | H264FragmentedStateAlreadyStarted, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 24 | H264FragmentedStateNeverStarted, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Error` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `with_padding` is never used [INFO] [stdout] --> src/packet.rs:18:12 [INFO] [stdout] | [INFO] [stdout] 11 | impl Packet { [INFO] [stdout] | ----------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 18 | pub fn with_padding(mut self, padding_divisor: u8) -> PacketPadded { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated functions `new` and `from_packetization_parameters` are never used [INFO] [stdout] --> src/packetization/common.rs:24:12 [INFO] [stdout] | [INFO] [stdout] 23 | impl Packetizer { [INFO] [stdout] | --------------- associated functions in this implementation [INFO] [stdout] 24 | pub fn new(payload_type: u8, ssrc: u32, csrc: Vec, mtu: Option) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 45 | pub fn from_packetization_parameters( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `H264Packetizer` is never constructed [INFO] [stdout] --> src/packetization/h264.rs:11:12 [INFO] [stdout] | [INFO] [stdout] 11 | pub struct H264Packetizer { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated items `from_packetization_mode` and `packetize` are never used [INFO] [stdout] --> src/packetization/h264.rs:27:12 [INFO] [stdout] | [INFO] [stdout] 15 | impl H264Packetizer { [INFO] [stdout] | ------------------- associated items in this implementation [INFO] [stdout] ... [INFO] [stdout] 27 | pub fn from_packetization_mode( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 68 | pub fn packetize(&mut self, data: Vec, timestamp: u32) -> Result> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `packetize` is never used [INFO] [stdout] --> src/packetization/h264.rs:92:8 [INFO] [stdout] | [INFO] [stdout] 73 | pub trait H264Packetize { [INFO] [stdout] | ------------- method in this trait [INFO] [stdout] ... [INFO] [stdout] 92 | fn packetize(&mut self, data: Vec, timestamp: u32) -> Result>; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple variants are never constructed [INFO] [stdout] --> src/error.rs:15:5 [INFO] [stdout] | [INFO] [stdout] 7 | pub enum Error { [INFO] [stdout] | ----- variants in this enum [INFO] [stdout] ... [INFO] [stdout] 15 | H264PacketizationModeUnsupported { mode: H264PacketizationMode }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 16 | H264NalUnitDataLengthInvalid { len: usize }, [INFO] [stdout] 17 | H264NalUnitLengthTooSmall { len: usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 18 | H264DepacketizationNalUnitTypeUnknown { nal_unit_type: u8 }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 19 | H264DepacketizationNalUnitTypeUnsupported { nal_unit_type_name: String }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 20 | H264AggregationUnitHeaderInvalid { len: usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 21 | H264AggregationUnitDataTooSmall { have: usize, need: usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 22 | H264FragmentationUnitHeaderInvalid { len: usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 23 | H264FragmentedStateAlreadyStarted, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 24 | H264FragmentedStateNeverStarted, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Error` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `new` is never used [INFO] [stdout] --> src/packetization/h264.rs:107:12 [INFO] [stdout] | [INFO] [stdout] 101 | impl H264PacketizerMode0 { [INFO] [stdout] | ------------------------ associated function in this implementation [INFO] [stdout] ... [INFO] [stdout] 107 | pub fn new(params: PacketizationParameters) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `new` is never used [INFO] [stdout] --> src/packetization/h264.rs:165:12 [INFO] [stdout] | [INFO] [stdout] 159 | impl H264PacketizerMode1 { [INFO] [stdout] | ------------------------ associated function in this implementation [INFO] [stdout] ... [INFO] [stdout] 165 | pub fn new(params: PacketizationParameters) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `H264Depacketizer` is never constructed [INFO] [stdout] --> src/packetization/h264.rs:355:12 [INFO] [stdout] | [INFO] [stdout] 355 | pub struct H264Depacketizer { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `H264Depacketizer` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `with_padding` is never used [INFO] [stdout] --> src/packet.rs:18:12 [INFO] [stdout] | [INFO] [stdout] 11 | impl Packet { [INFO] [stdout] | ----------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 18 | pub fn with_padding(mut self, padding_divisor: u8) -> PacketPadded { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated items `new` and `depacketize` are never used [INFO] [stdout] --> src/packetization/h264.rs:367:12 [INFO] [stdout] | [INFO] [stdout] 360 | impl H264Depacketizer { [INFO] [stdout] | --------------------- associated items in this implementation [INFO] [stdout] ... [INFO] [stdout] 367 | pub fn new() -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 394 | pub fn depacketize(&mut self, packet: &Packet) -> Result> { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated functions `new` and `from_packetization_parameters` are never used [INFO] [stdout] --> src/packetization/common.rs:24:12 [INFO] [stdout] | [INFO] [stdout] 23 | impl Packetizer { [INFO] [stdout] | --------------- associated functions in this implementation [INFO] [stdout] 24 | pub fn new(payload_type: u8, ssrc: u32, csrc: Vec, mtu: Option) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 45 | pub fn from_packetization_parameters( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `H264Packetizer` is never constructed [INFO] [stdout] --> src/packetization/h264.rs:11:12 [INFO] [stdout] | [INFO] [stdout] 11 | pub struct H264Packetizer { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated items `from_packetization_mode` and `packetize` are never used [INFO] [stdout] --> src/packetization/h264.rs:27:12 [INFO] [stdout] | [INFO] [stdout] 15 | impl H264Packetizer { [INFO] [stdout] | ------------------- associated items in this implementation [INFO] [stdout] ... [INFO] [stdout] 27 | pub fn from_packetization_mode( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 68 | pub fn packetize(&mut self, data: Vec, timestamp: u32) -> Result> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `packetize` is never used [INFO] [stdout] --> src/packetization/h264.rs:92:8 [INFO] [stdout] | [INFO] [stdout] 73 | pub trait H264Packetize { [INFO] [stdout] | ------------- method in this trait [INFO] [stdout] ... [INFO] [stdout] 92 | fn packetize(&mut self, data: Vec, timestamp: u32) -> Result>; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `new` is never used [INFO] [stdout] --> src/packetization/h264.rs:107:12 [INFO] [stdout] | [INFO] [stdout] 101 | impl H264PacketizerMode0 { [INFO] [stdout] | ------------------------ associated function in this implementation [INFO] [stdout] ... [INFO] [stdout] 107 | pub fn new(params: PacketizationParameters) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `new` is never used [INFO] [stdout] --> src/packetization/h264.rs:165:12 [INFO] [stdout] | [INFO] [stdout] 159 | impl H264PacketizerMode1 { [INFO] [stdout] | ------------------------ associated function in this implementation [INFO] [stdout] ... [INFO] [stdout] 165 | pub fn new(params: PacketizationParameters) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `H264Depacketizer` is never constructed [INFO] [stdout] --> src/packetization/h264.rs:355:12 [INFO] [stdout] | [INFO] [stdout] 355 | pub struct H264Depacketizer { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `H264Depacketizer` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated items `new` and `depacketize` are never used [INFO] [stdout] --> src/packetization/h264.rs:367:12 [INFO] [stdout] | [INFO] [stdout] 360 | impl H264Depacketizer { [INFO] [stdout] | --------------------- associated items in this implementation [INFO] [stdout] ... [INFO] [stdout] 367 | pub fn new() -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 394 | pub fn depacketize(&mut self, packet: &Packet) -> Result> { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 10 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 10 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s [INFO] running `Command { std: "docker" "inspect" "c4d180d97d0a6258fcfdb3576266556a203aa0beaebc5fca5d2fdca0e80ce436", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c4d180d97d0a6258fcfdb3576266556a203aa0beaebc5fca5d2fdca0e80ce436", kill_on_drop: false }` [INFO] [stdout] c4d180d97d0a6258fcfdb3576266556a203aa0beaebc5fca5d2fdca0e80ce436 [INFO] checking rave_rtp-0.1.1 against try#3a4bc97f6385a3aa300a4fd689b44350e54fd676 for no-never-type-fallback [INFO] extracting crate rave_rtp 0.1.1 into /workspace/builds/worker-5-tc2/source [INFO] validating manifest of crates.io crate rave_rtp 0.1.1 on toolchain 3a4bc97f6385a3aa300a4fd689b44350e54fd676 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+3a4bc97f6385a3aa300a4fd689b44350e54fd676" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate rave_rtp 0.1.1 [INFO] finished tweaking crates.io crate rave_rtp 0.1.1 [INFO] tweaked toml for crates.io crate rave_rtp 0.1.1 written to /workspace/builds/worker-5-tc2/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+3a4bc97f6385a3aa300a4fd689b44350e54fd676" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+3a4bc97f6385a3aa300a4fd689b44350e54fd676" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+3a4bc97f6385a3aa300a4fd689b44350e54fd676" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f89fb14b1f0ebb9b4f9d1ea4adc63b43f6479c4a6a9520cec926f810d881305d [INFO] running `Command { std: "docker" "start" "-a" "f89fb14b1f0ebb9b4f9d1ea4adc63b43f6479c4a6a9520cec926f810d881305d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f89fb14b1f0ebb9b4f9d1ea4adc63b43f6479c4a6a9520cec926f810d881305d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f89fb14b1f0ebb9b4f9d1ea4adc63b43f6479c4a6a9520cec926f810d881305d", kill_on_drop: false }` [INFO] [stdout] f89fb14b1f0ebb9b4f9d1ea4adc63b43f6479c4a6a9520cec926f810d881305d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+3a4bc97f6385a3aa300a4fd689b44350e54fd676" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4b8568d53fdf1ec430cd828a649adc623da6caaee7a977c2a1dde8fe6273f5ae [INFO] running `Command { std: "docker" "start" "-a" "4b8568d53fdf1ec430cd828a649adc623da6caaee7a977c2a1dde8fe6273f5ae", kill_on_drop: false }` [INFO] [stderr] Checking bytes v1.6.0 [INFO] [stdout] error[E0284]: type annotations needed: cannot satisfy `_ -> _` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.6.0/src/buf/buf_impl.rs:29:9 [INFO] [stdout] | [INFO] [stdout] 29 | / if let Some(ret) = ret { [INFO] [stdout] 30 | | // if the direct conversion was possible, advance and return [INFO] [stdout] 31 | | $this.advance(SIZE); [INFO] [stdout] 32 | | return ret; [INFO] [stdout] ... | [INFO] [stdout] 37 | | return $typ::$conv(buf); [INFO] [stdout] 38 | | } [INFO] [stdout] | |_________^ cannot satisfy `_ -> _` [INFO] [stdout] ... [INFO] [stdout] 351 | buf_get_impl!(self, u16::from_be_bytes); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `buf_get_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0284]: type annotations needed: cannot satisfy `_ -> _` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.6.0/src/buf/buf_impl.rs:29:9 [INFO] [stdout] | [INFO] [stdout] 29 | / if let Some(ret) = ret { [INFO] [stdout] 30 | | // if the direct conversion was possible, advance and return [INFO] [stdout] 31 | | $this.advance(SIZE); [INFO] [stdout] 32 | | return ret; [INFO] [stdout] ... | [INFO] [stdout] 37 | | return $typ::$conv(buf); [INFO] [stdout] 38 | | } [INFO] [stdout] | |_________^ cannot satisfy `_ -> _` [INFO] [stdout] ... [INFO] [stdout] 371 | buf_get_impl!(self, u16::from_le_bytes); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `buf_get_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0284]: type annotations needed: cannot satisfy `_ -> _` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.6.0/src/buf/buf_impl.rs:29:9 [INFO] [stdout] | [INFO] [stdout] 29 | / if let Some(ret) = ret { [INFO] [stdout] 30 | | // if the direct conversion was possible, advance and return [INFO] [stdout] 31 | | $this.advance(SIZE); [INFO] [stdout] 32 | | return ret; [INFO] [stdout] ... | [INFO] [stdout] 37 | | return $typ::$conv(buf); [INFO] [stdout] 38 | | } [INFO] [stdout] | |_________^ cannot satisfy `_ -> _` [INFO] [stdout] ... [INFO] [stdout] 394 | buf_get_impl!(self, u16::from_ne_bytes); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `buf_get_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0284]: type annotations needed: cannot satisfy `_ -> _` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.6.0/src/buf/buf_impl.rs:29:9 [INFO] [stdout] | [INFO] [stdout] 29 | / if let Some(ret) = ret { [INFO] [stdout] 30 | | // if the direct conversion was possible, advance and return [INFO] [stdout] 31 | | $this.advance(SIZE); [INFO] [stdout] 32 | | return ret; [INFO] [stdout] ... | [INFO] [stdout] 37 | | return $typ::$conv(buf); [INFO] [stdout] 38 | | } [INFO] [stdout] | |_________^ cannot satisfy `_ -> _` [INFO] [stdout] ... [INFO] [stdout] 414 | buf_get_impl!(self, i16::from_be_bytes); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `buf_get_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0284]: type annotations needed: cannot satisfy `_ -> _` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.6.0/src/buf/buf_impl.rs:29:9 [INFO] [stdout] | [INFO] [stdout] 29 | / if let Some(ret) = ret { [INFO] [stdout] 30 | | // if the direct conversion was possible, advance and return [INFO] [stdout] 31 | | $this.advance(SIZE); [INFO] [stdout] 32 | | return ret; [INFO] [stdout] ... | [INFO] [stdout] 37 | | return $typ::$conv(buf); [INFO] [stdout] 38 | | } [INFO] [stdout] | |_________^ cannot satisfy `_ -> _` [INFO] [stdout] ... [INFO] [stdout] 434 | buf_get_impl!(self, i16::from_le_bytes); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `buf_get_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0284]: type annotations needed: cannot satisfy `_ -> _` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.6.0/src/buf/buf_impl.rs:29:9 [INFO] [stdout] | [INFO] [stdout] 29 | / if let Some(ret) = ret { [INFO] [stdout] 30 | | // if the direct conversion was possible, advance and return [INFO] [stdout] 31 | | $this.advance(SIZE); [INFO] [stdout] 32 | | return ret; [INFO] [stdout] ... | [INFO] [stdout] 37 | | return $typ::$conv(buf); [INFO] [stdout] 38 | | } [INFO] [stdout] | |_________^ cannot satisfy `_ -> _` [INFO] [stdout] ... [INFO] [stdout] 457 | buf_get_impl!(self, i16::from_ne_bytes); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `buf_get_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0284]: type annotations needed: cannot satisfy `_ -> _` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.6.0/src/buf/buf_impl.rs:29:9 [INFO] [stdout] | [INFO] [stdout] 29 | / if let Some(ret) = ret { [INFO] [stdout] 30 | | // if the direct conversion was possible, advance and return [INFO] [stdout] 31 | | $this.advance(SIZE); [INFO] [stdout] 32 | | return ret; [INFO] [stdout] ... | [INFO] [stdout] 37 | | return $typ::$conv(buf); [INFO] [stdout] 38 | | } [INFO] [stdout] | |_________^ cannot satisfy `_ -> _` [INFO] [stdout] ... [INFO] [stdout] 477 | buf_get_impl!(self, u32::from_be_bytes); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `buf_get_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0284]: type annotations needed: cannot satisfy `_ -> _` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.6.0/src/buf/buf_impl.rs:29:9 [INFO] [stdout] | [INFO] [stdout] 29 | / if let Some(ret) = ret { [INFO] [stdout] 30 | | // if the direct conversion was possible, advance and return [INFO] [stdout] 31 | | $this.advance(SIZE); [INFO] [stdout] 32 | | return ret; [INFO] [stdout] ... | [INFO] [stdout] 37 | | return $typ::$conv(buf); [INFO] [stdout] 38 | | } [INFO] [stdout] | |_________^ cannot satisfy `_ -> _` [INFO] [stdout] ... [INFO] [stdout] 497 | buf_get_impl!(self, u32::from_le_bytes); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `buf_get_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0284]: type annotations needed: cannot satisfy `_ -> _` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.6.0/src/buf/buf_impl.rs:29:9 [INFO] [stdout] | [INFO] [stdout] 29 | / if let Some(ret) = ret { [INFO] [stdout] 30 | | // if the direct conversion was possible, advance and return [INFO] [stdout] 31 | | $this.advance(SIZE); [INFO] [stdout] 32 | | return ret; [INFO] [stdout] ... | [INFO] [stdout] 37 | | return $typ::$conv(buf); [INFO] [stdout] 38 | | } [INFO] [stdout] | |_________^ cannot satisfy `_ -> _` [INFO] [stdout] ... [INFO] [stdout] 520 | buf_get_impl!(self, u32::from_ne_bytes); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `buf_get_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0284]: type annotations needed: cannot satisfy `_ -> _` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.6.0/src/buf/buf_impl.rs:29:9 [INFO] [stdout] | [INFO] [stdout] 29 | / if let Some(ret) = ret { [INFO] [stdout] 30 | | // if the direct conversion was possible, advance and return [INFO] [stdout] 31 | | $this.advance(SIZE); [INFO] [stdout] 32 | | return ret; [INFO] [stdout] ... | [INFO] [stdout] 37 | | return $typ::$conv(buf); [INFO] [stdout] 38 | | } [INFO] [stdout] | |_________^ cannot satisfy `_ -> _` [INFO] [stdout] ... [INFO] [stdout] 540 | buf_get_impl!(self, i32::from_be_bytes); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `buf_get_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0284]: type annotations needed: cannot satisfy `_ -> _` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.6.0/src/buf/buf_impl.rs:29:9 [INFO] [stdout] | [INFO] [stdout] 29 | / if let Some(ret) = ret { [INFO] [stdout] 30 | | // if the direct conversion was possible, advance and return [INFO] [stdout] 31 | | $this.advance(SIZE); [INFO] [stdout] 32 | | return ret; [INFO] [stdout] ... | [INFO] [stdout] 37 | | return $typ::$conv(buf); [INFO] [stdout] 38 | | } [INFO] [stdout] | |_________^ cannot satisfy `_ -> _` [INFO] [stdout] ... [INFO] [stdout] 560 | buf_get_impl!(self, i32::from_le_bytes); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `buf_get_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0284]: type annotations needed: cannot satisfy `_ -> _` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.6.0/src/buf/buf_impl.rs:29:9 [INFO] [stdout] | [INFO] [stdout] 29 | / if let Some(ret) = ret { [INFO] [stdout] 30 | | // if the direct conversion was possible, advance and return [INFO] [stdout] 31 | | $this.advance(SIZE); [INFO] [stdout] 32 | | return ret; [INFO] [stdout] ... | [INFO] [stdout] 37 | | return $typ::$conv(buf); [INFO] [stdout] 38 | | } [INFO] [stdout] | |_________^ cannot satisfy `_ -> _` [INFO] [stdout] ... [INFO] [stdout] 583 | buf_get_impl!(self, i32::from_ne_bytes); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `buf_get_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0284]: type annotations needed: cannot satisfy `_ -> _` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.6.0/src/buf/buf_impl.rs:29:9 [INFO] [stdout] | [INFO] [stdout] 29 | / if let Some(ret) = ret { [INFO] [stdout] 30 | | // if the direct conversion was possible, advance and return [INFO] [stdout] 31 | | $this.advance(SIZE); [INFO] [stdout] 32 | | return ret; [INFO] [stdout] ... | [INFO] [stdout] 37 | | return $typ::$conv(buf); [INFO] [stdout] 38 | | } [INFO] [stdout] | |_________^ cannot satisfy `_ -> _` [INFO] [stdout] ... [INFO] [stdout] 603 | buf_get_impl!(self, u64::from_be_bytes); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `buf_get_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0284]: type annotations needed: cannot satisfy `_ -> _` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.6.0/src/buf/buf_impl.rs:29:9 [INFO] [stdout] | [INFO] [stdout] 29 | / if let Some(ret) = ret { [INFO] [stdout] 30 | | // if the direct conversion was possible, advance and return [INFO] [stdout] 31 | | $this.advance(SIZE); [INFO] [stdout] 32 | | return ret; [INFO] [stdout] ... | [INFO] [stdout] 37 | | return $typ::$conv(buf); [INFO] [stdout] 38 | | } [INFO] [stdout] | |_________^ cannot satisfy `_ -> _` [INFO] [stdout] ... [INFO] [stdout] 623 | buf_get_impl!(self, u64::from_le_bytes); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `buf_get_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0284]: type annotations needed: cannot satisfy `_ -> _` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.6.0/src/buf/buf_impl.rs:29:9 [INFO] [stdout] | [INFO] [stdout] 29 | / if let Some(ret) = ret { [INFO] [stdout] 30 | | // if the direct conversion was possible, advance and return [INFO] [stdout] 31 | | $this.advance(SIZE); [INFO] [stdout] 32 | | return ret; [INFO] [stdout] ... | [INFO] [stdout] 37 | | return $typ::$conv(buf); [INFO] [stdout] 38 | | } [INFO] [stdout] | |_________^ cannot satisfy `_ -> _` [INFO] [stdout] ... [INFO] [stdout] 646 | buf_get_impl!(self, u64::from_ne_bytes); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `buf_get_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0284]: type annotations needed: cannot satisfy `_ -> _` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.6.0/src/buf/buf_impl.rs:29:9 [INFO] [stdout] | [INFO] [stdout] 29 | / if let Some(ret) = ret { [INFO] [stdout] 30 | | // if the direct conversion was possible, advance and return [INFO] [stdout] 31 | | $this.advance(SIZE); [INFO] [stdout] 32 | | return ret; [INFO] [stdout] ... | [INFO] [stdout] 37 | | return $typ::$conv(buf); [INFO] [stdout] 38 | | } [INFO] [stdout] | |_________^ cannot satisfy `_ -> _` [INFO] [stdout] ... [INFO] [stdout] 666 | buf_get_impl!(self, i64::from_be_bytes); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `buf_get_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0284]: type annotations needed: cannot satisfy `_ -> _` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.6.0/src/buf/buf_impl.rs:29:9 [INFO] [stdout] | [INFO] [stdout] 29 | / if let Some(ret) = ret { [INFO] [stdout] 30 | | // if the direct conversion was possible, advance and return [INFO] [stdout] 31 | | $this.advance(SIZE); [INFO] [stdout] 32 | | return ret; [INFO] [stdout] ... | [INFO] [stdout] 37 | | return $typ::$conv(buf); [INFO] [stdout] 38 | | } [INFO] [stdout] | |_________^ cannot satisfy `_ -> _` [INFO] [stdout] ... [INFO] [stdout] 686 | buf_get_impl!(self, i64::from_le_bytes); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `buf_get_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0284]: type annotations needed: cannot satisfy `_ -> _` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.6.0/src/buf/buf_impl.rs:29:9 [INFO] [stdout] | [INFO] [stdout] 29 | / if let Some(ret) = ret { [INFO] [stdout] 30 | | // if the direct conversion was possible, advance and return [INFO] [stdout] 31 | | $this.advance(SIZE); [INFO] [stdout] 32 | | return ret; [INFO] [stdout] ... | [INFO] [stdout] 37 | | return $typ::$conv(buf); [INFO] [stdout] 38 | | } [INFO] [stdout] | |_________^ cannot satisfy `_ -> _` [INFO] [stdout] ... [INFO] [stdout] 709 | buf_get_impl!(self, i64::from_ne_bytes); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `buf_get_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0284]: type annotations needed: cannot satisfy `_ -> _` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.6.0/src/buf/buf_impl.rs:29:9 [INFO] [stdout] | [INFO] [stdout] 29 | / if let Some(ret) = ret { [INFO] [stdout] 30 | | // if the direct conversion was possible, advance and return [INFO] [stdout] 31 | | $this.advance(SIZE); [INFO] [stdout] 32 | | return ret; [INFO] [stdout] ... | [INFO] [stdout] 37 | | return $typ::$conv(buf); [INFO] [stdout] 38 | | } [INFO] [stdout] | |_________^ cannot satisfy `_ -> _` [INFO] [stdout] ... [INFO] [stdout] 729 | buf_get_impl!(self, u128::from_be_bytes); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `buf_get_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0284]: type annotations needed: cannot satisfy `_ -> _` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.6.0/src/buf/buf_impl.rs:29:9 [INFO] [stdout] | [INFO] [stdout] 29 | / if let Some(ret) = ret { [INFO] [stdout] 30 | | // if the direct conversion was possible, advance and return [INFO] [stdout] 31 | | $this.advance(SIZE); [INFO] [stdout] 32 | | return ret; [INFO] [stdout] ... | [INFO] [stdout] 37 | | return $typ::$conv(buf); [INFO] [stdout] 38 | | } [INFO] [stdout] | |_________^ cannot satisfy `_ -> _` [INFO] [stdout] ... [INFO] [stdout] 749 | buf_get_impl!(self, u128::from_le_bytes); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `buf_get_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0284]: type annotations needed: cannot satisfy `_ -> _` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.6.0/src/buf/buf_impl.rs:29:9 [INFO] [stdout] | [INFO] [stdout] 29 | / if let Some(ret) = ret { [INFO] [stdout] 30 | | // if the direct conversion was possible, advance and return [INFO] [stdout] 31 | | $this.advance(SIZE); [INFO] [stdout] 32 | | return ret; [INFO] [stdout] ... | [INFO] [stdout] 37 | | return $typ::$conv(buf); [INFO] [stdout] 38 | | } [INFO] [stdout] | |_________^ cannot satisfy `_ -> _` [INFO] [stdout] ... [INFO] [stdout] 772 | buf_get_impl!(self, u128::from_ne_bytes); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `buf_get_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0284]: type annotations needed: cannot satisfy `_ -> _` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.6.0/src/buf/buf_impl.rs:29:9 [INFO] [stdout] | [INFO] [stdout] 29 | / if let Some(ret) = ret { [INFO] [stdout] 30 | | // if the direct conversion was possible, advance and return [INFO] [stdout] 31 | | $this.advance(SIZE); [INFO] [stdout] 32 | | return ret; [INFO] [stdout] ... | [INFO] [stdout] 37 | | return $typ::$conv(buf); [INFO] [stdout] 38 | | } [INFO] [stdout] | |_________^ cannot satisfy `_ -> _` [INFO] [stdout] ... [INFO] [stdout] 792 | buf_get_impl!(self, i128::from_be_bytes); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `buf_get_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0284]: type annotations needed: cannot satisfy `_ -> _` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.6.0/src/buf/buf_impl.rs:29:9 [INFO] [stdout] | [INFO] [stdout] 29 | / if let Some(ret) = ret { [INFO] [stdout] 30 | | // if the direct conversion was possible, advance and return [INFO] [stdout] 31 | | $this.advance(SIZE); [INFO] [stdout] 32 | | return ret; [INFO] [stdout] ... | [INFO] [stdout] 37 | | return $typ::$conv(buf); [INFO] [stdout] 38 | | } [INFO] [stdout] | |_________^ cannot satisfy `_ -> _` [INFO] [stdout] ... [INFO] [stdout] 812 | buf_get_impl!(self, i128::from_le_bytes); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `buf_get_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0284]: type annotations needed: cannot satisfy `_ -> _` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.6.0/src/buf/buf_impl.rs:29:9 [INFO] [stdout] | [INFO] [stdout] 29 | / if let Some(ret) = ret { [INFO] [stdout] 30 | | // if the direct conversion was possible, advance and return [INFO] [stdout] 31 | | $this.advance(SIZE); [INFO] [stdout] 32 | | return ret; [INFO] [stdout] ... | [INFO] [stdout] 37 | | return $typ::$conv(buf); [INFO] [stdout] 38 | | } [INFO] [stdout] | |_________^ cannot satisfy `_ -> _` [INFO] [stdout] ... [INFO] [stdout] 835 | buf_get_impl!(self, i128::from_ne_bytes); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `buf_get_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 24 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0284`. [INFO] [stdout] [INFO] [stderr] error: could not compile `bytes` (lib) due to 25 previous errors [INFO] running `Command { std: "docker" "inspect" "4b8568d53fdf1ec430cd828a649adc623da6caaee7a977c2a1dde8fe6273f5ae", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4b8568d53fdf1ec430cd828a649adc623da6caaee7a977c2a1dde8fe6273f5ae", kill_on_drop: false }` [INFO] [stdout] 4b8568d53fdf1ec430cd828a649adc623da6caaee7a977c2a1dde8fe6273f5ae