[INFO] fetching crate quick-protobuf 0.8.0... [INFO] checking quick-protobuf-0.8.0 against try#8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8 for pr-82565 [INFO] extracting crate quick-protobuf 0.8.0 into /workspace/builds/worker-11/source [INFO] validating manifest of crates.io crate quick-protobuf 0.8.0 on toolchain 8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate quick-protobuf 0.8.0 [INFO] finished tweaking crates.io crate quick-protobuf 0.8.0 [INFO] tweaked toml for crates.io crate quick-protobuf 0.8.0 written to /workspace/builds/worker-11/source/Cargo.toml [INFO] crate crates.io crate quick-protobuf 0.8.0 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "rustops/crates-build-env@sha256:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 029678e56a7c19e4017c33afa83e6eee573778cbc23720ac4331fcfffd8c784d [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" "029678e56a7c19e4017c33afa83e6eee573778cbc23720ac4331fcfffd8c784d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "029678e56a7c19e4017c33afa83e6eee573778cbc23720ac4331fcfffd8c784d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "029678e56a7c19e4017c33afa83e6eee573778cbc23720ac4331fcfffd8c784d", kill_on_drop: false }` [INFO] [stdout] 029678e56a7c19e4017c33afa83e6eee573778cbc23720ac4331fcfffd8c784d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "rustops/crates-build-env@sha256:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "check" "--frozen" "--all" "--all-targets" "--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] 5c546f9bb4bcfd8cca8361b221584acdcfc7791e277af0cd3bcb9101ddf8f694 [INFO] running `Command { std: "docker" "start" "-a" "5c546f9bb4bcfd8cca8361b221584acdcfc7791e277af0cd3bcb9101ddf8f694", kill_on_drop: false }` [INFO] [stderr] Checking quick-protobuf v0.8.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0583]: file not found for module `perftest_data` [INFO] [stdout] --> benches/perftest_data/mod.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | mod perftest_data; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: to create the module `perftest_data`, create file "benches/perftest_data/perftest_data.rs" [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0583]: file not found for module `packed_primitives` [INFO] [stdout] --> tests/rust_proto.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | mod packed_primitives; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: to create the module `packed_primitives`, create file "tests/packed_primitives.rs" [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0583]: file not found for module `basic` [INFO] [stdout] --> tests/rust_protobuf/v2/mod.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | pub mod basic; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: to create the module `basic`, create file "tests/rust_protobuf/v2/basic.rs" [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0583]: file not found for module `issue118` [INFO] [stdout] --> tests/rust_protobuf/v2/mod.rs:6:1 [INFO] [stdout] | [INFO] [stdout] 6 | pub mod issue118; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: to create the module `issue118`, create file "tests/rust_protobuf/v2/issue118.rs" [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0583]: file not found for module `issue118_2` [INFO] [stdout] --> tests/rust_protobuf/v2/mod.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | pub mod issue118_2; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: to create the module `issue118_2`, create file "tests/rust_protobuf/v2/issue118_2.rs" [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0583]: file not found for module `nonunique_1` [INFO] [stdout] --> tests/rust_protobuf/v2/mod.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | pub mod nonunique_1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: to create the module `nonunique_1`, create file "tests/rust_protobuf/v2/nonunique_1.rs" [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0583]: file not found for module `nonunique_2` [INFO] [stdout] --> tests/rust_protobuf/v2/mod.rs:9:1 [INFO] [stdout] | [INFO] [stdout] 9 | pub mod nonunique_2; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: to create the module `nonunique_2`, create file "tests/rust_protobuf/v2/nonunique_2.rs" [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0583]: file not found for module `special` [INFO] [stdout] --> tests/rust_protobuf/v2/mod.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | pub mod special; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: to create the module `special`, create file "tests/rust_protobuf/v2/special.rs" [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0583]: file not found for module `struct_pb` [INFO] [stdout] --> tests/rust_protobuf/v2/mod.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | pub mod struct_pb; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: to create the module `struct_pb`, create file "tests/rust_protobuf/v2/struct_pb.rs" [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0583]: file not found for module `test_default_values` [INFO] [stdout] --> tests/rust_protobuf/v2/mod.rs:13:1 [INFO] [stdout] | [INFO] [stdout] 13 | pub mod test_default_values; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: to create the module `test_default_values`, create file "tests/rust_protobuf/v2/test_default_values.rs" [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0583]: file not found for module `test_enum_values_pb` [INFO] [stdout] --> tests/rust_protobuf/v2/mod.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | pub mod test_enum_values_pb; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: to create the module `test_enum_values_pb`, create file "tests/rust_protobuf/v2/test_enum_values_pb.rs" [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0583]: file not found for module `test_ident_pb` [INFO] [stdout] --> tests/rust_protobuf/v2/mod.rs:16:1 [INFO] [stdout] | [INFO] [stdout] 16 | pub mod test_ident_pb; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: to create the module `test_ident_pb`, create file "tests/rust_protobuf/v2/test_ident_pb.rs" [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0583]: file not found for module `test_import_nested_imported_pb` [INFO] [stdout] --> tests/rust_protobuf/v2/mod.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | pub mod test_import_nested_imported_pb; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: to create the module `test_import_nested_imported_pb`, create file "tests/rust_protobuf/v2/test_import_nested_imported_pb.rs" [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0583]: file not found for module `test_import_nested_pb` [INFO] [stdout] --> tests/rust_protobuf/v2/mod.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 18 | pub mod test_import_nested_pb; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: to create the module `test_import_nested_pb`, create file "tests/rust_protobuf/v2/test_import_nested_pb.rs" [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0583]: file not found for module `test_import_nonunique_pb` [INFO] [stdout] --> tests/rust_protobuf/v2/mod.rs:19:1 [INFO] [stdout] | [INFO] [stdout] 19 | pub mod test_import_nonunique_pb; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: to create the module `test_import_nonunique_pb`, create file "tests/rust_protobuf/v2/test_import_nonunique_pb.rs" [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0583]: file not found for module `test_import_root_imported_pb` [INFO] [stdout] --> tests/rust_protobuf/v2/mod.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | pub mod test_import_root_imported_pb; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: to create the module `test_import_root_imported_pb`, create file "tests/rust_protobuf/v2/test_import_root_imported_pb.rs" [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0583]: file not found for module `test_import_root_pb` [INFO] [stdout] --> tests/rust_protobuf/v2/mod.rs:21:1 [INFO] [stdout] | [INFO] [stdout] 21 | pub mod test_import_root_pb; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: to create the module `test_import_root_pb`, create file "tests/rust_protobuf/v2/test_import_root_pb.rs" [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0583]: file not found for module `test_lite_runtime` [INFO] [stdout] --> tests/rust_protobuf/v2/mod.rs:22:1 [INFO] [stdout] | [INFO] [stdout] 22 | pub mod test_lite_runtime; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: to create the module `test_lite_runtime`, create file "tests/rust_protobuf/v2/test_lite_runtime.rs" [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0583]: file not found for module `test_nonunique_enum_pb` [INFO] [stdout] --> tests/rust_protobuf/v2/mod.rs:24:1 [INFO] [stdout] | [INFO] [stdout] 24 | pub mod test_nonunique_enum_pb; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: to create the module `test_nonunique_enum_pb`, create file "tests/rust_protobuf/v2/test_nonunique_enum_pb.rs" [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0583]: file not found for module `test_oneof_pb` [INFO] [stdout] --> tests/rust_protobuf/v2/mod.rs:26:1 [INFO] [stdout] | [INFO] [stdout] 26 | pub mod test_oneof_pb; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: to create the module `test_oneof_pb`, create file "tests/rust_protobuf/v2/test_oneof_pb.rs" [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0583]: file not found for module `test_required` [INFO] [stdout] --> tests/rust_protobuf/v2/mod.rs:27:1 [INFO] [stdout] | [INFO] [stdout] 27 | pub mod test_required; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: to create the module `test_required`, create file "tests/rust_protobuf/v2/test_required.rs" [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0583]: file not found for module `test_sanitize_file_name_pb` [INFO] [stdout] --> tests/rust_protobuf/v2/mod.rs:29:1 [INFO] [stdout] | [INFO] [stdout] 29 | pub mod test_sanitize_file_name_pb; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: to create the module `test_sanitize_file_name_pb`, create file "tests/rust_protobuf/v2/test_sanitize_file_name_pb.rs" [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0583]: file not found for module `test_text_format_pb` [INFO] [stdout] --> tests/rust_protobuf/v2/mod.rs:32:1 [INFO] [stdout] | [INFO] [stdout] 32 | pub mod test_text_format_pb; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: to create the module `test_text_format_pb`, create file "tests/rust_protobuf/v2/test_text_format_pb.rs" [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0583]: file not found for module `basic` [INFO] [stdout] --> tests/rust_protobuf/v3/mod.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | mod basic; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: to create the module `basic`, create file "tests/rust_protobuf/v3/basic.rs" [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0583]: file not found for module `test_map_pb` [INFO] [stdout] --> tests/rust_protobuf/v3/mod.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | mod test_map_pb; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: to create the module `test_map_pb`, create file "tests/rust_protobuf/v3/test_map_pb.rs" [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0583]: file not found for module `test_ident_pb` [INFO] [stdout] --> tests/rust_protobuf/v3/mod.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | mod test_ident_pb; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: to create the module `test_ident_pb`, create file "tests/rust_protobuf/v3/test_ident_pb.rs" [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0583]: file not found for module `test_oneof_pb` [INFO] [stdout] --> tests/rust_protobuf/v3/mod.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | mod test_oneof_pb; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: to create the module `test_oneof_pb`, create file "tests/rust_protobuf/v3/test_oneof_pb.rs" [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `PerftestData` [INFO] [stdout] --> benches/perftest.rs:26:21 [INFO] [stdout] | [INFO] [stdout] 26 | reader.read(PerftestData::from_reader).unwrap().test1.len() [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared type `PerftestData` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Test1` [INFO] [stdout] --> benches/perftest.rs:71:28 [INFO] [stdout] | [INFO] [stdout] 71 | perfbench!(generate_test1, Test1, write_test1, read_test1); [INFO] [stdout] | ^^^^^ use of undeclared type `Test1` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TestRepeatedBool` [INFO] [stdout] --> benches/perftest.rs:83:5 [INFO] [stdout] | [INFO] [stdout] 83 | TestRepeatedBool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ use of undeclared type `TestRepeatedBool` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TestRepeatedPackedInt32` [INFO] [stdout] --> benches/perftest.rs:98:5 [INFO] [stdout] | [INFO] [stdout] 98 | TestRepeatedPackedInt32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type `TestRepeatedPackedInt32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TestRepeatedPackedFloat` [INFO] [stdout] --> benches/perftest.rs:113:5 [INFO] [stdout] | [INFO] [stdout] 113 | TestRepeatedPackedFloat, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type `TestRepeatedPackedFloat` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TestRepeatedMessages` [INFO] [stdout] --> benches/perftest.rs:144:5 [INFO] [stdout] | [INFO] [stdout] 144 | TestRepeatedMessages, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ use of undeclared type `TestRepeatedMessages` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TestOptionalMessages` [INFO] [stdout] --> benches/perftest.rs:175:5 [INFO] [stdout] | [INFO] [stdout] 175 | TestOptionalMessages, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ use of undeclared type `TestOptionalMessages` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TestStrings` [INFO] [stdout] --> benches/perftest.rs:194:30 [INFO] [stdout] | [INFO] [stdout] 194 | perfbench!(generate_strings, TestStrings, write_strings, read_strings); [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `TestStrings` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TestBytes` [INFO] [stdout] --> benches/perftest.rs:210:5 [INFO] [stdout] | [INFO] [stdout] 210 | TestBytes, [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `TestBytes` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TestBytes` [INFO] [stdout] --> benches/perftest.rs:235:5 [INFO] [stdout] | [INFO] [stdout] 235 | TestBytes, [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `TestBytes` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TestMap` [INFO] [stdout] --> benches/perftest.rs:253:26 [INFO] [stdout] | [INFO] [stdout] 253 | perfbench!(generate_map, TestMap, write_map, read_map); [INFO] [stdout] | ^^^^^^^ use of undeclared type `TestMap` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `PerftestData` [INFO] [stdout] --> benches/perftest.rs:270:26 [INFO] [stdout] | [INFO] [stdout] 270 | perfbench!(generate_all, PerftestData, write_all, read_all); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared type `PerftestData` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Test1` in this scope [INFO] [stdout] --> benches/perftest.rs:64:28 [INFO] [stdout] | [INFO] [stdout] 64 | fn generate_test1() -> Vec { [INFO] [stdout] | - ^^^^^ not found in this scope [INFO] [stdout] | | [INFO] [stdout] | help: you might be missing a type parameter: `` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `Test1` in this scope [INFO] [stdout] --> benches/perftest.rs:66:18 [INFO] [stdout] | [INFO] [stdout] 66 | .map(|i| Test1 { value: Some(i) }) [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `Test1` in this scope [INFO] [stdout] --> benches/perftest.rs:67:33 [INFO] [stdout] | [INFO] [stdout] 67 | .chain((0..200).map(|_| Test1 { value: None })) [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TestRepeatedBool` in this scope [INFO] [stdout] --> benches/perftest.rs:73:36 [INFO] [stdout] | [INFO] [stdout] 73 | fn generate_repeated_bool() -> Vec { [INFO] [stdout] | - ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | | [INFO] [stdout] | help: you might be missing a type parameter: `` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `TestRepeatedBool` in this scope [INFO] [stdout] --> benches/perftest.rs:75:18 [INFO] [stdout] | [INFO] [stdout] 75 | .map(|j| TestRepeatedBool { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TestRepeatedPackedInt32` in this scope [INFO] [stdout] --> benches/perftest.rs:88:44 [INFO] [stdout] | [INFO] [stdout] 88 | fn generate_repeated_packed_int32() -> Vec { [INFO] [stdout] | - ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | | [INFO] [stdout] | help: you might be missing a type parameter: `` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `TestRepeatedPackedInt32` in this scope [INFO] [stdout] --> benches/perftest.rs:90:18 [INFO] [stdout] | [INFO] [stdout] 90 | .map(|j| TestRepeatedPackedInt32 { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TestRepeatedPackedFloat` in this scope [INFO] [stdout] --> benches/perftest.rs:103:44 [INFO] [stdout] | [INFO] [stdout] 103 | fn generate_repeated_packed_float() -> Vec> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `TestRepeatedPackedFloat` in this scope [INFO] [stdout] --> benches/perftest.rs:105:18 [INFO] [stdout] | [INFO] [stdout] 105 | .map(|j| TestRepeatedPackedFloat { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TestRepeatedMessages` in this scope [INFO] [stdout] --> benches/perftest.rs:118:40 [INFO] [stdout] | [INFO] [stdout] 118 | fn generate_repeated_messages() -> Vec { [INFO] [stdout] | - ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | | [INFO] [stdout] | help: you might be missing a type parameter: `` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `TestRepeatedMessages` in this scope [INFO] [stdout] --> benches/perftest.rs:120:19 [INFO] [stdout] | [INFO] [stdout] 120 | messages.push(TestRepeatedMessages { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `TestRepeatedMessages` in this scope [INFO] [stdout] --> benches/perftest.rs:133:23 [INFO] [stdout] | [INFO] [stdout] 133 | messages.push(TestRepeatedMessages { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TestOptionalMessages` in this scope [INFO] [stdout] --> benches/perftest.rs:149:40 [INFO] [stdout] | [INFO] [stdout] 149 | fn generate_optional_messages() -> Vec { [INFO] [stdout] | - ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | | [INFO] [stdout] | help: you might be missing a type parameter: `` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `TestOptionalMessages` in this scope [INFO] [stdout] --> benches/perftest.rs:151:19 [INFO] [stdout] | [INFO] [stdout] 151 | messages.push(TestOptionalMessages { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `TestOptionalMessages` in this scope [INFO] [stdout] --> benches/perftest.rs:164:23 [INFO] [stdout] | [INFO] [stdout] 164 | messages.push(TestOptionalMessages { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TestStrings` in this scope [INFO] [stdout] --> benches/perftest.rs:180:30 [INFO] [stdout] | [INFO] [stdout] 180 | fn generate_strings() -> Vec> { [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `TestStrings` in this scope [INFO] [stdout] --> benches/perftest.rs:186:18 [INFO] [stdout] | [INFO] [stdout] 186 | .map(|_| TestStrings { [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TestBytes` in this scope [INFO] [stdout] --> benches/perftest.rs:196:34 [INFO] [stdout] | [INFO] [stdout] 196 | fn generate_small_bytes() -> Vec> { [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `TestBytes` in this scope [INFO] [stdout] --> benches/perftest.rs:202:18 [INFO] [stdout] | [INFO] [stdout] 202 | .map(|_| TestBytes { [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TestBytes` in this scope [INFO] [stdout] --> benches/perftest.rs:215:34 [INFO] [stdout] | [INFO] [stdout] 215 | fn generate_large_bytes() -> Vec> { [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `TestBytes` in this scope [INFO] [stdout] --> benches/perftest.rs:221:18 [INFO] [stdout] | [INFO] [stdout] 221 | .map(|_| TestBytes { [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TestMap` in this scope [INFO] [stdout] --> benches/perftest.rs:240:26 [INFO] [stdout] | [INFO] [stdout] 240 | fn generate_map() -> Vec> { [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `TestMap` in this scope [INFO] [stdout] --> benches/perftest.rs:243:18 [INFO] [stdout] | [INFO] [stdout] 243 | .map(|_| TestMap { [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PerftestData` in this scope [INFO] [stdout] --> benches/perftest.rs:255:26 [INFO] [stdout] | [INFO] [stdout] 255 | fn generate_all() -> Vec> { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `PerftestData` in this scope [INFO] [stdout] --> benches/perftest.rs:256:10 [INFO] [stdout] | [INFO] [stdout] 256 | vec![PerftestData { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::perftest_data::*` [INFO] [stdout] --> benches/perftest.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | use crate::perftest_data::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `quick_protobuf::MessageRead` [INFO] [stdout] --> benches/perftest.rs:14:5 [INFO] [stdout] | [INFO] [stdout] 14 | use quick_protobuf::MessageRead; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Test1` [INFO] [stdout] --> tests/rust_protobuf/v2/test_basic.rs:8:21 [INFO] [stdout] | [INFO] [stdout] 8 | let mut test1 = Test1::default(); [INFO] [stdout] | ^^^^^ use of undeclared type `Test1` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Test1` [INFO] [stdout] --> tests/rust_protobuf/v2/test_basic.rs:10:53 [INFO] [stdout] | [INFO] [stdout] 10 | test_serialize_deserialize!("08 96 01", &test1, Test1); [INFO] [stdout] | ^^^^^ use of undeclared type `Test1` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Test2` [INFO] [stdout] --> tests/rust_protobuf/v2/test_basic.rs:15:21 [INFO] [stdout] | [INFO] [stdout] 15 | let mut test2 = Test2::default(); [INFO] [stdout] | ^^^^^ use of undeclared type `Test2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Test2` [INFO] [stdout] --> tests/rust_protobuf/v2/test_basic.rs:17:71 [INFO] [stdout] | [INFO] [stdout] 17 | test_serialize_deserialize!("12 07 74 65 73 74 69 6e 67", &test2, Test2); [INFO] [stdout] | ^^^^^ use of undeclared type `Test2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Test1` [INFO] [stdout] --> tests/rust_protobuf/v2/test_basic.rs:22:21 [INFO] [stdout] | [INFO] [stdout] 22 | let mut test1 = Test1::default(); [INFO] [stdout] | ^^^^^ use of undeclared type `Test1` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Test3` [INFO] [stdout] --> tests/rust_protobuf/v2/test_basic.rs:24:21 [INFO] [stdout] | [INFO] [stdout] 24 | let mut test3 = Test3::default(); [INFO] [stdout] | ^^^^^ use of undeclared type `Test3` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Test3` [INFO] [stdout] --> tests/rust_protobuf/v2/test_basic.rs:26:59 [INFO] [stdout] | [INFO] [stdout] 26 | test_serialize_deserialize!("1a 03 08 96 01", &test3, Test3); [INFO] [stdout] | ^^^^^ use of undeclared type `Test3` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Test4` [INFO] [stdout] --> tests/rust_protobuf/v2/test_basic.rs:31:21 [INFO] [stdout] | [INFO] [stdout] 31 | let mut test4 = Test4::default(); [INFO] [stdout] | ^^^^^ use of undeclared type `Test4` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Test4` [INFO] [stdout] --> tests/rust_protobuf/v2/test_basic.rs:33:68 [INFO] [stdout] | [INFO] [stdout] 33 | test_serialize_deserialize!("22 06 03 8E 02 9E A7 05", &test4, Test4); [INFO] [stdout] | ^^^^^ use of undeclared type `Test4` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TestPackedUnpacked` [INFO] [stdout] --> tests/rust_protobuf/v2/test_basic.rs:38:36 [INFO] [stdout] | [INFO] [stdout] 38 | let mut test_packed_unpacked = TestPackedUnpacked::default(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ use of undeclared type `TestPackedUnpacked` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TestPackedUnpacked` [INFO] [stdout] --> tests/rust_protobuf/v2/test_basic.rs:41:64 [INFO] [stdout] | [INFO] [stdout] 41 | test_deserialize!("20 11 20 e8 07", &test_packed_unpacked, TestPackedUnpacked); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ use of undeclared type `TestPackedUnpacked` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TestPackedUnpacked` [INFO] [stdout] --> tests/rust_protobuf/v2/test_basic.rs:46:36 [INFO] [stdout] | [INFO] [stdout] 46 | let mut test_packed_unpacked = TestPackedUnpacked::default(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ use of undeclared type `TestPackedUnpacked` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TestPackedUnpacked` [INFO] [stdout] --> tests/rust_protobuf/v2/test_basic.rs:49:64 [INFO] [stdout] | [INFO] [stdout] 49 | test_deserialize!("2a 03 11 e8 07", &test_packed_unpacked, TestPackedUnpacked); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ use of undeclared type `TestPackedUnpacked` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TestEmpty` [INFO] [stdout] --> tests/rust_protobuf/v2/test_basic.rs:54:38 [INFO] [stdout] | [INFO] [stdout] 54 | test_serialize_deserialize!("", &TestEmpty::default(), TestEmpty); [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `TestEmpty` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TestEmpty` [INFO] [stdout] --> tests/rust_protobuf/v2/test_basic.rs:54:60 [INFO] [stdout] | [INFO] [stdout] 54 | test_serialize_deserialize!("", &TestEmpty::default(), TestEmpty); [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `TestEmpty` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Test1` [INFO] [stdout] --> tests/rust_protobuf/v2/test_basic.rs:62:5 [INFO] [stdout] | [INFO] [stdout] 62 | Test1::from_reader(&mut reader, &bytes).unwrap(); [INFO] [stdout] | ^^^^^ use of undeclared type `Test1` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TestTypesSingular` [INFO] [stdout] --> tests/rust_protobuf/v2/test_basic.rs:84:23 [INFO] [stdout] | [INFO] [stdout] 84 | let mut message = TestTypesSingular::default(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ use of undeclared type `TestTypesSingular` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TestEnumDescriptor` [INFO] [stdout] --> tests/rust_protobuf/v2/test_basic.rs:100:31 [INFO] [stdout] | [INFO] [stdout] 100 | message.enum_field = Some(TestEnumDescriptor::BLUE); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ use of undeclared type `TestEnumDescriptor` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TestTypesRepeated` [INFO] [stdout] --> tests/rust_protobuf/v2/test_basic.rs:106:23 [INFO] [stdout] | [INFO] [stdout] 106 | let mut message = TestTypesRepeated::default(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ use of undeclared type `TestTypesRepeated` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TestEnumDescriptor` [INFO] [stdout] --> tests/rust_protobuf/v2/test_basic.rs:122:31 [INFO] [stdout] | [INFO] [stdout] 122 | message.enum_field = vec![TestEnumDescriptor::BLUE, TestEnumDescriptor::GREEN]; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ use of undeclared type `TestEnumDescriptor` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TestEnumDescriptor` [INFO] [stdout] --> tests/rust_protobuf/v2/test_basic.rs:122:57 [INFO] [stdout] | [INFO] [stdout] 122 | message.enum_field = vec![TestEnumDescriptor::BLUE, TestEnumDescriptor::GREEN]; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ use of undeclared type `TestEnumDescriptor` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TestTypesRepeatedPacked` [INFO] [stdout] --> tests/rust_protobuf/v2/test_basic.rs:128:23 [INFO] [stdout] | [INFO] [stdout] 128 | let mut message = TestTypesRepeatedPacked::default(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type `TestTypesRepeatedPacked` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TestEnumDescriptor` [INFO] [stdout] --> tests/rust_protobuf/v2/test_basic.rs:144:31 [INFO] [stdout] | [INFO] [stdout] 144 | message.enum_field = vec![TestEnumDescriptor::BLUE, TestEnumDescriptor::GREEN]; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ use of undeclared type `TestEnumDescriptor` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TestEnumDescriptor` [INFO] [stdout] --> tests/rust_protobuf/v2/test_basic.rs:144:57 [INFO] [stdout] | [INFO] [stdout] 144 | message.enum_field = vec![TestEnumDescriptor::BLUE, TestEnumDescriptor::GREEN]; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ use of undeclared type `TestEnumDescriptor` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TestDefaultInstance` [INFO] [stdout] --> tests/rust_protobuf/v2/test_basic.rs:157:13 [INFO] [stdout] | [INFO] [stdout] 157 | let d = TestDefaultInstance::default(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ use of undeclared type `TestDefaultInstance` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TestTruncated` [INFO] [stdout] --> tests/rust_protobuf/v2/test_basic.rs:198:13 [INFO] [stdout] | [INFO] [stdout] 198 | assert!(TestTruncated::from_reader(&mut reader, &bytes).is_err()); [INFO] [stdout] | ^^^^^^^^^^^^^ use of undeclared type `TestTruncated` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TestTruncated` [INFO] [stdout] --> tests/rust_protobuf/v2/test_basic.rs:207:13 [INFO] [stdout] | [INFO] [stdout] 207 | assert!(TestTruncated::from_reader(&mut reader, &bytes).is_err()); [INFO] [stdout] | ^^^^^^^^^^^^^ use of undeclared type `TestTruncated` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TestTruncated` [INFO] [stdout] --> tests/rust_protobuf/v2/test_basic.rs:216:13 [INFO] [stdout] | [INFO] [stdout] 216 | assert!(TestTruncated::from_reader(&mut reader, &bytes).is_err()); [INFO] [stdout] | ^^^^^^^^^^^^^ use of undeclared type `TestTruncated` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TestTruncated` [INFO] [stdout] --> tests/rust_protobuf/v2/test_basic.rs:225:13 [INFO] [stdout] | [INFO] [stdout] 225 | assert!(TestTruncated::from_reader(&mut reader, &bytes).is_err()); [INFO] [stdout] | ^^^^^^^^^^^^^ use of undeclared type `TestTruncated` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TestBugSint` [INFO] [stdout] --> tests/rust_protobuf/v2/test_basic.rs:231:21 [INFO] [stdout] | [INFO] [stdout] 231 | let mut x = TestBugSint::default(); [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `TestBugSint` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TestBugSint` [INFO] [stdout] --> tests/rust_protobuf/v2/test_basic.rs:233:50 [INFO] [stdout] | [INFO] [stdout] 233 | test_serialize_deserialize!("08 01", &x, TestBugSint); [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `TestBugSint` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TestBugSint` [INFO] [stdout] --> tests/rust_protobuf/v2/test_basic.rs:236:21 [INFO] [stdout] | [INFO] [stdout] 236 | let mut x = TestBugSint::default(); [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `TestBugSint` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TestBugSint` [INFO] [stdout] --> tests/rust_protobuf/v2/test_basic.rs:238:50 [INFO] [stdout] | [INFO] [stdout] 238 | test_serialize_deserialize!("10 03", &x, TestBugSint); [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `TestBugSint` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TestDefaultValues` [INFO] [stdout] --> tests/rust_protobuf/v2/test_default_values_test.rs:11:13 [INFO] [stdout] | [INFO] [stdout] 11 | let d = TestDefaultValues::from_reader(&mut reader, bytes).unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ use of undeclared type `TestDefaultValues` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `EnumForDefaultValue` [INFO] [stdout] --> tests/rust_protobuf/v2/test_default_values_test.rs:27:13 [INFO] [stdout] | [INFO] [stdout] 27 | assert!(EnumForDefaultValue::TWO.eq(&d.enum_field)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ use of undeclared type `EnumForDefaultValue` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `EnumForDefaultValue` [INFO] [stdout] --> tests/rust_protobuf/v2/test_default_values_test.rs:30:33 [INFO] [stdout] | [INFO] [stdout] 30 | .map_or(true, |e| e.eq(&EnumForDefaultValue::ONE))); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ use of undeclared type `EnumForDefaultValue` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TestExtremeDefaultValues` [INFO] [stdout] --> tests/rust_protobuf/v2/test_default_values_test.rs:37:13 [INFO] [stdout] | [INFO] [stdout] 37 | let d = TestExtremeDefaultValues::from_reader(&mut reader, bytes).unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type `TestExtremeDefaultValues` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TestLiteRuntime` [INFO] [stdout] --> tests/rust_protobuf/v2/test_lite_runtime_test.rs:8:17 [INFO] [stdout] | [INFO] [stdout] 8 | let mut m = TestLiteRuntime::default(); [INFO] [stdout] | ^^^^^^^^^^^^^^^ use of undeclared type `TestLiteRuntime` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TestLiteRuntime` [INFO] [stdout] --> tests/rust_protobuf/v2/test_lite_runtime_test.rs:10:46 [INFO] [stdout] | [INFO] [stdout] 10 | test_serialize_deserialize!("08 0a", &m, TestLiteRuntime); [INFO] [stdout] | ^^^^^^^^^^^^^^^ use of undeclared type `TestLiteRuntime` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TestOneof` [INFO] [stdout] --> tests/rust_protobuf/v2/../common/test_oneof.rs:10:17 [INFO] [stdout] | [INFO] [stdout] 10 | let mut o = TestOneof::default(); [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `TestOneof` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TestOneof` [INFO] [stdout] --> tests/rust_protobuf/v2/../common/test_oneof.rs:17:28 [INFO] [stdout] | [INFO] [stdout] 17 | let mut test_message = TestOneof::default(); [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `TestOneof` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mod_TestOneof` [INFO] [stdout] --> tests/rust_protobuf/v2/../common/test_oneof.rs:18:24 [INFO] [stdout] | [INFO] [stdout] 18 | test_message.one = mod_TestOneof::OneOfone::uint32_field(150); [INFO] [stdout] | ^^^^^^^^^^^^^ use of undeclared crate or module `mod_TestOneof` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TestOneof` [INFO] [stdout] --> tests/rust_protobuf/v2/../common/test_oneof.rs:19:60 [INFO] [stdout] | [INFO] [stdout] 19 | test_serialize_deserialize!("28 96 01", &test_message, TestOneof); [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `TestOneof` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mod_TestOneof` [INFO] [stdout] --> tests/rust_protobuf/v2/../common/test_oneof.rs:24:19 [INFO] [stdout] | [INFO] [stdout] 24 | t(|o| o.one = mod_TestOneof::OneOfone::double_field(10.0)); [INFO] [stdout] | ^^^^^^^^^^^^^ use of undeclared crate or module `mod_TestOneof` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mod_TestOneof` [INFO] [stdout] --> tests/rust_protobuf/v2/../common/test_oneof.rs:25:19 [INFO] [stdout] | [INFO] [stdout] 25 | t(|o| o.one = mod_TestOneof::OneOfone::float_field(11.0)); [INFO] [stdout] | ^^^^^^^^^^^^^ use of undeclared crate or module `mod_TestOneof` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mod_TestOneof` [INFO] [stdout] --> tests/rust_protobuf/v2/../common/test_oneof.rs:26:19 [INFO] [stdout] | [INFO] [stdout] 26 | t(|o| o.one = mod_TestOneof::OneOfone::int32_field(12)); [INFO] [stdout] | ^^^^^^^^^^^^^ use of undeclared crate or module `mod_TestOneof` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mod_TestOneof` [INFO] [stdout] --> tests/rust_protobuf/v2/../common/test_oneof.rs:27:19 [INFO] [stdout] | [INFO] [stdout] 27 | t(|o| o.one = mod_TestOneof::OneOfone::int64_field(13)); [INFO] [stdout] | ^^^^^^^^^^^^^ use of undeclared crate or module `mod_TestOneof` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mod_TestOneof` [INFO] [stdout] --> tests/rust_protobuf/v2/../common/test_oneof.rs:28:19 [INFO] [stdout] | [INFO] [stdout] 28 | t(|o| o.one = mod_TestOneof::OneOfone::uint32_field(14)); [INFO] [stdout] | ^^^^^^^^^^^^^ use of undeclared crate or module `mod_TestOneof` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mod_TestOneof` [INFO] [stdout] --> tests/rust_protobuf/v2/../common/test_oneof.rs:29:19 [INFO] [stdout] | [INFO] [stdout] 29 | t(|o| o.one = mod_TestOneof::OneOfone::uint64_field(15)); [INFO] [stdout] | ^^^^^^^^^^^^^ use of undeclared crate or module `mod_TestOneof` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mod_TestOneof` [INFO] [stdout] --> tests/rust_protobuf/v2/../common/test_oneof.rs:30:19 [INFO] [stdout] | [INFO] [stdout] 30 | t(|o| o.one = mod_TestOneof::OneOfone::sint32_field(16)); [INFO] [stdout] | ^^^^^^^^^^^^^ use of undeclared crate or module `mod_TestOneof` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mod_TestOneof` [INFO] [stdout] --> tests/rust_protobuf/v2/../common/test_oneof.rs:31:19 [INFO] [stdout] | [INFO] [stdout] 31 | t(|o| o.one = mod_TestOneof::OneOfone::sint64_field(17)); [INFO] [stdout] | ^^^^^^^^^^^^^ use of undeclared crate or module `mod_TestOneof` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mod_TestOneof` [INFO] [stdout] --> tests/rust_protobuf/v2/../common/test_oneof.rs:32:19 [INFO] [stdout] | [INFO] [stdout] 32 | t(|o| o.one = mod_TestOneof::OneOfone::fixed32_field(18)); [INFO] [stdout] | ^^^^^^^^^^^^^ use of undeclared crate or module `mod_TestOneof` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mod_TestOneof` [INFO] [stdout] --> tests/rust_protobuf/v2/../common/test_oneof.rs:33:19 [INFO] [stdout] | [INFO] [stdout] 33 | t(|o| o.one = mod_TestOneof::OneOfone::fixed64_field(19)); [INFO] [stdout] | ^^^^^^^^^^^^^ use of undeclared crate or module `mod_TestOneof` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mod_TestOneof` [INFO] [stdout] --> tests/rust_protobuf/v2/../common/test_oneof.rs:34:19 [INFO] [stdout] | [INFO] [stdout] 34 | t(|o| o.one = mod_TestOneof::OneOfone::sfixed32_field(20)); [INFO] [stdout] | ^^^^^^^^^^^^^ use of undeclared crate or module `mod_TestOneof` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mod_TestOneof` [INFO] [stdout] --> tests/rust_protobuf/v2/../common/test_oneof.rs:35:19 [INFO] [stdout] | [INFO] [stdout] 35 | t(|o| o.one = mod_TestOneof::OneOfone::sfixed64_field(21)); [INFO] [stdout] | ^^^^^^^^^^^^^ use of undeclared crate or module `mod_TestOneof` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mod_TestOneof` [INFO] [stdout] --> tests/rust_protobuf/v2/../common/test_oneof.rs:36:19 [INFO] [stdout] | [INFO] [stdout] 36 | t(|o| o.one = mod_TestOneof::OneOfone::bool_field(true)); [INFO] [stdout] | ^^^^^^^^^^^^^ use of undeclared crate or module `mod_TestOneof` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mod_TestOneof` [INFO] [stdout] --> tests/rust_protobuf/v2/../common/test_oneof.rs:37:19 [INFO] [stdout] | [INFO] [stdout] 37 | t(|o| o.one = mod_TestOneof::OneOfone::string_field("asas".into())); [INFO] [stdout] | ^^^^^^^^^^^^^ use of undeclared crate or module `mod_TestOneof` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mod_TestOneof` [INFO] [stdout] --> tests/rust_protobuf/v2/../common/test_oneof.rs:38:19 [INFO] [stdout] | [INFO] [stdout] 38 | t(|o| o.one = mod_TestOneof::OneOfone::bytes_field(vec![99, 100].into())); [INFO] [stdout] | ^^^^^^^^^^^^^ use of undeclared crate or module `mod_TestOneof` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mod_TestOneof` [INFO] [stdout] --> tests/rust_protobuf/v2/../common/test_oneof.rs:39:19 [INFO] [stdout] | [INFO] [stdout] 39 | t(|o| o.one = mod_TestOneof::OneOfone::enum_field(EnumForOneof::A)); [INFO] [stdout] | ^^^^^^^^^^^^^ use of undeclared crate or module `mod_TestOneof` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `EnumForOneof` [INFO] [stdout] --> tests/rust_protobuf/v2/../common/test_oneof.rs:39:55 [INFO] [stdout] | [INFO] [stdout] 39 | t(|o| o.one = mod_TestOneof::OneOfone::enum_field(EnumForOneof::A)); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared type `EnumForOneof` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `MessageForOneof` [INFO] [stdout] --> tests/rust_protobuf/v2/test_oneof.rs:7:23 [INFO] [stdout] | [INFO] [stdout] 7 | let mut msg = MessageForOneof::default(); [INFO] [stdout] | ^^^^^^^^^^^^^^^ use of undeclared type `MessageForOneof` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mod_TestOneof` [INFO] [stdout] --> tests/rust_protobuf/v2/test_oneof.rs:9:17 [INFO] [stdout] | [INFO] [stdout] 9 | o.one = mod_TestOneof::OneOfone::message_field(msg); [INFO] [stdout] | ^^^^^^^^^^^^^ use of undeclared crate or module `mod_TestOneof` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TestRequired` [INFO] [stdout] --> tests/rust_protobuf/v2/test_required_test.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | TestRequired::default().write_message(&mut writer).unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared type `TestRequired` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TestRequired` [INFO] [stdout] --> tests/rust_protobuf/v2/test_required_test.rs:18:5 [INFO] [stdout] | [INFO] [stdout] 18 | TestRequired::from_reader(&mut reader, bytes).unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared type `TestRequired` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TestTypesSingular` [INFO] [stdout] --> tests/rust_protobuf/v2/test_sync.rs:14:21 [INFO] [stdout] | [INFO] [stdout] 14 | let mut r = TestTypesSingular::default(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ use of undeclared type `TestTypesSingular` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TestTypesSingular` [INFO] [stdout] --> tests/rust_protobuf/v2/test_sync.rs:29:28 [INFO] [stdout] | [INFO] [stdout] 29 | let read = TestTypesSingular::from_reader(&mut reader, &bytes).unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ use of undeclared type `TestTypesSingular` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TestTypes` [INFO] [stdout] --> tests/rust_protobuf/v2/test_text_format.rs:4:17 [INFO] [stdout] | [INFO] [stdout] 4 | let mut m = TestTypes::default(); [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `TestTypes` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TestEnum` [INFO] [stdout] --> tests/rust_protobuf/v2/test_text_format.rs:33:37 [INFO] [stdout] | [INFO] [stdout] 33 | m.test_enum_singular = Some(TestEnum::DARK) [INFO] [stdout] | ^^^^^^^^ use of undeclared type `TestEnum` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TestMessage` [INFO] [stdout] --> tests/rust_protobuf/v2/test_text_format.rs:36:40 [INFO] [stdout] | [INFO] [stdout] 36 | m.test_message_singular = Some(TestMessage::default()); [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `TestMessage` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TestEnum` [INFO] [stdout] --> tests/rust_protobuf/v2/test_text_format.rs:63:35 [INFO] [stdout] | [INFO] [stdout] 63 | m.test_enum_repeated.push(TestEnum::DARK) [INFO] [stdout] | ^^^^^^^^ use of undeclared type `TestEnum` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TestMessage` [INFO] [stdout] --> tests/rust_protobuf/v2/test_text_format.rs:66:38 [INFO] [stdout] | [INFO] [stdout] 66 | m.test_message_repeated.push(TestMessage::default()); [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `TestMessage` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Test1` [INFO] [stdout] --> tests/rust_protobuf/v3/test_basic.rs:8:21 [INFO] [stdout] | [INFO] [stdout] 8 | let mut test1 = Test1::default(); [INFO] [stdout] | ^^^^^ use of undeclared type `Test1` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Test1` [INFO] [stdout] --> tests/rust_protobuf/v3/test_basic.rs:10:53 [INFO] [stdout] | [INFO] [stdout] 10 | test_serialize_deserialize!("08 96 01", &test1, Test1); [INFO] [stdout] | ^^^^^ use of undeclared type `Test1` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Test2` [INFO] [stdout] --> tests/rust_protobuf/v3/test_basic.rs:15:21 [INFO] [stdout] | [INFO] [stdout] 15 | let mut test2 = Test2::default(); [INFO] [stdout] | ^^^^^ use of undeclared type `Test2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Test2` [INFO] [stdout] --> tests/rust_protobuf/v3/test_basic.rs:17:71 [INFO] [stdout] | [INFO] [stdout] 17 | test_serialize_deserialize!("12 07 74 65 73 74 69 6e 67", &test2, Test2); [INFO] [stdout] | ^^^^^ use of undeclared type `Test2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Test1` [INFO] [stdout] --> tests/rust_protobuf/v3/test_basic.rs:22:21 [INFO] [stdout] | [INFO] [stdout] 22 | let mut test1 = Test1::default(); [INFO] [stdout] | ^^^^^ use of undeclared type `Test1` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Test3` [INFO] [stdout] --> tests/rust_protobuf/v3/test_basic.rs:24:21 [INFO] [stdout] | [INFO] [stdout] 24 | let mut test3 = Test3::default(); [INFO] [stdout] | ^^^^^ use of undeclared type `Test3` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Test3` [INFO] [stdout] --> tests/rust_protobuf/v3/test_basic.rs:26:59 [INFO] [stdout] | [INFO] [stdout] 26 | test_serialize_deserialize!("1a 03 08 96 01", &test3, Test3); [INFO] [stdout] | ^^^^^ use of undeclared type `Test3` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `quick_protobuf::message::MessageWrite` [INFO] [stdout] --> benches/perftest.rs:13:5 [INFO] [stdout] | [INFO] [stdout] 13 | use quick_protobuf::message::MessageWrite; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 38 previous errors; 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0412, E0422, E0433, E0583. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0412`. [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Test4` [INFO] [stdout] --> tests/rust_protobuf/v3/test_basic.rs:31:21 [INFO] [stdout] | [INFO] [stdout] 31 | let mut test4 = Test4::default(); [INFO] [stdout] | ^^^^^ use of undeclared type `Test4` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Test4` [INFO] [stdout] --> tests/rust_protobuf/v3/test_basic.rs:33:68 [INFO] [stdout] | [INFO] [stdout] 33 | test_serialize_deserialize!("22 06 03 8E 02 9E A7 05", &test4, Test4); [INFO] [stdout] | ^^^^^ use of undeclared type `Test4` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `quick-protobuf` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TestPackedUnpacked` [INFO] [stdout] --> tests/rust_protobuf/v3/test_basic.rs:38:36 [INFO] [stdout] | [INFO] [stdout] 38 | let mut test_packed_unpacked = TestPackedUnpacked::default(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ use of undeclared type `TestPackedUnpacked` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TestPackedUnpacked` [INFO] [stdout] --> tests/rust_protobuf/v3/test_basic.rs:41:64 [INFO] [stdout] | [INFO] [stdout] 41 | test_deserialize!("20 11 20 e8 07", &test_packed_unpacked, TestPackedUnpacked); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ use of undeclared type `TestPackedUnpacked` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TestPackedUnpacked` [INFO] [stdout] --> tests/rust_protobuf/v3/test_basic.rs:46:36 [INFO] [stdout] | [INFO] [stdout] 46 | let mut test_packed_unpacked = TestPackedUnpacked::default(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ use of undeclared type `TestPackedUnpacked` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TestPackedUnpacked` [INFO] [stdout] --> tests/rust_protobuf/v3/test_basic.rs:49:64 [INFO] [stdout] | [INFO] [stdout] 49 | test_deserialize!("2a 03 11 e8 07", &test_packed_unpacked, TestPackedUnpacked); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ use of undeclared type `TestPackedUnpacked` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TestEmpty` [INFO] [stdout] --> tests/rust_protobuf/v3/test_basic.rs:55:38 [INFO] [stdout] | [INFO] [stdout] 55 | test_serialize_deserialize!("", &TestEmpty::default(), TestEmpty); [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `TestEmpty` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TestEmpty` [INFO] [stdout] --> tests/rust_protobuf/v3/test_basic.rs:55:60 [INFO] [stdout] | [INFO] [stdout] 55 | test_serialize_deserialize!("", &TestEmpty::default(), TestEmpty); [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `TestEmpty` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Test1` [INFO] [stdout] --> tests/rust_protobuf/v3/test_basic.rs:63:5 [INFO] [stdout] | [INFO] [stdout] 63 | Test1::from_reader(&mut reader, &bytes).unwrap(); [INFO] [stdout] | ^^^^^ use of undeclared type `Test1` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TestTypesSingular` [INFO] [stdout] --> tests/rust_protobuf/v3/test_basic.rs:85:23 [INFO] [stdout] | [INFO] [stdout] 85 | let mut message = TestTypesSingular::default(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ use of undeclared type `TestTypesSingular` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TestEnumDescriptor` [INFO] [stdout] --> tests/rust_protobuf/v3/test_basic.rs:101:26 [INFO] [stdout] | [INFO] [stdout] 101 | message.enum_field = TestEnumDescriptor::BLUE; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ use of undeclared type `TestEnumDescriptor` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TestTypesRepeated` [INFO] [stdout] --> tests/rust_protobuf/v3/test_basic.rs:107:23 [INFO] [stdout] | [INFO] [stdout] 107 | let mut message = TestTypesRepeated::default(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ use of undeclared type `TestTypesRepeated` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TestEnumDescriptor` [INFO] [stdout] --> tests/rust_protobuf/v3/test_basic.rs:123:31 [INFO] [stdout] | [INFO] [stdout] 123 | message.enum_field = vec![TestEnumDescriptor::BLUE, TestEnumDescriptor::GREEN]; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ use of undeclared type `TestEnumDescriptor` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TestEnumDescriptor` [INFO] [stdout] --> tests/rust_protobuf/v3/test_basic.rs:123:57 [INFO] [stdout] | [INFO] [stdout] 123 | message.enum_field = vec![TestEnumDescriptor::BLUE, TestEnumDescriptor::GREEN]; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ use of undeclared type `TestEnumDescriptor` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TestTypesRepeatedPacked` [INFO] [stdout] --> tests/rust_protobuf/v3/test_basic.rs:129:23 [INFO] [stdout] | [INFO] [stdout] 129 | let mut message = TestTypesRepeatedPacked::default(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type `TestTypesRepeatedPacked` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TestEnumDescriptor` [INFO] [stdout] --> tests/rust_protobuf/v3/test_basic.rs:145:31 [INFO] [stdout] | [INFO] [stdout] 145 | message.enum_field = vec![TestEnumDescriptor::BLUE, TestEnumDescriptor::GREEN]; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ use of undeclared type `TestEnumDescriptor` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TestEnumDescriptor` [INFO] [stdout] --> tests/rust_protobuf/v3/test_basic.rs:145:57 [INFO] [stdout] | [INFO] [stdout] 145 | message.enum_field = vec![TestEnumDescriptor::BLUE, TestEnumDescriptor::GREEN]; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ use of undeclared type `TestEnumDescriptor` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TestDefaultInstance` [INFO] [stdout] --> tests/rust_protobuf/v3/test_basic.rs:158:13 [INFO] [stdout] | [INFO] [stdout] 158 | let d = TestDefaultInstance::default(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ use of undeclared type `TestDefaultInstance` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TestTruncated` [INFO] [stdout] --> tests/rust_protobuf/v3/test_basic.rs:199:13 [INFO] [stdout] | [INFO] [stdout] 199 | assert!(TestTruncated::from_reader(&mut reader, &bytes).is_err()); [INFO] [stdout] | ^^^^^^^^^^^^^ use of undeclared type `TestTruncated` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TestTruncated` [INFO] [stdout] --> tests/rust_protobuf/v3/test_basic.rs:208:13 [INFO] [stdout] | [INFO] [stdout] 208 | assert!(TestTruncated::from_reader(&mut reader, &bytes).is_err()); [INFO] [stdout] | ^^^^^^^^^^^^^ use of undeclared type `TestTruncated` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TestTruncated` [INFO] [stdout] --> tests/rust_protobuf/v3/test_basic.rs:217:13 [INFO] [stdout] | [INFO] [stdout] 217 | assert!(TestTruncated::from_reader(&mut reader, &bytes).is_err()); [INFO] [stdout] | ^^^^^^^^^^^^^ use of undeclared type `TestTruncated` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TestTruncated` [INFO] [stdout] --> tests/rust_protobuf/v3/test_basic.rs:226:13 [INFO] [stdout] | [INFO] [stdout] 226 | assert!(TestTruncated::from_reader(&mut reader, &bytes).is_err()); [INFO] [stdout] | ^^^^^^^^^^^^^ use of undeclared type `TestTruncated` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TestBugSint` [INFO] [stdout] --> tests/rust_protobuf/v3/test_basic.rs:232:21 [INFO] [stdout] | [INFO] [stdout] 232 | let mut x = TestBugSint::default(); [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `TestBugSint` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TestBugSint` [INFO] [stdout] --> tests/rust_protobuf/v3/test_basic.rs:234:50 [INFO] [stdout] | [INFO] [stdout] 234 | test_serialize_deserialize!("08 01", &x, TestBugSint); [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `TestBugSint` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TestBugSint` [INFO] [stdout] --> tests/rust_protobuf/v3/test_basic.rs:237:21 [INFO] [stdout] | [INFO] [stdout] 237 | let mut x = TestBugSint::default(); [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `TestBugSint` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TestBugSint` [INFO] [stdout] --> tests/rust_protobuf/v3/test_basic.rs:239:50 [INFO] [stdout] | [INFO] [stdout] 239 | test_serialize_deserialize!("10 03", &x, TestBugSint); [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `TestBugSint` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TestMap` [INFO] [stdout] --> tests/rust_protobuf/v3/test_map.rs:8:19 [INFO] [stdout] | [INFO] [stdout] 8 | let mut map = TestMap::default(); [INFO] [stdout] | ^^^^^^^ use of undeclared type `TestMap` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TestMapEntry` [INFO] [stdout] --> tests/rust_protobuf/v3/test_map.rs:9:21 [INFO] [stdout] | [INFO] [stdout] 9 | let mut entry = TestMapEntry::default(); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared type `TestMapEntry` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TestMap` [INFO] [stdout] --> tests/rust_protobuf/v3/test_map.rs:12:43 [INFO] [stdout] | [INFO] [stdout] 12 | test_serialize_deserialize!("", &map, TestMap); [INFO] [stdout] | ^^^^^^^ use of undeclared type `TestMap` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TestMap` [INFO] [stdout] --> tests/rust_protobuf/v3/test_map.rs:15:69 [INFO] [stdout] | [INFO] [stdout] 15 | test_serialize_deserialize!("0a 07 0a 03 74 77 6f 10 02", &map, TestMap); [INFO] [stdout] | ^^^^^^^ use of undeclared type `TestMap` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TestMap` [INFO] [stdout] --> tests/rust_protobuf/v3/test_map.rs:26:19 [INFO] [stdout] | [INFO] [stdout] 26 | let mut map = TestMap::default(); [INFO] [stdout] | ^^^^^^^ use of undeclared type `TestMap` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TestMapEntry` [INFO] [stdout] --> tests/rust_protobuf/v3/test_map.rs:28:21 [INFO] [stdout] | [INFO] [stdout] 28 | let mut entry = TestMapEntry::default(); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared type `TestMapEntry` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TestMap` [INFO] [stdout] --> tests/rust_protobuf/v3/test_map.rs:31:43 [INFO] [stdout] | [INFO] [stdout] 31 | test_serialize_deserialize!("", &map, TestMap); [INFO] [stdout] | ^^^^^^^ use of undeclared type `TestMap` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TestOneof` [INFO] [stdout] --> tests/rust_protobuf/v3/../common/test_oneof.rs:10:17 [INFO] [stdout] | [INFO] [stdout] 10 | let mut o = TestOneof::default(); [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `TestOneof` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TestOneof` [INFO] [stdout] --> tests/rust_protobuf/v3/../common/test_oneof.rs:17:28 [INFO] [stdout] | [INFO] [stdout] 17 | let mut test_message = TestOneof::default(); [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `TestOneof` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mod_TestOneof` [INFO] [stdout] --> tests/rust_protobuf/v3/../common/test_oneof.rs:18:24 [INFO] [stdout] | [INFO] [stdout] 18 | test_message.one = mod_TestOneof::OneOfone::uint32_field(150); [INFO] [stdout] | ^^^^^^^^^^^^^ use of undeclared crate or module `mod_TestOneof` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TestOneof` [INFO] [stdout] --> tests/rust_protobuf/v3/../common/test_oneof.rs:19:60 [INFO] [stdout] | [INFO] [stdout] 19 | test_serialize_deserialize!("28 96 01", &test_message, TestOneof); [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `TestOneof` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mod_TestOneof` [INFO] [stdout] --> tests/rust_protobuf/v3/../common/test_oneof.rs:24:19 [INFO] [stdout] | [INFO] [stdout] 24 | t(|o| o.one = mod_TestOneof::OneOfone::double_field(10.0)); [INFO] [stdout] | ^^^^^^^^^^^^^ use of undeclared crate or module `mod_TestOneof` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mod_TestOneof` [INFO] [stdout] --> tests/rust_protobuf/v3/../common/test_oneof.rs:25:19 [INFO] [stdout] | [INFO] [stdout] 25 | t(|o| o.one = mod_TestOneof::OneOfone::float_field(11.0)); [INFO] [stdout] | ^^^^^^^^^^^^^ use of undeclared crate or module `mod_TestOneof` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mod_TestOneof` [INFO] [stdout] --> tests/rust_protobuf/v3/../common/test_oneof.rs:26:19 [INFO] [stdout] | [INFO] [stdout] 26 | t(|o| o.one = mod_TestOneof::OneOfone::int32_field(12)); [INFO] [stdout] | ^^^^^^^^^^^^^ use of undeclared crate or module `mod_TestOneof` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mod_TestOneof` [INFO] [stdout] --> tests/rust_protobuf/v3/../common/test_oneof.rs:27:19 [INFO] [stdout] | [INFO] [stdout] 27 | t(|o| o.one = mod_TestOneof::OneOfone::int64_field(13)); [INFO] [stdout] | ^^^^^^^^^^^^^ use of undeclared crate or module `mod_TestOneof` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mod_TestOneof` [INFO] [stdout] --> tests/rust_protobuf/v3/../common/test_oneof.rs:28:19 [INFO] [stdout] | [INFO] [stdout] 28 | t(|o| o.one = mod_TestOneof::OneOfone::uint32_field(14)); [INFO] [stdout] | ^^^^^^^^^^^^^ use of undeclared crate or module `mod_TestOneof` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mod_TestOneof` [INFO] [stdout] --> tests/rust_protobuf/v3/../common/test_oneof.rs:29:19 [INFO] [stdout] | [INFO] [stdout] 29 | t(|o| o.one = mod_TestOneof::OneOfone::uint64_field(15)); [INFO] [stdout] | ^^^^^^^^^^^^^ use of undeclared crate or module `mod_TestOneof` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mod_TestOneof` [INFO] [stdout] --> tests/rust_protobuf/v3/../common/test_oneof.rs:30:19 [INFO] [stdout] | [INFO] [stdout] 30 | t(|o| o.one = mod_TestOneof::OneOfone::sint32_field(16)); [INFO] [stdout] | ^^^^^^^^^^^^^ use of undeclared crate or module `mod_TestOneof` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mod_TestOneof` [INFO] [stdout] --> tests/rust_protobuf/v3/../common/test_oneof.rs:31:19 [INFO] [stdout] | [INFO] [stdout] 31 | t(|o| o.one = mod_TestOneof::OneOfone::sint64_field(17)); [INFO] [stdout] | ^^^^^^^^^^^^^ use of undeclared crate or module `mod_TestOneof` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mod_TestOneof` [INFO] [stdout] --> tests/rust_protobuf/v3/../common/test_oneof.rs:32:19 [INFO] [stdout] | [INFO] [stdout] 32 | t(|o| o.one = mod_TestOneof::OneOfone::fixed32_field(18)); [INFO] [stdout] | ^^^^^^^^^^^^^ use of undeclared crate or module `mod_TestOneof` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mod_TestOneof` [INFO] [stdout] --> tests/rust_protobuf/v3/../common/test_oneof.rs:33:19 [INFO] [stdout] | [INFO] [stdout] 33 | t(|o| o.one = mod_TestOneof::OneOfone::fixed64_field(19)); [INFO] [stdout] | ^^^^^^^^^^^^^ use of undeclared crate or module `mod_TestOneof` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mod_TestOneof` [INFO] [stdout] --> tests/rust_protobuf/v3/../common/test_oneof.rs:34:19 [INFO] [stdout] | [INFO] [stdout] 34 | t(|o| o.one = mod_TestOneof::OneOfone::sfixed32_field(20)); [INFO] [stdout] | ^^^^^^^^^^^^^ use of undeclared crate or module `mod_TestOneof` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mod_TestOneof` [INFO] [stdout] --> tests/rust_protobuf/v3/../common/test_oneof.rs:35:19 [INFO] [stdout] | [INFO] [stdout] 35 | t(|o| o.one = mod_TestOneof::OneOfone::sfixed64_field(21)); [INFO] [stdout] | ^^^^^^^^^^^^^ use of undeclared crate or module `mod_TestOneof` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mod_TestOneof` [INFO] [stdout] --> tests/rust_protobuf/v3/../common/test_oneof.rs:36:19 [INFO] [stdout] | [INFO] [stdout] 36 | t(|o| o.one = mod_TestOneof::OneOfone::bool_field(true)); [INFO] [stdout] | ^^^^^^^^^^^^^ use of undeclared crate or module `mod_TestOneof` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the type `FooMessage` does not permit zero-initialization [INFO] [stdout] --> examples/pb_rs_v3/owned/data_types.rs:256:41 [INFO] [stdout] | [INFO] [stdout] 256 | proto: unsafe { core::mem::MaybeUninit::zeroed().assume_init() }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this code causes undefined behavior when executed [INFO] [stdout] | help: use `MaybeUninit` instead, and only call `assume_init` after initialization is done [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(invalid_value)]` on by default [INFO] [stdout] note: `std::ptr::Unique` must be non-null (in this struct field) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mod_TestOneof` [INFO] [stdout] --> tests/rust_protobuf/v3/../common/test_oneof.rs:37:19 [INFO] [stdout] | [INFO] [stdout] 37 | t(|o| o.one = mod_TestOneof::OneOfone::string_field("asas".into())); [INFO] [stdout] | ^^^^^^^^^^^^^ use of undeclared crate or module `mod_TestOneof` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mod_TestOneof` [INFO] [stdout] --> tests/rust_protobuf/v3/../common/test_oneof.rs:38:19 [INFO] [stdout] | [INFO] [stdout] 38 | t(|o| o.one = mod_TestOneof::OneOfone::bytes_field(vec![99, 100].into())); [INFO] [stdout] | ^^^^^^^^^^^^^ use of undeclared crate or module `mod_TestOneof` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mod_TestOneof` [INFO] [stdout] --> tests/rust_protobuf/v3/../common/test_oneof.rs:39:19 [INFO] [stdout] | [INFO] [stdout] 39 | t(|o| o.one = mod_TestOneof::OneOfone::enum_field(EnumForOneof::A)); [INFO] [stdout] | ^^^^^^^^^^^^^ use of undeclared crate or module `mod_TestOneof` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `EnumForOneof` [INFO] [stdout] --> tests/rust_protobuf/v3/../common/test_oneof.rs:39:55 [INFO] [stdout] | [INFO] [stdout] 39 | t(|o| o.one = mod_TestOneof::OneOfone::enum_field(EnumForOneof::A)); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared type `EnumForOneof` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `MessageForOneof` [INFO] [stdout] --> tests/rust_protobuf/v3/test_oneof.rs:7:23 [INFO] [stdout] | [INFO] [stdout] 7 | let mut msg = MessageForOneof::default(); [INFO] [stdout] | ^^^^^^^^^^^^^^^ use of undeclared type `MessageForOneof` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mod_TestOneof` [INFO] [stdout] --> tests/rust_protobuf/v3/test_oneof.rs:9:17 [INFO] [stdout] | [INFO] [stdout] 9 | o.one = mod_TestOneof::OneOfone::message_field(msg); [INFO] [stdout] | ^^^^^^^^^^^^^ use of undeclared crate or module `mod_TestOneof` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Test1` in this scope [INFO] [stdout] --> tests/rust_protobuf/v2/test_basic.rs:10:53 [INFO] [stdout] | [INFO] [stdout] 10 | test_serialize_deserialize!("08 96 01", &test1, Test1); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Test2` in this scope [INFO] [stdout] --> tests/rust_protobuf/v2/test_basic.rs:17:71 [INFO] [stdout] | [INFO] [stdout] 17 | test_serialize_deserialize!("12 07 74 65 73 74 69 6e 67", &test2, Test2); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Test3` in this scope [INFO] [stdout] --> tests/rust_protobuf/v2/test_basic.rs:26:59 [INFO] [stdout] | [INFO] [stdout] 26 | test_serialize_deserialize!("1a 03 08 96 01", &test3, Test3); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Test4` in this scope [INFO] [stdout] --> tests/rust_protobuf/v2/test_basic.rs:33:68 [INFO] [stdout] | [INFO] [stdout] 33 | test_serialize_deserialize!("22 06 03 8E 02 9E A7 05", &test4, Test4); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TestEmpty` in this scope [INFO] [stdout] --> tests/rust_protobuf/v2/test_basic.rs:54:60 [INFO] [stdout] | [INFO] [stdout] 54 | test_serialize_deserialize!("", &TestEmpty::default(), TestEmpty); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TestTypesSingular` in this scope [INFO] [stdout] --> tests/rust_protobuf/v2/test_basic.rs:101:60 [INFO] [stdout] | [INFO] [stdout] 101 | test_serialize_deserialize_length_delimited!(&message, TestTypesSingular); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TestTypesRepeated` in this scope [INFO] [stdout] --> tests/rust_protobuf/v2/test_basic.rs:123:60 [INFO] [stdout] | [INFO] [stdout] 123 | test_serialize_deserialize_length_delimited!(&message, TestTypesRepeated); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TestTypesRepeatedPacked` in this scope [INFO] [stdout] --> tests/rust_protobuf/v2/test_basic.rs:145:60 [INFO] [stdout] | [INFO] [stdout] 145 | test_serialize_deserialize_length_delimited!(&message, TestTypesRepeatedPacked); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TestBugSint` in this scope [INFO] [stdout] --> tests/rust_protobuf/v2/test_basic.rs:233:50 [INFO] [stdout] | [INFO] [stdout] 233 | test_serialize_deserialize!("08 01", &x, TestBugSint); [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TestBugSint` in this scope [INFO] [stdout] --> tests/rust_protobuf/v2/test_basic.rs:238:50 [INFO] [stdout] | [INFO] [stdout] 238 | test_serialize_deserialize!("10 03", &x, TestBugSint); [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TestLiteRuntime` in this scope [INFO] [stdout] --> tests/rust_protobuf/v2/test_lite_runtime_test.rs:10:46 [INFO] [stdout] | [INFO] [stdout] 10 | test_serialize_deserialize!("08 0a", &m, TestLiteRuntime); [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TestOneof` in this scope [INFO] [stdout] --> tests/rust_protobuf/v2/../common/test_oneof.rs:8:16 [INFO] [stdout] | [INFO] [stdout] 8 | F: Fn(&mut TestOneof), [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TestOneof` in this scope [INFO] [stdout] --> tests/rust_protobuf/v2/../common/test_oneof.rs:12:54 [INFO] [stdout] | [INFO] [stdout] 12 | test_serialize_deserialize_length_delimited!(&o, TestOneof); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TestOneof` in this scope [INFO] [stdout] --> tests/rust_protobuf/v2/../common/test_oneof.rs:19:60 [INFO] [stdout] | [INFO] [stdout] 19 | test_serialize_deserialize!("28 96 01", &test_message, TestOneof); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TestTypes` in this scope [INFO] [stdout] --> tests/rust_protobuf/v2/test_text_format.rs:3:20 [INFO] [stdout] | [INFO] [stdout] 3 | fn t(_: &str, mut setter: F) { [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `TestMessage` in this scope [INFO] [stdout] --> tests/rust_protobuf/v2/test_text_format.rs:85:40 [INFO] [stdout] | [INFO] [stdout] 85 | m.test_message_singular = Some(TestMessage { value: Some(30) }) [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Test1` in this scope [INFO] [stdout] --> tests/rust_protobuf/v3/test_basic.rs:10:53 [INFO] [stdout] | [INFO] [stdout] 10 | test_serialize_deserialize!("08 96 01", &test1, Test1); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Test2` in this scope [INFO] [stdout] --> tests/rust_protobuf/v3/test_basic.rs:17:71 [INFO] [stdout] | [INFO] [stdout] 17 | test_serialize_deserialize!("12 07 74 65 73 74 69 6e 67", &test2, Test2); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Test3` in this scope [INFO] [stdout] --> tests/rust_protobuf/v3/test_basic.rs:26:59 [INFO] [stdout] | [INFO] [stdout] 26 | test_serialize_deserialize!("1a 03 08 96 01", &test3, Test3); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Test4` in this scope [INFO] [stdout] --> tests/rust_protobuf/v3/test_basic.rs:33:68 [INFO] [stdout] | [INFO] [stdout] 33 | test_serialize_deserialize!("22 06 03 8E 02 9E A7 05", &test4, Test4); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TestPackedUnpacked` in this scope [INFO] [stdout] --> tests/rust_protobuf/v3/test_basic.rs:50:73 [INFO] [stdout] | [INFO] [stdout] 50 | test_serialize_deserialize_length_delimited!(&test_packed_unpacked, TestPackedUnpacked); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TestEmpty` in this scope [INFO] [stdout] --> tests/rust_protobuf/v3/test_basic.rs:55:60 [INFO] [stdout] | [INFO] [stdout] 55 | test_serialize_deserialize!("", &TestEmpty::default(), TestEmpty); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TestTypesSingular` in this scope [INFO] [stdout] --> tests/rust_protobuf/v3/test_basic.rs:102:60 [INFO] [stdout] | [INFO] [stdout] 102 | test_serialize_deserialize_length_delimited!(&message, TestTypesSingular); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TestTypesRepeated` in this scope [INFO] [stdout] --> tests/rust_protobuf/v3/test_basic.rs:124:60 [INFO] [stdout] | [INFO] [stdout] 124 | test_serialize_deserialize_length_delimited!(&message, TestTypesRepeated); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TestTypesRepeatedPacked` in this scope [INFO] [stdout] --> tests/rust_protobuf/v3/test_basic.rs:146:60 [INFO] [stdout] | [INFO] [stdout] 146 | test_serialize_deserialize_length_delimited!(&message, TestTypesRepeatedPacked); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TestBugSint` in this scope [INFO] [stdout] --> tests/rust_protobuf/v3/test_basic.rs:234:50 [INFO] [stdout] | [INFO] [stdout] 234 | test_serialize_deserialize!("08 01", &x, TestBugSint); [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TestBugSint` in this scope [INFO] [stdout] --> tests/rust_protobuf/v3/test_basic.rs:239:50 [INFO] [stdout] | [INFO] [stdout] 239 | test_serialize_deserialize!("10 03", &x, TestBugSint); [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TestMap` in this scope [INFO] [stdout] --> tests/rust_protobuf/v3/test_map.rs:12:43 [INFO] [stdout] | [INFO] [stdout] 12 | test_serialize_deserialize!("", &map, TestMap); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TestMap` in this scope [INFO] [stdout] --> tests/rust_protobuf/v3/test_map.rs:15:69 [INFO] [stdout] | [INFO] [stdout] 15 | test_serialize_deserialize!("0a 07 0a 03 74 77 6f 10 02", &map, TestMap); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TestMap` in this scope [INFO] [stdout] --> tests/rust_protobuf/v3/test_map.rs:21:56 [INFO] [stdout] | [INFO] [stdout] 21 | test_serialize_deserialize_length_delimited!(&map, TestMap); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TestMap` in this scope [INFO] [stdout] --> tests/rust_protobuf/v3/test_map.rs:31:43 [INFO] [stdout] | [INFO] [stdout] 31 | test_serialize_deserialize!("", &map, TestMap); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TestMap` in this scope [INFO] [stdout] --> tests/rust_protobuf/v3/test_map.rs:35:56 [INFO] [stdout] | [INFO] [stdout] 35 | test_serialize_deserialize_length_delimited!(&map, TestMap); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TestOneof` in this scope [INFO] [stdout] --> tests/rust_protobuf/v3/../common/test_oneof.rs:8:16 [INFO] [stdout] | [INFO] [stdout] 8 | F: Fn(&mut TestOneof), [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TestOneof` in this scope [INFO] [stdout] --> tests/rust_protobuf/v3/../common/test_oneof.rs:12:54 [INFO] [stdout] | [INFO] [stdout] 12 | test_serialize_deserialize_length_delimited!(&o, TestOneof); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TestOneof` in this scope [INFO] [stdout] --> tests/rust_protobuf/v3/../common/test_oneof.rs:19:60 [INFO] [stdout] | [INFO] [stdout] 19 | test_serialize_deserialize!("28 96 01", &test_message, TestOneof); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::basic::*` [INFO] [stdout] --> tests/rust_protobuf/v2/test_basic.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use super::basic::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::test_default_values::*` [INFO] [stdout] --> tests/rust_protobuf/v2/test_default_values_test.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use super::test_default_values::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::test_lite_runtime::*` [INFO] [stdout] --> tests/rust_protobuf/v2/test_lite_runtime_test.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use super::test_lite_runtime::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::test_oneof_pb::*` [INFO] [stdout] --> tests/rust_protobuf/v2/../common/test_oneof.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use super::test_oneof_pb::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::test_required::*` [INFO] [stdout] --> tests/rust_protobuf/v2/test_required_test.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use super::test_required::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::basic::*` [INFO] [stdout] --> tests/rust_protobuf/v2/test_sync.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use super::basic::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::test_text_format_pb::*` [INFO] [stdout] --> tests/rust_protobuf/v2/test_text_format.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use super::test_text_format_pb::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::basic::*` [INFO] [stdout] --> tests/rust_protobuf/v3/test_basic.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use super::basic::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::test_map_pb::*` [INFO] [stdout] --> tests/rust_protobuf/v3/test_map.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use super::test_map_pb::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::test_oneof_pb::*` [INFO] [stdout] --> tests/rust_protobuf/v3/../common/test_oneof.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use super::test_oneof_pb::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `clone` found for struct `Arc<_>` in the current scope [INFO] [stdout] --> tests/rust_protobuf/v2/test_sync.rs:21:28 [INFO] [stdout] | [INFO] [stdout] 21 | let m_copy = m.clone(); [INFO] [stdout] | ^^^^^ method not found in `Arc<_>` [INFO] [stdout] | [INFO] [stdout] = note: `m` is a function, perhaps you wish to call it [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> tests/rust_protobuf/v2/test_text_format.rs:12:30 [INFO] [stdout] | [INFO] [stdout] 12 | t("int32_singular: 99", |m| m.int32_singular = Some(99)); [INFO] [stdout] | ^ consider giving this closure parameter a type [INFO] [stdout] | [INFO] [stdout] = note: type must be known at this point [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> tests/rust_protobuf/v2/test_text_format.rs:42:30 [INFO] [stdout] | [INFO] [stdout] 42 | t("int32_repeated: 99", |m| m.int32_repeated.push(99)); [INFO] [stdout] | ^ consider giving this closure parameter a type [INFO] [stdout] | [INFO] [stdout] = note: type must be known at this point [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> tests/rust_protobuf/v2/test_text_format.rs:74:10 [INFO] [stdout] | [INFO] [stdout] 74 | |m| { [INFO] [stdout] | ^ consider giving this closure parameter a type [INFO] [stdout] | [INFO] [stdout] = note: type must be known at this point [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> tests/rust_protobuf/v2/test_text_format.rs:84:45 [INFO] [stdout] | [INFO] [stdout] 84 | t("test_message_singular {value: 30}", |m| { [INFO] [stdout] | ^ consider giving this closure parameter a type [INFO] [stdout] | [INFO] [stdout] = note: type must be known at this point [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> tests/rust_protobuf/v2/../common/test_oneof.rs:24:8 [INFO] [stdout] | [INFO] [stdout] 24 | t(|o| o.one = mod_TestOneof::OneOfone::double_field(10.0)); [INFO] [stdout] | ^ consider giving this closure parameter a type [INFO] [stdout] | [INFO] [stdout] = note: type must be known at this point [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> tests/rust_protobuf/v3/../common/test_oneof.rs:24:8 [INFO] [stdout] | [INFO] [stdout] 24 | t(|o| o.one = mod_TestOneof::OneOfone::double_field(10.0)); [INFO] [stdout] | ^ consider giving this closure parameter a type [INFO] [stdout] | [INFO] [stdout] = note: type must be known at this point [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] [stdout] error: aborting due to 202 previous errors; 10 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0282, E0412, E0422, E0433, E0583, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0282`. [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "5c546f9bb4bcfd8cca8361b221584acdcfc7791e277af0cd3bcb9101ddf8f694", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5c546f9bb4bcfd8cca8361b221584acdcfc7791e277af0cd3bcb9101ddf8f694", kill_on_drop: false }` [INFO] [stdout] 5c546f9bb4bcfd8cca8361b221584acdcfc7791e277af0cd3bcb9101ddf8f694