sv-parser-pp 0.8.3

Helper crate of sv-parser
Build #312538 2020-11-06T04:32:18.876321+00:00
# rustc version
rustc 1.49.0-nightly (ffa2e7ae8 2020-10-24)
# docs.rs version
docsrs 0.6.0 (78bbded 2020-10-30)

# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/sv-parser-pp-0.8.3/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/sv-parser-pp-0.8.3/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "DOCS_RS=1" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "3221225472" "--cpus" "2" "--user" "1001:1001" "--network" "none" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-j2" "--" "-Z" "unstable-options" "--extern-html-root-url" "nom_greedyerror=https://docs.rs/nom-greedyerror/0.2.0" "--extern-html-root-url" "sv_parser_error=https://docs.rs/sv-parser-error/0.8.3" "--extern-html-root-url" "sv_parser_syntaxtree=https://docs.rs/sv-parser-syntaxtree/0.8.3" "--extern-html-root-url" "sv_parser_parser=https://docs.rs/sv-parser-parser/0.8.3" "--extern-html-root-url" "nom=https://docs.rs/nom/5.1.2" "--resource-suffix" "-20201024-1.49.0-nightly-ffa2e7ae8" "--static-root-path" "/" "--cap-lints" "warn" "--disable-per-crate-search", kill_on_drop: false }`
[INFO] [stdout] 61c92d1d7033994157596202f6ef6e8de3b2c743a73200382066353f2f2c7333
[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" "61c92d1d7033994157596202f6ef6e8de3b2c743a73200382066353f2f2c7333", kill_on_drop: false }`
[INFO] [stderr] /opt/crates-build-env/entrypoint.sh: line 7: /etc/hosts: Permission denied
[INFO] [stderr]    Compiling proc-macro2 v1.0.24
[INFO] [stderr]    Compiling memchr v2.3.4
[INFO] [stderr]    Compiling unicode-xid v0.2.1
[INFO] [stderr]    Compiling syn v1.0.48
[INFO] [stderr]    Compiling bitflags v1.2.1
[INFO] [stderr]    Compiling ryu v1.0.5
[INFO] [stderr]    Compiling lexical-core v0.7.4
[INFO] [stderr]    Compiling version_check v0.9.2
[INFO] [stderr]     Checking static_assertions v1.1.0
[INFO] [stderr]     Checking arrayvec v0.5.2
[INFO] [stderr]     Checking cfg-if v0.1.10
[INFO] [stderr]     Checking bytecount v0.3.2
[INFO] [stderr]     Checking bytecount v0.6.0
[INFO] [stderr]    Compiling lazy_static v1.4.0
[INFO] [stderr]    Compiling regex-syntax v0.6.21
[INFO] [stderr]    Compiling same-file v1.0.6
[INFO] [stderr]     Checking str-concat v0.2.0
[INFO] [stderr]    Compiling nom v5.1.2
[INFO] [stderr]    Compiling thread_local v1.0.1
[INFO] [stderr]    Compiling walkdir v2.3.1
[INFO] [stderr]    Compiling aho-corasick v0.7.15
[INFO] [stderr]    Compiling quote v1.0.7
[INFO] [stderr]    Compiling regex v1.4.2
[INFO] [stderr]    Compiling sv-parser-syntaxtree v0.8.3
[INFO] [stderr]     Checking nom_locate v2.1.0
[INFO] [stderr]     Checking nom_locate v1.0.0
[INFO] [stderr]     Checking nom-greedyerror v0.2.0
[INFO] [stderr]    Compiling nom-recursive-macros v0.2.0
[INFO] [stderr]    Compiling nom-packrat-macros v0.4.0
[INFO] [stderr]    Compiling sv-parser-macros v0.8.3
[INFO] [stderr]    Compiling nom-tracable-macros v0.6.2
[INFO] [stderr]    Compiling thiserror-impl v1.0.22
[INFO] [stderr]     Checking nom-recursive v0.2.0
[INFO] [stderr]     Checking nom-packrat v0.4.0
[INFO] [stderr]     Checking nom-tracable v0.6.2
[INFO] [stderr]     Checking thiserror v1.0.22
[INFO] [stderr]     Checking sv-parser-error v0.8.3
[INFO] [stderr]     Checking sv-parser-parser v0.8.3
[INFO] [stderr]  Documenting sv-parser-pp v0.8.3 (/opt/rustwide/workdir)
[INFO] [stderr] error[E0275]: overflow evaluating the requirement `std::ptr::Unique<sv_parser_syntaxtree::CycleDelayConstRangeExpressionBinary>: std::marker::Sync`
[INFO] [stderr]   |
[INFO] [stderr]   = help: consider adding a `#![recursion_limit="256"]` attribute to your crate (`sv_parser_pp`)
[INFO] [stderr]   = note: required because it appears within the type `std::boxed::Box<sv_parser_syntaxtree::CycleDelayConstRangeExpressionBinary>`
[INFO] [stderr]   = note: required because it appears within the type `sv_parser_syntaxtree::CycleDelayConstRangeExpression`
[INFO] [stderr]   = note: required because it appears within the type `(sv_parser_syntaxtree::Symbol, sv_parser_syntaxtree::CycleDelayConstRangeExpression, sv_parser_syntaxtree::Symbol)`
[INFO] [stderr]   = note: required because it appears within the type `sv_parser_syntaxtree::Bracket<sv_parser_syntaxtree::CycleDelayConstRangeExpression>`
[INFO] [stderr]   = note: required because it appears within the type `(sv_parser_syntaxtree::Symbol, sv_parser_syntaxtree::Bracket<sv_parser_syntaxtree::CycleDelayConstRangeExpression>)`
[INFO] [stderr]   = note: required because it appears within the type `sv_parser_syntaxtree::CycleDelayRangeExpression`
[INFO] [stderr]   = note: required because of the requirements on the impl of `std::marker::Sync` for `std::ptr::Unique<sv_parser_syntaxtree::CycleDelayRangeExpression>`
[INFO] [stderr]   = note: required because it appears within the type `std::boxed::Box<sv_parser_syntaxtree::CycleDelayRangeExpression>`
[INFO] [stderr]   = note: required because it appears within the type `sv_parser_syntaxtree::CycleDelayRange`
[INFO] [stderr]   = note: required because it appears within the type `(sv_parser_syntaxtree::CycleDelayRange, sv_parser_syntaxtree::SequenceExpr, std::vec::Vec<(sv_parser_syntaxtree::CycleDelayRange, sv_parser_syntaxtree::SequenceExpr)>)`
[INFO] [stderr]   = note: required because it appears within the type `sv_parser_syntaxtree::SequenceExprCycleDelayExpr`
[INFO] [stderr]   = note: required because of the requirements on the impl of `std::marker::Sync` for `std::ptr::Unique<sv_parser_syntaxtree::SequenceExprCycleDelayExpr>`
[INFO] [stderr]   = note: required because it appears within the type `std::boxed::Box<sv_parser_syntaxtree::SequenceExprCycleDelayExpr>`
[INFO] [stderr]   = note: required because it appears within the type `sv_parser_syntaxtree::SequenceExpr`
[INFO] [stderr]   = note: required because of the requirements on the impl of `std::marker::Sync` for `std::ptr::Unique<sv_parser_syntaxtree::SequenceExpr>`
[INFO] [stderr]   = note: required because it appears within the type `std::boxed::Box<sv_parser_syntaxtree::SequenceExpr>`
[INFO] [stderr]   = note: required because it appears within the type `sv_parser_syntaxtree::SequenceActualArg`
[INFO] [stderr]   = note: required because it appears within the type `std::option::Option<sv_parser_syntaxtree::SequenceActualArg>`
[INFO] [stderr]   = note: required because it appears within the type `(std::option::Option<sv_parser_syntaxtree::SequenceActualArg>, std::vec::Vec<(sv_parser_syntaxtree::Symbol, std::option::Option<sv_parser_syntaxtree::SequenceActualArg>)>)`
[INFO] [stderr]   = note: required because it appears within the type `sv_parser_syntaxtree::List<sv_parser_syntaxtree::Symbol, std::option::Option<sv_parser_syntaxtree::SequenceActualArg>>`
[INFO] [stderr]   = note: required because it appears within the type `(sv_parser_syntaxtree::List<sv_parser_syntaxtree::Symbol, std::option::Option<sv_parser_syntaxtree::SequenceActualArg>>, std::vec::Vec<(sv_parser_syntaxtree::Symbol, sv_parser_syntaxtree::Symbol, sv_parser_syntaxtree::Identifier, sv_parser_syntaxtree::Paren<std::option::Option<sv_parser_syntaxtree::SequenceActualArg>>)>)`
[INFO] [stderr]   = note: required because it appears within the type `sv_parser_syntaxtree::SequenceListOfArgumentsOrdered`
[INFO] [stderr]   = note: required because of the requirements on the impl of `std::marker::Sync` for `std::ptr::Unique<sv_parser_syntaxtree::SequenceListOfArgumentsOrdered>`
[INFO] [stderr]   = note: required because it appears within the type `std::boxed::Box<sv_parser_syntaxtree::SequenceListOfArgumentsOrdered>`
[INFO] [stderr]   = note: required because it appears within the type `sv_parser_syntaxtree::SequenceListOfArguments`
[INFO] [stderr]   = note: required because it appears within the type `std::option::Option<sv_parser_syntaxtree::SequenceListOfArguments>`
[INFO] [stderr]   = note: required because it appears within the type `(sv_parser_syntaxtree::Symbol, std::option::Option<sv_parser_syntaxtree::SequenceListOfArguments>, sv_parser_syntaxtree::Symbol)`
[INFO] [stderr]   = note: required because it appears within the type `sv_parser_syntaxtree::Paren<std::option::Option<sv_parser_syntaxtree::SequenceListOfArguments>>`
[INFO] [stderr]   = note: required because it appears within the type `std::option::Option<sv_parser_syntaxtree::Paren<std::option::Option<sv_parser_syntaxtree::SequenceListOfArguments>>>`
[INFO] [stderr]   = note: required because it appears within the type `(sv_parser_syntaxtree::PsOrHierarchicalSequenceIdentifier, std::option::Option<sv_parser_syntaxtree::Paren<std::option::Option<sv_parser_syntaxtree::SequenceListOfArguments>>>)`
[INFO] [stderr]   = note: required because it appears within the type `sv_parser_syntaxtree::SequenceInstance`
[INFO] [stderr]   = note: required because it appears within the type `(sv_parser_syntaxtree::SequenceInstance, std::option::Option<(sv_parser_syntaxtree::Keyword, sv_parser_syntaxtree::Expression)>)`
[INFO] [stderr]   = note: required because it appears within the type `sv_parser_syntaxtree::EventExpressionSequence`
[INFO] [stderr]   = note: required because of the requirements on the impl of `std::marker::Sync` for `std::ptr::Unique<sv_parser_syntaxtree::EventExpressionSequence>`
[INFO] [stderr]   = note: required because it appears within the type `std::boxed::Box<sv_parser_syntaxtree::EventExpressionSequence>`
[INFO] [stderr]   = note: required because it appears within the type `sv_parser_syntaxtree::EventExpression`
[INFO] [stderr]   = note: required because it appears within the type `(sv_parser_syntaxtree::Symbol, sv_parser_syntaxtree::EventExpression, sv_parser_syntaxtree::Symbol)`
[INFO] [stderr]   = note: required because it appears within the type `sv_parser_syntaxtree::Paren<sv_parser_syntaxtree::EventExpression>`
[INFO] [stderr]   = note: required because it appears within the type `(sv_parser_syntaxtree::Symbol, sv_parser_syntaxtree::Paren<sv_parser_syntaxtree::EventExpression>)`
[INFO] [stderr]   = note: required because it appears within the type `sv_parser_syntaxtree::ClockingEventExpression`
[INFO] [stderr]   = note: required because of the requirements on the impl of `std::marker::Sync` for `std::ptr::Unique<sv_parser_syntaxtree::ClockingEventExpression>`
[INFO] [stderr]   = note: required because it appears within the type `std::boxed::Box<sv_parser_syntaxtree::ClockingEventExpression>`
[INFO] [stderr]   = note: required because it appears within the type `sv_parser_syntaxtree::ClockingEvent`
[INFO] [stderr]   = note: required because it appears within the type `std::option::Option<sv_parser_syntaxtree::ClockingEvent>`
[INFO] [stderr]   = note: required because it appears within the type `(sv_parser_syntaxtree::Symbol, std::option::Option<sv_parser_syntaxtree::ClockingEvent>)`
[INFO] [stderr]   = note: required because it appears within the type `std::option::Option<(sv_parser_syntaxtree::Symbol, std::option::Option<sv_parser_syntaxtree::ClockingEvent>)>`
[INFO] [stderr]   = note: required because it appears within the type `(sv_parser_syntaxtree::List<sv_parser_syntaxtree::Symbol, std::option::Option<sv_parser_syntaxtree::Expression>>, std::option::Option<(sv_parser_syntaxtree::Symbol, std::option::Option<sv_parser_syntaxtree::ClockingEvent>)>)`
[INFO] [stderr]   = note: required because it appears within the type `(sv_parser_syntaxtree::Symbol, (sv_parser_syntaxtree::List<sv_parser_syntaxtree::Symbol, std::option::Option<sv_parser_syntaxtree::Expression>>, std::option::Option<(sv_parser_syntaxtree::Symbol, std::option::Option<sv_parser_syntaxtree::ClockingEvent>)>), sv_parser_syntaxtree::Symbol)`
[INFO] [stderr]   = note: required because it appears within the type `sv_parser_syntaxtree::Paren<(sv_parser_syntaxtree::List<sv_parser_syntaxtree::Symbol, std::option::Option<sv_parser_syntaxtree::Expression>>, std::option::Option<(sv_parser_syntaxtree::Symbol, std::option::Option<sv_parser_syntaxtree::ClockingEvent>)>)>`
[INFO] [stderr]   = note: required because it appears within the type `(sv_parser_syntaxtree::SystemTfIdentifier, sv_parser_syntaxtree::Paren<(sv_parser_syntaxtree::List<sv_parser_syntaxtree::Symbol, std::option::Option<sv_parser_syntaxtree::Expression>>, std::option::Option<(sv_parser_syntaxtree::Symbol, std::option::Option<sv_parser_syntaxtree::ClockingEvent>)>)>)`
[INFO] [stderr]   = note: required because it appears within the type `sv_parser_syntaxtree::SystemTfCallArgExpression`
[INFO] [stderr]   = note: required because of the requirements on the impl of `std::marker::Sync` for `std::ptr::Unique<sv_parser_syntaxtree::SystemTfCallArgExpression>`
[INFO] [stderr]   = note: required because it appears within the type `std::boxed::Box<sv_parser_syntaxtree::SystemTfCallArgExpression>`
[INFO] [stderr]   = note: required because it appears within the type `sv_parser_syntaxtree::SystemTfCall`
[INFO] [stderr]   = note: required because of the requirements on the impl of `std::marker::Sync` for `std::ptr::Unique<sv_parser_syntaxtree::SystemTfCall>`
[INFO] [stderr]   = note: required because it appears within the type `std::boxed::Box<sv_parser_syntaxtree::SystemTfCall>`
[INFO] [stderr]   = note: required because it appears within the type `sv_parser_syntaxtree::SubroutineCall`
[INFO] [stderr]   = note: required because it appears within the type `(sv_parser_syntaxtree::SubroutineCall,)`
[INFO] [stderr]   = note: required because it appears within the type `sv_parser_syntaxtree::FunctionSubroutineCall`
[INFO] [stderr]   = note: required because of the requirements on the impl of `std::marker::Sync` for `std::ptr::Unique<sv_parser_syntaxtree::FunctionSubroutineCall>`
[INFO] [stderr]   = note: required because it appears within the type `std::boxed::Box<sv_parser_syntaxtree::FunctionSubroutineCall>`
[INFO] [stderr]   = note: required because it appears within the type `sv_parser_syntaxtree::Primary`
[INFO] [stderr]   = note: required because of the requirements on the impl of `std::marker::Sync` for `std::ptr::Unique<sv_parser_syntaxtree::Primary>`
[INFO] [stderr]   = note: required because it appears within the type `std::boxed::Box<sv_parser_syntaxtree::Primary>`
[INFO] [stderr]   = note: required because it appears within the type `sv_parser_syntaxtree::Expression`
[INFO] [stderr]   = note: required because of the requirements on the impl of `std::marker::Sync` for `std::ptr::Unique<sv_parser_syntaxtree::Expression>`
[INFO] [stderr]   = note: required because it appears within the type `std::boxed::Box<sv_parser_syntaxtree::Expression>`
[INFO] [stderr]   = note: required because it appears within the type `sv_parser_syntaxtree::MintypmaxExpression`
[INFO] [stderr]   = note: required because of the requirements on the impl of `std::marker::Sync` for `std::ptr::Unique<sv_parser_syntaxtree::MintypmaxExpression>`
[INFO] [stderr]   = note: required because it appears within the type `std::boxed::Box<sv_parser_syntaxtree::MintypmaxExpression>`
[INFO] [stderr]   = note: required because it appears within the type `sv_parser_syntaxtree::ParamExpression`
[INFO] [stderr]   = note: required because it appears within the type `(sv_parser_syntaxtree::ParamExpression,)`
[INFO] [stderr]   = note: required because it appears within the type `sv_parser_syntaxtree::OrderedParameterAssignment`
[INFO] [stderr]   = note: required because it appears within the type `(sv_parser_syntaxtree::OrderedParameterAssignment, std::vec::Vec<(sv_parser_syntaxtree::Symbol, sv_parser_syntaxtree::OrderedParameterAssignment)>)`
[INFO] [stderr]   = note: required because it appears within the type `sv_parser_syntaxtree::List<sv_parser_syntaxtree::Symbol, sv_parser_syntaxtree::OrderedParameterAssignment>`
[INFO] [stderr]   = note: required because it appears within the type `(sv_parser_syntaxtree::List<sv_parser_syntaxtree::Symbol, sv_parser_syntaxtree::OrderedParameterAssignment>,)`
[INFO] [stderr]   = note: required because it appears within the type `sv_parser_syntaxtree::ListOfParameterAssignmentsOrdered`
[INFO] [stderr]   = note: required because of the requirements on the impl of `std::marker::Sync` for `std::ptr::Unique<sv_parser_syntaxtree::ListOfParameterAssignmentsOrdered>`
[INFO] [stderr]   = note: required because it appears within the type `std::boxed::Box<sv_parser_syntaxtree::ListOfParameterAssignmentsOrdered>`
[INFO] [stderr]   = note: required because it appears within the type `sv_parser_syntaxtree::ListOfParameterAssignments`
[INFO] [stderr]   = note: required because it appears within the type `std::option::Option<sv_parser_syntaxtree::ListOfParameterAssignments>`
[INFO] [stderr]   = note: required because it appears within the type `(sv_parser_syntaxtree::Symbol, std::option::Option<sv_parser_syntaxtree::ListOfParameterAssignments>, sv_parser_syntaxtree::Symbol)`
[INFO] [stderr]   = note: required because it appears within the type `sv_parser_syntaxtree::Paren<std::option::Option<sv_parser_syntaxtree::ListOfParameterAssignments>>`
[INFO] [stderr]   = note: required because it appears within the type `(sv_parser_syntaxtree::Symbol, sv_parser_syntaxtree::Paren<std::option::Option<sv_parser_syntaxtree::ListOfParameterAssignments>>)`
[INFO] [stderr]   = note: required because it appears within the type `sv_parser_syntaxtree::ParameterValueAssignment`
[INFO] [stderr]   = note: required because it appears within the type `std::option::Option<sv_parser_syntaxtree::ParameterValueAssignment>`
[INFO] [stderr]   = note: required because it appears within the type `(sv_parser_syntaxtree::PsClassIdentifier, std::option::Option<sv_parser_syntaxtree::ParameterValueAssignment>, std::vec::Vec<(sv_parser_syntaxtree::Symbol, sv_parser_syntaxtree::ClassIdentifier, std::option::Option<sv_parser_syntaxtree::ParameterValueAssignment>)>)`
[INFO] [stderr]   = note: required because it appears within the type `sv_parser_syntaxtree::ClassType`
[INFO] [stderr]   = note: required because it appears within the type `(sv_parser_syntaxtree::ClassType, sv_parser_syntaxtree::Symbol)`
[INFO] [stderr]   = note: required because it appears within the type `sv_parser_syntaxtree::ClassScope`
[INFO] [stderr]   = note: required because of the requirements on the impl of `std::marker::Sync` for `std::ptr::Unique<sv_parser_syntaxtree::ClassScope>`
[INFO] [stderr]   = note: required because it appears within the type `std::boxed::Box<sv_parser_syntaxtree::ClassScope>`
[INFO] [stderr]   = note: required because it appears within the type `sv_parser_syntaxtree::PackageScopeOrClassScope`
[INFO] [stderr]   = note: required because it appears within the type `std::option::Option<sv_parser_syntaxtree::PackageScopeOrClassScope>`
[INFO] [stderr]   = note: required because it appears within the type `(std::option::Option<sv_parser_syntaxtree::PackageScopeOrClassScope>, sv_parser_syntaxtree::ParameterIdentifier)`
[INFO] [stderr]   = note: required because it appears within the type `sv_parser_syntaxtree::PsParameterIdentifierScope`
[INFO] [stderr]   = note: required because of the requirements on the impl of `std::marker::Sync` for `std::ptr::Unique<sv_parser_syntaxtree::PsParameterIdentifierScope>`
[INFO] [stderr]   = note: required because it appears within the type `std::boxed::Box<sv_parser_syntaxtree::PsParameterIdentifierScope>`
[INFO] [stderr]   = note: required because it appears within the type `sv_parser_syntaxtree::PsParameterIdentifier`
[INFO] [stderr]   = note: required because it appears within the type `(sv_parser_syntaxtree::PsParameterIdentifier, sv_parser_syntaxtree::ConstantSelect)`
[INFO] [stderr]   = note: required because it appears within the type `sv_parser_syntaxtree::ConstantPrimaryPsParameter`
[INFO] [stderr]   = note: required because of the requirements on the impl of `std::marker::Sync` for `std::ptr::Unique<sv_parser_syntaxtree::ConstantPrimaryPsParameter>`
[INFO] [stderr]   = note: required because it appears within the type `std::boxed::Box<sv_parser_syntaxtree::ConstantPrimaryPsParameter>`
[INFO] [stderr]   = note: required because it appears within the type `sv_parser_syntaxtree::ConstantPrimary`
[INFO] [stderr]   = note: required because of the requirements on the impl of `std::marker::Sync` for `std::ptr::Unique<sv_parser_syntaxtree::ConstantPrimary>`
[INFO] [stderr]   = note: required because it appears within the type `std::boxed::Box<sv_parser_syntaxtree::ConstantPrimary>`
[INFO] [stderr]   = note: required because it appears within the type `sv_parser_syntaxtree::ConstantExpression`
[INFO] [stderr]   = note: required because it appears within the type `(sv_parser_syntaxtree::Symbol, sv_parser_syntaxtree::ConstantExpression, sv_parser_syntaxtree::Symbol)`
[INFO] [stderr]   = note: required because it appears within the type `sv_parser_syntaxtree::Bracket<sv_parser_syntaxtree::ConstantExpression>`
[INFO] [stderr]   = note: required because of the requirements on the impl of `std::marker::Sync` for `std::ptr::Unique<sv_parser_syntaxtree::Bracket<sv_parser_syntaxtree::ConstantExpression>>`
[INFO] [stderr]   = note: required because it appears within the type `alloc::raw_vec::RawVec<sv_parser_syntaxtree::Bracket<sv_parser_syntaxtree::ConstantExpression>>`
[INFO] [stderr]   = note: required because it appears within the type `std::vec::Vec<sv_parser_syntaxtree::Bracket<sv_parser_syntaxtree::ConstantExpression>>`
[INFO] [stderr]   = note: required because it appears within the type `(std::vec::Vec<sv_parser_syntaxtree::Bracket<sv_parser_syntaxtree::ConstantExpression>>,)`
[INFO] [stderr]   = note: required because it appears within the type `sv_parser_syntaxtree::ConstantBitSelect`
[INFO] [stderr]   = note: required because it appears within the type `(sv_parser_syntaxtree::Identifier, sv_parser_syntaxtree::ConstantBitSelect, sv_parser_syntaxtree::Symbol)`
[INFO] [stderr]   = note: required because of the requirements on the impl of `std::marker::Sync` for `std::ptr::Unique<(sv_parser_syntaxtree::Identifier, sv_parser_syntaxtree::ConstantBitSelect, sv_parser_syntaxtree::Symbol)>`
[INFO] [stderr]   = note: required because it appears within the type `alloc::raw_vec::RawVec<(sv_parser_syntaxtree::Identifier, sv_parser_syntaxtree::ConstantBitSelect, sv_parser_syntaxtree::Symbol)>`
[INFO] [stderr]   = note: required because it appears within the type `std::vec::Vec<(sv_parser_syntaxtree::Identifier, sv_parser_syntaxtree::ConstantBitSelect, sv_parser_syntaxtree::Symbol)>`
[INFO] [stderr]   = note: required because it appears within the type `(std::option::Option<sv_parser_syntaxtree::Root>, std::vec::Vec<(sv_parser_syntaxtree::Identifier, sv_parser_syntaxtree::ConstantBitSelect, sv_parser_syntaxtree::Symbol)>, sv_parser_syntaxtree::Identifier)`
[INFO] [stderr]   = note: required because it appears within the type `sv_parser_syntaxtree::HierarchicalIdentifier`
[INFO] [stderr]   = note: required because it appears within the type `(sv_parser_syntaxtree::HierarchicalIdentifier,)`
[INFO] [stderr]   = note: required because it appears within the type `sv_parser_syntaxtree::HierarchicalArrayIdentifier`
[INFO] [stderr]   = note: required because of the requirements on the impl of `std::marker::Send` for `&'a sv_parser_syntaxtree::HierarchicalArrayIdentifier`
[INFO] [stderr]   = note: required because it appears within the type `sv_parser_syntaxtree::RefNode<'a>`
[INFO] [stderr]   = note: required because of the requirements on the impl of `std::marker::Send` for `std::ptr::Unique<sv_parser_syntaxtree::RefNode<'a>>`
[INFO] [stderr]   = note: required because it appears within the type `alloc::raw_vec::RawVec<sv_parser_syntaxtree::RefNode<'a>>`
[INFO] [stderr]   = note: required because it appears within the type `std::vec::Vec<sv_parser_syntaxtree::RefNode<'a>>`
[INFO] [stderr]   = note: required because it appears within the type `preprocess::SkipNodes<'a>`
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to previous error
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0275`.
[INFO] [stderr] error: could not document `sv-parser-pp`
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `rustdoc --edition=2018 --crate-type lib --crate-name sv_parser_pp src/lib.rs -o /opt/rustwide/target/doc --cfg 'feature="default"' --error-format=json --json=diagnostic-rendered-ansi -Z unstable-options --extern-html-root-url 'nom_greedyerror=https://docs.rs/nom-greedyerror/0.2.0' --extern-html-root-url 'sv_parser_error=https://docs.rs/sv-parser-error/0.8.3' --extern-html-root-url 'sv_parser_syntaxtree=https://docs.rs/sv-parser-syntaxtree/0.8.3' --extern-html-root-url 'sv_parser_parser=https://docs.rs/sv-parser-parser/0.8.3' --extern-html-root-url 'nom=https://docs.rs/nom/5.1.2' --resource-suffix -20201024-1.49.0-nightly-ffa2e7ae8 --static-root-path / --cap-lints warn --disable-per-crate-search -L dependency=/opt/rustwide/target/debug/deps --extern nom=/opt/rustwide/target/debug/deps/libnom-2aa4dc58fdf63e8b.rmeta --extern nom_greedyerror=/opt/rustwide/target/debug/deps/libnom_greedyerror-bfa12511a999bd29.rmeta --extern sv_parser_error=/opt/rustwide/target/debug/deps/libsv_parser_error-495d9bedb92e6105.rmeta --extern sv_parser_parser=/opt/rustwide/target/debug/deps/libsv_parser_parser-6a3038b7c95eeb04.rmeta --extern sv_parser_syntaxtree=/opt/rustwide/target/debug/deps/libsv_parser_syntaxtree-a59a2b404108933a.rmeta --crate-version 0.8.3` (exit code: 1)
[INFO] running `Command { std: "docker" "inspect" "61c92d1d7033994157596202f6ef6e8de3b2c743a73200382066353f2f2c7333", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "61c92d1d7033994157596202f6ef6e8de3b2c743a73200382066353f2f2c7333", kill_on_drop: false }`
[INFO] [stdout] 61c92d1d7033994157596202f6ef6e8de3b2c743a73200382066353f2f2c7333