[INFO] fetching crate stun_codec_blazh 0.1.13... [INFO] testing stun_codec_blazh-0.1.13 against 1.60.0 for beta-1.61-1 [INFO] extracting crate stun_codec_blazh 0.1.13 into /workspace/builds/worker-14/source [INFO] validating manifest of crates.io crate stun_codec_blazh 0.1.13 on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate stun_codec_blazh 0.1.13 [INFO] finished tweaking crates.io crate stun_codec_blazh 0.1.13 [INFO] tweaked toml for crates.io crate stun_codec_blazh 0.1.13 written to /workspace/builds/worker-14/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 706e48f2721813158517695648b466bce100f5a3c01073112b2f82e4a6209d23 [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" "706e48f2721813158517695648b466bce100f5a3c01073112b2f82e4a6209d23", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "706e48f2721813158517695648b466bce100f5a3c01073112b2f82e4a6209d23", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "706e48f2721813158517695648b466bce100f5a3c01073112b2f82e4a6209d23", kill_on_drop: false }` [INFO] [stdout] 706e48f2721813158517695648b466bce100f5a3c01073112b2f82e4a6209d23 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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=warn" "-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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] c2a6d9ecff33fe72ddaf178a4032bce0b0a1a5b9d3c42f604507db0e9854b31c [INFO] running `Command { std: "docker" "start" "-a" "c2a6d9ecff33fe72ddaf178a4032bce0b0a1a5b9d3c42f604507db0e9854b31c", kill_on_drop: false }` [INFO] [stderr] Compiling build_const v0.2.2 [INFO] [stderr] Compiling sha1 v0.2.0 [INFO] [stderr] Compiling syn v1.0.91 [INFO] [stderr] Compiling hmac-sha1 v0.1.3 [INFO] [stderr] Compiling crc v1.8.1 [INFO] [stderr] Compiling trackable_derive v1.0.0 [INFO] [stderr] Compiling trackable v1.2.0 [INFO] [stderr] Compiling trackable v0.2.24 [INFO] [stderr] Compiling bytecodec v0.4.15 [INFO] [stderr] Compiling stun_codec_blazh v0.1.13 (/opt/rustwide/workdir) [INFO] [stdout] warning: irrefutable `if let` pattern [INFO] [stdout] --> src/macros.rs:18:20 [INFO] [stdout] | [INFO] [stdout] 18 | if let $attr::$variant(a) = self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/rfc3489/mod.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | / define_attribute_enums!( [INFO] [stdout] 9 | | Attribute, [INFO] [stdout] 10 | | AttributeDecoder, [INFO] [stdout] 11 | | AttributeEncoder, [INFO] [stdout] 12 | | [ChangedAddress] [INFO] [stdout] 13 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(irrefutable_let_patterns)]` on by default [INFO] [stdout] = note: this pattern will always match, so the `if let` is useless [INFO] [stdout] = help: consider replacing the `if let` with a `let` [INFO] [stdout] = note: this warning originates in the macro `define_attribute_enums` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a module [INFO] [stdout] --> src/rfc3489/mod.rs:6:1 [INFO] [stdout] | [INFO] [stdout] 6 | pub mod attributes; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:83:9 [INFO] [stdout] | [INFO] [stdout] 83 | #![warn(missing_docs)] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 21.39s [INFO] running `Command { std: "docker" "inspect" "c2a6d9ecff33fe72ddaf178a4032bce0b0a1a5b9d3c42f604507db0e9854b31c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c2a6d9ecff33fe72ddaf178a4032bce0b0a1a5b9d3c42f604507db0e9854b31c", kill_on_drop: false }` [INFO] [stdout] c2a6d9ecff33fe72ddaf178a4032bce0b0a1a5b9d3c42f604507db0e9854b31c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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=warn" "-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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 02a2c02fce4928ccff85fa699f64c4f1d34c17e75c11064250d0ef1935f7d01c [INFO] running `Command { std: "docker" "start" "-a" "02a2c02fce4928ccff85fa699f64c4f1d34c17e75c11064250d0ef1935f7d01c", kill_on_drop: false }` [INFO] [stderr] Compiling stun_codec_blazh v0.1.13 (/opt/rustwide/workdir) [INFO] [stdout] warning: irrefutable `if let` pattern [INFO] [stdout] --> src/macros.rs:18:20 [INFO] [stdout] | [INFO] [stdout] 18 | if let $attr::$variant(a) = self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/rfc3489/mod.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | / define_attribute_enums!( [INFO] [stdout] 9 | | Attribute, [INFO] [stdout] 10 | | AttributeDecoder, [INFO] [stdout] 11 | | AttributeEncoder, [INFO] [stdout] 12 | | [ChangedAddress] [INFO] [stdout] 13 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(irrefutable_let_patterns)]` on by default [INFO] [stdout] = note: this pattern will always match, so the `if let` is useless [INFO] [stdout] = help: consider replacing the `if let` with a `let` [INFO] [stdout] = note: this warning originates in the macro `define_attribute_enums` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a module [INFO] [stdout] --> src/rfc3489/mod.rs:6:1 [INFO] [stdout] | [INFO] [stdout] 6 | pub mod attributes; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:83:9 [INFO] [stdout] | [INFO] [stdout] 83 | #![warn(missing_docs)] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: irrefutable `if let` pattern [INFO] [stdout] --> src/macros.rs:18:20 [INFO] [stdout] | [INFO] [stdout] 18 | if let $attr::$variant(a) = self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/rfc3489/mod.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | / define_attribute_enums!( [INFO] [stdout] 9 | | Attribute, [INFO] [stdout] 10 | | AttributeDecoder, [INFO] [stdout] 11 | | AttributeEncoder, [INFO] [stdout] 12 | | [ChangedAddress] [INFO] [stdout] 13 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(irrefutable_let_patterns)]` on by default [INFO] [stdout] = note: this pattern will always match, so the `if let` is useless [INFO] [stdout] = help: consider replacing the `if let` with a `let` [INFO] [stdout] = note: this warning originates in the macro `define_attribute_enums` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 5.40s [INFO] running `Command { std: "docker" "inspect" "02a2c02fce4928ccff85fa699f64c4f1d34c17e75c11064250d0ef1935f7d01c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "02a2c02fce4928ccff85fa699f64c4f1d34c17e75c11064250d0ef1935f7d01c", kill_on_drop: false }` [INFO] [stdout] 02a2c02fce4928ccff85fa699f64c4f1d34c17e75c11064250d0ef1935f7d01c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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=warn" "-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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 84279742b49e6a441c25aa0de2ba27856bb4c926aec3956a1f608ab6ebef36a0 [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" "84279742b49e6a441c25aa0de2ba27856bb4c926aec3956a1f608ab6ebef36a0", kill_on_drop: false }` [INFO] [stderr] warning: irrefutable `if let` pattern [INFO] [stderr] --> src/macros.rs:18:20 [INFO] [stderr] | [INFO] [stderr] 18 | if let $attr::$variant(a) = self { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/rfc3489/mod.rs:8:1 [INFO] [stderr] | [INFO] [stderr] 8 | / define_attribute_enums!( [INFO] [stderr] 9 | | Attribute, [INFO] [stderr] 10 | | AttributeDecoder, [INFO] [stderr] 11 | | AttributeEncoder, [INFO] [stderr] 12 | | [ChangedAddress] [INFO] [stderr] 13 | | ); [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(irrefutable_let_patterns)]` on by default [INFO] [stderr] = note: this pattern will always match, so the `if let` is useless [INFO] [stderr] = help: consider replacing the `if let` with a `let` [INFO] [stderr] = note: this warning originates in the macro `define_attribute_enums` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: missing documentation for a module [INFO] [stderr] --> src/rfc3489/mod.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | pub mod attributes; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: the lint level is defined here [INFO] [stderr] --> src/lib.rs:83:9 [INFO] [stderr] | [INFO] [stderr] 83 | #![warn(missing_docs)] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `stun_codec_blazh` (lib) generated 2 warnings [INFO] [stderr] warning: `stun_codec_blazh` (lib test) generated 1 warning (1 duplicate) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/stun_codec_blazh-e801828b7d47d9f1) [INFO] [stdout] [INFO] [stdout] running 10 tests [INFO] [stdout] test message::tests::decoder_fails_when_decoding_attributes ... ok [INFO] [stdout] test net::tests::socket_addr_decoder_works ... ok [INFO] [stdout] test net::tests::socket_addr_encoder_works ... ok [INFO] [stdout] test net::tests::socket_addr_xor_works ... ok [INFO] [stdout] test tests::rfc5769_2_1_sample_request ... ok [INFO] [stdout] test tests::rfc5769_2_4_sample_request_with_long_term_authentication ... ok [INFO] [stdout] test tests::rfc5769_2_2_sample_ipv4_response ... ok [INFO] [stdout] test tests::rfc5769_2_3_sample_ipv6_response ... ok [INFO] [stdout] test message::tests::message_class_from_u8_works ... ok [INFO] [stdout] test tests::it_works ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Doc-tests stun_codec_blazh [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test src/lib.rs - (line 45) ... FAILED [INFO] [stdout] test src/lib.rs - (line 5) ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- src/lib.rs - (line 45) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `stun_codec` [INFO] [stdout] --> src/lib.rs:49:5 [INFO] [stdout] | [INFO] [stdout] 6 | use stun_codec::rfc5389::attributes::*; [INFO] [stdout] | ^^^^^^^^^^ use of undeclared crate or module `stun_codec` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `stun_codec` [INFO] [stdout] --> src/lib.rs:50:5 [INFO] [stdout] | [INFO] [stdout] 7 | use stun_codec::rfc5766::attributes::*; [INFO] [stdout] | ^^^^^^^^^^ use of undeclared crate or module `stun_codec` [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved imports `stun_codec`, `stun_codec::rfc5389::attributes::*`, `stun_codec::rfc5766::attributes::*` [INFO] [stdout] --> src/lib.rs:48:5 [INFO] [stdout] | [INFO] [stdout] 5 | use stun_codec::define_attribute_enums; [INFO] [stdout] | ^^^^^^^^^^ use of undeclared crate or module `stun_codec` [INFO] [stdout] 6 | use stun_codec::rfc5389::attributes::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 7 | use stun_codec::rfc5766::attributes::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `define_attribute_enums` [INFO] [stdout] --> src/lib.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 9 | define_attribute_enums!( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] error: aborting due to 4 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - (line 5) stdout ---- [INFO] [stdout] error[E0463]: can't find crate for `stun_codec` [INFO] [stdout] --> src/lib.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 3 | extern crate stun_codec; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `MessageClass` [INFO] [stdout] --> src/lib.rs:14:32 [INFO] [stdout] | [INFO] [stdout] 10 | let mut message = Message::new(MessageClass::Request, BINDING, TransactionId::new([3; 12])); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared type `MessageClass` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Message` [INFO] [stdout] --> src/lib.rs:14:19 [INFO] [stdout] | [INFO] [stdout] 10 | let mut message = Message::new(MessageClass::Request, BINDING, TransactionId::new([3; 12])); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4 | use stun_codec_blazh::Message; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `BINDING` in this scope [INFO] [stdout] --> src/lib.rs:14:55 [INFO] [stdout] | [INFO] [stdout] 10 | let mut message = Message::new(MessageClass::Request, BINDING, TransactionId::new([3; 12])); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this constant [INFO] [stdout] | [INFO] [stdout] 4 | use stun_codec_blazh::rfc5389::methods::BINDING; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TransactionId` [INFO] [stdout] --> src/lib.rs:14:64 [INFO] [stdout] | [INFO] [stdout] 10 | let mut message = Message::new(MessageClass::Request, BINDING, TransactionId::new([3; 12])); [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4 | use stun_codec_blazh::TransactionId; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Attribute` [INFO] [stdout] --> src/lib.rs:15:23 [INFO] [stdout] | [INFO] [stdout] 11 | message.add_attribute(Attribute::Software(Software::new("foo".to_owned())?)); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 4 | use stun_codec_blazh::Attribute; [INFO] [stdout] | [INFO] [stdout] 4 | use stun_codec_blazh::rfc3489::Attribute; [INFO] [stdout] | [INFO] [stdout] 4 | use stun_codec_blazh::rfc5245::Attribute; [INFO] [stdout] | [INFO] [stdout] 4 | use stun_codec_blazh::rfc5389::Attribute; [INFO] [stdout] | [INFO] [stdout] and 2 other candidates [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Software` [INFO] [stdout] --> src/lib.rs:15:43 [INFO] [stdout] | [INFO] [stdout] 11 | message.add_attribute(Attribute::Software(Software::new("foo".to_owned())?)); [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4 | use stun_codec_blazh::rfc5389::attributes::Software; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `MessageEncoder` [INFO] [stdout] --> src/lib.rs:18:19 [INFO] [stdout] | [INFO] [stdout] 14 | let mut encoder = MessageEncoder::new(); [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4 | use stun_codec_blazh::MessageEncoder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `MessageDecoder` [INFO] [stdout] --> src/lib.rs:29:19 [INFO] [stdout] | [INFO] [stdout] 25 | let mut decoder = MessageDecoder::::new(); [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4 | use stun_codec_blazh::MessageDecoder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Attribute` in this scope [INFO] [stdout] --> src/lib.rs:29:36 [INFO] [stdout] | [INFO] [stdout] 25 | let mut decoder = MessageDecoder::::new(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 4 | use stun_codec_blazh::Attribute; [INFO] [stdout] | [INFO] [stdout] 4 | use stun_codec_blazh::rfc3489::Attribute; [INFO] [stdout] | [INFO] [stdout] 4 | use stun_codec_blazh::rfc5245::Attribute; [INFO] [stdout] | [INFO] [stdout] 4 | use stun_codec_blazh::rfc5389::Attribute; [INFO] [stdout] | [INFO] [stdout] and 2 other candidates [INFO] [stdout] [INFO] [stdout] error: aborting due to 10 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0412, E0425, E0433, E0463. [INFO] [stdout] For more information about an error, try `rustc --explain E0412`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] src/lib.rs - (line 45) [INFO] [stdout] src/lib.rs - (line 5) [INFO] [stdout] [INFO] [stdout] test result: FAILED. 0 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.31s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--doc' [INFO] running `Command { std: "docker" "inspect" "84279742b49e6a441c25aa0de2ba27856bb4c926aec3956a1f608ab6ebef36a0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "84279742b49e6a441c25aa0de2ba27856bb4c926aec3956a1f608ab6ebef36a0", kill_on_drop: false }` [INFO] [stdout] 84279742b49e6a441c25aa0de2ba27856bb4c926aec3956a1f608ab6ebef36a0