[INFO] fetching crate tls_codec_derive 0.1.2... [INFO] checking tls_codec_derive-0.1.2 against try#a7a572ce3edd6d476191fbfe92c9c1986e009b34 for pr-87190-3 [INFO] extracting crate tls_codec_derive 0.1.2 into /workspace/builds/worker-3/source [INFO] validating manifest of crates.io crate tls_codec_derive 0.1.2 on toolchain a7a572ce3edd6d476191fbfe92c9c1986e009b34 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate tls_codec_derive 0.1.2 [INFO] finished tweaking crates.io crate tls_codec_derive 0.1.2 [INFO] tweaked toml for crates.io crate tls_codec_derive 0.1.2 written to /workspace/builds/worker-3/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 7539edf30524764bfa15634fff6266d44b14698978ac58cc967ad6406949e779 [INFO] running `Command { std: "docker" "start" "-a" "7539edf30524764bfa15634fff6266d44b14698978ac58cc967ad6406949e779", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7539edf30524764bfa15634fff6266d44b14698978ac58cc967ad6406949e779", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7539edf30524764bfa15634fff6266d44b14698978ac58cc967ad6406949e779", kill_on_drop: false }` [INFO] [stdout] 7539edf30524764bfa15634fff6266d44b14698978ac58cc967ad6406949e779 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 24a389c245c727c083c96229b8f58ef8a694b98cee81d7597d00a8cdc6197b56 [INFO] running `Command { std: "docker" "start" "-a" "24a389c245c727c083c96229b8f58ef8a694b98cee81d7597d00a8cdc6197b56", kill_on_drop: false }` [INFO] [stderr] Copying to /tmp/fixit [INFO] [stderr] Running `cargo fix --edition` [INFO] [stderr] Checking proc-macro2 v1.0.28 [INFO] [stderr] Compiling tls_codec_derive v0.1.2 (/tmp/fixit) [INFO] [stderr] Migrating src/lib.rs from 2018 edition to 2021 [INFO] [stderr] Checking quote v1.0.9 [INFO] [stderr] Checking syn v1.0.75 [INFO] [stderr] Fixed src/lib.rs (24 fixes) [INFO] [stderr] Migrating tests/encode.rs from 2018 edition to 2021 [INFO] [stderr] Migrating tests/decode.rs from 2018 edition to 2021 [INFO] [stdout] error[E0432]: unresolved import `tls_codec` [INFO] [stdout] --> tests/encode.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use tls_codec::{SecretTlsVecU16, Serialize, Size, TlsSliceU16, TlsVecU16, TlsVecU32}; [INFO] [stdout] | ^^^^^^^^^ use of undeclared crate or module `tls_codec` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/encode.rs:4:10 [INFO] [stdout] | [INFO] [stdout] 4 | #[derive(TlsSerialize, TlsSize, Debug)] [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsSerialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/encode.rs:4:24 [INFO] [stdout] | [INFO] [stdout] 4 | #[derive(TlsSerialize, TlsSize, Debug)] [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsSize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/encode.rs:16:10 [INFO] [stdout] | [INFO] [stdout] 16 | #[derive(TlsSerialize, TlsSize, Debug)] [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsSerialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/encode.rs:16:24 [INFO] [stdout] | [INFO] [stdout] 16 | #[derive(TlsSerialize, TlsSize, Debug)] [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsSize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/encode.rs:23:10 [INFO] [stdout] | [INFO] [stdout] 23 | #[derive(TlsSerialize, TlsSize, Debug)] [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsSerialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/encode.rs:23:24 [INFO] [stdout] | [INFO] [stdout] 23 | #[derive(TlsSerialize, TlsSize, Debug)] [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsSize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/encode.rs:26:10 [INFO] [stdout] | [INFO] [stdout] 26 | #[derive(TlsSerialize, TlsSize, Debug)] [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsSerialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/encode.rs:26:24 [INFO] [stdout] | [INFO] [stdout] 26 | #[derive(TlsSerialize, TlsSize, Debug)] [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsSize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/encode.rs:29:10 [INFO] [stdout] | [INFO] [stdout] 29 | #[derive(TlsSerialize, TlsSize, Debug)] [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsSerialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/encode.rs:29:24 [INFO] [stdout] | [INFO] [stdout] 29 | #[derive(TlsSerialize, TlsSize, Debug)] [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsSize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/encode.rs:34:10 [INFO] [stdout] | [INFO] [stdout] 34 | #[derive(TlsSerialize, TlsSize, Debug, Clone)] [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsSerialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/encode.rs:34:24 [INFO] [stdout] | [INFO] [stdout] 34 | #[derive(TlsSerialize, TlsSize, Debug, Clone)] [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsSize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/encode.rs:39:10 [INFO] [stdout] | [INFO] [stdout] 39 | #[derive(TlsSerialize, TlsSize)] [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsSerialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/encode.rs:39:24 [INFO] [stdout] | [INFO] [stdout] 39 | #[derive(TlsSerialize, TlsSize)] [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsSize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/encode.rs:16:10 [INFO] [stdout] | [INFO] [stdout] 16 | #[derive(TlsSerialize, TlsSize, Debug)] [INFO] [stdout] | ^^^^^^^^^^^^ not found in `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsSerialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::fmt::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::error::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::fmt::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::io::Error; [INFO] [stdout] | [INFO] [stdout] and 2 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/encode.rs:23:10 [INFO] [stdout] | [INFO] [stdout] 23 | #[derive(TlsSerialize, TlsSize, Debug)] [INFO] [stdout] | ^^^^^^^^^^^^ not found in `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsSerialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::fmt::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::error::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::fmt::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::io::Error; [INFO] [stdout] | [INFO] [stdout] and 2 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/encode.rs:26:10 [INFO] [stdout] | [INFO] [stdout] 26 | #[derive(TlsSerialize, TlsSize, Debug)] [INFO] [stdout] | ^^^^^^^^^^^^ not found in `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsSerialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::fmt::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::error::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::fmt::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::io::Error; [INFO] [stdout] | [INFO] [stdout] and 2 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/encode.rs:29:10 [INFO] [stdout] | [INFO] [stdout] 29 | #[derive(TlsSerialize, TlsSize, Debug)] [INFO] [stdout] | ^^^^^^^^^^^^ not found in `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsSerialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::fmt::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::error::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::fmt::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::io::Error; [INFO] [stdout] | [INFO] [stdout] and 2 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/encode.rs:34:10 [INFO] [stdout] | [INFO] [stdout] 34 | #[derive(TlsSerialize, TlsSize, Debug, Clone)] [INFO] [stdout] | ^^^^^^^^^^^^ not found in `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsSerialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::fmt::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::error::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::fmt::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::io::Error; [INFO] [stdout] | [INFO] [stdout] and 2 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/encode.rs:39:10 [INFO] [stdout] | [INFO] [stdout] 39 | #[derive(TlsSerialize, TlsSize)] [INFO] [stdout] | ^^^^^^^^^^^^ not found in `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsSerialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::fmt::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::error::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::fmt::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::io::Error; [INFO] [stdout] | [INFO] [stdout] and 2 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 21 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] error: could not compile `tls_codec_derive` due to 22 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error[E0432]: unresolved import `tls_codec` [INFO] [stdout] --> tests/decode.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use tls_codec::{Deserialize, Serialize, Size, TlsSliceU16, TlsVecU16, TlsVecU32, TlsVecU8}; [INFO] [stdout] | ^^^^^^^^^ use of undeclared crate or module `tls_codec` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/decode.rs:4:10 [INFO] [stdout] | [INFO] [stdout] 4 | #[derive(TlsDeserialize, Debug, PartialEq, Clone, Copy, TlsSize, TlsSerialize)] [INFO] [stdout] | ^^^^^^^^^^^^^^ use of undeclared crate or module `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsDeserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/decode.rs:4:57 [INFO] [stdout] | [INFO] [stdout] 4 | #[derive(TlsDeserialize, Debug, PartialEq, Clone, Copy, TlsSize, TlsSerialize)] [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsSize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/decode.rs:4:66 [INFO] [stdout] | [INFO] [stdout] 4 | #[derive(TlsDeserialize, Debug, PartialEq, Clone, Copy, TlsSize, TlsSerialize)] [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsSerialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/decode.rs:22:10 [INFO] [stdout] | [INFO] [stdout] 22 | #[derive(TlsDeserialize, Debug, PartialEq, TlsSerialize, TlsSize, Clone, Default)] [INFO] [stdout] | ^^^^^^^^^^^^^^ use of undeclared crate or module `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsDeserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/decode.rs:22:44 [INFO] [stdout] | [INFO] [stdout] 22 | #[derive(TlsDeserialize, Debug, PartialEq, TlsSerialize, TlsSize, Clone, Default)] [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsSerialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/decode.rs:22:58 [INFO] [stdout] | [INFO] [stdout] 22 | #[derive(TlsDeserialize, Debug, PartialEq, TlsSerialize, TlsSize, Clone, Default)] [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsSize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/decode.rs:28:10 [INFO] [stdout] | [INFO] [stdout] 28 | #[derive(TlsDeserialize, Debug, PartialEq, TlsSize, TlsSerialize)] [INFO] [stdout] | ^^^^^^^^^^^^^^ use of undeclared crate or module `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsDeserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/decode.rs:28:44 [INFO] [stdout] | [INFO] [stdout] 28 | #[derive(TlsDeserialize, Debug, PartialEq, TlsSize, TlsSerialize)] [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsSize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/decode.rs:28:53 [INFO] [stdout] | [INFO] [stdout] 28 | #[derive(TlsDeserialize, Debug, PartialEq, TlsSize, TlsSerialize)] [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsSerialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/decode.rs:33:10 [INFO] [stdout] | [INFO] [stdout] 33 | #[derive(TlsDeserialize, Debug, PartialEq, TlsSize, TlsSerialize)] [INFO] [stdout] | ^^^^^^^^^^^^^^ use of undeclared crate or module `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsDeserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/decode.rs:33:44 [INFO] [stdout] | [INFO] [stdout] 33 | #[derive(TlsDeserialize, Debug, PartialEq, TlsSize, TlsSerialize)] [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsSize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/decode.rs:33:53 [INFO] [stdout] | [INFO] [stdout] 33 | #[derive(TlsDeserialize, Debug, PartialEq, TlsSize, TlsSerialize)] [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsSerialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/decode.rs:38:10 [INFO] [stdout] | [INFO] [stdout] 38 | #[derive(TlsSerialize, TlsDeserialize, TlsSize, Debug, PartialEq)] [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsSerialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/decode.rs:38:24 [INFO] [stdout] | [INFO] [stdout] 38 | #[derive(TlsSerialize, TlsDeserialize, TlsSize, Debug, PartialEq)] [INFO] [stdout] | ^^^^^^^^^^^^^^ use of undeclared crate or module `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsDeserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/decode.rs:38:40 [INFO] [stdout] | [INFO] [stdout] 38 | #[derive(TlsSerialize, TlsDeserialize, TlsSize, Debug, PartialEq)] [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsSize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/decode.rs:41:10 [INFO] [stdout] | [INFO] [stdout] 41 | #[derive(TlsSerialize, TlsDeserialize, TlsSize, Debug, PartialEq)] [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsSerialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/decode.rs:41:24 [INFO] [stdout] | [INFO] [stdout] 41 | #[derive(TlsSerialize, TlsDeserialize, TlsSize, Debug, PartialEq)] [INFO] [stdout] | ^^^^^^^^^^^^^^ use of undeclared crate or module `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsDeserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/decode.rs:41:40 [INFO] [stdout] | [INFO] [stdout] 41 | #[derive(TlsSerialize, TlsDeserialize, TlsSize, Debug, PartialEq)] [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsSize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/decode.rs:142:10 [INFO] [stdout] | [INFO] [stdout] 142 | #[derive(TlsDeserialize, Clone, TlsSize, PartialEq)] [INFO] [stdout] | ^^^^^^^^^^^^^^ use of undeclared crate or module `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsDeserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/decode.rs:142:33 [INFO] [stdout] | [INFO] [stdout] 142 | #[derive(TlsDeserialize, Clone, TlsSize, PartialEq)] [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsSize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/decode.rs:147:10 [INFO] [stdout] | [INFO] [stdout] 147 | #[derive(TlsSerialize, TlsDeserialize, TlsSize, Clone, PartialEq)] [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsSerialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/decode.rs:147:24 [INFO] [stdout] | [INFO] [stdout] 147 | #[derive(TlsSerialize, TlsDeserialize, TlsSize, Clone, PartialEq)] [INFO] [stdout] | ^^^^^^^^^^^^^^ use of undeclared crate or module `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsDeserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/decode.rs:147:40 [INFO] [stdout] | [INFO] [stdout] 147 | #[derive(TlsSerialize, TlsDeserialize, TlsSize, Clone, PartialEq)] [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsSize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/decode.rs:154:10 [INFO] [stdout] | [INFO] [stdout] 154 | #[derive(TlsSerialize, TlsDeserialize, TlsSize, Clone, PartialEq)] [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsSerialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/decode.rs:154:24 [INFO] [stdout] | [INFO] [stdout] 154 | #[derive(TlsSerialize, TlsDeserialize, TlsSize, Clone, PartialEq)] [INFO] [stdout] | ^^^^^^^^^^^^^^ use of undeclared crate or module `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsDeserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/decode.rs:154:40 [INFO] [stdout] | [INFO] [stdout] 154 | #[derive(TlsSerialize, TlsDeserialize, TlsSize, Clone, PartialEq)] [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsSize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/decode.rs:157:10 [INFO] [stdout] | [INFO] [stdout] 157 | #[derive(TlsSerialize, TlsDeserialize, TlsSize, Clone, PartialEq)] [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsSerialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/decode.rs:157:24 [INFO] [stdout] | [INFO] [stdout] 157 | #[derive(TlsSerialize, TlsDeserialize, TlsSize, Clone, PartialEq)] [INFO] [stdout] | ^^^^^^^^^^^^^^ use of undeclared crate or module `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsDeserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/decode.rs:157:40 [INFO] [stdout] | [INFO] [stdout] 157 | #[derive(TlsSerialize, TlsDeserialize, TlsSize, Clone, PartialEq)] [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsSize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/decode.rs:160:10 [INFO] [stdout] | [INFO] [stdout] 160 | #[derive(TlsSerialize, TlsDeserialize, TlsSize, Clone, PartialEq)] [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsSerialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/decode.rs:160:24 [INFO] [stdout] | [INFO] [stdout] 160 | #[derive(TlsSerialize, TlsDeserialize, TlsSize, Clone, PartialEq)] [INFO] [stdout] | ^^^^^^^^^^^^^^ use of undeclared crate or module `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsDeserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/decode.rs:160:40 [INFO] [stdout] | [INFO] [stdout] 160 | #[derive(TlsSerialize, TlsDeserialize, TlsSize, Clone, PartialEq)] [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsSize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/decode.rs:163:10 [INFO] [stdout] | [INFO] [stdout] 163 | #[derive(TlsSerialize, TlsDeserialize, TlsSize, Clone, PartialEq)] [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsSerialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/decode.rs:163:24 [INFO] [stdout] | [INFO] [stdout] 163 | #[derive(TlsSerialize, TlsDeserialize, TlsSize, Clone, PartialEq)] [INFO] [stdout] | ^^^^^^^^^^^^^^ use of undeclared crate or module `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsDeserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/decode.rs:163:40 [INFO] [stdout] | [INFO] [stdout] 163 | #[derive(TlsSerialize, TlsDeserialize, TlsSize, Clone, PartialEq)] [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsSize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/decode.rs:166:10 [INFO] [stdout] | [INFO] [stdout] 166 | #[derive(TlsSerialize, TlsDeserialize, TlsSize, Clone, PartialEq)] [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsSerialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/decode.rs:166:24 [INFO] [stdout] | [INFO] [stdout] 166 | #[derive(TlsSerialize, TlsDeserialize, TlsSize, Clone, PartialEq)] [INFO] [stdout] | ^^^^^^^^^^^^^^ use of undeclared crate or module `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsDeserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/decode.rs:166:40 [INFO] [stdout] | [INFO] [stdout] 166 | #[derive(TlsSerialize, TlsDeserialize, TlsSize, Clone, PartialEq)] [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsSize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/decode.rs:173:10 [INFO] [stdout] | [INFO] [stdout] 173 | #[derive(TlsSerialize, TlsDeserialize, TlsSize, Clone, PartialEq)] [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsSerialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/decode.rs:173:24 [INFO] [stdout] | [INFO] [stdout] 173 | #[derive(TlsSerialize, TlsDeserialize, TlsSize, Clone, PartialEq)] [INFO] [stdout] | ^^^^^^^^^^^^^^ use of undeclared crate or module `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsDeserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/decode.rs:173:40 [INFO] [stdout] | [INFO] [stdout] 173 | #[derive(TlsSerialize, TlsDeserialize, TlsSize, Clone, PartialEq)] [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsSize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/decode.rs:179:10 [INFO] [stdout] | [INFO] [stdout] 179 | #[derive(TlsSerialize, TlsDeserialize, TlsSize, Clone, PartialEq)] [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsSerialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/decode.rs:179:24 [INFO] [stdout] | [INFO] [stdout] 179 | #[derive(TlsSerialize, TlsDeserialize, TlsSize, Clone, PartialEq)] [INFO] [stdout] | ^^^^^^^^^^^^^^ use of undeclared crate or module `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsDeserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/decode.rs:179:40 [INFO] [stdout] | [INFO] [stdout] 179 | #[derive(TlsSerialize, TlsDeserialize, TlsSize, Clone, PartialEq)] [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsSize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/decode.rs:185:10 [INFO] [stdout] | [INFO] [stdout] 185 | #[derive(TlsSerialize, TlsDeserialize, TlsSize, Clone, PartialEq)] [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsSerialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/decode.rs:185:24 [INFO] [stdout] | [INFO] [stdout] 185 | #[derive(TlsSerialize, TlsDeserialize, TlsSize, Clone, PartialEq)] [INFO] [stdout] | ^^^^^^^^^^^^^^ use of undeclared crate or module `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsDeserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/decode.rs:185:40 [INFO] [stdout] | [INFO] [stdout] 185 | #[derive(TlsSerialize, TlsDeserialize, TlsSize, Clone, PartialEq)] [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsSize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/decode.rs:4:10 [INFO] [stdout] | [INFO] [stdout] 4 | #[derive(TlsDeserialize, Debug, PartialEq, Clone, Copy, TlsSize, TlsSerialize)] [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsDeserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::fmt::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::error::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::fmt::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::io::Error; [INFO] [stdout] | [INFO] [stdout] and 2 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/decode.rs:22:44 [INFO] [stdout] | [INFO] [stdout] 22 | #[derive(TlsDeserialize, Debug, PartialEq, TlsSerialize, TlsSize, Clone, Default)] [INFO] [stdout] | ^^^^^^^^^^^^ not found in `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsSerialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::fmt::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::error::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::fmt::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::io::Error; [INFO] [stdout] | [INFO] [stdout] and 2 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/decode.rs:28:53 [INFO] [stdout] | [INFO] [stdout] 28 | #[derive(TlsDeserialize, Debug, PartialEq, TlsSize, TlsSerialize)] [INFO] [stdout] | ^^^^^^^^^^^^ not found in `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsSerialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::fmt::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::error::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::fmt::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::io::Error; [INFO] [stdout] | [INFO] [stdout] and 2 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/decode.rs:33:53 [INFO] [stdout] | [INFO] [stdout] 33 | #[derive(TlsDeserialize, Debug, PartialEq, TlsSize, TlsSerialize)] [INFO] [stdout] | ^^^^^^^^^^^^ not found in `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsSerialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::fmt::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::error::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::fmt::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::io::Error; [INFO] [stdout] | [INFO] [stdout] and 2 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/decode.rs:38:10 [INFO] [stdout] | [INFO] [stdout] 38 | #[derive(TlsSerialize, TlsDeserialize, TlsSize, Debug, PartialEq)] [INFO] [stdout] | ^^^^^^^^^^^^ not found in `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsSerialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::fmt::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::error::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::fmt::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::io::Error; [INFO] [stdout] | [INFO] [stdout] and 2 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/decode.rs:41:10 [INFO] [stdout] | [INFO] [stdout] 41 | #[derive(TlsSerialize, TlsDeserialize, TlsSize, Debug, PartialEq)] [INFO] [stdout] | ^^^^^^^^^^^^ not found in `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsSerialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::fmt::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::error::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::fmt::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::io::Error; [INFO] [stdout] | [INFO] [stdout] and 2 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/decode.rs:147:24 [INFO] [stdout] | [INFO] [stdout] 147 | #[derive(TlsSerialize, TlsDeserialize, TlsSize, Clone, PartialEq)] [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsDeserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::fmt::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::error::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::fmt::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::io::Error; [INFO] [stdout] | [INFO] [stdout] and 2 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/decode.rs:154:10 [INFO] [stdout] | [INFO] [stdout] 154 | #[derive(TlsSerialize, TlsDeserialize, TlsSize, Clone, PartialEq)] [INFO] [stdout] | ^^^^^^^^^^^^ not found in `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsSerialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::fmt::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::error::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::fmt::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::io::Error; [INFO] [stdout] | [INFO] [stdout] and 2 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/decode.rs:157:10 [INFO] [stdout] | [INFO] [stdout] 157 | #[derive(TlsSerialize, TlsDeserialize, TlsSize, Clone, PartialEq)] [INFO] [stdout] | ^^^^^^^^^^^^ not found in `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsSerialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::fmt::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::error::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::fmt::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::io::Error; [INFO] [stdout] | [INFO] [stdout] and 2 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/decode.rs:160:10 [INFO] [stdout] | [INFO] [stdout] 160 | #[derive(TlsSerialize, TlsDeserialize, TlsSize, Clone, PartialEq)] [INFO] [stdout] | ^^^^^^^^^^^^ not found in `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsSerialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::fmt::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::error::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::fmt::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::io::Error; [INFO] [stdout] | [INFO] [stdout] and 2 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/decode.rs:163:10 [INFO] [stdout] | [INFO] [stdout] 163 | #[derive(TlsSerialize, TlsDeserialize, TlsSize, Clone, PartialEq)] [INFO] [stdout] | ^^^^^^^^^^^^ not found in `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsSerialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::fmt::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::error::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::fmt::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::io::Error; [INFO] [stdout] | [INFO] [stdout] and 2 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/decode.rs:166:10 [INFO] [stdout] | [INFO] [stdout] 166 | #[derive(TlsSerialize, TlsDeserialize, TlsSize, Clone, PartialEq)] [INFO] [stdout] | ^^^^^^^^^^^^ not found in `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsSerialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::fmt::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::error::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::fmt::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::io::Error; [INFO] [stdout] | [INFO] [stdout] and 2 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/decode.rs:173:10 [INFO] [stdout] | [INFO] [stdout] 173 | #[derive(TlsSerialize, TlsDeserialize, TlsSize, Clone, PartialEq)] [INFO] [stdout] | ^^^^^^^^^^^^ not found in `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsSerialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::fmt::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::error::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::fmt::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::io::Error; [INFO] [stdout] | [INFO] [stdout] and 2 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/decode.rs:179:10 [INFO] [stdout] | [INFO] [stdout] 179 | #[derive(TlsSerialize, TlsDeserialize, TlsSize, Clone, PartialEq)] [INFO] [stdout] | ^^^^^^^^^^^^ not found in `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsSerialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::fmt::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::error::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::fmt::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::io::Error; [INFO] [stdout] | [INFO] [stdout] and 2 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/decode.rs:185:10 [INFO] [stdout] | [INFO] [stdout] 185 | #[derive(TlsSerialize, TlsDeserialize, TlsSize, Clone, PartialEq)] [INFO] [stdout] | ^^^^^^^^^^^^ not found in `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsSerialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::fmt::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::error::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::fmt::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::io::Error; [INFO] [stdout] | [INFO] [stdout] and 2 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 63 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] [stderr] error: failed to migrate to next edition [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `cargo fix --edition --allow-no-vcs --allow-dirty --frozen --all --all-targets --message-format=json` (exit status: 101) [INFO] running `Command { std: "docker" "inspect" "24a389c245c727c083c96229b8f58ef8a694b98cee81d7597d00a8cdc6197b56", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "24a389c245c727c083c96229b8f58ef8a694b98cee81d7597d00a8cdc6197b56", kill_on_drop: false }` [INFO] [stdout] 24a389c245c727c083c96229b8f58ef8a694b98cee81d7597d00a8cdc6197b56