[INFO] crate jemallocator 0.1.9 is already in cache [INFO] extracting crate jemallocator 0.1.9 into work/ex/pr-58592/sources/master#f66e4697ae286985ddefc53c3a047614568458bb/reg/jemallocator/0.1.9 [INFO] extracting crate jemallocator 0.1.9 into work/ex/pr-58592/sources/try#c3b22200e6f5b70eb1f99ae6944d989ae17a458a/reg/jemallocator/0.1.9 [INFO] validating manifest of jemallocator-0.1.9 on toolchain master#f66e4697ae286985ddefc53c3a047614568458bb [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+f66e4697ae286985ddefc53c3a047614568458bb-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of jemallocator-0.1.9 on toolchain try#c3b22200e6f5b70eb1f99ae6944d989ae17a458a [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c3b22200e6f5b70eb1f99ae6944d989ae17a458a-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing jemallocator-0.1.9 [INFO] finished frobbing jemallocator-0.1.9 [INFO] frobbed toml for jemallocator-0.1.9 written to work/ex/pr-58592/sources/master#f66e4697ae286985ddefc53c3a047614568458bb/reg/jemallocator/0.1.9/Cargo.toml [INFO] started frobbing jemallocator-0.1.9 [INFO] finished frobbing jemallocator-0.1.9 [INFO] frobbed toml for jemallocator-0.1.9 written to work/ex/pr-58592/sources/try#c3b22200e6f5b70eb1f99ae6944d989ae17a458a/reg/jemallocator/0.1.9/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+f66e4697ae286985ddefc53c3a047614568458bb-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c3b22200e6f5b70eb1f99ae6944d989ae17a458a-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+f66e4697ae286985ddefc53c3a047614568458bb-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c3b22200e6f5b70eb1f99ae6944d989ae17a458a-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking jemallocator-0.1.9 against master#f66e4697ae286985ddefc53c3a047614568458bb for pr-58592 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-58592/worker-2/master#f66e4697ae286985ddefc53c3a047614568458bb:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-58592/sources/master#f66e4697ae286985ddefc53c3a047614568458bb/reg/jemallocator/0.1.9:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+f66e4697ae286985ddefc53c3a047614568458bb-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 32ae4ecdb4d83f2fbb396f2f1967e3aca41a3cb0e647d2963c9da411b4507f0c [INFO] running `"docker" "start" "-a" "32ae4ecdb4d83f2fbb396f2f1967e3aca41a3cb0e647d2963c9da411b4507f0c"` [INFO] [stderr] Compiling fs_extra v1.1.0 [INFO] [stderr] Compiling jemalloc-sys v0.1.8 [INFO] [stderr] Checking jemallocator v0.1.9 (/opt/crater/workdir) [INFO] [stderr] error[E0432]: unresolved import `std::heap` [INFO] [stderr] --> benches/roundtrip.rs:9:10 [INFO] [stderr] | [INFO] [stderr] 9 | use std::heap::{Alloc, Layout, Excess}; [INFO] [stderr] | ^^^^ could not find `heap` in `std` [INFO] [stderr] [INFO] [stderr] warning: unused import: `Alloc` [INFO] [stderr] --> benches/roundtrip.rs:9:17 [INFO] [stderr] | [INFO] [stderr] 9 | use std::heap::{Alloc, Layout, Excess}; [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 260 | rt_alloc_layout_checked!(rt_pow2_1bytes_1align_alloc_layout_checked, 1, 1); [INFO] [stderr] | --------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 260 | rt_alloc_layout_checked!(rt_pow2_1bytes_1align_alloc_layout_checked, 1, 1); [INFO] [stderr] | --------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 273 | rt_alloc_layout_checked!(rt_pow2_2bytes_1align_alloc_layout_checked, 2, 1); [INFO] [stderr] | --------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 273 | rt_alloc_layout_checked!(rt_pow2_2bytes_1align_alloc_layout_checked, 2, 1); [INFO] [stderr] | --------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 286 | rt_alloc_layout_checked!(rt_pow2_4bytes_1align_alloc_layout_checked, 4, 1); [INFO] [stderr] | --------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 286 | rt_alloc_layout_checked!(rt_pow2_4bytes_1align_alloc_layout_checked, 4, 1); [INFO] [stderr] | --------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 299 | rt_alloc_layout_checked!(rt_pow2_8bytes_1align_alloc_layout_checked, 8, 1); [INFO] [stderr] | --------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 299 | rt_alloc_layout_checked!(rt_pow2_8bytes_1align_alloc_layout_checked, 8, 1); [INFO] [stderr] | --------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 312 | rt_alloc_layout_checked!(rt_pow2_16bytes_1align_alloc_layout_checked, 16, 1); [INFO] [stderr] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 312 | rt_alloc_layout_checked!(rt_pow2_16bytes_1align_alloc_layout_checked, 16, 1); [INFO] [stderr] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 325 | rt_alloc_layout_checked!(rt_pow2_32bytes_1align_alloc_layout_checked, 32, 1); [INFO] [stderr] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 325 | rt_alloc_layout_checked!(rt_pow2_32bytes_1align_alloc_layout_checked, 32, 1); [INFO] [stderr] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 338 | rt_alloc_layout_checked!(rt_pow2_64bytes_1align_alloc_layout_checked, 64, 1); [INFO] [stderr] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 338 | rt_alloc_layout_checked!(rt_pow2_64bytes_1align_alloc_layout_checked, 64, 1); [INFO] [stderr] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 351 | rt_alloc_layout_checked!(rt_pow2_128bytes_1align_alloc_layout_checked, 128, 1); [INFO] [stderr] | ------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 351 | rt_alloc_layout_checked!(rt_pow2_128bytes_1align_alloc_layout_checked, 128, 1); [INFO] [stderr] | ------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 364 | rt_alloc_layout_checked!(rt_pow2_256bytes_1align_alloc_layout_checked, 256, 1); [INFO] [stderr] | ------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 364 | rt_alloc_layout_checked!(rt_pow2_256bytes_1align_alloc_layout_checked, 256, 1); [INFO] [stderr] | ------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 377 | rt_alloc_layout_checked!(rt_pow2_512bytes_1align_alloc_layout_checked, 512, 1); [INFO] [stderr] | ------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 377 | rt_alloc_layout_checked!(rt_pow2_512bytes_1align_alloc_layout_checked, 512, 1); [INFO] [stderr] | ------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 390 | rt_alloc_layout_checked!(rt_pow2_1024bytes_1align_alloc_layout_checked, 1024, 1); [INFO] [stderr] | --------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 390 | rt_alloc_layout_checked!(rt_pow2_1024bytes_1align_alloc_layout_checked, 1024, 1); [INFO] [stderr] | --------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 403 | rt_alloc_layout_checked!(rt_pow2_2048bytes_1align_alloc_layout_checked, 2048, 1); [INFO] [stderr] | --------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 403 | rt_alloc_layout_checked!(rt_pow2_2048bytes_1align_alloc_layout_checked, 2048, 1); [INFO] [stderr] | --------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 416 | rt_alloc_layout_checked!(rt_pow2_4096bytes_1align_alloc_layout_checked, 4096, 1); [INFO] [stderr] | --------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 416 | rt_alloc_layout_checked!(rt_pow2_4096bytes_1align_alloc_layout_checked, 4096, 1); [INFO] [stderr] | --------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 429 | rt_alloc_layout_checked!(rt_pow2_8192bytes_1align_alloc_layout_checked, 8192, 1); [INFO] [stderr] | --------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 429 | rt_alloc_layout_checked!(rt_pow2_8192bytes_1align_alloc_layout_checked, 8192, 1); [INFO] [stderr] | --------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 442 | rt_alloc_layout_checked!(rt_pow2_16384bytes_1align_alloc_layout_checked, 16384, 1); [INFO] [stderr] | ----------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 442 | rt_alloc_layout_checked!(rt_pow2_16384bytes_1align_alloc_layout_checked, 16384, 1); [INFO] [stderr] | ----------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 455 | rt_alloc_layout_checked!(rt_pow2_32768bytes_1align_alloc_layout_checked, 32768, 1); [INFO] [stderr] | ----------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 455 | rt_alloc_layout_checked!(rt_pow2_32768bytes_1align_alloc_layout_checked, 32768, 1); [INFO] [stderr] | ----------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 468 | rt_alloc_layout_checked!(rt_pow2_65536bytes_1align_alloc_layout_checked, 65536, 1); [INFO] [stderr] | ----------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 468 | rt_alloc_layout_checked!(rt_pow2_65536bytes_1align_alloc_layout_checked, 65536, 1); [INFO] [stderr] | ----------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 481 | rt_alloc_layout_checked!(rt_pow2_131072bytes_1align_alloc_layout_checked, 131072, 1); [INFO] [stderr] | ------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 481 | rt_alloc_layout_checked!(rt_pow2_131072bytes_1align_alloc_layout_checked, 131072, 1); [INFO] [stderr] | ------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 494 | rt_alloc_layout_checked!(rt_pow2_4194304bytes_1align_alloc_layout_checked, 4194304, 1); [INFO] [stderr] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 494 | rt_alloc_layout_checked!(rt_pow2_4194304bytes_1align_alloc_layout_checked, 4194304, 1); [INFO] [stderr] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 508 | rt_alloc_layout_checked!(rt_even_10bytes_1align_alloc_layout_checked, 10, 1); [INFO] [stderr] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 508 | rt_alloc_layout_checked!(rt_even_10bytes_1align_alloc_layout_checked, 10, 1); [INFO] [stderr] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 521 | rt_alloc_layout_checked!(rt_even_100bytes_1align_alloc_layout_checked, 100, 1); [INFO] [stderr] | ------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 521 | rt_alloc_layout_checked!(rt_even_100bytes_1align_alloc_layout_checked, 100, 1); [INFO] [stderr] | ------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 534 | rt_alloc_layout_checked!(rt_even_1000bytes_1align_alloc_layout_checked, 1000, 1); [INFO] [stderr] | --------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 534 | rt_alloc_layout_checked!(rt_even_1000bytes_1align_alloc_layout_checked, 1000, 1); [INFO] [stderr] | --------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 547 | rt_alloc_layout_checked!(rt_even_10000bytes_1align_alloc_layout_checked, 10000, 1); [INFO] [stderr] | ----------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 547 | rt_alloc_layout_checked!(rt_even_10000bytes_1align_alloc_layout_checked, 10000, 1); [INFO] [stderr] | ----------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 560 | rt_alloc_layout_checked!(rt_even_100000bytes_1align_alloc_layout_checked, 100000, 1); [INFO] [stderr] | ------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 560 | rt_alloc_layout_checked!(rt_even_100000bytes_1align_alloc_layout_checked, 100000, 1); [INFO] [stderr] | ------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 573 | rt_alloc_layout_checked!(rt_even_1000000bytes_1align_alloc_layout_checked, 1000000, 1); [INFO] [stderr] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 573 | rt_alloc_layout_checked!(rt_even_1000000bytes_1align_alloc_layout_checked, 1000000, 1); [INFO] [stderr] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 587 | rt_alloc_layout_checked!(rt_odd_10bytes_1align_alloc_layout_checked, 10- 1, 1); [INFO] [stderr] | ------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 587 | rt_alloc_layout_checked!(rt_odd_10bytes_1align_alloc_layout_checked, 10- 1, 1); [INFO] [stderr] | ------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 600 | rt_alloc_layout_checked!(rt_odd_100bytes_1align_alloc_layout_checked, 100- 1, 1); [INFO] [stderr] | --------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 600 | rt_alloc_layout_checked!(rt_odd_100bytes_1align_alloc_layout_checked, 100- 1, 1); [INFO] [stderr] | --------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 613 | rt_alloc_layout_checked!(rt_odd_1000bytes_1align_alloc_layout_checked, 1000- 1, 1); [INFO] [stderr] | ----------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 613 | rt_alloc_layout_checked!(rt_odd_1000bytes_1align_alloc_layout_checked, 1000- 1, 1); [INFO] [stderr] | ----------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 626 | rt_alloc_layout_checked!(rt_odd_10000bytes_1align_alloc_layout_checked, 10000- 1, 1); [INFO] [stderr] | ------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 626 | rt_alloc_layout_checked!(rt_odd_10000bytes_1align_alloc_layout_checked, 10000- 1, 1); [INFO] [stderr] | ------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 639 | rt_alloc_layout_checked!(rt_odd_100000bytes_1align_alloc_layout_checked, 100000- 1, 1); [INFO] [stderr] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 639 | rt_alloc_layout_checked!(rt_odd_100000bytes_1align_alloc_layout_checked, 100000- 1, 1); [INFO] [stderr] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 652 | rt_alloc_layout_checked!(rt_odd_1000000bytes_1align_alloc_layout_checked, 1000000- 1, 1); [INFO] [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 652 | rt_alloc_layout_checked!(rt_odd_1000000bytes_1align_alloc_layout_checked, 1000000- 1, 1); [INFO] [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 666 | rt_alloc_layout_checked!(rt_primes_3bytes_1align_alloc_layout_checked, 3, 1); [INFO] [stderr] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 666 | rt_alloc_layout_checked!(rt_primes_3bytes_1align_alloc_layout_checked, 3, 1); [INFO] [stderr] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 679 | rt_alloc_layout_checked!(rt_primes_7bytes_1align_alloc_layout_checked, 7, 1); [INFO] [stderr] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 679 | rt_alloc_layout_checked!(rt_primes_7bytes_1align_alloc_layout_checked, 7, 1); [INFO] [stderr] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 692 | rt_alloc_layout_checked!(rt_primes_13bytes_1align_alloc_layout_checked, 13, 1); [INFO] [stderr] | ------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 692 | rt_alloc_layout_checked!(rt_primes_13bytes_1align_alloc_layout_checked, 13, 1); [INFO] [stderr] | ------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 705 | rt_alloc_layout_checked!(rt_primes_17bytes_1align_alloc_layout_checked, 17, 1); [INFO] [stderr] | ------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 705 | rt_alloc_layout_checked!(rt_primes_17bytes_1align_alloc_layout_checked, 17, 1); [INFO] [stderr] | ------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 718 | rt_alloc_layout_checked!(rt_primes_31bytes_1align_alloc_layout_checked, 31, 1); [INFO] [stderr] | ------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 718 | rt_alloc_layout_checked!(rt_primes_31bytes_1align_alloc_layout_checked, 31, 1); [INFO] [stderr] | ------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 731 | rt_alloc_layout_checked!(rt_primes_61bytes_1align_alloc_layout_checked, 61, 1); [INFO] [stderr] | ------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 731 | rt_alloc_layout_checked!(rt_primes_61bytes_1align_alloc_layout_checked, 61, 1); [INFO] [stderr] | ------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 744 | rt_alloc_layout_checked!(rt_primes_96bytes_1align_alloc_layout_checked, 96, 1); [INFO] [stderr] | ------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 744 | rt_alloc_layout_checked!(rt_primes_96bytes_1align_alloc_layout_checked, 96, 1); [INFO] [stderr] | ------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 757 | rt_alloc_layout_checked!(rt_primes_127bytes_1align_alloc_layout_checked, 127, 1); [INFO] [stderr] | --------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 757 | rt_alloc_layout_checked!(rt_primes_127bytes_1align_alloc_layout_checked, 127, 1); [INFO] [stderr] | --------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 770 | rt_alloc_layout_checked!(rt_primes_257bytes_1align_alloc_layout_checked, 257, 1); [INFO] [stderr] | --------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 770 | rt_alloc_layout_checked!(rt_primes_257bytes_1align_alloc_layout_checked, 257, 1); [INFO] [stderr] | --------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 783 | rt_alloc_layout_checked!(rt_primes_509bytes_1align_alloc_layout_checked, 509, 1); [INFO] [stderr] | --------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 783 | rt_alloc_layout_checked!(rt_primes_509bytes_1align_alloc_layout_checked, 509, 1); [INFO] [stderr] | --------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 796 | rt_alloc_layout_checked!(rt_primes_1021bytes_1align_alloc_layout_checked, 1021, 1); [INFO] [stderr] | ----------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 796 | rt_alloc_layout_checked!(rt_primes_1021bytes_1align_alloc_layout_checked, 1021, 1); [INFO] [stderr] | ----------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 809 | rt_alloc_layout_checked!(rt_primes_2039bytes_1align_alloc_layout_checked, 2039, 1); [INFO] [stderr] | ----------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 809 | rt_alloc_layout_checked!(rt_primes_2039bytes_1align_alloc_layout_checked, 2039, 1); [INFO] [stderr] | ----------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 822 | rt_alloc_layout_checked!(rt_primes_4093bytes_1align_alloc_layout_checked, 4093, 1); [INFO] [stderr] | ----------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 822 | rt_alloc_layout_checked!(rt_primes_4093bytes_1align_alloc_layout_checked, 4093, 1); [INFO] [stderr] | ----------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 835 | rt_alloc_layout_checked!(rt_primes_8191bytes_1align_alloc_layout_checked, 8191, 1); [INFO] [stderr] | ----------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 835 | rt_alloc_layout_checked!(rt_primes_8191bytes_1align_alloc_layout_checked, 8191, 1); [INFO] [stderr] | ----------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 848 | rt_alloc_layout_checked!(rt_primes_16381bytes_1align_alloc_layout_checked, 16381, 1); [INFO] [stderr] | ------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 848 | rt_alloc_layout_checked!(rt_primes_16381bytes_1align_alloc_layout_checked, 16381, 1); [INFO] [stderr] | ------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 861 | rt_alloc_layout_checked!(rt_primes_32749bytes_1align_alloc_layout_checked, 32749, 1); [INFO] [stderr] | ------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 861 | rt_alloc_layout_checked!(rt_primes_32749bytes_1align_alloc_layout_checked, 32749, 1); [INFO] [stderr] | ------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 874 | rt_alloc_layout_checked!(rt_primes_65537bytes_1align_alloc_layout_checked, 65537, 1); [INFO] [stderr] | ------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 874 | rt_alloc_layout_checked!(rt_primes_65537bytes_1align_alloc_layout_checked, 65537, 1); [INFO] [stderr] | ------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 887 | rt_alloc_layout_checked!(rt_primes_131071bytes_1align_alloc_layout_checked, 131071, 1); [INFO] [stderr] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 887 | rt_alloc_layout_checked!(rt_primes_131071bytes_1align_alloc_layout_checked, 131071, 1); [INFO] [stderr] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 900 | rt_alloc_layout_checked!(rt_primes_4194301bytes_1align_alloc_layout_checked, 4194301, 1); [INFO] [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 900 | rt_alloc_layout_checked!(rt_primes_4194301bytes_1align_alloc_layout_checked, 4194301, 1); [INFO] [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 916 | rt_alloc_layout_checked!(rt_pow2_1bytes_2align_alloc_layout_checked, 1, 2); [INFO] [stderr] | --------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 916 | rt_alloc_layout_checked!(rt_pow2_1bytes_2align_alloc_layout_checked, 1, 2); [INFO] [stderr] | --------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 929 | rt_alloc_layout_checked!(rt_pow2_2bytes_2align_alloc_layout_checked, 2, 2); [INFO] [stderr] | --------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 929 | rt_alloc_layout_checked!(rt_pow2_2bytes_2align_alloc_layout_checked, 2, 2); [INFO] [stderr] | --------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 942 | rt_alloc_layout_checked!(rt_pow2_4bytes_2align_alloc_layout_checked, 4, 2); [INFO] [stderr] | --------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 942 | rt_alloc_layout_checked!(rt_pow2_4bytes_2align_alloc_layout_checked, 4, 2); [INFO] [stderr] | --------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 955 | rt_alloc_layout_checked!(rt_pow2_8bytes_2align_alloc_layout_checked, 8, 2); [INFO] [stderr] | --------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 955 | rt_alloc_layout_checked!(rt_pow2_8bytes_2align_alloc_layout_checked, 8, 2); [INFO] [stderr] | --------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 968 | rt_alloc_layout_checked!(rt_pow2_16bytes_2align_alloc_layout_checked, 16, 2); [INFO] [stderr] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 968 | rt_alloc_layout_checked!(rt_pow2_16bytes_2align_alloc_layout_checked, 16, 2); [INFO] [stderr] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 981 | rt_alloc_layout_checked!(rt_pow2_32bytes_2align_alloc_layout_checked, 32, 2); [INFO] [stderr] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 981 | rt_alloc_layout_checked!(rt_pow2_32bytes_2align_alloc_layout_checked, 32, 2); [INFO] [stderr] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 994 | rt_alloc_layout_checked!(rt_pow2_64bytes_2align_alloc_layout_checked, 64, 2); [INFO] [stderr] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 994 | rt_alloc_layout_checked!(rt_pow2_64bytes_2align_alloc_layout_checked, 64, 2); [INFO] [stderr] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1007 | rt_alloc_layout_checked!(rt_pow2_128bytes_2align_alloc_layout_checked, 128, 2); [INFO] [stderr] | ------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1007 | rt_alloc_layout_checked!(rt_pow2_128bytes_2align_alloc_layout_checked, 128, 2); [INFO] [stderr] | ------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1020 | rt_alloc_layout_checked!(rt_pow2_256bytes_2align_alloc_layout_checked, 256, 2); [INFO] [stderr] | ------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1020 | rt_alloc_layout_checked!(rt_pow2_256bytes_2align_alloc_layout_checked, 256, 2); [INFO] [stderr] | ------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1033 | rt_alloc_layout_checked!(rt_pow2_512bytes_2align_alloc_layout_checked, 512, 2); [INFO] [stderr] | ------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1033 | rt_alloc_layout_checked!(rt_pow2_512bytes_2align_alloc_layout_checked, 512, 2); [INFO] [stderr] | ------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1046 | rt_alloc_layout_checked!(rt_pow2_1024bytes_2align_alloc_layout_checked, 1024, 2); [INFO] [stderr] | --------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1046 | rt_alloc_layout_checked!(rt_pow2_1024bytes_2align_alloc_layout_checked, 1024, 2); [INFO] [stderr] | --------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1059 | rt_alloc_layout_checked!(rt_pow2_2048bytes_2align_alloc_layout_checked, 2048, 2); [INFO] [stderr] | --------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1059 | rt_alloc_layout_checked!(rt_pow2_2048bytes_2align_alloc_layout_checked, 2048, 2); [INFO] [stderr] | --------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1072 | rt_alloc_layout_checked!(rt_pow2_4096bytes_2align_alloc_layout_checked, 4096, 2); [INFO] [stderr] | --------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1072 | rt_alloc_layout_checked!(rt_pow2_4096bytes_2align_alloc_layout_checked, 4096, 2); [INFO] [stderr] | --------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1085 | rt_alloc_layout_checked!(rt_pow2_8192bytes_2align_alloc_layout_checked, 8192, 2); [INFO] [stderr] | --------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1085 | rt_alloc_layout_checked!(rt_pow2_8192bytes_2align_alloc_layout_checked, 8192, 2); [INFO] [stderr] | --------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1098 | rt_alloc_layout_checked!(rt_pow2_16384bytes_2align_alloc_layout_checked, 16384, 2); [INFO] [stderr] | ----------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1098 | rt_alloc_layout_checked!(rt_pow2_16384bytes_2align_alloc_layout_checked, 16384, 2); [INFO] [stderr] | ----------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1111 | rt_alloc_layout_checked!(rt_pow2_32768bytes_2align_alloc_layout_checked, 32768, 2); [INFO] [stderr] | ----------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1111 | rt_alloc_layout_checked!(rt_pow2_32768bytes_2align_alloc_layout_checked, 32768, 2); [INFO] [stderr] | ----------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1124 | rt_alloc_layout_checked!(rt_pow2_65536bytes_2align_alloc_layout_checked, 65536, 2); [INFO] [stderr] | ----------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1124 | rt_alloc_layout_checked!(rt_pow2_65536bytes_2align_alloc_layout_checked, 65536, 2); [INFO] [stderr] | ----------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1137 | rt_alloc_layout_checked!(rt_pow2_131072bytes_2align_alloc_layout_checked, 131072, 2); [INFO] [stderr] | ------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1137 | rt_alloc_layout_checked!(rt_pow2_131072bytes_2align_alloc_layout_checked, 131072, 2); [INFO] [stderr] | ------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1150 | rt_alloc_layout_checked!(rt_pow2_4194304bytes_2align_alloc_layout_checked, 4194304, 2); [INFO] [stderr] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1150 | rt_alloc_layout_checked!(rt_pow2_4194304bytes_2align_alloc_layout_checked, 4194304, 2); [INFO] [stderr] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1164 | rt_alloc_layout_checked!(rt_even_10bytes_2align_alloc_layout_checked, 10, 2); [INFO] [stderr] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1164 | rt_alloc_layout_checked!(rt_even_10bytes_2align_alloc_layout_checked, 10, 2); [INFO] [stderr] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1177 | rt_alloc_layout_checked!(rt_even_100bytes_2align_alloc_layout_checked, 100, 2); [INFO] [stderr] | ------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1177 | rt_alloc_layout_checked!(rt_even_100bytes_2align_alloc_layout_checked, 100, 2); [INFO] [stderr] | ------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1190 | rt_alloc_layout_checked!(rt_even_1000bytes_2align_alloc_layout_checked, 1000, 2); [INFO] [stderr] | --------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1190 | rt_alloc_layout_checked!(rt_even_1000bytes_2align_alloc_layout_checked, 1000, 2); [INFO] [stderr] | --------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1203 | rt_alloc_layout_checked!(rt_even_10000bytes_2align_alloc_layout_checked, 10000, 2); [INFO] [stderr] | ----------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1203 | rt_alloc_layout_checked!(rt_even_10000bytes_2align_alloc_layout_checked, 10000, 2); [INFO] [stderr] | ----------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1216 | rt_alloc_layout_checked!(rt_even_100000bytes_2align_alloc_layout_checked, 100000, 2); [INFO] [stderr] | ------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1216 | rt_alloc_layout_checked!(rt_even_100000bytes_2align_alloc_layout_checked, 100000, 2); [INFO] [stderr] | ------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1229 | rt_alloc_layout_checked!(rt_even_1000000bytes_2align_alloc_layout_checked, 1000000, 2); [INFO] [stderr] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1229 | rt_alloc_layout_checked!(rt_even_1000000bytes_2align_alloc_layout_checked, 1000000, 2); [INFO] [stderr] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1243 | rt_alloc_layout_checked!(rt_odd_10bytes_2align_alloc_layout_checked, 10- 1, 2); [INFO] [stderr] | ------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1243 | rt_alloc_layout_checked!(rt_odd_10bytes_2align_alloc_layout_checked, 10- 1, 2); [INFO] [stderr] | ------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1256 | rt_alloc_layout_checked!(rt_odd_100bytes_2align_alloc_layout_checked, 100- 1, 2); [INFO] [stderr] | --------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1256 | rt_alloc_layout_checked!(rt_odd_100bytes_2align_alloc_layout_checked, 100- 1, 2); [INFO] [stderr] | --------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1269 | rt_alloc_layout_checked!(rt_odd_1000bytes_2align_alloc_layout_checked, 1000- 1, 2); [INFO] [stderr] | ----------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1269 | rt_alloc_layout_checked!(rt_odd_1000bytes_2align_alloc_layout_checked, 1000- 1, 2); [INFO] [stderr] | ----------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1282 | rt_alloc_layout_checked!(rt_odd_10000bytes_2align_alloc_layout_checked, 10000- 1, 2); [INFO] [stderr] | ------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1282 | rt_alloc_layout_checked!(rt_odd_10000bytes_2align_alloc_layout_checked, 10000- 1, 2); [INFO] [stderr] | ------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1295 | rt_alloc_layout_checked!(rt_odd_100000bytes_2align_alloc_layout_checked, 100000- 1, 2); [INFO] [stderr] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1295 | rt_alloc_layout_checked!(rt_odd_100000bytes_2align_alloc_layout_checked, 100000- 1, 2); [INFO] [stderr] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1308 | rt_alloc_layout_checked!(rt_odd_1000000bytes_2align_alloc_layout_checked, 1000000- 1, 2); [INFO] [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1308 | rt_alloc_layout_checked!(rt_odd_1000000bytes_2align_alloc_layout_checked, 1000000- 1, 2); [INFO] [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1322 | rt_alloc_layout_checked!(rt_primes_3bytes_2align_alloc_layout_checked, 3, 2); [INFO] [stderr] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1322 | rt_alloc_layout_checked!(rt_primes_3bytes_2align_alloc_layout_checked, 3, 2); [INFO] [stderr] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1335 | rt_alloc_layout_checked!(rt_primes_7bytes_2align_alloc_layout_checked, 7, 2); [INFO] [stderr] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1335 | rt_alloc_layout_checked!(rt_primes_7bytes_2align_alloc_layout_checked, 7, 2); [INFO] [stderr] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1348 | rt_alloc_layout_checked!(rt_primes_13bytes_2align_alloc_layout_checked, 13, 2); [INFO] [stderr] | ------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1348 | rt_alloc_layout_checked!(rt_primes_13bytes_2align_alloc_layout_checked, 13, 2); [INFO] [stderr] | ------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1361 | rt_alloc_layout_checked!(rt_primes_17bytes_2align_alloc_layout_checked, 17, 2); [INFO] [stderr] | ------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1361 | rt_alloc_layout_checked!(rt_primes_17bytes_2align_alloc_layout_checked, 17, 2); [INFO] [stderr] | ------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1374 | rt_alloc_layout_checked!(rt_primes_31bytes_2align_alloc_layout_checked, 31, 2); [INFO] [stderr] | ------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1374 | rt_alloc_layout_checked!(rt_primes_31bytes_2align_alloc_layout_checked, 31, 2); [INFO] [stderr] | ------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1387 | rt_alloc_layout_checked!(rt_primes_61bytes_2align_alloc_layout_checked, 61, 2); [INFO] [stderr] | ------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1387 | rt_alloc_layout_checked!(rt_primes_61bytes_2align_alloc_layout_checked, 61, 2); [INFO] [stderr] | ------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1400 | rt_alloc_layout_checked!(rt_primes_96bytes_2align_alloc_layout_checked, 96, 2); [INFO] [stderr] | ------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1400 | rt_alloc_layout_checked!(rt_primes_96bytes_2align_alloc_layout_checked, 96, 2); [INFO] [stderr] | ------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1413 | rt_alloc_layout_checked!(rt_primes_127bytes_2align_alloc_layout_checked, 127, 2); [INFO] [stderr] | --------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1413 | rt_alloc_layout_checked!(rt_primes_127bytes_2align_alloc_layout_checked, 127, 2); [INFO] [stderr] | --------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1426 | rt_alloc_layout_checked!(rt_primes_257bytes_2align_alloc_layout_checked, 257, 2); [INFO] [stderr] | --------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1426 | rt_alloc_layout_checked!(rt_primes_257bytes_2align_alloc_layout_checked, 257, 2); [INFO] [stderr] | --------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1439 | rt_alloc_layout_checked!(rt_primes_509bytes_2align_alloc_layout_checked, 509, 2); [INFO] [stderr] | --------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1439 | rt_alloc_layout_checked!(rt_primes_509bytes_2align_alloc_layout_checked, 509, 2); [INFO] [stderr] | --------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1452 | rt_alloc_layout_checked!(rt_primes_1021bytes_2align_alloc_layout_checked, 1021, 2); [INFO] [stderr] | ----------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1452 | rt_alloc_layout_checked!(rt_primes_1021bytes_2align_alloc_layout_checked, 1021, 2); [INFO] [stderr] | ----------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1465 | rt_alloc_layout_checked!(rt_primes_2039bytes_2align_alloc_layout_checked, 2039, 2); [INFO] [stderr] | ----------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1465 | rt_alloc_layout_checked!(rt_primes_2039bytes_2align_alloc_layout_checked, 2039, 2); [INFO] [stderr] | ----------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1478 | rt_alloc_layout_checked!(rt_primes_4093bytes_2align_alloc_layout_checked, 4093, 2); [INFO] [stderr] | ----------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1478 | rt_alloc_layout_checked!(rt_primes_4093bytes_2align_alloc_layout_checked, 4093, 2); [INFO] [stderr] | ----------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1491 | rt_alloc_layout_checked!(rt_primes_8191bytes_2align_alloc_layout_checked, 8191, 2); [INFO] [stderr] | ----------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1491 | rt_alloc_layout_checked!(rt_primes_8191bytes_2align_alloc_layout_checked, 8191, 2); [INFO] [stderr] | ----------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1504 | rt_alloc_layout_checked!(rt_primes_16381bytes_2align_alloc_layout_checked, 16381, 2); [INFO] [stderr] | ------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1504 | rt_alloc_layout_checked!(rt_primes_16381bytes_2align_alloc_layout_checked, 16381, 2); [INFO] [stderr] | ------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1517 | rt_alloc_layout_checked!(rt_primes_32749bytes_2align_alloc_layout_checked, 32749, 2); [INFO] [stderr] | ------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1517 | rt_alloc_layout_checked!(rt_primes_32749bytes_2align_alloc_layout_checked, 32749, 2); [INFO] [stderr] | ------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1530 | rt_alloc_layout_checked!(rt_primes_65537bytes_2align_alloc_layout_checked, 65537, 2); [INFO] [stderr] | ------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1530 | rt_alloc_layout_checked!(rt_primes_65537bytes_2align_alloc_layout_checked, 65537, 2); [INFO] [stderr] | ------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1543 | rt_alloc_layout_checked!(rt_primes_131071bytes_2align_alloc_layout_checked, 131071, 2); [INFO] [stderr] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1543 | rt_alloc_layout_checked!(rt_primes_131071bytes_2align_alloc_layout_checked, 131071, 2); [INFO] [stderr] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1556 | rt_alloc_layout_checked!(rt_primes_4194301bytes_2align_alloc_layout_checked, 4194301, 2); [INFO] [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1556 | rt_alloc_layout_checked!(rt_primes_4194301bytes_2align_alloc_layout_checked, 4194301, 2); [INFO] [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1572 | rt_alloc_layout_checked!(rt_pow2_1bytes_4align_alloc_layout_checked, 1, 4); [INFO] [stderr] | --------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1572 | rt_alloc_layout_checked!(rt_pow2_1bytes_4align_alloc_layout_checked, 1, 4); [INFO] [stderr] | --------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1585 | rt_alloc_layout_checked!(rt_pow2_2bytes_4align_alloc_layout_checked, 2, 4); [INFO] [stderr] | --------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1585 | rt_alloc_layout_checked!(rt_pow2_2bytes_4align_alloc_layout_checked, 2, 4); [INFO] [stderr] | --------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1598 | rt_alloc_layout_checked!(rt_pow2_4bytes_4align_alloc_layout_checked, 4, 4); [INFO] [stderr] | --------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1598 | rt_alloc_layout_checked!(rt_pow2_4bytes_4align_alloc_layout_checked, 4, 4); [INFO] [stderr] | --------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1611 | rt_alloc_layout_checked!(rt_pow2_8bytes_4align_alloc_layout_checked, 8, 4); [INFO] [stderr] | --------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1611 | rt_alloc_layout_checked!(rt_pow2_8bytes_4align_alloc_layout_checked, 8, 4); [INFO] [stderr] | --------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1624 | rt_alloc_layout_checked!(rt_pow2_16bytes_4align_alloc_layout_checked, 16, 4); [INFO] [stderr] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1624 | rt_alloc_layout_checked!(rt_pow2_16bytes_4align_alloc_layout_checked, 16, 4); [INFO] [stderr] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1637 | rt_alloc_layout_checked!(rt_pow2_32bytes_4align_alloc_layout_checked, 32, 4); [INFO] [stderr] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1637 | rt_alloc_layout_checked!(rt_pow2_32bytes_4align_alloc_layout_checked, 32, 4); [INFO] [stderr] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1650 | rt_alloc_layout_checked!(rt_pow2_64bytes_4align_alloc_layout_checked, 64, 4); [INFO] [stderr] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1650 | rt_alloc_layout_checked!(rt_pow2_64bytes_4align_alloc_layout_checked, 64, 4); [INFO] [stderr] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1663 | rt_alloc_layout_checked!(rt_pow2_128bytes_4align_alloc_layout_checked, 128, 4); [INFO] [stderr] | ------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1663 | rt_alloc_layout_checked!(rt_pow2_128bytes_4align_alloc_layout_checked, 128, 4); [INFO] [stderr] | ------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1676 | rt_alloc_layout_checked!(rt_pow2_256bytes_4align_alloc_layout_checked, 256, 4); [INFO] [stderr] | ------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1676 | rt_alloc_layout_checked!(rt_pow2_256bytes_4align_alloc_layout_checked, 256, 4); [INFO] [stderr] | ------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1689 | rt_alloc_layout_checked!(rt_pow2_512bytes_4align_alloc_layout_checked, 512, 4); [INFO] [stderr] | ------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1689 | rt_alloc_layout_checked!(rt_pow2_512bytes_4align_alloc_layout_checked, 512, 4); [INFO] [stderr] | ------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1702 | rt_alloc_layout_checked!(rt_pow2_1024bytes_4align_alloc_layout_checked, 1024, 4); [INFO] [stderr] | --------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1702 | rt_alloc_layout_checked!(rt_pow2_1024bytes_4align_alloc_layout_checked, 1024, 4); [INFO] [stderr] | --------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1715 | rt_alloc_layout_checked!(rt_pow2_2048bytes_4align_alloc_layout_checked, 2048, 4); [INFO] [stderr] | --------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1715 | rt_alloc_layout_checked!(rt_pow2_2048bytes_4align_alloc_layout_checked, 2048, 4); [INFO] [stderr] | --------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1728 | rt_alloc_layout_checked!(rt_pow2_4096bytes_4align_alloc_layout_checked, 4096, 4); [INFO] [stderr] | --------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1728 | rt_alloc_layout_checked!(rt_pow2_4096bytes_4align_alloc_layout_checked, 4096, 4); [INFO] [stderr] | --------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1741 | rt_alloc_layout_checked!(rt_pow2_8192bytes_4align_alloc_layout_checked, 8192, 4); [INFO] [stderr] | --------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1741 | rt_alloc_layout_checked!(rt_pow2_8192bytes_4align_alloc_layout_checked, 8192, 4); [INFO] [stderr] | --------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1754 | rt_alloc_layout_checked!(rt_pow2_16384bytes_4align_alloc_layout_checked, 16384, 4); [INFO] [stderr] | ----------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1754 | rt_alloc_layout_checked!(rt_pow2_16384bytes_4align_alloc_layout_checked, 16384, 4); [INFO] [stderr] | ----------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1767 | rt_alloc_layout_checked!(rt_pow2_32768bytes_4align_alloc_layout_checked, 32768, 4); [INFO] [stderr] | ----------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1767 | rt_alloc_layout_checked!(rt_pow2_32768bytes_4align_alloc_layout_checked, 32768, 4); [INFO] [stderr] | ----------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1780 | rt_alloc_layout_checked!(rt_pow2_65536bytes_4align_alloc_layout_checked, 65536, 4); [INFO] [stderr] | ----------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1780 | rt_alloc_layout_checked!(rt_pow2_65536bytes_4align_alloc_layout_checked, 65536, 4); [INFO] [stderr] | ----------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1793 | rt_alloc_layout_checked!(rt_pow2_131072bytes_4align_alloc_layout_checked, 131072, 4); [INFO] [stderr] | ------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1793 | rt_alloc_layout_checked!(rt_pow2_131072bytes_4align_alloc_layout_checked, 131072, 4); [INFO] [stderr] | ------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1806 | rt_alloc_layout_checked!(rt_pow2_4194304bytes_4align_alloc_layout_checked, 4194304, 4); [INFO] [stderr] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1806 | rt_alloc_layout_checked!(rt_pow2_4194304bytes_4align_alloc_layout_checked, 4194304, 4); [INFO] [stderr] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1820 | rt_alloc_layout_checked!(rt_even_10bytes_4align_alloc_layout_checked, 10, 4); [INFO] [stderr] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1820 | rt_alloc_layout_checked!(rt_even_10bytes_4align_alloc_layout_checked, 10, 4); [INFO] [stderr] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1833 | rt_alloc_layout_checked!(rt_even_100bytes_4align_alloc_layout_checked, 100, 4); [INFO] [stderr] | ------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1833 | rt_alloc_layout_checked!(rt_even_100bytes_4align_alloc_layout_checked, 100, 4); [INFO] [stderr] | ------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1846 | rt_alloc_layout_checked!(rt_even_1000bytes_4align_alloc_layout_checked, 1000, 4); [INFO] [stderr] | --------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1846 | rt_alloc_layout_checked!(rt_even_1000bytes_4align_alloc_layout_checked, 1000, 4); [INFO] [stderr] | --------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1859 | rt_alloc_layout_checked!(rt_even_10000bytes_4align_alloc_layout_checked, 10000, 4); [INFO] [stderr] | ----------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1859 | rt_alloc_layout_checked!(rt_even_10000bytes_4align_alloc_layout_checked, 10000, 4); [INFO] [stderr] | ----------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1872 | rt_alloc_layout_checked!(rt_even_100000bytes_4align_alloc_layout_checked, 100000, 4); [INFO] [stderr] | ------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1872 | rt_alloc_layout_checked!(rt_even_100000bytes_4align_alloc_layout_checked, 100000, 4); [INFO] [stderr] | ------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1885 | rt_alloc_layout_checked!(rt_even_1000000bytes_4align_alloc_layout_checked, 1000000, 4); [INFO] [stderr] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1885 | rt_alloc_layout_checked!(rt_even_1000000bytes_4align_alloc_layout_checked, 1000000, 4); [INFO] [stderr] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1899 | rt_alloc_layout_checked!(rt_odd_10bytes_4align_alloc_layout_checked, 10- 1, 4); [INFO] [stderr] | ------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1899 | rt_alloc_layout_checked!(rt_odd_10bytes_4align_alloc_layout_checked, 10- 1, 4); [INFO] [stderr] | ------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1912 | rt_alloc_layout_checked!(rt_odd_100bytes_4align_alloc_layout_checked, 100- 1, 4); [INFO] [stderr] | --------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1912 | rt_alloc_layout_checked!(rt_odd_100bytes_4align_alloc_layout_checked, 100- 1, 4); [INFO] [stderr] | --------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1925 | rt_alloc_layout_checked!(rt_odd_1000bytes_4align_alloc_layout_checked, 1000- 1, 4); [INFO] [stderr] | ----------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1925 | rt_alloc_layout_checked!(rt_odd_1000bytes_4align_alloc_layout_checked, 1000- 1, 4); [INFO] [stderr] | ----------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1938 | rt_alloc_layout_checked!(rt_odd_10000bytes_4align_alloc_layout_checked, 10000- 1, 4); [INFO] [stderr] | ------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1938 | rt_alloc_layout_checked!(rt_odd_10000bytes_4align_alloc_layout_checked, 10000- 1, 4); [INFO] [stderr] | ------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1951 | rt_alloc_layout_checked!(rt_odd_100000bytes_4align_alloc_layout_checked, 100000- 1, 4); [INFO] [stderr] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1951 | rt_alloc_layout_checked!(rt_odd_100000bytes_4align_alloc_layout_checked, 100000- 1, 4); [INFO] [stderr] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1964 | rt_alloc_layout_checked!(rt_odd_1000000bytes_4align_alloc_layout_checked, 1000000- 1, 4); [INFO] [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1964 | rt_alloc_layout_checked!(rt_odd_1000000bytes_4align_alloc_layout_checked, 1000000- 1, 4); [INFO] [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1978 | rt_alloc_layout_checked!(rt_primes_3bytes_4align_alloc_layout_checked, 3, 4); [INFO] [stderr] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1978 | rt_alloc_layout_checked!(rt_primes_3bytes_4align_alloc_layout_checked, 3, 4); [INFO] [stderr] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1991 | rt_alloc_layout_checked!(rt_primes_7bytes_4align_alloc_layout_checked, 7, 4); [INFO] [stderr] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1991 | rt_alloc_layout_checked!(rt_primes_7bytes_4align_alloc_layout_checked, 7, 4); [INFO] [stderr] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 2004 | rt_alloc_layout_checked!(rt_primes_13bytes_4align_alloc_layout_checked, 13, 4); [INFO] [stderr] | ------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 2004 | rt_alloc_layout_checked!(rt_primes_13bytes_4align_alloc_layout_checked, 13, 4); [INFO] [stderr] | ------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 2017 | rt_alloc_layout_checked!(rt_primes_17bytes_4align_alloc_layout_checked, 17, 4); [INFO] [stderr] | ------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 2017 | rt_alloc_layout_checked!(rt_primes_17bytes_4align_alloc_layout_checked, 17, 4); [INFO] [stderr] | ------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 2030 | rt_alloc_layout_checked!(rt_primes_31bytes_4align_alloc_layout_checked, 31, 4); [INFO] [stderr] | ------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 2030 | rt_alloc_layout_checked!(rt_primes_31bytes_4align_alloc_layout_checked, 31, 4); [INFO] [stderr] | ------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 2043 | rt_alloc_layout_checked!(rt_primes_61bytes_4align_alloc_layout_checked, 61, 4); [INFO] [stderr] | ------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 2043 | rt_alloc_layout_checked!(rt_primes_61bytes_4align_alloc_layout_checked, 61, 4); [INFO] [stderr] | ------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 2056 | rt_alloc_layout_checked!(rt_primes_96bytes_4align_alloc_layout_checked, 96, 4); [INFO] [stderr] | ------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 2056 | rt_alloc_layout_checked!(rt_primes_96bytes_4align_alloc_layout_checked, 96, 4); [INFO] [stderr] | ------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 2069 | rt_alloc_layout_checked!(rt_primes_127bytes_4align_alloc_layout_checked, 127, 4); [INFO] [stderr] | --------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 2069 | rt_alloc_layout_checked!(rt_primes_127bytes_4align_alloc_layout_checked, 127, 4); [INFO] [stderr] | --------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 2082 | rt_alloc_layout_checked!(rt_primes_257bytes_4align_alloc_layout_checked, 257, 4); [INFO] [stderr] | --------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 2082 | rt_alloc_layout_checked!(rt_primes_257bytes_4align_alloc_layout_checked, 257, 4); [INFO] [stderr] | --------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 2095 | rt_alloc_layout_checked!(rt_primes_509bytes_4align_alloc_layout_checked, 509, 4); [INFO] [stderr] | --------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 2095 | rt_alloc_layout_checked!(rt_primes_509bytes_4align_alloc_layout_checked, 509, 4); [INFO] [stderr] | --------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 2108 | rt_alloc_layout_checked!(rt_primes_1021bytes_4align_alloc_layout_checked, 1021, 4); [INFO] [stderr] | ----------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 2108 | rt_alloc_layout_checked!(rt_primes_1021bytes_4align_alloc_layout_checked, 1021, 4); [INFO] [stderr] | ----------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 2121 | rt_alloc_layout_checked!(rt_primes_2039bytes_4align_alloc_layout_checked, 2039, 4); [INFO] [stderr] | ----------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 2121 | rt_alloc_layout_checked!(rt_primes_2039bytes_4align_alloc_layout_checked, 2039, 4); [INFO] [stderr] | ----------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 2134 | rt_alloc_layout_checked!(rt_primes_4093bytes_4align_alloc_layout_checked, 4093, 4); [INFO] [stderr] | ----------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 2134 | rt_alloc_layout_checked!(rt_primes_4093bytes_4align_alloc_layout_checked, 4093, 4); [INFO] [stderr] | ----------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 2147 | rt_alloc_layout_checked!(rt_primes_8191bytes_4align_alloc_layout_checked, 8191, 4); [INFO] [stderr] | ----------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 2147 | rt_alloc_layout_checked!(rt_primes_8191bytes_4align_alloc_layout_checked, 8191, 4); [INFO] [stderr] | ----------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 2160 | rt_alloc_layout_checked!(rt_primes_16381bytes_4align_alloc_layout_checked, 16381, 4); [INFO] [stderr] | ------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 2160 | rt_alloc_layout_checked!(rt_primes_16381bytes_4align_alloc_layout_checked, 16381, 4); [INFO] [stderr] | ------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 2173 | rt_alloc_layout_checked!(rt_primes_32749bytes_4align_alloc_layout_checked, 32749, 4); [INFO] [stderr] | ------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 2173 | rt_alloc_layout_checked!(rt_primes_32749bytes_4align_alloc_layout_checked, 32749, 4); [INFO] [stderr] | ------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 2186 | rt_alloc_layout_checked!(rt_primes_65537bytes_4align_alloc_layout_checked, 65537, 4); [INFO] [stderr] | ------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 2186 | rt_alloc_layout_checked!(rt_primes_65537bytes_4align_alloc_layout_checked, 65537, 4); [INFO] [stderr] | ------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 2199 | rt_alloc_layout_checked!(rt_primes_131071bytes_4align_alloc_layout_checked, 131071, 4); [INFO] [stderr] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 2199 | rt_alloc_layout_checked!(rt_primes_131071bytes_4align_alloc_layout_checked, 131071, 4); [INFO] [stderr] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 2212 | rt_alloc_layout_checked!(rt_primes_4194301bytes_4align_alloc_layout_checked, 4194301, 4); [INFO] [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 2212 | rt_alloc_layout_checked!(rt_primes_4194301bytes_4align_alloc_layout_checked, 4194301, 4); [INFO] [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 2228 | rt_alloc_layout_checked!(rt_pow2_1bytes_8align_alloc_layout_checked, 1, 8); [INFO] [stderr] | --------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 2228 | rt_alloc_layout_checked!(rt_pow2_1bytes_8align_alloc_layout_checked, 1, 8); [INFO] [stderr] | --------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 2241 | rt_alloc_layout_checked!(rt_pow2_2bytes_8align_alloc_layout_checked, 2, 8); [INFO] [stderr] | --------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 2241 | rt_alloc_layout_checked!(rt_pow2_2bytes_8align_alloc_layout_checked, 2, 8); [INFO] [stderr] | --------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 2254 | rt_alloc_layout_checked!(rt_pow2_4bytes_8align_alloc_layout_checked, 4, 8); [INFO] [stderr] | --------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 2254 | rt_alloc_layout_checked!(rt_pow2_4bytes_8align_alloc_layout_checked, 4, 8); [INFO] [stderr] | --------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 2267 | rt_alloc_layout_checked!(rt_pow2_8bytes_8align_alloc_layout_checked, 8, 8); [INFO] [stderr] | --------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 2267 | rt_alloc_layout_checked!(rt_pow2_8bytes_8align_alloc_layout_checked, 8, 8); [INFO] [stderr] | --------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 2280 | rt_alloc_layout_checked!(rt_pow2_16bytes_8align_alloc_layout_checked, 16, 8); [INFO] [stderr] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 2280 | rt_alloc_layout_checked!(rt_pow2_16bytes_8align_alloc_layout_checked, 16, 8); [INFO] [stderr] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 2293 | rt_alloc_layout_checked!(rt_pow2_32bytes_8align_alloc_layout_checked, 32, 8); [INFO] [stderr] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 2293 | rt_alloc_layout_checked!(rt_pow2_32bytes_8align_alloc_layout_checked, 32, 8); [INFO] [stderr] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 2306 | rt_alloc_layout_checked!(rt_pow2_64bytes_8align_alloc_layout_checked, 64, 8); [INFO] [stderr] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 2306 | rt_alloc_layout_checked!(rt_pow2_64bytes_8align_alloc_layout_checked, 64, 8); [INFO] [stderr] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 2319 | rt_alloc_layout_checked!(rt_pow2_128bytes_8align_alloc_layout_checked, 128, 8); [INFO] [stderr] | ------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 2319 | rt_alloc_layout_checked!(rt_pow2_128bytes_8align_alloc_layout_checked, 128, 8); [INFO] [stderr] | ------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 2332 | rt_alloc_layout_checked!(rt_pow2_256bytes_8align_alloc_layout_checked, 256, 8); [INFO] [stderr] | ------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 2332 | rt_alloc_layout_checked!(rt_pow2_256bytes_8align_alloc_layout_checked, 256, 8); [INFO] [stderr] | ------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 2345 | rt_alloc_layout_checked!(rt_pow2_512bytes_8align_alloc_layout_checked, 512, 8); [INFO] [stderr] | ------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 2345 | rt_alloc_layout_checked!(rt_pow2_512bytes_8align_alloc_layout_checked, 512, 8); [INFO] [stderr] | ------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 2358 | rt_alloc_layout_checked!(rt_pow2_1024bytes_8align_alloc_layout_checked, 1024, 8); [INFO] [stderr] | --------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 2358 | rt_alloc_layout_checked!(rt_pow2_1024bytes_8align_alloc_layout_checked, 1024, 8); [INFO] [stderr] | --------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 2371 | rt_alloc_layout_checked!(rt_pow2_2048bytes_8align_alloc_layout_checked, 2048, 8); [INFO] [stderr] | --------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 2371 | rt_alloc_layout_checked!(rt_pow2_2048bytes_8align_alloc_layout_checked, 2048, 8); [INFO] [stderr] | --------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 2384 | rt_alloc_layout_checked!(rt_pow2_4096bytes_8align_alloc_layout_checked, 4096, 8); [INFO] [stderr] | --------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 2384 | rt_alloc_layout_checked!(rt_pow2_4096bytes_8align_alloc_layout_checked, 4096, 8); [INFO] [stderr] | --------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 2397 | rt_alloc_layout_checked!(rt_pow2_8192bytes_8align_alloc_layout_checked, 8192, 8); [INFO] [stderr] | --------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 2397 | rt_alloc_layout_checked!(rt_pow2_8192bytes_8align_alloc_layout_checked, 8192, 8); [INFO] [stderr] | --------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 2410 | rt_alloc_layout_checked!(rt_pow2_16384bytes_8align_alloc_layout_checked, 16384, 8); [INFO] [stderr] | ----------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 2410 | rt_alloc_layout_checked!(rt_pow2_16384bytes_8align_alloc_layout_checked, 16384, 8); [INFO] [stderr] | ----------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 2423 | rt_alloc_layout_checked!(rt_pow2_32768bytes_8align_alloc_layout_checked, 32768, 8); [INFO] [stderr] | ----------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 2423 | rt_alloc_layout_checked!(rt_pow2_32768bytes_8align_alloc_layout_checked, 32768, 8); [INFO] [stderr] | ----------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 2436 | rt_alloc_layout_checked!(rt_pow2_65536bytes_8align_alloc_layout_checked, 65536, 8); [INFO] [stderr] | ----------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 2436 | rt_alloc_layout_checked!(rt_pow2_65536bytes_8align_alloc_layout_checked, 65536, 8); [INFO] [stderr] | ----------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 2449 | rt_alloc_layout_checked!(rt_pow2_131072bytes_8align_alloc_layout_checked, 131072, 8); [INFO] [stderr] | ------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 2449 | rt_alloc_layout_checked!(rt_pow2_131072bytes_8align_alloc_layout_checked, 131072, 8); [INFO] [stderr] | ------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 2462 | rt_alloc_layout_checked!(rt_pow2_4194304bytes_8align_alloc_layout_checked, 4194304, 8); [INFO] [stderr] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 2462 | rt_alloc_layout_checked!(rt_pow2_4194304bytes_8align_alloc_layout_checked, 4194304, 8); [INFO] [stderr] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 2476 | rt_alloc_layout_checked!(rt_even_10bytes_8align_alloc_layout_checked, 10, 8); [INFO] [stderr] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 2476 | rt_alloc_layout_checked!(rt_even_10bytes_8align_alloc_layout_checked, 10, 8); [INFO] [stderr] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 2489 | rt_alloc_layout_checked!(rt_even_100bytes_8align_alloc_layout_checked, 100, 8); [INFO] [stderr] | ------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 2489 | rt_alloc_layout_checked!(rt_even_100bytes_8align_alloc_layout_checked, 100, 8); [INFO] [stderr] | ------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 2502 | rt_alloc_layout_checked!(rt_even_1000bytes_8align_alloc_layout_checked, 1000, 8); [INFO] [stderr] | --------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 2502 | rt_alloc_layout_checked!(rt_even_1000bytes_8align_alloc_layout_checked, 1000, 8); [INFO] [stderr] | --------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 2515 | rt_alloc_layout_checked!(rt_even_10000bytes_8align_alloc_layout_checked, 10000, 8); [INFO] [stderr] | ----------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 2515 | rt_alloc_layout_checked!(rt_even_10000bytes_8align_alloc_layout_checked, 10000, 8); [INFO] [stderr] | ----------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 2528 | rt_alloc_layout_checked!(rt_even_100000bytes_8align_alloc_layout_checked, 100000, 8); [INFO] [stderr] | ------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 2528 | rt_alloc_layout_checked!(rt_even_100000bytes_8align_alloc_layout_checked, 100000, 8); [INFO] [stderr] | ------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 2541 | rt_alloc_layout_checked!(rt_even_1000000bytes_8align_alloc_layout_checked, 1000000, 8); [INFO] [stderr] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 2541 | rt_alloc_layout_checked!(rt_even_1000000bytes_8align_alloc_layout_checked, 1000000, 8); [INFO] [stderr] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 2555 | rt_alloc_layout_checked!(rt_odd_10bytes_8align_alloc_layout_checked, 10- 1, 8); [INFO] [stderr] | ------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 2555 | rt_alloc_layout_checked!(rt_odd_10bytes_8align_alloc_layout_checked, 10- 1, 8); [INFO] [stderr] | ------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 2568 | rt_alloc_layout_checked!(rt_odd_100bytes_8align_alloc_layout_checked, 100- 1, 8); [INFO] [stderr] | --------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 2568 | rt_alloc_layout_checked!(rt_odd_100bytes_8align_alloc_layout_checked, 100- 1, 8); [INFO] [stderr] | --------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 2581 | rt_alloc_layout_checked!(rt_odd_1000bytes_8align_alloc_layout_checked, 1000- 1, 8); [INFO] [stderr] | ----------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 2581 | rt_alloc_layout_checked!(rt_odd_1000bytes_8align_alloc_layout_checked, 1000- 1, 8); [INFO] [stderr] | ----------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 2594 | rt_alloc_layout_checked!(rt_odd_10000bytes_8align_alloc_layout_checked, 10000- 1, 8); [INFO] [stderr] | ------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 2594 | rt_alloc_layout_checked!(rt_odd_10000bytes_8align_alloc_layout_checked, 10000- 1, 8); [INFO] [stderr] | ------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 2607 | rt_alloc_layout_checked!(rt_odd_100000bytes_8align_alloc_layout_checked, 100000- 1, 8); [INFO] [stderr] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 2607 | rt_alloc_layout_checked!(rt_odd_100000bytes_8align_alloc_layout_checked, 100000- 1, 8); [INFO] [stderr] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 2620 | rt_alloc_layout_checked!(rt_odd_1000000bytes_8align_alloc_layout_checked, 1000000- 1, 8); [INFO] [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 2620 | rt_alloc_layout_checked!(rt_odd_1000000bytes_8align_alloc_layout_checked, 1000000- 1, 8); [INFO] [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 2634 | rt_alloc_layout_checked!(rt_primes_3bytes_8align_alloc_layout_checked, 3, 8); [INFO] [stderr] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 2634 | rt_alloc_layout_checked!(rt_primes_3bytes_8align_alloc_layout_checked, 3, 8); [INFO] [stderr] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 2647 | rt_alloc_layout_checked!(rt_primes_7bytes_8align_alloc_layout_checked, 7, 8); [INFO] [stderr] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 2647 | rt_alloc_layout_checked!(rt_primes_7bytes_8align_alloc_layout_checked, 7, 8); [INFO] [stderr] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 2660 | rt_alloc_layout_checked!(rt_primes_13bytes_8align_alloc_layout_checked, 13, 8); [INFO] [stderr] | ------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 2660 | rt_alloc_layout_checked!(rt_primes_13bytes_8align_alloc_layout_checked, 13, 8); [INFO] [stderr] | ------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 2673 | rt_alloc_layout_checked!(rt_primes_17bytes_8align_alloc_layout_checked, 17, 8); [INFO] [stderr] | ------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 2673 | rt_alloc_layout_checked!(rt_primes_17bytes_8align_alloc_layout_checked, 17, 8); [INFO] [stderr] | ------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 2686 | rt_alloc_layout_checked!(rt_primes_31bytes_8align_alloc_layout_checked, 31, 8); [INFO] [stderr] | ------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 2686 | rt_alloc_layout_checked!(rt_primes_31bytes_8align_alloc_layout_checked, 31, 8); [INFO] [stderr] | ------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 2699 | rt_alloc_layout_checked!(rt_primes_61bytes_8align_alloc_layout_checked, 61, 8); [INFO] [stderr] | ------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 2699 | rt_alloc_layout_checked!(rt_primes_61bytes_8align_alloc_layout_checked, 61, 8); [INFO] [stderr] | ------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 2712 | rt_alloc_layout_checked!(rt_primes_96bytes_8align_alloc_layout_checked, 96, 8); [INFO] [stderr] | ------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 2712 | rt_alloc_layout_checked!(rt_primes_96bytes_8align_alloc_layout_checked, 96, 8); [INFO] [stderr] | ------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 2725 | rt_alloc_layout_checked!(rt_primes_127bytes_8align_alloc_layout_checked, 127, 8); [INFO] [stderr] | --------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 2725 | rt_alloc_layout_checked!(rt_primes_127bytes_8align_alloc_layout_checked, 127, 8); [INFO] [stderr] | --------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 2738 | rt_alloc_layout_checked!(rt_primes_257bytes_8align_alloc_layout_checked, 257, 8); [INFO] [stderr] | --------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 2738 | rt_alloc_layout_checked!(rt_primes_257bytes_8align_alloc_layout_checked, 257, 8); [INFO] [stderr] | --------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 2751 | rt_alloc_layout_checked!(rt_primes_509bytes_8align_alloc_layout_checked, 509, 8); [INFO] [stderr] | --------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 2751 | rt_alloc_layout_checked!(rt_primes_509bytes_8align_alloc_layout_checked, 509, 8); [INFO] [stderr] | --------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 2764 | rt_alloc_layout_checked!(rt_primes_1021bytes_8align_alloc_layout_checked, 1021, 8); [INFO] [stderr] | ----------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 2764 | rt_alloc_layout_checked!(rt_primes_1021bytes_8align_alloc_layout_checked, 1021, 8); [INFO] [stderr] | ----------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 2777 | rt_alloc_layout_checked!(rt_primes_2039bytes_8align_alloc_layout_checked, 2039, 8); [INFO] [stderr] | ----------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 2777 | rt_alloc_layout_checked!(rt_primes_2039bytes_8align_alloc_layout_checked, 2039, 8); [INFO] [stderr] | ----------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 2790 | rt_alloc_layout_checked!(rt_primes_4093bytes_8align_alloc_layout_checked, 4093, 8); [INFO] [stderr] | ----------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 2790 | rt_alloc_layout_checked!(rt_primes_4093bytes_8align_alloc_layout_checked, 4093, 8); [INFO] [stderr] | ----------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 2803 | rt_alloc_layout_checked!(rt_primes_8191bytes_8align_alloc_layout_checked, 8191, 8); [INFO] [stderr] | ----------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 2803 | rt_alloc_layout_checked!(rt_primes_8191bytes_8align_alloc_layout_checked, 8191, 8); [INFO] [stderr] | ----------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 2816 | rt_alloc_layout_checked!(rt_primes_16381bytes_8align_alloc_layout_checked, 16381, 8); [INFO] [stderr] | ------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 2816 | rt_alloc_layout_checked!(rt_primes_16381bytes_8align_alloc_layout_checked, 16381, 8); [INFO] [stderr] | ------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 2829 | rt_alloc_layout_checked!(rt_primes_32749bytes_8align_alloc_layout_checked, 32749, 8); [INFO] [stderr] | ------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 2829 | rt_alloc_layout_checked!(rt_primes_32749bytes_8align_alloc_layout_checked, 32749, 8); [INFO] [stderr] | ------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 2842 | rt_alloc_layout_checked!(rt_primes_65537bytes_8align_alloc_layout_checked, 65537, 8); [INFO] [stderr] | ------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 2842 | rt_alloc_layout_checked!(rt_primes_65537bytes_8align_alloc_layout_checked, 65537, 8); [INFO] [stderr] | ------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 2855 | rt_alloc_layout_checked!(rt_primes_131071bytes_8align_alloc_layout_checked, 131071, 8); [INFO] [stderr] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 2855 | rt_alloc_layout_checked!(rt_primes_131071bytes_8align_alloc_layout_checked, 131071, 8); [INFO] [stderr] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 2868 | rt_alloc_layout_checked!(rt_primes_4194301bytes_8align_alloc_layout_checked, 4194301, 8); [INFO] [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 2868 | rt_alloc_layout_checked!(rt_primes_4194301bytes_8align_alloc_layout_checked, 4194301, 8); [INFO] [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 2884 | rt_alloc_layout_checked!(rt_pow2_1bytes_16align_alloc_layout_checked, 1, 16); [INFO] [stderr] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 2884 | rt_alloc_layout_checked!(rt_pow2_1bytes_16align_alloc_layout_checked, 1, 16); [INFO] [stderr] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 2897 | rt_alloc_layout_checked!(rt_pow2_2bytes_16align_alloc_layout_checked, 2, 16); [INFO] [stderr] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 2897 | rt_alloc_layout_checked!(rt_pow2_2bytes_16align_alloc_layout_checked, 2, 16); [INFO] [stderr] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 2910 | rt_alloc_layout_checked!(rt_pow2_4bytes_16align_alloc_layout_checked, 4, 16); [INFO] [stderr] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 2910 | rt_alloc_layout_checked!(rt_pow2_4bytes_16align_alloc_layout_checked, 4, 16); [INFO] [stderr] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 2923 | rt_alloc_layout_checked!(rt_pow2_8bytes_16align_alloc_layout_checked, 8, 16); [INFO] [stderr] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 2923 | rt_alloc_layout_checked!(rt_pow2_8bytes_16align_alloc_layout_checked, 8, 16); [INFO] [stderr] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 2936 | rt_alloc_layout_checked!(rt_pow2_16bytes_16align_alloc_layout_checked, 16, 16); [INFO] [stderr] | ------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 2936 | rt_alloc_layout_checked!(rt_pow2_16bytes_16align_alloc_layout_checked, 16, 16); [INFO] [stderr] | ------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 2949 | rt_alloc_layout_checked!(rt_pow2_32bytes_16align_alloc_layout_checked, 32, 16); [INFO] [stderr] | ------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 2949 | rt_alloc_layout_checked!(rt_pow2_32bytes_16align_alloc_layout_checked, 32, 16); [INFO] [stderr] | ------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 2962 | rt_alloc_layout_checked!(rt_pow2_64bytes_16align_alloc_layout_checked, 64, 16); [INFO] [stderr] | ------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 2962 | rt_alloc_layout_checked!(rt_pow2_64bytes_16align_alloc_layout_checked, 64, 16); [INFO] [stderr] | ------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 2975 | rt_alloc_layout_checked!(rt_pow2_128bytes_16align_alloc_layout_checked, 128, 16); [INFO] [stderr] | --------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 2975 | rt_alloc_layout_checked!(rt_pow2_128bytes_16align_alloc_layout_checked, 128, 16); [INFO] [stderr] | --------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 2988 | rt_alloc_layout_checked!(rt_pow2_256bytes_16align_alloc_layout_checked, 256, 16); [INFO] [stderr] | --------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 2988 | rt_alloc_layout_checked!(rt_pow2_256bytes_16align_alloc_layout_checked, 256, 16); [INFO] [stderr] | --------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 3001 | rt_alloc_layout_checked!(rt_pow2_512bytes_16align_alloc_layout_checked, 512, 16); [INFO] [stderr] | --------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 3001 | rt_alloc_layout_checked!(rt_pow2_512bytes_16align_alloc_layout_checked, 512, 16); [INFO] [stderr] | --------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 3014 | rt_alloc_layout_checked!(rt_pow2_1024bytes_16align_alloc_layout_checked, 1024, 16); [INFO] [stderr] | ----------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 3014 | rt_alloc_layout_checked!(rt_pow2_1024bytes_16align_alloc_layout_checked, 1024, 16); [INFO] [stderr] | ----------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 3027 | rt_alloc_layout_checked!(rt_pow2_2048bytes_16align_alloc_layout_checked, 2048, 16); [INFO] [stderr] | ----------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 3027 | rt_alloc_layout_checked!(rt_pow2_2048bytes_16align_alloc_layout_checked, 2048, 16); [INFO] [stderr] | ----------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 3040 | rt_alloc_layout_checked!(rt_pow2_4096bytes_16align_alloc_layout_checked, 4096, 16); [INFO] [stderr] | ----------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 3040 | rt_alloc_layout_checked!(rt_pow2_4096bytes_16align_alloc_layout_checked, 4096, 16); [INFO] [stderr] | ----------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 3053 | rt_alloc_layout_checked!(rt_pow2_8192bytes_16align_alloc_layout_checked, 8192, 16); [INFO] [stderr] | ----------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 3053 | rt_alloc_layout_checked!(rt_pow2_8192bytes_16align_alloc_layout_checked, 8192, 16); [INFO] [stderr] | ----------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 3066 | rt_alloc_layout_checked!(rt_pow2_16384bytes_16align_alloc_layout_checked, 16384, 16); [INFO] [stderr] | ------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 3066 | rt_alloc_layout_checked!(rt_pow2_16384bytes_16align_alloc_layout_checked, 16384, 16); [INFO] [stderr] | ------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 3079 | rt_alloc_layout_checked!(rt_pow2_32768bytes_16align_alloc_layout_checked, 32768, 16); [INFO] [stderr] | ------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 3079 | rt_alloc_layout_checked!(rt_pow2_32768bytes_16align_alloc_layout_checked, 32768, 16); [INFO] [stderr] | ------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 3092 | rt_alloc_layout_checked!(rt_pow2_65536bytes_16align_alloc_layout_checked, 65536, 16); [INFO] [stderr] | ------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 3092 | rt_alloc_layout_checked!(rt_pow2_65536bytes_16align_alloc_layout_checked, 65536, 16); [INFO] [stderr] | ------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 3105 | rt_alloc_layout_checked!(rt_pow2_131072bytes_16align_alloc_layout_checked, 131072, 16); [INFO] [stderr] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 3105 | rt_alloc_layout_checked!(rt_pow2_131072bytes_16align_alloc_layout_checked, 131072, 16); [INFO] [stderr] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 3118 | rt_alloc_layout_checked!(rt_pow2_4194304bytes_16align_alloc_layout_checked, 4194304, 16); [INFO] [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 3118 | rt_alloc_layout_checked!(rt_pow2_4194304bytes_16align_alloc_layout_checked, 4194304, 16); [INFO] [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 3132 | rt_alloc_layout_checked!(rt_even_10bytes_16align_alloc_layout_checked, 10, 16); [INFO] [stderr] | ------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 3132 | rt_alloc_layout_checked!(rt_even_10bytes_16align_alloc_layout_checked, 10, 16); [INFO] [stderr] | ------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 3145 | rt_alloc_layout_checked!(rt_even_100bytes_16align_alloc_layout_checked, 100, 16); [INFO] [stderr] | --------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 3145 | rt_alloc_layout_checked!(rt_even_100bytes_16align_alloc_layout_checked, 100, 16); [INFO] [stderr] | --------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 3158 | rt_alloc_layout_checked!(rt_even_1000bytes_16align_alloc_layout_checked, 1000, 16); [INFO] [stderr] | ----------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 3158 | rt_alloc_layout_checked!(rt_even_1000bytes_16align_alloc_layout_checked, 1000, 16); [INFO] [stderr] | ----------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 3171 | rt_alloc_layout_checked!(rt_even_10000bytes_16align_alloc_layout_checked, 10000, 16); [INFO] [stderr] | ------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 3171 | rt_alloc_layout_checked!(rt_even_10000bytes_16align_alloc_layout_checked, 10000, 16); [INFO] [stderr] | ------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 3184 | rt_alloc_layout_checked!(rt_even_100000bytes_16align_alloc_layout_checked, 100000, 16); [INFO] [stderr] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 3184 | rt_alloc_layout_checked!(rt_even_100000bytes_16align_alloc_layout_checked, 100000, 16); [INFO] [stderr] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 3197 | rt_alloc_layout_checked!(rt_even_1000000bytes_16align_alloc_layout_checked, 1000000, 16); [INFO] [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 3197 | rt_alloc_layout_checked!(rt_even_1000000bytes_16align_alloc_layout_checked, 1000000, 16); [INFO] [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 3211 | rt_alloc_layout_checked!(rt_odd_10bytes_16align_alloc_layout_checked, 10- 1, 16); [INFO] [stderr] | --------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 3211 | rt_alloc_layout_checked!(rt_odd_10bytes_16align_alloc_layout_checked, 10- 1, 16); [INFO] [stderr] | --------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 3224 | rt_alloc_layout_checked!(rt_odd_100bytes_16align_alloc_layout_checked, 100- 1, 16); [INFO] [stderr] | ----------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 3224 | rt_alloc_layout_checked!(rt_odd_100bytes_16align_alloc_layout_checked, 100- 1, 16); [INFO] [stderr] | ----------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 3237 | rt_alloc_layout_checked!(rt_odd_1000bytes_16align_alloc_layout_checked, 1000- 1, 16); [INFO] [stderr] | ------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 3237 | rt_alloc_layout_checked!(rt_odd_1000bytes_16align_alloc_layout_checked, 1000- 1, 16); [INFO] [stderr] | ------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 3250 | rt_alloc_layout_checked!(rt_odd_10000bytes_16align_alloc_layout_checked, 10000- 1, 16); [INFO] [stderr] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 3250 | rt_alloc_layout_checked!(rt_odd_10000bytes_16align_alloc_layout_checked, 10000- 1, 16); [INFO] [stderr] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 3263 | rt_alloc_layout_checked!(rt_odd_100000bytes_16align_alloc_layout_checked, 100000- 1, 16); [INFO] [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 3263 | rt_alloc_layout_checked!(rt_odd_100000bytes_16align_alloc_layout_checked, 100000- 1, 16); [INFO] [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 3276 | rt_alloc_layout_checked!(rt_odd_1000000bytes_16align_alloc_layout_checked, 1000000- 1, 16); [INFO] [stderr] | ------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 3276 | rt_alloc_layout_checked!(rt_odd_1000000bytes_16align_alloc_layout_checked, 1000000- 1, 16); [INFO] [stderr] | ------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 3290 | rt_alloc_layout_checked!(rt_primes_3bytes_16align_alloc_layout_checked, 3, 16); [INFO] [stderr] | ------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 3290 | rt_alloc_layout_checked!(rt_primes_3bytes_16align_alloc_layout_checked, 3, 16); [INFO] [stderr] | ------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 3303 | rt_alloc_layout_checked!(rt_primes_7bytes_16align_alloc_layout_checked, 7, 16); [INFO] [stderr] | ------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 3303 | rt_alloc_layout_checked!(rt_primes_7bytes_16align_alloc_layout_checked, 7, 16); [INFO] [stderr] | ------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 3316 | rt_alloc_layout_checked!(rt_primes_13bytes_16align_alloc_layout_checked, 13, 16); [INFO] [stderr] | --------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 3316 | rt_alloc_layout_checked!(rt_primes_13bytes_16align_alloc_layout_checked, 13, 16); [INFO] [stderr] | --------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 3329 | rt_alloc_layout_checked!(rt_primes_17bytes_16align_alloc_layout_checked, 17, 16); [INFO] [stderr] | --------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 3329 | rt_alloc_layout_checked!(rt_primes_17bytes_16align_alloc_layout_checked, 17, 16); [INFO] [stderr] | --------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 3342 | rt_alloc_layout_checked!(rt_primes_31bytes_16align_alloc_layout_checked, 31, 16); [INFO] [stderr] | --------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 3342 | rt_alloc_layout_checked!(rt_primes_31bytes_16align_alloc_layout_checked, 31, 16); [INFO] [stderr] | --------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 3355 | rt_alloc_layout_checked!(rt_primes_61bytes_16align_alloc_layout_checked, 61, 16); [INFO] [stderr] | --------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 3355 | rt_alloc_layout_checked!(rt_primes_61bytes_16align_alloc_layout_checked, 61, 16); [INFO] [stderr] | --------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 3368 | rt_alloc_layout_checked!(rt_primes_96bytes_16align_alloc_layout_checked, 96, 16); [INFO] [stderr] | --------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 3368 | rt_alloc_layout_checked!(rt_primes_96bytes_16align_alloc_layout_checked, 96, 16); [INFO] [stderr] | --------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 3381 | rt_alloc_layout_checked!(rt_primes_127bytes_16align_alloc_layout_checked, 127, 16); [INFO] [stderr] | ----------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 3381 | rt_alloc_layout_checked!(rt_primes_127bytes_16align_alloc_layout_checked, 127, 16); [INFO] [stderr] | ----------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 3394 | rt_alloc_layout_checked!(rt_primes_257bytes_16align_alloc_layout_checked, 257, 16); [INFO] [stderr] | ----------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 3394 | rt_alloc_layout_checked!(rt_primes_257bytes_16align_alloc_layout_checked, 257, 16); [INFO] [stderr] | ----------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 3407 | rt_alloc_layout_checked!(rt_primes_509bytes_16align_alloc_layout_checked, 509, 16); [INFO] [stderr] | ----------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 3407 | rt_alloc_layout_checked!(rt_primes_509bytes_16align_alloc_layout_checked, 509, 16); [INFO] [stderr] | ----------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 3420 | rt_alloc_layout_checked!(rt_primes_1021bytes_16align_alloc_layout_checked, 1021, 16); [INFO] [stderr] | ------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 3420 | rt_alloc_layout_checked!(rt_primes_1021bytes_16align_alloc_layout_checked, 1021, 16); [INFO] [stderr] | ------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 3433 | rt_alloc_layout_checked!(rt_primes_2039bytes_16align_alloc_layout_checked, 2039, 16); [INFO] [stderr] | ------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 3433 | rt_alloc_layout_checked!(rt_primes_2039bytes_16align_alloc_layout_checked, 2039, 16); [INFO] [stderr] | ------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 3446 | rt_alloc_layout_checked!(rt_primes_4093bytes_16align_alloc_layout_checked, 4093, 16); [INFO] [stderr] | ------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 3446 | rt_alloc_layout_checked!(rt_primes_4093bytes_16align_alloc_layout_checked, 4093, 16); [INFO] [stderr] | ------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 3459 | rt_alloc_layout_checked!(rt_primes_8191bytes_16align_alloc_layout_checked, 8191, 16); [INFO] [stderr] | ------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 3459 | rt_alloc_layout_checked!(rt_primes_8191bytes_16align_alloc_layout_checked, 8191, 16); [INFO] [stderr] | ------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 3472 | rt_alloc_layout_checked!(rt_primes_16381bytes_16align_alloc_layout_checked, 16381, 16); [INFO] [stderr] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 3472 | rt_alloc_layout_checked!(rt_primes_16381bytes_16align_alloc_layout_checked, 16381, 16); [INFO] [stderr] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 3485 | rt_alloc_layout_checked!(rt_primes_32749bytes_16align_alloc_layout_checked, 32749, 16); [INFO] [stderr] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 3485 | rt_alloc_layout_checked!(rt_primes_32749bytes_16align_alloc_layout_checked, 32749, 16); [INFO] [stderr] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 3498 | rt_alloc_layout_checked!(rt_primes_65537bytes_16align_alloc_layout_checked, 65537, 16); [INFO] [stderr] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 3498 | rt_alloc_layout_checked!(rt_primes_65537bytes_16align_alloc_layout_checked, 65537, 16); [INFO] [stderr] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 3511 | rt_alloc_layout_checked!(rt_primes_131071bytes_16align_alloc_layout_checked, 131071, 16); [INFO] [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 3511 | rt_alloc_layout_checked!(rt_primes_131071bytes_16align_alloc_layout_checked, 131071, 16); [INFO] [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 3524 | rt_alloc_layout_checked!(rt_primes_4194301bytes_16align_alloc_layout_checked, 4194301, 16); [INFO] [stderr] | ------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 3524 | rt_alloc_layout_checked!(rt_primes_4194301bytes_16align_alloc_layout_checked, 4194301, 16); [INFO] [stderr] | ------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 3540 | rt_alloc_layout_checked!(rt_pow2_1bytes_32align_alloc_layout_checked, 1, 32); [INFO] [stderr] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 3540 | rt_alloc_layout_checked!(rt_pow2_1bytes_32align_alloc_layout_checked, 1, 32); [INFO] [stderr] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 3553 | rt_alloc_layout_checked!(rt_pow2_2bytes_32align_alloc_layout_checked, 2, 32); [INFO] [stderr] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 3553 | rt_alloc_layout_checked!(rt_pow2_2bytes_32align_alloc_layout_checked, 2, 32); [INFO] [stderr] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 3566 | rt_alloc_layout_checked!(rt_pow2_4bytes_32align_alloc_layout_checked, 4, 32); [INFO] [stderr] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 3566 | rt_alloc_layout_checked!(rt_pow2_4bytes_32align_alloc_layout_checked, 4, 32); [INFO] [stderr] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 3579 | rt_alloc_layout_checked!(rt_pow2_8bytes_32align_alloc_layout_checked, 8, 32); [INFO] [stderr] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 3579 | rt_alloc_layout_checked!(rt_pow2_8bytes_32align_alloc_layout_checked, 8, 32); [INFO] [stderr] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 3592 | rt_alloc_layout_checked!(rt_pow2_16bytes_32align_alloc_layout_checked, 16, 32); [INFO] [stderr] | ------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 3592 | rt_alloc_layout_checked!(rt_pow2_16bytes_32align_alloc_layout_checked, 16, 32); [INFO] [stderr] | ------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 3605 | rt_alloc_layout_checked!(rt_pow2_32bytes_32align_alloc_layout_checked, 32, 32); [INFO] [stderr] | ------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 3605 | rt_alloc_layout_checked!(rt_pow2_32bytes_32align_alloc_layout_checked, 32, 32); [INFO] [stderr] | ------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 3618 | rt_alloc_layout_checked!(rt_pow2_64bytes_32align_alloc_layout_checked, 64, 32); [INFO] [stderr] | ------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 3618 | rt_alloc_layout_checked!(rt_pow2_64bytes_32align_alloc_layout_checked, 64, 32); [INFO] [stderr] | ------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 3631 | rt_alloc_layout_checked!(rt_pow2_128bytes_32align_alloc_layout_checked, 128, 32); [INFO] [stderr] | --------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 3631 | rt_alloc_layout_checked!(rt_pow2_128bytes_32align_alloc_layout_checked, 128, 32); [INFO] [stderr] | --------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 3644 | rt_alloc_layout_checked!(rt_pow2_256bytes_32align_alloc_layout_checked, 256, 32); [INFO] [stderr] | --------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 3644 | rt_alloc_layout_checked!(rt_pow2_256bytes_32align_alloc_layout_checked, 256, 32); [INFO] [stderr] | --------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 3657 | rt_alloc_layout_checked!(rt_pow2_512bytes_32align_alloc_layout_checked, 512, 32); [INFO] [stderr] | --------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 3657 | rt_alloc_layout_checked!(rt_pow2_512bytes_32align_alloc_layout_checked, 512, 32); [INFO] [stderr] | --------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 3670 | rt_alloc_layout_checked!(rt_pow2_1024bytes_32align_alloc_layout_checked, 1024, 32); [INFO] [stderr] | ----------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 3670 | rt_alloc_layout_checked!(rt_pow2_1024bytes_32align_alloc_layout_checked, 1024, 32); [INFO] [stderr] | ----------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 3683 | rt_alloc_layout_checked!(rt_pow2_2048bytes_32align_alloc_layout_checked, 2048, 32); [INFO] [stderr] | ----------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 3683 | rt_alloc_layout_checked!(rt_pow2_2048bytes_32align_alloc_layout_checked, 2048, 32); [INFO] [stderr] | ----------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 3696 | rt_alloc_layout_checked!(rt_pow2_4096bytes_32align_alloc_layout_checked, 4096, 32); [INFO] [stderr] | ----------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 3696 | rt_alloc_layout_checked!(rt_pow2_4096bytes_32align_alloc_layout_checked, 4096, 32); [INFO] [stderr] | ----------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 3709 | rt_alloc_layout_checked!(rt_pow2_8192bytes_32align_alloc_layout_checked, 8192, 32); [INFO] [stderr] | ----------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 3709 | rt_alloc_layout_checked!(rt_pow2_8192bytes_32align_alloc_layout_checked, 8192, 32); [INFO] [stderr] | ----------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 3722 | rt_alloc_layout_checked!(rt_pow2_16384bytes_32align_alloc_layout_checked, 16384, 32); [INFO] [stderr] | ------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 3722 | rt_alloc_layout_checked!(rt_pow2_16384bytes_32align_alloc_layout_checked, 16384, 32); [INFO] [stderr] | ------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 3735 | rt_alloc_layout_checked!(rt_pow2_32768bytes_32align_alloc_layout_checked, 32768, 32); [INFO] [stderr] | ------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 3735 | rt_alloc_layout_checked!(rt_pow2_32768bytes_32align_alloc_layout_checked, 32768, 32); [INFO] [stderr] | ------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 3748 | rt_alloc_layout_checked!(rt_pow2_65536bytes_32align_alloc_layout_checked, 65536, 32); [INFO] [stderr] | ------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 3748 | rt_alloc_layout_checked!(rt_pow2_65536bytes_32align_alloc_layout_checked, 65536, 32); [INFO] [stderr] | ------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 3761 | rt_alloc_layout_checked!(rt_pow2_131072bytes_32align_alloc_layout_checked, 131072, 32); [INFO] [stderr] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 3761 | rt_alloc_layout_checked!(rt_pow2_131072bytes_32align_alloc_layout_checked, 131072, 32); [INFO] [stderr] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 3774 | rt_alloc_layout_checked!(rt_pow2_4194304bytes_32align_alloc_layout_checked, 4194304, 32); [INFO] [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 3774 | rt_alloc_layout_checked!(rt_pow2_4194304bytes_32align_alloc_layout_checked, 4194304, 32); [INFO] [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 3788 | rt_alloc_layout_checked!(rt_even_10bytes_32align_alloc_layout_checked, 10, 32); [INFO] [stderr] | ------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 3788 | rt_alloc_layout_checked!(rt_even_10bytes_32align_alloc_layout_checked, 10, 32); [INFO] [stderr] | ------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 3801 | rt_alloc_layout_checked!(rt_even_100bytes_32align_alloc_layout_checked, 100, 32); [INFO] [stderr] | --------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 3801 | rt_alloc_layout_checked!(rt_even_100bytes_32align_alloc_layout_checked, 100, 32); [INFO] [stderr] | --------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 3814 | rt_alloc_layout_checked!(rt_even_1000bytes_32align_alloc_layout_checked, 1000, 32); [INFO] [stderr] | ----------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 3814 | rt_alloc_layout_checked!(rt_even_1000bytes_32align_alloc_layout_checked, 1000, 32); [INFO] [stderr] | ----------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 3827 | rt_alloc_layout_checked!(rt_even_10000bytes_32align_alloc_layout_checked, 10000, 32); [INFO] [stderr] | ------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 3827 | rt_alloc_layout_checked!(rt_even_10000bytes_32align_alloc_layout_checked, 10000, 32); [INFO] [stderr] | ------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 3840 | rt_alloc_layout_checked!(rt_even_100000bytes_32align_alloc_layout_checked, 100000, 32); [INFO] [stderr] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 3840 | rt_alloc_layout_checked!(rt_even_100000bytes_32align_alloc_layout_checked, 100000, 32); [INFO] [stderr] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 3853 | rt_alloc_layout_checked!(rt_even_1000000bytes_32align_alloc_layout_checked, 1000000, 32); [INFO] [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 3853 | rt_alloc_layout_checked!(rt_even_1000000bytes_32align_alloc_layout_checked, 1000000, 32); [INFO] [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 3867 | rt_alloc_layout_checked!(rt_odd_10bytes_32align_alloc_layout_checked, 10- 1, 32); [INFO] [stderr] | --------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 3867 | rt_alloc_layout_checked!(rt_odd_10bytes_32align_alloc_layout_checked, 10- 1, 32); [INFO] [stderr] | --------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 3880 | rt_alloc_layout_checked!(rt_odd_100bytes_32align_alloc_layout_checked, 100- 1, 32); [INFO] [stderr] | ----------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 3880 | rt_alloc_layout_checked!(rt_odd_100bytes_32align_alloc_layout_checked, 100- 1, 32); [INFO] [stderr] | ----------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 3893 | rt_alloc_layout_checked!(rt_odd_1000bytes_32align_alloc_layout_checked, 1000- 1, 32); [INFO] [stderr] | ------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 3893 | rt_alloc_layout_checked!(rt_odd_1000bytes_32align_alloc_layout_checked, 1000- 1, 32); [INFO] [stderr] | ------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 3906 | rt_alloc_layout_checked!(rt_odd_10000bytes_32align_alloc_layout_checked, 10000- 1, 32); [INFO] [stderr] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 3906 | rt_alloc_layout_checked!(rt_odd_10000bytes_32align_alloc_layout_checked, 10000- 1, 32); [INFO] [stderr] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 3919 | rt_alloc_layout_checked!(rt_odd_100000bytes_32align_alloc_layout_checked, 100000- 1, 32); [INFO] [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 3919 | rt_alloc_layout_checked!(rt_odd_100000bytes_32align_alloc_layout_checked, 100000- 1, 32); [INFO] [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 3932 | rt_alloc_layout_checked!(rt_odd_1000000bytes_32align_alloc_layout_checked, 1000000- 1, 32); [INFO] [stderr] | ------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 3932 | rt_alloc_layout_checked!(rt_odd_1000000bytes_32align_alloc_layout_checked, 1000000- 1, 32); [INFO] [stderr] | ------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 3946 | rt_alloc_layout_checked!(rt_primes_3bytes_32align_alloc_layout_checked, 3, 32); [INFO] [stderr] | ------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 3946 | rt_alloc_layout_checked!(rt_primes_3bytes_32align_alloc_layout_checked, 3, 32); [INFO] [stderr] | ------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 3959 | rt_alloc_layout_checked!(rt_primes_7bytes_32align_alloc_layout_checked, 7, 32); [INFO] [stderr] | ------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 3959 | rt_alloc_layout_checked!(rt_primes_7bytes_32align_alloc_layout_checked, 7, 32); [INFO] [stderr] | ------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 3972 | rt_alloc_layout_checked!(rt_primes_13bytes_32align_alloc_layout_checked, 13, 32); [INFO] [stderr] | --------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 3972 | rt_alloc_layout_checked!(rt_primes_13bytes_32align_alloc_layout_checked, 13, 32); [INFO] [stderr] | --------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 3985 | rt_alloc_layout_checked!(rt_primes_17bytes_32align_alloc_layout_checked, 17, 32); [INFO] [stderr] | --------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 3985 | rt_alloc_layout_checked!(rt_primes_17bytes_32align_alloc_layout_checked, 17, 32); [INFO] [stderr] | --------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 3998 | rt_alloc_layout_checked!(rt_primes_31bytes_32align_alloc_layout_checked, 31, 32); [INFO] [stderr] | --------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 3998 | rt_alloc_layout_checked!(rt_primes_31bytes_32align_alloc_layout_checked, 31, 32); [INFO] [stderr] | --------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 4011 | rt_alloc_layout_checked!(rt_primes_61bytes_32align_alloc_layout_checked, 61, 32); [INFO] [stderr] | --------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 4011 | rt_alloc_layout_checked!(rt_primes_61bytes_32align_alloc_layout_checked, 61, 32); [INFO] [stderr] | --------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 4024 | rt_alloc_layout_checked!(rt_primes_96bytes_32align_alloc_layout_checked, 96, 32); [INFO] [stderr] | --------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 4024 | rt_alloc_layout_checked!(rt_primes_96bytes_32align_alloc_layout_checked, 96, 32); [INFO] [stderr] | --------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 4037 | rt_alloc_layout_checked!(rt_primes_127bytes_32align_alloc_layout_checked, 127, 32); [INFO] [stderr] | ----------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 4037 | rt_alloc_layout_checked!(rt_primes_127bytes_32align_alloc_layout_checked, 127, 32); [INFO] [stderr] | ----------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 4050 | rt_alloc_layout_checked!(rt_primes_257bytes_32align_alloc_layout_checked, 257, 32); [INFO] [stderr] | ----------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 4050 | rt_alloc_layout_checked!(rt_primes_257bytes_32align_alloc_layout_checked, 257, 32); [INFO] [stderr] | ----------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 4063 | rt_alloc_layout_checked!(rt_primes_509bytes_32align_alloc_layout_checked, 509, 32); [INFO] [stderr] | ----------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 4063 | rt_alloc_layout_checked!(rt_primes_509bytes_32align_alloc_layout_checked, 509, 32); [INFO] [stderr] | ----------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 4076 | rt_alloc_layout_checked!(rt_primes_1021bytes_32align_alloc_layout_checked, 1021, 32); [INFO] [stderr] | ------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 4076 | rt_alloc_layout_checked!(rt_primes_1021bytes_32align_alloc_layout_checked, 1021, 32); [INFO] [stderr] | ------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 4089 | rt_alloc_layout_checked!(rt_primes_2039bytes_32align_alloc_layout_checked, 2039, 32); [INFO] [stderr] | ------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 4089 | rt_alloc_layout_checked!(rt_primes_2039bytes_32align_alloc_layout_checked, 2039, 32); [INFO] [stderr] | ------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 4102 | rt_alloc_layout_checked!(rt_primes_4093bytes_32align_alloc_layout_checked, 4093, 32); [INFO] [stderr] | ------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 4102 | rt_alloc_layout_checked!(rt_primes_4093bytes_32align_alloc_layout_checked, 4093, 32); [INFO] [stderr] | ------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 4115 | rt_alloc_layout_checked!(rt_primes_8191bytes_32align_alloc_layout_checked, 8191, 32); [INFO] [stderr] | ------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 4115 | rt_alloc_layout_checked!(rt_primes_8191bytes_32align_alloc_layout_checked, 8191, 32); [INFO] [stderr] | ------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 4128 | rt_alloc_layout_checked!(rt_primes_16381bytes_32align_alloc_layout_checked, 16381, 32); [INFO] [stderr] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 4128 | rt_alloc_layout_checked!(rt_primes_16381bytes_32align_alloc_layout_checked, 16381, 32); [INFO] [stderr] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 4141 | rt_alloc_layout_checked!(rt_primes_32749bytes_32align_alloc_layout_checked, 32749, 32); [INFO] [stderr] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 4141 | rt_alloc_layout_checked!(rt_primes_32749bytes_32align_alloc_layout_checked, 32749, 32); [INFO] [stderr] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 4154 | rt_alloc_layout_checked!(rt_primes_65537bytes_32align_alloc_layout_checked, 65537, 32); [INFO] [stderr] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 4154 | rt_alloc_layout_checked!(rt_primes_65537bytes_32align_alloc_layout_checked, 65537, 32); [INFO] [stderr] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 4167 | rt_alloc_layout_checked!(rt_primes_131071bytes_32align_alloc_layout_checked, 131071, 32); [INFO] [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 4167 | rt_alloc_layout_checked!(rt_primes_131071bytes_32align_alloc_layout_checked, 131071, 32); [INFO] [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 4180 | rt_alloc_layout_checked!(rt_primes_4194301bytes_32align_alloc_layout_checked, 4194301, 32); [INFO] [stderr] | ------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 4180 | rt_alloc_layout_checked!(rt_primes_4194301bytes_32align_alloc_layout_checked, 4194301, 32); [INFO] [stderr] | ------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:97:36 [INFO] [stderr] | [INFO] [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 261 | rt_alloc_layout_unchecked!(rt_pow2_1bytes_1align_alloc_layout_unchecked, 1, 1); [INFO] [stderr] | ------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:99:26 [INFO] [stderr] | [INFO] [stderr] 99 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 261 | rt_alloc_layout_unchecked!(rt_pow2_1bytes_1align_alloc_layout_unchecked, 1, 1); [INFO] [stderr] | ------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:97:36 [INFO] [stderr] | [INFO] [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 274 | rt_alloc_layout_unchecked!(rt_pow2_2bytes_1align_alloc_layout_unchecked, 2, 1); [INFO] [stderr] | ------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:99:26 [INFO] [stderr] | [INFO] [stderr] 99 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 274 | rt_alloc_layout_unchecked!(rt_pow2_2bytes_1align_alloc_layout_unchecked, 2, 1); [INFO] [stderr] | ------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:97:36 [INFO] [stderr] | [INFO] [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 287 | rt_alloc_layout_unchecked!(rt_pow2_4bytes_1align_alloc_layout_unchecked, 4, 1); [INFO] [stderr] | ------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:99:26 [INFO] [stderr] | [INFO] [stderr] 99 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 287 | rt_alloc_layout_unchecked!(rt_pow2_4bytes_1align_alloc_layout_unchecked, 4, 1); [INFO] [stderr] | ------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:97:36 [INFO] [stderr] | [INFO] [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 300 | rt_alloc_layout_unchecked!(rt_pow2_8bytes_1align_alloc_layout_unchecked, 8, 1); [INFO] [stderr] | ------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:99:26 [INFO] [stderr] | [INFO] [stderr] 99 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 300 | rt_alloc_layout_unchecked!(rt_pow2_8bytes_1align_alloc_layout_unchecked, 8, 1); [INFO] [stderr] | ------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:97:36 [INFO] [stderr] | [INFO] [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 313 | rt_alloc_layout_unchecked!(rt_pow2_16bytes_1align_alloc_layout_unchecked, 16, 1); [INFO] [stderr] | --------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:99:26 [INFO] [stderr] | [INFO] [stderr] 99 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 313 | rt_alloc_layout_unchecked!(rt_pow2_16bytes_1align_alloc_layout_unchecked, 16, 1); [INFO] [stderr] | --------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:97:36 [INFO] [stderr] | [INFO] [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 326 | rt_alloc_layout_unchecked!(rt_pow2_32bytes_1align_alloc_layout_unchecked, 32, 1); [INFO] [stderr] | --------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:99:26 [INFO] [stderr] | [INFO] [stderr] 99 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 326 | rt_alloc_layout_unchecked!(rt_pow2_32bytes_1align_alloc_layout_unchecked, 32, 1); [INFO] [stderr] | --------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:97:36 [INFO] [stderr] | [INFO] [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 339 | rt_alloc_layout_unchecked!(rt_pow2_64bytes_1align_alloc_layout_unchecked, 64, 1); [INFO] [stderr] | --------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:99:26 [INFO] [stderr] | [INFO] [stderr] 99 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 339 | rt_alloc_layout_unchecked!(rt_pow2_64bytes_1align_alloc_layout_unchecked, 64, 1); [INFO] [stderr] | --------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:97:36 [INFO] [stderr] | [INFO] [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 352 | rt_alloc_layout_unchecked!(rt_pow2_128bytes_1align_alloc_layout_unchecked, 128, 1); [INFO] [stderr] | ----------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:99:26 [INFO] [stderr] | [INFO] [stderr] 99 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 352 | rt_alloc_layout_unchecked!(rt_pow2_128bytes_1align_alloc_layout_unchecked, 128, 1); [INFO] [stderr] | ----------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:97:36 [INFO] [stderr] | [INFO] [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 365 | rt_alloc_layout_unchecked!(rt_pow2_256bytes_1align_alloc_layout_unchecked, 256, 1); [INFO] [stderr] | ----------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:99:26 [INFO] [stderr] | [INFO] [stderr] 99 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 365 | rt_alloc_layout_unchecked!(rt_pow2_256bytes_1align_alloc_layout_unchecked, 256, 1); [INFO] [stderr] | ----------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:97:36 [INFO] [stderr] | [INFO] [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 378 | rt_alloc_layout_unchecked!(rt_pow2_512bytes_1align_alloc_layout_unchecked, 512, 1); [INFO] [stderr] | ----------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:99:26 [INFO] [stderr] | [INFO] [stderr] 99 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 378 | rt_alloc_layout_unchecked!(rt_pow2_512bytes_1align_alloc_layout_unchecked, 512, 1); [INFO] [stderr] | ----------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:97:36 [INFO] [stderr] | [INFO] [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 391 | rt_alloc_layout_unchecked!(rt_pow2_1024bytes_1align_alloc_layout_unchecked, 1024, 1); [INFO] [stderr] | ------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:99:26 [INFO] [stderr] | [INFO] [stderr] 99 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 391 | rt_alloc_layout_unchecked!(rt_pow2_1024bytes_1align_alloc_layout_unchecked, 1024, 1); [INFO] [stderr] | ------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:97:36 [INFO] [stderr] | [INFO] [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 404 | rt_alloc_layout_unchecked!(rt_pow2_2048bytes_1align_alloc_layout_unchecked, 2048, 1); [INFO] [stderr] | ------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:99:26 [INFO] [stderr] | [INFO] [stderr] 99 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 404 | rt_alloc_layout_unchecked!(rt_pow2_2048bytes_1align_alloc_layout_unchecked, 2048, 1); [INFO] [stderr] | ------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:97:36 [INFO] [stderr] | [INFO] [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 417 | rt_alloc_layout_unchecked!(rt_pow2_4096bytes_1align_alloc_layout_unchecked, 4096, 1); [INFO] [stderr] | ------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:99:26 [INFO] [stderr] | [INFO] [stderr] 99 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 417 | rt_alloc_layout_unchecked!(rt_pow2_4096bytes_1align_alloc_layout_unchecked, 4096, 1); [INFO] [stderr] | ------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:97:36 [INFO] [stderr] | [INFO] [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 430 | rt_alloc_layout_unchecked!(rt_pow2_8192bytes_1align_alloc_layout_unchecked, 8192, 1); [INFO] [stderr] | ------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:99:26 [INFO] [stderr] | [INFO] [stderr] 99 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 430 | rt_alloc_layout_unchecked!(rt_pow2_8192bytes_1align_alloc_layout_unchecked, 8192, 1); [INFO] [stderr] | ------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:97:36 [INFO] [stderr] | [INFO] [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 443 | rt_alloc_layout_unchecked!(rt_pow2_16384bytes_1align_alloc_layout_unchecked, 16384, 1); [INFO] [stderr] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:99:26 [INFO] [stderr] | [INFO] [stderr] 99 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 443 | rt_alloc_layout_unchecked!(rt_pow2_16384bytes_1align_alloc_layout_unchecked, 16384, 1); [INFO] [stderr] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:97:36 [INFO] [stderr] | [INFO] [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 456 | rt_alloc_layout_unchecked!(rt_pow2_32768bytes_1align_alloc_layout_unchecked, 32768, 1); [INFO] [stderr] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:99:26 [INFO] [stderr] | [INFO] [stderr] 99 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 456 | rt_alloc_layout_unchecked!(rt_pow2_32768bytes_1align_alloc_layout_unchecked, 32768, 1); [INFO] [stderr] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:97:36 [INFO] [stderr] | [INFO] [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 469 | rt_alloc_layout_unchecked!(rt_pow2_65536bytes_1align_alloc_layout_unchecked, 65536, 1); [INFO] [stderr] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:99:26 [INFO] [stderr] | [INFO] [stderr] 99 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 469 | rt_alloc_layout_unchecked!(rt_pow2_65536bytes_1align_alloc_layout_unchecked, 65536, 1); [INFO] [stderr] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:97:36 [INFO] [stderr] | [INFO] [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 482 | rt_alloc_layout_unchecked!(rt_pow2_131072bytes_1align_alloc_layout_unchecked, 131072, 1); [INFO] [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:99:26 [INFO] [stderr] | [INFO] [stderr] 99 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 482 | rt_alloc_layout_unchecked!(rt_pow2_131072bytes_1align_alloc_layout_unchecked, 131072, 1); [INFO] [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:97:36 [INFO] [stderr] | [INFO] [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 495 | rt_alloc_layout_unchecked!(rt_pow2_4194304bytes_1align_alloc_layout_unchecked, 4194304, 1); [INFO] [stderr] | ------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:99:26 [INFO] [stderr] | [INFO] [stderr] 99 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 495 | rt_alloc_layout_unchecked!(rt_pow2_4194304bytes_1align_alloc_layout_unchecked, 4194304, 1); [INFO] [stderr] | ------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:97:36 [INFO] [stderr] | [INFO] [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 509 | rt_alloc_layout_unchecked!(rt_even_10bytes_1align_alloc_layout_unchecked, 10, 1); [INFO] [stderr] | --------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:99:26 [INFO] [stderr] | [INFO] [stderr] 99 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 509 | rt_alloc_layout_unchecked!(rt_even_10bytes_1align_alloc_layout_unchecked, 10, 1); [INFO] [stderr] | --------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:97:36 [INFO] [stderr] | [INFO] [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 522 | rt_alloc_layout_unchecked!(rt_even_100bytes_1align_alloc_layout_unchecked, 100, 1); [INFO] [stderr] | ----------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:99:26 [INFO] [stderr] | [INFO] [stderr] 99 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 522 | rt_alloc_layout_unchecked!(rt_even_100bytes_1align_alloc_layout_unchecked, 100, 1); [INFO] [stderr] | ----------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:97:36 [INFO] [stderr] | [INFO] [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 535 | rt_alloc_layout_unchecked!(rt_even_1000bytes_1align_alloc_layout_unchecked, 1000, 1); [INFO] [stderr] | ------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:99:26 [INFO] [stderr] | [INFO] [stderr] 99 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 535 | rt_alloc_layout_unchecked!(rt_even_1000bytes_1align_alloc_layout_unchecked, 1000, 1); [INFO] [stderr] | ------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:97:36 [INFO] [stderr] | [INFO] [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 548 | rt_alloc_layout_unchecked!(rt_even_10000bytes_1align_alloc_layout_unchecked, 10000, 1); [INFO] [stderr] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:99:26 [INFO] [stderr] | [INFO] [stderr] 99 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 548 | rt_alloc_layout_unchecked!(rt_even_10000bytes_1align_alloc_layout_unchecked, 10000, 1); [INFO] [stderr] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:97:36 [INFO] [stderr] | [INFO] [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 561 | rt_alloc_layout_unchecked!(rt_even_100000bytes_1align_alloc_layout_unchecked, 100000, 1); [INFO] [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:99:26 [INFO] [stderr] | [INFO] [stderr] 99 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 561 | rt_alloc_layout_unchecked!(rt_even_100000bytes_1align_alloc_layout_unchecked, 100000, 1); [INFO] [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:97:36 [INFO] [stderr] | [INFO] [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 574 | rt_alloc_layout_unchecked!(rt_even_1000000bytes_1align_alloc_layout_unchecked, 1000000, 1); [INFO] [stderr] | ------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:99:26 [INFO] [stderr] | [INFO] [stderr] 99 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 574 | rt_alloc_layout_unchecked!(rt_even_1000000bytes_1align_alloc_layout_unchecked, 1000000, 1); [INFO] [stderr] | ------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:97:36 [INFO] [stderr] | [INFO] [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 588 | rt_alloc_layout_unchecked!(rt_odd_10bytes_1align_alloc_layout_unchecked, 10- 1, 1); [INFO] [stderr] | ----------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:99:26 [INFO] [stderr] | [INFO] [stderr] 99 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 588 | rt_alloc_layout_unchecked!(rt_odd_10bytes_1align_alloc_layout_unchecked, 10- 1, 1); [INFO] [stderr] | ----------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:97:36 [INFO] [stderr] | [INFO] [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 601 | rt_alloc_layout_unchecked!(rt_odd_100bytes_1align_alloc_layout_unchecked, 100- 1, 1); [INFO] [stderr] | ------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:99:26 [INFO] [stderr] | [INFO] [stderr] 99 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 601 | rt_alloc_layout_unchecked!(rt_odd_100bytes_1align_alloc_layout_unchecked, 100- 1, 1); [INFO] [stderr] | ------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:97:36 [INFO] [stderr] | [INFO] [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 614 | rt_alloc_layout_unchecked!(rt_odd_1000bytes_1align_alloc_layout_unchecked, 1000- 1, 1); [INFO] [stderr] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:99:26 [INFO] [stderr] | [INFO] [stderr] 99 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 614 | rt_alloc_layout_unchecked!(rt_odd_1000bytes_1align_alloc_layout_unchecked, 1000- 1, 1); [INFO] [stderr] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:97:36 [INFO] [stderr] | [INFO] [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 627 | rt_alloc_layout_unchecked!(rt_odd_10000bytes_1align_alloc_layout_unchecked, 10000- 1, 1); [INFO] [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:99:26 [INFO] [stderr] | [INFO] [stderr] 99 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 627 | rt_alloc_layout_unchecked!(rt_odd_10000bytes_1align_alloc_layout_unchecked, 10000- 1, 1); [INFO] [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:97:36 [INFO] [stderr] | [INFO] [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 640 | rt_alloc_layout_unchecked!(rt_odd_100000bytes_1align_alloc_layout_unchecked, 100000- 1, 1); [INFO] [stderr] | ------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:99:26 [INFO] [stderr] | [INFO] [stderr] 99 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 640 | rt_alloc_layout_unchecked!(rt_odd_100000bytes_1align_alloc_layout_unchecked, 100000- 1, 1); [INFO] [stderr] | ------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:97:36 [INFO] [stderr] | [INFO] [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 653 | rt_alloc_layout_unchecked!(rt_odd_1000000bytes_1align_alloc_layout_unchecked, 1000000- 1, 1); [INFO] [stderr] | --------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:99:26 [INFO] [stderr] | [INFO] [stderr] 99 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 653 | rt_alloc_layout_unchecked!(rt_odd_1000000bytes_1align_alloc_layout_unchecked, 1000000- 1, 1); [INFO] [stderr] | --------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:97:36 [INFO] [stderr] | [INFO] [stderr] 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 667 | rt_alloc_layout_unchecked!(rt_primes_3bytes_1align_alloc_layout_unchecked, 3, 1); [INFO] [stderr] | --------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:99:26 [INFO] [stderr] | [INFO] [stderr] 99 | Jemalloc.dealloc(ptr, layout); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 667 | rt_alloc_layout_unchecked!(rt_primes_3bytes_1align_alloc_layout_unchecked, 3, 1); [INFO] [stderr] | --------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use std::alloc::GlobalAlloc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope [INFO] [stderr] --> benches/roundtrip.rs:97:36 [WARN] too many lines in the log, truncating it