[INFO] fetching crate tls_codec_derive 0.1.2... [INFO] checking tls_codec_derive-0.1.2 against try#3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f for pr-87248 [INFO] extracting crate tls_codec_derive 0.1.2 into /workspace/builds/worker-1/source [INFO] validating manifest of crates.io crate tls_codec_derive 0.1.2 on toolchain 3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate tls_codec_derive 0.1.2 [INFO] finished tweaking crates.io crate tls_codec_derive 0.1.2 [INFO] tweaked toml for crates.io crate tls_codec_derive 0.1.2 written to /workspace/builds/worker-1/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f" "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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a78cfab03b712cb858f311c855af7855be6dc7b55b54c1b8f46fc8dcb24ef4f5 [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" "a78cfab03b712cb858f311c855af7855be6dc7b55b54c1b8f46fc8dcb24ef4f5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a78cfab03b712cb858f311c855af7855be6dc7b55b54c1b8f46fc8dcb24ef4f5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a78cfab03b712cb858f311c855af7855be6dc7b55b54c1b8f46fc8dcb24ef4f5", kill_on_drop: false }` [INFO] [stdout] a78cfab03b712cb858f311c855af7855be6dc7b55b54c1b8f46fc8dcb24ef4f5 [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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 147e06424a4e259dfe93dec856c99d983437e7d31a679db4f2f7303fb6c5a97c [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" "147e06424a4e259dfe93dec856c99d983437e7d31a679db4f2f7303fb6c5a97c", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.74 [INFO] [stderr] Checking tls_codec_derive v0.1.2 (/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, Size, TlsSliceU16, TlsVecU16, TlsVecU32}; [INFO] [stdout] | ^^^^^^^^^ use of undeclared crate or module `tls_codec` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/encode.rs:4:10 [INFO] [stdout] | [INFO] [stdout] 4 | #[derive(TlsSerialize, TlsSize, Debug)] [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsSerialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/encode.rs:4:24 [INFO] [stdout] | [INFO] [stdout] 4 | #[derive(TlsSerialize, TlsSize, Debug)] [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsSize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/encode.rs:16:10 [INFO] [stdout] | [INFO] [stdout] 16 | #[derive(TlsSerialize, TlsSize, Debug)] [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsSerialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `tls_codec` [INFO] [stdout] --> tests/decode.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use tls_codec::{Deserialize, Serialize, Size, TlsSliceU16, TlsVecU16, TlsVecU32, TlsVecU8}; [INFO] [stdout] | ^^^^^^^^^ use of undeclared crate or module `tls_codec` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/decode.rs:4:10 [INFO] [stdout] | [INFO] [stdout] 4 | #[derive(TlsDeserialize, Debug, PartialEq, Clone, Copy, TlsSize, TlsSerialize)] [INFO] [stdout] | ^^^^^^^^^^^^^^ use of undeclared crate or module `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsDeserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/encode.rs:16:24 [INFO] [stdout] | [INFO] [stdout] 16 | #[derive(TlsSerialize, TlsSize, Debug)] [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsSize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/encode.rs:23:10 [INFO] [stdout] | [INFO] [stdout] 23 | #[derive(TlsSerialize, TlsSize, Debug)] [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsSerialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/encode.rs:23:24 [INFO] [stdout] | [INFO] [stdout] 23 | #[derive(TlsSerialize, TlsSize, Debug)] [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsSize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/encode.rs:26:10 [INFO] [stdout] | [INFO] [stdout] 26 | #[derive(TlsSerialize, TlsSize, Debug)] [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsSerialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/encode.rs:26:24 [INFO] [stdout] | [INFO] [stdout] 26 | #[derive(TlsSerialize, TlsSize, Debug)] [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsSize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/encode.rs:29:10 [INFO] [stdout] | [INFO] [stdout] 29 | #[derive(TlsSerialize, TlsSize, Debug)] [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsSerialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/decode.rs:4:57 [INFO] [stdout] | [INFO] [stdout] 4 | #[derive(TlsDeserialize, Debug, PartialEq, Clone, Copy, TlsSize, TlsSerialize)] [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsSize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/decode.rs:4:66 [INFO] [stdout] | [INFO] [stdout] 4 | #[derive(TlsDeserialize, Debug, PartialEq, Clone, Copy, TlsSize, TlsSerialize)] [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsSerialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/decode.rs:22:10 [INFO] [stdout] | [INFO] [stdout] 22 | #[derive(TlsDeserialize, Debug, PartialEq, TlsSerialize, TlsSize, Clone, Default)] [INFO] [stdout] | ^^^^^^^^^^^^^^ use of undeclared crate or module `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsDeserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/encode.rs:29:24 [INFO] [stdout] | [INFO] [stdout] 29 | #[derive(TlsSerialize, TlsSize, Debug)] [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsSize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/encode.rs:34:10 [INFO] [stdout] | [INFO] [stdout] 34 | #[derive(TlsSerialize, TlsSize, Debug, Clone)] [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsSerialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/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:34:24 [INFO] [stdout] | [INFO] [stdout] 34 | #[derive(TlsSerialize, TlsSize, Debug, Clone)] [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsSize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/encode.rs:39:10 [INFO] [stdout] | [INFO] [stdout] 39 | #[derive(TlsSerialize, TlsSize)] [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsSerialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/decode.rs:22:58 [INFO] [stdout] | [INFO] [stdout] 22 | #[derive(TlsDeserialize, Debug, PartialEq, TlsSerialize, TlsSize, Clone, Default)] [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsSize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/decode.rs:28:10 [INFO] [stdout] | [INFO] [stdout] 28 | #[derive(TlsDeserialize, Debug, PartialEq, TlsSize, TlsSerialize)] [INFO] [stdout] | ^^^^^^^^^^^^^^ use of undeclared crate or module `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsDeserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/decode.rs:28:44 [INFO] [stdout] | [INFO] [stdout] 28 | #[derive(TlsDeserialize, Debug, PartialEq, TlsSize, TlsSerialize)] [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsSize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/decode.rs:28:53 [INFO] [stdout] | [INFO] [stdout] 28 | #[derive(TlsDeserialize, Debug, PartialEq, TlsSize, TlsSerialize)] [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsSerialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/encode.rs:39:24 [INFO] [stdout] | [INFO] [stdout] 39 | #[derive(TlsSerialize, TlsSize)] [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsSize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/decode.rs:33:10 [INFO] [stdout] | [INFO] [stdout] 33 | #[derive(TlsDeserialize, Debug, PartialEq, TlsSize, TlsSerialize)] [INFO] [stdout] | ^^^^^^^^^^^^^^ use of undeclared crate or module `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsDeserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/decode.rs:33:44 [INFO] [stdout] | [INFO] [stdout] 33 | #[derive(TlsDeserialize, Debug, PartialEq, TlsSize, TlsSerialize)] [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsSize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/decode.rs:33:53 [INFO] [stdout] | [INFO] [stdout] 33 | #[derive(TlsDeserialize, Debug, PartialEq, TlsSize, TlsSerialize)] [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsSerialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/decode.rs:38:10 [INFO] [stdout] | [INFO] [stdout] 38 | #[derive(TlsSerialize, TlsDeserialize, TlsSize, Debug, PartialEq)] [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsSerialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/decode.rs:38:24 [INFO] [stdout] | [INFO] [stdout] 38 | #[derive(TlsSerialize, TlsDeserialize, TlsSize, Debug, PartialEq)] [INFO] [stdout] | ^^^^^^^^^^^^^^ use of undeclared crate or module `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsDeserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/decode.rs:38:40 [INFO] [stdout] | [INFO] [stdout] 38 | #[derive(TlsSerialize, TlsDeserialize, TlsSize, Debug, PartialEq)] [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsSize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/decode.rs:41:10 [INFO] [stdout] | [INFO] [stdout] 41 | #[derive(TlsSerialize, TlsDeserialize, TlsSize, Debug, PartialEq)] [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsSerialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/decode.rs:41:24 [INFO] [stdout] | [INFO] [stdout] 41 | #[derive(TlsSerialize, TlsDeserialize, TlsSize, Debug, PartialEq)] [INFO] [stdout] | ^^^^^^^^^^^^^^ use of undeclared crate or module `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsDeserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/encode.rs:16:10 [INFO] [stdout] | [INFO] [stdout] 16 | #[derive(TlsSerialize, TlsSize, Debug)] [INFO] [stdout] | ^^^^^^^^^^^^ not found in `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsSerialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::fmt::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::error::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::fmt::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::io::Error; [INFO] [stdout] | [INFO] [stdout] and 2 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/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:23:10 [INFO] [stdout] | [INFO] [stdout] 23 | #[derive(TlsSerialize, TlsSize, Debug)] [INFO] [stdout] | ^^^^^^^^^^^^ not found in `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsSerialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::fmt::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::error::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::fmt::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::io::Error; [INFO] [stdout] | [INFO] [stdout] and 2 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/encode.rs:26:10 [INFO] [stdout] | [INFO] [stdout] 26 | #[derive(TlsSerialize, TlsSize, Debug)] [INFO] [stdout] | ^^^^^^^^^^^^ not found in `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsSerialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::fmt::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::error::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::fmt::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::io::Error; [INFO] [stdout] | [INFO] [stdout] and 2 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/encode.rs:29:10 [INFO] [stdout] | [INFO] [stdout] 29 | #[derive(TlsSerialize, TlsSize, Debug)] [INFO] [stdout] | ^^^^^^^^^^^^ not found in `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsSerialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::fmt::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::error::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::fmt::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::io::Error; [INFO] [stdout] | [INFO] [stdout] and 2 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/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/encode.rs:34:10 [INFO] [stdout] | [INFO] [stdout] 34 | #[derive(TlsSerialize, TlsSize, Debug, Clone)] [INFO] [stdout] | ^^^^^^^^^^^^ not found in `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsSerialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::fmt::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::error::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::fmt::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::io::Error; [INFO] [stdout] | [INFO] [stdout] and 2 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/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:39:10 [INFO] [stdout] | [INFO] [stdout] 39 | #[derive(TlsSerialize, TlsSize)] [INFO] [stdout] | ^^^^^^^^^^^^ not found in `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsSerialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::fmt::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::error::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::fmt::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::io::Error; [INFO] [stdout] | [INFO] [stdout] and 2 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/decode.rs:147:10 [INFO] [stdout] | [INFO] [stdout] 147 | #[derive(TlsSerialize, TlsDeserialize, TlsSize, Clone, PartialEq)] [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsSerialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/decode.rs:147:24 [INFO] [stdout] | [INFO] [stdout] 147 | #[derive(TlsSerialize, TlsDeserialize, TlsSize, Clone, PartialEq)] [INFO] [stdout] | ^^^^^^^^^^^^^^ use of undeclared crate or module `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsDeserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/decode.rs:147:40 [INFO] [stdout] | [INFO] [stdout] 147 | #[derive(TlsSerialize, TlsDeserialize, TlsSize, Clone, PartialEq)] [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsSize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/decode.rs:154:10 [INFO] [stdout] | [INFO] [stdout] 154 | #[derive(TlsSerialize, TlsDeserialize, TlsSize, Clone, PartialEq)] [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsSerialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/decode.rs:154:24 [INFO] [stdout] | [INFO] [stdout] 154 | #[derive(TlsSerialize, TlsDeserialize, TlsSize, Clone, PartialEq)] [INFO] [stdout] | ^^^^^^^^^^^^^^ use of undeclared crate or module `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsDeserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/decode.rs:154:40 [INFO] [stdout] | [INFO] [stdout] 154 | #[derive(TlsSerialize, TlsDeserialize, TlsSize, Clone, PartialEq)] [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsSize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/decode.rs:157:10 [INFO] [stdout] | [INFO] [stdout] 157 | #[derive(TlsSerialize, TlsDeserialize, TlsSize, Clone, PartialEq)] [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsSerialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/decode.rs:157:24 [INFO] [stdout] | [INFO] [stdout] 157 | #[derive(TlsSerialize, TlsDeserialize, TlsSize, Clone, PartialEq)] [INFO] [stdout] | ^^^^^^^^^^^^^^ use of undeclared crate or module `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsDeserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/decode.rs:157:40 [INFO] [stdout] | [INFO] [stdout] 157 | #[derive(TlsSerialize, TlsDeserialize, TlsSize, Clone, PartialEq)] [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsSize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/decode.rs:160:10 [INFO] [stdout] | [INFO] [stdout] 160 | #[derive(TlsSerialize, TlsDeserialize, TlsSize, Clone, PartialEq)] [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsSerialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/decode.rs:160:24 [INFO] [stdout] | [INFO] [stdout] 160 | #[derive(TlsSerialize, TlsDeserialize, TlsSize, Clone, PartialEq)] [INFO] [stdout] | ^^^^^^^^^^^^^^ use of undeclared crate or module `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsDeserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/decode.rs:160:40 [INFO] [stdout] | [INFO] [stdout] 160 | #[derive(TlsSerialize, TlsDeserialize, TlsSize, Clone, PartialEq)] [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsSize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/decode.rs:163:10 [INFO] [stdout] | [INFO] [stdout] 163 | #[derive(TlsSerialize, TlsDeserialize, TlsSize, Clone, PartialEq)] [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsSerialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/decode.rs:163:24 [INFO] [stdout] | [INFO] [stdout] 163 | #[derive(TlsSerialize, TlsDeserialize, TlsSize, Clone, PartialEq)] [INFO] [stdout] | ^^^^^^^^^^^^^^ use of undeclared crate or module `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsDeserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/decode.rs:163:40 [INFO] [stdout] | [INFO] [stdout] 163 | #[derive(TlsSerialize, TlsDeserialize, TlsSize, Clone, PartialEq)] [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsSize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/decode.rs:166:10 [INFO] [stdout] | [INFO] [stdout] 166 | #[derive(TlsSerialize, TlsDeserialize, TlsSize, Clone, PartialEq)] [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsSerialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/decode.rs:166:24 [INFO] [stdout] | [INFO] [stdout] 166 | #[derive(TlsSerialize, TlsDeserialize, TlsSize, Clone, PartialEq)] [INFO] [stdout] | ^^^^^^^^^^^^^^ use of undeclared crate or module `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsDeserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/decode.rs:166:40 [INFO] [stdout] | [INFO] [stdout] 166 | #[derive(TlsSerialize, TlsDeserialize, TlsSize, Clone, PartialEq)] [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsSize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/decode.rs:173:10 [INFO] [stdout] | [INFO] [stdout] 173 | #[derive(TlsSerialize, TlsDeserialize, TlsSize, Clone, PartialEq)] [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsSerialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/decode.rs:173:24 [INFO] [stdout] | [INFO] [stdout] 173 | #[derive(TlsSerialize, TlsDeserialize, TlsSize, Clone, PartialEq)] [INFO] [stdout] | ^^^^^^^^^^^^^^ use of undeclared crate or module `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsDeserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/decode.rs:173:40 [INFO] [stdout] | [INFO] [stdout] 173 | #[derive(TlsSerialize, TlsDeserialize, TlsSize, Clone, PartialEq)] [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsSize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/decode.rs:179:10 [INFO] [stdout] | [INFO] [stdout] 179 | #[derive(TlsSerialize, TlsDeserialize, TlsSize, Clone, PartialEq)] [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsSerialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 21 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/decode.rs:179:24 [INFO] [stdout] | [INFO] [stdout] 179 | #[derive(TlsSerialize, TlsDeserialize, TlsSize, Clone, PartialEq)] [INFO] [stdout] | ^^^^^^^^^^^^^^ use of undeclared crate or module `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsDeserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/decode.rs:179:40 [INFO] [stdout] | [INFO] [stdout] 179 | #[derive(TlsSerialize, TlsDeserialize, TlsSize, Clone, PartialEq)] [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsSize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/decode.rs:185:10 [INFO] [stdout] | [INFO] [stdout] 185 | #[derive(TlsSerialize, TlsDeserialize, TlsSize, Clone, PartialEq)] [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsSerialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/decode.rs:185:24 [INFO] [stdout] | [INFO] [stdout] 185 | #[derive(TlsSerialize, TlsDeserialize, TlsSize, Clone, PartialEq)] [INFO] [stdout] | ^^^^^^^^^^^^^^ use of undeclared crate or module `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsDeserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/decode.rs:185:40 [INFO] [stdout] | [INFO] [stdout] 185 | #[derive(TlsSerialize, TlsDeserialize, TlsSize, Clone, PartialEq)] [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsSize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/decode.rs:4:10 [INFO] [stdout] | [INFO] [stdout] 4 | #[derive(TlsDeserialize, Debug, PartialEq, Clone, Copy, TlsSize, TlsSerialize)] [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsDeserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::fmt::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::error::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::fmt::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::io::Error; [INFO] [stdout] | [INFO] [stdout] and 2 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/decode.rs:22:44 [INFO] [stdout] | [INFO] [stdout] 22 | #[derive(TlsDeserialize, Debug, PartialEq, TlsSerialize, TlsSize, Clone, Default)] [INFO] [stdout] | ^^^^^^^^^^^^ not found in `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsSerialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::fmt::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::error::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::fmt::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::io::Error; [INFO] [stdout] | [INFO] [stdout] and 2 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/decode.rs:28:53 [INFO] [stdout] | [INFO] [stdout] 28 | #[derive(TlsDeserialize, Debug, PartialEq, TlsSize, TlsSerialize)] [INFO] [stdout] | ^^^^^^^^^^^^ not found in `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsSerialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::fmt::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::error::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::fmt::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::io::Error; [INFO] [stdout] | [INFO] [stdout] and 2 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/decode.rs:33:53 [INFO] [stdout] | [INFO] [stdout] 33 | #[derive(TlsDeserialize, Debug, PartialEq, TlsSize, TlsSerialize)] [INFO] [stdout] | ^^^^^^^^^^^^ not found in `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsSerialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::fmt::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::error::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::fmt::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::io::Error; [INFO] [stdout] | [INFO] [stdout] and 2 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/decode.rs:38:10 [INFO] [stdout] | [INFO] [stdout] 38 | #[derive(TlsSerialize, TlsDeserialize, TlsSize, Debug, PartialEq)] [INFO] [stdout] | ^^^^^^^^^^^^ not found in `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsSerialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::fmt::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::error::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::fmt::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::io::Error; [INFO] [stdout] | [INFO] [stdout] and 2 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/decode.rs:41:10 [INFO] [stdout] | [INFO] [stdout] 41 | #[derive(TlsSerialize, TlsDeserialize, TlsSize, Debug, PartialEq)] [INFO] [stdout] | ^^^^^^^^^^^^ not found in `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsSerialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::fmt::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::error::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::fmt::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::io::Error; [INFO] [stdout] | [INFO] [stdout] and 2 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/decode.rs:147:24 [INFO] [stdout] | [INFO] [stdout] 147 | #[derive(TlsSerialize, TlsDeserialize, TlsSize, Clone, PartialEq)] [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsDeserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::fmt::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::error::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::fmt::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::io::Error; [INFO] [stdout] | [INFO] [stdout] and 2 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/decode.rs:154:10 [INFO] [stdout] | [INFO] [stdout] 154 | #[derive(TlsSerialize, TlsDeserialize, TlsSize, Clone, PartialEq)] [INFO] [stdout] | ^^^^^^^^^^^^ not found in `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsSerialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::fmt::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::error::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::fmt::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::io::Error; [INFO] [stdout] | [INFO] [stdout] and 2 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/decode.rs:157:10 [INFO] [stdout] | [INFO] [stdout] 157 | #[derive(TlsSerialize, TlsDeserialize, TlsSize, Clone, PartialEq)] [INFO] [stdout] | ^^^^^^^^^^^^ not found in `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsSerialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::fmt::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::error::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::fmt::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::io::Error; [INFO] [stdout] | [INFO] [stdout] and 2 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/decode.rs:160:10 [INFO] [stdout] | [INFO] [stdout] 160 | #[derive(TlsSerialize, TlsDeserialize, TlsSize, Clone, PartialEq)] [INFO] [stdout] | ^^^^^^^^^^^^ not found in `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsSerialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::fmt::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::error::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::fmt::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::io::Error; [INFO] [stdout] | [INFO] [stdout] and 2 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/decode.rs:163:10 [INFO] [stdout] | [INFO] [stdout] 163 | #[derive(TlsSerialize, TlsDeserialize, TlsSize, Clone, PartialEq)] [INFO] [stdout] | ^^^^^^^^^^^^ not found in `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsSerialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::fmt::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::error::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::fmt::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::io::Error; [INFO] [stdout] | [INFO] [stdout] and 2 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/decode.rs:166:10 [INFO] [stdout] | [INFO] [stdout] 166 | #[derive(TlsSerialize, TlsDeserialize, TlsSize, Clone, PartialEq)] [INFO] [stdout] | ^^^^^^^^^^^^ not found in `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsSerialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::fmt::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::error::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::fmt::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::io::Error; [INFO] [stdout] | [INFO] [stdout] and 2 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/decode.rs:173:10 [INFO] [stdout] | [INFO] [stdout] 173 | #[derive(TlsSerialize, TlsDeserialize, TlsSize, Clone, PartialEq)] [INFO] [stdout] | ^^^^^^^^^^^^ not found in `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsSerialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::fmt::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::error::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::fmt::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::io::Error; [INFO] [stdout] | [INFO] [stdout] and 2 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/decode.rs:179:10 [INFO] [stdout] | [INFO] [stdout] 179 | #[derive(TlsSerialize, TlsDeserialize, TlsSize, Clone, PartialEq)] [INFO] [stdout] | ^^^^^^^^^^^^ not found in `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsSerialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::fmt::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::error::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::fmt::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::io::Error; [INFO] [stdout] | [INFO] [stdout] and 2 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/decode.rs:185:10 [INFO] [stdout] | [INFO] [stdout] 185 | #[derive(TlsSerialize, TlsDeserialize, TlsSize, Clone, PartialEq)] [INFO] [stdout] | ^^^^^^^^^^^^ not found in `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsSerialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::fmt::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::error::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::fmt::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::io::Error; [INFO] [stdout] | [INFO] [stdout] and 2 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `tls_codec_derive` due to 22 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: aborting due to 63 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "147e06424a4e259dfe93dec856c99d983437e7d31a679db4f2f7303fb6c5a97c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "147e06424a4e259dfe93dec856c99d983437e7d31a679db4f2f7303fb6c5a97c", kill_on_drop: false }` [INFO] [stdout] 147e06424a4e259dfe93dec856c99d983437e7d31a679db4f2f7303fb6c5a97c