[INFO] fetching crate picodata-rmp-serde 1.0.0... [INFO] testing picodata-rmp-serde-1.0.0 against try#dec9417b8611e34e787a3e4c37686b5131f9e5c5 for pr-154210-2 [INFO] extracting crate picodata-rmp-serde 1.0.0 into /workspace/builds/worker-5-tc2/source [INFO] started tweaking crates.io crate picodata-rmp-serde 1.0.0 [INFO] finished tweaking crates.io crate picodata-rmp-serde 1.0.0 [INFO] tweaked toml for crates.io crate picodata-rmp-serde 1.0.0 written to /workspace/builds/worker-5-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate picodata-rmp-serde 1.0.0 on toolchain dec9417b8611e34e787a3e4c37686b5131f9e5c5 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 12 packages to latest compatible versions [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 6ce0b0b030416862cd79aa801a5afe90bbced3ee8985144e9ccca074dd11a1a1 [INFO] running `Command { std: "docker" "start" "-a" "6ce0b0b030416862cd79aa801a5afe90bbced3ee8985144e9ccca074dd11a1a1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "6ce0b0b030416862cd79aa801a5afe90bbced3ee8985144e9ccca074dd11a1a1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6ce0b0b030416862cd79aa801a5afe90bbced3ee8985144e9ccca074dd11a1a1", kill_on_drop: false }` [INFO] [stdout] 6ce0b0b030416862cd79aa801a5afe90bbced3ee8985144e9ccca074dd11a1a1 [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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9ddd2812547f7fb2cfeff62b64e31ac65ea82b84867e434ca023be01b72f67fc [INFO] running `Command { std: "docker" "start" "-a" "9ddd2812547f7fb2cfeff62b64e31ac65ea82b84867e434ca023be01b72f67fc", kill_on_drop: false }` [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Compiling serde_core v1.0.228 [INFO] [stderr] Compiling rmp v0.8.15 [INFO] [stderr] Compiling picodata-rmp-serde v1.0.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0425]: cannot find function `read_data_i8` in module `rmp::decode` [INFO] [stdout] --> src/decode.rs:453:40 [INFO] [stdout] | [INFO] [stdout] 453 | let tag = rmp::decode::read_data_i8(self.rd)?; [INFO] [stdout] | ^^^^^^^^^^^^ not found in `rmp::decode` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `read_data_u8` in module `rmp::decode` [INFO] [stdout] --> src/decode.rs:496:57 [INFO] [stdout] | [INFO] [stdout] 496 | Marker::U8 => visitor.visit_u8(rmp::decode::read_data_u8(&mut self.rd)?), [INFO] [stdout] | ^^^^^^^^^^^^ not found in `rmp::decode` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `read_data_u16` in module `rmp::decode` [INFO] [stdout] --> src/decode.rs:497:59 [INFO] [stdout] | [INFO] [stdout] 497 | Marker::U16 => visitor.visit_u16(rmp::decode::read_data_u16(&mut self.rd)?), [INFO] [stdout] | ^^^^^^^^^^^^^ not found in `rmp::decode` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `read_data_u32` in module `rmp::decode` [INFO] [stdout] --> src/decode.rs:498:59 [INFO] [stdout] | [INFO] [stdout] 498 | Marker::U32 => visitor.visit_u32(rmp::decode::read_data_u32(&mut self.rd)?), [INFO] [stdout] | ^^^^^^^^^^^^^ not found in `rmp::decode` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `read_data_u64` in module `rmp::decode` [INFO] [stdout] --> src/decode.rs:499:59 [INFO] [stdout] | [INFO] [stdout] 499 | Marker::U64 => visitor.visit_u64(rmp::decode::read_data_u64(&mut self.rd)?), [INFO] [stdout] | ^^^^^^^^^^^^^ not found in `rmp::decode` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `read_data_i8` in module `rmp::decode` [INFO] [stdout] --> src/decode.rs:500:57 [INFO] [stdout] | [INFO] [stdout] 500 | Marker::I8 => visitor.visit_i8(rmp::decode::read_data_i8(&mut self.rd)?), [INFO] [stdout] | ^^^^^^^^^^^^ not found in `rmp::decode` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `read_data_i16` in module `rmp::decode` [INFO] [stdout] --> src/decode.rs:501:59 [INFO] [stdout] | [INFO] [stdout] 501 | Marker::I16 => visitor.visit_i16(rmp::decode::read_data_i16(&mut self.rd)?), [INFO] [stdout] | ^^^^^^^^^^^^^ not found in `rmp::decode` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `read_data_i32` in module `rmp::decode` [INFO] [stdout] --> src/decode.rs:502:59 [INFO] [stdout] | [INFO] [stdout] 502 | Marker::I32 => visitor.visit_i32(rmp::decode::read_data_i32(&mut self.rd)?), [INFO] [stdout] | ^^^^^^^^^^^^^ not found in `rmp::decode` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `read_data_i64` in module `rmp::decode` [INFO] [stdout] --> src/decode.rs:503:59 [INFO] [stdout] | [INFO] [stdout] 503 | Marker::I64 => visitor.visit_i64(rmp::decode::read_data_i64(&mut self.rd)?), [INFO] [stdout] | ^^^^^^^^^^^^^ not found in `rmp::decode` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `read_data_f32` in module `rmp::decode` [INFO] [stdout] --> src/decode.rs:504:59 [INFO] [stdout] | [INFO] [stdout] 504 | Marker::F32 => visitor.visit_f32(rmp::decode::read_data_f32(&mut self.rd)?), [INFO] [stdout] | ^^^^^^^^^^^^^ not found in `rmp::decode` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `read_data_f64` in module `rmp::decode` [INFO] [stdout] --> src/decode.rs:505:59 [INFO] [stdout] | [INFO] [stdout] 505 | Marker::F64 => visitor.visit_f64(rmp::decode::read_data_f64(&mut self.rd)?), [INFO] [stdout] | ^^^^^^^^^^^^^ not found in `rmp::decode` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `read_data_u8` in module `rmp::decode` [INFO] [stdout] --> src/decode.rs:664:40 [INFO] [stdout] | [INFO] [stdout] 664 | Marker::U8 => rmp::decode::read_data_u8(&mut self.rd).map(f32::from), [INFO] [stdout] | ^^^^^^^^^^^^ not found in `rmp::decode` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `read_data_u16` in module `rmp::decode` [INFO] [stdout] --> src/decode.rs:665:41 [INFO] [stdout] | [INFO] [stdout] 665 | Marker::U16 => rmp::decode::read_data_u16(&mut self.rd).map(f32::from), [INFO] [stdout] | ^^^^^^^^^^^^^ not found in `rmp::decode` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `read_data_i8` in module `rmp::decode` [INFO] [stdout] --> src/decode.rs:666:40 [INFO] [stdout] | [INFO] [stdout] 666 | Marker::I8 => rmp::decode::read_data_i8(&mut self.rd).map(f32::from), [INFO] [stdout] | ^^^^^^^^^^^^ not found in `rmp::decode` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `read_data_i16` in module `rmp::decode` [INFO] [stdout] --> src/decode.rs:667:41 [INFO] [stdout] | [INFO] [stdout] 667 | Marker::I16 => rmp::decode::read_data_i16(&mut self.rd).map(f32::from), [INFO] [stdout] | ^^^^^^^^^^^^^ not found in `rmp::decode` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `read_data_f32` in module `rmp::decode` [INFO] [stdout] --> src/decode.rs:668:41 [INFO] [stdout] | [INFO] [stdout] 668 | Marker::F32 => rmp::decode::read_data_f32(&mut self.rd), [INFO] [stdout] | ^^^^^^^^^^^^^ not found in `rmp::decode` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `read_data_u8` in module `rmp::decode` [INFO] [stdout] --> src/decode.rs:683:40 [INFO] [stdout] | [INFO] [stdout] 683 | Marker::U8 => rmp::decode::read_data_u8(&mut self.rd).map(f64::from), [INFO] [stdout] | ^^^^^^^^^^^^ not found in `rmp::decode` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `read_data_u16` in module `rmp::decode` [INFO] [stdout] --> src/decode.rs:684:41 [INFO] [stdout] | [INFO] [stdout] 684 | Marker::U16 => rmp::decode::read_data_u16(&mut self.rd).map(f64::from), [INFO] [stdout] | ^^^^^^^^^^^^^ not found in `rmp::decode` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `read_data_u32` in module `rmp::decode` [INFO] [stdout] --> src/decode.rs:685:41 [INFO] [stdout] | [INFO] [stdout] 685 | Marker::U32 => rmp::decode::read_data_u32(&mut self.rd).map(f64::from), [INFO] [stdout] | ^^^^^^^^^^^^^ not found in `rmp::decode` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `read_data_i8` in module `rmp::decode` [INFO] [stdout] --> src/decode.rs:686:40 [INFO] [stdout] | [INFO] [stdout] 686 | Marker::I8 => rmp::decode::read_data_i8(&mut self.rd).map(f64::from), [INFO] [stdout] | ^^^^^^^^^^^^ not found in `rmp::decode` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `read_data_i16` in module `rmp::decode` [INFO] [stdout] --> src/decode.rs:687:41 [INFO] [stdout] | [INFO] [stdout] 687 | Marker::I16 => rmp::decode::read_data_i16(&mut self.rd).map(f64::from), [INFO] [stdout] | ^^^^^^^^^^^^^ not found in `rmp::decode` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `read_data_i32` in module `rmp::decode` [INFO] [stdout] --> src/decode.rs:688:41 [INFO] [stdout] | [INFO] [stdout] 688 | Marker::I32 => rmp::decode::read_data_i32(&mut self.rd).map(f64::from), [INFO] [stdout] | ^^^^^^^^^^^^^ not found in `rmp::decode` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `read_data_f32` in module `rmp::decode` [INFO] [stdout] --> src/decode.rs:689:41 [INFO] [stdout] | [INFO] [stdout] 689 | Marker::F32 => rmp::decode::read_data_f32(&mut self.rd).map(f64::from), [INFO] [stdout] | ^^^^^^^^^^^^^ not found in `rmp::decode` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `read_data_f64` in module `rmp::decode` [INFO] [stdout] --> src/decode.rs:690:41 [INFO] [stdout] | [INFO] [stdout] 690 | Marker::F64 => rmp::decode::read_data_f64(&mut self.rd), [INFO] [stdout] | ^^^^^^^^^^^^^ not found in `rmp::decode` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0425`. [INFO] [stdout] [INFO] [stderr] error: could not compile `picodata-rmp-serde` (lib) due to 24 previous errors [INFO] running `Command { std: "docker" "inspect" "9ddd2812547f7fb2cfeff62b64e31ac65ea82b84867e434ca023be01b72f67fc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9ddd2812547f7fb2cfeff62b64e31ac65ea82b84867e434ca023be01b72f67fc", kill_on_drop: false }` [INFO] [stdout] 9ddd2812547f7fb2cfeff62b64e31ac65ea82b84867e434ca023be01b72f67fc