torrust-tracker 3.0.0

A feature rich BitTorrent tracker.
Documentation

Build #3579104 2026-06-14 17:44:04

Build failed. If you want to re-trigger a documentation build, you can do it here. You can find more information on docs.rs builds documentation on the builds page.

# error kind ExecutionFailed

# pre-build errors command failed: exit status: 101

# rustc version rustc 1.98.0-nightly (1f087276b 2026-06-13)

# docs.rs version docsrs 0.0.0 (886bc7a22b1adc4b387ce1343447fe3af98d9ce5 2026-06-14 )

# build log [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" "DOCS_RS=1" "-w" "/opt/rustwide/workdir" "--user" "1001:1001" "f3dbd5c37a049833f0683ee2790993343df02fb7ea256a0f04d118592b377c21" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20260613-1.98.0-nightly-1f087276b\", \"--static-root-path\", \"/-/rustdoc.static/\", \"--cap-lints\", \"warn\", \"--extern-html-root-takes-precedence\"]" "--offline" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs/{pkg_name}/{version}/x86_64-unknown-linux-gnu\"" "-Zrustdoc-scrape-examples" "-j6" "--target" "x86_64-unknown-linux-gnu", kill_on_drop: false }` [INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op [INFO] [stderr] Checking brotli v8.0.3 [INFO] [stderr] Checking rust_decimal v1.42.1 [INFO] [stderr] Checking frunk v0.4.4 [INFO] [stderr] Checking pear v0.2.9 [INFO] [stderr] Checking hashbrown v0.16.1 [INFO] [stderr] Checking time v0.3.49 [INFO] [stderr] Compiling native-tls v0.2.18 [INFO] [stderr] Checking tdyne-peer-id-registry v0.1.1 [INFO] [stderr] Compiling mysql-common-derive v0.31.2 [INFO] [stderr] Checking toml_parser v1.1.2+spec-1.1.0 [INFO] [stderr] Checking anstyle-parse v1.0.0 [INFO] [stderr] Checking tempfile v3.27.0 [INFO] [stderr] Checking openssl v0.10.81 [INFO] [stderr] error[E0277]: the trait bound `StandardAlloc: alloc::Allocator<ZopfliNode>` is not satisfied [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.3/src/enc/combined_alloc.rs:56:22 [INFO] [stderr] | [INFO] [stderr] 56 | impl BrotliAlloc for StandardAlloc {} [INFO] [stderr] | ^^^^^^^^^^^^^ the trait `alloc::Allocator<ZopfliNode>` is not implemented for `StandardAlloc` [INFO] [stderr] | [INFO] [stderr] note: there are multiple different versions of crate `alloc_no_stdlib` in the dependency graph [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/alloc-no-stdlib-2.0.4/src/stack_allocator.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | pub trait Allocator<T> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ this is the expected trait [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/alloc-no-stdlib-3.0.0/src/stack_allocator.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | pub trait Allocator<T> { [INFO] [stderr] | ---------------------- this is the found trait [INFO] [stderr] = help: you can use `cargo tree` to explore your dependency tree [INFO] [stderr] help: the trait `alloc::Allocator<ZopfliNode>` is implemented for `CombiningAllocator<..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...>` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.3/src/enc/combined_alloc.rs:403:9 [INFO] [stderr] | [INFO] [stderr] 403 | / impl< [INFO] [stderr] 404 | | AllocU8: Allocator<u8>, [INFO] [stderr] 405 | | AllocU16: Allocator<u16>, [INFO] [stderr] 406 | | AllocI32: Allocator<i32>, [INFO] [stderr] ... | [INFO] [stderr] 441 | | AllocZopfliNode, [INFO] [stderr] 442 | | > [INFO] [stderr] | |_____________^ [INFO] [stderr] ... [INFO] [stderr] 516 | / implement_allocator!( [INFO] [stderr] 517 | | AllocZopfliNode, [INFO] [stderr] 518 | | ZopfliNode, [INFO] [stderr] 519 | | AllocZopfliNode::AllocatedMemory, [INFO] [stderr] 520 | | alloc_zn [INFO] [stderr] 521 | | ); [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] note: required by a bound in `BrotliAlloc` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.3/src/enc/combined_alloc.rs:51:7 [INFO] [stderr] | [INFO] [stderr] 33 | pub trait BrotliAlloc: [INFO] [stderr] | ----------- required by a bound in this trait [INFO] [stderr] ... [INFO] [stderr] 51 | + Allocator<ZopfliNode> [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ required by this bound in `BrotliAlloc` [INFO] [stderr] = note: the full name for the type has been written to '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/brotli-55b42072b36cebb3.long-type-6342064202730448417.txt' [INFO] [stderr] = note: consider using `--verbose` to print the full type name to the console [INFO] [stderr] = note: this error originates in the macro `implement_allocator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `StandardAlloc: alloc::Allocator<HuffmanTree>` is not satisfied [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.3/src/enc/combined_alloc.rs:56:22 [INFO] [stderr] | [INFO] [stderr] 56 | impl BrotliAlloc for StandardAlloc {} [INFO] [stderr] | ^^^^^^^^^^^^^ the trait `alloc::Allocator<HuffmanTree>` is not implemented for `StandardAlloc` [INFO] [stderr] | [INFO] [stderr] note: there are multiple different versions of crate `alloc_no_stdlib` in the dependency graph [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/alloc-no-stdlib-2.0.4/src/stack_allocator.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | pub trait Allocator<T> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ this is the expected trait [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/alloc-no-stdlib-3.0.0/src/stack_allocator.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | pub trait Allocator<T> { [INFO] [stderr] | ---------------------- this is the found trait [INFO] [stderr] = help: you can use `cargo tree` to explore your dependency tree [INFO] [stderr] help: the trait `alloc::Allocator<HuffmanTree>` is implemented for `CombiningAllocator<..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...>` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.3/src/enc/combined_alloc.rs:403:9 [INFO] [stderr] | [INFO] [stderr] 403 | / impl< [INFO] [stderr] 404 | | AllocU8: Allocator<u8>, [INFO] [stderr] 405 | | AllocU16: Allocator<u16>, [INFO] [stderr] 406 | | AllocI32: Allocator<i32>, [INFO] [stderr] ... | [INFO] [stderr] 441 | | AllocZopfliNode, [INFO] [stderr] 442 | | > [INFO] [stderr] | |_____________^ [INFO] [stderr] ... [INFO] [stderr] 510 | / implement_allocator!( [INFO] [stderr] 511 | | AllocHuffmanTree, [INFO] [stderr] 512 | | HuffmanTree, [INFO] [stderr] 513 | | AllocHuffmanTree::AllocatedMemory, [INFO] [stderr] 514 | | alloc_ht [INFO] [stderr] 515 | | ); [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] note: required by a bound in `BrotliAlloc` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.3/src/enc/combined_alloc.rs:50:7 [INFO] [stderr] | [INFO] [stderr] 33 | pub trait BrotliAlloc: [INFO] [stderr] | ----------- required by a bound in this trait [INFO] [stderr] ... [INFO] [stderr] 50 | + Allocator<HuffmanTree> [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `BrotliAlloc` [INFO] [stderr] = note: the full name for the type has been written to '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/brotli-55b42072b36cebb3.long-type-6342064202730448417.txt' [INFO] [stderr] = note: consider using `--verbose` to print the full type name to the console [INFO] [stderr] = note: this error originates in the macro `implement_allocator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `StandardAlloc: alloc::Allocator<ContextType>` is not satisfied [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.3/src/enc/combined_alloc.rs:56:22 [INFO] [stderr] | [INFO] [stderr] 56 | impl BrotliAlloc for StandardAlloc {} [INFO] [stderr] | ^^^^^^^^^^^^^ the trait `alloc::Allocator<ContextType>` is not implemented for `StandardAlloc` [INFO] [stderr] | [INFO] [stderr] note: there are multiple different versions of crate `alloc_no_stdlib` in the dependency graph [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/alloc-no-stdlib-2.0.4/src/stack_allocator.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | pub trait Allocator<T> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ this is the expected trait [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/alloc-no-stdlib-3.0.0/src/stack_allocator.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | pub trait Allocator<T> { [INFO] [stderr] | ---------------------- this is the found trait [INFO] [stderr] = help: you can use `cargo tree` to explore your dependency tree [INFO] [stderr] help: the trait `alloc::Allocator<ContextType>` is implemented for `CombiningAllocator<..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...>` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.3/src/enc/combined_alloc.rs:403:9 [INFO] [stderr] | [INFO] [stderr] 403 | / impl< [INFO] [stderr] 404 | | AllocU8: Allocator<u8>, [INFO] [stderr] 405 | | AllocU16: Allocator<u16>, [INFO] [stderr] 406 | | AllocI32: Allocator<i32>, [INFO] [stderr] ... | [INFO] [stderr] 441 | | AllocZopfliNode, [INFO] [stderr] 442 | | > [INFO] [stderr] | |_____________^ [INFO] [stderr] ... [INFO] [stderr] 504 | / implement_allocator!( [INFO] [stderr] 505 | | AllocContextType, [INFO] [stderr] 506 | | ContextType, [INFO] [stderr] 507 | | AllocContextType::AllocatedMemory, [INFO] [stderr] 508 | | alloc_ct [INFO] [stderr] 509 | | ); [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] note: required by a bound in `BrotliAlloc` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.3/src/enc/combined_alloc.rs:49:7 [INFO] [stderr] | [INFO] [stderr] 33 | pub trait BrotliAlloc: [INFO] [stderr] | ----------- required by a bound in this trait [INFO] [stderr] ... [INFO] [stderr] 49 | + Allocator<ContextType> [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `BrotliAlloc` [INFO] [stderr] = note: the full name for the type has been written to '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/brotli-55b42072b36cebb3.long-type-6342064202730448417.txt' [INFO] [stderr] = note: consider using `--verbose` to print the full type name to the console [INFO] [stderr] = note: this error originates in the macro `implement_allocator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `StandardAlloc: alloc::Allocator<HistogramPair>` is not satisfied [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.3/src/enc/combined_alloc.rs:56:22 [INFO] [stderr] | [INFO] [stderr] 56 | impl BrotliAlloc for StandardAlloc {} [INFO] [stderr] | ^^^^^^^^^^^^^ the trait `alloc::Allocator<HistogramPair>` is not implemented for `StandardAlloc` [INFO] [stderr] | [INFO] [stderr] note: there are multiple different versions of crate `alloc_no_stdlib` in the dependency graph [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/alloc-no-stdlib-2.0.4/src/stack_allocator.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | pub trait Allocator<T> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ this is the expected trait [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/alloc-no-stdlib-3.0.0/src/stack_allocator.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | pub trait Allocator<T> { [INFO] [stderr] | ---------------------- this is the found trait [INFO] [stderr] = help: you can use `cargo tree` to explore your dependency tree [INFO] [stderr] help: the trait `alloc::Allocator<HistogramPair>` is implemented for `CombiningAllocator<..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...>` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.3/src/enc/combined_alloc.rs:403:9 [INFO] [stderr] | [INFO] [stderr] 403 | / impl< [INFO] [stderr] 404 | | AllocU8: Allocator<u8>, [INFO] [stderr] 405 | | AllocU16: Allocator<u16>, [INFO] [stderr] 406 | | AllocI32: Allocator<i32>, [INFO] [stderr] ... | [INFO] [stderr] 441 | | AllocZopfliNode, [INFO] [stderr] 442 | | > [INFO] [stderr] | |_____________^ [INFO] [stderr] ... [INFO] [stderr] 498 | / implement_allocator!( [INFO] [stderr] 499 | | AllocHistogramPair, [INFO] [stderr] 500 | | HistogramPair, [INFO] [stderr] 501 | | AllocHistogramPair::AllocatedMemory, [INFO] [stderr] 502 | | alloc_hp [INFO] [stderr] 503 | | ); [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] note: required by a bound in `BrotliAlloc` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.3/src/enc/combined_alloc.rs:48:7 [INFO] [stderr] | [INFO] [stderr] 33 | pub trait BrotliAlloc: [INFO] [stderr] | ----------- required by a bound in this trait [INFO] [stderr] ... [INFO] [stderr] 48 | + Allocator<HistogramPair> [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `BrotliAlloc` [INFO] [stderr] = note: the full name for the type has been written to '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/brotli-55b42072b36cebb3.long-type-6342064202730448417.txt' [INFO] [stderr] = note: consider using `--verbose` to print the full type name to the console [INFO] [stderr] = note: this error originates in the macro `implement_allocator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `StandardAlloc: alloc::Allocator<HistogramDistance>` is not satisfied [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.3/src/enc/combined_alloc.rs:56:22 [INFO] [stderr] | [INFO] [stderr] 56 | impl BrotliAlloc for StandardAlloc {} [INFO] [stderr] | ^^^^^^^^^^^^^ the trait `alloc::Allocator<HistogramDistance>` is not implemented for `StandardAlloc` [INFO] [stderr] | [INFO] [stderr] note: there are multiple different versions of crate `alloc_no_stdlib` in the dependency graph [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/alloc-no-stdlib-2.0.4/src/stack_allocator.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | pub trait Allocator<T> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ this is the expected trait [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/alloc-no-stdlib-3.0.0/src/stack_allocator.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | pub trait Allocator<T> { [INFO] [stderr] | ---------------------- this is the found trait [INFO] [stderr] = help: you can use `cargo tree` to explore your dependency tree [INFO] [stderr] help: the trait `alloc::Allocator<HistogramDistance>` is implemented for `CombiningAllocator<..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...>` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.3/src/enc/combined_alloc.rs:403:9 [INFO] [stderr] | [INFO] [stderr] 403 | / impl< [INFO] [stderr] 404 | | AllocU8: Allocator<u8>, [INFO] [stderr] 405 | | AllocU16: Allocator<u16>, [INFO] [stderr] 406 | | AllocI32: Allocator<i32>, [INFO] [stderr] ... | [INFO] [stderr] 441 | | AllocZopfliNode, [INFO] [stderr] 442 | | > [INFO] [stderr] | |_____________^ [INFO] [stderr] ... [INFO] [stderr] 492 | / implement_allocator!( [INFO] [stderr] 493 | | AllocHistogramDistance, [INFO] [stderr] 494 | | HistogramDistance, [INFO] [stderr] 495 | | AllocHistogramDistance::AllocatedMemory, [INFO] [stderr] 496 | | alloc_hd [INFO] [stderr] 497 | | ); [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] note: required by a bound in `BrotliAlloc` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.3/src/enc/combined_alloc.rs:47:7 [INFO] [stderr] | [INFO] [stderr] 33 | pub trait BrotliAlloc: [INFO] [stderr] | ----------- required by a bound in this trait [INFO] [stderr] ... [INFO] [stderr] 47 | + Allocator<HistogramDistance> [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `BrotliAlloc` [INFO] [stderr] = note: the full name for the type has been written to '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/brotli-55b42072b36cebb3.long-type-6342064202730448417.txt' [INFO] [stderr] = note: consider using `--verbose` to print the full type name to the console [INFO] [stderr] = note: this error originates in the macro `implement_allocator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `StandardAlloc: alloc::Allocator<HistogramCommand>` is not satisfied [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.3/src/enc/combined_alloc.rs:56:22 [INFO] [stderr] | [INFO] [stderr] 56 | impl BrotliAlloc for StandardAlloc {} [INFO] [stderr] | ^^^^^^^^^^^^^ the trait `alloc::Allocator<HistogramCommand>` is not implemented for `StandardAlloc` [INFO] [stderr] | [INFO] [stderr] note: there are multiple different versions of crate `alloc_no_stdlib` in the dependency graph [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/alloc-no-stdlib-2.0.4/src/stack_allocator.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | pub trait Allocator<T> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ this is the expected trait [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/alloc-no-stdlib-3.0.0/src/stack_allocator.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | pub trait Allocator<T> { [INFO] [stderr] | ---------------------- this is the found trait [INFO] [stderr] = help: you can use `cargo tree` to explore your dependency tree [INFO] [stderr] help: the trait `alloc::Allocator<HistogramCommand>` is implemented for `CombiningAllocator<..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...>` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.3/src/enc/combined_alloc.rs:403:9 [INFO] [stderr] | [INFO] [stderr] 403 | / impl< [INFO] [stderr] 404 | | AllocU8: Allocator<u8>, [INFO] [stderr] 405 | | AllocU16: Allocator<u16>, [INFO] [stderr] 406 | | AllocI32: Allocator<i32>, [INFO] [stderr] ... | [INFO] [stderr] 441 | | AllocZopfliNode, [INFO] [stderr] 442 | | > [INFO] [stderr] | |_____________^ [INFO] [stderr] ... [INFO] [stderr] 486 | / implement_allocator!( [INFO] [stderr] 487 | | AllocHistogramCommand, [INFO] [stderr] 488 | | HistogramCommand, [INFO] [stderr] 489 | | AllocHistogramCommand::AllocatedMemory, [INFO] [stderr] 490 | | alloc_hc [INFO] [stderr] 491 | | ); [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] note: required by a bound in `BrotliAlloc` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.3/src/enc/combined_alloc.rs:46:7 [INFO] [stderr] | [INFO] [stderr] 33 | pub trait BrotliAlloc: [INFO] [stderr] | ----------- required by a bound in this trait [INFO] [stderr] ... [INFO] [stderr] 46 | + Allocator<HistogramCommand> [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `BrotliAlloc` [INFO] [stderr] = note: the full name for the type has been written to '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/brotli-55b42072b36cebb3.long-type-6342064202730448417.txt' [INFO] [stderr] = note: consider using `--verbose` to print the full type name to the console [INFO] [stderr] = note: this error originates in the macro `implement_allocator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `StandardAlloc: alloc::Allocator<HistogramLiteral>` is not satisfied [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.3/src/enc/combined_alloc.rs:56:22 [INFO] [stderr] | [INFO] [stderr] 56 | impl BrotliAlloc for StandardAlloc {} [INFO] [stderr] | ^^^^^^^^^^^^^ the trait `alloc::Allocator<HistogramLiteral>` is not implemented for `StandardAlloc` [INFO] [stderr] | [INFO] [stderr] note: there are multiple different versions of crate `alloc_no_stdlib` in the dependency graph [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/alloc-no-stdlib-2.0.4/src/stack_allocator.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | pub trait Allocator<T> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ this is the expected trait [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/alloc-no-stdlib-3.0.0/src/stack_allocator.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | pub trait Allocator<T> { [INFO] [stderr] | ---------------------- this is the found trait [INFO] [stderr] = help: you can use `cargo tree` to explore your dependency tree [INFO] [stderr] help: the trait `alloc::Allocator<HistogramLiteral>` is implemented for `CombiningAllocator<..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...>` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.3/src/enc/combined_alloc.rs:403:9 [INFO] [stderr] | [INFO] [stderr] 403 | / impl< [INFO] [stderr] 404 | | AllocU8: Allocator<u8>, [INFO] [stderr] 405 | | AllocU16: Allocator<u16>, [INFO] [stderr] 406 | | AllocI32: Allocator<i32>, [INFO] [stderr] ... | [INFO] [stderr] 441 | | AllocZopfliNode, [INFO] [stderr] 442 | | > [INFO] [stderr] | |_____________^ [INFO] [stderr] ... [INFO] [stderr] 480 | / implement_allocator!( [INFO] [stderr] 481 | | AllocHistogramLiteral, [INFO] [stderr] 482 | | HistogramLiteral, [INFO] [stderr] 483 | | AllocHistogramLiteral::AllocatedMemory, [INFO] [stderr] 484 | | alloc_hl [INFO] [stderr] 485 | | ); [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] note: required by a bound in `BrotliAlloc` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.3/src/enc/combined_alloc.rs:45:7 [INFO] [stderr] | [INFO] [stderr] 33 | pub trait BrotliAlloc: [INFO] [stderr] | ----------- required by a bound in this trait [INFO] [stderr] ... [INFO] [stderr] 45 | + Allocator<HistogramLiteral> [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `BrotliAlloc` [INFO] [stderr] = note: the full name for the type has been written to '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/brotli-55b42072b36cebb3.long-type-6342064202730448417.txt' [INFO] [stderr] = note: consider using `--verbose` to print the full type name to the console [INFO] [stderr] = note: this error originates in the macro `implement_allocator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `StandardAlloc: alloc::Allocator<interface::Command<SliceOffset>>` is not satisfied [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.3/src/enc/combined_alloc.rs:56:22 [INFO] [stderr] | [INFO] [stderr] 56 | impl BrotliAlloc for StandardAlloc {} [INFO] [stderr] | ^^^^^^^^^^^^^ the trait `alloc::Allocator<interface::Command<SliceOffset>>` is not implemented for `StandardAlloc` [INFO] [stderr] | [INFO] [stderr] note: there are multiple different versions of crate `alloc_no_stdlib` in the dependency graph [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/alloc-no-stdlib-2.0.4/src/stack_allocator.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | pub trait Allocator<T> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ this is the expected trait [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/alloc-no-stdlib-3.0.0/src/stack_allocator.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | pub trait Allocator<T> { [INFO] [stderr] | ---------------------- this is the found trait [INFO] [stderr] = help: you can use `cargo tree` to explore your dependency tree [INFO] [stderr] help: the trait `alloc::Allocator<interface::Command<SliceOffset>>` is implemented for `CombiningAllocator<..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...>` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.3/src/enc/combined_alloc.rs:403:9 [INFO] [stderr] | [INFO] [stderr] 403 | / impl< [INFO] [stderr] 404 | | AllocU8: Allocator<u8>, [INFO] [stderr] 405 | | AllocU16: Allocator<u16>, [INFO] [stderr] 406 | | AllocI32: Allocator<i32>, [INFO] [stderr] ... | [INFO] [stderr] 441 | | AllocZopfliNode, [INFO] [stderr] 442 | | > [INFO] [stderr] | |_____________^ [INFO] [stderr] ... [INFO] [stderr] 474 | / implement_allocator!( [INFO] [stderr] 475 | | AllocStaticCommand, [INFO] [stderr] 476 | | StaticCommand, [INFO] [stderr] 477 | | AllocStaticCommand::AllocatedMemory, [INFO] [stderr] 478 | | alloc_sc [INFO] [stderr] 479 | | ); [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] note: required by a bound in `BrotliAlloc` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.3/src/enc/combined_alloc.rs:44:7 [INFO] [stderr] | [INFO] [stderr] 33 | pub trait BrotliAlloc: [INFO] [stderr] | ----------- required by a bound in this trait [INFO] [stderr] ... [INFO] [stderr] 44 | + Allocator<StaticCommand> [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `BrotliAlloc` [INFO] [stderr] = note: the full name for the type has been written to '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/brotli-55b42072b36cebb3.long-type-6342064202730448417.txt' [INFO] [stderr] = note: consider using `--verbose` to print the full type name to the console [INFO] [stderr] = note: this error originates in the macro `implement_allocator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `StandardAlloc: alloc::Allocator<PDF>` is not satisfied [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.3/src/enc/combined_alloc.rs:56:22 [INFO] [stderr] | [INFO] [stderr] 56 | impl BrotliAlloc for StandardAlloc {} [INFO] [stderr] | ^^^^^^^^^^^^^ the trait `alloc::Allocator<PDF>` is not implemented for `StandardAlloc` [INFO] [stderr] | [INFO] [stderr] note: there are multiple different versions of crate `alloc_no_stdlib` in the dependency graph [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/alloc-no-stdlib-2.0.4/src/stack_allocator.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | pub trait Allocator<T> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ this is the expected trait [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/alloc-no-stdlib-3.0.0/src/stack_allocator.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | pub trait Allocator<T> { [INFO] [stderr] | ---------------------- this is the found trait [INFO] [stderr] = help: you can use `cargo tree` to explore your dependency tree [INFO] [stderr] help: the trait `alloc::Allocator<PDF>` is implemented for `CombiningAllocator<..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...>` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.3/src/enc/combined_alloc.rs:403:9 [INFO] [stderr] | [INFO] [stderr] 403 | / impl< [INFO] [stderr] 404 | | AllocU8: Allocator<u8>, [INFO] [stderr] 405 | | AllocU16: Allocator<u16>, [INFO] [stderr] 406 | | AllocI32: Allocator<i32>, [INFO] [stderr] ... | [INFO] [stderr] 441 | | AllocZopfliNode, [INFO] [stderr] 442 | | > [INFO] [stderr] | |_____________^ [INFO] [stderr] ... [INFO] [stderr] 473 | implement_allocator!(AllocPDF, PDF, AllocPDF::AllocatedMemory, alloc_pdf); [INFO] [stderr] | ------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] note: required by a bound in `BrotliAlloc` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.3/src/enc/combined_alloc.rs:43:7 [INFO] [stderr] | [INFO] [stderr] 33 | pub trait BrotliAlloc: [INFO] [stderr] | ----------- required by a bound in this trait [INFO] [stderr] ... [INFO] [stderr] 43 | + Allocator<PDF> [INFO] [stderr] | ^^^^^^^^^^^^^^ required by this bound in `BrotliAlloc` [INFO] [stderr] = note: the full name for the type has been written to '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/brotli-55b42072b36cebb3.long-type-6342064202730448417.txt' [INFO] [stderr] = note: consider using `--verbose` to print the full type name to the console [INFO] [stderr] = note: this error originates in the macro `implement_allocator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `StandardAlloc: alloc::Allocator<Compat16x16>` is not satisfied [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.3/src/enc/combined_alloc.rs:56:22 [INFO] [stderr] | [INFO] [stderr] 56 | impl BrotliAlloc for StandardAlloc {} [INFO] [stderr] | ^^^^^^^^^^^^^ the trait `alloc::Allocator<Compat16x16>` is not implemented for `StandardAlloc` [INFO] [stderr] | [INFO] [stderr] note: there are multiple different versions of crate `alloc_no_stdlib` in the dependency graph [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/alloc-no-stdlib-2.0.4/src/stack_allocator.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | pub trait Allocator<T> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ this is the expected trait [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/alloc-no-stdlib-3.0.0/src/stack_allocator.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | pub trait Allocator<T> { [INFO] [stderr] | ---------------------- this is the found trait [INFO] [stderr] = help: you can use `cargo tree` to explore your dependency tree [INFO] [stderr] help: the trait `alloc::Allocator<Compat16x16>` is implemented for `CombiningAllocator<..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...>` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.3/src/enc/combined_alloc.rs:403:9 [INFO] [stderr] | [INFO] [stderr] 403 | / impl< [INFO] [stderr] 404 | | AllocU8: Allocator<u8>, [INFO] [stderr] 405 | | AllocU16: Allocator<u16>, [INFO] [stderr] 406 | | AllocI32: Allocator<i32>, [INFO] [stderr] ... | [INFO] [stderr] 441 | | AllocZopfliNode, [INFO] [stderr] 442 | | > [INFO] [stderr] | |_____________^ [INFO] [stderr] ... [INFO] [stderr] 472 | implement_allocator!(AllocS16, s16, AllocS16::AllocatedMemory, alloc_i16x16); [INFO] [stderr] | ---------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] note: required by a bound in `BrotliAlloc` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.3/src/enc/combined_alloc.rs:42:7 [INFO] [stderr] | [INFO] [stderr] 33 | pub trait BrotliAlloc: [INFO] [stderr] | ----------- required by a bound in this trait [INFO] [stderr] ... [INFO] [stderr] 42 | + Allocator<s16> [INFO] [stderr] | ^^^^^^^^^^^^^^ required by this bound in `BrotliAlloc` [INFO] [stderr] = note: the full name for the type has been written to '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/brotli-55b42072b36cebb3.long-type-6342064202730448417.txt' [INFO] [stderr] = note: consider using `--verbose` to print the full type name to the console [INFO] [stderr] = note: this error originates in the macro `implement_allocator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `StandardAlloc: alloc::Allocator<CompatF8>` is not satisfied [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.3/src/enc/combined_alloc.rs:56:22 [INFO] [stderr] | [INFO] [stderr] 56 | impl BrotliAlloc for StandardAlloc {} [INFO] [stderr] | ^^^^^^^^^^^^^ the trait `alloc::Allocator<CompatF8>` is not implemented for `StandardAlloc` [INFO] [stderr] | [INFO] [stderr] note: there are multiple different versions of crate `alloc_no_stdlib` in the dependency graph [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/alloc-no-stdlib-2.0.4/src/stack_allocator.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | pub trait Allocator<T> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ this is the expected trait [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/alloc-no-stdlib-3.0.0/src/stack_allocator.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | pub trait Allocator<T> { [INFO] [stderr] | ---------------------- this is the found trait [INFO] [stderr] = help: you can use `cargo tree` to explore your dependency tree [INFO] [stderr] help: the trait `alloc::Allocator<CompatF8>` is implemented for `CombiningAllocator<..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...>` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.3/src/enc/combined_alloc.rs:403:9 [INFO] [stderr] | [INFO] [stderr] 403 | / impl< [INFO] [stderr] 404 | | AllocU8: Allocator<u8>, [INFO] [stderr] 405 | | AllocU16: Allocator<u16>, [INFO] [stderr] 406 | | AllocI32: Allocator<i32>, [INFO] [stderr] ... | [INFO] [stderr] 441 | | AllocZopfliNode, [INFO] [stderr] 442 | | > [INFO] [stderr] | |_____________^ [INFO] [stderr] ... [INFO] [stderr] 471 | implement_allocator!(AllocV8, v8, AllocV8::AllocatedMemory, alloc_f32x8); [INFO] [stderr] | ------------------------------------------------------------------------ in this macro invocation [INFO] [stderr] note: required by a bound in `BrotliAlloc` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.3/src/enc/combined_alloc.rs:41:7 [INFO] [stderr] | [INFO] [stderr] 33 | pub trait BrotliAlloc: [INFO] [stderr] | ----------- required by a bound in this trait [INFO] [stderr] ... [INFO] [stderr] 41 | + Allocator<v8> [INFO] [stderr] | ^^^^^^^^^^^^^ required by this bound in `BrotliAlloc` [INFO] [stderr] = note: the full name for the type has been written to '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/brotli-55b42072b36cebb3.long-type-6342064202730448417.txt' [INFO] [stderr] = note: consider using `--verbose` to print the full type name to the console [INFO] [stderr] = note: this error originates in the macro `implement_allocator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `StandardAlloc: alloc::Allocator<f32>` is not satisfied [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.3/src/enc/combined_alloc.rs:56:22 [INFO] [stderr] | [INFO] [stderr] 56 | impl BrotliAlloc for StandardAlloc {} [INFO] [stderr] | ^^^^^^^^^^^^^ the trait `alloc::Allocator<f32>` is not implemented for `StandardAlloc` [INFO] [stderr] | [INFO] [stderr] note: there are multiple different versions of crate `alloc_no_stdlib` in the dependency graph [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/alloc-no-stdlib-2.0.4/src/stack_allocator.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | pub trait Allocator<T> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ this is the expected trait [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/alloc-no-stdlib-3.0.0/src/stack_allocator.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | pub trait Allocator<T> { [INFO] [stderr] | ---------------------- this is the found trait [INFO] [stderr] = help: you can use `cargo tree` to explore your dependency tree [INFO] [stderr] help: the trait `alloc::Allocator<f32>` is implemented for `CombiningAllocator<..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...>` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.3/src/enc/combined_alloc.rs:403:9 [INFO] [stderr] | [INFO] [stderr] 403 | / impl< [INFO] [stderr] 404 | | AllocU8: Allocator<u8>, [INFO] [stderr] 405 | | AllocU16: Allocator<u16>, [INFO] [stderr] 406 | | AllocI32: Allocator<i32>, [INFO] [stderr] ... | [INFO] [stderr] 441 | | AllocZopfliNode, [INFO] [stderr] 442 | | > [INFO] [stderr] | |_____________^ [INFO] [stderr] ... [INFO] [stderr] 470 | implement_allocator!(AllocFloatX, floatX, AllocFloatX::AllocatedMemory, alloc_f); [INFO] [stderr] | -------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] note: required by a bound in `BrotliAlloc` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.3/src/enc/combined_alloc.rs:40:7 [INFO] [stderr] | [INFO] [stderr] 33 | pub trait BrotliAlloc: [INFO] [stderr] | ----------- required by a bound in this trait [INFO] [stderr] ... [INFO] [stderr] 40 | + Allocator<super::util::floatX> [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `BrotliAlloc` [INFO] [stderr] = note: the full name for the type has been written to '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/brotli-55b42072b36cebb3.long-type-6342064202730448417.txt' [INFO] [stderr] = note: consider using `--verbose` to print the full type name to the console [INFO] [stderr] = note: this error originates in the macro `implement_allocator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `StandardAlloc: alloc::Allocator<command::Command>` is not satisfied [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.3/src/enc/combined_alloc.rs:56:22 [INFO] [stderr] | [INFO] [stderr] 56 | impl BrotliAlloc for StandardAlloc {} [INFO] [stderr] | ^^^^^^^^^^^^^ the trait `alloc::Allocator<command::Command>` is not implemented for `StandardAlloc` [INFO] [stderr] | [INFO] [stderr] note: there are multiple different versions of crate `alloc_no_stdlib` in the dependency graph [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/alloc-no-stdlib-2.0.4/src/stack_allocator.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | pub trait Allocator<T> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ this is the expected trait [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/alloc-no-stdlib-3.0.0/src/stack_allocator.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | pub trait Allocator<T> { [INFO] [stderr] | ---------------------- this is the found trait [INFO] [stderr] = help: you can use `cargo tree` to explore your dependency tree [INFO] [stderr] help: the trait `alloc::Allocator<command::Command>` is implemented for `CombiningAllocator<..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...>` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.3/src/enc/combined_alloc.rs:403:9 [INFO] [stderr] | [INFO] [stderr] 403 | / impl< [INFO] [stderr] 404 | | AllocU8: Allocator<u8>, [INFO] [stderr] 405 | | AllocU16: Allocator<u16>, [INFO] [stderr] 406 | | AllocI32: Allocator<i32>, [INFO] [stderr] ... | [INFO] [stderr] 441 | | AllocZopfliNode, [INFO] [stderr] 442 | | > [INFO] [stderr] | |_____________^ [INFO] [stderr] ... [INFO] [stderr] 464 | / implement_allocator!( [INFO] [stderr] 465 | | AllocCommand, [INFO] [stderr] 466 | | Command, [INFO] [stderr] 467 | | AllocCommand::AllocatedMemory, [INFO] [stderr] 468 | | alloc_c [INFO] [stderr] 469 | | ); [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] note: required by a bound in `BrotliAlloc` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.3/src/enc/combined_alloc.rs:39:7 [INFO] [stderr] | [INFO] [stderr] 33 | pub trait BrotliAlloc: [INFO] [stderr] | ----------- required by a bound in this trait [INFO] [stderr] ... [INFO] [stderr] 39 | + Allocator<Command> [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ required by this bound in `BrotliAlloc` [INFO] [stderr] = note: the full name for the type has been written to '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/brotli-55b42072b36cebb3.long-type-6342064202730448417.txt' [INFO] [stderr] = note: consider using `--verbose` to print the full type name to the console [INFO] [stderr] = note: this error originates in the macro `implement_allocator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `StandardAlloc: alloc::Allocator<u64>` is not satisfied [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.3/src/enc/combined_alloc.rs:56:22 [INFO] [stderr] | [INFO] [stderr] 56 | impl BrotliAlloc for StandardAlloc {} [INFO] [stderr] | ^^^^^^^^^^^^^ the trait `alloc::Allocator<u64>` is not implemented for `StandardAlloc` [INFO] [stderr] | [INFO] [stderr] note: there are multiple different versions of crate `alloc_no_stdlib` in the dependency graph [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/alloc-no-stdlib-2.0.4/src/stack_allocator.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | pub trait Allocator<T> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ this is the expected trait [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/alloc-no-stdlib-3.0.0/src/stack_allocator.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | pub trait Allocator<T> { [INFO] [stderr] | ---------------------- this is the found trait [INFO] [stderr] = help: you can use `cargo tree` to explore your dependency tree [INFO] [stderr] help: the trait `alloc::Allocator<u64>` is implemented for `CombiningAllocator<..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...>` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.3/src/enc/combined_alloc.rs:403:9 [INFO] [stderr] | [INFO] [stderr] 403 | / impl< [INFO] [stderr] 404 | | AllocU8: Allocator<u8>, [INFO] [stderr] 405 | | AllocU16: Allocator<u16>, [INFO] [stderr] 406 | | AllocI32: Allocator<i32>, [INFO] [stderr] ... | [INFO] [stderr] 441 | | AllocZopfliNode, [INFO] [stderr] 442 | | > [INFO] [stderr] | |_____________^ [INFO] [stderr] ... [INFO] [stderr] 463 | implement_allocator!(AllocU64, u64, AllocU64::AllocatedMemory, alloc_u64); [INFO] [stderr] | ------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] note: required by a bound in `BrotliAlloc` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.3/src/enc/combined_alloc.rs:38:7 [INFO] [stderr] | [INFO] [stderr] 33 | pub trait BrotliAlloc: [INFO] [stderr] | ----------- required by a bound in this trait [INFO] [stderr] ... [INFO] [stderr] 38 | + Allocator<u64> [INFO] [stderr] | ^^^^^^^^^^^^^^ required by this bound in `BrotliAlloc` [INFO] [stderr] = note: the full name for the type has been written to '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/brotli-55b42072b36cebb3.long-type-6342064202730448417.txt' [INFO] [stderr] = note: consider using `--verbose` to print the full type name to the console [INFO] [stderr] = note: this error originates in the macro `implement_allocator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `StandardAlloc: alloc::Allocator<u32>` is not satisfied [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.3/src/enc/combined_alloc.rs:56:22 [INFO] [stderr] | [INFO] [stderr] 56 | impl BrotliAlloc for StandardAlloc {} [INFO] [stderr] | ^^^^^^^^^^^^^ the trait `alloc::Allocator<u32>` is not implemented for `StandardAlloc` [INFO] [stderr] | [INFO] [stderr] note: there are multiple different versions of crate `alloc_no_stdlib` in the dependency graph [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/alloc-no-stdlib-2.0.4/src/stack_allocator.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | pub trait Allocator<T> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ this is the expected trait [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/alloc-no-stdlib-3.0.0/src/stack_allocator.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | pub trait Allocator<T> { [INFO] [stderr] | ---------------------- this is the found trait [INFO] [stderr] = help: you can use `cargo tree` to explore your dependency tree [INFO] [stderr] help: the trait `alloc::Allocator<u32>` is implemented for `CombiningAllocator<..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...>` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.3/src/enc/combined_alloc.rs:403:9 [INFO] [stderr] | [INFO] [stderr] 403 | / impl< [INFO] [stderr] 404 | | AllocU8: Allocator<u8>, [INFO] [stderr] 405 | | AllocU16: Allocator<u16>, [INFO] [stderr] 406 | | AllocI32: Allocator<i32>, [INFO] [stderr] ... | [INFO] [stderr] 441 | | AllocZopfliNode, [INFO] [stderr] 442 | | > [INFO] [stderr] | |_____________^ [INFO] [stderr] ... [INFO] [stderr] 462 | implement_allocator!(AllocU32, u32, AllocU32::AllocatedMemory, alloc_u32); [INFO] [stderr] | ------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] note: required by a bound in `BrotliAlloc` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.3/src/enc/combined_alloc.rs:37:7 [INFO] [stderr] | [INFO] [stderr] 33 | pub trait BrotliAlloc: [INFO] [stderr] | ----------- required by a bound in this trait [INFO] [stderr] ... [INFO] [stderr] 37 | + Allocator<u32> [INFO] [stderr] | ^^^^^^^^^^^^^^ required by this bound in `BrotliAlloc` [INFO] [stderr] = note: the full name for the type has been written to '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/brotli-55b42072b36cebb3.long-type-6342064202730448417.txt' [INFO] [stderr] = note: consider using `--verbose` to print the full type name to the console [INFO] [stderr] = note: this error originates in the macro `implement_allocator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `StandardAlloc: alloc::Allocator<i32>` is not satisfied [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.3/src/enc/combined_alloc.rs:56:22 [INFO] [stderr] | [INFO] [stderr] 56 | impl BrotliAlloc for StandardAlloc {} [INFO] [stderr] | ^^^^^^^^^^^^^ the trait `alloc::Allocator<i32>` is not implemented for `StandardAlloc` [INFO] [stderr] | [INFO] [stderr] note: there are multiple different versions of crate `alloc_no_stdlib` in the dependency graph [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/alloc-no-stdlib-2.0.4/src/stack_allocator.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | pub trait Allocator<T> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ this is the expected trait [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/alloc-no-stdlib-3.0.0/src/stack_allocator.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | pub trait Allocator<T> { [INFO] [stderr] | ---------------------- this is the found trait [INFO] [stderr] = help: you can use `cargo tree` to explore your dependency tree [INFO] [stderr] help: the trait `alloc::Allocator<i32>` is implemented for `CombiningAllocator<..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...>` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.3/src/enc/combined_alloc.rs:403:9 [INFO] [stderr] | [INFO] [stderr] 403 | / impl< [INFO] [stderr] 404 | | AllocU8: Allocator<u8>, [INFO] [stderr] 405 | | AllocU16: Allocator<u16>, [INFO] [stderr] 406 | | AllocI32: Allocator<i32>, [INFO] [stderr] ... | [INFO] [stderr] 441 | | AllocZopfliNode, [INFO] [stderr] 442 | | > [INFO] [stderr] | |_____________^ [INFO] [stderr] ... [INFO] [stderr] 461 | implement_allocator!(AllocI32, i32, AllocI32::AllocatedMemory, alloc_i32); [INFO] [stderr] | ------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] note: required by a bound in `BrotliAlloc` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.3/src/enc/combined_alloc.rs:36:7 [INFO] [stderr] | [INFO] [stderr] 33 | pub trait BrotliAlloc: [INFO] [stderr] | ----------- required by a bound in this trait [INFO] [stderr] ... [INFO] [stderr] 36 | + Allocator<i32> [INFO] [stderr] | ^^^^^^^^^^^^^^ required by this bound in `BrotliAlloc` [INFO] [stderr] = note: the full name for the type has been written to '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/brotli-55b42072b36cebb3.long-type-6342064202730448417.txt' [INFO] [stderr] = note: consider using `--verbose` to print the full type name to the console [INFO] [stderr] = note: this error originates in the macro `implement_allocator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `StandardAlloc: alloc::Allocator<u16>` is not satisfied [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.3/src/enc/combined_alloc.rs:56:22 [INFO] [stderr] | [INFO] [stderr] 56 | impl BrotliAlloc for StandardAlloc {} [INFO] [stderr] | ^^^^^^^^^^^^^ the trait `alloc::Allocator<u16>` is not implemented for `StandardAlloc` [INFO] [stderr] | [INFO] [stderr] note: there are multiple different versions of crate `alloc_no_stdlib` in the dependency graph [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/alloc-no-stdlib-2.0.4/src/stack_allocator.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | pub trait Allocator<T> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ this is the expected trait [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/alloc-no-stdlib-3.0.0/src/stack_allocator.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | pub trait Allocator<T> { [INFO] [stderr] | ---------------------- this is the found trait [INFO] [stderr] = help: you can use `cargo tree` to explore your dependency tree [INFO] [stderr] help: the trait `alloc::Allocator<u16>` is implemented for `CombiningAllocator<..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...>` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.3/src/enc/combined_alloc.rs:403:9 [INFO] [stderr] | [INFO] [stderr] 403 | / impl< [INFO] [stderr] 404 | | AllocU8: Allocator<u8>, [INFO] [stderr] 405 | | AllocU16: Allocator<u16>, [INFO] [stderr] 406 | | AllocI32: Allocator<i32>, [INFO] [stderr] ... | [INFO] [stderr] 441 | | AllocZopfliNode, [INFO] [stderr] 442 | | > [INFO] [stderr] | |_____________^ [INFO] [stderr] ... [INFO] [stderr] 459 | implement_allocator!(AllocU16, u16, AllocU16::AllocatedMemory, alloc_u16); [INFO] [stderr] | ------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] note: required by a bound in `BrotliAlloc` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.3/src/enc/combined_alloc.rs:35:7 [INFO] [stderr] | [INFO] [stderr] 33 | pub trait BrotliAlloc: [INFO] [stderr] | ----------- required by a bound in this trait [INFO] [stderr] 34 | Allocator<u8> [INFO] [stderr] 35 | + Allocator<u16> [INFO] [stderr] | ^^^^^^^^^^^^^^ required by this bound in `BrotliAlloc` [INFO] [stderr] = note: the full name for the type has been written to '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/brotli-55b42072b36cebb3.long-type-6342064202730448417.txt' [INFO] [stderr] = note: consider using `--verbose` to print the full type name to the console [INFO] [stderr] = note: this error originates in the macro `implement_allocator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `StandardAlloc: alloc::Allocator<u8>` is not satisfied [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.3/src/enc/combined_alloc.rs:56:22 [INFO] [stderr] | [INFO] [stderr] 56 | impl BrotliAlloc for StandardAlloc {} [INFO] [stderr] | ^^^^^^^^^^^^^ the trait `alloc::Allocator<u8>` is not implemented for `StandardAlloc` [INFO] [stderr] | [INFO] [stderr] note: there are multiple different versions of crate `alloc_no_stdlib` in the dependency graph [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/alloc-no-stdlib-2.0.4/src/stack_allocator.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | pub trait Allocator<T> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ this is the expected trait [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/alloc-no-stdlib-3.0.0/src/stack_allocator.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | pub trait Allocator<T> { [INFO] [stderr] | ---------------------- this is the found trait [INFO] [stderr] = help: you can use `cargo tree` to explore your dependency tree [INFO] [stderr] help: the trait `alloc::Allocator<u8>` is implemented for `CombiningAllocator<..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...>` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.3/src/enc/combined_alloc.rs:403:9 [INFO] [stderr] | [INFO] [stderr] 403 | / impl< [INFO] [stderr] 404 | | AllocU8: Allocator<u8>, [INFO] [stderr] 405 | | AllocU16: Allocator<u16>, [INFO] [stderr] 406 | | AllocI32: Allocator<i32>, [INFO] [stderr] ... | [INFO] [stderr] 441 | | AllocZopfliNode, [INFO] [stderr] 442 | | > [INFO] [stderr] | |_____________^ [INFO] [stderr] ... [INFO] [stderr] 458 | implement_allocator!(AllocU8, u8, AllocU8::AllocatedMemory, alloc_u8); [INFO] [stderr] | --------------------------------------------------------------------- in this macro invocation [INFO] [stderr] note: required by a bound in `BrotliAlloc` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.3/src/enc/combined_alloc.rs:34:5 [INFO] [stderr] | [INFO] [stderr] 33 | pub trait BrotliAlloc: [INFO] [stderr] | ----------- required by a bound in this trait [INFO] [stderr] 34 | Allocator<u8> [INFO] [stderr] | ^^^^^^^^^^^^^ required by this bound in `BrotliAlloc` [INFO] [stderr] = note: the full name for the type has been written to '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/brotli-55b42072b36cebb3.long-type-6342064202730448417.txt' [INFO] [stderr] = note: consider using `--verbose` to print the full type name to the console [INFO] [stderr] = note: this error originates in the macro `implement_allocator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `StandardAlloc: alloc::Allocator<u8>` is not satisfied [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.3/src/enc/reader.rs:66:5 [INFO] [stderr] | [INFO] [stderr] 66 | / CompressorReaderCustomAlloc< [INFO] [stderr] 67 | | R, [INFO] [stderr] 68 | | <StandardAlloc as Allocator<u8>>::AllocatedMemory, [INFO] [stderr] 69 | | StandardAlloc, [INFO] [stderr] 70 | | >, [INFO] [stderr] | |_____^ the trait `alloc::Allocator<u8>` is not implemented for `StandardAlloc` [INFO] [stderr] | [INFO] [stderr] note: there are multiple different versions of crate `alloc_no_stdlib` in the dependency graph [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/alloc-no-stdlib-2.0.4/src/stack_allocator.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | pub trait Allocator<T> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ this is the expected trait [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/alloc-no-stdlib-3.0.0/src/stack_allocator.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | pub trait Allocator<T> { [INFO] [stderr] | ---------------------- this is the found trait [INFO] [stderr] = help: you can use `cargo tree` to explore your dependency tree [INFO] [stderr] help: the trait `alloc::Allocator<u8>` is implemented for `CombiningAllocator<..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...>` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.3/src/enc/combined_alloc.rs:403:9 [INFO] [stderr] | [INFO] [stderr] 403 | / impl< [INFO] [stderr] 404 | | AllocU8: Allocator<u8>, [INFO] [stderr] 405 | | AllocU16: Allocator<u16>, [INFO] [stderr] 406 | | AllocI32: Allocator<i32>, [INFO] [stderr] ... | [INFO] [stderr] 441 | | AllocZopfliNode, [INFO] [stderr] 442 | | > [INFO] [stderr] | |_____________^ [INFO] [stderr] ... [INFO] [stderr] 458 | implement_allocator!(AllocU8, u8, AllocU8::AllocatedMemory, alloc_u8); [INFO] [stderr] | --------------------------------------------------------------------- in this macro invocation [INFO] [stderr] = note: the full name for the type has been written to '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/brotli-55b42072b36cebb3.long-type-6342064202730448417.txt' [INFO] [stderr] = note: consider using `--verbose` to print the full type name to the console [INFO] [stderr] = note: this error originates in the macro `implement_allocator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `StandardAlloc: alloc::Allocator<u8>` is not satisfied [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.3/src/enc/writer.rs:75:5 [INFO] [stderr] | [INFO] [stderr] 75 | / CompressorWriterCustomAlloc< [INFO] [stderr] 76 | | W, [INFO] [stderr] 77 | | <StandardAlloc as Allocator<u8>>::AllocatedMemory, [INFO] [stderr] 78 | | StandardAlloc, [INFO] [stderr] 79 | | >, [INFO] [stderr] | |_____^ the trait `alloc::Allocator<u8>` is not implemented for `StandardAlloc` [INFO] [stderr] | [INFO] [stderr] note: there are multiple different versions of crate `alloc_no_stdlib` in the dependency graph [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/alloc-no-stdlib-2.0.4/src/stack_allocator.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | pub trait Allocator<T> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ this is the expected trait [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/alloc-no-stdlib-3.0.0/src/stack_allocator.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | pub trait Allocator<T> { [INFO] [stderr] | ---------------------- this is the found trait [INFO] [stderr] = help: you can use `cargo tree` to explore your dependency tree [INFO] [stderr] help: the trait `alloc::Allocator<u8>` is implemented for `CombiningAllocator<..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...>` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.3/src/enc/combined_alloc.rs:403:9 [INFO] [stderr] | [INFO] [stderr] 403 | / impl< [INFO] [stderr] 404 | | AllocU8: Allocator<u8>, [INFO] [stderr] 405 | | AllocU16: Allocator<u16>, [INFO] [stderr] 406 | | AllocI32: Allocator<i32>, [INFO] [stderr] ... | [INFO] [stderr] 441 | | AllocZopfliNode, [INFO] [stderr] 442 | | > [INFO] [stderr] | |_____________^ [INFO] [stderr] ... [INFO] [stderr] 458 | implement_allocator!(AllocU8, u8, AllocU8::AllocatedMemory, alloc_u8); [INFO] [stderr] | --------------------------------------------------------------------- in this macro invocation [INFO] [stderr] = note: the full name for the type has been written to '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/brotli-55b42072b36cebb3.long-type-6342064202730448417.txt' [INFO] [stderr] = note: consider using `--verbose` to print the full type name to the console [INFO] [stderr] = note: this error originates in the macro `implement_allocator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] Compiling camino v1.1.12 [INFO] [stderr] Compiling figment v0.10.19 [INFO] [stderr] Compiling libsqlite3-sys v0.37.0 [INFO] [stderr] Checking bigdecimal v0.4.10 [INFO] [stderr] Compiling serde_with_macros v3.21.0 [INFO] [stderr] error[E0277]: the trait bound `StandardAlloc: alloc::Allocator<u8>` is not satisfied [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.3/src/enc/reader.rs:77:37 [INFO] [stderr] | [INFO] [stderr] 77 | let buffer = allocate::<u8, _>( [INFO] [stderr] | ^ the trait `alloc::Allocator<u8>` is not implemented for `StandardAlloc` [INFO] [stderr] | [INFO] [stderr] note: there are multiple different versions of crate `alloc_no_stdlib` in the dependency graph [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/alloc-no-stdlib-2.0.4/src/stack_allocator.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | pub trait Allocator<T> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ this is the expected trait [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/alloc-no-stdlib-3.0.0/src/stack_allocator.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | pub trait Allocator<T> { [INFO] [stderr] | ---------------------- this is the found trait [INFO] [stderr] = help: you can use `cargo tree` to explore your dependency tree [INFO] [stderr] help: the trait `alloc::Allocator<u8>` is implemented for `CombiningAllocator<..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...>` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.3/src/enc/combined_alloc.rs:403:9 [INFO] [stderr] | [INFO] [stderr] 403 | / impl< [INFO] [stderr] 404 | | AllocU8: Allocator<u8>, [INFO] [stderr] 405 | | AllocU16: Allocator<u16>, [INFO] [stderr] 406 | | AllocI32: Allocator<i32>, [INFO] [stderr] ... | [INFO] [stderr] 441 | | AllocZopfliNode, [INFO] [stderr] 442 | | > [INFO] [stderr] | |_____________^ [INFO] [stderr] ... [INFO] [stderr] 458 | implement_allocator!(AllocU8, u8, AllocU8::AllocatedMemory, alloc_u8); [INFO] [stderr] | --------------------------------------------------------------------- in this macro invocation [INFO] [stderr] note: required by a bound in `combined_alloc::allocate` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.3/src/enc/combined_alloc.rs:524:30 [INFO] [stderr] | [INFO] [stderr] 524 | pub(crate) fn allocate<T, A: Allocator<T>>(alloc: &mut A, len: usize) -> A::AllocatedMemory { [INFO] [stderr] | ^^^^^^^^^^^^ required by this bound in `allocate` [INFO] [stderr] = note: the full name for the type has been written to '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/brotli-55b42072b36cebb3.long-type-6342064202730448417.txt' [INFO] [stderr] = note: consider using `--verbose` to print the full type name to the console [INFO] [stderr] = note: this error originates in the macro `implement_allocator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `StandardAlloc: alloc::Allocator<u8>` is not satisfied [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.3/src/enc/reader.rs:81:9 [INFO] [stderr] | [INFO] [stderr] 81 | CompressorReader::<R>(CompressorReaderCustomAlloc::new(r, buffer, alloc, q, lgwin)) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `alloc::Allocator<u8>` is not implemented for `StandardAlloc` [INFO] [stderr] | [INFO] [stderr] note: there are multiple different versions of crate `alloc_no_stdlib` in the dependency graph [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/alloc-no-stdlib-2.0.4/src/stack_allocator.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | pub trait Allocator<T> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ this is the expected trait [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/alloc-no-stdlib-3.0.0/src/stack_allocator.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | pub trait Allocator<T> { [INFO] [stderr] | ---------------------- this is the found trait [INFO] [stderr] = help: you can use `cargo tree` to explore your dependency tree [INFO] [stderr] help: the trait `alloc::Allocator<u8>` is implemented for `CombiningAllocator<..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...>` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.3/src/enc/combined_alloc.rs:403:9 [INFO] [stderr] | [INFO] [stderr] 403 | / impl< [INFO] [stderr] 404 | | AllocU8: Allocator<u8>, [INFO] [stderr] 405 | | AllocU16: Allocator<u16>, [INFO] [stderr] 406 | | AllocI32: Allocator<i32>, [INFO] [stderr] ... | [INFO] [stderr] 441 | | AllocZopfliNode, [INFO] [stderr] 442 | | > [INFO] [stderr] | |_____________^ [INFO] [stderr] ... [INFO] [stderr] 458 | implement_allocator!(AllocU8, u8, AllocU8::AllocatedMemory, alloc_u8); [INFO] [stderr] | --------------------------------------------------------------------- in this macro invocation [INFO] [stderr] = note: the full name for the type has been written to '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/brotli-55b42072b36cebb3.long-type-6342064202730448417.txt' [INFO] [stderr] = note: consider using `--verbose` to print the full type name to the console [INFO] [stderr] = note: this error originates in the macro `implement_allocator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `StandardAlloc: alloc::Allocator<u8>` is not satisfied [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.3/src/enc/reader.rs:77:22 [INFO] [stderr] | [INFO] [stderr] 77 | let buffer = allocate::<u8, _>( [INFO] [stderr] | ______________________^ [INFO] [stderr] 78 | | &mut alloc, [INFO] [stderr] 79 | | if buffer_size == 0 { 4096 } else { buffer_size }, [INFO] [stderr] 80 | | ); [INFO] [stderr] | |_________^ the trait `alloc::Allocator<u8>` is not implemented for `StandardAlloc` [INFO] [stderr] | [INFO] [stderr] note: there are multiple different versions of crate `alloc_no_stdlib` in the dependency graph [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/alloc-no-stdlib-2.0.4/src/stack_allocator.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | pub trait Allocator<T> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ this is the expected trait [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/alloc-no-stdlib-3.0.0/src/stack_allocator.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | pub trait Allocator<T> { [INFO] [stderr] | ---------------------- this is the found trait [INFO] [stderr] = help: you can use `cargo tree` to explore your dependency tree [INFO] [stderr] help: the trait `alloc::Allocator<u8>` is implemented for `CombiningAllocator<..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...>` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.3/src/enc/combined_alloc.rs:403:9 [INFO] [stderr] | [INFO] [stderr] 403 | / impl< [INFO] [stderr] 404 | | AllocU8: Allocator<u8>, [INFO] [stderr] 405 | | AllocU16: Allocator<u16>, [INFO] [stderr] 406 | | AllocI32: Allocator<i32>, [INFO] [stderr] ... | [INFO] [stderr] 441 | | AllocZopfliNode, [INFO] [stderr] 442 | | > [INFO] [stderr] | |_____________^ [INFO] [stderr] ... [INFO] [stderr] 458 | implement_allocator!(AllocU8, u8, AllocU8::AllocatedMemory, alloc_u8); [INFO] [stderr] | --------------------------------------------------------------------- in this macro invocation [INFO] [stderr] = note: the full name for the type has been written to '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/brotli-55b42072b36cebb3.long-type-6342064202730448417.txt' [INFO] [stderr] = note: consider using `--verbose` to print the full type name to the console [INFO] [stderr] = note: this error originates in the macro `implement_allocator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `StandardAlloc: alloc::Allocator<u8>` is not satisfied [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.3/src/enc/reader.rs:86:9 [INFO] [stderr] | [INFO] [stderr] 86 | (reader.0).0.state.0.params = params.clone(); [INFO] [stderr] | ^^^^^^^^^^ the trait `alloc::Allocator<u8>` is not implemented for `StandardAlloc` [INFO] [stderr] | [INFO] [stderr] note: there are multiple different versions of crate `alloc_no_stdlib` in the dependency graph [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/alloc-no-stdlib-2.0.4/src/stack_allocator.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | pub trait Allocator<T> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ this is the expected trait [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/alloc-no-stdlib-3.0.0/src/stack_allocator.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | pub trait Allocator<T> { [INFO] [stderr] | ---------------------- this is the found trait [INFO] [stderr] = help: you can use `cargo tree` to explore your dependency tree [INFO] [stderr] help: the trait `alloc::Allocator<u8>` is implemented for `CombiningAllocator<..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...>` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.3/src/enc/combined_alloc.rs:403:9 [INFO] [stderr] | [INFO] [stderr] 403 | / impl< [INFO] [stderr] 404 | | AllocU8: Allocator<u8>, [INFO] [stderr] 405 | | AllocU16: Allocator<u16>, [INFO] [stderr] 406 | | AllocI32: Allocator<i32>, [INFO] [stderr] ... | [INFO] [stderr] 441 | | AllocZopfliNode, [INFO] [stderr] 442 | | > [INFO] [stderr] | |_____________^ [INFO] [stderr] ... [INFO] [stderr] 458 | implement_allocator!(AllocU8, u8, AllocU8::AllocatedMemory, alloc_u8); [INFO] [stderr] | --------------------------------------------------------------------- in this macro invocation [INFO] [stderr] = note: the full name for the type has been written to '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/brotli-55b42072b36cebb3.long-type-6342064202730448417.txt' [INFO] [stderr] = note: consider using `--verbose` to print the full type name to the console [INFO] [stderr] = note: this error originates in the macro `implement_allocator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `StandardAlloc: alloc::Allocator<u8>` is not satisfied [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.3/src/enc/reader.rs:91:9 [INFO] [stderr] | [INFO] [stderr] 91 | self.0.get_ref() [INFO] [stderr] | ^^^^^^ the trait `alloc::Allocator<u8>` is not implemented for `StandardAlloc` [INFO] [stderr] | [INFO] [stderr] note: there are multiple different versions of crate `alloc_no_stdlib` in the dependency graph [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/alloc-no-stdlib-2.0.4/src/stack_allocator.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | pub trait Allocator<T> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ this is the expected trait [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/alloc-no-stdlib-3.0.0/src/stack_allocator.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | pub trait Allocator<T> { [INFO] [stderr] | ---------------------- this is the found trait [INFO] [stderr] = help: you can use `cargo tree` to explore your dependency tree [INFO] [stderr] help: the trait `alloc::Allocator<u8>` is implemented for `CombiningAllocator<..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...>` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.3/src/enc/combined_alloc.rs:403:9 [INFO] [stderr] | [INFO] [stderr] 403 | / impl< [INFO] [stderr] 404 | | AllocU8: Allocator<u8>, [INFO] [stderr] 405 | | AllocU16: Allocator<u16>, [INFO] [stderr] 406 | | AllocI32: Allocator<i32>, [INFO] [stderr] ... | [INFO] [stderr] 441 | | AllocZopfliNode, [INFO] [stderr] 442 | | > [INFO] [stderr] | |_____________^ [INFO] [stderr] ... [INFO] [stderr] 458 | implement_allocator!(AllocU8, u8, AllocU8::AllocatedMemory, alloc_u8); [INFO] [stderr] | --------------------------------------------------------------------- in this macro invocation [INFO] [stderr] = note: the full name for the type has been written to '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/brotli-55b42072b36cebb3.long-type-6342064202730448417.txt' [INFO] [stderr] = note: consider using `--verbose` to print the full type name to the console [INFO] [stderr] = note: this error originates in the macro `implement_allocator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `StandardAlloc: alloc::Allocator<u8>` is not satisfied [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.3/src/enc/reader.rs:94:9 [INFO] [stderr] | [INFO] [stderr] 94 | self.0.into_inner() [INFO] [stderr] | ^^^^^^ the trait `alloc::Allocator<u8>` is not implemented for `StandardAlloc` [INFO] [stderr] | [INFO] [stderr] note: there are multiple different versions of crate `alloc_no_stdlib` in the dependency graph [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/alloc-no-stdlib-2.0.4/src/stack_allocator.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | pub trait Allocator<T> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ this is the expected trait [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/alloc-no-stdlib-3.0.0/src/stack_allocator.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | pub trait Allocator<T> { [INFO] [stderr] | ---------------------- this is the found trait [INFO] [stderr] = help: you can use `cargo tree` to explore your dependency tree [INFO] [stderr] help: the trait `alloc::Allocator<u8>` is implemented for `CombiningAllocator<..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...>` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.3/src/enc/combined_alloc.rs:403:9 [INFO] [stderr] | [INFO] [stderr] 403 | / impl< [INFO] [stderr] 404 | | AllocU8: Allocator<u8>, [INFO] [stderr] 405 | | AllocU16: Allocator<u16>, [INFO] [stderr] 406 | | AllocI32: Allocator<i32>, [INFO] [stderr] ... | [INFO] [stderr] 441 | | AllocZopfliNode, [INFO] [stderr] 442 | | > [INFO] [stderr] | |_____________^ [INFO] [stderr] ... [INFO] [stderr] 458 | implement_allocator!(AllocU8, u8, AllocU8::AllocatedMemory, alloc_u8); [INFO] [stderr] | --------------------------------------------------------------------- in this macro invocation [INFO] [stderr] = note: the full name for the type has been written to '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/brotli-55b42072b36cebb3.long-type-6342064202730448417.txt' [INFO] [stderr] = note: consider using `--verbose` to print the full type name to the console [INFO] [stderr] = note: this error originates in the macro `implement_allocator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `StandardAlloc: alloc::Allocator<u8>` is not satisfied [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.3/src/enc/reader.rs:101:9 [INFO] [stderr] | [INFO] [stderr] 101 | self.0.read(buf) [INFO] [stderr] | ^^^^^^ the trait `alloc::Allocator<u8>` is not implemented for `StandardAlloc` [INFO] [stderr] | [INFO] [stderr] note: there are multiple different versions of crate `alloc_no_stdlib` in the dependency graph [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/alloc-no-stdlib-2.0.4/src/stack_allocator.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | pub trait Allocator<T> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ this is the expected trait [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/alloc-no-stdlib-3.0.0/src/stack_allocator.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | pub trait Allocator<T> { [INFO] [stderr] | ---------------------- this is the found trait [INFO] [stderr] = help: you can use `cargo tree` to explore your dependency tree [INFO] [stderr] help: the trait `alloc::Allocator<u8>` is implemented for `CombiningAllocator<..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...>` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.3/src/enc/combined_alloc.rs:403:9 [INFO] [stderr] | [INFO] [stderr] 403 | / impl< [INFO] [stderr] 404 | | AllocU8: Allocator<u8>, [INFO] [stderr] 405 | | AllocU16: Allocator<u16>, [INFO] [stderr] 406 | | AllocI32: Allocator<i32>, [INFO] [stderr] ... | [INFO] [stderr] 441 | | AllocZopfliNode, [INFO] [stderr] 442 | | > [INFO] [stderr] | |_____________^ [INFO] [stderr] ... [INFO] [stderr] 458 | implement_allocator!(AllocU8, u8, AllocU8::AllocatedMemory, alloc_u8); [INFO] [stderr] | --------------------------------------------------------------------- in this macro invocation [INFO] [stderr] = note: the full name for the type has been written to '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/brotli-55b42072b36cebb3.long-type-6342064202730448417.txt' [INFO] [stderr] = note: consider using `--verbose` to print the full type name to the console [INFO] [stderr] = note: this error originates in the macro `implement_allocator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] Checking uncased v0.9.10 [INFO] [stderr] Checking toml v0.8.23 [INFO] [stderr] Compiling mysql_common v0.32.4 [INFO] [stderr] Checking aquatic_udp_protocol v0.9.0 [INFO] [stderr] error[E0277]: the trait bound `StandardAlloc: alloc::Allocator<u8>` is not satisfied [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.3/src/enc/writer.rs:86:37 [INFO] [stderr] | [INFO] [stderr] 86 | let buffer = allocate::<u8, _>( [INFO] [stderr] | ^ the trait `alloc::Allocator<u8>` is not implemented for `StandardAlloc` [INFO] [stderr] | [INFO] [stderr] note: there are multiple different versions of crate `alloc_no_stdlib` in the dependency graph [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/alloc-no-stdlib-2.0.4/src/stack_allocator.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | pub trait Allocator<T> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ this is the expected trait [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/alloc-no-stdlib-3.0.0/src/stack_allocator.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | pub trait Allocator<T> { [INFO] [stderr] | ---------------------- this is the found trait [INFO] [stderr] = help: you can use `cargo tree` to explore your dependency tree [INFO] [stderr] help: the trait `alloc::Allocator<u8>` is implemented for `CombiningAllocator<..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...>` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.3/src/enc/combined_alloc.rs:403:9 [INFO] [stderr] | [INFO] [stderr] 403 | / impl< [INFO] [stderr] 404 | | AllocU8: Allocator<u8>, [INFO] [stderr] 405 | | AllocU16: Allocator<u16>, [INFO] [stderr] 406 | | AllocI32: Allocator<i32>, [INFO] [stderr] ... | [INFO] [stderr] 441 | | AllocZopfliNode, [INFO] [stderr] 442 | | > [INFO] [stderr] | |_____________^ [INFO] [stderr] ... [INFO] [stderr] 458 | implement_allocator!(AllocU8, u8, AllocU8::AllocatedMemory, alloc_u8); [INFO] [stderr] | --------------------------------------------------------------------- in this macro invocation [INFO] [stderr] note: required by a bound in `combined_alloc::allocate` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.3/src/enc/combined_alloc.rs:524:30 [INFO] [stderr] | [INFO] [stderr] 524 | pub(crate) fn allocate<T, A: Allocator<T>>(alloc: &mut A, len: usize) -> A::AllocatedMemory { [INFO] [stderr] | ^^^^^^^^^^^^ required by this bound in `allocate` [INFO] [stderr] = note: the full name for the type has been written to '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/brotli-55b42072b36cebb3.long-type-6342064202730448417.txt' [INFO] [stderr] = note: consider using `--verbose` to print the full type name to the console [INFO] [stderr] = note: this error originates in the macro `implement_allocator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `StandardAlloc: alloc::Allocator<u8>` is not satisfied [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.3/src/enc/writer.rs:90:9 [INFO] [stderr] | [INFO] [stderr] 90 | CompressorWriter::<W>(CompressorWriterCustomAlloc::new(w, buffer, alloc, q, lgwin)) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `alloc::Allocator<u8>` is not implemented for `StandardAlloc` [INFO] [stderr] | [INFO] [stderr] note: there are multiple different versions of crate `alloc_no_stdlib` in the dependency graph [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/alloc-no-stdlib-2.0.4/src/stack_allocator.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | pub trait Allocator<T> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ this is the expected trait [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/alloc-no-stdlib-3.0.0/src/stack_allocator.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | pub trait Allocator<T> { [INFO] [stderr] | ---------------------- this is the found trait [INFO] [stderr] = help: you can use `cargo tree` to explore your dependency tree [INFO] [stderr] help: the trait `alloc::Allocator<u8>` is implemented for `CombiningAllocator<..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...>` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.3/src/enc/combined_alloc.rs:403:9 [INFO] [stderr] | [INFO] [stderr] 403 | / impl< [INFO] [stderr] 404 | | AllocU8: Allocator<u8>, [INFO] [stderr] 405 | | AllocU16: Allocator<u16>, [INFO] [stderr] 406 | | AllocI32: Allocator<i32>, [INFO] [stderr] ... | [INFO] [stderr] 441 | | AllocZopfliNode, [INFO] [stderr] 442 | | > [INFO] [stderr] | |_____________^ [INFO] [stderr] ... [INFO] [stderr] 458 | implement_allocator!(AllocU8, u8, AllocU8::AllocatedMemory, alloc_u8); [INFO] [stderr] | --------------------------------------------------------------------- in this macro invocation [INFO] [stderr] = note: the full name for the type has been written to '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/brotli-55b42072b36cebb3.long-type-6342064202730448417.txt' [INFO] [stderr] = note: consider using `--verbose` to print the full type name to the console [INFO] [stderr] = note: this error originates in the macro `implement_allocator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `StandardAlloc: alloc::Allocator<u8>` is not satisfied [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.3/src/enc/writer.rs:86:22 [INFO] [stderr] | [INFO] [stderr] 86 | let buffer = allocate::<u8, _>( [INFO] [stderr] | ______________________^ [INFO] [stderr] 87 | | &mut alloc, [INFO] [stderr] 88 | | if buffer_size == 0 { 4096 } else { buffer_size }, [INFO] [stderr] 89 | | ); [INFO] [stderr] | |_________^ the trait `alloc::Allocator<u8>` is not implemented for `StandardAlloc` [INFO] [stderr] | [INFO] [stderr] note: there are multiple different versions of crate `alloc_no_stdlib` in the dependency graph [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/alloc-no-stdlib-2.0.4/src/stack_allocator.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | pub trait Allocator<T> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ this is the expected trait [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/alloc-no-stdlib-3.0.0/src/stack_allocator.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | pub trait Allocator<T> { [INFO] [stderr] | ---------------------- this is the found trait [INFO] [stderr] = help: you can use `cargo tree` to explore your dependency tree [INFO] [stderr] help: the trait `alloc::Allocator<u8>` is implemented for `CombiningAllocator<..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...>` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.3/src/enc/combined_alloc.rs:403:9 [INFO] [stderr] | [INFO] [stderr] 403 | / impl< [INFO] [stderr] 404 | | AllocU8: Allocator<u8>, [INFO] [stderr] 405 | | AllocU16: Allocator<u16>, [INFO] [stderr] 406 | | AllocI32: Allocator<i32>, [INFO] [stderr] ... | [INFO] [stderr] 441 | | AllocZopfliNode, [INFO] [stderr] 442 | | > [INFO] [stderr] | |_____________^ [INFO] [stderr] ... [INFO] [stderr] 458 | implement_allocator!(AllocU8, u8, AllocU8::AllocatedMemory, alloc_u8); [INFO] [stderr] | --------------------------------------------------------------------- in this macro invocation [INFO] [stderr] = note: the full name for the type has been written to '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/brotli-55b42072b36cebb3.long-type-6342064202730448417.txt' [INFO] [stderr] = note: consider using `--verbose` to print the full type name to the console [INFO] [stderr] = note: this error originates in the macro `implement_allocator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `StandardAlloc: alloc::Allocator<u8>` is not satisfied [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.3/src/enc/writer.rs:95:9 [INFO] [stderr] | [INFO] [stderr] 95 | (writer.0).0.state.params = params.clone(); [INFO] [stderr] | ^^^^^^^^^^ the trait `alloc::Allocator<u8>` is not implemented for `StandardAlloc` [INFO] [stderr] | [INFO] [stderr] note: there are multiple different versions of crate `alloc_no_stdlib` in the dependency graph [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/alloc-no-stdlib-2.0.4/src/stack_allocator.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | pub trait Allocator<T> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ this is the expected trait [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/alloc-no-stdlib-3.0.0/src/stack_allocator.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | pub trait Allocator<T> { [INFO] [stderr] | ---------------------- this is the found trait [INFO] [stderr] = help: you can use `cargo tree` to explore your dependency tree [INFO] [stderr] help: the trait `alloc::Allocator<u8>` is implemented for `CombiningAllocator<..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...>` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.3/src/enc/combined_alloc.rs:403:9 [INFO] [stderr] | [INFO] [stderr] 403 | / impl< [INFO] [stderr] 404 | | AllocU8: Allocator<u8>, [INFO] [stderr] 405 | | AllocU16: Allocator<u16>, [INFO] [stderr] 406 | | AllocI32: Allocator<i32>, [INFO] [stderr] ... | [INFO] [stderr] 441 | | AllocZopfliNode, [INFO] [stderr] 442 | | > [INFO] [stderr] | |_____________^ [INFO] [stderr] ... [INFO] [stderr] 458 | implement_allocator!(AllocU8, u8, AllocU8::AllocatedMemory, alloc_u8); [INFO] [stderr] | --------------------------------------------------------------------- in this macro invocation [INFO] [stderr] = note: the full name for the type has been written to '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/brotli-55b42072b36cebb3.long-type-6342064202730448417.txt' [INFO] [stderr] = note: consider using `--verbose` to print the full type name to the console [INFO] [stderr] = note: this error originates in the macro `implement_allocator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `StandardAlloc: alloc::Allocator<u8>` is not satisfied [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.3/src/enc/writer.rs:100:9 [INFO] [stderr] | [INFO] [stderr] 100 | self.0.get_ref() [INFO] [stderr] | ^^^^^^ the trait `alloc::Allocator<u8>` is not implemented for `StandardAlloc` [INFO] [stderr] | [INFO] [stderr] note: there are multiple different versions of crate `alloc_no_stdlib` in the dependency graph [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/alloc-no-stdlib-2.0.4/src/stack_allocator.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | pub trait Allocator<T> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ this is the expected trait [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/alloc-no-stdlib-3.0.0/src/stack_allocator.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | pub trait Allocator<T> { [INFO] [stderr] | ---------------------- this is the found trait [INFO] [stderr] = help: you can use `cargo tree` to explore your dependency tree [INFO] [stderr] help: the trait `alloc::Allocator<u8>` is implemented for `CombiningAllocator<..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...>` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.3/src/enc/combined_alloc.rs:403:9 [INFO] [stderr] | [INFO] [stderr] 403 | / impl< [INFO] [stderr] 404 | | AllocU8: Allocator<u8>, [INFO] [stderr] 405 | | AllocU16: Allocator<u16>, [INFO] [stderr] 406 | | AllocI32: Allocator<i32>, [INFO] [stderr] ... | [INFO] [stderr] 441 | | AllocZopfliNode, [INFO] [stderr] 442 | | > [INFO] [stderr] | |_____________^ [INFO] [stderr] ... [INFO] [stderr] 458 | implement_allocator!(AllocU8, u8, AllocU8::AllocatedMemory, alloc_u8); [INFO] [stderr] | --------------------------------------------------------------------- in this macro invocation [INFO] [stderr] = note: the full name for the type has been written to '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/brotli-55b42072b36cebb3.long-type-6342064202730448417.txt' [INFO] [stderr] = note: consider using `--verbose` to print the full type name to the console [INFO] [stderr] = note: this error originates in the macro `implement_allocator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `StandardAlloc: alloc::Allocator<u8>` is not satisfied [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.3/src/enc/writer.rs:103:9 [INFO] [stderr] | [INFO] [stderr] 103 | self.0.get_mut() [INFO] [stderr] | ^^^^^^ the trait `alloc::Allocator<u8>` is not implemented for `StandardAlloc` [INFO] [stderr] | [INFO] [stderr] note: there are multiple different versions of crate `alloc_no_stdlib` in the dependency graph [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/alloc-no-stdlib-2.0.4/src/stack_allocator.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | pub trait Allocator<T> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ this is the expected trait [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/alloc-no-stdlib-3.0.0/src/stack_allocator.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | pub trait Allocator<T> { [INFO] [stderr] | ---------------------- this is the found trait [INFO] [stderr] = help: you can use `cargo tree` to explore your dependency tree [INFO] [stderr] help: the trait `alloc::Allocator<u8>` is implemented for `CombiningAllocator<..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...>` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.3/src/enc/combined_alloc.rs:403:9 [INFO] [stderr] | [INFO] [stderr] 403 | / impl< [INFO] [stderr] 404 | | AllocU8: Allocator<u8>, [INFO] [stderr] 405 | | AllocU16: Allocator<u16>, [INFO] [stderr] 406 | | AllocI32: Allocator<i32>, [INFO] [stderr] ... | [INFO] [stderr] 441 | | AllocZopfliNode, [INFO] [stderr] 442 | | > [INFO] [stderr] | |_____________^ [INFO] [stderr] ... [INFO] [stderr] 458 | implement_allocator!(AllocU8, u8, AllocU8::AllocatedMemory, alloc_u8); [INFO] [stderr] | --------------------------------------------------------------------- in this macro invocation [INFO] [stderr] = note: the full name for the type has been written to '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/brotli-55b42072b36cebb3.long-type-6342064202730448417.txt' [INFO] [stderr] = note: consider using `--verbose` to print the full type name to the console [INFO] [stderr] = note: this error originates in the macro `implement_allocator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `StandardAlloc: alloc::Allocator<u8>` is not satisfied [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.3/src/enc/writer.rs:106:9 [INFO] [stderr] | [INFO] [stderr] 106 | self.0.into_inner() [INFO] [stderr] | ^^^^^^ the trait `alloc::Allocator<u8>` is not implemented for `StandardAlloc` [INFO] [stderr] | [INFO] [stderr] note: there are multiple different versions of crate `alloc_no_stdlib` in the dependency graph [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/alloc-no-stdlib-2.0.4/src/stack_allocator.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | pub trait Allocator<T> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ this is the expected trait [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/alloc-no-stdlib-3.0.0/src/stack_allocator.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | pub trait Allocator<T> { [INFO] [stderr] | ---------------------- this is the found trait [INFO] [stderr] = help: you can use `cargo tree` to explore your dependency tree [INFO] [stderr] help: the trait `alloc::Allocator<u8>` is implemented for `CombiningAllocator<..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...>` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.3/src/enc/combined_alloc.rs:403:9 [INFO] [stderr] | [INFO] [stderr] 403 | / impl< [INFO] [stderr] 404 | | AllocU8: Allocator<u8>, [INFO] [stderr] 405 | | AllocU16: Allocator<u16>, [INFO] [stderr] 406 | | AllocI32: Allocator<i32>, [INFO] [stderr] ... | [INFO] [stderr] 441 | | AllocZopfliNode, [INFO] [stderr] 442 | | > [INFO] [stderr] | |_____________^ [INFO] [stderr] ... [INFO] [stderr] 458 | implement_allocator!(AllocU8, u8, AllocU8::AllocatedMemory, alloc_u8); [INFO] [stderr] | --------------------------------------------------------------------- in this macro invocation [INFO] [stderr] = note: the full name for the type has been written to '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/brotli-55b42072b36cebb3.long-type-6342064202730448417.txt' [INFO] [stderr] = note: consider using `--verbose` to print the full type name to the console [INFO] [stderr] = note: this error originates in the macro `implement_allocator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `StandardAlloc: alloc::Allocator<u8>` is not satisfied [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.3/src/enc/writer.rs:113:9 [INFO] [stderr] | [INFO] [stderr] 113 | self.0.write(buf) [INFO] [stderr] | ^^^^^^ the trait `alloc::Allocator<u8>` is not implemented for `StandardAlloc` [INFO] [stderr] | [INFO] [stderr] note: there are multiple different versions of crate `alloc_no_stdlib` in the dependency graph [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/alloc-no-stdlib-2.0.4/src/stack_allocator.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | pub trait Allocator<T> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ this is the expected trait [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/alloc-no-stdlib-3.0.0/src/stack_allocator.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | pub trait Allocator<T> { [INFO] [stderr] | ---------------------- this is the found trait [INFO] [stderr] = help: you can use `cargo tree` to explore your dependency tree [INFO] [stderr] help: the trait `alloc::Allocator<u8>` is implemented for `CombiningAllocator<..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...>` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.3/src/enc/combined_alloc.rs:403:9 [INFO] [stderr] | [INFO] [stderr] 403 | / impl< [INFO] [stderr] 404 | | AllocU8: Allocator<u8>, [INFO] [stderr] 405 | | AllocU16: Allocator<u16>, [INFO] [stderr] 406 | | AllocI32: Allocator<i32>, [INFO] [stderr] ... | [INFO] [stderr] 441 | | AllocZopfliNode, [INFO] [stderr] 442 | | > [INFO] [stderr] | |_____________^ [INFO] [stderr] ... [INFO] [stderr] 458 | implement_allocator!(AllocU8, u8, AllocU8::AllocatedMemory, alloc_u8); [INFO] [stderr] | --------------------------------------------------------------------- in this macro invocation [INFO] [stderr] = note: the full name for the type has been written to '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/brotli-55b42072b36cebb3.long-type-6342064202730448417.txt' [INFO] [stderr] = note: consider using `--verbose` to print the full type name to the console [INFO] [stderr] = note: this error originates in the macro `implement_allocator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `StandardAlloc: alloc::Allocator<u8>` is not satisfied [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.3/src/enc/writer.rs:116:9 [INFO] [stderr] | [INFO] [stderr] 116 | self.0.flush() [INFO] [stderr] | ^^^^^^ the trait `alloc::Allocator<u8>` is not implemented for `StandardAlloc` [INFO] [stderr] | [INFO] [stderr] note: there are multiple different versions of crate `alloc_no_stdlib` in the dependency graph [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/alloc-no-stdlib-2.0.4/src/stack_allocator.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | pub trait Allocator<T> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ this is the expected trait [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/alloc-no-stdlib-3.0.0/src/stack_allocator.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | pub trait Allocator<T> { [INFO] [stderr] | ---------------------- this is the found trait [INFO] [stderr] = help: you can use `cargo tree` to explore your dependency tree [INFO] [stderr] help: the trait `alloc::Allocator<u8>` is implemented for `CombiningAllocator<..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ..., ...>` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.3/src/enc/combined_alloc.rs:403:9 [INFO] [stderr] | [INFO] [stderr] 403 | / impl< [INFO] [stderr] 404 | | AllocU8: Allocator<u8>, [INFO] [stderr] 405 | | AllocU16: Allocator<u16>, [INFO] [stderr] 406 | | AllocI32: Allocator<i32>, [INFO] [stderr] ... | [INFO] [stderr] 441 | | AllocZopfliNode, [INFO] [stderr] 442 | | > [INFO] [stderr] | |_____________^ [INFO] [stderr] ... [INFO] [stderr] 458 | implement_allocator!(AllocU8, u8, AllocU8::AllocatedMemory, alloc_u8); [INFO] [stderr] | --------------------------------------------------------------------- in this macro invocation [INFO] [stderr] = note: the full name for the type has been written to '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/brotli-55b42072b36cebb3.long-type-6342064202730448417.txt' [INFO] [stderr] = note: consider using `--verbose` to print the full type name to the console [INFO] [stderr] = note: this error originates in the macro `implement_allocator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] Checking sha1 v0.10.6 [INFO] [stderr] Checking axum-core v0.5.6 [INFO] [stderr] Checking sha2 v0.10.9 [INFO] [stderr] Checking tokio-rustls v0.26.4 [INFO] [stderr] Checking crossbeam-deque v0.8.6 [INFO] [stderr] Checking scheduled-thread-pool v0.2.7 [INFO] [stderr] Checking serde_urlencoded v0.7.1 [INFO] [stderr] Checking crossbeam-channel v0.5.15 [INFO] [stderr] For more information about this error, try `rustc --explain E0277`. [INFO] [stderr] error: could not compile `brotli` (lib) due to 36 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "f3dbd5c37a049833f0683ee2790993343df02fb7ea256a0f04d118592b377c21", kill_on_drop: false }`