[INFO] fetching crate umgap 1.1.0...
[INFO] testing umgap-1.1.0 against 1.97.0-beta.6 for beta-1.98-1
[INFO] extracting crate umgap 1.1.0 into /workspace/builds/worker-6-tc1/source
[INFO] started tweaking crates.io crate umgap 1.1.0
[INFO] finished tweaking crates.io crate umgap 1.1.0
[INFO] tweaked toml for crates.io crate umgap 1.1.0 written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate umgap 1.1.0 on toolchain 1.97.0-beta.6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.97.0-beta.6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate umgap 1.1.0 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" "+1.97.0-beta.6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded strum v0.17.1
[INFO] [stderr]   Downloaded unicode-segmentation v1.11.0
[INFO] [stderr]   Downloaded windows-targets v0.52.3
[INFO] [stderr]   Downloaded strum_macros v0.17.1
[INFO] [stderr]   Downloaded memmap v0.6.2
[INFO] [stderr]   Downloaded schannel v0.1.23
[INFO] [stderr]   Downloaded attohttpc v0.15.0
[INFO] [stderr]   Downloaded openssl-sys v0.9.101
[INFO] [stderr]   Downloaded cc v1.0.88
[INFO] [stderr]   Downloaded rayon v1.9.0
[INFO] [stderr]   Downloaded syn v2.0.51
[INFO] [stderr]   Downloaded openssl v0.10.64
[INFO] [stderr]   Downloaded windows_x86_64_gnullvm v0.52.3
[INFO] [stderr]   Downloaded windows_aarch64_gnullvm v0.52.3
[INFO] [stderr]   Downloaded windows_x86_64_gnu v0.52.3
[INFO] [stderr]   Downloaded windows_x86_64_msvc v0.52.3
[INFO] [stderr]   Downloaded windows_aarch64_msvc v0.52.3
[INFO] [stderr]   Downloaded windows_i686_gnu v0.52.3
[INFO] [stderr]   Downloaded windows_i686_msvc v0.52.3
[INFO] [stderr]   Downloaded fst v0.3.5
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] b6898c6133b8dd2742feb484d9a77a875a4737c8a10f9ef5c2aed909cb756602
[INFO] running `Command { std: "docker" "start" "b6898c6133b8dd2742feb484d9a77a875a4737c8a10f9ef5c2aed909cb756602", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b6898c6133b8dd2742feb484d9a77a875a4737c8a10f9ef5c2aed909cb756602", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "b6898c6133b8dd2742feb484d9a77a875a4737c8a10f9ef5c2aed909cb756602" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b6898c6133b8dd2742feb484d9a77a875a4737c8a10f9ef5c2aed909cb756602", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "b6898c6133b8dd2742feb484d9a77a875a4737c8a10f9ef5c2aed909cb756602" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.78
[INFO] [stderr]    Compiling unicode-ident v1.0.12
[INFO] [stderr]    Compiling libc v0.2.153
[INFO] [stderr]    Compiling cc v1.0.88
[INFO] [stderr]    Compiling version_check v0.9.4
[INFO] [stderr]    Compiling pkg-config v0.3.30
[INFO] [stderr]    Compiling memchr v2.7.1
[INFO] [stderr]    Compiling crossbeam-utils v0.8.19
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling serde v1.0.197
[INFO] [stderr]    Compiling adler v1.0.2
[INFO] [stderr]    Compiling openssl v0.10.64
[INFO] [stderr]    Compiling unicode-segmentation v1.11.0
[INFO] [stderr]    Compiling tinyvec v1.6.0
[INFO] [stderr]    Compiling itoa v1.0.10
[INFO] [stderr]    Compiling crc32fast v1.4.0
[INFO] [stderr]    Compiling num-traits v0.2.18
[INFO] [stderr]    Compiling miniz_oxide v0.7.2
[INFO] [stderr]    Compiling once_cell v1.19.0
[INFO] [stderr]    Compiling serde_json v1.0.114
[INFO] [stderr]    Compiling native-tls v0.2.11
[INFO] [stderr]    Compiling unicode-width v0.1.11
[INFO] [stderr]    Compiling rayon-core v1.12.1
[INFO] [stderr]    Compiling bitflags v2.4.2
[INFO] [stderr]    Compiling unicode-bidi v0.3.15
[INFO] [stderr]    Compiling gimli v0.28.1
[INFO] [stderr]    Compiling percent-encoding v2.3.1
[INFO] [stderr]    Compiling ryu v1.0.17
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling form_urlencoded v1.2.1
[INFO] [stderr]    Compiling error-chain v0.12.4
[INFO] [stderr]    Compiling textwrap v0.11.0
[INFO] [stderr]    Compiling aho-corasick v1.1.2
[INFO] [stderr]    Compiling heck v0.3.3
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling object v0.32.2
[INFO] [stderr]    Compiling log v0.4.20
[INFO] [stderr]    Compiling quote v1.0.35
[INFO] [stderr]    Compiling crossbeam-deque v0.8.5
[INFO] [stderr]    Compiling strsim v0.8.0
[INFO] [stderr]    Compiling openssl-probe v0.1.5
[INFO] [stderr]    Compiling rustc-demangle v0.1.23
[INFO] [stderr]    Compiling syn v2.0.51
[INFO] [stderr]    Compiling bytes v1.5.0
[INFO] [stderr]    Compiling regex-syntax v0.8.2
[INFO] [stderr]    Compiling vec_map v0.8.2
[INFO] [stderr]    Compiling ansi_term v0.12.1
[INFO] [stderr]    Compiling unicode-normalization v0.1.23
[INFO] [stderr]    Compiling flate2 v1.0.28
[INFO] [stderr]    Compiling csv-core v0.1.11
[INFO] [stderr]    Compiling http v0.2.11
[INFO] [stderr]    Compiling either v1.10.0
[INFO] [stderr]    Compiling idna v0.5.0
[INFO] [stderr]    Compiling openssl-sys v0.9.101
[INFO] [stderr]    Compiling backtrace v0.3.69
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling clap v2.34.0
[INFO] [stderr]    Compiling memmap v0.6.2
[INFO] [stderr]    Compiling fst v0.3.5
[INFO] [stderr]    Compiling rayon v1.9.0
[INFO] [stderr]    Compiling strum v0.17.1
[INFO] [stderr]    Compiling url v2.5.0
[INFO] [stderr]    Compiling ordered-float v1.1.1
[INFO] [stderr]    Compiling regex-automata v0.4.5
[INFO] [stderr]    Compiling addr2line v0.21.0
[INFO] [stderr]    Compiling csv v1.3.0
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling structopt-derive v0.4.18
[INFO] [stderr]    Compiling strum_macros v0.17.1
[INFO] [stderr]    Compiling structopt v0.3.26
[INFO] [stderr]    Compiling regex v1.10.3
[INFO] [stderr]    Compiling attohttpc v0.15.0
[INFO] [stderr]    Compiling umgap v1.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition name: `has_error_description_deprecated`
[INFO] [stdout]   --> src/agg/mod.rs:46:1
[INFO] [stdout]    |
[INFO] [stdout] 46 | / error_chain! {
[INFO] [stdout] 47 | |     links {
[INFO] [stdout] 48 | |         Taxon(taxon::Error, taxon::ErrorKind) #[doc = "Taxon"];
[INFO] [stdout] ...  |
[INFO] [stdout] 57 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: expected names are: `docsrs`, `feature`, and `test` and 32 more
[INFO] [stdout]    = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]    = help: try referring to `impl_error_chain_processed` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout]    = note: this warning originates in the macro `impl_error_chain_processed` which comes from the expansion of the macro `error_chain` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `has_error_description_deprecated`
[INFO] [stdout]    --> src/commands/taxa2agg.rs:241:1
[INFO] [stdout]     |
[INFO] [stdout] 241 | / error_chain! {
[INFO] [stdout] 242 | |     errors {
[INFO] [stdout] 243 | |         /// Unparseable Method
[INFO] [stdout] 244 | |         ParseMethodError(method: String) {
[INFO] [stdout] ...   |
[INFO] [stdout] 254 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]     = help: try referring to `impl_error_chain_processed` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `impl_error_chain_processed` which comes from the expansion of the macro `error_chain` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `has_error_description_deprecated`
[INFO] [stdout]    --> src/commands/translate.rs:190:1
[INFO] [stdout]     |
[INFO] [stdout] 190 | / error_chain! {
[INFO] [stdout] 191 | |     errors {
[INFO] [stdout] 192 | |         /// Unparseable Frame
[INFO] [stdout] 193 | |         ParseFrameError(frame: String) {
[INFO] [stdout] ...   |
[INFO] [stdout] 198 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]     = help: try referring to `impl_error_chain_processed` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `impl_error_chain_processed` which comes from the expansion of the macro `error_chain` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `has_error_description_deprecated`
[INFO] [stdout]    --> src/dna/translation.rs:187:1
[INFO] [stdout]     |
[INFO] [stdout] 187 | / error_chain! {
[INFO] [stdout] 188 | |     foreign_links {
[INFO] [stdout] 189 | |         ParseTableNumber(std::num::ParseIntError) #[doc = "Indicates failure to parse the table number as a number"];
[INFO] [stdout] ...   |
[INFO] [stdout] 198 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]     = help: try referring to `impl_error_chain_processed` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `impl_error_chain_processed` which comes from the expansion of the macro `error_chain` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `has_error_description_deprecated`
[INFO] [stdout]   --> src/errors.rs:16:1
[INFO] [stdout]    |
[INFO] [stdout] 16 | / error_chain! {
[INFO] [stdout] 17 | |     links {
[INFO] [stdout] 18 | |         Taxon(taxon::Error, taxon::ErrorKind) #[doc = "Error propagated from Taxon"];
[INFO] [stdout] 19 | |         Translation(translation::Error, translation::ErrorKind) #[doc = "Error propagated from Translation"];
[INFO] [stdout] ...  |
[INFO] [stdout] 37 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]    = help: try referring to `impl_error_chain_processed` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `impl_error_chain_processed` which comes from the expansion of the macro `error_chain` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `has_error_description_deprecated`
[INFO] [stdout]    --> src/taxon.rs:394:1
[INFO] [stdout]     |
[INFO] [stdout] 394 | / error_chain! {
[INFO] [stdout] 395 | |     foreign_links {
[INFO] [stdout] 396 | |         UnknownRank(strum::ParseError) #[doc = "Encountered an unknown rank"];
[INFO] [stdout] 397 | |         InvalidID(std::num::ParseIntError) #[doc = "Indicates failure to parse a Taxon ID"];
[INFO] [stdout] ...   |
[INFO] [stdout] 406 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]     = help: try referring to `impl_error_chain_processed` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `impl_error_chain_processed` which comes from the expansion of the macro `error_chain` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/rmq/mix.rs:75:25
[INFO] [stdout]    |
[INFO] [stdout] 75 |                     let mut weight = weights.entry(left).or_insert_with(Weights::new);
[INFO] [stdout]    |                         ----^^^^^^
[INFO] [stdout]    |                         |
[INFO] [stdout]    |                         help: remove this `mut`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.69s
[INFO] running `Command { std: "docker" "inspect" "b6898c6133b8dd2742feb484d9a77a875a4737c8a10f9ef5c2aed909cb756602", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "b6898c6133b8dd2742feb484d9a77a875a4737c8a10f9ef5c2aed909cb756602" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling assert_matches v1.5.0
[INFO] [stdout] warning: unexpected `cfg` condition name: `has_error_description_deprecated`
[INFO] [stdout]   --> src/agg/mod.rs:46:1
[INFO] [stdout]    |
[INFO] [stdout] 46 | / error_chain! {
[INFO] [stdout] 47 | |     links {
[INFO] [stdout] 48 | |         Taxon(taxon::Error, taxon::ErrorKind) #[doc = "Taxon"];
[INFO] [stdout] ...  |
[INFO] [stdout] 57 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: expected names are: `docsrs`, `feature`, and `test` and 32 more
[INFO] [stdout]    = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]    = help: try referring to `impl_error_chain_processed` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout]    = note: this warning originates in the macro `impl_error_chain_processed` which comes from the expansion of the macro `error_chain` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `has_error_description_deprecated`
[INFO] [stdout]    --> src/commands/taxa2agg.rs:241:1
[INFO] [stdout]     |
[INFO] [stdout] 241 | / error_chain! {
[INFO] [stdout] 242 | |     errors {
[INFO] [stdout] 243 | |         /// Unparseable Method
[INFO] [stdout] 244 | |         ParseMethodError(method: String) {
[INFO] [stdout] ...   |
[INFO] [stdout] 254 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]     = help: try referring to `impl_error_chain_processed` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `impl_error_chain_processed` which comes from the expansion of the macro `error_chain` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `has_error_description_deprecated`
[INFO] [stdout]    --> src/commands/translate.rs:190:1
[INFO] [stdout]     |
[INFO] [stdout] 190 | / error_chain! {
[INFO] [stdout] 191 | |     errors {
[INFO] [stdout] 192 | |         /// Unparseable Frame
[INFO] [stdout] 193 | |         ParseFrameError(frame: String) {
[INFO] [stdout] ...   |
[INFO] [stdout] 198 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]     = help: try referring to `impl_error_chain_processed` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `impl_error_chain_processed` which comes from the expansion of the macro `error_chain` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `has_error_description_deprecated`
[INFO] [stdout]    --> src/dna/translation.rs:187:1
[INFO] [stdout]     |
[INFO] [stdout] 187 | / error_chain! {
[INFO] [stdout] 188 | |     foreign_links {
[INFO] [stdout] 189 | |         ParseTableNumber(std::num::ParseIntError) #[doc = "Indicates failure to parse the table number as a number"];
[INFO] [stdout] ...   |
[INFO] [stdout] 198 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]     = help: try referring to `impl_error_chain_processed` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `impl_error_chain_processed` which comes from the expansion of the macro `error_chain` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `has_error_description_deprecated`
[INFO] [stdout]   --> src/errors.rs:16:1
[INFO] [stdout]    |
[INFO] [stdout] 16 | / error_chain! {
[INFO] [stdout] 17 | |     links {
[INFO] [stdout] 18 | |         Taxon(taxon::Error, taxon::ErrorKind) #[doc = "Error propagated from Taxon"];
[INFO] [stdout] 19 | |         Translation(translation::Error, translation::ErrorKind) #[doc = "Error propagated from Translation"];
[INFO] [stdout] ...  |
[INFO] [stdout] 37 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]    = help: try referring to `impl_error_chain_processed` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `impl_error_chain_processed` which comes from the expansion of the macro `error_chain` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `has_error_description_deprecated`
[INFO] [stdout]    --> src/taxon.rs:394:1
[INFO] [stdout]     |
[INFO] [stdout] 394 | / error_chain! {
[INFO] [stdout] 395 | |     foreign_links {
[INFO] [stdout] 396 | |         UnknownRank(strum::ParseError) #[doc = "Encountered an unknown rank"];
[INFO] [stdout] 397 | |         InvalidID(std::num::ParseIntError) #[doc = "Indicates failure to parse a Taxon ID"];
[INFO] [stdout] ...   |
[INFO] [stdout] 406 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]     = help: try referring to `impl_error_chain_processed` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `impl_error_chain_processed` which comes from the expansion of the macro `error_chain` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/rmq/mix.rs:75:25
[INFO] [stdout]    |
[INFO] [stdout] 75 |                     let mut weight = weights.entry(left).or_insert_with(Weights::new);
[INFO] [stdout]    |                         ----^^^^^^
[INFO] [stdout]    |                         |
[INFO] [stdout]    |                         help: remove this `mut`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling umgap v1.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition name: `has_error_description_deprecated`
[INFO] [stdout]   --> src/agg/mod.rs:46:1
[INFO] [stdout]    |
[INFO] [stdout] 46 | / error_chain! {
[INFO] [stdout] 47 | |     links {
[INFO] [stdout] 48 | |         Taxon(taxon::Error, taxon::ErrorKind) #[doc = "Taxon"];
[INFO] [stdout] ...  |
[INFO] [stdout] 57 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: expected names are: `docsrs`, `feature`, and `test` and 32 more
[INFO] [stdout]    = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]    = help: try referring to `impl_error_chain_processed` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout]    = note: this warning originates in the macro `impl_error_chain_processed` which comes from the expansion of the macro `error_chain` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `has_error_description_deprecated`
[INFO] [stdout]    --> src/commands/taxa2agg.rs:241:1
[INFO] [stdout]     |
[INFO] [stdout] 241 | / error_chain! {
[INFO] [stdout] 242 | |     errors {
[INFO] [stdout] 243 | |         /// Unparseable Method
[INFO] [stdout] 244 | |         ParseMethodError(method: String) {
[INFO] [stdout] ...   |
[INFO] [stdout] 254 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]     = help: try referring to `impl_error_chain_processed` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `impl_error_chain_processed` which comes from the expansion of the macro `error_chain` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `has_error_description_deprecated`
[INFO] [stdout]    --> src/commands/translate.rs:190:1
[INFO] [stdout]     |
[INFO] [stdout] 190 | / error_chain! {
[INFO] [stdout] 191 | |     errors {
[INFO] [stdout] 192 | |         /// Unparseable Frame
[INFO] [stdout] 193 | |         ParseFrameError(frame: String) {
[INFO] [stdout] ...   |
[INFO] [stdout] 198 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]     = help: try referring to `impl_error_chain_processed` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `impl_error_chain_processed` which comes from the expansion of the macro `error_chain` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `has_error_description_deprecated`
[INFO] [stdout]    --> src/dna/translation.rs:187:1
[INFO] [stdout]     |
[INFO] [stdout] 187 | / error_chain! {
[INFO] [stdout] 188 | |     foreign_links {
[INFO] [stdout] 189 | |         ParseTableNumber(std::num::ParseIntError) #[doc = "Indicates failure to parse the table number as a number"];
[INFO] [stdout] ...   |
[INFO] [stdout] 198 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]     = help: try referring to `impl_error_chain_processed` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `impl_error_chain_processed` which comes from the expansion of the macro `error_chain` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `has_error_description_deprecated`
[INFO] [stdout]   --> src/errors.rs:16:1
[INFO] [stdout]    |
[INFO] [stdout] 16 | / error_chain! {
[INFO] [stdout] 17 | |     links {
[INFO] [stdout] 18 | |         Taxon(taxon::Error, taxon::ErrorKind) #[doc = "Error propagated from Taxon"];
[INFO] [stdout] 19 | |         Translation(translation::Error, translation::ErrorKind) #[doc = "Error propagated from Translation"];
[INFO] [stdout] ...  |
[INFO] [stdout] 37 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]    = help: try referring to `impl_error_chain_processed` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `impl_error_chain_processed` which comes from the expansion of the macro `error_chain` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `has_error_description_deprecated`
[INFO] [stdout]    --> src/taxon.rs:394:1
[INFO] [stdout]     |
[INFO] [stdout] 394 | / error_chain! {
[INFO] [stdout] 395 | |     foreign_links {
[INFO] [stdout] 396 | |         UnknownRank(strum::ParseError) #[doc = "Encountered an unknown rank"];
[INFO] [stdout] 397 | |         InvalidID(std::num::ParseIntError) #[doc = "Indicates failure to parse a Taxon ID"];
[INFO] [stdout] ...   |
[INFO] [stdout] 406 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]     = help: try referring to `impl_error_chain_processed` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `impl_error_chain_processed` which comes from the expansion of the macro `error_chain` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/rmq/mix.rs:75:25
[INFO] [stdout]    |
[INFO] [stdout] 75 |                     let mut weight = weights.entry(left).or_insert_with(Weights::new);
[INFO] [stdout]    |                         ----^^^^^^
[INFO] [stdout]    |                         |
[INFO] [stdout]    |                         help: remove this `mut`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for a module
[INFO] [stdout]   --> src/lib.rs:39:1
[INFO] [stdout]    |
[INFO] [stdout] 39 | pub mod fixtures;
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]   --> src/lib.rs:8:9
[INFO] [stdout]    |
[INFO] [stdout]  8 | #![deny(missing_docs)]
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for a constant
[INFO] [stdout]  --> src/fixtures.rs:4:1
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub const ROOT: TaxonId = 1;
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for a function
[INFO] [stdout]  --> src/fixtures.rs:5:1
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub fn taxon_list() -> Vec<Taxon> {
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for a function
[INFO] [stdout]   --> src/fixtures.rs:16:1
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub fn tree() -> TaxonTree {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for a function
[INFO] [stdout]   --> src/fixtures.rs:19:1
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub fn by_id() -> TaxonList {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 2.68s
[INFO] running `Command { std: "docker" "inspect" "b6898c6133b8dd2742feb484d9a77a875a4737c8a10f9ef5c2aed909cb756602", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "b6898c6133b8dd2742feb484d9a77a875a4737c8a10f9ef5c2aed909cb756602" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "test" "--frozen", kill_on_drop: false }`
[INFO] [stderr] warning: unexpected `cfg` condition name: `has_error_description_deprecated`
[INFO] [stderr]   --> src/agg/mod.rs:46:1
[INFO] [stderr]    |
[INFO] [stderr] 46 | / error_chain! {
[INFO] [stderr] 47 | |     links {
[INFO] [stderr] 48 | |         Taxon(taxon::Error, taxon::ErrorKind) #[doc = "Taxon"];
[INFO] [stderr] ...  |
[INFO] [stderr] 57 | | }
[INFO] [stderr]    | |_^
[INFO] [stderr]    |
[INFO] [stderr]    = help: expected names are: `docsrs`, `feature`, and `test` and 32 more
[INFO] [stderr]    = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stderr]    = help: try referring to `impl_error_chain_processed` crate for guidance on how handle this unexpected cfg
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stderr]    = note: this warning originates in the macro `impl_error_chain_processed` which comes from the expansion of the macro `error_chain` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `has_error_description_deprecated`
[INFO] [stderr]    --> src/commands/taxa2agg.rs:241:1
[INFO] [stderr]     |
[INFO] [stderr] 241 | / error_chain! {
[INFO] [stderr] 242 | |     errors {
[INFO] [stderr] 243 | |         /// Unparseable Method
[INFO] [stderr] 244 | |         ParseMethodError(method: String) {
[INFO] [stderr] ...   |
[INFO] [stderr] 254 | | }
[INFO] [stderr]     | |_^
[INFO] [stderr]     |
[INFO] [stderr]     = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stderr]     = help: try referring to `impl_error_chain_processed` crate for guidance on how handle this unexpected cfg
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]     = note: this warning originates in the macro `impl_error_chain_processed` which comes from the expansion of the macro `error_chain` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `has_error_description_deprecated`
[INFO] [stderr]    --> src/commands/translate.rs:190:1
[INFO] [stderr]     |
[INFO] [stderr] 190 | / error_chain! {
[INFO] [stderr] 191 | |     errors {
[INFO] [stderr] 192 | |         /// Unparseable Frame
[INFO] [stderr] 193 | |         ParseFrameError(frame: String) {
[INFO] [stderr] ...   |
[INFO] [stderr] 198 | | }
[INFO] [stderr]     | |_^
[INFO] [stderr]     |
[INFO] [stderr]     = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stderr]     = help: try referring to `impl_error_chain_processed` crate for guidance on how handle this unexpected cfg
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]     = note: this warning originates in the macro `impl_error_chain_processed` which comes from the expansion of the macro `error_chain` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `has_error_description_deprecated`
[INFO] [stderr]    --> src/dna/translation.rs:187:1
[INFO] [stderr]     |
[INFO] [stderr] 187 | / error_chain! {
[INFO] [stderr] 188 | |     foreign_links {
[INFO] [stderr] 189 | |         ParseTableNumber(std::num::ParseIntError) #[doc = "Indicates failure to parse the table number as a number"];
[INFO] [stderr] ...   |
[INFO] [stderr] 198 | | }
[INFO] [stderr]     | |_^
[INFO] [stderr]     |
[INFO] [stderr]     = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stderr]     = help: try referring to `impl_error_chain_processed` crate for guidance on how handle this unexpected cfg
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]     = note: this warning originates in the macro `impl_error_chain_processed` which comes from the expansion of the macro `error_chain` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `has_error_description_deprecated`
[INFO] [stderr]   --> src/errors.rs:16:1
[INFO] [stderr]    |
[INFO] [stderr] 16 | / error_chain! {
[INFO] [stderr] 17 | |     links {
[INFO] [stderr] 18 | |         Taxon(taxon::Error, taxon::ErrorKind) #[doc = "Error propagated from Taxon"];
[INFO] [stderr] 19 | |         Translation(translation::Error, translation::ErrorKind) #[doc = "Error propagated from Translation"];
[INFO] [stderr] ...  |
[INFO] [stderr] 37 | | }
[INFO] [stderr]    | |_^
[INFO] [stderr]    |
[INFO] [stderr]    = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stderr]    = help: try referring to `impl_error_chain_processed` crate for guidance on how handle this unexpected cfg
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]    = note: this warning originates in the macro `impl_error_chain_processed` which comes from the expansion of the macro `error_chain` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `has_error_description_deprecated`
[INFO] [stderr]    --> src/taxon.rs:394:1
[INFO] [stderr]     |
[INFO] [stderr] 394 | / error_chain! {
[INFO] [stderr] 395 | |     foreign_links {
[INFO] [stderr] 396 | |         UnknownRank(strum::ParseError) #[doc = "Encountered an unknown rank"];
[INFO] [stderr] 397 | |         InvalidID(std::num::ParseIntError) #[doc = "Indicates failure to parse a Taxon ID"];
[INFO] [stderr] ...   |
[INFO] [stderr] 406 | | }
[INFO] [stderr]     | |_^
[INFO] [stderr]     |
[INFO] [stderr]     = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stderr]     = help: try referring to `impl_error_chain_processed` crate for guidance on how handle this unexpected cfg
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]     = note: this warning originates in the macro `impl_error_chain_processed` which comes from the expansion of the macro `error_chain` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: variable does not need to be mutable
[INFO] [stderr]   --> src/rmq/mix.rs:75:25
[INFO] [stderr]    |
[INFO] [stderr] 75 |                     let mut weight = weights.entry(left).or_insert_with(Weights::new);
[INFO] [stderr]    |                         ----^^^^^^
[INFO] [stderr]    |                         |
[INFO] [stderr]    |                         help: remove this `mut`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: missing documentation for a module
[INFO] [stderr]   --> src/lib.rs:39:1
[INFO] [stderr]    |
[INFO] [stderr] 39 | pub mod fixtures;
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] note: the lint level is defined here
[INFO] [stderr]   --> src/lib.rs:8:9
[INFO] [stderr]    |
[INFO] [stderr]  8 | #![deny(missing_docs)]
[INFO] [stderr]    |         ^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: missing documentation for a constant
[INFO] [stderr]  --> src/fixtures.rs:4:1
[INFO] [stderr]   |
[INFO] [stderr] 4 | pub const ROOT: TaxonId = 1;
[INFO] [stderr]   | ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: missing documentation for a function
[INFO] [stderr]  --> src/fixtures.rs:5:1
[INFO] [stderr]   |
[INFO] [stderr] 5 | pub fn taxon_list() -> Vec<Taxon> {
[INFO] [stderr]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: missing documentation for a function
[INFO] [stderr]   --> src/fixtures.rs:16:1
[INFO] [stderr]    |
[INFO] [stderr] 16 | pub fn tree() -> TaxonTree {
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: missing documentation for a function
[INFO] [stderr]   --> src/fixtures.rs:19:1
[INFO] [stderr]    |
[INFO] [stderr] 19 | pub fn by_id() -> TaxonList {
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `umgap` (lib) generated 7 warnings (run `cargo fix --lib -p umgap` to apply 1 suggestion)
[INFO] [stderr] warning: `umgap` (lib test) generated 12 warnings (7 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.13s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/umgap-05e842e2c6f7c34d)
[INFO] [stdout] 
[INFO] [stdout] running 38 tests
[INFO] [stdout] test dna::tests::test_strand_reversed ... ok
[INFO] [stdout] test dna::translation::tests::test_number_of_codons ... ok
[INFO] [stdout] test dna::tests::test_strand_frames ... ok
[INFO] [stdout] test dna::tests::test_strand_from ... ok
[INFO] [stdout] test rmq::lca::tests::test_two_on_fork ... ok
[INFO] [stdout] test dna::translation::tests::test_translate ... ok
[INFO] [stdout] test rmq::lca::tests::test_with_deeper_interns ... ok
[INFO] [stdout] test rmq::mix::tests::test_full_lca ... ok
[INFO] [stdout] test dna::translation::tests::test_translation_table_parsing ... ok
[INFO] [stdout] test rmq::mix::tests::test_one_half ... ok
[INFO] [stdout] test rmq::mix::tests::test_full_rtl ... ok
[INFO] [stdout] test rmq::lca::tests::test_two_on_same_path ... ok
[INFO] [stdout] test rmq::tests::test_rmq_more_blocks ... ok
[INFO] [stdout] test rmq::tests::test_rmq_three_blocks ... ok
[INFO] [stdout] test rmq::tests::test_sparse ... ok
[INFO] [stdout] test rmq::tests::test_wave_of_65 ... ok
[INFO] [stdout] test taxon::tests::test_taxon_parsing ... ok
[INFO] [stdout] test rmq::tests::test_rmq_single_block ... ok
[INFO] [stdout] test rmq::tests::test_rmq_two_blocks ... ok
[INFO] [stdout] test rmq::lca::tests::test_three_on_triangle ... ok
[INFO] [stdout] test rmq::tests::test_wave_of_33 ... ok
[INFO] [stdout] test rmq::tests::test_block_minima ... ok
[INFO] [stdout] test taxon::tests::test_lineage ... ok
[INFO] [stdout] test tree::lca::tests::test_two_on_fork ... ok
[INFO] [stdout] test rmq::rtl::tests::leaning_close ... ok
[INFO] [stdout] test tree::mix::tests::test_full_rtl ... ok
[INFO] [stdout] test rmq::rtl::tests::favouring_root ... ok
[INFO] [stdout] test rmq::rtl::tests::test_all_on_same_path ... ok
[INFO] [stdout] test taxon::tests::test_euler_tour ... ok
[INFO] [stdout] test taxon::tests::test_taxon_list ... ok
[INFO] [stdout] test tree::lca::tests::test_two_on_same_path ... ok
[INFO] [stdout] test tree::mix::tests::test_two_thirds ... ok
[INFO] [stdout] test tree::lca::tests::test_three_on_triangle ... ok
[INFO] [stdout] test rmq::rtl::tests::non_deterministic ... ok
[INFO] [stdout] test tree::mix::tests::test_full_lca ... ok
[INFO] [stdout] test agg::tests::test_empty_query ... ok
[INFO] [stdout] test agg::tests::test_invalid_taxa ... ok
[INFO] [stdout] test agg::tests::test_singleton_is_singleton ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 38 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.20s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/umgap-05cda768e52e5842)
[INFO] [stdout] running 0 tests
[INFO] [stderr]    Doc-tests umgap
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test src/taxon.rs - taxon::Taxon::from_str (line 78) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.65s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "b6898c6133b8dd2742feb484d9a77a875a4737c8a10f9ef5c2aed909cb756602", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b6898c6133b8dd2742feb484d9a77a875a4737c8a10f9ef5c2aed909cb756602", kill_on_drop: false }`
[INFO] [stdout] b6898c6133b8dd2742feb484d9a77a875a4737c8a10f9ef5c2aed909cb756602
