[INFO] cloning repository https://github.com/6d7a/rasn-compiler [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/6d7a/rasn-compiler" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F6d7a%2Frasn-compiler", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F6d7a%2Frasn-compiler'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] a481bb7a09a1272da6d639116ef1ec7d50f4878b [INFO] checking 6d7a/rasn-compiler against master#385fa9d845dd326c6bbfd58c22244215e431948a for absurd-question-mark-desugar [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F6d7a%2Frasn-compiler" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/6d7a/rasn-compiler on toolchain 385fa9d845dd326c6bbfd58c22244215e431948a [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+385fa9d845dd326c6bbfd58c22244215e431948a" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/6d7a/rasn-compiler [INFO] finished tweaking git repo https://github.com/6d7a/rasn-compiler [INFO] tweaked toml for git repo https://github.com/6d7a/rasn-compiler written to /workspace/builds/worker-7-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/6d7a/rasn-compiler already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+385fa9d845dd326c6bbfd58c22244215e431948a" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded js-sys v0.3.66 [INFO] [stderr] Downloaded libc v0.2.151 [INFO] [stderr] Downloaded anstream v0.6.5 [INFO] [stderr] Downloaded typewit v1.8.0 [INFO] [stderr] Downloaded rasn v0.10.6 [INFO] [stderr] Downloaded clap_builder v4.4.11 [INFO] [stderr] Downloaded clap v4.4.11 [INFO] [stderr] Downloaded rasn-kerberos v0.10.6 [INFO] [stderr] Downloaded bitvec-nom v0.2.0 [INFO] [stderr] Downloaded rasn-derive v0.12.4 [INFO] [stderr] Downloaded syn v2.0.40 [INFO] [stderr] Downloaded rasn-derive v0.10.6 [INFO] [stderr] Downloaded rasn-compiler v0.1.0 [INFO] [stderr] Downloaded rasn v0.12.4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+385fa9d845dd326c6bbfd58c22244215e431948a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 721946fcecb5678d2e2cfef1415c2cb6068a416fe7409548cb8e56ab5c38565b [INFO] running `Command { std: "docker" "start" "-a" "721946fcecb5678d2e2cfef1415c2cb6068a416fe7409548cb8e56ab5c38565b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "721946fcecb5678d2e2cfef1415c2cb6068a416fe7409548cb8e56ab5c38565b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "721946fcecb5678d2e2cfef1415c2cb6068a416fe7409548cb8e56ab5c38565b", kill_on_drop: false }` [INFO] [stdout] 721946fcecb5678d2e2cfef1415c2cb6068a416fe7409548cb8e56ab5c38565b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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" "RUSTDOCFLAGS=--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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+385fa9d845dd326c6bbfd58c22244215e431948a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f65b01ea797ec5de20d155a2c4546f58d5ac61d16558442d5c4ed13d23046520 [INFO] running `Command { std: "docker" "start" "-a" "f65b01ea797ec5de20d155a2c4546f58d5ac61d16558442d5c4ed13d23046520", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling proc-macro2 v1.0.70 [INFO] [stderr] Compiling libc v0.2.151 [INFO] [stderr] Checking memchr v2.6.4 [INFO] [stderr] Compiling unicode-ident v1.0.12 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling crossbeam-utils v0.8.16 [INFO] [stderr] Checking minimal-lexical v0.2.1 [INFO] [stderr] Checking iana-time-zone v0.1.58 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling scopeguard v1.2.0 [INFO] [stderr] Compiling rayon-core v1.12.0 [INFO] [stderr] Compiling radium v0.7.0 [INFO] [stderr] Compiling either v1.9.0 [INFO] [stderr] Checking tap v1.0.1 [INFO] [stderr] Compiling doc-comment v0.3.3 [INFO] [stderr] Checking adler v1.0.2 [INFO] [stderr] Checking funty v2.0.0 [INFO] [stderr] Checking wyz v0.5.1 [INFO] [stderr] Compiling typewit_proc_macros v1.8.1 [INFO] [stderr] Checking gimli v0.28.1 [INFO] [stderr] Checking miniz_oxide v0.7.1 [INFO] [stderr] Compiling itertools v0.10.5 [INFO] [stderr] Compiling heck v0.4.1 [INFO] [stderr] Checking rustc-demangle v0.1.23 [INFO] [stderr] Checking const_panic v0.2.8 [INFO] [stderr] Checking once_cell v1.19.0 [INFO] [stderr] Compiling num-traits v0.2.17 [INFO] [stderr] Compiling num-rational v0.4.1 [INFO] [stderr] Compiling num-integer v0.1.45 [INFO] [stderr] Compiling num-iter v0.1.43 [INFO] [stderr] Compiling memoffset v0.9.0 [INFO] [stderr] Checking nom v7.1.3 [INFO] [stderr] Compiling crossbeam-epoch v0.9.15 [INFO] [stderr] Checking bitvec v1.0.1 [INFO] [stderr] Checking object v0.32.1 [INFO] [stderr] Checking typewit v1.8.0 [INFO] [stderr] Compiling num-bigint v0.4.4 [INFO] [stderr] Checking quote v1.0.33 [INFO] [stderr] Compiling crossbeam-deque v0.8.3 [INFO] [stderr] Checking konst_kernel v0.3.8 [INFO] [stderr] Checking arrayvec v0.7.4 [INFO] [stderr] Checking bytes v1.5.0 [INFO] [stderr] Checking konst v0.3.8 [INFO] [stderr] Compiling syn v2.0.40 [INFO] [stderr] Checking jzon v0.12.5 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Compiling rayon v1.8.0 [INFO] [stderr] Compiling cc v1.0.83 [INFO] [stderr] Compiling getrandom v0.2.11 [INFO] [stderr] Compiling uuid v1.6.1 [INFO] [stderr] Checking addr2line v0.21.0 [INFO] [stderr] Checking num-complex v0.4.4 [INFO] [stderr] Checking chrono v0.4.31 [INFO] [stderr] Compiling backtrace v0.3.69 [INFO] [stderr] Checking num v0.4.1 [INFO] [stderr] Checking rasn-compiler v0.1.0 [INFO] [stderr] Checking rasn-compiler v0.1.1 (/opt/rustwide/workdir/rasn-compiler) [INFO] [stdout] warning: the item `TokenStream` is imported redundantly [INFO] [stdout] --> rasn-compiler/src/generator/rasn/utils.rs:3:51 [INFO] [stdout] | [INFO] [stdout] 3 | use proc_macro2::{Ident, Literal, Punct, Spacing, TokenStream}; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 34 | use super::*; [INFO] [stdout] | -------- the item `TokenStream` is already imported here [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `ASN1Type` is imported redundantly [INFO] [stdout] --> rasn-compiler/src/generator/rasn/utils.rs:14:5 [INFO] [stdout] | [INFO] [stdout] 14 | ASN1Type, ASN1Value, AsnTag, CharacterStringType, IntegerType, TagClass, TaggingEnvironment, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 34 | use super::*; [INFO] [stdout] | -------- the item `ASN1Type` is already imported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `ASN1Value` is imported redundantly [INFO] [stdout] --> rasn-compiler/src/generator/rasn/utils.rs:14:15 [INFO] [stdout] | [INFO] [stdout] 14 | ASN1Type, ASN1Value, AsnTag, CharacterStringType, IntegerType, TagClass, TaggingEnvironment, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 34 | use super::*; [INFO] [stdout] | -------- the item `ASN1Value` is already imported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `AsnTag` is imported redundantly [INFO] [stdout] --> rasn-compiler/src/generator/rasn/utils.rs:14:26 [INFO] [stdout] | [INFO] [stdout] 14 | ASN1Type, ASN1Value, AsnTag, CharacterStringType, IntegerType, TagClass, TaggingEnvironment, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 34 | use super::*; [INFO] [stdout] | -------- the item `AsnTag` is already imported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `CharacterStringType` is imported redundantly [INFO] [stdout] --> rasn-compiler/src/generator/rasn/utils.rs:14:34 [INFO] [stdout] | [INFO] [stdout] 14 | ASN1Type, ASN1Value, AsnTag, CharacterStringType, IntegerType, TagClass, TaggingEnvironment, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 34 | use super::*; [INFO] [stdout] | -------- the item `CharacterStringType` is already imported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `IntegerType` is imported redundantly [INFO] [stdout] --> rasn-compiler/src/generator/rasn/utils.rs:14:55 [INFO] [stdout] | [INFO] [stdout] 14 | ASN1Type, ASN1Value, AsnTag, CharacterStringType, IntegerType, TagClass, TaggingEnvironment, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 34 | use super::*; [INFO] [stdout] | -------- the item `IntegerType` is already imported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `TagClass` is imported redundantly [INFO] [stdout] --> rasn-compiler/src/generator/rasn/utils.rs:14:68 [INFO] [stdout] | [INFO] [stdout] 14 | ASN1Type, ASN1Value, AsnTag, CharacterStringType, IntegerType, TagClass, TaggingEnvironment, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 34 | use super::*; [INFO] [stdout] | -------- the item `TagClass` is already imported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `TaggingEnvironment` is imported redundantly [INFO] [stdout] --> rasn-compiler/src/generator/rasn/utils.rs:14:78 [INFO] [stdout] | [INFO] [stdout] 14 | ASN1Type, ASN1Value, AsnTag, CharacterStringType, IntegerType, TagClass, TaggingEnvironment, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 34 | use super::*; [INFO] [stdout] | -------- the item `TaggingEnvironment` is already imported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `ToplevelDefinition` is imported redundantly [INFO] [stdout] --> rasn-compiler/src/generator/rasn/utils.rs:15:5 [INFO] [stdout] | [INFO] [stdout] 15 | ToplevelDefinition, ToplevelTypeDefinition, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 34 | use super::*; [INFO] [stdout] | -------- the item `ToplevelDefinition` is already imported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `ToplevelTypeDefinition` is imported redundantly [INFO] [stdout] --> rasn-compiler/src/generator/rasn/utils.rs:15:25 [INFO] [stdout] | [INFO] [stdout] 15 | ToplevelDefinition, ToplevelTypeDefinition, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 34 | use super::*; [INFO] [stdout] | -------- the item `ToplevelTypeDefinition` is already imported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `GeneratorError` is imported redundantly [INFO] [stdout] --> rasn-compiler/src/generator/rasn/utils.rs:18:31 [INFO] [stdout] | [INFO] [stdout] 18 | use crate::generator::error::{GeneratorError, GeneratorErrorType}; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 34 | use super::*; [INFO] [stdout] | -------- the item `GeneratorError` is already imported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `GeneratorErrorType` is imported redundantly [INFO] [stdout] --> rasn-compiler/src/generator/rasn/utils.rs:18:47 [INFO] [stdout] | [INFO] [stdout] 18 | use crate::generator::error::{GeneratorError, GeneratorErrorType}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 34 | use super::*; [INFO] [stdout] | -------- the item `GeneratorErrorType` is already imported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `error` is imported redundantly [INFO] [stdout] --> rasn-compiler/src/generator/rasn/utils.rs:30:16 [INFO] [stdout] | [INFO] [stdout] 20 | / macro_rules! error { [INFO] [stdout] 21 | | ($kind:ident, $($arg:tt)*) => { [INFO] [stdout] 22 | | GeneratorError { [INFO] [stdout] 23 | | details: format!($($arg)*), [INFO] [stdout] ... | [INFO] [stdout] 27 | | }; [INFO] [stdout] 28 | | } [INFO] [stdout] | |_- the item `error` is already defined here [INFO] [stdout] 29 | [INFO] [stdout] 30 | pub(crate) use error; [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 34 | use super::*; [INFO] [stdout] | -------- the item `error` is already imported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `tag` is imported redundantly [INFO] [stdout] --> rasn-compiler/src/parser/choice.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | bytes::complete::tag, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 12 | use super::{constraint::constraint, *}; [INFO] [stdout] | - the item `tag` is already imported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `into` is imported redundantly [INFO] [stdout] --> rasn-compiler/src/parser/choice.rs:4:18 [INFO] [stdout] | [INFO] [stdout] 4 | combinator::{into, opt}, [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 12 | use super::{constraint::constraint, *}; [INFO] [stdout] | - the item `into` is already imported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `opt` is imported redundantly [INFO] [stdout] --> rasn-compiler/src/parser/choice.rs:4:24 [INFO] [stdout] | [INFO] [stdout] 4 | combinator::{into, opt}, [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 12 | use super::{constraint::constraint, *}; [INFO] [stdout] | - the item `opt` is already imported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `many0` is imported redundantly [INFO] [stdout] --> rasn-compiler/src/parser/choice.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | multi::many0, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 12 | use super::{constraint::constraint, *}; [INFO] [stdout] | - the item `many0` is already imported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `terminated` is imported redundantly [INFO] [stdout] --> rasn-compiler/src/parser/choice.rs:6:32 [INFO] [stdout] | [INFO] [stdout] 6 | sequence::{separated_pair, terminated, tuple}, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 12 | use super::{constraint::constraint, *}; [INFO] [stdout] | - the item `terminated` is already imported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `tuple` is imported redundantly [INFO] [stdout] --> rasn-compiler/src/parser/choice.rs:6:44 [INFO] [stdout] | [INFO] [stdout] 6 | sequence::{separated_pair, terminated, tuple}, [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 12 | use super::{constraint::constraint, *}; [INFO] [stdout] | - the item `tuple` is already imported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `IResult` is imported redundantly [INFO] [stdout] --> rasn-compiler/src/parser/choice.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | IResult, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 12 | use super::{constraint::constraint, *}; [INFO] [stdout] | - the item `IResult` is already imported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `constraint` is imported redundantly [INFO] [stdout] --> rasn-compiler/src/parser/choice.rs:12:13 [INFO] [stdout] | [INFO] [stdout] 12 | use super::{constraint::constraint, *}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ - the item `constraint` is already imported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `tag` is imported redundantly [INFO] [stdout] --> rasn-compiler/src/parser/integer.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | bytes::complete::tag, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 11 | use super::{constraint::*, *}; [INFO] [stdout] | - the item `tag` is already imported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `map` is imported redundantly [INFO] [stdout] --> rasn-compiler/src/parser/integer.rs:4:18 [INFO] [stdout] | [INFO] [stdout] 4 | combinator::{map, opt}, [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 11 | use super::{constraint::*, *}; [INFO] [stdout] | - the item `map` is already imported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `opt` is imported redundantly [INFO] [stdout] --> rasn-compiler/src/parser/integer.rs:4:23 [INFO] [stdout] | [INFO] [stdout] 4 | combinator::{map, opt}, [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 11 | use super::{constraint::*, *}; [INFO] [stdout] | - the item `opt` is already imported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `tuple` is imported redundantly [INFO] [stdout] --> rasn-compiler/src/parser/integer.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | sequence::tuple, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 11 | use super::{constraint::*, *}; [INFO] [stdout] | - the item `tuple` is already imported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `IResult` is imported redundantly [INFO] [stdout] --> rasn-compiler/src/parser/integer.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | IResult, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 11 | use super::{constraint::*, *}; [INFO] [stdout] | - the item `IResult` is already imported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `ASN1Type` is imported redundantly [INFO] [stdout] --> rasn-compiler/src/parser/integer.rs:9:27 [INFO] [stdout] | [INFO] [stdout] 9 | use crate::intermediate::{ASN1Type, ASN1Value, INTEGER}; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] 10 | [INFO] [stdout] 11 | use super::{constraint::*, *}; [INFO] [stdout] | - the item `ASN1Type` is already imported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `ASN1Value` is imported redundantly [INFO] [stdout] --> rasn-compiler/src/parser/integer.rs:9:37 [INFO] [stdout] | [INFO] [stdout] 9 | use crate::intermediate::{ASN1Type, ASN1Value, INTEGER}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] 10 | [INFO] [stdout] 11 | use super::{constraint::*, *}; [INFO] [stdout] | - the item `ASN1Value` is already imported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `INTEGER` is imported redundantly [INFO] [stdout] --> rasn-compiler/src/parser/integer.rs:9:48 [INFO] [stdout] | [INFO] [stdout] 9 | use crate::intermediate::{ASN1Type, ASN1Value, INTEGER}; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] 10 | [INFO] [stdout] 11 | use super::{constraint::*, *}; [INFO] [stdout] | - the item `INTEGER` is already imported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `Parser`, `is_not` [INFO] [stdout] --> rasn-compiler/src/parser/module_reference.rs:4:23 [INFO] [stdout] | [INFO] [stdout] 4 | bytes::complete::{is_not, tag, take_until}, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 9 | IResult, Parser, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `tag` is imported redundantly [INFO] [stdout] --> rasn-compiler/src/parser/sequence.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | bytes::complete::tag, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 12 | use super::{common::optional_comma, constraint::constraint, *}; [INFO] [stdout] | - the item `tag` is already imported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `into` is imported redundantly [INFO] [stdout] --> rasn-compiler/src/parser/sequence.rs:4:18 [INFO] [stdout] | [INFO] [stdout] 4 | combinator::{into, opt, recognize}, [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 12 | use super::{common::optional_comma, constraint::constraint, *}; [INFO] [stdout] | - the item `into` is already imported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `opt` is imported redundantly [INFO] [stdout] --> rasn-compiler/src/parser/sequence.rs:4:24 [INFO] [stdout] | [INFO] [stdout] 4 | combinator::{into, opt, recognize}, [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 12 | use super::{common::optional_comma, constraint::constraint, *}; [INFO] [stdout] | - the item `opt` is already imported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `recognize` is imported redundantly [INFO] [stdout] --> rasn-compiler/src/parser/sequence.rs:4:29 [INFO] [stdout] | [INFO] [stdout] 4 | combinator::{into, opt, recognize}, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 12 | use super::{common::optional_comma, constraint::constraint, *}; [INFO] [stdout] | - the item `recognize` is already imported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `many0` is imported redundantly [INFO] [stdout] --> rasn-compiler/src/parser/sequence.rs:5:13 [INFO] [stdout] | [INFO] [stdout] 5 | multi::{many0, separated_list0, separated_list1}, [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 12 | use super::{common::optional_comma, constraint::constraint, *}; [INFO] [stdout] | - the item `many0` is already imported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `terminated` is imported redundantly [INFO] [stdout] --> rasn-compiler/src/parser/sequence.rs:6:16 [INFO] [stdout] | [INFO] [stdout] 6 | sequence::{terminated, tuple}, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 12 | use super::{common::optional_comma, constraint::constraint, *}; [INFO] [stdout] | - the item `terminated` is already imported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `tuple` is imported redundantly [INFO] [stdout] --> rasn-compiler/src/parser/sequence.rs:6:28 [INFO] [stdout] | [INFO] [stdout] 6 | sequence::{terminated, tuple}, [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 12 | use super::{common::optional_comma, constraint::constraint, *}; [INFO] [stdout] | - the item `tuple` is already imported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `IResult` is imported redundantly [INFO] [stdout] --> rasn-compiler/src/parser/sequence.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | IResult, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 12 | use super::{common::optional_comma, constraint::constraint, *}; [INFO] [stdout] | - the item `IResult` is already imported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `optional_comma` is imported redundantly [INFO] [stdout] --> rasn-compiler/src/parser/sequence.rs:12:13 [INFO] [stdout] | [INFO] [stdout] 12 | use super::{common::optional_comma, constraint::constraint, *}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ - the item `optional_comma` is already imported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `constraint` is imported redundantly [INFO] [stdout] --> rasn-compiler/src/parser/sequence.rs:12:37 [INFO] [stdout] | [INFO] [stdout] 12 | use super::{common::optional_comma, constraint::constraint, *}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ - the item `constraint` is already imported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `branch::alt`, `character::complete::char`, `multi::separated_list0` [INFO] [stdout] --> rasn-compiler/src/parser/sequence_of.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | branch::alt, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] 4 | bytes::complete::tag, [INFO] [stdout] 5 | character::complete::char, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 6 | combinator::{map, opt}, [INFO] [stdout] 7 | multi::separated_list0, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `asn1_value`, `in_braces` [INFO] [stdout] --> rasn-compiler/src/parser/sequence_of.rs:13:16 [INFO] [stdout] | [INFO] [stdout] 13 | asn1_type, asn1_value, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] 14 | common::{in_braces, opt_parentheses, skip_ws_and_comments, value_identifier}, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `tag` is imported redundantly [INFO] [stdout] --> rasn-compiler/src/parser/set.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | bytes::complete::tag, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 12 | use super::{common::optional_comma, constraint::constraint, sequence::sequence_component, *}; [INFO] [stdout] | - the item `tag` is already imported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `opt` is imported redundantly [INFO] [stdout] --> rasn-compiler/src/parser/set.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | combinator::opt, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 12 | use super::{common::optional_comma, constraint::constraint, sequence::sequence_component, *}; [INFO] [stdout] | - the item `opt` is already imported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `many0` is imported redundantly [INFO] [stdout] --> rasn-compiler/src/parser/set.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | multi::many0, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 12 | use super::{common::optional_comma, constraint::constraint, sequence::sequence_component, *}; [INFO] [stdout] | - the item `many0` is already imported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `terminated` is imported redundantly [INFO] [stdout] --> rasn-compiler/src/parser/set.rs:6:16 [INFO] [stdout] | [INFO] [stdout] 6 | sequence::{terminated, tuple}, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 12 | use super::{common::optional_comma, constraint::constraint, sequence::sequence_component, *}; [INFO] [stdout] | - the item `terminated` is already imported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `tuple` is imported redundantly [INFO] [stdout] --> rasn-compiler/src/parser/set.rs:6:28 [INFO] [stdout] | [INFO] [stdout] 6 | sequence::{terminated, tuple}, [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 12 | use super::{common::optional_comma, constraint::constraint, sequence::sequence_component, *}; [INFO] [stdout] | - the item `tuple` is already imported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `IResult` is imported redundantly [INFO] [stdout] --> rasn-compiler/src/parser/set.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | IResult, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 12 | use super::{common::optional_comma, constraint::constraint, sequence::sequence_component, *}; [INFO] [stdout] | - the item `IResult` is already imported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `optional_comma` is imported redundantly [INFO] [stdout] --> rasn-compiler/src/parser/set.rs:12:13 [INFO] [stdout] | [INFO] [stdout] 12 | use super::{common::optional_comma, constraint::constraint, sequence::sequence_component, *}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ - the item `optional_comma` is already imported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `constraint` is imported redundantly [INFO] [stdout] --> rasn-compiler/src/parser/set.rs:12:37 [INFO] [stdout] | [INFO] [stdout] 12 | use super::{common::optional_comma, constraint::constraint, sequence::sequence_component, *}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ - the item `constraint` is already imported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `sequence_component` is imported redundantly [INFO] [stdout] --> rasn-compiler/src/parser/set.rs:12:61 [INFO] [stdout] | [INFO] [stdout] 12 | use super::{common::optional_comma, constraint::constraint, sequence::sequence_component, *}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - the item `sequence_component` is already imported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `TokenStream` is imported redundantly [INFO] [stdout] --> rasn-compiler/src/generator/rasn/utils.rs:3:51 [INFO] [stdout] | [INFO] [stdout] 3 | use proc_macro2::{Ident, Literal, Punct, Spacing, TokenStream}; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 34 | use super::*; [INFO] [stdout] | -------- the item `TokenStream` is already imported here [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `AsnTag` is imported redundantly [INFO] [stdout] --> rasn-compiler/src/generator/rasn/utils.rs:14:26 [INFO] [stdout] | [INFO] [stdout] 14 | ASN1Type, ASN1Value, AsnTag, CharacterStringType, IntegerType, TagClass, TaggingEnvironment, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 34 | use super::*; [INFO] [stdout] | -------- the item `AsnTag` is already imported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `CharacterStringType` is imported redundantly [INFO] [stdout] --> rasn-compiler/src/generator/rasn/utils.rs:14:34 [INFO] [stdout] | [INFO] [stdout] 14 | ASN1Type, ASN1Value, AsnTag, CharacterStringType, IntegerType, TagClass, TaggingEnvironment, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 34 | use super::*; [INFO] [stdout] | -------- the item `CharacterStringType` is already imported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `IntegerType` is imported redundantly [INFO] [stdout] --> rasn-compiler/src/generator/rasn/utils.rs:14:55 [INFO] [stdout] | [INFO] [stdout] 14 | ASN1Type, ASN1Value, AsnTag, CharacterStringType, IntegerType, TagClass, TaggingEnvironment, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 34 | use super::*; [INFO] [stdout] | -------- the item `IntegerType` is already imported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `TagClass` is imported redundantly [INFO] [stdout] --> rasn-compiler/src/generator/rasn/utils.rs:14:68 [INFO] [stdout] | [INFO] [stdout] 14 | ASN1Type, ASN1Value, AsnTag, CharacterStringType, IntegerType, TagClass, TaggingEnvironment, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 34 | use super::*; [INFO] [stdout] | -------- the item `TagClass` is already imported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `TaggingEnvironment` is imported redundantly [INFO] [stdout] --> rasn-compiler/src/generator/rasn/utils.rs:14:78 [INFO] [stdout] | [INFO] [stdout] 14 | ASN1Type, ASN1Value, AsnTag, CharacterStringType, IntegerType, TagClass, TaggingEnvironment, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 34 | use super::*; [INFO] [stdout] | -------- the item `TaggingEnvironment` is already imported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `ToplevelDefinition` is imported redundantly [INFO] [stdout] --> rasn-compiler/src/generator/rasn/utils.rs:15:5 [INFO] [stdout] | [INFO] [stdout] 15 | ToplevelDefinition, ToplevelTypeDefinition, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 34 | use super::*; [INFO] [stdout] | -------- the item `ToplevelDefinition` is already imported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `ToplevelTypeDefinition` is imported redundantly [INFO] [stdout] --> rasn-compiler/src/generator/rasn/utils.rs:15:25 [INFO] [stdout] | [INFO] [stdout] 15 | ToplevelDefinition, ToplevelTypeDefinition, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 34 | use super::*; [INFO] [stdout] | -------- the item `ToplevelTypeDefinition` is already imported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `GeneratorError` is imported redundantly [INFO] [stdout] --> rasn-compiler/src/generator/rasn/utils.rs:18:31 [INFO] [stdout] | [INFO] [stdout] 18 | use crate::generator::error::{GeneratorError, GeneratorErrorType}; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 34 | use super::*; [INFO] [stdout] | -------- the item `GeneratorError` is already imported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `GeneratorErrorType` is imported redundantly [INFO] [stdout] --> rasn-compiler/src/generator/rasn/utils.rs:18:47 [INFO] [stdout] | [INFO] [stdout] 18 | use crate::generator::error::{GeneratorError, GeneratorErrorType}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 34 | use super::*; [INFO] [stdout] | -------- the item `GeneratorErrorType` is already imported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `error` is imported redundantly [INFO] [stdout] --> rasn-compiler/src/generator/rasn/utils.rs:30:16 [INFO] [stdout] | [INFO] [stdout] 20 | / macro_rules! error { [INFO] [stdout] 21 | | ($kind:ident, $($arg:tt)*) => { [INFO] [stdout] 22 | | GeneratorError { [INFO] [stdout] 23 | | details: format!($($arg)*), [INFO] [stdout] ... | [INFO] [stdout] 27 | | }; [INFO] [stdout] 28 | | } [INFO] [stdout] | |_- the item `error` is already defined here [INFO] [stdout] 29 | [INFO] [stdout] 30 | pub(crate) use error; [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 34 | use super::*; [INFO] [stdout] | -------- the item `error` is already imported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `format_tag` is imported redundantly [INFO] [stdout] --> rasn-compiler/src/generator/rasn/utils.rs:869:9 [INFO] [stdout] | [INFO] [stdout] 869 | generator::rasn::utils::format_tag, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 877 | use super::*; [INFO] [stdout] | -------- the item `format_tag` is already imported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `AsnTag` is imported redundantly [INFO] [stdout] --> rasn-compiler/src/generator/rasn/utils.rs:873:13 [INFO] [stdout] | [INFO] [stdout] 873 | AsnTag, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 877 | use super::*; [INFO] [stdout] | -------- the item `AsnTag` is already imported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `tag` is imported redundantly [INFO] [stdout] --> rasn-compiler/src/parser/choice.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | bytes::complete::tag, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 12 | use super::{constraint::constraint, *}; [INFO] [stdout] | - the item `tag` is already imported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `into` is imported redundantly [INFO] [stdout] --> rasn-compiler/src/parser/choice.rs:4:18 [INFO] [stdout] | [INFO] [stdout] 4 | combinator::{into, opt}, [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 12 | use super::{constraint::constraint, *}; [INFO] [stdout] | - the item `into` is already imported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `opt` is imported redundantly [INFO] [stdout] --> rasn-compiler/src/parser/choice.rs:4:24 [INFO] [stdout] | [INFO] [stdout] 4 | combinator::{into, opt}, [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 12 | use super::{constraint::constraint, *}; [INFO] [stdout] | - the item `opt` is already imported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `many0` is imported redundantly [INFO] [stdout] --> rasn-compiler/src/parser/choice.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | multi::many0, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 12 | use super::{constraint::constraint, *}; [INFO] [stdout] | - the item `many0` is already imported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `terminated` is imported redundantly [INFO] [stdout] --> rasn-compiler/src/parser/choice.rs:6:32 [INFO] [stdout] | [INFO] [stdout] 6 | sequence::{separated_pair, terminated, tuple}, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 12 | use super::{constraint::constraint, *}; [INFO] [stdout] | - the item `terminated` is already imported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `tuple` is imported redundantly [INFO] [stdout] --> rasn-compiler/src/parser/choice.rs:6:44 [INFO] [stdout] | [INFO] [stdout] 6 | sequence::{separated_pair, terminated, tuple}, [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 12 | use super::{constraint::constraint, *}; [INFO] [stdout] | - the item `tuple` is already imported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `IResult` is imported redundantly [INFO] [stdout] --> rasn-compiler/src/parser/choice.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | IResult, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 12 | use super::{constraint::constraint, *}; [INFO] [stdout] | - the item `IResult` is already imported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `constraint` is imported redundantly [INFO] [stdout] --> rasn-compiler/src/parser/choice.rs:12:13 [INFO] [stdout] | [INFO] [stdout] 12 | use super::{constraint::constraint, *}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ - the item `constraint` is already imported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `information_object_class` is imported redundantly [INFO] [stdout] --> rasn-compiler/src/parser/information_object_class.rs:254:51 [INFO] [stdout] | [INFO] [stdout] 254 | use crate::parser::information_object_class::{information_object_class, object_set}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 257 | use super::*; [INFO] [stdout] | -------- the item `information_object_class` is already imported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `object_set` is imported redundantly [INFO] [stdout] --> rasn-compiler/src/parser/information_object_class.rs:254:77 [INFO] [stdout] | [INFO] [stdout] 254 | use crate::parser::information_object_class::{information_object_class, object_set}; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 257 | use super::*; [INFO] [stdout] | -------- the item `object_set` is already imported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `tag` is imported redundantly [INFO] [stdout] --> rasn-compiler/src/parser/integer.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | bytes::complete::tag, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 11 | use super::{constraint::*, *}; [INFO] [stdout] | - the item `tag` is already imported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `map` is imported redundantly [INFO] [stdout] --> rasn-compiler/src/parser/integer.rs:4:18 [INFO] [stdout] | [INFO] [stdout] 4 | combinator::{map, opt}, [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 11 | use super::{constraint::*, *}; [INFO] [stdout] | - the item `map` is already imported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `opt` is imported redundantly [INFO] [stdout] --> rasn-compiler/src/parser/integer.rs:4:23 [INFO] [stdout] | [INFO] [stdout] 4 | combinator::{map, opt}, [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 11 | use super::{constraint::*, *}; [INFO] [stdout] | - the item `opt` is already imported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `tuple` is imported redundantly [INFO] [stdout] --> rasn-compiler/src/parser/integer.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | sequence::tuple, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 11 | use super::{constraint::*, *}; [INFO] [stdout] | - the item `tuple` is already imported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `IResult` is imported redundantly [INFO] [stdout] --> rasn-compiler/src/parser/integer.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | IResult, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 11 | use super::{constraint::*, *}; [INFO] [stdout] | - the item `IResult` is already imported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `ASN1Type` is imported redundantly [INFO] [stdout] --> rasn-compiler/src/parser/integer.rs:9:27 [INFO] [stdout] | [INFO] [stdout] 9 | use crate::intermediate::{ASN1Type, ASN1Value, INTEGER}; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] 10 | [INFO] [stdout] 11 | use super::{constraint::*, *}; [INFO] [stdout] | - the item `ASN1Type` is already imported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `ASN1Value` is imported redundantly [INFO] [stdout] --> rasn-compiler/src/parser/integer.rs:9:37 [INFO] [stdout] | [INFO] [stdout] 9 | use crate::intermediate::{ASN1Type, ASN1Value, INTEGER}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] 10 | [INFO] [stdout] 11 | use super::{constraint::*, *}; [INFO] [stdout] | - the item `ASN1Value` is already imported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `INTEGER` is imported redundantly [INFO] [stdout] --> rasn-compiler/src/parser/integer.rs:9:48 [INFO] [stdout] | [INFO] [stdout] 9 | use crate::intermediate::{ASN1Type, ASN1Value, INTEGER}; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] 10 | [INFO] [stdout] 11 | use super::{constraint::*, *}; [INFO] [stdout] | - the item `INTEGER` is already imported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `is_not` [INFO] [stdout] --> rasn-compiler/src/parser/module_reference.rs:4:23 [INFO] [stdout] | [INFO] [stdout] 4 | bytes::complete::{is_not, tag, take_until}, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `tag` is imported redundantly [INFO] [stdout] --> rasn-compiler/src/parser/sequence.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | bytes::complete::tag, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 12 | use super::{common::optional_comma, constraint::constraint, *}; [INFO] [stdout] | - the item `tag` is already imported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `into` is imported redundantly [INFO] [stdout] --> rasn-compiler/src/parser/sequence.rs:4:18 [INFO] [stdout] | [INFO] [stdout] 4 | combinator::{into, opt, recognize}, [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 12 | use super::{common::optional_comma, constraint::constraint, *}; [INFO] [stdout] | - the item `into` is already imported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `opt` is imported redundantly [INFO] [stdout] --> rasn-compiler/src/parser/sequence.rs:4:24 [INFO] [stdout] | [INFO] [stdout] 4 | combinator::{into, opt, recognize}, [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 12 | use super::{common::optional_comma, constraint::constraint, *}; [INFO] [stdout] | - the item `opt` is already imported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `recognize` is imported redundantly [INFO] [stdout] --> rasn-compiler/src/parser/sequence.rs:4:29 [INFO] [stdout] | [INFO] [stdout] 4 | combinator::{into, opt, recognize}, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 12 | use super::{common::optional_comma, constraint::constraint, *}; [INFO] [stdout] | - the item `recognize` is already imported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `many0` is imported redundantly [INFO] [stdout] --> rasn-compiler/src/parser/sequence.rs:5:13 [INFO] [stdout] | [INFO] [stdout] 5 | multi::{many0, separated_list0, separated_list1}, [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 12 | use super::{common::optional_comma, constraint::constraint, *}; [INFO] [stdout] | - the item `many0` is already imported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `terminated` is imported redundantly [INFO] [stdout] --> rasn-compiler/src/parser/sequence.rs:6:16 [INFO] [stdout] | [INFO] [stdout] 6 | sequence::{terminated, tuple}, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 12 | use super::{common::optional_comma, constraint::constraint, *}; [INFO] [stdout] | - the item `terminated` is already imported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `tuple` is imported redundantly [INFO] [stdout] --> rasn-compiler/src/parser/sequence.rs:6:28 [INFO] [stdout] | [INFO] [stdout] 6 | sequence::{terminated, tuple}, [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 12 | use super::{common::optional_comma, constraint::constraint, *}; [INFO] [stdout] | - the item `tuple` is already imported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `IResult` is imported redundantly [INFO] [stdout] --> rasn-compiler/src/parser/sequence.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | IResult, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 12 | use super::{common::optional_comma, constraint::constraint, *}; [INFO] [stdout] | - the item `IResult` is already imported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `optional_comma` is imported redundantly [INFO] [stdout] --> rasn-compiler/src/parser/sequence.rs:12:13 [INFO] [stdout] | [INFO] [stdout] 12 | use super::{common::optional_comma, constraint::constraint, *}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ - the item `optional_comma` is already imported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `constraint` is imported redundantly [INFO] [stdout] --> rasn-compiler/src/parser/sequence.rs:12:37 [INFO] [stdout] | [INFO] [stdout] 12 | use super::{common::optional_comma, constraint::constraint, *}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ - the item `constraint` is already imported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `branch::alt`, `character::complete::char`, `multi::separated_list0` [INFO] [stdout] --> rasn-compiler/src/parser/sequence_of.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | branch::alt, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] 4 | bytes::complete::tag, [INFO] [stdout] 5 | character::complete::char, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 6 | combinator::{map, opt}, [INFO] [stdout] 7 | multi::separated_list0, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `asn1_value`, `in_braces` [INFO] [stdout] --> rasn-compiler/src/parser/sequence_of.rs:13:16 [INFO] [stdout] | [INFO] [stdout] 13 | asn1_type, asn1_value, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] 14 | common::{in_braces, opt_parentheses, skip_ws_and_comments, value_identifier}, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `tag` is imported redundantly [INFO] [stdout] --> rasn-compiler/src/parser/set.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | bytes::complete::tag, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 12 | use super::{common::optional_comma, constraint::constraint, sequence::sequence_component, *}; [INFO] [stdout] | - the item `tag` is already imported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `opt` is imported redundantly [INFO] [stdout] --> rasn-compiler/src/parser/set.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | combinator::opt, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 12 | use super::{common::optional_comma, constraint::constraint, sequence::sequence_component, *}; [INFO] [stdout] | - the item `opt` is already imported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `many0` is imported redundantly [INFO] [stdout] --> rasn-compiler/src/parser/set.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | multi::many0, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 12 | use super::{common::optional_comma, constraint::constraint, sequence::sequence_component, *}; [INFO] [stdout] | - the item `many0` is already imported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `terminated` is imported redundantly [INFO] [stdout] --> rasn-compiler/src/parser/set.rs:6:16 [INFO] [stdout] | [INFO] [stdout] 6 | sequence::{terminated, tuple}, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 12 | use super::{common::optional_comma, constraint::constraint, sequence::sequence_component, *}; [INFO] [stdout] | - the item `terminated` is already imported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `tuple` is imported redundantly [INFO] [stdout] --> rasn-compiler/src/parser/set.rs:6:28 [INFO] [stdout] | [INFO] [stdout] 6 | sequence::{terminated, tuple}, [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 12 | use super::{common::optional_comma, constraint::constraint, sequence::sequence_component, *}; [INFO] [stdout] | - the item `tuple` is already imported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `IResult` is imported redundantly [INFO] [stdout] --> rasn-compiler/src/parser/set.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | IResult, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 12 | use super::{common::optional_comma, constraint::constraint, sequence::sequence_component, *}; [INFO] [stdout] | - the item `IResult` is already imported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `optional_comma` is imported redundantly [INFO] [stdout] --> rasn-compiler/src/parser/set.rs:12:13 [INFO] [stdout] | [INFO] [stdout] 12 | use super::{common::optional_comma, constraint::constraint, sequence::sequence_component, *}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ - the item `optional_comma` is already imported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `constraint` is imported redundantly [INFO] [stdout] --> rasn-compiler/src/parser/set.rs:12:37 [INFO] [stdout] | [INFO] [stdout] 12 | use super::{common::optional_comma, constraint::constraint, sequence::sequence_component, *}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ - the item `constraint` is already imported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `sequence_component` is imported redundantly [INFO] [stdout] --> rasn-compiler/src/parser/set.rs:12:61 [INFO] [stdout] | [INFO] [stdout] 12 | use super::{common::optional_comma, constraint::constraint, sequence::sequence_component, *}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - the item `sequence_component` is already imported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `end` is imported redundantly [INFO] [stdout] --> rasn-compiler/src/parser/mod.rs:254:9 [INFO] [stdout] | [INFO] [stdout] 254 | parser::end, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 259 | use super::*; [INFO] [stdout] | -------- the item `end` is already imported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `top_level_information_declaration` is imported redundantly [INFO] [stdout] --> rasn-compiler/src/parser/mod.rs:257:9 [INFO] [stdout] | [INFO] [stdout] 257 | use crate::parser::top_level_information_declaration; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 258 | [INFO] [stdout] 259 | use super::*; [INFO] [stdout] | -------- the item `top_level_information_declaration` is already imported here [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Checking bitvec-nom2 v0.2.0 [INFO] [stderr] Checking bitvec-nom v0.2.0 [INFO] [stdout] warning: unused import: `Parser` [INFO] [stdout] --> rasn-compiler/src/parser/module_reference.rs:9:14 [INFO] [stdout] | [INFO] [stdout] 9 | IResult, Parser, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling snafu-derive v0.7.5 [INFO] [stderr] Compiling rasn-derive v0.12.4 [INFO] [stderr] Compiling rasn-derive v0.10.6 [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> rasn-compiler/src/parser/error.rs:32:19 [INFO] [stdout] | [INFO] [stdout] 32 | MatchingError(nom::error::ErrorKind), [INFO] [stdout] | ------------- ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this variant [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stdout] | [INFO] [stdout] 32 | MatchingError(()), [INFO] [stdout] | ~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> rasn-compiler/src/parser/error.rs:33:13 [INFO] [stdout] | [INFO] [stdout] 33 | Failure(nom::error::ErrorKind), [INFO] [stdout] | ------- ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this variant [INFO] [stdout] | [INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stdout] | [INFO] [stdout] 33 | Failure(()), [INFO] [stdout] | ~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `Result` that must be used [INFO] [stdout] --> rasn-compiler/src/validator/linking/mod.rs:783:9 [INFO] [stdout] | [INFO] [stdout] 783 | / val.iter_mut() [INFO] [stdout] 784 | | .try_for_each(|v| v.1.link_with_type(tlds, &*s.element_type)); [INFO] [stdout] | |_________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 783 | let _ = val.iter_mut() [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 54 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Checking rasn-compiler-derive v0.1.1 (/opt/rustwide/workdir/rasn-compiler-derive) [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> rasn-compiler/src/parser/error.rs:32:19 [INFO] [stdout] | [INFO] [stdout] 32 | MatchingError(nom::error::ErrorKind), [INFO] [stdout] | ------------- ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this variant [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stdout] | [INFO] [stdout] 32 | MatchingError(()), [INFO] [stdout] | ~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> rasn-compiler/src/parser/error.rs:33:13 [INFO] [stdout] | [INFO] [stdout] 33 | Failure(nom::error::ErrorKind), [INFO] [stdout] | ------- ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this variant [INFO] [stdout] | [INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stdout] | [INFO] [stdout] 33 | Failure(()), [INFO] [stdout] | ~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `Result` that must be used [INFO] [stdout] --> rasn-compiler/src/validator/linking/mod.rs:783:9 [INFO] [stdout] | [INFO] [stdout] 783 | / val.iter_mut() [INFO] [stdout] 784 | | .try_for_each(|v| v.1.link_with_type(tlds, &*s.element_type)); [INFO] [stdout] | |_________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 783 | let _ = val.iter_mut() [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 59 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Checking snafu v0.7.5 [INFO] [stderr] Checking rasn v0.12.4 [INFO] [stderr] Checking rasn v0.10.6 [INFO] [stderr] Checking rasn-kerberos v0.10.6 [INFO] [stderr] Checking rasn-compiler-tests v0.1.1 (/opt/rustwide/workdir/rasn-compiler-tests) [INFO] [stderr] error: 'rustfmt' is not installed for the custom toolchain '385fa9d845dd326c6bbfd58c22244215e431948a'. [INFO] [stderr] note: this is a custom toolchain, which cannot use `rustup component add` [INFO] [stderr] help: if you built this toolchain from source, and used `rustup toolchain link`, then you may be able to build the component with `x.py` [INFO] [stderr] error: 'rustfmt' is not installed for the custom toolchain '385fa9d845dd326c6bbfd58c22244215e431948a'. [INFO] [stderr] note: this is a custom toolchain, which cannot use `rustup component add` [INFO] [stderr] help: if you built this toolchain from source, and used `rustup toolchain link`, then you may be able to build the component with `x.py` [INFO] [stderr] error: 'rustfmt' is not installed for the custom toolchain '385fa9d845dd326c6bbfd58c22244215e431948a'. [INFO] [stderr] note: this is a custom toolchain, which cannot use `rustup component add` [INFO] [stderr] help: if you built this toolchain from source, and used `rustup toolchain link`, then you may be able to build the component with `x.py` [INFO] [stderr] error: 'rustfmt' is not installed for the custom toolchain '385fa9d845dd326c6bbfd58c22244215e431948a'. [INFO] [stderr] note: this is a custom toolchain, which cannot use `rustup component add` [INFO] [stderr] help: if you built this toolchain from source, and used `rustup toolchain link`, then you may be able to build the component with `x.py` [INFO] [stderr] error: 'rustfmt' is not installed for the custom toolchain '385fa9d845dd326c6bbfd58c22244215e431948a'. [INFO] [stderr] note: this is a custom toolchain, which cannot use `rustup component add` [INFO] [stderr] help: if you built this toolchain from source, and used `rustup toolchain link`, then you may be able to build the component with `x.py` [INFO] [stderr] error: 'rustfmt' is not installed for the custom toolchain '385fa9d845dd326c6bbfd58c22244215e431948a'. [INFO] [stderr] note: this is a custom toolchain, which cannot use `rustup component add` [INFO] [stderr] help: if you built this toolchain from source, and used `rustup toolchain link`, then you may be able to build the component with `x.py` [INFO] [stderr] error: 'rustfmt' is not installed for the custom toolchain '385fa9d845dd326c6bbfd58c22244215e431948a'. [INFO] [stderr] note: this is a custom toolchain, which cannot use `rustup component add` [INFO] [stderr] help: if you built this toolchain from source, and used `rustup toolchain link`, then you may be able to build the component with `x.py` [INFO] [stderr] error: 'rustfmt' is not installed for the custom toolchain '385fa9d845dd326c6bbfd58c22244215e431948a'. [INFO] [stderr] note: this is a custom toolchain, which cannot use `rustup component add` [INFO] [stderr] help: if you built this toolchain from source, and used `rustup toolchain link`, then you may be able to build the component with `x.py` [INFO] [stderr] error: 'rustfmt' is not installed for the custom toolchain '385fa9d845dd326c6bbfd58c22244215e431948a'. [INFO] [stderr] note: this is a custom toolchain, which cannot use `rustup component add` [INFO] [stderr] help: if you built this toolchain from source, and used `rustup toolchain link`, then you may be able to build the component with `x.py` [INFO] [stderr] error: 'rustfmt' is not installed for the custom toolchain '385fa9d845dd326c6bbfd58c22244215e431948a'. [INFO] [stderr] note: this is a custom toolchain, which cannot use `rustup component add` [INFO] [stderr] help: if you built this toolchain from source, and used `rustup toolchain link`, then you may be able to build the component with `x.py` [INFO] [stderr] error: 'rustfmt' is not installed for the custom toolchain '385fa9d845dd326c6bbfd58c22244215e431948a'. [INFO] [stderr] note: this is a custom toolchain, which cannot use `rustup component add` [INFO] [stderr] help: if you built this toolchain from source, and used `rustup toolchain link`, then you may be able to build the component with `x.py` [INFO] [stderr] error: 'rustfmt' is not installed for the custom toolchain '385fa9d845dd326c6bbfd58c22244215e431948a'. [INFO] [stderr] note: this is a custom toolchain, which cannot use `rustup component add` [INFO] [stderr] help: if you built this toolchain from source, and used `rustup toolchain link`, then you may be able to build the component with `x.py` [INFO] [stderr] error: 'rustfmt' is not installed for the custom toolchain '385fa9d845dd326c6bbfd58c22244215e431948a'. [INFO] [stderr] note: this is a custom toolchain, which cannot use `rustup component add` [INFO] [stderr] help: if you built this toolchain from source, and used `rustup toolchain link`, then you may be able to build the component with `x.py` [INFO] [stderr] error: 'rustfmt' is not installed for the custom toolchain '385fa9d845dd326c6bbfd58c22244215e431948a'. [INFO] [stderr] note: this is a custom toolchain, which cannot use `rustup component add` [INFO] [stderr] help: if you built this toolchain from source, and used `rustup toolchain link`, then you may be able to build the component with `x.py` [INFO] [stderr] error: 'rustfmt' is not installed for the custom toolchain '385fa9d845dd326c6bbfd58c22244215e431948a'. [INFO] [stderr] note: this is a custom toolchain, which cannot use `rustup component add` [INFO] [stderr] help: if you built this toolchain from source, and used `rustup toolchain link`, then you may be able to build the component with `x.py` [INFO] [stderr] error: 'rustfmt' is not installed for the custom toolchain '385fa9d845dd326c6bbfd58c22244215e431948a'. [INFO] [stderr] note: this is a custom toolchain, which cannot use `rustup component add` [INFO] [stderr] help: if you built this toolchain from source, and used `rustup toolchain link`, then you may be able to build the component with `x.py` [INFO] [stderr] error: 'rustfmt' is not installed for the custom toolchain '385fa9d845dd326c6bbfd58c22244215e431948a'. [INFO] [stderr] note: this is a custom toolchain, which cannot use `rustup component add` [INFO] [stderr] help: if you built this toolchain from source, and used `rustup toolchain link`, then you may be able to build the component with `x.py` [INFO] [stderr] error: 'rustfmt' is not installed for the custom toolchain '385fa9d845dd326c6bbfd58c22244215e431948a'. [INFO] [stderr] note: this is a custom toolchain, which cannot use `rustup component add` [INFO] [stderr] help: if you built this toolchain from source, and used `rustup toolchain link`, then you may be able to build the component with `x.py` [INFO] [stderr] error: 'rustfmt' is not installed for the custom toolchain '385fa9d845dd326c6bbfd58c22244215e431948a'. [INFO] [stderr] note: this is a custom toolchain, which cannot use `rustup component add` [INFO] [stderr] help: if you built this toolchain from source, and used `rustup toolchain link`, then you may be able to build the component with `x.py` [INFO] [stderr] error: 'rustfmt' is not installed for the custom toolchain '385fa9d845dd326c6bbfd58c22244215e431948a'. [INFO] [stderr] note: this is a custom toolchain, which cannot use `rustup component add` [INFO] [stderr] help: if you built this toolchain from source, and used `rustup toolchain link`, then you may be able to build the component with `x.py` [INFO] [stderr] error: 'rustfmt' is not installed for the custom toolchain '385fa9d845dd326c6bbfd58c22244215e431948a'. [INFO] [stderr] note: this is a custom toolchain, which cannot use `rustup component add` [INFO] [stderr] help: if you built this toolchain from source, and used `rustup toolchain link`, then you may be able to build the component with `x.py` [INFO] [stderr] error: 'rustfmt' is not installed for the custom toolchain '385fa9d845dd326c6bbfd58c22244215e431948a'. [INFO] [stderr] note: this is a custom toolchain, which cannot use `rustup component add` [INFO] [stderr] help: if you built this toolchain from source, and used `rustup toolchain link`, then you may be able to build the component with `x.py` [INFO] [stderr] error: 'rustfmt' is not installed for the custom toolchain '385fa9d845dd326c6bbfd58c22244215e431948a'. [INFO] [stderr] note: this is a custom toolchain, which cannot use `rustup component add` [INFO] [stderr] help: if you built this toolchain from source, and used `rustup toolchain link`, then you may be able to build the component with `x.py` [INFO] [stderr] error: 'rustfmt' is not installed for the custom toolchain '385fa9d845dd326c6bbfd58c22244215e431948a'. [INFO] [stderr] note: this is a custom toolchain, which cannot use `rustup component add` [INFO] [stderr] help: if you built this toolchain from source, and used `rustup toolchain link`, then you may be able to build the component with `x.py` [INFO] [stderr] error: 'rustfmt' is not installed for the custom toolchain '385fa9d845dd326c6bbfd58c22244215e431948a'. [INFO] [stderr] note: this is a custom toolchain, which cannot use `rustup component add` [INFO] [stderr] help: if you built this toolchain from source, and used `rustup toolchain link`, then you may be able to build the component with `x.py` [INFO] [stderr] error: 'rustfmt' is not installed for the custom toolchain '385fa9d845dd326c6bbfd58c22244215e431948a'. [INFO] [stderr] note: this is a custom toolchain, which cannot use `rustup component add` [INFO] [stderr] help: if you built this toolchain from source, and used `rustup toolchain link`, then you may be able to build the component with `x.py` [INFO] [stderr] error: 'rustfmt' is not installed for the custom toolchain '385fa9d845dd326c6bbfd58c22244215e431948a'. [INFO] [stderr] note: this is a custom toolchain, which cannot use `rustup component add` [INFO] [stderr] help: if you built this toolchain from source, and used `rustup toolchain link`, then you may be able to build the component with `x.py` [INFO] [stderr] error: 'rustfmt' is not installed for the custom toolchain '385fa9d845dd326c6bbfd58c22244215e431948a'. [INFO] [stderr] note: this is a custom toolchain, which cannot use `rustup component add` [INFO] [stderr] help: if you built this toolchain from source, and used `rustup toolchain link`, then you may be able to build the component with `x.py` [INFO] [stderr] error: 'rustfmt' is not installed for the custom toolchain '385fa9d845dd326c6bbfd58c22244215e431948a'. [INFO] [stderr] note: this is a custom toolchain, which cannot use `rustup component add` [INFO] [stderr] help: if you built this toolchain from source, and used `rustup toolchain link`, then you may be able to build the component with `x.py` [INFO] [stderr] error: 'rustfmt' is not installed for the custom toolchain '385fa9d845dd326c6bbfd58c22244215e431948a'. [INFO] [stderr] note: this is a custom toolchain, which cannot use `rustup component add` [INFO] [stderr] help: if you built this toolchain from source, and used `rustup toolchain link`, then you may be able to build the component with `x.py` [INFO] [stderr] error: 'rustfmt' is not installed for the custom toolchain '385fa9d845dd326c6bbfd58c22244215e431948a'. [INFO] [stderr] note: this is a custom toolchain, which cannot use `rustup component add` [INFO] [stderr] help: if you built this toolchain from source, and used `rustup toolchain link`, then you may be able to build the component with `x.py` [INFO] [stderr] error: 'rustfmt' is not installed for the custom toolchain '385fa9d845dd326c6bbfd58c22244215e431948a'. [INFO] [stderr] note: this is a custom toolchain, which cannot use `rustup component add` [INFO] [stderr] help: if you built this toolchain from source, and used `rustup toolchain link`, then you may be able to build the component with `x.py` [INFO] [stderr] error: 'rustfmt' is not installed for the custom toolchain '385fa9d845dd326c6bbfd58c22244215e431948a'. [INFO] [stderr] note: this is a custom toolchain, which cannot use `rustup component add` [INFO] [stderr] help: if you built this toolchain from source, and used `rustup toolchain link`, then you may be able to build the component with `x.py` [INFO] [stderr] error: 'rustfmt' is not installed for the custom toolchain '385fa9d845dd326c6bbfd58c22244215e431948a'. [INFO] [stderr] note: this is a custom toolchain, which cannot use `rustup component add` [INFO] [stderr] help: if you built this toolchain from source, and used `rustup toolchain link`, then you may be able to build the component with `x.py` [INFO] [stderr] error: 'rustfmt' is not installed for the custom toolchain '385fa9d845dd326c6bbfd58c22244215e431948a'. [INFO] [stderr] note: this is a custom toolchain, which cannot use `rustup component add` [INFO] [stderr] help: if you built this toolchain from source, and used `rustup toolchain link`, then you may be able to build the component with `x.py` [INFO] [stderr] error: 'rustfmt' is not installed for the custom toolchain '385fa9d845dd326c6bbfd58c22244215e431948a'. [INFO] [stderr] note: this is a custom toolchain, which cannot use `rustup component add` [INFO] [stderr] help: if you built this toolchain from source, and used `rustup toolchain link`, then you may be able to build the component with `x.py` [INFO] [stderr] error: 'rustfmt' is not installed for the custom toolchain '385fa9d845dd326c6bbfd58c22244215e431948a'. [INFO] [stderr] note: this is a custom toolchain, which cannot use `rustup component add` [INFO] [stderr] help: if you built this toolchain from source, and used `rustup toolchain link`, then you may be able to build the component with `x.py` [INFO] [stderr] error: 'rustfmt' is not installed for the custom toolchain '385fa9d845dd326c6bbfd58c22244215e431948a'. [INFO] [stderr] note: this is a custom toolchain, which cannot use `rustup component add` [INFO] [stderr] help: if you built this toolchain from source, and used `rustup toolchain link`, then you may be able to build the component with `x.py` [INFO] [stderr] error: 'rustfmt' is not installed for the custom toolchain '385fa9d845dd326c6bbfd58c22244215e431948a'. [INFO] [stderr] note: this is a custom toolchain, which cannot use `rustup component add` [INFO] [stderr] help: if you built this toolchain from source, and used `rustup toolchain link`, then you may be able to build the component with `x.py` [INFO] [stderr] error: 'rustfmt' is not installed for the custom toolchain '385fa9d845dd326c6bbfd58c22244215e431948a'. [INFO] [stderr] note: this is a custom toolchain, which cannot use `rustup component add` [INFO] [stderr] help: if you built this toolchain from source, and used `rustup toolchain link`, then you may be able to build the component with `x.py` [INFO] [stderr] error: 'rustfmt' is not installed for the custom toolchain '385fa9d845dd326c6bbfd58c22244215e431948a'. [INFO] [stderr] note: this is a custom toolchain, which cannot use `rustup component add` [INFO] [stderr] help: if you built this toolchain from source, and used `rustup toolchain link`, then you may be able to build the component with `x.py` [INFO] [stderr] error: 'rustfmt' is not installed for the custom toolchain '385fa9d845dd326c6bbfd58c22244215e431948a'. [INFO] [stderr] note: this is a custom toolchain, which cannot use `rustup component add` [INFO] [stderr] help: if you built this toolchain from source, and used `rustup toolchain link`, then you may be able to build the component with `x.py` [INFO] [stderr] error: 'rustfmt' is not installed for the custom toolchain '385fa9d845dd326c6bbfd58c22244215e431948a'. [INFO] [stderr] note: this is a custom toolchain, which cannot use `rustup component add` [INFO] [stderr] help: if you built this toolchain from source, and used `rustup toolchain link`, then you may be able to build the component with `x.py` [INFO] [stderr] error: 'rustfmt' is not installed for the custom toolchain '385fa9d845dd326c6bbfd58c22244215e431948a'. [INFO] [stderr] note: this is a custom toolchain, which cannot use `rustup component add` [INFO] [stderr] help: if you built this toolchain from source, and used `rustup toolchain link`, then you may be able to build the component with `x.py` [INFO] [stderr] error: 'rustfmt' is not installed for the custom toolchain '385fa9d845dd326c6bbfd58c22244215e431948a'. [INFO] [stderr] note: this is a custom toolchain, which cannot use `rustup component add` [INFO] [stderr] help: if you built this toolchain from source, and used `rustup toolchain link`, then you may be able to build the component with `x.py` [INFO] [stderr] error: 'rustfmt' is not installed for the custom toolchain '385fa9d845dd326c6bbfd58c22244215e431948a'. [INFO] [stderr] note: this is a custom toolchain, which cannot use `rustup component add` [INFO] [stderr] help: if you built this toolchain from source, and used `rustup toolchain link`, then you may be able to build the component with `x.py` [INFO] [stderr] error: 'rustfmt' is not installed for the custom toolchain '385fa9d845dd326c6bbfd58c22244215e431948a'. [INFO] [stderr] note: this is a custom toolchain, which cannot use `rustup component add` [INFO] [stderr] help: if you built this toolchain from source, and used `rustup toolchain link`, then you may be able to build the component with `x.py` [INFO] [stderr] error: 'rustfmt' is not installed for the custom toolchain '385fa9d845dd326c6bbfd58c22244215e431948a'. [INFO] [stderr] note: this is a custom toolchain, which cannot use `rustup component add` [INFO] [stderr] help: if you built this toolchain from source, and used `rustup toolchain link`, then you may be able to build the component with `x.py` [INFO] [stderr] error: 'rustfmt' is not installed for the custom toolchain '385fa9d845dd326c6bbfd58c22244215e431948a'. [INFO] [stderr] note: this is a custom toolchain, which cannot use `rustup component add` [INFO] [stderr] help: if you built this toolchain from source, and used `rustup toolchain link`, then you may be able to build the component with `x.py` [INFO] [stderr] error: 'rustfmt' is not installed for the custom toolchain '385fa9d845dd326c6bbfd58c22244215e431948a'. [INFO] [stderr] note: this is a custom toolchain, which cannot use `rustup component add` [INFO] [stderr] help: if you built this toolchain from source, and used `rustup toolchain link`, then you may be able to build the component with `x.py` [INFO] [stderr] error: 'rustfmt' is not installed for the custom toolchain '385fa9d845dd326c6bbfd58c22244215e431948a'. [INFO] [stderr] note: this is a custom toolchain, which cannot use `rustup component add` [INFO] [stderr] help: if you built this toolchain from source, and used `rustup toolchain link`, then you may be able to build the component with `x.py` [INFO] [stderr] error: 'rustfmt' is not installed for the custom toolchain '385fa9d845dd326c6bbfd58c22244215e431948a'. [INFO] [stderr] note: this is a custom toolchain, which cannot use `rustup component add` [INFO] [stderr] help: if you built this toolchain from source, and used `rustup toolchain link`, then you may be able to build the component with `x.py` [INFO] [stderr] error: 'rustfmt' is not installed for the custom toolchain '385fa9d845dd326c6bbfd58c22244215e431948a'. [INFO] [stderr] note: this is a custom toolchain, which cannot use `rustup component add` [INFO] [stderr] help: if you built this toolchain from source, and used `rustup toolchain link`, then you may be able to build the component with `x.py` [INFO] [stderr] error: 'rustfmt' is not installed for the custom toolchain '385fa9d845dd326c6bbfd58c22244215e431948a'. [INFO] [stderr] note: this is a custom toolchain, which cannot use `rustup component add` [INFO] [stderr] help: if you built this toolchain from source, and used `rustup toolchain link`, then you may be able to build the component with `x.py` [INFO] [stderr] error: 'rustfmt' is not installed for the custom toolchain '385fa9d845dd326c6bbfd58c22244215e431948a'. [INFO] [stderr] note: this is a custom toolchain, which cannot use `rustup component add` [INFO] [stderr] help: if you built this toolchain from source, and used `rustup toolchain link`, then you may be able to build the component with `x.py` [INFO] [stderr] error: 'rustfmt' is not installed for the custom toolchain '385fa9d845dd326c6bbfd58c22244215e431948a'. [INFO] [stderr] note: this is a custom toolchain, which cannot use `rustup component add` [INFO] [stderr] help: if you built this toolchain from source, and used `rustup toolchain link`, then you may be able to build the component with `x.py` [INFO] [stderr] error: 'rustfmt' is not installed for the custom toolchain '385fa9d845dd326c6bbfd58c22244215e431948a'. [INFO] [stderr] note: this is a custom toolchain, which cannot use `rustup component add` [INFO] [stderr] help: if you built this toolchain from source, and used `rustup toolchain link`, then you may be able to build the component with `x.py` [INFO] [stderr] error: 'rustfmt' is not installed for the custom toolchain '385fa9d845dd326c6bbfd58c22244215e431948a'. [INFO] [stderr] note: this is a custom toolchain, which cannot use `rustup component add` [INFO] [stderr] help: if you built this toolchain from source, and used `rustup toolchain link`, then you may be able to build the component with `x.py` [INFO] [stderr] error: 'rustfmt' is not installed for the custom toolchain '385fa9d845dd326c6bbfd58c22244215e431948a'. [INFO] [stderr] note: this is a custom toolchain, which cannot use `rustup component add` [INFO] [stderr] help: if you built this toolchain from source, and used `rustup toolchain link`, then you may be able to build the component with `x.py` [INFO] [stderr] error: 'rustfmt' is not installed for the custom toolchain '385fa9d845dd326c6bbfd58c22244215e431948a'. [INFO] [stderr] note: this is a custom toolchain, which cannot use `rustup component add` [INFO] [stderr] help: if you built this toolchain from source, and used `rustup toolchain link`, then you may be able to build the component with `x.py` [INFO] [stderr] error: 'rustfmt' is not installed for the custom toolchain '385fa9d845dd326c6bbfd58c22244215e431948a'. [INFO] [stderr] note: this is a custom toolchain, which cannot use `rustup component add` [INFO] [stderr] help: if you built this toolchain from source, and used `rustup toolchain link`, then you may be able to build the component with `x.py` [INFO] [stderr] error: 'rustfmt' is not installed for the custom toolchain '385fa9d845dd326c6bbfd58c22244215e431948a'. [INFO] [stderr] note: this is a custom toolchain, which cannot use `rustup component add` [INFO] [stderr] help: if you built this toolchain from source, and used `rustup toolchain link`, then you may be able to build the component with `x.py` [INFO] [stderr] error: 'rustfmt' is not installed for the custom toolchain '385fa9d845dd326c6bbfd58c22244215e431948a'. [INFO] [stderr] note: this is a custom toolchain, which cannot use `rustup component add` [INFO] [stderr] help: if you built this toolchain from source, and used `rustup toolchain link`, then you may be able to build the component with `x.py` [INFO] [stderr] error: 'rustfmt' is not installed for the custom toolchain '385fa9d845dd326c6bbfd58c22244215e431948a'. [INFO] [stderr] note: this is a custom toolchain, which cannot use `rustup component add` [INFO] [stderr] help: if you built this toolchain from source, and used `rustup toolchain link`, then you may be able to build the component with `x.py` [INFO] [stderr] error: 'rustfmt' is not installed for the custom toolchain '385fa9d845dd326c6bbfd58c22244215e431948a'. [INFO] [stderr] note: this is a custom toolchain, which cannot use `rustup component add` [INFO] [stderr] help: if you built this toolchain from source, and used `rustup toolchain link`, then you may be able to build the component with `x.py` [INFO] [stderr] error: 'rustfmt' is not installed for the custom toolchain '385fa9d845dd326c6bbfd58c22244215e431948a'. [INFO] [stderr] note: this is a custom toolchain, which cannot use `rustup component add` [INFO] [stderr] help: if you built this toolchain from source, and used `rustup toolchain link`, then you may be able to build the component with `x.py` [INFO] [stderr] error: 'rustfmt' is not installed for the custom toolchain '385fa9d845dd326c6bbfd58c22244215e431948a'. [INFO] [stderr] note: this is a custom toolchain, which cannot use `rustup component add` [INFO] [stderr] help: if you built this toolchain from source, and used `rustup toolchain link`, then you may be able to build the component with `x.py` [INFO] [stderr] error: 'rustfmt' is not installed for the custom toolchain '385fa9d845dd326c6bbfd58c22244215e431948a'. [INFO] [stderr] note: this is a custom toolchain, which cannot use `rustup component add` [INFO] [stderr] help: if you built this toolchain from source, and used `rustup toolchain link`, then you may be able to build the component with `x.py` [INFO] [stderr] error: 'rustfmt' is not installed for the custom toolchain '385fa9d845dd326c6bbfd58c22244215e431948a'. [INFO] [stderr] note: this is a custom toolchain, which cannot use `rustup component add` [INFO] [stderr] help: if you built this toolchain from source, and used `rustup toolchain link`, then you may be able to build the component with `x.py` [INFO] [stderr] error: 'rustfmt' is not installed for the custom toolchain '385fa9d845dd326c6bbfd58c22244215e431948a'. [INFO] [stderr] note: this is a custom toolchain, which cannot use `rustup component add` [INFO] [stderr] help: if you built this toolchain from source, and used `rustup toolchain link`, then you may be able to build the component with `x.py` [INFO] [stderr] error: 'rustfmt' is not installed for the custom toolchain '385fa9d845dd326c6bbfd58c22244215e431948a'. [INFO] [stderr] note: this is a custom toolchain, which cannot use `rustup component add` [INFO] [stderr] help: if you built this toolchain from source, and used `rustup toolchain link`, then you may be able to build the component with `x.py` [INFO] [stderr] error: 'rustfmt' is not installed for the custom toolchain '385fa9d845dd326c6bbfd58c22244215e431948a'. [INFO] [stderr] note: this is a custom toolchain, which cannot use `rustup component add` [INFO] [stderr] help: if you built this toolchain from source, and used `rustup toolchain link`, then you may be able to build the component with `x.py` [INFO] [stderr] error: 'rustfmt' is not installed for the custom toolchain '385fa9d845dd326c6bbfd58c22244215e431948a'. [INFO] [stderr] note: this is a custom toolchain, which cannot use `rustup component add` [INFO] [stderr] help: if you built this toolchain from source, and used `rustup toolchain link`, then you may be able to build the component with `x.py` [INFO] [stderr] error: 'rustfmt' is not installed for the custom toolchain '385fa9d845dd326c6bbfd58c22244215e431948a'. [INFO] [stderr] note: this is a custom toolchain, which cannot use `rustup component add` [INFO] [stderr] help: if you built this toolchain from source, and used `rustup toolchain link`, then you may be able to build the component with `x.py` [INFO] [stderr] error: 'rustfmt' is not installed for the custom toolchain '385fa9d845dd326c6bbfd58c22244215e431948a'. [INFO] [stderr] note: this is a custom toolchain, which cannot use `rustup component add` [INFO] [stderr] help: if you built this toolchain from source, and used `rustup toolchain link`, then you may be able to build the component with `x.py` [INFO] [stderr] error: 'rustfmt' is not installed for the custom toolchain '385fa9d845dd326c6bbfd58c22244215e431948a'. [INFO] [stderr] note: this is a custom toolchain, which cannot use `rustup component add` [INFO] [stderr] help: if you built this toolchain from source, and used `rustup toolchain link`, then you may be able to build the component with `x.py` [INFO] [stderr] error: 'rustfmt' is not installed for the custom toolchain '385fa9d845dd326c6bbfd58c22244215e431948a'. [INFO] [stderr] note: this is a custom toolchain, which cannot use `rustup component add` [INFO] [stderr] help: if you built this toolchain from source, and used `rustup toolchain link`, then you may be able to build the component with `x.py` [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 41.55s [INFO] running `Command { std: "docker" "inspect" "f65b01ea797ec5de20d155a2c4546f58d5ac61d16558442d5c4ed13d23046520", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f65b01ea797ec5de20d155a2c4546f58d5ac61d16558442d5c4ed13d23046520", kill_on_drop: false }` [INFO] [stdout] f65b01ea797ec5de20d155a2c4546f58d5ac61d16558442d5c4ed13d23046520