[INFO] fetching crate tls_codec_derive 0.2.0-pre.2... [INFO] testing tls_codec_derive-0.2.0-pre.2 against master#62efba8a050c64249dab942951bb28f710208bc8 for pr-90799 [INFO] extracting crate tls_codec_derive 0.2.0-pre.2 into /workspace/builds/worker-105/source [INFO] validating manifest of crates.io crate tls_codec_derive 0.2.0-pre.2 on toolchain 62efba8a050c64249dab942951bb28f710208bc8 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+62efba8a050c64249dab942951bb28f710208bc8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate tls_codec_derive 0.2.0-pre.2 [INFO] finished tweaking crates.io crate tls_codec_derive 0.2.0-pre.2 [INFO] tweaked toml for crates.io crate tls_codec_derive 0.2.0-pre.2 written to /workspace/builds/worker-105/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+62efba8a050c64249dab942951bb28f710208bc8" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+62efba8a050c64249dab942951bb28f710208bc8" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-105/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-105/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:e8397a04204aaf8b9f284182a6f9e27a3c2e67044d0943b4415b160bfc957681" "/opt/rustwide/cargo-home/bin/cargo" "+62efba8a050c64249dab942951bb28f710208bc8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 904d1f81741f9be579bf9f516de6fd86552aed37708ea67c93449e5403f1f26f [INFO] running `Command { std: "docker" "start" "-a" "904d1f81741f9be579bf9f516de6fd86552aed37708ea67c93449e5403f1f26f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "904d1f81741f9be579bf9f516de6fd86552aed37708ea67c93449e5403f1f26f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "904d1f81741f9be579bf9f516de6fd86552aed37708ea67c93449e5403f1f26f", kill_on_drop: false }` [INFO] [stdout] 904d1f81741f9be579bf9f516de6fd86552aed37708ea67c93449e5403f1f26f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-105/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-105/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:e8397a04204aaf8b9f284182a6f9e27a3c2e67044d0943b4415b160bfc957681" "/opt/rustwide/cargo-home/bin/cargo" "+62efba8a050c64249dab942951bb28f710208bc8" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] dcad032ee39170acd97717122f9697e2f37a08d951086d8221e2094779fbb409 [INFO] running `Command { std: "docker" "start" "-a" "dcad032ee39170acd97717122f9697e2f37a08d951086d8221e2094779fbb409", kill_on_drop: false }` [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling syn v1.0.82 [INFO] [stderr] Compiling proc-macro2 v1.0.32 [INFO] [stderr] Compiling quote v1.0.10 [INFO] [stderr] Compiling tls_codec_derive v0.2.0-pre.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: field is never read: `call_site` [INFO] [stdout] --> src/lib.rs:87:5 [INFO] [stdout] | [INFO] [stdout] 87 | call_site: Span, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `ident` [INFO] [stdout] --> src/lib.rs:88:5 [INFO] [stdout] | [INFO] [stdout] 88 | ident: Ident, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `generics` [INFO] [stdout] --> src/lib.rs:89:5 [INFO] [stdout] | [INFO] [stdout] 89 | generics: Generics, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `field_indices` [INFO] [stdout] --> src/lib.rs:90:5 [INFO] [stdout] | [INFO] [stdout] 90 | field_indices: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `field_paths` [INFO] [stdout] --> src/lib.rs:91:5 [INFO] [stdout] | [INFO] [stdout] 91 | field_paths: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 21.40s [INFO] running `Command { std: "docker" "inspect" "dcad032ee39170acd97717122f9697e2f37a08d951086d8221e2094779fbb409", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dcad032ee39170acd97717122f9697e2f37a08d951086d8221e2094779fbb409", kill_on_drop: false }` [INFO] [stdout] dcad032ee39170acd97717122f9697e2f37a08d951086d8221e2094779fbb409 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-105/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-105/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:e8397a04204aaf8b9f284182a6f9e27a3c2e67044d0943b4415b160bfc957681" "/opt/rustwide/cargo-home/bin/cargo" "+62efba8a050c64249dab942951bb28f710208bc8" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6af4ef49195c9f1b2b06ee30c97e48ed9485dd932acd2c2978580ab69d912fc6 [INFO] running `Command { std: "docker" "start" "-a" "6af4ef49195c9f1b2b06ee30c97e48ed9485dd932acd2c2978580ab69d912fc6", kill_on_drop: false }` [INFO] [stdout] warning: field is never read: `call_site` [INFO] [stdout] --> src/lib.rs:87:5 [INFO] [stdout] | [INFO] [stdout] 87 | call_site: Span, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `ident` [INFO] [stdout] --> src/lib.rs:88:5 [INFO] [stdout] | [INFO] [stdout] 88 | ident: Ident, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `generics` [INFO] [stdout] --> src/lib.rs:89:5 [INFO] [stdout] | [INFO] [stdout] 89 | generics: Generics, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `field_indices` [INFO] [stdout] --> src/lib.rs:90:5 [INFO] [stdout] | [INFO] [stdout] 90 | field_indices: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `field_paths` [INFO] [stdout] --> src/lib.rs:91:5 [INFO] [stdout] | [INFO] [stdout] 91 | field_paths: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling tls_codec_derive v0.2.0-pre.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, TlsSliceU16, TlsVecU16, TlsVecU32}; [INFO] [stdout] | ^^^^^^^^^ use of undeclared crate or module `tls_codec` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `tls_codec` [INFO] [stdout] --> tests/encode.rs:125:9 [INFO] [stdout] | [INFO] [stdout] 125 | use tls_codec::{Serialize, Size, TlsByteSliceU32}; [INFO] [stdout] | ^^^^^^^^^ use of undeclared crate or module `tls_codec` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/encode.rs:4:10 [INFO] [stdout] | [INFO] [stdout] 4 | #[derive(TlsSerialize, TlsSize, Debug)] [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsSerialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/encode.rs:4:24 [INFO] [stdout] | [INFO] [stdout] 4 | #[derive(TlsSerialize, TlsSize, Debug)] [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsSize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/encode.rs:16:10 [INFO] [stdout] | [INFO] [stdout] 16 | #[derive(TlsSerialize, TlsSize, Debug)] [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsSerialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/encode.rs:16:24 [INFO] [stdout] | [INFO] [stdout] 16 | #[derive(TlsSerialize, TlsSize, Debug)] [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsSize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/encode.rs:23:10 [INFO] [stdout] | [INFO] [stdout] 23 | #[derive(TlsSerialize, TlsSize, Debug)] [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsSerialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/encode.rs:23:24 [INFO] [stdout] | [INFO] [stdout] 23 | #[derive(TlsSerialize, TlsSize, Debug)] [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsSize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/encode.rs:26:10 [INFO] [stdout] | [INFO] [stdout] 26 | #[derive(TlsSerialize, TlsSize, Debug)] [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsSerialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/encode.rs:26:24 [INFO] [stdout] | [INFO] [stdout] 26 | #[derive(TlsSerialize, TlsSize, Debug)] [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsSize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/encode.rs:31:10 [INFO] [stdout] | [INFO] [stdout] 31 | #[derive(TlsSerialize, TlsSize, Debug, Clone)] [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsSerialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/encode.rs:31:24 [INFO] [stdout] | [INFO] [stdout] 31 | #[derive(TlsSerialize, TlsSize, Debug, Clone)] [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsSize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `tls_codec` [INFO] [stdout] --> tests/decode.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use tls_codec::{Deserialize, Serialize, TlsSliceU16, TlsVecU16, TlsVecU32, TlsVecU8}; [INFO] [stdout] | ^^^^^^^^^ use of undeclared crate or module `tls_codec` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `tls_codec` [INFO] [stdout] --> tests/decode.rs:233:9 [INFO] [stdout] | [INFO] [stdout] 233 | use tls_codec::{Deserialize, Serialize, Size, TlsByteSliceU32, TlsByteVecU32}; [INFO] [stdout] | ^^^^^^^^^ use of undeclared crate or module `tls_codec` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/encode.rs:36:10 [INFO] [stdout] | [INFO] [stdout] 36 | #[derive(TlsSerialize, TlsSize)] [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsSerialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/decode.rs: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:36:24 [INFO] [stdout] | [INFO] [stdout] 36 | #[derive(TlsSerialize, TlsSize)] [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsSize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/encode.rs:116:10 [INFO] [stdout] | [INFO] [stdout] 116 | #[derive(TlsSerialize, TlsSize)] [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsSerialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/encode.rs:116:24 [INFO] [stdout] | [INFO] [stdout] 116 | #[derive(TlsSerialize, TlsSize)] [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsSize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/encode.rs:131:79 [INFO] [stdout] | [INFO] [stdout] 131 | pub fn tls_serialize(v: &[u8], writer: &mut W) -> Result { [INFO] [stdout] | ^^^^^^^^^ use of undeclared crate or module `tls_codec` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/encode.rs:146:10 [INFO] [stdout] | [INFO] [stdout] 146 | #[derive(TlsSerialize, TlsSize)] [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsSerialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/encode.rs:146:24 [INFO] [stdout] | [INFO] [stdout] 146 | #[derive(TlsSerialize, TlsSize)] [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsSize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/encode.rs:16:10 [INFO] [stdout] | [INFO] [stdout] 16 | #[derive(TlsSerialize, TlsSize, Debug)] [INFO] [stdout] | ^^^^^^^^^^^^ not found in `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsSerialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::fmt::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::error::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::fmt::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::io::Error; [INFO] [stdout] | [INFO] [stdout] and 2 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/encode.rs:23:10 [INFO] [stdout] | [INFO] [stdout] 23 | #[derive(TlsSerialize, TlsSize, Debug)] [INFO] [stdout] | ^^^^^^^^^^^^ not found in `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsSerialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::fmt::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::error::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::fmt::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::io::Error; [INFO] [stdout] | [INFO] [stdout] and 2 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/encode.rs:26:10 [INFO] [stdout] | [INFO] [stdout] 26 | #[derive(TlsSerialize, TlsSize, Debug)] [INFO] [stdout] | ^^^^^^^^^^^^ not found in `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsSerialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::fmt::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::error::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::fmt::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::io::Error; [INFO] [stdout] | [INFO] [stdout] and 2 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/encode.rs:31:10 [INFO] [stdout] | [INFO] [stdout] 31 | #[derive(TlsSerialize, TlsSize, Debug, Clone)] [INFO] [stdout] | ^^^^^^^^^^^^ not found in `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsSerialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::fmt::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::error::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::fmt::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::io::Error; [INFO] [stdout] | [INFO] [stdout] and 2 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/encode.rs:36:10 [INFO] [stdout] | [INFO] [stdout] 36 | #[derive(TlsSerialize, TlsSize)] [INFO] [stdout] | ^^^^^^^^^^^^ not found in `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsSerialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::fmt::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::error::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::fmt::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::io::Error; [INFO] [stdout] | [INFO] [stdout] and 2 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/encode.rs:116:10 [INFO] [stdout] | [INFO] [stdout] 116 | #[derive(TlsSerialize, TlsSize)] [INFO] [stdout] | ^^^^^^^^^^^^ not found in `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsSerialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::fmt::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::error::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::fmt::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::io::Error; [INFO] [stdout] | [INFO] [stdout] and 2 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/encode.rs:146:10 [INFO] [stdout] | [INFO] [stdout] 146 | #[derive(TlsSerialize, TlsSize)] [INFO] [stdout] | ^^^^^^^^^^^^ not found in `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsSerialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::fmt::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::error::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::fmt::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::io::Error; [INFO] [stdout] | [INFO] [stdout] and 2 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/decode.rs:4:57 [INFO] [stdout] | [INFO] [stdout] 4 | #[derive(TlsDeserialize, Debug, PartialEq, Clone, Copy, TlsSize, TlsSerialize)] [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsSize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/decode.rs:4:66 [INFO] [stdout] | [INFO] [stdout] 4 | #[derive(TlsDeserialize, Debug, PartialEq, Clone, Copy, TlsSize, TlsSerialize)] [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsSerialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/decode.rs:22:10 [INFO] [stdout] | [INFO] [stdout] 22 | #[derive(TlsDeserialize, Debug, PartialEq, TlsSerialize, TlsSize, Clone, Default)] [INFO] [stdout] | ^^^^^^^^^^^^^^ use of undeclared crate or module `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsDeserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/decode.rs:22:44 [INFO] [stdout] | [INFO] [stdout] 22 | #[derive(TlsDeserialize, Debug, PartialEq, TlsSerialize, TlsSize, Clone, Default)] [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsSerialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/decode.rs:22:58 [INFO] [stdout] | [INFO] [stdout] 22 | #[derive(TlsDeserialize, Debug, PartialEq, TlsSerialize, TlsSize, Clone, Default)] [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsSize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/decode.rs:28:10 [INFO] [stdout] | [INFO] [stdout] 28 | #[derive(TlsDeserialize, Debug, PartialEq, TlsSize, TlsSerialize)] [INFO] [stdout] | ^^^^^^^^^^^^^^ use of undeclared crate or module `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsDeserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/decode.rs:28:44 [INFO] [stdout] | [INFO] [stdout] 28 | #[derive(TlsDeserialize, Debug, PartialEq, TlsSize, TlsSerialize)] [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsSize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/decode.rs:28:53 [INFO] [stdout] | [INFO] [stdout] 28 | #[derive(TlsDeserialize, Debug, PartialEq, TlsSize, TlsSerialize)] [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsSerialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/decode.rs:33:10 [INFO] [stdout] | [INFO] [stdout] 33 | #[derive(TlsDeserialize, Debug, PartialEq, TlsSize, TlsSerialize)] [INFO] [stdout] | ^^^^^^^^^^^^^^ use of undeclared crate or module `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsDeserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/decode.rs:33:44 [INFO] [stdout] | [INFO] [stdout] 33 | #[derive(TlsDeserialize, Debug, PartialEq, TlsSize, TlsSerialize)] [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsSize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/decode.rs:33:53 [INFO] [stdout] | [INFO] [stdout] 33 | #[derive(TlsDeserialize, Debug, PartialEq, TlsSize, TlsSerialize)] [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsSerialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/decode.rs:38:10 [INFO] [stdout] | [INFO] [stdout] 38 | #[derive(TlsSerialize, TlsDeserialize, TlsSize, Debug, PartialEq)] [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsSerialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/decode.rs:38:24 [INFO] [stdout] | [INFO] [stdout] 38 | #[derive(TlsSerialize, TlsDeserialize, TlsSize, Debug, PartialEq)] [INFO] [stdout] | ^^^^^^^^^^^^^^ use of undeclared crate or module `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsDeserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/decode.rs:38:40 [INFO] [stdout] | [INFO] [stdout] 38 | #[derive(TlsSerialize, TlsDeserialize, TlsSize, Debug, PartialEq)] [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsSize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/decode.rs:41:10 [INFO] [stdout] | [INFO] [stdout] 41 | #[derive(TlsSerialize, TlsDeserialize, TlsSize, Debug, PartialEq)] [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsSerialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/decode.rs:41:24 [INFO] [stdout] | [INFO] [stdout] 41 | #[derive(TlsSerialize, TlsDeserialize, TlsSize, Debug, PartialEq)] [INFO] [stdout] | ^^^^^^^^^^^^^^ use of undeclared crate or module `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsDeserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/decode.rs:41:40 [INFO] [stdout] | [INFO] [stdout] 41 | #[derive(TlsSerialize, TlsDeserialize, TlsSize, Debug, PartialEq)] [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsSize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/decode.rs:142:10 [INFO] [stdout] | [INFO] [stdout] 142 | #[derive(TlsDeserialize, Clone, TlsSize, PartialEq)] [INFO] [stdout] | ^^^^^^^^^^^^^^ use of undeclared crate or module `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsDeserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/decode.rs:142:33 [INFO] [stdout] | [INFO] [stdout] 142 | #[derive(TlsDeserialize, Clone, TlsSize, PartialEq)] [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsSize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/decode.rs:147:10 [INFO] [stdout] | [INFO] [stdout] 147 | #[derive(TlsSerialize, TlsDeserialize, TlsSize, Clone, PartialEq)] [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsSerialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/decode.rs:147:24 [INFO] [stdout] | [INFO] [stdout] 147 | #[derive(TlsSerialize, TlsDeserialize, TlsSize, Clone, PartialEq)] [INFO] [stdout] | ^^^^^^^^^^^^^^ use of undeclared crate or module `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsDeserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/decode.rs:147:40 [INFO] [stdout] | [INFO] [stdout] 147 | #[derive(TlsSerialize, TlsDeserialize, TlsSize, Clone, PartialEq)] [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsSize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/decode.rs:154:10 [INFO] [stdout] | [INFO] [stdout] 154 | #[derive(TlsSerialize, TlsDeserialize, TlsSize, Clone, PartialEq)] [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsSerialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/decode.rs:154:24 [INFO] [stdout] | [INFO] [stdout] 154 | #[derive(TlsSerialize, TlsDeserialize, TlsSize, Clone, PartialEq)] [INFO] [stdout] | ^^^^^^^^^^^^^^ use of undeclared crate or module `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsDeserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/decode.rs:154:40 [INFO] [stdout] | [INFO] [stdout] 154 | #[derive(TlsSerialize, TlsDeserialize, TlsSize, Clone, PartialEq)] [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsSize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/decode.rs:157:10 [INFO] [stdout] | [INFO] [stdout] 157 | #[derive(TlsSerialize, TlsDeserialize, TlsSize, Clone, PartialEq)] [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsSerialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/decode.rs:157:24 [INFO] [stdout] | [INFO] [stdout] 157 | #[derive(TlsSerialize, TlsDeserialize, TlsSize, Clone, PartialEq)] [INFO] [stdout] | ^^^^^^^^^^^^^^ use of undeclared crate or module `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsDeserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/decode.rs:157:40 [INFO] [stdout] | [INFO] [stdout] 157 | #[derive(TlsSerialize, TlsDeserialize, TlsSize, Clone, PartialEq)] [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsSize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/decode.rs:160:10 [INFO] [stdout] | [INFO] [stdout] 160 | #[derive(TlsSerialize, TlsDeserialize, TlsSize, Clone, PartialEq)] [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsSerialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/decode.rs:160:24 [INFO] [stdout] | [INFO] [stdout] 160 | #[derive(TlsSerialize, TlsDeserialize, TlsSize, Clone, PartialEq)] [INFO] [stdout] | ^^^^^^^^^^^^^^ use of undeclared crate or module `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsDeserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/decode.rs:160:40 [INFO] [stdout] | [INFO] [stdout] 160 | #[derive(TlsSerialize, TlsDeserialize, TlsSize, Clone, PartialEq)] [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsSize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/decode.rs:163:10 [INFO] [stdout] | [INFO] [stdout] 163 | #[derive(TlsSerialize, TlsDeserialize, TlsSize, Clone, PartialEq)] [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsSerialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/decode.rs:163:24 [INFO] [stdout] | [INFO] [stdout] 163 | #[derive(TlsSerialize, TlsDeserialize, TlsSize, Clone, PartialEq)] [INFO] [stdout] | ^^^^^^^^^^^^^^ use of undeclared crate or module `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsDeserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/decode.rs:163:40 [INFO] [stdout] | [INFO] [stdout] 163 | #[derive(TlsSerialize, TlsDeserialize, TlsSize, Clone, PartialEq)] [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsSize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/decode.rs:166:10 [INFO] [stdout] | [INFO] [stdout] 166 | #[derive(TlsSerialize, TlsDeserialize, TlsSize, Clone, PartialEq)] [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsSerialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 26 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:166:24 [INFO] [stdout] | [INFO] [stdout] 166 | #[derive(TlsSerialize, TlsDeserialize, TlsSize, Clone, PartialEq)] [INFO] [stdout] | ^^^^^^^^^^^^^^ use of undeclared crate or module `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsDeserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/decode.rs:166:40 [INFO] [stdout] | [INFO] [stdout] 166 | #[derive(TlsSerialize, TlsDeserialize, TlsSize, Clone, PartialEq)] [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsSize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/decode.rs:173:10 [INFO] [stdout] | [INFO] [stdout] 173 | #[derive(TlsSerialize, TlsDeserialize, TlsSize, Clone, PartialEq)] [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsSerialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/decode.rs:173:24 [INFO] [stdout] | [INFO] [stdout] 173 | #[derive(TlsSerialize, TlsDeserialize, TlsSize, Clone, PartialEq)] [INFO] [stdout] | ^^^^^^^^^^^^^^ use of undeclared crate or module `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsDeserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/decode.rs:173:40 [INFO] [stdout] | [INFO] [stdout] 173 | #[derive(TlsSerialize, TlsDeserialize, TlsSize, Clone, PartialEq)] [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsSize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/decode.rs:179:10 [INFO] [stdout] | [INFO] [stdout] 179 | #[derive(TlsSerialize, TlsDeserialize, TlsSize, Clone, PartialEq)] [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsSerialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/decode.rs:179:24 [INFO] [stdout] | [INFO] [stdout] 179 | #[derive(TlsSerialize, TlsDeserialize, TlsSize, Clone, PartialEq)] [INFO] [stdout] | ^^^^^^^^^^^^^^ use of undeclared crate or module `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsDeserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/decode.rs:179:40 [INFO] [stdout] | [INFO] [stdout] 179 | #[derive(TlsSerialize, TlsDeserialize, TlsSize, Clone, PartialEq)] [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsSize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `tls_codec_derive` due to 27 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/decode.rs:185:10 [INFO] [stdout] | [INFO] [stdout] 185 | #[derive(TlsSerialize, TlsDeserialize, TlsSize, Clone, PartialEq)] [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsSerialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/decode.rs:185:24 [INFO] [stdout] | [INFO] [stdout] 185 | #[derive(TlsSerialize, TlsDeserialize, TlsSize, Clone, PartialEq)] [INFO] [stdout] | ^^^^^^^^^^^^^^ use of undeclared crate or module `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsDeserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/decode.rs:185:40 [INFO] [stdout] | [INFO] [stdout] 185 | #[derive(TlsSerialize, TlsDeserialize, TlsSize, Clone, PartialEq)] [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsSize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/decode.rs:224:28 [INFO] [stdout] | [INFO] [stdout] 224 | #[derive(Debug, PartialEq, TlsDeserialize, TlsSerialize, TlsSize)] [INFO] [stdout] | ^^^^^^^^^^^^^^ use of undeclared crate or module `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsDeserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/decode.rs:224:44 [INFO] [stdout] | [INFO] [stdout] 224 | #[derive(Debug, PartialEq, TlsDeserialize, TlsSerialize, TlsSize)] [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsSerialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/decode.rs:224:58 [INFO] [stdout] | [INFO] [stdout] 224 | #[derive(Debug, PartialEq, TlsDeserialize, TlsSerialize, TlsSize)] [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsSize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/decode.rs:239:79 [INFO] [stdout] | [INFO] [stdout] 239 | pub fn tls_serialize(v: &[u8], writer: &mut W) -> Result { [INFO] [stdout] | ^^^^^^^^^ use of undeclared crate or module `tls_codec` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/decode.rs:243:71 [INFO] [stdout] | [INFO] [stdout] 243 | pub fn tls_deserialize(bytes: &mut R) -> Result, tls_codec::Error> { [INFO] [stdout] | ^^^^^^^^^ use of undeclared crate or module `tls_codec` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/decode.rs:4:10 [INFO] [stdout] | [INFO] [stdout] 4 | #[derive(TlsDeserialize, Debug, PartialEq, Clone, Copy, TlsSize, TlsSerialize)] [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsDeserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::fmt::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::error::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::fmt::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::io::Error; [INFO] [stdout] | [INFO] [stdout] and 2 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/decode.rs:22:44 [INFO] [stdout] | [INFO] [stdout] 22 | #[derive(TlsDeserialize, Debug, PartialEq, TlsSerialize, TlsSize, Clone, Default)] [INFO] [stdout] | ^^^^^^^^^^^^ not found in `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsSerialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::fmt::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::error::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::fmt::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::io::Error; [INFO] [stdout] | [INFO] [stdout] and 2 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/decode.rs:28:53 [INFO] [stdout] | [INFO] [stdout] 28 | #[derive(TlsDeserialize, Debug, PartialEq, TlsSize, TlsSerialize)] [INFO] [stdout] | ^^^^^^^^^^^^ not found in `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsSerialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::fmt::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::error::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::fmt::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::io::Error; [INFO] [stdout] | [INFO] [stdout] and 2 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/decode.rs:33:53 [INFO] [stdout] | [INFO] [stdout] 33 | #[derive(TlsDeserialize, Debug, PartialEq, TlsSize, TlsSerialize)] [INFO] [stdout] | ^^^^^^^^^^^^ not found in `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsSerialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::fmt::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::error::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::fmt::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::io::Error; [INFO] [stdout] | [INFO] [stdout] and 2 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/decode.rs:38:10 [INFO] [stdout] | [INFO] [stdout] 38 | #[derive(TlsSerialize, TlsDeserialize, TlsSize, Debug, PartialEq)] [INFO] [stdout] | ^^^^^^^^^^^^ not found in `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsSerialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::fmt::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::error::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::fmt::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::io::Error; [INFO] [stdout] | [INFO] [stdout] and 2 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/decode.rs:41:10 [INFO] [stdout] | [INFO] [stdout] 41 | #[derive(TlsSerialize, TlsDeserialize, TlsSize, Debug, PartialEq)] [INFO] [stdout] | ^^^^^^^^^^^^ not found in `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsSerialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::fmt::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::error::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::fmt::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::io::Error; [INFO] [stdout] | [INFO] [stdout] and 2 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/decode.rs:147:24 [INFO] [stdout] | [INFO] [stdout] 147 | #[derive(TlsSerialize, TlsDeserialize, TlsSize, Clone, PartialEq)] [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsDeserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::fmt::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::error::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::fmt::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::io::Error; [INFO] [stdout] | [INFO] [stdout] and 2 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/decode.rs:154:10 [INFO] [stdout] | [INFO] [stdout] 154 | #[derive(TlsSerialize, TlsDeserialize, TlsSize, Clone, PartialEq)] [INFO] [stdout] | ^^^^^^^^^^^^ not found in `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsSerialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::fmt::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::error::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::fmt::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::io::Error; [INFO] [stdout] | [INFO] [stdout] and 2 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/decode.rs:157:10 [INFO] [stdout] | [INFO] [stdout] 157 | #[derive(TlsSerialize, TlsDeserialize, TlsSize, Clone, PartialEq)] [INFO] [stdout] | ^^^^^^^^^^^^ not found in `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsSerialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::fmt::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::error::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::fmt::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::io::Error; [INFO] [stdout] | [INFO] [stdout] and 2 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/decode.rs:160:10 [INFO] [stdout] | [INFO] [stdout] 160 | #[derive(TlsSerialize, TlsDeserialize, TlsSize, Clone, PartialEq)] [INFO] [stdout] | ^^^^^^^^^^^^ not found in `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsSerialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::fmt::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::error::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::fmt::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::io::Error; [INFO] [stdout] | [INFO] [stdout] and 2 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/decode.rs:163:10 [INFO] [stdout] | [INFO] [stdout] 163 | #[derive(TlsSerialize, TlsDeserialize, TlsSize, Clone, PartialEq)] [INFO] [stdout] | ^^^^^^^^^^^^ not found in `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsSerialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::fmt::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::error::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::fmt::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::io::Error; [INFO] [stdout] | [INFO] [stdout] and 2 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/decode.rs:166:10 [INFO] [stdout] | [INFO] [stdout] 166 | #[derive(TlsSerialize, TlsDeserialize, TlsSize, Clone, PartialEq)] [INFO] [stdout] | ^^^^^^^^^^^^ not found in `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsSerialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::fmt::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::error::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::fmt::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::io::Error; [INFO] [stdout] | [INFO] [stdout] and 2 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/decode.rs:173:10 [INFO] [stdout] | [INFO] [stdout] 173 | #[derive(TlsSerialize, TlsDeserialize, TlsSize, Clone, PartialEq)] [INFO] [stdout] | ^^^^^^^^^^^^ not found in `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsSerialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::fmt::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::error::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::fmt::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::io::Error; [INFO] [stdout] | [INFO] [stdout] and 2 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/decode.rs:179:10 [INFO] [stdout] | [INFO] [stdout] 179 | #[derive(TlsSerialize, TlsDeserialize, TlsSize, Clone, PartialEq)] [INFO] [stdout] | ^^^^^^^^^^^^ not found in `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsSerialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::fmt::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::error::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::fmt::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::io::Error; [INFO] [stdout] | [INFO] [stdout] and 2 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/decode.rs:185:10 [INFO] [stdout] | [INFO] [stdout] 185 | #[derive(TlsSerialize, TlsDeserialize, TlsSize, Clone, PartialEq)] [INFO] [stdout] | ^^^^^^^^^^^^ not found in `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsSerialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::fmt::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::error::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::fmt::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::io::Error; [INFO] [stdout] | [INFO] [stdout] and 2 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tls_codec` [INFO] [stdout] --> tests/decode.rs:224:44 [INFO] [stdout] | [INFO] [stdout] 224 | #[derive(Debug, PartialEq, TlsDeserialize, TlsSerialize, TlsSize)] [INFO] [stdout] | ^^^^^^^^^^^^ not found in `tls_codec` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `TlsSerialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::fmt::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::error::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::fmt::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use std::io::Error; [INFO] [stdout] | [INFO] [stdout] and 2 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 70 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] warning: field is never read: `call_site` [INFO] [stdout] --> src/lib.rs:87:5 [INFO] [stdout] | [INFO] [stdout] 87 | call_site: Span, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `ident` [INFO] [stdout] --> src/lib.rs:88:5 [INFO] [stdout] | [INFO] [stdout] 88 | ident: Ident, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `generics` [INFO] [stdout] --> src/lib.rs:89:5 [INFO] [stdout] | [INFO] [stdout] 89 | generics: Generics, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `field_indices` [INFO] [stdout] --> src/lib.rs:90:5 [INFO] [stdout] | [INFO] [stdout] 90 | field_indices: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `field_paths` [INFO] [stdout] --> src/lib.rs:91:5 [INFO] [stdout] | [INFO] [stdout] 91 | field_paths: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "6af4ef49195c9f1b2b06ee30c97e48ed9485dd932acd2c2978580ab69d912fc6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6af4ef49195c9f1b2b06ee30c97e48ed9485dd932acd2c2978580ab69d912fc6", kill_on_drop: false }` [INFO] [stdout] 6af4ef49195c9f1b2b06ee30c97e48ed9485dd932acd2c2978580ab69d912fc6