[INFO] fetching crate tls_codec_derive 0.1.1... [INFO] checking tls_codec_derive-0.1.1 against master#90442458ac46b1d5eed752c316da25450f67285b for pr-81477 [INFO] extracting crate tls_codec_derive 0.1.1 into /workspace/builds/worker-1/source [INFO] validating manifest of crates.io crate tls_codec_derive 0.1.1 on toolchain 90442458ac46b1d5eed752c316da25450f67285b [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+90442458ac46b1d5eed752c316da25450f67285b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate tls_codec_derive 0.1.1 [INFO] finished tweaking crates.io crate tls_codec_derive 0.1.1 [INFO] tweaked toml for crates.io crate tls_codec_derive 0.1.1 written to /workspace/builds/worker-1/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+90442458ac46b1d5eed752c316da25450f67285b" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+90442458ac46b1d5eed752c316da25450f67285b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+90442458ac46b1d5eed752c316da25450f67285b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 98bbb915fa6c96edbe26fd18906f2cfccf87f8aa53dfce0b029dcf9a65f00a74 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "98bbb915fa6c96edbe26fd18906f2cfccf87f8aa53dfce0b029dcf9a65f00a74", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "98bbb915fa6c96edbe26fd18906f2cfccf87f8aa53dfce0b029dcf9a65f00a74", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "98bbb915fa6c96edbe26fd18906f2cfccf87f8aa53dfce0b029dcf9a65f00a74", kill_on_drop: false }` [INFO] [stdout] 98bbb915fa6c96edbe26fd18906f2cfccf87f8aa53dfce0b029dcf9a65f00a74 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+90442458ac46b1d5eed752c316da25450f67285b" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5813290a649bebdf2087036296843c0891a136d0fb0ba1b7565ba85193ee06bd [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "5813290a649bebdf2087036296843c0891a136d0fb0ba1b7565ba85193ee06bd", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.27 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Checking quote v1.0.9 [INFO] [stderr] Checking syn v1.0.73 [INFO] [stderr] Checking tls_codec_derive v0.1.1 (/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, TlsSize, 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, 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:10 [INFO] [stdout] | [INFO] [stdout] 16 | #[derive(TlsSerialize, 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, TlsSize, 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, 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, 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, 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, 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:28:10 [INFO] [stdout] | [INFO] [stdout] 28 | #[derive(TlsDeserialize, Debug, PartialEq, 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, 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, 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, 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, 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, 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:10 [INFO] [stdout] | [INFO] [stdout] 41 | #[derive(TlsSerialize, TlsDeserialize, 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:23:10 [INFO] [stdout] | [INFO] [stdout] 23 | #[derive(TlsSerialize, 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:10 [INFO] [stdout] | [INFO] [stdout] 26 | #[derive(TlsSerialize, 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:10 [INFO] [stdout] | [INFO] [stdout] 29 | #[derive(TlsSerialize, 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:34:10 [INFO] [stdout] | [INFO] [stdout] 34 | #[derive(TlsSerialize, 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:39:10 [INFO] [stdout] | [INFO] [stdout] 39 | #[derive(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:41:24 [INFO] [stdout] | [INFO] [stdout] 41 | #[derive(TlsSerialize, TlsDeserialize, 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:144:10 [INFO] [stdout] | [INFO] [stdout] 144 | #[derive(TlsSerialize, TlsDeserialize, 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:144:24 [INFO] [stdout] | [INFO] [stdout] 144 | #[derive(TlsSerialize, TlsDeserialize, 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:151:10 [INFO] [stdout] | [INFO] [stdout] 151 | #[derive(TlsSerialize, TlsDeserialize, 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:151:24 [INFO] [stdout] | [INFO] [stdout] 151 | #[derive(TlsSerialize, TlsDeserialize, 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:10 [INFO] [stdout] | [INFO] [stdout] 154 | #[derive(TlsSerialize, TlsDeserialize, 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:16:10 [INFO] [stdout] | [INFO] [stdout] 16 | #[derive(TlsSerialize, 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, 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, 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/decode.rs:154:24 [INFO] [stdout] | [INFO] [stdout] 154 | #[derive(TlsSerialize, TlsDeserialize, 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:29:10 [INFO] [stdout] | [INFO] [stdout] 29 | #[derive(TlsSerialize, 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/decode.rs:157:10 [INFO] [stdout] | [INFO] [stdout] 157 | #[derive(TlsSerialize, TlsDeserialize, 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:34:10 [INFO] [stdout] | [INFO] [stdout] 34 | #[derive(TlsSerialize, 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)] [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:24 [INFO] [stdout] | [INFO] [stdout] 157 | #[derive(TlsSerialize, TlsDeserialize, 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:10 [INFO] [stdout] | [INFO] [stdout] 160 | #[derive(TlsSerialize, TlsDeserialize, 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, 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:10 [INFO] [stdout] | [INFO] [stdout] 163 | #[derive(TlsSerialize, TlsDeserialize, 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: aborting due to 14 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:163:24 [INFO] [stdout] | [INFO] [stdout] 163 | #[derive(TlsSerialize, TlsDeserialize, 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:170:10 [INFO] [stdout] | [INFO] [stdout] 170 | #[derive(TlsSerialize, TlsDeserialize, 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:170:24 [INFO] [stdout] | [INFO] [stdout] 170 | #[derive(TlsSerialize, TlsDeserialize, 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:176:10 [INFO] [stdout] | [INFO] [stdout] 176 | #[derive(TlsSerialize, TlsDeserialize, 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:176:24 [INFO] [stdout] | [INFO] [stdout] 176 | #[derive(TlsSerialize, TlsDeserialize, 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:182:10 [INFO] [stdout] | [INFO] [stdout] 182 | #[derive(TlsSerialize, TlsDeserialize, 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:182:24 [INFO] [stdout] | [INFO] [stdout] 182 | #[derive(TlsSerialize, TlsDeserialize, 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:4:10 [INFO] [stdout] | [INFO] [stdout] 4 | #[derive(TlsDeserialize, Debug, PartialEq, Clone, Copy, 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, 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:44 [INFO] [stdout] | [INFO] [stdout] 28 | #[derive(TlsDeserialize, Debug, PartialEq, 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:44 [INFO] [stdout] | [INFO] [stdout] 33 | #[derive(TlsDeserialize, Debug, PartialEq, 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, 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, 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:144:24 [INFO] [stdout] | [INFO] [stdout] 144 | #[derive(TlsSerialize, TlsDeserialize, 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:151:10 [INFO] [stdout] | [INFO] [stdout] 151 | #[derive(TlsSerialize, TlsDeserialize, 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:154:10 [INFO] [stdout] | [INFO] [stdout] 154 | #[derive(TlsSerialize, TlsDeserialize, 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, 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, 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, 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:170:10 [INFO] [stdout] | [INFO] [stdout] 170 | #[derive(TlsSerialize, TlsDeserialize, 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:176:10 [INFO] [stdout] | [INFO] [stdout] 176 | #[derive(TlsSerialize, TlsDeserialize, 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:182:10 [INFO] [stdout] | [INFO] [stdout] 182 | #[derive(TlsSerialize, TlsDeserialize, 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] [stderr] error: could not compile `tls_codec_derive` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: aborting due to 46 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: build failed [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] running `Command { std: "docker" "inspect" "5813290a649bebdf2087036296843c0891a136d0fb0ba1b7565ba85193ee06bd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5813290a649bebdf2087036296843c0891a136d0fb0ba1b7565ba85193ee06bd", kill_on_drop: false }` [INFO] [stdout] 5813290a649bebdf2087036296843c0891a136d0fb0ba1b7565ba85193ee06bd