[INFO] fetching crate mla 1.4.0...
[INFO] checking mla-1.4.0 against master#30f74ff0dc4d66debc8b50724c446f817e5f75f4 for pr-121848-1
[INFO] extracting crate mla 1.4.0 into /workspace/builds/worker-7-tc1/source
[INFO] validating manifest of crates.io crate mla 1.4.0 on toolchain 30f74ff0dc4d66debc8b50724c446f817e5f75f4
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate mla 1.4.0
[INFO] finished tweaking crates.io crate mla 1.4.0
[INFO] tweaked toml for crates.io crate mla 1.4.0 written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "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" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded hex-literal v0.4.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] b2c60e573b165638f5b3647cef5db3b4369a6cbfd2cda44a3e0ecd98fe2e95ed
[INFO] running `Command { std: "docker" "start" "-a" "b2c60e573b165638f5b3647cef5db3b4369a6cbfd2cda44a3e0ecd98fe2e95ed", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b2c60e573b165638f5b3647cef5db3b4369a6cbfd2cda44a3e0ecd98fe2e95ed", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b2c60e573b165638f5b3647cef5db3b4369a6cbfd2cda44a3e0ecd98fe2e95ed", kill_on_drop: false }`
[INFO] [stdout] b2c60e573b165638f5b3647cef5db3b4369a6cbfd2cda44a3e0ecd98fe2e95ed
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] d3420f8f591034c60d291491a57db6c16f859683d001d59b341c5fddf29ed15d
[INFO] running `Command { std: "docker" "start" "-a" "d3420f8f591034c60d291491a57db6c16f859683d001d59b341c5fddf29ed15d", kill_on_drop: false }`
[INFO] [stderr]     Checking subtle v2.5.0
[INFO] [stderr]    Compiling serde v1.0.197
[INFO] [stderr]    Compiling platforms v3.4.0
[INFO] [stderr]     Checking generic-array v0.14.7
[INFO] [stderr]     Checking getrandom v0.2.12
[INFO] [stderr]    Compiling syn v2.0.57
[INFO] [stderr]    Compiling num-traits v0.2.18
[INFO] [stderr]     Checking half v2.4.0
[INFO] [stderr]     Checking anstyle v1.0.6
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking ciborium-io v0.2.2
[INFO] [stderr]     Checking clap_lex v0.7.0
[INFO] [stderr]     Checking itertools v0.10.5
[INFO] [stderr]    Compiling curve25519-dalek v4.1.2
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking ciborium-ll v0.2.2
[INFO] [stderr]     Checking regex-automata v0.4.6
[INFO] [stderr]     Checking clap_builder v4.5.2
[INFO] [stderr]     Checking cast v0.3.0
[INFO] [stderr]     Checking same-file v1.0.6
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking crypto-common v0.1.6
[INFO] [stderr]     Checking block-buffer v0.10.4
[INFO] [stderr]     Checking inout v0.1.3
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking cipher v0.4.4
[INFO] [stderr]     Checking universal-hash v0.5.1
[INFO] [stderr]     Checking hmac v0.12.1
[INFO] [stderr]     Checking ctr v0.9.2
[INFO] [stderr]     Checking polyval v0.6.2
[INFO] [stderr]     Checking aes v0.8.4
[INFO] [stderr]     Checking hkdf v0.12.4
[INFO] [stderr]     Checking ghash v0.5.1
[INFO] [stderr]     Checking sha2 v0.10.8
[INFO] [stderr]     Checking aead v0.5.2
[INFO] [stderr]     Checking walkdir v2.5.0
[INFO] [stderr]     Checking is-terminal v0.4.12
[INFO] [stderr]     Checking oorandom v11.1.3
[INFO] [stderr]     Checking criterion-plot v0.5.0
[INFO] [stderr]     Checking byteorder v1.5.0
[INFO] [stderr]     Checking anes v0.1.6
[INFO] [stderr]     Checking aes-gcm v0.10.3
[INFO] [stderr]     Checking hex-literal v0.4.1
[INFO] [stderr]     Checking hex v0.4.3
[INFO] [stderr]     Checking static_assertions v1.1.0
[INFO] [stderr]     Checking regex v1.10.4
[INFO] [stderr]     Checking clap v4.5.4
[INFO] [stderr]    Compiling serde_derive v1.0.197
[INFO] [stderr]    Compiling zeroize_derive v1.4.2
[INFO] [stderr]    Compiling curve25519-dalek-derive v0.1.1
[INFO] [stderr]     Checking zeroize v1.7.0
[INFO] [stderr]     Checking x25519-dalek v2.0.1
[INFO] [stderr]     Checking serde_json v1.0.115
[INFO] [stderr]     Checking bitflags v2.5.0
[INFO] [stderr]     Checking ciborium v0.2.2
[INFO] [stderr]     Checking bincode v1.3.3
[INFO] [stderr]     Checking mla v1.4.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking tinytemplate v1.2.1
[INFO] [stderr]     Checking criterion v0.5.1
[INFO] [stdout] error: couldn't read src/../../samples/test_x25519_archive_v1_pub.pem: No such file or directory (os error 2)
[INFO] [stdout]     --> src/lib.rs:1920:38
[INFO] [stdout]      |
[INFO] [stdout] 1920 |         let pem_pub: &'static [u8] = include_bytes!("../../samples/test_x25519_archive_v1_pub.pem");
[INFO] [stdout]      |                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read src/../../samples/test_x25519_archive_v1.pem: No such file or directory (os error 2)
[INFO] [stdout]     --> src/lib.rs:2014:39
[INFO] [stdout]      |
[INFO] [stdout] 2014 |         let pem_priv: &'static [u8] = include_bytes!("../../samples/test_x25519_archive_v1.pem");
[INFO] [stdout]      |                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read src/../../samples/archive_v1.mla: No such file or directory (os error 2)
[INFO] [stdout]     --> src/lib.rs:2016:39
[INFO] [stdout]      |
[INFO] [stdout] 2016 |         let mla_data: &'static [u8] = include_bytes!("../../samples/archive_v1.mla");
[INFO] [stdout]      |                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `curve25519_parser`
[INFO] [stdout]     --> src/lib.rs:1253:9
[INFO] [stdout]      |
[INFO] [stdout] 1253 |     use curve25519_parser::{parse_openssl_25519_privkey, parse_openssl_25519_pubkey};
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `curve25519_parser`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `StandardAlloc` is imported redundantly
[INFO] [stdout]    --> src/layers/compress.rs:938:9
[INFO] [stdout]     |
[INFO] [stdout] 934 |     use super::*;
[INFO] [stdout]     |         -------- the item `StandardAlloc` is already imported here
[INFO] [stdout] ...
[INFO] [stdout] 938 |     use brotli::writer::StandardAlloc;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `Read` is imported redundantly
[INFO] [stdout]    --> src/layers/compress.rs:941:27
[INFO] [stdout]     |
[INFO] [stdout] 934 |     use super::*;
[INFO] [stdout]     |         -------- the item `Read` is already imported here
[INFO] [stdout] ...
[INFO] [stdout] 941 |     use std::io::{Cursor, Read, Write};
[INFO] [stdout]     |                           ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `Write` is imported redundantly
[INFO] [stdout]    --> src/layers/compress.rs:941:33
[INFO] [stdout]     |
[INFO] [stdout] 934 |     use super::*;
[INFO] [stdout]     |         -------- the item `Write` is already imported here
[INFO] [stdout] ...
[INFO] [stdout] 941 |     use std::io::{Cursor, Read, Write};
[INFO] [stdout]     |                                 ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `SeedableRng` is imported redundantly
[INFO] [stdout]    --> src/layers/encrypt.rs:534:9
[INFO] [stdout]     |
[INFO] [stdout] 531 |     use super::*;
[INFO] [stdout]     |         -------- the item `SeedableRng` is already imported here
[INFO] [stdout] ...
[INFO] [stdout] 534 |     use rand::SeedableRng;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `Cursor` is imported redundantly
[INFO] [stdout]    --> src/layers/encrypt.rs:535:19
[INFO] [stdout]     |
[INFO] [stdout] 531 |     use super::*;
[INFO] [stdout]     |         -------- the item `Cursor` is already imported here
[INFO] [stdout] ...
[INFO] [stdout] 535 |     use std::io::{Cursor, Read, Seek, SeekFrom, Write};
[INFO] [stdout]     |                   ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `Read` is imported redundantly
[INFO] [stdout]    --> src/layers/encrypt.rs:535:27
[INFO] [stdout]     |
[INFO] [stdout] 531 |     use super::*;
[INFO] [stdout]     |         -------- the item `Read` is already imported here
[INFO] [stdout] ...
[INFO] [stdout] 535 |     use std::io::{Cursor, Read, Seek, SeekFrom, Write};
[INFO] [stdout]     |                           ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `Seek` is imported redundantly
[INFO] [stdout]    --> src/layers/encrypt.rs:535:33
[INFO] [stdout]     |
[INFO] [stdout] 531 |     use super::*;
[INFO] [stdout]     |         -------- the item `Seek` is already imported here
[INFO] [stdout] ...
[INFO] [stdout] 535 |     use std::io::{Cursor, Read, Seek, SeekFrom, Write};
[INFO] [stdout]     |                                 ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `SeekFrom` is imported redundantly
[INFO] [stdout]    --> src/layers/encrypt.rs:535:39
[INFO] [stdout]     |
[INFO] [stdout] 531 |     use super::*;
[INFO] [stdout]     |         -------- the item `SeekFrom` is already imported here
[INFO] [stdout] ...
[INFO] [stdout] 535 |     use std::io::{Cursor, Read, Seek, SeekFrom, Write};
[INFO] [stdout]     |                                       ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `Write` is imported redundantly
[INFO] [stdout]    --> src/layers/encrypt.rs:535:49
[INFO] [stdout]     |
[INFO] [stdout] 531 |     use super::*;
[INFO] [stdout]     |         -------- the item `Write` is already imported here
[INFO] [stdout] ...
[INFO] [stdout] 535 |     use std::io::{Cursor, Read, Seek, SeekFrom, Write};
[INFO] [stdout]     |                                                 ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `LayerReader` is imported redundantly
[INFO] [stdout]    --> src/layers/raw.rs:158:33
[INFO] [stdout]     |
[INFO] [stdout] 157 |     use super::*;
[INFO] [stdout]     |         -------- the item `LayerReader` is already imported here
[INFO] [stdout] 158 |     use crate::layers::traits::{LayerReader, LayerWriter};
[INFO] [stdout]     |                                 ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `LayerWriter` is imported redundantly
[INFO] [stdout]    --> src/layers/raw.rs:158:46
[INFO] [stdout]     |
[INFO] [stdout] 157 |     use super::*;
[INFO] [stdout]     |         -------- the item `LayerWriter` is already imported here
[INFO] [stdout] 158 |     use crate::layers::traits::{LayerReader, LayerWriter};
[INFO] [stdout]     |                                              ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `Read` is imported redundantly
[INFO] [stdout]    --> src/layers/raw.rs:160:27
[INFO] [stdout]     |
[INFO] [stdout] 157 |     use super::*;
[INFO] [stdout]     |         -------- the item `Read` is already imported here
[INFO] [stdout] ...
[INFO] [stdout] 160 |     use std::io::{Cursor, Read, Seek, SeekFrom, Write};
[INFO] [stdout]     |                           ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `Seek` is imported redundantly
[INFO] [stdout]    --> src/layers/raw.rs:160:33
[INFO] [stdout]     |
[INFO] [stdout] 157 |     use super::*;
[INFO] [stdout]     |         -------- the item `Seek` is already imported here
[INFO] [stdout] ...
[INFO] [stdout] 160 |     use std::io::{Cursor, Read, Seek, SeekFrom, Write};
[INFO] [stdout]     |                                 ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `SeekFrom` is imported redundantly
[INFO] [stdout]    --> src/layers/raw.rs:160:39
[INFO] [stdout]     |
[INFO] [stdout] 157 |     use super::*;
[INFO] [stdout]     |         -------- the item `SeekFrom` is already imported here
[INFO] [stdout] ...
[INFO] [stdout] 160 |     use std::io::{Cursor, Read, Seek, SeekFrom, Write};
[INFO] [stdout]     |                                       ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `Write` is imported redundantly
[INFO] [stdout]    --> src/layers/raw.rs:160:49
[INFO] [stdout]     |
[INFO] [stdout] 157 |     use super::*;
[INFO] [stdout]     |         -------- the item `Write` is already imported here
[INFO] [stdout] ...
[INFO] [stdout] 160 |     use std::io::{Cursor, Read, Seek, SeekFrom, Write};
[INFO] [stdout]     |                                                 ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `PublicKey` is imported redundantly
[INFO] [stdout]    --> src/crypto/ecc.rs:114:24
[INFO] [stdout]     |
[INFO] [stdout] 111 |     use super::*;
[INFO] [stdout]     |         -------- the item `PublicKey` is already imported here
[INFO] [stdout] ...
[INFO] [stdout] 114 |     use x25519_dalek::{PublicKey, StaticSecret};
[INFO] [stdout]     |                        ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `StaticSecret` is imported redundantly
[INFO] [stdout]    --> src/crypto/ecc.rs:114:35
[INFO] [stdout]     |
[INFO] [stdout] 111 |     use super::*;
[INFO] [stdout]     |         -------- the item `StaticSecret` is already imported here
[INFO] [stdout] ...
[INFO] [stdout] 114 |     use x25519_dalek::{PublicKey, StaticSecret};
[INFO] [stdout]     |                                   ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `PublicKey` is imported redundantly
[INFO] [stdout]    --> src/helpers.rs:110:24
[INFO] [stdout]     |
[INFO] [stdout] 110 |     use x25519_dalek::{PublicKey, StaticSecret};
[INFO] [stdout]     |                        ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 114 |     use crate::*;
[INFO] [stdout]     |         -------- the item `PublicKey` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `Read` is imported redundantly
[INFO] [stdout]     --> src/lib.rs:1261:34
[INFO] [stdout]      |
[INFO] [stdout] 1252 |     use super::*;
[INFO] [stdout]      |         -------- the item `Read` is already imported here
[INFO] [stdout] ...
[INFO] [stdout] 1261 |     use std::io::{Cursor, Empty, Read};
[INFO] [stdout]      |                                  ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `PublicKey` is imported redundantly
[INFO] [stdout]     --> src/lib.rs:1262:24
[INFO] [stdout]      |
[INFO] [stdout] 1252 |     use super::*;
[INFO] [stdout]      |         -------- the item `PublicKey` is already imported here
[INFO] [stdout] ...
[INFO] [stdout] 1262 |     use x25519_dalek::{PublicKey, StaticSecret};
[INFO] [stdout]      |                        ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0283]: type annotations needed
[INFO] [stdout]     --> src/layers/compress.rs:1267:58
[INFO] [stdout]      |
[INFO] [stdout] 1267 |             assert_eq!(pos, (UNCOMPRESSED_DATA_SIZE + 4).into());
[INFO] [stdout]      |                                                          ^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: cannot satisfy `_: From<u32>`
[INFO] [stdout]      = note: required for `u32` to implement `Into<_>`
[INFO] [stdout] help: try using a fully qualified path to specify the expected types
[INFO] [stdout]      |
[INFO] [stdout] 1267 |             assert_eq!(pos, <u32 as Into<T>>::into((UNCOMPRESSED_DATA_SIZE + 4)));
[INFO] [stdout]      |                             +++++++++++++++++++++++                            ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0283]: type annotations needed
[INFO] [stdout]     --> src/layers/compress.rs:1267:58
[INFO] [stdout]      |
[INFO] [stdout] 1267 |             assert_eq!(pos, (UNCOMPRESSED_DATA_SIZE + 4).into());
[INFO] [stdout]      |             ---------------------------------------------^^^^--- type must be known at this point
[INFO] [stdout]      |
[INFO] [stdout]      = note: multiple `impl`s satisfying `u64: PartialEq<_>` found in the following crates: `core`, `serde_json`:
[INFO] [stdout]              - impl PartialEq<serde_json::Value> for u64;
[INFO] [stdout]              - impl<host> PartialEq for u64
[INFO] [stdout]                where the constant `host` has type `bool`;
[INFO] [stdout] help: try using a fully qualified path to specify the expected types
[INFO] [stdout]      |
[INFO] [stdout] 1267 |             assert_eq!(pos, <u32 as Into<T>>::into((UNCOMPRESSED_DATA_SIZE + 4)));
[INFO] [stdout]      |                             +++++++++++++++++++++++                            ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0283]: type annotations needed
[INFO] [stdout]     --> src/layers/compress.rs:1274:66
[INFO] [stdout]      |
[INFO] [stdout] 1274 |             assert_eq!(pos, (UNCOMPRESSED_DATA_SIZE + 4 + 5 + 2).into());
[INFO] [stdout]      |             -----------------------------------------------------^^^^--- type must be known at this point
[INFO] [stdout]      |
[INFO] [stdout]      = note: multiple `impl`s satisfying `u64: PartialEq<_>` found in the following crates: `core`, `serde_json`:
[INFO] [stdout]              - impl PartialEq<serde_json::Value> for u64;
[INFO] [stdout]              - impl<host> PartialEq for u64
[INFO] [stdout]                where the constant `host` has type `bool`;
[INFO] [stdout] help: try using a fully qualified path to specify the expected types
[INFO] [stdout]      |
[INFO] [stdout] 1274 |             assert_eq!(pos, <u32 as Into<T>>::into((UNCOMPRESSED_DATA_SIZE + 4 + 5 + 2)));
[INFO] [stdout]      |                             +++++++++++++++++++++++                                    ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0283]: type annotations needed
[INFO] [stdout]     --> src/layers/compress.rs:1283:74
[INFO] [stdout]      |
[INFO] [stdout] 1283 |             assert_eq!(pos, (UNCOMPRESSED_DATA_SIZE * 2 + 4 + 5 + 2 + 5).into());
[INFO] [stdout]      |             -------------------------------------------------------------^^^^--- type must be known at this point
[INFO] [stdout]      |
[INFO] [stdout]      = note: multiple `impl`s satisfying `u64: PartialEq<_>` found in the following crates: `core`, `serde_json`:
[INFO] [stdout]              - impl PartialEq<serde_json::Value> for u64;
[INFO] [stdout]              - impl<host> PartialEq for u64
[INFO] [stdout]                where the constant `host` has type `bool`;
[INFO] [stdout] help: try using a fully qualified path to specify the expected types
[INFO] [stdout]      |
[INFO] [stdout] 1283 |             assert_eq!(pos, <u32 as Into<T>>::into((UNCOMPRESSED_DATA_SIZE * 2 + 4 + 5 + 2 + 5)));
[INFO] [stdout]      |                             +++++++++++++++++++++++                                            ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0283]: type annotations needed
[INFO] [stdout]     --> src/layers/compress.rs:1290:74
[INFO] [stdout]      |
[INFO] [stdout] 1290 |             assert_eq!(pos, (UNCOMPRESSED_DATA_SIZE * 2 + 4 + 5 + 2 + 5).into());
[INFO] [stdout]      |             -------------------------------------------------------------^^^^--- type must be known at this point
[INFO] [stdout]      |
[INFO] [stdout]      = note: multiple `impl`s satisfying `u64: PartialEq<_>` found in the following crates: `core`, `serde_json`:
[INFO] [stdout]              - impl PartialEq<serde_json::Value> for u64;
[INFO] [stdout]              - impl<host> PartialEq for u64
[INFO] [stdout]                where the constant `host` has type `bool`;
[INFO] [stdout] help: try using a fully qualified path to specify the expected types
[INFO] [stdout]      |
[INFO] [stdout] 1290 |             assert_eq!(pos, <u32 as Into<T>>::into((UNCOMPRESSED_DATA_SIZE * 2 + 4 + 5 + 2 + 5)));
[INFO] [stdout]      |                             +++++++++++++++++++++++                                            ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 9 previous errors; 20 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0283, E0432.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0283`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `mla` (lib test) due to 10 previous errors; 20 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "d3420f8f591034c60d291491a57db6c16f859683d001d59b341c5fddf29ed15d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d3420f8f591034c60d291491a57db6c16f859683d001d59b341c5fddf29ed15d", kill_on_drop: false }`
[INFO] [stdout] d3420f8f591034c60d291491a57db6c16f859683d001d59b341c5fddf29ed15d
