[INFO] fetching crate tls_codec_derive 0.2.0... [INFO] checking tls_codec_derive-0.2.0 against master#e652caa679a304af11fc04f1f12452f255a82593 for pr-98000 [INFO] extracting crate tls_codec_derive 0.2.0 into /workspace/builds/worker-7/source [INFO] validating manifest of crates.io crate tls_codec_derive 0.2.0 on toolchain e652caa679a304af11fc04f1f12452f255a82593 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+e652caa679a304af11fc04f1f12452f255a82593" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate tls_codec_derive 0.2.0 [INFO] finished tweaking crates.io crate tls_codec_derive 0.2.0 [INFO] tweaked toml for crates.io crate tls_codec_derive 0.2.0 written to /workspace/builds/worker-7/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+e652caa679a304af11fc04f1f12452f255a82593" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+e652caa679a304af11fc04f1f12452f255a82593" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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:ac0d0aa6ec8ed129e241004a6179c99fa0d2616f50ba759c5b60bd26d0fafa02" "/opt/rustwide/cargo-home/bin/cargo" "+e652caa679a304af11fc04f1f12452f255a82593" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 65b2038f8ef6b0986a54fbe7d395ca2d59793efbd142353ecc3a0a8a090767e4 [INFO] running `Command { std: "docker" "start" "-a" "65b2038f8ef6b0986a54fbe7d395ca2d59793efbd142353ecc3a0a8a090767e4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "65b2038f8ef6b0986a54fbe7d395ca2d59793efbd142353ecc3a0a8a090767e4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "65b2038f8ef6b0986a54fbe7d395ca2d59793efbd142353ecc3a0a8a090767e4", kill_on_drop: false }` [INFO] [stdout] 65b2038f8ef6b0986a54fbe7d395ca2d59793efbd142353ecc3a0a8a090767e4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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:ac0d0aa6ec8ed129e241004a6179c99fa0d2616f50ba759c5b60bd26d0fafa02" "/opt/rustwide/cargo-home/bin/cargo" "+e652caa679a304af11fc04f1f12452f255a82593" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2b4b892b269ecfb79a7cc1f28e7e518a319bf2c1d446faca708dcf6cb220a830 [INFO] running `Command { std: "docker" "start" "-a" "2b4b892b269ecfb79a7cc1f28e7e518a319bf2c1d446faca708dcf6cb220a830", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.40 [INFO] [stderr] Compiling quote v1.0.20 [INFO] [stderr] Compiling syn v1.0.98 [INFO] [stderr] Checking unicode-ident v1.0.1 [INFO] [stderr] Checking tls_codec_derive v0.2.0 (/opt/rustwide/workdir) [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, TlsSliceU16, TlsVecU16, TlsVecU32}; [INFO] [stdout] | ^^^^^^^^^ use of undeclared crate or module `tls_codec` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `tls_codec` [INFO] [stdout] --> tests/encode.rs:125:9 [INFO] [stdout] | [INFO] [stdout] 125 | use tls_codec::{Serialize, Size, TlsByteSliceU32}; [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[E0432]: unresolved import `tls_codec` [INFO] [stdout] --> tests/decode.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use tls_codec::{Deserialize, Serialize, TlsSliceU16, TlsVecU16, TlsVecU32, TlsVecU8}; [INFO] [stdout] | ^^^^^^^^^ use of undeclared crate or module `tls_codec` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `tls_codec` [INFO] [stdout] --> tests/decode.rs:233:9 [INFO] [stdout] | [INFO] [stdout] 233 | use tls_codec::{Deserialize, Serialize, Size, TlsByteSliceU32, TlsByteVecU32}; [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/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/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/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/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/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/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/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/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/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:31:10 [INFO] [stdout] | [INFO] [stdout] 31 | #[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/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/encode.rs:31:24 [INFO] [stdout] | [INFO] [stdout] 31 | #[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:36:10 [INFO] [stdout] | [INFO] [stdout] 36 | #[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/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/encode.rs:36:24 [INFO] [stdout] | [INFO] [stdout] 36 | #[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/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/encode.rs:116:10 [INFO] [stdout] | [INFO] [stdout] 116 | #[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/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/encode.rs:116:24 [INFO] [stdout] | [INFO] [stdout] 116 | #[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/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/encode.rs:131:79 [INFO] [stdout] | [INFO] [stdout] 131 | pub fn tls_serialize(v: &[u8], writer: &mut W) -> Result { [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: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/encode.rs:146:10 [INFO] [stdout] | [INFO] [stdout] 146 | #[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/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/encode.rs:146:24 [INFO] [stdout] | [INFO] [stdout] 146 | #[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/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/encode.rs:166:10 [INFO] [stdout] | [INFO] [stdout] 166 | #[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/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/encode.rs:166:24 [INFO] [stdout] | [INFO] [stdout] 166 | #[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/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/encode.rs:179:10 [INFO] [stdout] | [INFO] [stdout] 179 | #[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/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/encode.rs:179:24 [INFO] [stdout] | [INFO] [stdout] 179 | #[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/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/encode.rs:192:10 [INFO] [stdout] | [INFO] [stdout] 192 | #[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/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/encode.rs:192:24 [INFO] [stdout] | [INFO] [stdout] 192 | #[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:214:10 [INFO] [stdout] | [INFO] [stdout] 214 | #[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/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/encode.rs:214:24 [INFO] [stdout] | [INFO] [stdout] 214 | #[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] help: if you import `Error`, refer to it directly [INFO] [stdout] | [INFO] [stdout] 16 - #[derive(TlsSerialize, TlsSize, Debug)] [INFO] [stdout] 16 + #[derive(TlsSerialize, TlsSize, Debug)] [INFO] [stdout] | [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/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] help: if you import `Error`, refer to it directly [INFO] [stdout] | [INFO] [stdout] 23 - #[derive(TlsSerialize, TlsSize, Debug)] [INFO] [stdout] 23 + #[derive(TlsSerialize, TlsSize, Debug)] [INFO] [stdout] | [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/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] help: if you import `Error`, refer to it directly [INFO] [stdout] | [INFO] [stdout] 26 - #[derive(TlsSerialize, TlsSize, Debug)] [INFO] [stdout] 26 + #[derive(TlsSerialize, TlsSize, Debug)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/encode.rs:31:10 [INFO] [stdout] | [INFO] [stdout] 31 | #[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] help: if you import `Error`, refer to it directly [INFO] [stdout] | [INFO] [stdout] 31 - #[derive(TlsSerialize, TlsSize, Debug, Clone)] [INFO] [stdout] 31 + #[derive(TlsSerialize, TlsSize, Debug, Clone)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/encode.rs:36:10 [INFO] [stdout] | [INFO] [stdout] 36 | #[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] help: if you import `Error`, refer to it directly [INFO] [stdout] | [INFO] [stdout] 36 - #[derive(TlsSerialize, TlsSize)] [INFO] [stdout] 36 + #[derive(TlsSerialize, TlsSize)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/encode.rs:116:10 [INFO] [stdout] | [INFO] [stdout] 116 | #[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] help: if you import `Error`, refer to it directly [INFO] [stdout] | [INFO] [stdout] 116 - #[derive(TlsSerialize, TlsSize)] [INFO] [stdout] 116 + #[derive(TlsSerialize, TlsSize)] [INFO] [stdout] | [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/encode.rs:146:10 [INFO] [stdout] | [INFO] [stdout] 146 | #[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] help: if you import `Error`, refer to it directly [INFO] [stdout] | [INFO] [stdout] 146 - #[derive(TlsSerialize, TlsSize)] [INFO] [stdout] 146 + #[derive(TlsSerialize, TlsSize)] [INFO] [stdout] | [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:224:28 [INFO] [stdout] | [INFO] [stdout] 224 | #[derive(Debug, PartialEq, TlsDeserialize, TlsSerialize, TlsSize)] [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:224:44 [INFO] [stdout] | [INFO] [stdout] 224 | #[derive(Debug, PartialEq, TlsDeserialize, 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/decode.rs:224:58 [INFO] [stdout] | [INFO] [stdout] 224 | #[derive(Debug, PartialEq, TlsDeserialize, 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/decode.rs:239:79 [INFO] [stdout] | [INFO] [stdout] 239 | pub fn tls_serialize(v: &[u8], writer: &mut W) -> Result { [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:243:71 [INFO] [stdout] | [INFO] [stdout] 243 | pub fn tls_deserialize(bytes: &mut R) -> Result, tls_codec::Error> { [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:259:28 [INFO] [stdout] | [INFO] [stdout] 259 | #[derive(Debug, PartialEq, TlsDeserialize, TlsSerialize, TlsSize)] [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:259:44 [INFO] [stdout] | [INFO] [stdout] 259 | #[derive(Debug, PartialEq, TlsDeserialize, 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: aborting due to 34 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] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/decode.rs:259:58 [INFO] [stdout] | [INFO] [stdout] 259 | #[derive(Debug, PartialEq, TlsDeserialize, 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/decode.rs:273:28 [INFO] [stdout] | [INFO] [stdout] 273 | #[derive(Debug, PartialEq, TlsDeserialize, TlsSerialize, TlsSize)] [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:273:44 [INFO] [stdout] | [INFO] [stdout] 273 | #[derive(Debug, PartialEq, TlsDeserialize, 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/decode.rs:273:58 [INFO] [stdout] | [INFO] [stdout] 273 | #[derive(Debug, PartialEq, TlsDeserialize, 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/decode.rs:287:28 [INFO] [stdout] | [INFO] [stdout] 287 | #[derive(Debug, PartialEq, TlsDeserialize, TlsSerialize, TlsSize)] [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:287:44 [INFO] [stdout] | [INFO] [stdout] 287 | #[derive(Debug, PartialEq, TlsDeserialize, 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] [stderr] error: could not compile `tls_codec_derive` due to 35 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/decode.rs:287:58 [INFO] [stdout] | [INFO] [stdout] 287 | #[derive(Debug, PartialEq, TlsDeserialize, 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/decode.rs:307:28 [INFO] [stdout] | [INFO] [stdout] 307 | #[derive(Debug, PartialEq, TlsDeserialize, TlsSerialize, TlsSize)] [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:307:44 [INFO] [stdout] | [INFO] [stdout] 307 | #[derive(Debug, PartialEq, TlsDeserialize, 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/decode.rs:307:58 [INFO] [stdout] | [INFO] [stdout] 307 | #[derive(Debug, PartialEq, TlsDeserialize, 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/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] help: if you import `Error`, refer to it directly [INFO] [stdout] | [INFO] [stdout] 4 - #[derive(TlsDeserialize, Debug, PartialEq, Clone, Copy, TlsSize, TlsSerialize)] [INFO] [stdout] 4 + #[derive(TlsDeserialize, Debug, PartialEq, Clone, Copy, TlsSize, TlsSerialize)] [INFO] [stdout] | [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] help: if you import `Error`, refer to it directly [INFO] [stdout] | [INFO] [stdout] 22 - #[derive(TlsDeserialize, Debug, PartialEq, TlsSerialize, TlsSize, Clone, Default)] [INFO] [stdout] 22 + #[derive(TlsDeserialize, Debug, PartialEq, TlsSerialize, TlsSize, Clone, Default)] [INFO] [stdout] | [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] help: if you import `Error`, refer to it directly [INFO] [stdout] | [INFO] [stdout] 28 - #[derive(TlsDeserialize, Debug, PartialEq, TlsSize, TlsSerialize)] [INFO] [stdout] 28 + #[derive(TlsDeserialize, Debug, PartialEq, TlsSize, TlsSerialize)] [INFO] [stdout] | [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] help: if you import `Error`, refer to it directly [INFO] [stdout] | [INFO] [stdout] 33 - #[derive(TlsDeserialize, Debug, PartialEq, TlsSize, TlsSerialize)] [INFO] [stdout] 33 + #[derive(TlsDeserialize, Debug, PartialEq, TlsSize, TlsSerialize)] [INFO] [stdout] | [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] help: if you import `Error`, refer to it directly [INFO] [stdout] | [INFO] [stdout] 38 - #[derive(TlsSerialize, TlsDeserialize, TlsSize, Debug, PartialEq)] [INFO] [stdout] 38 + #[derive(TlsSerialize, TlsDeserialize, TlsSize, Debug, PartialEq)] [INFO] [stdout] | [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] help: if you import `Error`, refer to it directly [INFO] [stdout] | [INFO] [stdout] 41 - #[derive(TlsSerialize, TlsDeserialize, TlsSize, Debug, PartialEq)] [INFO] [stdout] 41 + #[derive(TlsSerialize, TlsDeserialize, TlsSize, Debug, PartialEq)] [INFO] [stdout] | [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] help: if you import `Error`, refer to it directly [INFO] [stdout] | [INFO] [stdout] 147 - #[derive(TlsSerialize, TlsDeserialize, TlsSize, Clone, PartialEq)] [INFO] [stdout] 147 + #[derive(TlsSerialize, TlsDeserialize, TlsSize, Clone, PartialEq)] [INFO] [stdout] | [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] help: if you import `Error`, refer to it directly [INFO] [stdout] | [INFO] [stdout] 154 - #[derive(TlsSerialize, TlsDeserialize, TlsSize, Clone, PartialEq)] [INFO] [stdout] 154 + #[derive(TlsSerialize, TlsDeserialize, TlsSize, Clone, PartialEq)] [INFO] [stdout] | [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] help: if you import `Error`, refer to it directly [INFO] [stdout] | [INFO] [stdout] 157 - #[derive(TlsSerialize, TlsDeserialize, TlsSize, Clone, PartialEq)] [INFO] [stdout] 157 + #[derive(TlsSerialize, TlsDeserialize, TlsSize, Clone, PartialEq)] [INFO] [stdout] | [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] help: if you import `Error`, refer to it directly [INFO] [stdout] | [INFO] [stdout] 160 - #[derive(TlsSerialize, TlsDeserialize, TlsSize, Clone, PartialEq)] [INFO] [stdout] 160 + #[derive(TlsSerialize, TlsDeserialize, TlsSize, Clone, PartialEq)] [INFO] [stdout] | [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] help: if you import `Error`, refer to it directly [INFO] [stdout] | [INFO] [stdout] 163 - #[derive(TlsSerialize, TlsDeserialize, TlsSize, Clone, PartialEq)] [INFO] [stdout] 163 + #[derive(TlsSerialize, TlsDeserialize, TlsSize, Clone, PartialEq)] [INFO] [stdout] | [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] help: if you import `Error`, refer to it directly [INFO] [stdout] | [INFO] [stdout] 166 - #[derive(TlsSerialize, TlsDeserialize, TlsSize, Clone, PartialEq)] [INFO] [stdout] 166 + #[derive(TlsSerialize, TlsDeserialize, TlsSize, Clone, PartialEq)] [INFO] [stdout] | [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] help: if you import `Error`, refer to it directly [INFO] [stdout] | [INFO] [stdout] 173 - #[derive(TlsSerialize, TlsDeserialize, TlsSize, Clone, PartialEq)] [INFO] [stdout] 173 + #[derive(TlsSerialize, TlsDeserialize, TlsSize, Clone, PartialEq)] [INFO] [stdout] | [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] help: if you import `Error`, refer to it directly [INFO] [stdout] | [INFO] [stdout] 179 - #[derive(TlsSerialize, TlsDeserialize, TlsSize, Clone, PartialEq)] [INFO] [stdout] 179 + #[derive(TlsSerialize, TlsDeserialize, TlsSize, Clone, PartialEq)] [INFO] [stdout] | [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] help: if you import `Error`, refer to it directly [INFO] [stdout] | [INFO] [stdout] 185 - #[derive(TlsSerialize, TlsDeserialize, TlsSize, Clone, PartialEq)] [INFO] [stdout] 185 + #[derive(TlsSerialize, TlsDeserialize, TlsSize, Clone, PartialEq)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/decode.rs:224:44 [INFO] [stdout] | [INFO] [stdout] 224 | #[derive(Debug, PartialEq, TlsDeserialize, 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] help: if you import `Error`, refer to it directly [INFO] [stdout] | [INFO] [stdout] 224 - #[derive(Debug, PartialEq, TlsDeserialize, TlsSerialize, TlsSize)] [INFO] [stdout] 224 + #[derive(Debug, PartialEq, TlsDeserialize, TlsSerialize, TlsSize)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/decode.rs:259:28 [INFO] [stdout] | [INFO] [stdout] 259 | #[derive(Debug, PartialEq, TlsDeserialize, TlsSerialize, TlsSize)] [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] help: if you import `Error`, refer to it directly [INFO] [stdout] | [INFO] [stdout] 259 - #[derive(Debug, PartialEq, TlsDeserialize, TlsSerialize, TlsSize)] [INFO] [stdout] 259 + #[derive(Debug, PartialEq, TlsDeserialize, TlsSerialize, TlsSize)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/decode.rs:273:28 [INFO] [stdout] | [INFO] [stdout] 273 | #[derive(Debug, PartialEq, TlsDeserialize, TlsSerialize, TlsSize)] [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] help: if you import `Error`, refer to it directly [INFO] [stdout] | [INFO] [stdout] 273 - #[derive(Debug, PartialEq, TlsDeserialize, TlsSerialize, TlsSize)] [INFO] [stdout] 273 + #[derive(Debug, PartialEq, TlsDeserialize, TlsSerialize, TlsSize)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/decode.rs:287:28 [INFO] [stdout] | [INFO] [stdout] 287 | #[derive(Debug, PartialEq, TlsDeserialize, TlsSerialize, TlsSize)] [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] help: if you import `Error`, refer to it directly [INFO] [stdout] | [INFO] [stdout] 287 - #[derive(Debug, PartialEq, TlsDeserialize, TlsSerialize, TlsSize)] [INFO] [stdout] 287 + #[derive(Debug, PartialEq, TlsDeserialize, TlsSerialize, TlsSize)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/decode.rs:307:28 [INFO] [stdout] | [INFO] [stdout] 307 | #[derive(Debug, PartialEq, TlsDeserialize, TlsSerialize, TlsSize)] [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] help: if you import `Error`, refer to it directly [INFO] [stdout] | [INFO] [stdout] 307 - #[derive(Debug, PartialEq, TlsDeserialize, TlsSerialize, TlsSize)] [INFO] [stdout] 307 + #[derive(Debug, PartialEq, TlsDeserialize, TlsSerialize, TlsSize)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 86 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 87 previous errors [INFO] running `Command { std: "docker" "inspect" "2b4b892b269ecfb79a7cc1f28e7e518a319bf2c1d446faca708dcf6cb220a830", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2b4b892b269ecfb79a7cc1f28e7e518a319bf2c1d446faca708dcf6cb220a830", kill_on_drop: false }` [INFO] [stdout] 2b4b892b269ecfb79a7cc1f28e7e518a319bf2c1d446faca708dcf6cb220a830