[INFO] fetching crate ts3-clientquery-lib 0.0.1-beta...
[INFO] testing ts3-clientquery-lib-0.0.1-beta against 1.90.0 for beta-1.91-3
[INFO] extracting crate ts3-clientquery-lib 0.0.1-beta into /workspace/builds/worker-6-tc1/source
[INFO] started tweaking crates.io crate ts3-clientquery-lib 0.0.1-beta
[INFO] finished tweaking crates.io crate ts3-clientquery-lib 0.0.1-beta
[INFO] tweaked toml for crates.io crate ts3-clientquery-lib 0.0.1-beta written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate ts3-clientquery-lib 0.0.1-beta on toolchain 1.90.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "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" "+1.90.0" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 47 packages to latest compatible versions
[INFO] [stderr]       Adding serde-teamspeak-querystring v0.2.1 (available: v0.3.1)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded lexical-core v0.8.5
[INFO] [stderr]   Downloaded lexical-parse-integer v0.8.6
[INFO] [stderr]   Downloaded serde-teamspeak-querystring v0.2.1
[INFO] [stderr]   Downloaded lexical-write-integer v0.8.5
[INFO] [stderr]   Downloaded lexical v6.1.1
[INFO] [stderr]   Downloaded lexical-util v0.8.5
[INFO] [stderr]   Downloaded lexical-write-float v0.8.5
[INFO] [stderr]   Downloaded lexical-parse-float v0.8.5
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] e257c17bd6ba6f48844cb5db0907f70931e8651aa70cf40b97d7455bd28fc538
[INFO] running `Command { std: "docker" "start" "-a" "e257c17bd6ba6f48844cb5db0907f70931e8651aa70cf40b97d7455bd28fc538", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e257c17bd6ba6f48844cb5db0907f70931e8651aa70cf40b97d7455bd28fc538", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e257c17bd6ba6f48844cb5db0907f70931e8651aa70cf40b97d7455bd28fc538", kill_on_drop: false }`
[INFO] [stdout] e257c17bd6ba6f48844cb5db0907f70931e8651aa70cf40b97d7455bd28fc538
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] f0e7e43b81d4972998fc62c8f8d784b16f2be7570b12e42a35a36a0cc0530230
[INFO] running `Command { std: "docker" "start" "-a" "f0e7e43b81d4972998fc62c8f8d784b16f2be7570b12e42a35a36a0cc0530230", kill_on_drop: false }`
[INFO] [stderr]    Compiling lexical-util v0.8.5
[INFO] [stderr]    Compiling proc-macro2 v1.0.101
[INFO] [stderr]    Compiling libc v0.2.176
[INFO] [stderr]    Compiling quote v1.0.41
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling lexical-parse-integer v0.8.6
[INFO] [stderr]    Compiling lexical-write-integer v0.8.5
[INFO] [stderr]    Compiling lexical-parse-float v0.8.5
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]    Compiling lexical-write-float v0.8.5
[INFO] [stderr]    Compiling lexical-core v0.8.5
[INFO] [stderr]    Compiling lexical v6.1.1
[INFO] [stderr]    Compiling serde-teamspeak-querystring v0.2.1
[INFO] [stderr]    Compiling mio v1.0.4
[INFO] [stderr]    Compiling socket2 v0.6.0
[INFO] [stderr]    Compiling tokio v1.47.1
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling ts3-clientquery-lib v0.0.1-beta (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused variable: `size`
[INFO] [stdout]   --> src/connection.rs:70:47
[INFO] [stdout]    |
[INFO] [stdout] 70 |     conn.write(payload.as_bytes()).await.map(|size| {
[INFO] [stdout]    |                                               ^^^^ help: if this is intentional, prefix it with an underscore: `_size`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `decode_status` is never used
[INFO] [stdout]   --> src/connection.rs:10:15
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub(crate) fn decode_status(content: String) -> QueryResult<String> {
[INFO] [stdout]    |               ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `decode_status_with_result` is never used
[INFO] [stdout]   --> src/connection.rs:21:15
[INFO] [stdout]    |
[INFO] [stdout] 21 | pub(crate) fn decode_status_with_result<T: FromQueryString + Sized>(
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `read_data` is never used
[INFO] [stdout]   --> src/connection.rs:38:21
[INFO] [stdout]    |
[INFO] [stdout] 38 | pub(crate) async fn read_data(conn: &mut TcpStream) -> Result<Option<String>, tokio::io::Error> {
[INFO] [stdout]    |                     ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `write_data` is never used
[INFO] [stdout]   --> src/connection.rs:63:21
[INFO] [stdout]    |
[INFO] [stdout] 63 | pub(crate) async fn write_data(
[INFO] [stdout]    |                     ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `write_and_read` is never used
[INFO] [stdout]   --> src/connection.rs:84:21
[INFO] [stdout]    |
[INFO] [stdout] 84 | pub(crate) async fn write_and_read(conn: &mut TcpStream, payload: &str) -> QueryResult<String> {
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `basic_operation` is never used
[INFO] [stdout]   --> src/connection.rs:91:21
[INFO] [stdout]    |
[INFO] [stdout] 91 | pub(crate) async fn basic_operation(conn: &mut TcpStream, payload: &str) -> QueryResult<()> {
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `query_operation_non_error` is never used
[INFO] [stdout]   --> src/connection.rs:96:21
[INFO] [stdout]    |
[INFO] [stdout] 96 | pub(crate) async fn query_operation_non_error<T: FromQueryString + Sized>(
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `query_operation` is never used
[INFO] [stdout]    --> src/connection.rs:107:21
[INFO] [stdout]     |
[INFO] [stdout] 107 | pub(crate) async fn query_operation<T: FromQueryString + Sized>(
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `query_one_operation` is never used
[INFO] [stdout]    --> src/connection.rs:116:21
[INFO] [stdout]     |
[INFO] [stdout] 116 | pub(crate) async fn query_one_operation<T: FromQueryString + Sized>(
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `query_one_non_error` is never used
[INFO] [stdout]    --> src/connection.rs:125:21
[INFO] [stdout]     |
[INFO] [stdout] 125 | pub(crate) async fn query_one_non_error<T: FromQueryString + Sized>(
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.44s
[INFO] running `Command { std: "docker" "inspect" "f0e7e43b81d4972998fc62c8f8d784b16f2be7570b12e42a35a36a0cc0530230", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f0e7e43b81d4972998fc62c8f8d784b16f2be7570b12e42a35a36a0cc0530230", kill_on_drop: false }`
[INFO] [stdout] f0e7e43b81d4972998fc62c8f8d784b16f2be7570b12e42a35a36a0cc0530230
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "+1.90.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 4f197bcf48df74f97f083cf3bfb9879c771711d16a8d0a74729a439201c46b6f
[INFO] running `Command { std: "docker" "start" "-a" "4f197bcf48df74f97f083cf3bfb9879c771711d16a8d0a74729a439201c46b6f", kill_on_drop: false }`
[INFO] [stdout] warning: unused variable: `size`
[INFO] [stdout]   --> src/connection.rs:70:47
[INFO] [stdout]    |
[INFO] [stdout] 70 |     conn.write(payload.as_bytes()).await.map(|size| {
[INFO] [stdout]    |                                               ^^^^ help: if this is intentional, prefix it with an underscore: `_size`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `decode_status` is never used
[INFO] [stdout]   --> src/connection.rs:10:15
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub(crate) fn decode_status(content: String) -> QueryResult<String> {
[INFO] [stdout]    |               ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `decode_status_with_result` is never used
[INFO] [stdout]   --> src/connection.rs:21:15
[INFO] [stdout]    |
[INFO] [stdout] 21 | pub(crate) fn decode_status_with_result<T: FromQueryString + Sized>(
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `read_data` is never used
[INFO] [stdout]   --> src/connection.rs:38:21
[INFO] [stdout]    |
[INFO] [stdout] 38 | pub(crate) async fn read_data(conn: &mut TcpStream) -> Result<Option<String>, tokio::io::Error> {
[INFO] [stdout]    |                     ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `write_data` is never used
[INFO] [stdout]   --> src/connection.rs:63:21
[INFO] [stdout]    |
[INFO] [stdout] 63 | pub(crate) async fn write_data(
[INFO] [stdout]    |                     ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `write_and_read` is never used
[INFO] [stdout]   --> src/connection.rs:84:21
[INFO] [stdout]    |
[INFO] [stdout] 84 | pub(crate) async fn write_and_read(conn: &mut TcpStream, payload: &str) -> QueryResult<String> {
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `basic_operation` is never used
[INFO] [stdout]   --> src/connection.rs:91:21
[INFO] [stdout]    |
[INFO] [stdout] 91 | pub(crate) async fn basic_operation(conn: &mut TcpStream, payload: &str) -> QueryResult<()> {
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `query_operation_non_error` is never used
[INFO] [stdout]   --> src/connection.rs:96:21
[INFO] [stdout]    |
[INFO] [stdout] 96 | pub(crate) async fn query_operation_non_error<T: FromQueryString + Sized>(
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `query_operation` is never used
[INFO] [stdout]    --> src/connection.rs:107:21
[INFO] [stdout]     |
[INFO] [stdout] 107 | pub(crate) async fn query_operation<T: FromQueryString + Sized>(
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling ts3-clientquery-lib v0.0.1-beta (/opt/rustwide/workdir)
[INFO] [stdout] warning: function `query_one_operation` is never used
[INFO] [stdout]    --> src/connection.rs:116:21
[INFO] [stdout]     |
[INFO] [stdout] 116 | pub(crate) async fn query_one_operation<T: FromQueryString + Sized>(
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `query_one_non_error` is never used
[INFO] [stdout]    --> src/connection.rs:125:21
[INFO] [stdout]     |
[INFO] [stdout] 125 | pub(crate) async fn query_one_non_error<T: FromQueryString + Sized>(
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `size`
[INFO] [stdout]   --> src/connection.rs:70:47
[INFO] [stdout]    |
[INFO] [stdout] 70 |     conn.write(payload.as_bytes()).await.map(|size| {
[INFO] [stdout]    |                                               ^^^^ help: if this is intentional, prefix it with an underscore: `_size`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `client_unique_identifier` found for struct `Client` in the current scope
[INFO] [stdout]    --> src/types.rs:333:31
[INFO] [stdout]     |
[INFO] [stdout] 285 |     pub struct Client {
[INFO] [stdout]     |     ----------------- method `client_unique_identifier` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 333 |             assert_eq!(result.client_unique_identifier(), "1".to_string());
[INFO] [stdout]     |                               ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: there is a method `client_is_user` with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 333 -             assert_eq!(result.client_unique_identifier(), "1".to_string());
[INFO] [stdout] 333 +             assert_eq!(result.client_is_user(), "1".to_string());
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0599`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `ts3-clientquery-lib` (lib test) due to 1 previous error; 1 warning emitted
[INFO] running `Command { std: "docker" "inspect" "4f197bcf48df74f97f083cf3bfb9879c771711d16a8d0a74729a439201c46b6f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4f197bcf48df74f97f083cf3bfb9879c771711d16a8d0a74729a439201c46b6f", kill_on_drop: false }`
[INFO] [stdout] 4f197bcf48df74f97f083cf3bfb9879c771711d16a8d0a74729a439201c46b6f
