[INFO] fetching crate transproto 0.1.0... [INFO] checking transproto-0.1.0 against try#3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f for pr-87248 [INFO] extracting crate transproto 0.1.0 into /workspace/builds/worker-8/source [INFO] validating manifest of crates.io crate transproto 0.1.0 on toolchain 3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate transproto 0.1.0 [INFO] finished tweaking crates.io crate transproto 0.1.0 [INFO] tweaked toml for crates.io crate transproto 0.1.0 written to /workspace/builds/worker-8/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 45bd1b620dbf074b1cbee2022fef9acbb4f58fe514054ca4b7bffba34848b0c5 [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" "45bd1b620dbf074b1cbee2022fef9acbb4f58fe514054ca4b7bffba34848b0c5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "45bd1b620dbf074b1cbee2022fef9acbb4f58fe514054ca4b7bffba34848b0c5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "45bd1b620dbf074b1cbee2022fef9acbb4f58fe514054ca4b7bffba34848b0c5", kill_on_drop: false }` [INFO] [stdout] 45bd1b620dbf074b1cbee2022fef9acbb4f58fe514054ca4b7bffba34848b0c5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b1ba836ea2983d46a69de408d2eec40f21d3cd6c43b2b508d7677c19363c451f [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" "b1ba836ea2983d46a69de408d2eec40f21d3cd6c43b2b508d7677c19363c451f", kill_on_drop: false }` [INFO] [stderr] Checking itoa v0.4.7 [INFO] [stderr] Checking dtoa v0.4.8 [INFO] [stderr] Checking base64 v0.13.0 [INFO] [stderr] Checking transproto v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `transcode` [INFO] [stdout] --> benches/bench.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use transcode::metadata::*; [INFO] [stdout] | ^^^^^^^^^ use of undeclared crate or module `transcode` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `transcode` [INFO] [stdout] --> benches/bench.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use transcode::json::Iter; [INFO] [stdout] | ^^^^^^^^^ use of undeclared crate or module `transcode` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `transcode` [INFO] [stdout] --> benches/bench.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use transcode::proto::{Decoder, Encoder}; [INFO] [stdout] | ^^^^^^^^^ use of undeclared crate or module `transcode` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved imports `transcode::json::Iter`, `transcode::proto::Decoder`, `transcode::proto::Encoder`, `transcode` [INFO] [stdout] --> benches/bench.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use transcode::json::Iter; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 8 | use transcode::metadata::*; [INFO] [stdout] 9 | use transcode::proto::{Decoder, Encoder}; [INFO] [stdout] | ^^^^^^^ ^^^^^^^ [INFO] [stdout] 10 | use transcode::{trans_json_to_proto, trans_proto_to_json}; [INFO] [stdout] | ^^^^^^^^^ use of undeclared crate or module `transcode` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Type` [INFO] [stdout] --> benches/bench.rs:19:29 [INFO] [stdout] | [INFO] [stdout] 19 | ty: Rc::new(Type::Int32), [INFO] [stdout] | ^^^^ use of undeclared type `Type` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Type` [INFO] [stdout] --> benches/bench.rs:24:29 [INFO] [stdout] | [INFO] [stdout] 24 | ty: Rc::new(Type::String), [INFO] [stdout] | ^^^^ use of undeclared type `Type` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Type` [INFO] [stdout] --> benches/bench.rs:38:29 [INFO] [stdout] | [INFO] [stdout] 38 | ty: Rc::new(Type::Int32), [INFO] [stdout] | ^^^^ use of undeclared type `Type` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Type` [INFO] [stdout] --> benches/bench.rs:43:29 [INFO] [stdout] | [INFO] [stdout] 43 | ty: Rc::new(Type::String), [INFO] [stdout] | ^^^^ use of undeclared type `Type` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Type` [INFO] [stdout] --> benches/bench.rs:57:29 [INFO] [stdout] | [INFO] [stdout] 57 | ty: Rc::new(Type::String), [INFO] [stdout] | ^^^^ use of undeclared type `Type` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Type` [INFO] [stdout] --> benches/bench.rs:62:29 [INFO] [stdout] | [INFO] [stdout] 62 | ty: Rc::new(Type::Bool), [INFO] [stdout] | ^^^^ use of undeclared type `Type` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Type` [INFO] [stdout] --> benches/bench.rs:67:29 [INFO] [stdout] | [INFO] [stdout] 67 | ty: Rc::new(Type::Int32), [INFO] [stdout] | ^^^^ use of undeclared type `Type` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Type` [INFO] [stdout] --> benches/bench.rs:77:49 [INFO] [stdout] | [INFO] [stdout] 77 | ty: Rc::new(Type::Array(Rc::new(Type::Int32))), [INFO] [stdout] | ^^^^ use of undeclared type `Type` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Type` [INFO] [stdout] --> benches/bench.rs:82:49 [INFO] [stdout] | [INFO] [stdout] 82 | ty: Rc::new(Type::Array(Rc::new(Type::String))), [INFO] [stdout] | ^^^^ use of undeclared type `Type` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Type` in this scope [INFO] [stdout] --> benches/bench.rs:12:27 [INFO] [stdout] | [INFO] [stdout] 12 | fn get_msg_elem_type() -> Type { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this enum [INFO] [stdout] | [INFO] [stdout] 4 | use transproto::metadata::Type; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Type` [INFO] [stdout] --> benches/bench.rs:13:5 [INFO] [stdout] | [INFO] [stdout] 13 | Type::Message(Message::new( [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this enum [INFO] [stdout] | [INFO] [stdout] 4 | use transproto::metadata::Type; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Message` [INFO] [stdout] --> benches/bench.rs:13:19 [INFO] [stdout] | [INFO] [stdout] 13 | Type::Message(Message::new( [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4 | use transproto::metadata::Message; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `Field` in this scope [INFO] [stdout] --> benches/bench.rs:16:13 [INFO] [stdout] | [INFO] [stdout] 16 | Field { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4 | use transproto::metadata::Field; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `Field` in this scope [INFO] [stdout] --> benches/bench.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | Field { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4 | use transproto::metadata::Field; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Type` in this scope [INFO] [stdout] --> benches/bench.rs:31:32 [INFO] [stdout] | [INFO] [stdout] 31 | fn get_msg_foo_embed_type() -> Type { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this enum [INFO] [stdout] | [INFO] [stdout] 4 | use transproto::metadata::Type; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Type` [INFO] [stdout] --> benches/bench.rs:32:5 [INFO] [stdout] | [INFO] [stdout] 32 | Type::Message(Message::new( [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this enum [INFO] [stdout] | [INFO] [stdout] 4 | use transproto::metadata::Type; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Message` [INFO] [stdout] --> benches/bench.rs:32:19 [INFO] [stdout] | [INFO] [stdout] 32 | Type::Message(Message::new( [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4 | use transproto::metadata::Message; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `Field` in this scope [INFO] [stdout] --> benches/bench.rs:35:13 [INFO] [stdout] | [INFO] [stdout] 35 | Field { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4 | use transproto::metadata::Field; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `Field` in this scope [INFO] [stdout] --> benches/bench.rs:40:13 [INFO] [stdout] | [INFO] [stdout] 40 | Field { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4 | use transproto::metadata::Field; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Type` in this scope [INFO] [stdout] --> benches/bench.rs:50:26 [INFO] [stdout] | [INFO] [stdout] 50 | fn get_msg_foo_type() -> Type { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this enum [INFO] [stdout] | [INFO] [stdout] 4 | use transproto::metadata::Type; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Type` [INFO] [stdout] --> benches/bench.rs:51:5 [INFO] [stdout] | [INFO] [stdout] 51 | Type::Message(Message::new( [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this enum [INFO] [stdout] | [INFO] [stdout] 4 | use transproto::metadata::Type; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Message` [INFO] [stdout] --> benches/bench.rs:51:19 [INFO] [stdout] | [INFO] [stdout] 51 | Type::Message(Message::new( [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4 | use transproto::metadata::Message; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `Field` in this scope [INFO] [stdout] --> benches/bench.rs:54:13 [INFO] [stdout] | [INFO] [stdout] 54 | Field { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4 | use transproto::metadata::Field; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `Field` in this scope [INFO] [stdout] --> benches/bench.rs:59:13 [INFO] [stdout] | [INFO] [stdout] 59 | Field { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4 | use transproto::metadata::Field; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `Field` in this scope [INFO] [stdout] --> benches/bench.rs:64:13 [INFO] [stdout] | [INFO] [stdout] 64 | Field { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4 | use transproto::metadata::Field; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `Field` in this scope [INFO] [stdout] --> benches/bench.rs:69:13 [INFO] [stdout] | [INFO] [stdout] 69 | Field { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4 | use transproto::metadata::Field; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `Field` in this scope [INFO] [stdout] --> benches/bench.rs:74:13 [INFO] [stdout] | [INFO] [stdout] 74 | Field { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4 | use transproto::metadata::Field; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Type` [INFO] [stdout] --> benches/bench.rs:77:29 [INFO] [stdout] | [INFO] [stdout] 77 | ty: Rc::new(Type::Array(Rc::new(Type::Int32))), [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this enum [INFO] [stdout] | [INFO] [stdout] 4 | use transproto::metadata::Type; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `Field` in this scope [INFO] [stdout] --> benches/bench.rs:79:13 [INFO] [stdout] | [INFO] [stdout] 79 | Field { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4 | use transproto::metadata::Field; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Type` [INFO] [stdout] --> benches/bench.rs:82:29 [INFO] [stdout] | [INFO] [stdout] 82 | ty: Rc::new(Type::Array(Rc::new(Type::String))), [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this enum [INFO] [stdout] | [INFO] [stdout] 4 | use transproto::metadata::Type; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `Field` in this scope [INFO] [stdout] --> benches/bench.rs:84:13 [INFO] [stdout] | [INFO] [stdout] 84 | Field { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4 | use transproto::metadata::Field; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Type` [INFO] [stdout] --> benches/bench.rs:87:29 [INFO] [stdout] | [INFO] [stdout] 87 | ty: Rc::new(Type::Array(Rc::new(get_msg_elem_type()))), [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this enum [INFO] [stdout] | [INFO] [stdout] 4 | use transproto::metadata::Type; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Type` in this scope [INFO] [stdout] --> benches/bench.rs:102:43 [INFO] [stdout] | [INFO] [stdout] 102 | fn run_trans_json_to_proto(s: &[u8], ty: &Type) { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this enum [INFO] [stdout] | [INFO] [stdout] 4 | use transproto::metadata::Type; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Encoder` [INFO] [stdout] --> benches/bench.rs:103:19 [INFO] [stdout] | [INFO] [stdout] 103 | let mut enc = Encoder::new(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4 | use transproto::proto::Encoder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Iter` [INFO] [stdout] --> benches/bench.rs:104:18 [INFO] [stdout] | [INFO] [stdout] 104 | let mut it = Iter::new(s); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 4 | use core::option::Iter; [INFO] [stdout] | [INFO] [stdout] 4 | use core::result::Iter; [INFO] [stdout] | [INFO] [stdout] 4 | use core::slice::Iter; [INFO] [stdout] | [INFO] [stdout] 4 | use std::collections::binary_heap::Iter; [INFO] [stdout] | [INFO] [stdout] and 12 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Type` in this scope [INFO] [stdout] --> benches/bench.rs:121:43 [INFO] [stdout] | [INFO] [stdout] 121 | fn run_trans_proto_to_json(s: &[u8], ty: &Type) { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this enum [INFO] [stdout] | [INFO] [stdout] 4 | use transproto::metadata::Type; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decoder` [INFO] [stdout] --> benches/bench.rs:123:19 [INFO] [stdout] | [INFO] [stdout] 123 | let mut dec = Decoder::new(s); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4 | use transproto::proto::Decoder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 41 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0412, E0422, E0432, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0412`. [INFO] [stdout] [INFO] [stderr] error: could not compile `transproto` due to 42 previous errors [INFO] running `Command { std: "docker" "inspect" "b1ba836ea2983d46a69de408d2eec40f21d3cd6c43b2b508d7677c19363c451f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b1ba836ea2983d46a69de408d2eec40f21d3cd6c43b2b508d7677c19363c451f", kill_on_drop: false }` [INFO] [stdout] b1ba836ea2983d46a69de408d2eec40f21d3cd6c43b2b508d7677c19363c451f